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
package/dist/index.js
CHANGED
|
@@ -15884,9 +15884,6 @@ var UniversalExportClient = class {
|
|
|
15884
15884
|
requestBody.configId = request.configId;
|
|
15885
15885
|
} else if (request.configId && typeof request.configId === "object") {
|
|
15886
15886
|
requestBody.config = request.configId;
|
|
15887
|
-
if (request.configId.id) {
|
|
15888
|
-
requestBody.configId = request.configId.id;
|
|
15889
|
-
}
|
|
15890
15887
|
}
|
|
15891
15888
|
if (isDataArray) {
|
|
15892
15889
|
requestBody.data = request.dataSource;
|
|
@@ -16840,7 +16837,6 @@ var BookingAdminPanel = ({
|
|
|
16840
16837
|
"Content-Type": "application/json"
|
|
16841
16838
|
},
|
|
16842
16839
|
body: JSON.stringify({
|
|
16843
|
-
configId: exportConfig.id,
|
|
16844
16840
|
config: exportConfig,
|
|
16845
16841
|
data: exportData,
|
|
16846
16842
|
customFileName: `\u9884\u8BA2\u4FE1\u606F_${(/* @__PURE__ */ new Date()).toISOString().split("T")[0]}${enableUserPriceCalculation ? "_\u542B\u7528\u6237\u603B\u4EF7" : ""}`,
|