sa2kit 1.6.111 → 1.6.112
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/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -4
- package/dist/index.mjs.map +1 -1
- package/dist/showmasterpiece/index.js +0 -4
- package/dist/showmasterpiece/index.js.map +1 -1
- package/dist/showmasterpiece/index.mjs +0 -4
- package/dist/showmasterpiece/index.mjs.map +1 -1
- package/dist/showmasterpiece/ui/web/index.js +0 -4
- package/dist/showmasterpiece/ui/web/index.js.map +1 -1
- package/dist/showmasterpiece/ui/web/index.mjs +0 -4
- package/dist/showmasterpiece/ui/web/index.mjs.map +1 -1
- package/dist/showmasterpiece/web/index.js +0 -4
- package/dist/showmasterpiece/web/index.js.map +1 -1
- package/dist/showmasterpiece/web/index.mjs +0 -4
- package/dist/showmasterpiece/web/index.mjs.map +1 -1
- package/dist/universalExport/index.js +0 -3
- package/dist/universalExport/index.js.map +1 -1
- package/dist/universalExport/index.mjs +0 -3
- package/dist/universalExport/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -420,9 +420,6 @@ var UniversalExportClient = class {
|
|
|
420
420
|
requestBody.configId = request.configId;
|
|
421
421
|
} else if (request.configId && typeof request.configId === "object") {
|
|
422
422
|
requestBody.config = request.configId;
|
|
423
|
-
if (request.configId.id) {
|
|
424
|
-
requestBody.configId = request.configId.id;
|
|
425
|
-
}
|
|
426
423
|
}
|
|
427
424
|
if (isDataArray) {
|
|
428
425
|
requestBody.data = request.dataSource;
|