@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.
@@ -3454,6 +3454,12 @@ var ChargeType = /* @__PURE__ */ ((ChargeType2) => {
3454
3454
  ChargeType2["ABSORBED"] = "ABSORBED";
3455
3455
  return ChargeType2;
3456
3456
  })(ChargeType || {});
3457
+ var SpecificItemsCouponBehavior = /* @__PURE__ */ ((SpecificItemsCouponBehavior2) => {
3458
+ SpecificItemsCouponBehavior2["UNDEFINED_COUPON_BEHAVIOR"] = "UNDEFINED_COUPON_BEHAVIOR";
3459
+ SpecificItemsCouponBehavior2["ITEM_SUBTOTAL_INCLUDES_DISCOUNT"] = "ITEM_SUBTOTAL_INCLUDES_DISCOUNT";
3460
+ SpecificItemsCouponBehavior2["LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT"] = "LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT";
3461
+ return SpecificItemsCouponBehavior2;
3462
+ })(SpecificItemsCouponBehavior || {});
3457
3463
  var FileType = /* @__PURE__ */ ((FileType2) => {
3458
3464
  FileType2["UNSPECIFIED"] = "UNSPECIFIED";
3459
3465
  FileType2["SECURE_PICTURE"] = "SECURE_PICTURE";
@@ -3668,12 +3674,6 @@ var OrderActionType = /* @__PURE__ */ ((OrderActionType2) => {
3668
3674
  OrderActionType2["MODIFY_INVENTORY"] = "MODIFY_INVENTORY";
3669
3675
  return OrderActionType2;
3670
3676
  })(OrderActionType || {});
3671
- var SpecificItemsCouponBehavior = /* @__PURE__ */ ((SpecificItemsCouponBehavior2) => {
3672
- SpecificItemsCouponBehavior2["UNDEFINED_COUPON_BEHAVIOR"] = "UNDEFINED_COUPON_BEHAVIOR";
3673
- SpecificItemsCouponBehavior2["ITEM_SUBTOTAL_INCLUDES_DISCOUNT"] = "ITEM_SUBTOTAL_INCLUDES_DISCOUNT";
3674
- SpecificItemsCouponBehavior2["LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT"] = "LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT";
3675
- return SpecificItemsCouponBehavior2;
3676
- })(SpecificItemsCouponBehavior || {});
3677
3677
  var OrderStatus = /* @__PURE__ */ ((OrderStatus2) => {
3678
3678
  OrderStatus2["UNKNOWN_ORDER_STATUS"] = "UNKNOWN_ORDER_STATUS";
3679
3679
  OrderStatus2["INITIALIZED"] = "INITIALIZED";