@commercetools-frontend/constants 22.26.0 → 22.27.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.27.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),
|
|
@@ -115,7 +115,8 @@ const MC_API_PROXY_TARGETS = {
|
|
|
115
115
|
PIM_SEARCH: 'pim-search',
|
|
116
116
|
ORDER_SEARCH: 'order-search',
|
|
117
117
|
MC_METRICS: 'mc-metrics',
|
|
118
|
-
IMPORT: 'import'
|
|
118
|
+
IMPORT: 'import',
|
|
119
|
+
EXPORT: 'export'
|
|
119
120
|
};
|
|
120
121
|
|
|
121
122
|
// 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 = "22.
|
|
6
|
+
var version = "22.27.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),
|
|
@@ -115,7 +115,8 @@ const MC_API_PROXY_TARGETS = {
|
|
|
115
115
|
PIM_SEARCH: 'pim-search',
|
|
116
116
|
ORDER_SEARCH: 'order-search',
|
|
117
117
|
MC_METRICS: 'mc-metrics',
|
|
118
|
-
IMPORT: 'import'
|
|
118
|
+
IMPORT: 'import',
|
|
119
|
+
EXPORT: 'export'
|
|
119
120
|
};
|
|
120
121
|
|
|
121
122
|
// 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 = "22.
|
|
2
|
+
var version = "22.27.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),
|
|
@@ -111,7 +111,8 @@ const MC_API_PROXY_TARGETS = {
|
|
|
111
111
|
PIM_SEARCH: 'pim-search',
|
|
112
112
|
ORDER_SEARCH: 'order-search',
|
|
113
113
|
MC_METRICS: 'mc-metrics',
|
|
114
|
-
IMPORT: 'import'
|
|
114
|
+
IMPORT: 'import',
|
|
115
|
+
EXPORT: 'export'
|
|
115
116
|
};
|
|
116
117
|
|
|
117
118
|
// Global application environment on window object
|
|
@@ -114,6 +114,7 @@ export declare const MC_API_PROXY_TARGETS: {
|
|
|
114
114
|
readonly ORDER_SEARCH: "order-search";
|
|
115
115
|
readonly MC_METRICS: "mc-metrics";
|
|
116
116
|
readonly IMPORT: "import";
|
|
117
|
+
readonly EXPORT: "export";
|
|
117
118
|
};
|
|
118
119
|
export type TMcApiProxyTargets = (typeof MC_API_PROXY_TARGETS)[keyof typeof MC_API_PROXY_TARGETS];
|
|
119
120
|
export type TLocalizedField = {
|
package/package.json
CHANGED