@commercetools-frontend-extensions/export-resources-modal 3.4.1 → 3.4.2
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.
|
@@ -115,7 +115,7 @@ const OUTPUT_FORMAT_OPTIONS = [{
|
|
|
115
115
|
}];
|
|
116
116
|
|
|
117
117
|
const FIELD_DEFINITIONS_URLS = {
|
|
118
|
-
category: 'https://docs
|
|
118
|
+
category: 'https://docs.commercetools.com/merchant-center/import-categories#supported-headers-and-values'
|
|
119
119
|
};
|
|
120
120
|
|
|
121
121
|
function _createSuper$3(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$3(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = _Reflect$construct__default["default"](Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -115,7 +115,7 @@ const OUTPUT_FORMAT_OPTIONS = [{
|
|
|
115
115
|
}];
|
|
116
116
|
|
|
117
117
|
const FIELD_DEFINITIONS_URLS = {
|
|
118
|
-
category: 'https://docs
|
|
118
|
+
category: 'https://docs.commercetools.com/merchant-center/import-categories#supported-headers-and-values'
|
|
119
119
|
};
|
|
120
120
|
|
|
121
121
|
function _createSuper$3(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$3(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = _Reflect$construct__default["default"](Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -79,7 +79,7 @@ const OUTPUT_FORMAT_OPTIONS = [{
|
|
|
79
79
|
}];
|
|
80
80
|
|
|
81
81
|
const FIELD_DEFINITIONS_URLS = {
|
|
82
|
-
category: 'https://docs
|
|
82
|
+
category: 'https://docs.commercetools.com/merchant-center/import-categories#supported-headers-and-values'
|
|
83
83
|
};
|
|
84
84
|
|
|
85
85
|
function _createSuper$3(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$3(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = _Reflect$construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
package/package.json
CHANGED