@commercetools-frontend/constants 22.32.2 → 22.34.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.
|
|
6
|
+
var version = "22.34.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
|
};
|
|
@@ -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.
|
|
6
|
+
var version = "22.34.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
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2
|
-
var version = "22.
|
|
2
|
+
var version = "22.34.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
|
};
|
|
@@ -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
|
};
|
package/package.json
CHANGED