@commercetools-frontend/constants 22.33.0 → 22.35.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 = "22.33.0";
6
+ var version = "22.35.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),
@@ -114,7 +114,6 @@ const MC_API_PROXY_TARGETS = {
114
114
  MACHINE_LEARNING: 'ml',
115
115
  PIM_SEARCH: 'pim-search',
116
116
  ORDER_SEARCH: 'order-search',
117
- MC_METRICS: 'mc-metrics',
118
117
  IMPORT: 'import',
119
118
  EXPORT: 'export'
120
119
  };
@@ -198,23 +197,18 @@ const LOGIN_STRATEGY_SSO = 'sso';
198
197
  */
199
198
 
200
199
  const CUSTOM_VIEWS = 'enableCustomViews';
201
- const ENABLE_WORKSPACES_UI = 'enableWorkspacesUi';
202
200
  const FLAGS = {};
203
201
 
204
202
  // Long-lived feature flags, defined in the MC API.
205
203
  const DEFAULT_FLAGS = {
206
204
  [CUSTOM_VIEWS]: {
207
205
  value: true
208
- },
209
- [ENABLE_WORKSPACES_UI]: {
210
- value: false
211
206
  }
212
207
  };
213
208
 
214
209
  var featureToggles = /*#__PURE__*/Object.freeze({
215
210
  __proto__: null,
216
211
  CUSTOM_VIEWS: CUSTOM_VIEWS,
217
- ENABLE_WORKSPACES_UI: ENABLE_WORKSPACES_UI,
218
212
  FLAGS: FLAGS,
219
213
  DEFAULT_FLAGS: DEFAULT_FLAGS
220
214
  });
@@ -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 = "22.33.0";
6
+ var version = "22.35.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),
@@ -114,7 +114,6 @@ const MC_API_PROXY_TARGETS = {
114
114
  MACHINE_LEARNING: 'ml',
115
115
  PIM_SEARCH: 'pim-search',
116
116
  ORDER_SEARCH: 'order-search',
117
- MC_METRICS: 'mc-metrics',
118
117
  IMPORT: 'import',
119
118
  EXPORT: 'export'
120
119
  };
@@ -198,23 +197,18 @@ const LOGIN_STRATEGY_SSO = 'sso';
198
197
  */
199
198
 
200
199
  const CUSTOM_VIEWS = 'enableCustomViews';
201
- const ENABLE_WORKSPACES_UI = 'enableWorkspacesUi';
202
200
  const FLAGS = {};
203
201
 
204
202
  // Long-lived feature flags, defined in the MC API.
205
203
  const DEFAULT_FLAGS = {
206
204
  [CUSTOM_VIEWS]: {
207
205
  value: true
208
- },
209
- [ENABLE_WORKSPACES_UI]: {
210
- value: false
211
206
  }
212
207
  };
213
208
 
214
209
  var featureToggles = /*#__PURE__*/Object.freeze({
215
210
  __proto__: null,
216
211
  CUSTOM_VIEWS: CUSTOM_VIEWS,
217
- ENABLE_WORKSPACES_UI: ENABLE_WORKSPACES_UI,
218
212
  FLAGS: FLAGS,
219
213
  DEFAULT_FLAGS: DEFAULT_FLAGS
220
214
  });
@@ -1,5 +1,5 @@
1
1
  // NOTE: This string will be replaced on build time with the package version.
2
- var version = "22.33.0";
2
+ var version = "22.35.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),
@@ -110,7 +110,6 @@ const MC_API_PROXY_TARGETS = {
110
110
  MACHINE_LEARNING: 'ml',
111
111
  PIM_SEARCH: 'pim-search',
112
112
  ORDER_SEARCH: 'order-search',
113
- MC_METRICS: 'mc-metrics',
114
113
  IMPORT: 'import',
115
114
  EXPORT: 'export'
116
115
  };
@@ -194,23 +193,18 @@ const LOGIN_STRATEGY_SSO = 'sso';
194
193
  */
195
194
 
196
195
  const CUSTOM_VIEWS = 'enableCustomViews';
197
- const ENABLE_WORKSPACES_UI = 'enableWorkspacesUi';
198
196
  const FLAGS = {};
199
197
 
200
198
  // Long-lived feature flags, defined in the MC API.
201
199
  const DEFAULT_FLAGS = {
202
200
  [CUSTOM_VIEWS]: {
203
201
  value: true
204
- },
205
- [ENABLE_WORKSPACES_UI]: {
206
- value: false
207
202
  }
208
203
  };
209
204
 
210
205
  var featureToggles = /*#__PURE__*/Object.freeze({
211
206
  __proto__: null,
212
207
  CUSTOM_VIEWS: CUSTOM_VIEWS,
213
- ENABLE_WORKSPACES_UI: ENABLE_WORKSPACES_UI,
214
208
  FLAGS: FLAGS,
215
209
  DEFAULT_FLAGS: DEFAULT_FLAGS
216
210
  });
@@ -143,7 +143,6 @@ export declare const MC_API_PROXY_TARGETS: {
143
143
  readonly MACHINE_LEARNING: "ml";
144
144
  readonly PIM_SEARCH: "pim-search";
145
145
  readonly ORDER_SEARCH: "order-search";
146
- readonly MC_METRICS: "mc-metrics";
147
146
  readonly IMPORT: "import";
148
147
  readonly EXPORT: "export";
149
148
  };
@@ -1,11 +1,7 @@
1
1
  export declare const CUSTOM_VIEWS = "enableCustomViews";
2
- export declare const ENABLE_WORKSPACES_UI = "enableWorkspacesUi";
3
2
  export declare const FLAGS: {};
4
3
  export declare const DEFAULT_FLAGS: {
5
4
  enableCustomViews: {
6
5
  value: boolean;
7
6
  };
8
- enableWorkspacesUi: {
9
- value: boolean;
10
- };
11
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/constants",
3
- "version": "22.33.0",
3
+ "version": "22.35.0",
4
4
  "description": "Shared constants for MC applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {