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.mjs
CHANGED
|
@@ -15855,9 +15855,6 @@ var UniversalExportClient = class {
|
|
|
15855
15855
|
requestBody.configId = request.configId;
|
|
15856
15856
|
} else if (request.configId && typeof request.configId === "object") {
|
|
15857
15857
|
requestBody.config = request.configId;
|
|
15858
|
-
if (request.configId.id) {
|
|
15859
|
-
requestBody.configId = request.configId.id;
|
|
15860
|
-
}
|
|
15861
15858
|
}
|
|
15862
15859
|
if (isDataArray) {
|
|
15863
15860
|
requestBody.data = request.dataSource;
|
|
@@ -16811,7 +16808,6 @@ var BookingAdminPanel = ({
|
|
|
16811
16808
|
"Content-Type": "application/json"
|
|
16812
16809
|
},
|
|
16813
16810
|
body: JSON.stringify({
|
|
16814
|
-
configId: exportConfig.id,
|
|
16815
16811
|
config: exportConfig,
|
|
16816
16812
|
data: exportData,
|
|
16817
16813
|
customFileName: `\u9884\u8BA2\u4FE1\u606F_${(/* @__PURE__ */ new Date()).toISOString().split("T")[0]}${enableUserPriceCalculation ? "_\u542B\u7528\u6237\u603B\u4EF7" : ""}`,
|