Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-05-16 12:47:26 +00:00
parent 6a7c7c63c2
commit 07a0d6c8dc
4 changed files with 96 additions and 0 deletions
+1
View File
@@ -490,6 +490,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/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) |
@@ -0,0 +1,46 @@
{
"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": [
"framework:",
" http_client:",
" scoped_clients:",
" storyblok.client:",
" base_uri: '%env(STORYBLOK_API_BASE_URI)%'",
"",
"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\\StoriesApi: null",
" SensioLabs\\Storyblok\\Api\\StoriesApiInterface: '@SensioLabs\\Storyblok\\Api\\StoriesApi'",
"",
" SensioLabs\\Storyblok\\Api\\LinksApi: null",
" SensioLabs\\Storyblok\\Api\\LinksApiInterface: '@SensioLabs\\Storyblok\\Api\\LinksApi'",
""
],
"executable": false
}
},
"ref": "77eb5c30e9a87f988eeccf2462f21c616d666c58"
}
}
}
+3
View File
@@ -1553,6 +1553,9 @@
"seferov/aws-bundle": [
"3.0"
],
"sensiolabs-de/storyblok-api": [
"1.0"
],
"sensiolabs/connect-bundle": [
"4.0"
],
+46
View File
@@ -0,0 +1,46 @@
{
"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": [
"framework:",
" http_client:",
" scoped_clients:",
" storyblok.client:",
" base_uri: '%env(STORYBLOK_API_BASE_URI)%'",
"",
"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\\StoriesApi: null",
" SensioLabs\\Storyblok\\Api\\StoriesApiInterface: '@SensioLabs\\Storyblok\\Api\\StoriesApi'",
"",
" SensioLabs\\Storyblok\\Api\\LinksApi: null",
" SensioLabs\\Storyblok\\Api\\LinksApiInterface: '@SensioLabs\\Storyblok\\Api\\LinksApi'",
""
],
"executable": false
}
},
"ref": "77eb5c30e9a87f988eeccf2462f21c616d666c58"
}
}
}