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.
@@ -7319,9 +7319,6 @@ var UniversalExportClient = class {
7319
7319
  requestBody.configId = request.configId;
7320
7320
  } else if (request.configId && typeof request.configId === "object") {
7321
7321
  requestBody.config = request.configId;
7322
- if (request.configId.id) {
7323
- requestBody.configId = request.configId.id;
7324
- }
7325
7322
  }
7326
7323
  if (isDataArray) {
7327
7324
  requestBody.data = request.dataSource;
@@ -8275,7 +8272,6 @@ var BookingAdminPanel = ({
8275
8272
  "Content-Type": "application/json"
8276
8273
  },
8277
8274
  body: JSON.stringify({
8278
- configId: exportConfig.id,
8279
8275
  config: exportConfig,
8280
8276
  data: exportData,
8281
8277
  customFileName: `\u9884\u8BA2\u4FE1\u606F_${(/* @__PURE__ */ new Date()).toISOString().split("T")[0]}${enableUserPriceCalculation ? "_\u542B\u7528\u6237\u603B\u4EF7" : ""}`,