@commercetools-frontend-extensions/export-resources-modal 1.4.0 → 1.4.1
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.
|
@@ -686,6 +686,7 @@ async function createExportOperation(_ref) {
|
|
|
686
686
|
let fileName = _ref.fileName,
|
|
687
687
|
fileFormat = _ref.fileFormat,
|
|
688
688
|
columns = _ref.columns,
|
|
689
|
+
locales = _ref.locales,
|
|
689
690
|
projectKey = _ref.projectKey,
|
|
690
691
|
graphQuery = _ref.graphQuery,
|
|
691
692
|
asyncDispatchFn = _ref.asyncDispatchFn;
|
|
@@ -701,6 +702,7 @@ async function createExportOperation(_ref) {
|
|
|
701
702
|
fileName,
|
|
702
703
|
fileFormat,
|
|
703
704
|
columns,
|
|
705
|
+
locales,
|
|
704
706
|
query: graphQuery
|
|
705
707
|
}
|
|
706
708
|
}));
|
|
@@ -669,6 +669,7 @@ async function createExportOperation(_ref) {
|
|
|
669
669
|
let fileName = _ref.fileName,
|
|
670
670
|
fileFormat = _ref.fileFormat,
|
|
671
671
|
columns = _ref.columns,
|
|
672
|
+
locales = _ref.locales,
|
|
672
673
|
projectKey = _ref.projectKey,
|
|
673
674
|
graphQuery = _ref.graphQuery,
|
|
674
675
|
asyncDispatchFn = _ref.asyncDispatchFn;
|
|
@@ -684,6 +685,7 @@ async function createExportOperation(_ref) {
|
|
|
684
685
|
fileName,
|
|
685
686
|
fileFormat,
|
|
686
687
|
columns,
|
|
688
|
+
locales,
|
|
687
689
|
query: graphQuery
|
|
688
690
|
}
|
|
689
691
|
}));
|
|
@@ -661,6 +661,7 @@ async function createExportOperation(_ref) {
|
|
|
661
661
|
let fileName = _ref.fileName,
|
|
662
662
|
fileFormat = _ref.fileFormat,
|
|
663
663
|
columns = _ref.columns,
|
|
664
|
+
locales = _ref.locales,
|
|
664
665
|
projectKey = _ref.projectKey,
|
|
665
666
|
graphQuery = _ref.graphQuery,
|
|
666
667
|
asyncDispatchFn = _ref.asyncDispatchFn;
|
|
@@ -676,6 +677,7 @@ async function createExportOperation(_ref) {
|
|
|
676
677
|
fileName,
|
|
677
678
|
fileFormat,
|
|
678
679
|
columns,
|
|
680
|
+
locales,
|
|
679
681
|
query: graphQuery
|
|
680
682
|
}
|
|
681
683
|
}));
|
package/package.json
CHANGED