@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.
@@ -838,13 +838,12 @@ interface TaxableAddressTaxableAddressDataOneOf {
838
838
  addressType?: TaxableAddressTypeWithLiterals;
839
839
  }
840
840
  declare enum TaxableAddressType {
841
- UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
842
841
  BUSINESS = "BUSINESS",
843
842
  BILLING = "BILLING",
844
843
  SHIPPING = "SHIPPING"
845
844
  }
846
845
  /** @enumType */
847
- type TaxableAddressTypeWithLiterals = TaxableAddressType | 'UNKNOWN_TAXABLE_ADDRESS' | 'BUSINESS' | 'BILLING' | 'SHIPPING';
846
+ type TaxableAddressTypeWithLiterals = TaxableAddressType | 'BUSINESS' | 'BILLING' | 'SHIPPING';
848
847
  interface ExtendedFields {
849
848
  /**
850
849
  * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
@@ -942,14 +941,13 @@ interface PlatformFee {
942
941
  percentageRate?: string;
943
942
  }
944
943
  declare enum PlatformFeeChargeType {
945
- UNKNOWN_CHARGE_TYPE = "UNKNOWN_CHARGE_TYPE",
946
944
  /** The platform fee is passed on to the customer. */
947
945
  PASS_ON = "PASS_ON",
948
946
  /** The platform fee is absorbed by the merchant. */
949
947
  ABSORBED = "ABSORBED"
950
948
  }
951
949
  /** @enumType */
952
- type PlatformFeeChargeTypeWithLiterals = PlatformFeeChargeType | 'UNKNOWN_CHARGE_TYPE' | 'PASS_ON' | 'ABSORBED';
950
+ type PlatformFeeChargeTypeWithLiterals = PlatformFeeChargeType | 'PASS_ON' | 'ABSORBED';
953
951
  /** Buyer Info */
954
952
  interface BuyerInfo extends BuyerInfoIdOneOf {
955
953
  /**
@@ -2071,12 +2069,11 @@ interface PickupDetails {
2071
2069
  pickupMethod?: PickupMethodWithLiterals;
2072
2070
  }
2073
2071
  declare enum PickupMethod {
2074
- UNKNOWN_METHOD = "UNKNOWN_METHOD",
2075
2072
  STORE_PICKUP = "STORE_PICKUP",
2076
2073
  PICKUP_POINT = "PICKUP_POINT"
2077
2074
  }
2078
2075
  /** @enumType */
2079
- type PickupMethodWithLiterals = PickupMethod | 'UNKNOWN_METHOD' | 'STORE_PICKUP' | 'PICKUP_POINT';
2076
+ type PickupMethodWithLiterals = PickupMethod | 'STORE_PICKUP' | 'PICKUP_POINT';
2080
2077
  interface DeliveryTimeSlot {
2081
2078
  /** starting time of the delivery time slot */
2082
2079
  from?: Date | null;
@@ -2678,13 +2675,11 @@ declare enum NameInLineItem {
2678
2675
  /** @enumType */
2679
2676
  type NameInLineItemWithLiterals = NameInLineItem | 'LINE_ITEM_DEFAULT';
2680
2677
  declare enum SuggestedFix {
2681
- /** No suggested fix is specified. The user should refer to the violation description to resolve the issue. */
2682
- UNKNOWN_SUGGESTED_FIX = "UNKNOWN_SUGGESTED_FIX",
2683
2678
  /** The line item should be removed from the cart or checkout to resolve the violation. */
2684
2679
  REMOVE_LINE_ITEM = "REMOVE_LINE_ITEM"
2685
2680
  }
2686
2681
  /** @enumType */
2687
- type SuggestedFixWithLiterals = SuggestedFix | 'UNKNOWN_SUGGESTED_FIX' | 'REMOVE_LINE_ITEM';
2682
+ type SuggestedFixWithLiterals = SuggestedFix | 'REMOVE_LINE_ITEM';
2688
2683
  /** General (other) violation. */
2689
2684
  interface Other {
2690
2685
  /** Location on a checkout or a cart page where a general (other) violation will be displayed. */
@@ -763,14 +763,12 @@ var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
763
763
  return PaymentOptionType2;
764
764
  })(PaymentOptionType || {});
765
765
  var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
766
- TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS"] = "UNKNOWN_TAXABLE_ADDRESS";
767
766
  TaxableAddressType2["BUSINESS"] = "BUSINESS";
768
767
  TaxableAddressType2["BILLING"] = "BILLING";
769
768
  TaxableAddressType2["SHIPPING"] = "SHIPPING";
770
769
  return TaxableAddressType2;
771
770
  })(TaxableAddressType || {});
772
771
  var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
773
- PlatformFeeChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
774
772
  PlatformFeeChargeType2["PASS_ON"] = "PASS_ON";
775
773
  PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
776
774
  return PlatformFeeChargeType2;
@@ -820,7 +818,6 @@ var FallbackReason = /* @__PURE__ */ ((FallbackReason2) => {
820
818
  return FallbackReason2;
821
819
  })(FallbackReason || {});
822
820
  var PickupMethod = /* @__PURE__ */ ((PickupMethod2) => {
823
- PickupMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
824
821
  PickupMethod2["STORE_PICKUP"] = "STORE_PICKUP";
825
822
  PickupMethod2["PICKUP_POINT"] = "PICKUP_POINT";
826
823
  return PickupMethod2;
@@ -888,7 +885,6 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
888
885
  return NameInLineItem2;
889
886
  })(NameInLineItem || {});
890
887
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
891
- SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
892
888
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
893
889
  return SuggestedFix2;
894
890
  })(SuggestedFix || {});