From 44817cbab5eac093a2e30057d1bb8b8c50f2bee5 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 28 May 2024 06:05:49 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...77498d32b6b724487f8e5895af87a1298869a.json | 49 +++++++++++++++++++ index.json | 3 +- sensiolabs-de.storyblok-api.2.0.json | 49 +++++++++++++++++++ 4 files changed, 101 insertions(+), 2 deletions(-) create mode 100644 archived/sensiolabs-de.storyblok-api/b0277498d32b6b724487f8e5895af87a1298869a.json create mode 100644 sensiolabs-de.storyblok-api.2.0.json diff --git a/RECIPES.md b/RECIPES.md index afa19e22..f2bbd372 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -491,7 +491,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [sebtm/inwx-api-bundle](https://packagist.org/packages/sebtm/inwx-api-bundle) | [1.0](sebtm/inwx-api-bundle/1.0) | | [secit-pl/imap-bundle](https://packagist.org/packages/secit-pl/imap-bundle) | [1.0](secit-pl/imap-bundle/1.0) | | [seferov/aws-bundle](https://packagist.org/packages/seferov/aws-bundle) | [3.0](seferov/aws-bundle/3.0) | -| [sensiolabs-de/storyblok-api](https://packagist.org/packages/sensiolabs-de/storyblok-api) | [1.0](sensiolabs-de/storyblok-api/1.0) | +| [sensiolabs-de/storyblok-api](https://packagist.org/packages/sensiolabs-de/storyblok-api) | [2.0](sensiolabs-de/storyblok-api/2.0) | | [sensiolabs/connect-bundle](https://packagist.org/packages/sensiolabs/connect-bundle) | [4.0](sensiolabs/connect-bundle/4.0) | | [sentry/sentry-symfony](https://packagist.org/packages/sentry/sentry-symfony) | [5.0](sentry/sentry-symfony/5.0) | | [setono/google-analytics-bundle](https://packagist.org/packages/setono/google-analytics-bundle) | [1.0](setono/google-analytics-bundle/1.0) | diff --git a/archived/sensiolabs-de.storyblok-api/b0277498d32b6b724487f8e5895af87a1298869a.json b/archived/sensiolabs-de.storyblok-api/b0277498d32b6b724487f8e5895af87a1298869a.json new file mode 100644 index 00000000..f2e1f1d1 --- /dev/null +++ b/archived/sensiolabs-de.storyblok-api/b0277498d32b6b724487f8e5895af87a1298869a.json @@ -0,0 +1,49 @@ +{ + "manifests": { + "sensiolabs-de/storyblok-api": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", + "STORYBLOK_API_TOKEN": "" + } + }, + "files": { + "config/packages/sensiolabs_de_storyblok_api.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + "", + " SensioLabs\\Storyblok\\Api\\StoryblokClient:", + " arguments:", + " - '%env(STORYBLOK_API_BASE_URI)%'", + " - '%env(STORYBLOK_API_TOKEN)%'", + "", + " SensioLabs\\Storyblok\\Api\\StoryblokClientInterface: '@SensioLabs\\Storyblok\\Api\\StoryblokClient'", + "", + " SensioLabs\\Storyblok\\Api\\DatasourceApi: null", + " SensioLabs\\Storyblok\\Api\\DatasourceApiInterface: '@SensioLabs\\Storyblok\\Api\\DatasourceApi'", + "", + " SensioLabs\\Storyblok\\Api\\DatasourceEntriesApi: null", + " SensioLabs\\Storyblok\\Api\\DatasourceEntriesApiInterface: '@SensioLabs\\Storyblok\\Api\\DatasourceEntriesApi'", + "", + " SensioLabs\\Storyblok\\Api\\StoriesApi: null", + " SensioLabs\\Storyblok\\Api\\StoriesApiInterface: '@SensioLabs\\Storyblok\\Api\\StoriesApi'", + "", + " SensioLabs\\Storyblok\\Api\\LinksApi: null", + " SensioLabs\\Storyblok\\Api\\LinksApiInterface: '@SensioLabs\\Storyblok\\Api\\LinksApi'", + "", + " SensioLabs\\Storyblok\\Api\\TagsApi: null", + " SensioLabs\\Storyblok\\Api\\TagsApiInterface: '@SensioLabs\\Storyblok\\Api\\TagsApi'", + "" + ], + "executable": false + } + }, + "ref": "b0277498d32b6b724487f8e5895af87a1298869a" + } + } +} diff --git a/index.json b/index.json index a849439b..3ac6e4e6 100644 --- a/index.json +++ b/index.json @@ -1557,7 +1557,8 @@ "3.0" ], "sensiolabs-de/storyblok-api": [ - "1.0" + "1.0", + "2.0" ], "sensiolabs/connect-bundle": [ "4.0" diff --git a/sensiolabs-de.storyblok-api.2.0.json b/sensiolabs-de.storyblok-api.2.0.json new file mode 100644 index 00000000..f2e1f1d1 --- /dev/null +++ b/sensiolabs-de.storyblok-api.2.0.json @@ -0,0 +1,49 @@ +{ + "manifests": { + "sensiolabs-de/storyblok-api": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", + "STORYBLOK_API_TOKEN": "" + } + }, + "files": { + "config/packages/sensiolabs_de_storyblok_api.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + "", + " SensioLabs\\Storyblok\\Api\\StoryblokClient:", + " arguments:", + " - '%env(STORYBLOK_API_BASE_URI)%'", + " - '%env(STORYBLOK_API_TOKEN)%'", + "", + " SensioLabs\\Storyblok\\Api\\StoryblokClientInterface: '@SensioLabs\\Storyblok\\Api\\StoryblokClient'", + "", + " SensioLabs\\Storyblok\\Api\\DatasourceApi: null", + " SensioLabs\\Storyblok\\Api\\DatasourceApiInterface: '@SensioLabs\\Storyblok\\Api\\DatasourceApi'", + "", + " SensioLabs\\Storyblok\\Api\\DatasourceEntriesApi: null", + " SensioLabs\\Storyblok\\Api\\DatasourceEntriesApiInterface: '@SensioLabs\\Storyblok\\Api\\DatasourceEntriesApi'", + "", + " SensioLabs\\Storyblok\\Api\\StoriesApi: null", + " SensioLabs\\Storyblok\\Api\\StoriesApiInterface: '@SensioLabs\\Storyblok\\Api\\StoriesApi'", + "", + " SensioLabs\\Storyblok\\Api\\LinksApi: null", + " SensioLabs\\Storyblok\\Api\\LinksApiInterface: '@SensioLabs\\Storyblok\\Api\\LinksApi'", + "", + " SensioLabs\\Storyblok\\Api\\TagsApi: null", + " SensioLabs\\Storyblok\\Api\\TagsApiInterface: '@SensioLabs\\Storyblok\\Api\\TagsApi'", + "" + ], + "executable": false + } + }, + "ref": "b0277498d32b6b724487f8e5895af87a1298869a" + } + } +}