diff --git a/README.md b/README.md index 85f9fa6..39e00be 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ deployAs: - key: ENVIRONMENT_VARIABLE_3 description: description variable 3 - name: app4 - applicationType: mc-app + applicationType: merchant-center-custom-application endpoint: /app4 configuration: standardConfiguration: @@ -169,7 +169,7 @@ deployAs: ## Property definition - `name` - Folder name of respective application component from the root of monorepo which will be used as identifier of the application. Deployment output url, topic & schedule can be fetched based on this reference -- `applicationType` - Type of deployment . Can be one of `service`, `event`, `job` and `mc-app` +- `applicationType` - Type of deployment . Can be one of `service`, `event`, `job` and `merchant-center-custom-application` - `endpoint` - Point of entry for respective application component - `scripts.postDeploy` - Post-deploy script to execute after the connector deployment process - `scripts.preUndeploy` - Pre-undeploy script to execute before the connector undeployment process diff --git a/application-templates/javascript/connect.yaml b/application-templates/javascript/connect.yaml index bc4624f..f3dfebb 100644 --- a/application-templates/javascript/connect.yaml +++ b/application-templates/javascript/connect.yaml @@ -55,8 +55,8 @@ deployAs: description: commercetools Composable Commerce client secret - key: CTP_SCOPE description: commercetools Composable Commerce client scope - # - name: mc-app - # applicationType: mc-app + # - name: merchant-center-custom-application + # applicationType: merchant-center-custom-application # endpoint: / # configuration: # standardConfiguration: diff --git a/application-templates/javascript/docs/README.md b/application-templates/javascript/docs/README.md index ef3c038..8237709 100644 --- a/application-templates/javascript/docs/README.md +++ b/application-templates/javascript/docs/README.md @@ -1 +1 @@ -This connector has sample `service` , `event`, `job` & `mc-app` applications \ No newline at end of file +This connector has sample `service` , `event`, `job` & `merchant-center-custom-application` applications \ No newline at end of file diff --git a/application-templates/javascript/mc-app/README.md b/application-templates/javascript/merchant-center-custom-application/README.md similarity index 100% rename from application-templates/javascript/mc-app/README.md rename to application-templates/javascript/merchant-center-custom-application/README.md diff --git a/application-templates/typescript/connect.yaml b/application-templates/typescript/connect.yaml index d5bc3fc..d9ebdee 100644 --- a/application-templates/typescript/connect.yaml +++ b/application-templates/typescript/connect.yaml @@ -55,8 +55,8 @@ deployAs: description: commercetools Composable Commerce client secret - key: CTP_SCOPE description: commercetools Composable Commerce client scope - # - name: mc-app - # applicationType: mc-app + # - name: merchant-center-custom-application + # applicationType: merchant-center-custom-application # endpoint: / # configuration: # standardConfiguration: diff --git a/application-templates/typescript/docs/README.md b/application-templates/typescript/docs/README.md index ef3c038..8237709 100644 --- a/application-templates/typescript/docs/README.md +++ b/application-templates/typescript/docs/README.md @@ -1 +1 @@ -This connector has sample `service` , `event`, `job` & `mc-app` applications \ No newline at end of file +This connector has sample `service` , `event`, `job` & `merchant-center-custom-application` applications \ No newline at end of file diff --git a/application-templates/typescript/mc-app/README.md b/application-templates/typescript/merchant-center-custom-application/README.md similarity index 100% rename from application-templates/typescript/mc-app/README.md rename to application-templates/typescript/merchant-center-custom-application/README.md