@commercetools-frontend/constants 23.3.0 → 24.0.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 = "23.3.0";
6
+ var version = "24.0.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),
@@ -107,7 +107,9 @@ const GRAPHQL_TARGETS = {
107
107
  PIM_INDEXER: 'pim-indexer',
108
108
  ORDER_INDEXER: 'order-indexer',
109
109
  SETTINGS_SERVICE: 'settings',
110
- ADMINISTRATION_SERVICE: 'administration'
110
+ ADMINISTRATION_SERVICE: 'administration',
111
+ STANDALONE_PRICES_INDEXER: 'standalone-prices-indexer',
112
+ PLATFORM_INSIGHTS: 'platform-insights'
111
113
  };
112
114
  const MC_API_PROXY_TARGETS = {
113
115
  COMMERCETOOLS_PLATFORM: 'ctp',
@@ -115,7 +117,8 @@ const MC_API_PROXY_TARGETS = {
115
117
  PIM_SEARCH: 'pim-search',
116
118
  ORDER_SEARCH: 'order-search',
117
119
  IMPORT: 'import',
118
- EXPORT: 'export'
120
+ EXPORT: 'export',
121
+ STANDALONE_PRICES_SEARCH: 'standalone-prices-search'
119
122
  };
120
123
 
121
124
  // 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 = "23.3.0";
6
+ var version = "24.0.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),
@@ -107,7 +107,9 @@ const GRAPHQL_TARGETS = {
107
107
  PIM_INDEXER: 'pim-indexer',
108
108
  ORDER_INDEXER: 'order-indexer',
109
109
  SETTINGS_SERVICE: 'settings',
110
- ADMINISTRATION_SERVICE: 'administration'
110
+ ADMINISTRATION_SERVICE: 'administration',
111
+ STANDALONE_PRICES_INDEXER: 'standalone-prices-indexer',
112
+ PLATFORM_INSIGHTS: 'platform-insights'
111
113
  };
112
114
  const MC_API_PROXY_TARGETS = {
113
115
  COMMERCETOOLS_PLATFORM: 'ctp',
@@ -115,7 +117,8 @@ const MC_API_PROXY_TARGETS = {
115
117
  PIM_SEARCH: 'pim-search',
116
118
  ORDER_SEARCH: 'order-search',
117
119
  IMPORT: 'import',
118
- EXPORT: 'export'
120
+ EXPORT: 'export',
121
+ STANDALONE_PRICES_SEARCH: 'standalone-prices-search'
119
122
  };
120
123
 
121
124
  // 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 = "23.3.0";
2
+ var version = "24.0.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),
@@ -103,7 +103,9 @@ const GRAPHQL_TARGETS = {
103
103
  PIM_INDEXER: 'pim-indexer',
104
104
  ORDER_INDEXER: 'order-indexer',
105
105
  SETTINGS_SERVICE: 'settings',
106
- ADMINISTRATION_SERVICE: 'administration'
106
+ ADMINISTRATION_SERVICE: 'administration',
107
+ STANDALONE_PRICES_INDEXER: 'standalone-prices-indexer',
108
+ PLATFORM_INSIGHTS: 'platform-insights'
107
109
  };
108
110
  const MC_API_PROXY_TARGETS = {
109
111
  COMMERCETOOLS_PLATFORM: 'ctp',
@@ -111,7 +113,8 @@ const MC_API_PROXY_TARGETS = {
111
113
  PIM_SEARCH: 'pim-search',
112
114
  ORDER_SEARCH: 'order-search',
113
115
  IMPORT: 'import',
114
- EXPORT: 'export'
116
+ EXPORT: 'export',
117
+ STANDALONE_PRICES_SEARCH: 'standalone-prices-search'
115
118
  };
116
119
 
117
120
  // Global application environment on window object
@@ -136,6 +136,8 @@ export declare const GRAPHQL_TARGETS: {
136
136
  readonly ORDER_INDEXER: "order-indexer";
137
137
  readonly SETTINGS_SERVICE: "settings";
138
138
  readonly ADMINISTRATION_SERVICE: "administration";
139
+ readonly STANDALONE_PRICES_INDEXER: "standalone-prices-indexer";
140
+ readonly PLATFORM_INSIGHTS: "platform-insights";
139
141
  };
140
142
  export type TGraphQLTargets = (typeof GRAPHQL_TARGETS)[keyof typeof GRAPHQL_TARGETS];
141
143
  export declare const MC_API_PROXY_TARGETS: {
@@ -145,6 +147,7 @@ export declare const MC_API_PROXY_TARGETS: {
145
147
  readonly ORDER_SEARCH: "order-search";
146
148
  readonly IMPORT: "import";
147
149
  readonly EXPORT: "export";
150
+ readonly STANDALONE_PRICES_SEARCH: "standalone-prices-search";
148
151
  };
149
152
  export type TMcApiProxyTargets = (typeof MC_API_PROXY_TARGETS)[keyof typeof MC_API_PROXY_TARGETS];
150
153
  export type TLocalizedField = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/constants",
3
- "version": "23.3.0",
3
+ "version": "24.0.0",
4
4
  "description": "Shared constants for MC applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {