From 61c42c40f07f9ac1c8fd7a31eb018d36189b645c Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 3 Dec 2025 17:38:48 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...9f5fb164168b27d5feeec0d7e04c49835fc51.json | 22 +++++++++++++++++++ explicatis.dynamics-api-bundle.0.1.json | 22 +++++++++++++++++++ index.json | 3 +++ 4 files changed, 48 insertions(+) create mode 100644 archived/explicatis.dynamics-api-bundle/eeb9f5fb164168b27d5feeec0d7e04c49835fc51.json create mode 100644 explicatis.dynamics-api-bundle.0.1.json diff --git a/RECIPES.md b/RECIPES.md index fe1ac4d7..9faadc5b 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -208,6 +208,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [excelwebzone/recaptcha-bundle](https://packagist.org/packages/excelwebzone/recaptcha-bundle) | [1.5](excelwebzone/recaptcha-bundle/1.5) | | [exercise/htmlpurifier-bundle](https://packagist.org/packages/exercise/htmlpurifier-bundle) | [3.0](exercise/htmlpurifier-bundle/3.0) | | [expertcoder/swiftmailer-send-grid-bundle](https://packagist.org/packages/expertcoder/swiftmailer-send-grid-bundle) | [2.0](expertcoder/swiftmailer-send-grid-bundle/2.0) | +| [explicatis/dynamics-api-bundle](https://packagist.org/packages/explicatis/dynamics-api-bundle) | [0.1](explicatis/dynamics-api-bundle/0.1) | | [facile-it/mongodb-bundle](https://packagist.org/packages/facile-it/mongodb-bundle) | [0.6](facile-it/mongodb-bundle/0.6) | | [fastfony/quality-pack](https://packagist.org/packages/fastfony/quality-pack) | [1.0](fastfony/quality-pack/1.0) | | [fastfony/tailwind-webpack-encore-pack](https://packagist.org/packages/fastfony/tailwind-webpack-encore-pack) | [1.0](fastfony/tailwind-webpack-encore-pack/1.0) | diff --git a/archived/explicatis.dynamics-api-bundle/eeb9f5fb164168b27d5feeec0d7e04c49835fc51.json b/archived/explicatis.dynamics-api-bundle/eeb9f5fb164168b27d5feeec0d7e04c49835fc51.json new file mode 100644 index 00000000..4e4667a3 --- /dev/null +++ b/archived/explicatis.dynamics-api-bundle/eeb9f5fb164168b27d5feeec0d7e04c49835fc51.json @@ -0,0 +1,22 @@ +{ + "manifests": { + "explicatis/dynamics-api-bundle": { + "manifest": { + "bundles": { + "Explicatis\\DynamicsApiBundle\\DynamicsApiBundle": [ + "all" + ] + }, + "env": { + "DYNAMICS_AUTH_BASE_URL": "https://login.microsoftonline.com/", + "DYNAMICS_API_BASE_URL": "", + "DYNAMICS_TENANT_ID": "", + "DYNAMICS_APP_ID": "", + "DYNAMICS_CLIENT_KEY": "" + } + }, + "files": [], + "ref": "eeb9f5fb164168b27d5feeec0d7e04c49835fc51" + } + } +} diff --git a/explicatis.dynamics-api-bundle.0.1.json b/explicatis.dynamics-api-bundle.0.1.json new file mode 100644 index 00000000..4e4667a3 --- /dev/null +++ b/explicatis.dynamics-api-bundle.0.1.json @@ -0,0 +1,22 @@ +{ + "manifests": { + "explicatis/dynamics-api-bundle": { + "manifest": { + "bundles": { + "Explicatis\\DynamicsApiBundle\\DynamicsApiBundle": [ + "all" + ] + }, + "env": { + "DYNAMICS_AUTH_BASE_URL": "https://login.microsoftonline.com/", + "DYNAMICS_API_BASE_URL": "", + "DYNAMICS_TENANT_ID": "", + "DYNAMICS_APP_ID": "", + "DYNAMICS_CLIENT_KEY": "" + } + }, + "files": [], + "ref": "eeb9f5fb164168b27d5feeec0d7e04c49835fc51" + } + } +} diff --git a/index.json b/index.json index 1facc9e7..f7dae54d 100644 --- a/index.json +++ b/index.json @@ -655,6 +655,9 @@ "expertcoder/swiftmailer-send-grid-bundle": [ "2.0" ], + "explicatis/dynamics-api-bundle": [ + "0.1" + ], "facile-it/mongodb-bundle": [ "0.6" ],