From 7a6f4390f8b04e3e8466f0306ab3756ed9944cd7 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 6 Jan 2024 15:00:58 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...a34893782c2548f4bc876d899a100840bb2c9.json | 41 +++++++++++++++++++ datana-gmbh.iusta-api.3.8.json | 41 +++++++++++++++++++ index.json | 3 +- 4 files changed, 85 insertions(+), 2 deletions(-) create mode 100644 archived/datana-gmbh.iusta-api/bb1a34893782c2548f4bc876d899a100840bb2c9.json create mode 100644 datana-gmbh.iusta-api.3.8.json diff --git a/RECIPES.md b/RECIPES.md index 881e01b7..a7068449 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -110,7 +110,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [datana-gmbh/fake-api-client](https://packagist.org/packages/datana-gmbh/fake-api-client) | [2.0](datana-gmbh/fake-api-client/2.0) | | [datana-gmbh/formulario-api](https://packagist.org/packages/datana-gmbh/formulario-api) | [1.0](datana-gmbh/formulario-api/1.0) | | [datana-gmbh/intercom-config](https://packagist.org/packages/datana-gmbh/intercom-config) | [1.1](datana-gmbh/intercom-config/1.1) | -| [datana-gmbh/iusta-api](https://packagist.org/packages/datana-gmbh/iusta-api) | [3.0](datana-gmbh/iusta-api/3.0) | +| [datana-gmbh/iusta-api](https://packagist.org/packages/datana-gmbh/iusta-api) | [3.8](datana-gmbh/iusta-api/3.8) | | [datana-gmbh/logz-io-handler](https://packagist.org/packages/datana-gmbh/logz-io-handler) | [1.7](datana-gmbh/logz-io-handler/1.7) | | [datana-gmbh/sendgrid-dynamic-template-mailer](https://packagist.org/packages/datana-gmbh/sendgrid-dynamic-template-mailer) | [1.0](datana-gmbh/sendgrid-dynamic-template-mailer/1.0) | | [datana-gmbh/url-shortener-api](https://packagist.org/packages/datana-gmbh/url-shortener-api) | [1.0](datana-gmbh/url-shortener-api/1.0) | diff --git a/archived/datana-gmbh.iusta-api/bb1a34893782c2548f4bc876d899a100840bb2c9.json b/archived/datana-gmbh.iusta-api/bb1a34893782c2548f4bc876d899a100840bb2c9.json new file mode 100644 index 00000000..e43125e1 --- /dev/null +++ b/archived/datana-gmbh.iusta-api/bb1a34893782c2548f4bc876d899a100840bb2c9.json @@ -0,0 +1,41 @@ +{ + "manifests": { + "datana-gmbh/iusta-api": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "IUSTA_API_BASE_URI": "", + "IUSTA_API_TOKEN": "" + } + }, + "files": { + "config/packages/datana_iusta_api.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + "", + " Datana\\Iusta\\Api\\IustaClient:", + " arguments:", + " - '%env(IUSTA_API_BASE_URI)%'", + " - '%env(IUSTA_API_TOKEN)%'", + "", + " Datana\\Iusta\\Api\\CaseApi: null", + " Datana\\Iusta\\Api\\CaseApiInterface: '@Datana\\Iusta\\Api\\CaseApi'", + "", + " Datana\\Iusta\\Api\\DatasetApi: null", + " Datana\\Iusta\\Api\\DatasetApiInterface: '@Datana\\Iusta\\Api\\DatasetApi'", + "", + " Datana\\Iusta\\Api\\ImportApi: null", + " Datana\\Iusta\\Api\\ImportApiInterface: '@Datana\\Iusta\\Api\\ImportApi'", + "" + ], + "executable": false + } + }, + "ref": "bb1a34893782c2548f4bc876d899a100840bb2c9" + } + } +} diff --git a/datana-gmbh.iusta-api.3.8.json b/datana-gmbh.iusta-api.3.8.json new file mode 100644 index 00000000..e43125e1 --- /dev/null +++ b/datana-gmbh.iusta-api.3.8.json @@ -0,0 +1,41 @@ +{ + "manifests": { + "datana-gmbh/iusta-api": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "IUSTA_API_BASE_URI": "", + "IUSTA_API_TOKEN": "" + } + }, + "files": { + "config/packages/datana_iusta_api.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + "", + " Datana\\Iusta\\Api\\IustaClient:", + " arguments:", + " - '%env(IUSTA_API_BASE_URI)%'", + " - '%env(IUSTA_API_TOKEN)%'", + "", + " Datana\\Iusta\\Api\\CaseApi: null", + " Datana\\Iusta\\Api\\CaseApiInterface: '@Datana\\Iusta\\Api\\CaseApi'", + "", + " Datana\\Iusta\\Api\\DatasetApi: null", + " Datana\\Iusta\\Api\\DatasetApiInterface: '@Datana\\Iusta\\Api\\DatasetApi'", + "", + " Datana\\Iusta\\Api\\ImportApi: null", + " Datana\\Iusta\\Api\\ImportApiInterface: '@Datana\\Iusta\\Api\\ImportApi'", + "" + ], + "executable": false + } + }, + "ref": "bb1a34893782c2548f4bc876d899a100840bb2c9" + } + } +} diff --git a/index.json b/index.json index 7b539cdb..7807a40f 100644 --- a/index.json +++ b/index.json @@ -335,7 +335,8 @@ "datana-gmbh/iusta-api": [ "1.0", "2.0", - "3.0" + "3.0", + "3.8" ], "datana-gmbh/logz-io-handler": [ "1.0",