@wix/auto_sdk_ecom_current-cart 1.0.154 → 1.0.155

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.
@@ -845,13 +845,12 @@ interface TaxableAddressTaxableAddressDataOneOf {
845
845
  addressType?: TaxableAddressTypeWithLiterals;
846
846
  }
847
847
  declare enum TaxableAddressType {
848
- UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
849
848
  BUSINESS = "BUSINESS",
850
849
  BILLING = "BILLING",
851
850
  SHIPPING = "SHIPPING"
852
851
  }
853
852
  /** @enumType */
854
- type TaxableAddressTypeWithLiterals = TaxableAddressType | 'UNKNOWN_TAXABLE_ADDRESS' | 'BUSINESS' | 'BILLING' | 'SHIPPING';
853
+ type TaxableAddressTypeWithLiterals = TaxableAddressType | 'BUSINESS' | 'BILLING' | 'SHIPPING';
855
854
  interface ExtendedFields {
856
855
  /**
857
856
  * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
@@ -949,14 +948,13 @@ interface PlatformFee {
949
948
  percentageRate?: string;
950
949
  }
951
950
  declare enum PlatformFeeChargeType {
952
- UNKNOWN_CHARGE_TYPE = "UNKNOWN_CHARGE_TYPE",
953
951
  /** The platform fee is passed on to the customer. */
954
952
  PASS_ON = "PASS_ON",
955
953
  /** The platform fee is absorbed by the merchant. */
956
954
  ABSORBED = "ABSORBED"
957
955
  }
958
956
  /** @enumType */
959
- type PlatformFeeChargeTypeWithLiterals = PlatformFeeChargeType | 'UNKNOWN_CHARGE_TYPE' | 'PASS_ON' | 'ABSORBED';
957
+ type PlatformFeeChargeTypeWithLiterals = PlatformFeeChargeType | 'PASS_ON' | 'ABSORBED';
960
958
  /** Buyer Info */
961
959
  interface BuyerInfo extends BuyerInfoIdOneOf {
962
960
  /**
@@ -1995,12 +1993,11 @@ interface PickupDetails {
1995
1993
  pickupMethod?: PickupMethodWithLiterals;
1996
1994
  }
1997
1995
  declare enum PickupMethod {
1998
- UNKNOWN_METHOD = "UNKNOWN_METHOD",
1999
1996
  STORE_PICKUP = "STORE_PICKUP",
2000
1997
  PICKUP_POINT = "PICKUP_POINT"
2001
1998
  }
2002
1999
  /** @enumType */
2003
- type PickupMethodWithLiterals = PickupMethod | 'UNKNOWN_METHOD' | 'STORE_PICKUP' | 'PICKUP_POINT';
2000
+ type PickupMethodWithLiterals = PickupMethod | 'STORE_PICKUP' | 'PICKUP_POINT';
2004
2001
  interface DeliveryTimeSlot {
2005
2002
  /** starting time of the delivery time slot */
2006
2003
  from?: Date | null;
@@ -2566,13 +2563,11 @@ declare enum NameInLineItem {
2566
2563
  /** @enumType */
2567
2564
  type NameInLineItemWithLiterals = NameInLineItem | 'LINE_ITEM_DEFAULT';
2568
2565
  declare enum SuggestedFix {
2569
- /** No suggested fix is specified. The user should refer to the violation description to resolve the issue. */
2570
- UNKNOWN_SUGGESTED_FIX = "UNKNOWN_SUGGESTED_FIX",
2571
2566
  /** The line item should be removed from the cart or checkout to resolve the violation. */
2572
2567
  REMOVE_LINE_ITEM = "REMOVE_LINE_ITEM"
2573
2568
  }
2574
2569
  /** @enumType */
2575
- type SuggestedFixWithLiterals = SuggestedFix | 'UNKNOWN_SUGGESTED_FIX' | 'REMOVE_LINE_ITEM';
2570
+ type SuggestedFixWithLiterals = SuggestedFix | 'REMOVE_LINE_ITEM';
2576
2571
  /** General (other) violation. */
2577
2572
  interface Other {
2578
2573
  /** Location on a checkout or a cart page where a general (other) violation will be displayed. */
@@ -690,14 +690,12 @@ var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
690
690
  return PaymentOptionType2;
691
691
  })(PaymentOptionType || {});
692
692
  var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
693
- TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS"] = "UNKNOWN_TAXABLE_ADDRESS";
694
693
  TaxableAddressType2["BUSINESS"] = "BUSINESS";
695
694
  TaxableAddressType2["BILLING"] = "BILLING";
696
695
  TaxableAddressType2["SHIPPING"] = "SHIPPING";
697
696
  return TaxableAddressType2;
698
697
  })(TaxableAddressType || {});
699
698
  var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
700
- PlatformFeeChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
701
699
  PlatformFeeChargeType2["PASS_ON"] = "PASS_ON";
702
700
  PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
703
701
  return PlatformFeeChargeType2;
@@ -747,7 +745,6 @@ var FallbackReason = /* @__PURE__ */ ((FallbackReason2) => {
747
745
  return FallbackReason2;
748
746
  })(FallbackReason || {});
749
747
  var PickupMethod = /* @__PURE__ */ ((PickupMethod2) => {
750
- PickupMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
751
748
  PickupMethod2["STORE_PICKUP"] = "STORE_PICKUP";
752
749
  PickupMethod2["PICKUP_POINT"] = "PICKUP_POINT";
753
750
  return PickupMethod2;
@@ -815,7 +812,6 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
815
812
  return NameInLineItem2;
816
813
  })(NameInLineItem || {});
817
814
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
818
- SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
819
815
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
820
816
  return SuggestedFix2;
821
817
  })(SuggestedFix || {});