diff --git a/RECIPES.md b/RECIPES.md index 06b175bf..08e0f9b2 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -107,7 +107,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) | [1.0](datana-gmbh/iusta-api/1.0) | +| [datana-gmbh/iusta-api](https://packagist.org/packages/datana-gmbh/iusta-api) | [2.0](datana-gmbh/iusta-api/2.0) | | [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/1ed60c80192175a02f40d7f08b4080aa2163e729.json b/archived/datana-gmbh.iusta-api/1ed60c80192175a02f40d7f08b4080aa2163e729.json new file mode 100644 index 00000000..52b3fac8 --- /dev/null +++ b/archived/datana-gmbh.iusta-api/1ed60c80192175a02f40d7f08b4080aa2163e729.json @@ -0,0 +1,35 @@ +{ + "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\\AktenApi: null", + " Datana\\Iusta\\Api\\AktenApiInterface: '@Datana\\Iusta\\Api\\AktenApi'", + "" + ], + "executable": false + } + }, + "ref": "1ed60c80192175a02f40d7f08b4080aa2163e729" + } + } +} diff --git a/datana-gmbh.iusta-api.2.0.json b/datana-gmbh.iusta-api.2.0.json new file mode 100644 index 00000000..52b3fac8 --- /dev/null +++ b/datana-gmbh.iusta-api.2.0.json @@ -0,0 +1,35 @@ +{ + "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\\AktenApi: null", + " Datana\\Iusta\\Api\\AktenApiInterface: '@Datana\\Iusta\\Api\\AktenApi'", + "" + ], + "executable": false + } + }, + "ref": "1ed60c80192175a02f40d7f08b4080aa2163e729" + } + } +} diff --git a/index.json b/index.json index 9c0875bf..a6e75d00 100644 --- a/index.json +++ b/index.json @@ -324,7 +324,8 @@ "1.1" ], "datana-gmbh/iusta-api": [ - "1.0" + "1.0", + "2.0" ], "datana-gmbh/logz-io-handler": [ "1.0",