@punks/backend-entity-manager 0.0.451 → 0.0.452
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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/abstractions/export.d.ts +2 -1
- package/dist/cjs/types/commands/export.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/abstractions/export.d.ts +2 -1
- package/dist/esm/types/commands/export.d.ts +1 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -910,7 +910,7 @@ class EntitiesExportCommand {
|
|
|
910
910
|
}
|
|
911
911
|
async execute(input) {
|
|
912
912
|
const sheetItems = await this.getExportSheetItems(input.filter);
|
|
913
|
-
const outputFile = await this.buildExportFile(sheetItems, input.options.format);
|
|
913
|
+
const outputFile = await this.buildExportFile(sheetItems, input.options.format, input.payload);
|
|
914
914
|
const downloadUrl = await this.uploadExportFile(outputFile);
|
|
915
915
|
return {
|
|
916
916
|
downloadUrl,
|