@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.
@@ -2228,10 +2228,11 @@ declare enum FileType {
2228
2228
  SECURE_VIDEO = "SECURE_VIDEO",
2229
2229
  SECURE_DOCUMENT = "SECURE_DOCUMENT",
2230
2230
  SECURE_MUSIC = "SECURE_MUSIC",
2231
- SECURE_ARCHIVE = "SECURE_ARCHIVE"
2231
+ SECURE_ARCHIVE = "SECURE_ARCHIVE",
2232
+ SECURE_RAW = "SECURE_RAW"
2232
2233
  }
2233
2234
  /** @enumType */
2234
- type FileTypeWithLiterals = FileType | 'UNSPECIFIED' | 'SECURE_PICTURE' | 'SECURE_VIDEO' | 'SECURE_DOCUMENT' | 'SECURE_MUSIC' | 'SECURE_ARCHIVE';
2235
+ type FileTypeWithLiterals = FileType | 'UNSPECIFIED' | 'SECURE_PICTURE' | 'SECURE_VIDEO' | 'SECURE_DOCUMENT' | 'SECURE_MUSIC' | 'SECURE_ARCHIVE' | 'SECURE_RAW';
2235
2236
  interface AddLineItemsToDraftOrderResponse {
2236
2237
  /** Draft order calculated with the latest changes. */
2237
2238
  calculatedDraftOrder?: CalculatedDraftOrder;
package/build/cjs/meta.js CHANGED
@@ -3409,6 +3409,7 @@ var FileType = /* @__PURE__ */ ((FileType2) => {
3409
3409
  FileType2["SECURE_DOCUMENT"] = "SECURE_DOCUMENT";
3410
3410
  FileType2["SECURE_MUSIC"] = "SECURE_MUSIC";
3411
3411
  FileType2["SECURE_ARCHIVE"] = "SECURE_ARCHIVE";
3412
+ FileType2["SECURE_RAW"] = "SECURE_RAW";
3412
3413
  return FileType2;
3413
3414
  })(FileType || {});
3414
3415
  var DiscountType = /* @__PURE__ */ ((DiscountType2) => {