@wix/auto_sdk_ecom_draft-orders 1.0.145 → 1.0.146

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.
@@ -3369,6 +3369,12 @@ var ChargeType = /* @__PURE__ */ ((ChargeType2) => {
3369
3369
  ChargeType2["ABSORBED"] = "ABSORBED";
3370
3370
  return ChargeType2;
3371
3371
  })(ChargeType || {});
3372
+ var SpecificItemsCouponBehavior = /* @__PURE__ */ ((SpecificItemsCouponBehavior2) => {
3373
+ SpecificItemsCouponBehavior2["UNDEFINED_COUPON_BEHAVIOR"] = "UNDEFINED_COUPON_BEHAVIOR";
3374
+ SpecificItemsCouponBehavior2["ITEM_SUBTOTAL_INCLUDES_DISCOUNT"] = "ITEM_SUBTOTAL_INCLUDES_DISCOUNT";
3375
+ SpecificItemsCouponBehavior2["LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT"] = "LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT";
3376
+ return SpecificItemsCouponBehavior2;
3377
+ })(SpecificItemsCouponBehavior || {});
3372
3378
  var FileType = /* @__PURE__ */ ((FileType2) => {
3373
3379
  FileType2["UNSPECIFIED"] = "UNSPECIFIED";
3374
3380
  FileType2["SECURE_PICTURE"] = "SECURE_PICTURE";
@@ -3583,12 +3589,6 @@ var OrderActionType = /* @__PURE__ */ ((OrderActionType2) => {
3583
3589
  OrderActionType2["MODIFY_INVENTORY"] = "MODIFY_INVENTORY";
3584
3590
  return OrderActionType2;
3585
3591
  })(OrderActionType || {});
3586
- var SpecificItemsCouponBehavior = /* @__PURE__ */ ((SpecificItemsCouponBehavior2) => {
3587
- SpecificItemsCouponBehavior2["UNDEFINED_COUPON_BEHAVIOR"] = "UNDEFINED_COUPON_BEHAVIOR";
3588
- SpecificItemsCouponBehavior2["ITEM_SUBTOTAL_INCLUDES_DISCOUNT"] = "ITEM_SUBTOTAL_INCLUDES_DISCOUNT";
3589
- SpecificItemsCouponBehavior2["LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT"] = "LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT";
3590
- return SpecificItemsCouponBehavior2;
3591
- })(SpecificItemsCouponBehavior || {});
3592
3592
  var OrderStatus = /* @__PURE__ */ ((OrderStatus2) => {
3593
3593
  OrderStatus2["UNKNOWN_ORDER_STATUS"] = "UNKNOWN_ORDER_STATUS";
3594
3594
  OrderStatus2["INITIALIZED"] = "INITIALIZED";