@wix/auto_sdk_ecom_draft-orders 1.0.113 → 1.0.115

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.
@@ -2198,10 +2198,11 @@ declare enum FileType {
2198
2198
  SECURE_VIDEO = "SECURE_VIDEO",
2199
2199
  SECURE_DOCUMENT = "SECURE_DOCUMENT",
2200
2200
  SECURE_MUSIC = "SECURE_MUSIC",
2201
- SECURE_ARCHIVE = "SECURE_ARCHIVE"
2201
+ SECURE_ARCHIVE = "SECURE_ARCHIVE",
2202
+ SECURE_RAW = "SECURE_RAW"
2202
2203
  }
2203
2204
  /** @enumType */
2204
- type FileTypeWithLiterals = FileType | 'UNSPECIFIED' | 'SECURE_PICTURE' | 'SECURE_VIDEO' | 'SECURE_DOCUMENT' | 'SECURE_MUSIC' | 'SECURE_ARCHIVE';
2205
+ type FileTypeWithLiterals = FileType | 'UNSPECIFIED' | 'SECURE_PICTURE' | 'SECURE_VIDEO' | 'SECURE_DOCUMENT' | 'SECURE_MUSIC' | 'SECURE_ARCHIVE' | 'SECURE_RAW';
2205
2206
  interface AddLineItemsToDraftOrderResponse {
2206
2207
  /** Draft order calculated with the latest changes. */
2207
2208
  calculatedDraftOrder?: CalculatedDraftOrder;
@@ -3421,6 +3421,7 @@ var FileType = /* @__PURE__ */ ((FileType2) => {
3421
3421
  FileType2["SECURE_DOCUMENT"] = "SECURE_DOCUMENT";
3422
3422
  FileType2["SECURE_MUSIC"] = "SECURE_MUSIC";
3423
3423
  FileType2["SECURE_ARCHIVE"] = "SECURE_ARCHIVE";
3424
+ FileType2["SECURE_RAW"] = "SECURE_RAW";
3424
3425
  return FileType2;
3425
3426
  })(FileType || {});
3426
3427
  var DiscountType = /* @__PURE__ */ ((DiscountType2) => {