@commercetools-frontend/constants 25.0.0 → 25.2.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 = "25.0.0";
6
+ var version = "25.2.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),
@@ -109,7 +109,8 @@ const GRAPHQL_TARGETS = {
109
109
  SETTINGS_SERVICE: 'settings',
110
110
  ADMINISTRATION_SERVICE: 'administration',
111
111
  STANDALONE_PRICES_INDEXER: 'standalone-prices-indexer',
112
- PLATFORM_INSIGHTS: 'platform-insights'
112
+ PLATFORM_INSIGHTS: 'platform-insights',
113
+ STORES_INDEXER: 'stores-indexer'
113
114
  };
114
115
  const MC_API_PROXY_TARGETS = {
115
116
  COMMERCETOOLS_PLATFORM: 'ctp',
@@ -118,7 +119,8 @@ const MC_API_PROXY_TARGETS = {
118
119
  ORDER_SEARCH: 'order-search',
119
120
  IMPORT: 'import',
120
121
  EXPORT: 'export',
121
- STANDALONE_PRICES_SEARCH: 'standalone-prices-search'
122
+ STANDALONE_PRICES_SEARCH: 'standalone-prices-search',
123
+ STORES_SEARCGH: 'stores-search'
122
124
  };
123
125
 
124
126
  // Global application environment on window object
@@ -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 = "25.0.0";
6
+ var version = "25.2.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),
@@ -109,7 +109,8 @@ const GRAPHQL_TARGETS = {
109
109
  SETTINGS_SERVICE: 'settings',
110
110
  ADMINISTRATION_SERVICE: 'administration',
111
111
  STANDALONE_PRICES_INDEXER: 'standalone-prices-indexer',
112
- PLATFORM_INSIGHTS: 'platform-insights'
112
+ PLATFORM_INSIGHTS: 'platform-insights',
113
+ STORES_INDEXER: 'stores-indexer'
113
114
  };
114
115
  const MC_API_PROXY_TARGETS = {
115
116
  COMMERCETOOLS_PLATFORM: 'ctp',
@@ -118,7 +119,8 @@ const MC_API_PROXY_TARGETS = {
118
119
  ORDER_SEARCH: 'order-search',
119
120
  IMPORT: 'import',
120
121
  EXPORT: 'export',
121
- STANDALONE_PRICES_SEARCH: 'standalone-prices-search'
122
+ STANDALONE_PRICES_SEARCH: 'standalone-prices-search',
123
+ STORES_SEARCGH: 'stores-search'
122
124
  };
123
125
 
124
126
  // Global application environment on window object
@@ -1,5 +1,5 @@
1
1
  // NOTE: This string will be replaced on build time with the package version.
2
- var version = "25.0.0";
2
+ var version = "25.2.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),
@@ -105,7 +105,8 @@ const GRAPHQL_TARGETS = {
105
105
  SETTINGS_SERVICE: 'settings',
106
106
  ADMINISTRATION_SERVICE: 'administration',
107
107
  STANDALONE_PRICES_INDEXER: 'standalone-prices-indexer',
108
- PLATFORM_INSIGHTS: 'platform-insights'
108
+ PLATFORM_INSIGHTS: 'platform-insights',
109
+ STORES_INDEXER: 'stores-indexer'
109
110
  };
110
111
  const MC_API_PROXY_TARGETS = {
111
112
  COMMERCETOOLS_PLATFORM: 'ctp',
@@ -114,7 +115,8 @@ const MC_API_PROXY_TARGETS = {
114
115
  ORDER_SEARCH: 'order-search',
115
116
  IMPORT: 'import',
116
117
  EXPORT: 'export',
117
- STANDALONE_PRICES_SEARCH: 'standalone-prices-search'
118
+ STANDALONE_PRICES_SEARCH: 'standalone-prices-search',
119
+ STORES_SEARCGH: 'stores-search'
118
120
  };
119
121
 
120
122
  // Global application environment on window object
@@ -138,6 +138,7 @@ export declare const GRAPHQL_TARGETS: {
138
138
  readonly ADMINISTRATION_SERVICE: "administration";
139
139
  readonly STANDALONE_PRICES_INDEXER: "standalone-prices-indexer";
140
140
  readonly PLATFORM_INSIGHTS: "platform-insights";
141
+ readonly STORES_INDEXER: "stores-indexer";
141
142
  };
142
143
  export type TGraphQLTargets = (typeof GRAPHQL_TARGETS)[keyof typeof GRAPHQL_TARGETS];
143
144
  export declare const MC_API_PROXY_TARGETS: {
@@ -148,6 +149,7 @@ export declare const MC_API_PROXY_TARGETS: {
148
149
  readonly IMPORT: "import";
149
150
  readonly EXPORT: "export";
150
151
  readonly STANDALONE_PRICES_SEARCH: "standalone-prices-search";
152
+ readonly STORES_SEARCGH: "stores-search";
151
153
  };
152
154
  export type TMcApiProxyTargets = (typeof MC_API_PROXY_TARGETS)[keyof typeof MC_API_PROXY_TARGETS];
153
155
  export type TLocalizedField = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/constants",
3
- "version": "25.0.0",
3
+ "version": "25.2.0",
4
4
  "description": "Shared constants for MC applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {