@commercetools-backend/express
Advanced tools
Comparing version 22.34.0 to 22.35.0
@@ -46,4 +46,15 @@ 'use strict'; | ||
GCP_US: 'gcp-us', | ||
AWS_EU: 'aws-eu', | ||
AWS_US: 'aws-us', | ||
/** | ||
* @deprecated: use `AWS_EU` instead | ||
*/ | ||
AWS_FRA: 'aws-fra', | ||
/** | ||
* @deprecated: use `AWS_US` instead | ||
*/ | ||
AWS_OHIO: 'aws-ohio', | ||
/** | ||
* @deprecated: not supported anymore | ||
*/ | ||
AWS_CN: 'aws-cn', | ||
@@ -57,4 +68,15 @@ AZURE_US: 'azure-us', | ||
GCP_US: 'https://mc-api.us-central1.gcp.commercetools.com', | ||
AWS_EU: 'https://mc-api.eu-central-1.aws.commercetools.com', | ||
AWS_US: 'https://mc-api.us-east-2.aws.commercetools.com', | ||
/** | ||
* @deprecated: use `AWS_EU` instead | ||
*/ | ||
AWS_FRA: 'https://mc-api.eu-central-1.aws.commercetools.com', | ||
/** | ||
* @deprecated: use `AWS_US` instead | ||
*/ | ||
AWS_OHIO: 'https://mc-api.us-east-2.aws.commercetools.com', | ||
/** | ||
* @deprecated: not supported anymore | ||
*/ | ||
AWS_CN: 'https://mc-api.cn-northwest-1.aws.commercetools.cn', | ||
@@ -126,6 +148,9 @@ AZURE_US: 'https://mc-api.eastus.azure.commercetools.com', | ||
return MC_API_URLS.GCP_US; | ||
case CLOUD_IDENTIFIERS.AWS_EU: | ||
case CLOUD_IDENTIFIERS.AWS_FRA: | ||
return MC_API_URLS.AWS_FRA; | ||
return MC_API_URLS.AWS_EU; | ||
case CLOUD_IDENTIFIERS.AWS_US: | ||
case CLOUD_IDENTIFIERS.AWS_OHIO: | ||
return MC_API_URLS.AWS_OHIO; | ||
return MC_API_URLS.AWS_US; | ||
// TODO: remove it | ||
case CLOUD_IDENTIFIERS.AWS_CN: | ||
@@ -132,0 +157,0 @@ return MC_API_URLS.AWS_CN; |
@@ -46,4 +46,15 @@ 'use strict'; | ||
GCP_US: 'gcp-us', | ||
AWS_EU: 'aws-eu', | ||
AWS_US: 'aws-us', | ||
/** | ||
* @deprecated: use `AWS_EU` instead | ||
*/ | ||
AWS_FRA: 'aws-fra', | ||
/** | ||
* @deprecated: use `AWS_US` instead | ||
*/ | ||
AWS_OHIO: 'aws-ohio', | ||
/** | ||
* @deprecated: not supported anymore | ||
*/ | ||
AWS_CN: 'aws-cn', | ||
@@ -57,4 +68,15 @@ AZURE_US: 'azure-us', | ||
GCP_US: 'https://mc-api.us-central1.gcp.commercetools.com', | ||
AWS_EU: 'https://mc-api.eu-central-1.aws.commercetools.com', | ||
AWS_US: 'https://mc-api.us-east-2.aws.commercetools.com', | ||
/** | ||
* @deprecated: use `AWS_EU` instead | ||
*/ | ||
AWS_FRA: 'https://mc-api.eu-central-1.aws.commercetools.com', | ||
/** | ||
* @deprecated: use `AWS_US` instead | ||
*/ | ||
AWS_OHIO: 'https://mc-api.us-east-2.aws.commercetools.com', | ||
/** | ||
* @deprecated: not supported anymore | ||
*/ | ||
AWS_CN: 'https://mc-api.cn-northwest-1.aws.commercetools.cn', | ||
@@ -126,6 +148,9 @@ AZURE_US: 'https://mc-api.eastus.azure.commercetools.com', | ||
return MC_API_URLS.GCP_US; | ||
case CLOUD_IDENTIFIERS.AWS_EU: | ||
case CLOUD_IDENTIFIERS.AWS_FRA: | ||
return MC_API_URLS.AWS_FRA; | ||
return MC_API_URLS.AWS_EU; | ||
case CLOUD_IDENTIFIERS.AWS_US: | ||
case CLOUD_IDENTIFIERS.AWS_OHIO: | ||
return MC_API_URLS.AWS_OHIO; | ||
return MC_API_URLS.AWS_US; | ||
// TODO: remove it | ||
case CLOUD_IDENTIFIERS.AWS_CN: | ||
@@ -132,0 +157,0 @@ return MC_API_URLS.AWS_CN; |
@@ -24,4 +24,15 @@ import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty'; | ||
GCP_US: 'gcp-us', | ||
AWS_EU: 'aws-eu', | ||
AWS_US: 'aws-us', | ||
/** | ||
* @deprecated: use `AWS_EU` instead | ||
*/ | ||
AWS_FRA: 'aws-fra', | ||
/** | ||
* @deprecated: use `AWS_US` instead | ||
*/ | ||
AWS_OHIO: 'aws-ohio', | ||
/** | ||
* @deprecated: not supported anymore | ||
*/ | ||
AWS_CN: 'aws-cn', | ||
@@ -35,4 +46,15 @@ AZURE_US: 'azure-us', | ||
GCP_US: 'https://mc-api.us-central1.gcp.commercetools.com', | ||
AWS_EU: 'https://mc-api.eu-central-1.aws.commercetools.com', | ||
AWS_US: 'https://mc-api.us-east-2.aws.commercetools.com', | ||
/** | ||
* @deprecated: use `AWS_EU` instead | ||
*/ | ||
AWS_FRA: 'https://mc-api.eu-central-1.aws.commercetools.com', | ||
/** | ||
* @deprecated: use `AWS_US` instead | ||
*/ | ||
AWS_OHIO: 'https://mc-api.us-east-2.aws.commercetools.com', | ||
/** | ||
* @deprecated: not supported anymore | ||
*/ | ||
AWS_CN: 'https://mc-api.cn-northwest-1.aws.commercetools.cn', | ||
@@ -104,6 +126,9 @@ AZURE_US: 'https://mc-api.eastus.azure.commercetools.com', | ||
return MC_API_URLS.GCP_US; | ||
case CLOUD_IDENTIFIERS.AWS_EU: | ||
case CLOUD_IDENTIFIERS.AWS_FRA: | ||
return MC_API_URLS.AWS_FRA; | ||
return MC_API_URLS.AWS_EU; | ||
case CLOUD_IDENTIFIERS.AWS_US: | ||
case CLOUD_IDENTIFIERS.AWS_OHIO: | ||
return MC_API_URLS.AWS_OHIO; | ||
return MC_API_URLS.AWS_US; | ||
// TODO: remove it | ||
case CLOUD_IDENTIFIERS.AWS_CN: | ||
@@ -110,0 +135,0 @@ return MC_API_URLS.AWS_CN; |
@@ -5,4 +5,15 @@ export declare const CLOUD_IDENTIFIERS: { | ||
readonly GCP_US: "gcp-us"; | ||
readonly AWS_EU: "aws-eu"; | ||
readonly AWS_US: "aws-us"; | ||
/** | ||
* @deprecated: use `AWS_EU` instead | ||
*/ | ||
readonly AWS_FRA: "aws-fra"; | ||
/** | ||
* @deprecated: use `AWS_US` instead | ||
*/ | ||
readonly AWS_OHIO: "aws-ohio"; | ||
/** | ||
* @deprecated: not supported anymore | ||
*/ | ||
readonly AWS_CN: "aws-cn"; | ||
@@ -16,4 +27,15 @@ readonly AZURE_US: "azure-us"; | ||
readonly GCP_US: "https://mc-api.us-central1.gcp.commercetools.com"; | ||
readonly AWS_EU: "https://mc-api.eu-central-1.aws.commercetools.com"; | ||
readonly AWS_US: "https://mc-api.us-east-2.aws.commercetools.com"; | ||
/** | ||
* @deprecated: use `AWS_EU` instead | ||
*/ | ||
readonly AWS_FRA: "https://mc-api.eu-central-1.aws.commercetools.com"; | ||
/** | ||
* @deprecated: use `AWS_US` instead | ||
*/ | ||
readonly AWS_OHIO: "https://mc-api.us-east-2.aws.commercetools.com"; | ||
/** | ||
* @deprecated: not supported anymore | ||
*/ | ||
readonly AWS_CN: "https://mc-api.cn-northwest-1.aws.commercetools.cn"; | ||
@@ -20,0 +42,0 @@ readonly AZURE_US: "https://mc-api.eastus.azure.commercetools.com"; |
{ | ||
"name": "@commercetools-backend/express", | ||
"version": "22.34.0", | ||
"version": "22.35.0", | ||
"description": "Zero-config HTTP server as Express.js to facilitate development", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49204
949