@commercetools-frontend/constants 27.1.0 → 27.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  // NOTE: This string will be replaced on build time with the package version.
6
- var version = "27.1.0";
6
+ var version = "27.3.0";
7
7
 
8
8
  /**
9
9
  * The project key must be between 2 and 36 characters long. It can only contain alphanumeric lowercase characters (a-z, 0-9),
@@ -110,7 +110,8 @@ const GRAPHQL_TARGETS = {
110
110
  ADMINISTRATION_SERVICE: 'administration',
111
111
  STANDALONE_PRICES_INDEXER: 'standalone-prices-indexer',
112
112
  PLATFORM_INSIGHTS: 'platform-insights',
113
- STORES_INDEXER: 'stores-indexer'
113
+ STORES_INDEXER: 'stores-indexer',
114
+ AGENTIC_CHANNELS_SERVICE: 'agentic-channels'
114
115
  };
115
116
  const MC_API_PROXY_TARGETS = {
116
117
  COMMERCETOOLS_PLATFORM: 'ctp',
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  // NOTE: This string will be replaced on build time with the package version.
6
- var version = "27.1.0";
6
+ var version = "27.3.0";
7
7
 
8
8
  /**
9
9
  * The project key must be between 2 and 36 characters long. It can only contain alphanumeric lowercase characters (a-z, 0-9),
@@ -110,7 +110,8 @@ const GRAPHQL_TARGETS = {
110
110
  ADMINISTRATION_SERVICE: 'administration',
111
111
  STANDALONE_PRICES_INDEXER: 'standalone-prices-indexer',
112
112
  PLATFORM_INSIGHTS: 'platform-insights',
113
- STORES_INDEXER: 'stores-indexer'
113
+ STORES_INDEXER: 'stores-indexer',
114
+ AGENTIC_CHANNELS_SERVICE: 'agentic-channels'
114
115
  };
115
116
  const MC_API_PROXY_TARGETS = {
116
117
  COMMERCETOOLS_PLATFORM: 'ctp',
@@ -1,5 +1,5 @@
1
1
  // NOTE: This string will be replaced on build time with the package version.
2
- var version = "27.1.0";
2
+ var version = "27.3.0";
3
3
 
4
4
  /**
5
5
  * The project key must be between 2 and 36 characters long. It can only contain alphanumeric lowercase characters (a-z, 0-9),
@@ -106,7 +106,8 @@ const GRAPHQL_TARGETS = {
106
106
  ADMINISTRATION_SERVICE: 'administration',
107
107
  STANDALONE_PRICES_INDEXER: 'standalone-prices-indexer',
108
108
  PLATFORM_INSIGHTS: 'platform-insights',
109
- STORES_INDEXER: 'stores-indexer'
109
+ STORES_INDEXER: 'stores-indexer',
110
+ AGENTIC_CHANNELS_SERVICE: 'agentic-channels'
110
111
  };
111
112
  const MC_API_PROXY_TARGETS = {
112
113
  COMMERCETOOLS_PLATFORM: 'ctp',
@@ -139,6 +139,7 @@ export declare const GRAPHQL_TARGETS: {
139
139
  readonly STANDALONE_PRICES_INDEXER: "standalone-prices-indexer";
140
140
  readonly PLATFORM_INSIGHTS: "platform-insights";
141
141
  readonly STORES_INDEXER: "stores-indexer";
142
+ readonly AGENTIC_CHANNELS_SERVICE: "agentic-channels";
142
143
  };
143
144
  export type TGraphQLTargets = (typeof GRAPHQL_TARGETS)[keyof typeof GRAPHQL_TARGETS];
144
145
  export declare const MC_API_PROXY_TARGETS: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/constants",
3
- "version": "27.1.0",
3
+ "version": "27.3.0",
4
4
  "description": "Shared constants for MC applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {