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.
@@ -7343,9 +7343,6 @@ var UniversalExportClient = class {
7343
7343
  requestBody.configId = request.configId;
7344
7344
  } else if (request.configId && typeof request.configId === "object") {
7345
7345
  requestBody.config = request.configId;
7346
- if (request.configId.id) {
7347
- requestBody.configId = request.configId.id;
7348
- }
7349
7346
  }
7350
7347
  if (isDataArray) {
7351
7348
  requestBody.data = request.dataSource;
@@ -8299,7 +8296,6 @@ var BookingAdminPanel = ({
8299
8296
  "Content-Type": "application/json"
8300
8297
  },
8301
8298
  body: JSON.stringify({
8302
- configId: exportConfig.id,
8303
8299
  config: exportConfig,
8304
8300
  data: exportData,
8305
8301
  customFileName: `\u9884\u8BA2\u4FE1\u606F_${(/* @__PURE__ */ new Date()).toISOString().split("T")[0]}${enableUserPriceCalculation ? "_\u542B\u7528\u6237\u603B\u4EF7" : ""}`,