@wix/auto_sdk_ecom_payment-settings 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.
Files changed (29) hide show
  1. package/build/cjs/index.d.ts +2 -2
  2. package/build/cjs/index.js +0 -14
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js +0 -14
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-CI3duQX5.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-UmuLlV7P.d.ts} +0 -21
  8. package/build/es/index.d.mts +2 -2
  9. package/build/es/index.mjs +0 -14
  10. package/build/es/index.mjs.map +1 -1
  11. package/build/es/index.typings.d.mts +2 -2
  12. package/build/es/index.typings.mjs +0 -14
  13. package/build/es/index.typings.mjs.map +1 -1
  14. package/build/es/{interfaces-ecommerce-v1-payment-settings-provider.public-CI3duQX5.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-UmuLlV7P.d.mts} +0 -21
  15. package/build/internal/cjs/index.d.ts +2 -2
  16. package/build/internal/cjs/index.js +0 -14
  17. package/build/internal/cjs/index.js.map +1 -1
  18. package/build/internal/cjs/index.typings.d.ts +2 -2
  19. package/build/internal/cjs/index.typings.js +0 -14
  20. package/build/internal/cjs/index.typings.js.map +1 -1
  21. package/build/internal/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-CI3duQX5.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-UmuLlV7P.d.ts} +0 -21
  22. package/build/internal/es/index.d.mts +2 -2
  23. package/build/internal/es/index.mjs +0 -14
  24. package/build/internal/es/index.mjs.map +1 -1
  25. package/build/internal/es/index.typings.d.mts +2 -2
  26. package/build/internal/es/index.typings.mjs +0 -14
  27. package/build/internal/es/index.typings.mjs.map +1 -1
  28. package/build/internal/es/{interfaces-ecommerce-v1-payment-settings-provider.public-CI3duQX5.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-UmuLlV7P.d.mts} +0 -21
  29. package/package.json +4 -4
@@ -766,7 +766,6 @@ interface BillingAdjustment {
766
766
  priceSummary?: BillingAdjustmentPriceSummary;
767
767
  }
768
768
  declare enum AdjustmentType {
769
- UNKNOWN_ADJUSTMENT_TYPE = "UNKNOWN_ADJUSTMENT_TYPE",
770
769
  /** Adjustment increases the total amount due to changes like covering extra billing days. Typically results in an additional fee. */
771
770
  EXTRA_CHARGE = "EXTRA_CHARGE",
772
771
  /** Adjustment reduces the total amount due to changes like covering fewer billing days. Typically results in a credit or discount. */
@@ -832,7 +831,6 @@ interface TaxableAddressTaxableAddressDataOneOf {
832
831
  addressType?: TaxableAddressType;
833
832
  }
834
833
  declare enum TaxableAddressType {
835
- UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
836
834
  BUSINESS = "BUSINESS",
837
835
  BILLING = "BILLING",
838
836
  SHIPPING = "SHIPPING"
@@ -1252,7 +1250,6 @@ interface PickupAddress {
1252
1250
  subdivisionFullname?: string | null;
1253
1251
  }
1254
1252
  declare enum PickupMethod {
1255
- UNKNOWN_METHOD = "UNKNOWN_METHOD",
1256
1253
  STORE_PICKUP = "STORE_PICKUP",
1257
1254
  PICKUP_POINT = "PICKUP_POINT"
1258
1255
  }
@@ -2303,10 +2300,6 @@ declare enum ActivityType {
2303
2300
  CUSTOM_ACTIVITY = "CUSTOM_ACTIVITY",
2304
2301
  /** Comment added to the order by a merchant. */
2305
2302
  MERCHANT_COMMENT = "MERCHANT_COMMENT",
2306
- /** Order was created as a result of an exchange. */
2307
- ORDER_CREATED_FROM_EXCHANGE = "ORDER_CREATED_FROM_EXCHANGE",
2308
- /** New exchange order was created from this order. */
2309
- NEW_EXCHANGE_ORDER_CREATED = "NEW_EXCHANGE_ORDER_CREATED",
2310
2303
  /** Partial payment was received for the order. */
2311
2304
  ORDER_PARTIALLY_PAID = "ORDER_PARTIALLY_PAID",
2312
2305
  /** Changes were applied to a draft order. */
@@ -2395,8 +2388,6 @@ declare enum ActivityType {
2395
2388
  CHARGEBACK_REVERSED = "CHARGEBACK_REVERSED"
2396
2389
  }
2397
2390
  declare enum OrderActivityTypeEnumActivityType {
2398
- /** Default value. This value is unused. */
2399
- UNKNOWN_ACTIVITY_TYPE = "UNKNOWN_ACTIVITY_TYPE",
2400
2391
  /** New order was created and placed. */
2401
2392
  ORDER_PLACED = "ORDER_PLACED",
2402
2393
  /** Order payment was completed and confirmed. */
@@ -2431,14 +2422,8 @@ declare enum OrderActivityTypeEnumActivityType {
2431
2422
  EMAIL_EDITED = "EMAIL_EDITED",
2432
2423
  /** Email notification for pickup readiness was sent. */
2433
2424
  PICKUP_READY_EMAIL_SENT = "PICKUP_READY_EMAIL_SENT",
2434
- /** Custom activity created by a third-party application. */
2435
- CUSTOM_ACTIVITY = "CUSTOM_ACTIVITY",
2436
2425
  /** Comment added to the order by a merchant. */
2437
2426
  MERCHANT_COMMENT = "MERCHANT_COMMENT",
2438
- /** Order was created as a result of an exchange. */
2439
- ORDER_CREATED_FROM_EXCHANGE = "ORDER_CREATED_FROM_EXCHANGE",
2440
- /** New exchange order was created from this order. */
2441
- NEW_EXCHANGE_ORDER_CREATED = "NEW_EXCHANGE_ORDER_CREATED",
2442
2427
  /** Partial payment was received for the order. */
2443
2428
  ORDER_PARTIALLY_PAID = "ORDER_PARTIALLY_PAID",
2444
2429
  /** Changes were applied to a draft order. */
@@ -2776,7 +2761,6 @@ interface AdditionalFee {
2776
2761
  lineItemIds?: string[];
2777
2762
  }
2778
2763
  declare enum AdditionalFeeSource {
2779
- UNKNOWN_ADDITIONAL_FEE_SOURCE = "UNKNOWN_ADDITIONAL_FEE_SOURCE",
2780
2764
  /** The additional fee was added by an additional fee service plugin. */
2781
2765
  SERVICE_PLUGIN = "SERVICE_PLUGIN",
2782
2766
  /** The additional fee was added to the item by a catalog or custom line item. */
@@ -3014,7 +2998,6 @@ interface PlatformFee {
3014
2998
  percentageRate?: string;
3015
2999
  }
3016
3000
  declare enum ChargeType {
3017
- UNKNOWN_CHARGE_TYPE = "UNKNOWN_CHARGE_TYPE",
3018
3001
  /**
3019
3002
  * Platform fee passed on to buyer.
3020
3003
  *
@@ -3821,7 +3804,6 @@ interface V1PlatformFee {
3821
3804
  percentageRate?: string;
3822
3805
  }
3823
3806
  declare enum PlatformFeeChargeType {
3824
- UNKNOWN_CHARGE_TYPE = "UNKNOWN_CHARGE_TYPE",
3825
3807
  /** The platform fee is passed on to the customer. */
3826
3808
  PASS_ON = "PASS_ON",
3827
3809
  /** The platform fee is absorbed by the merchant. */
@@ -3924,7 +3906,6 @@ interface V1PickupDetails {
3924
3906
  pickupMethod?: PickupDetailsPickupMethod;
3925
3907
  }
3926
3908
  declare enum PickupDetailsPickupMethod {
3927
- UNKNOWN_METHOD = "UNKNOWN_METHOD",
3928
3909
  STORE_PICKUP = "STORE_PICKUP",
3929
3910
  PICKUP_POINT = "PICKUP_POINT"
3930
3911
  }
@@ -4758,8 +4739,6 @@ declare enum NameInLineItem {
4758
4739
  LINE_ITEM_DEFAULT = "LINE_ITEM_DEFAULT"
4759
4740
  }
4760
4741
  declare enum SuggestedFix {
4761
- /** No suggested fix is specified. The user should refer to the violation description to resolve the issue. */
4762
- UNKNOWN_SUGGESTED_FIX = "UNKNOWN_SUGGESTED_FIX",
4763
4742
  /** The line item should be removed from the cart or checkout to resolve the violation. */
4764
4743
  REMOVE_LINE_ITEM = "REMOVE_LINE_ITEM"
4765
4744
  }
@@ -1,5 +1,5 @@
1
- import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-CI3duQX5.js';
2
- export { av as Activity, aw as ActivityContentOneOf, bn as ActivityType, by as AdditionalFee, dg as AdditionalFeeAdditionalFeeSource, bz as AdditionalFeeSource, a0 as Address, a2 as AddressLocation, ch as AddressWithContact, A as AdjustmentType, d4 as AggregatedTaxBreakdown, $ as ApiAddressWithContact, cu as ApplicableLineItems, cH as ApplicationError, aj as AppliedDiscount, ak as AppliedDiscountDiscountSourceOneOf, cR as AppliedDiscountDiscountType, bp as AttributionSource, aX as AuthorizedPaymentCaptured, aW as AuthorizedPaymentCreated, aY as AuthorizedPaymentVoided, d2 as AutoTaxFallbackCalculationDetails, bw as Balance, bv as BalanceSummary, db as BalanceType, B as BillingAdjustment, x as BillingAdjustmentPriceSummary, cA as BuyerInfo, cB as BuyerInfoIdOneOf, cD as CalculationErrors, cE as CalculationErrorsShippingCalculationErrorOneOf, cs as Carrier, cN as CarrierError, cM as CarrierErrors, cw as CarrierServiceOption, bx as CashRounding, ca as CatalogOverrideFields, C as CatalogReference, bs as ChannelInfo, bt as ChannelType, dw as Charge, bP as ChargeType, bl as ChargebackCreated, bm as ChargebackReversed, bT as Checkout, g as Color, dA as Context, dh as ConversionInfo, am as Coupon, d5 as CreatedBy, d6 as CreatedByIdOneOf, ba as CreditCardDetails, Z as CurrencyConversionDetails, ax as CustomActivity, bH as CustomAllowedActions, dt as CustomContentReference, bu as CustomField, ds as CustomSettings, cr as DeliveryAllocation, a7 as DeliveryLogistics, a8 as DeliveryLogisticsAddressOneOf, ac as DeliveryTimeSlot, c6 as Description, D as DescriptionLine, d as DescriptionLineDescriptionLineValueOneOf, e as DescriptionLineName, h as DescriptionLineType, c as DescriptionLineValueOneOf, cF as Details, cG as DetailsKindOneOf, r as DigitalFile, j as Dimensions, k as DimensionsUnit, ap as DiscountReason, aq as DiscountRule, ar as DiscountRuleName, al as DiscountType, aD as DraftOrderChangesApplied, K as ExtendedFields, bi as ExternalReceipt, du as ExternalReference, d3 as FallbackReason, cK as FieldViolation, c8 as FileType, F as FocalPoint, bM as FormIdentifier, bL as FormInfo, w as FreeTrialPeriod, X as FulfillmentStatus, bA as FulfillmentStatusesAggregate, a3 as FullAddressContactDetails, bS as GetPaymentSettingsForCheckoutRequest, dx as GetPaymentSettingsForCheckoutResponse, G as GetPaymentSettingsRequest, bQ as GetPaymentSettingsResponse, cO as GiftCard, b1 as GiftCardPaymentRefund, c1 as Group, dC as IdentificationData, dD as IdentificationDataIdOneOf, dB as IdentityType, dc as InvalidMembership, b_ as ItemAvailabilityInfo, b$ as ItemAvailabilityStatus, at as ItemCombination, au as ItemCombinationLineItem, ce as ItemModifier, o as ItemTaxFullDetails, I as ItemType, l as ItemTypeItemTypeDataOneOf, m as ItemTypePreset, J as JurisdictionType, bU as LineItem, aQ as LineItemAmount, aG as LineItemChanges, aL as LineItemDescriptionLineChange, as as LineItemDiscount, aC as LineItemExchangeData, aM as LineItemModifiersChange, aJ as LineItemPriceChange, aK as LineItemProductNameChange, aH as LineItemQuantityChange, aI as LineItemQuantityChangeType, q as LineItemTaxBreakdown, L as LineItemTaxInfo, bD as Location, z as LocationAndQuantity, aR as ManagedAdditionalFee, aO as ManagedDiscount, aN as ManagedLineItem, d1 as ManualCalculationReason, d8 as Membership, d9 as MembershipName, d7 as MembershipOptions, da as MembershipPaymentCredits, b2 as MembershipPaymentRefund, ay as MerchantComment, an as MerchantDiscount, ao as MerchantDiscountMerchantDiscountReasonOneOf, cd as ModifierGroup, bV as MultiCurrencyPrice, dn as NameInLineItem, dm as NameInOther, aB as NewExchangeOrderCreated, O as Order, bI as OrderActionType, bo as OrderActivityTypeEnumActivityType, aE as OrderChange, aF as OrderChangeValueOneOf, aA as OrderCreatedFromExchange, a as OrderLineItem, az as OrderRefunded, bE as OrderSettings, bF as OrderSettingsAllowedActionsOneOf, bG as OrderSettingsEditableByOneOf, af as OrderStatus, ai as OrderTaxBreakdown, ah as OrderTaxInfo, dq as Other, cz as OtherCharge, bJ as OwnerApps, bb as PaymentCanceled, bc as PaymentCanceledPaymentDetailsOneOf, bd as PaymentDeclined, be as PaymentDeclinedPaymentDetailsOneOf, cb as PaymentOption, n as PaymentOptionType, b6 as PaymentPending, b7 as PaymentPendingPaymentDetailsOneOf, b4 as PaymentRefundFailed, b3 as PaymentRefunded, bR as PaymentSettings, dz as PaymentSettingsSPIConfig, W as PaymentStatus, i as PhysicalProperties, aa as PickupAddress, a9 as PickupDetails, cm as PickupDetailsPickupMethod, ab as PickupMethod, f as PlainTextValue, bO as PlatformFee, cg as PlatformFeeChargeType, bN as PlatformFeeSummary, cc as Policy, b as Price, y as PriceDescription, _ as PriceSummary, P as ProductName, d0 as RateType, bf as ReceiptCreated, bg as ReceiptCreatedReceiptInfoOneOf, bj as ReceiptSent, bk as ReceiptSentReceiptInfoOneOf, aZ as RefundInitiated, b5 as RefundedAsStoreCredit, a_ as RefundedPayment, a$ as RefundedPaymentKindOneOf, ct as Region, b8 as RegularPayment, b9 as RegularPaymentPaymentMethodDetailsOneOf, b0 as RegularPaymentRefund, R as RestockLocation, cJ as RuleType, aV as SavedPaymentMethod, c0 as Scope, c7 as SecuredMedia, cj as SelectedCarrierServiceOption, cp as SelectedCarrierServiceOptionOtherCharge, co as SelectedCarrierServiceOptionPrices, de as SelectedMembership, dd as SelectedMemberships, c9 as ServiceProperties, dj as Severity, ci as ShippingInfo, aU as ShippingInformation, aT as ShippingInformationChange, cx as ShippingOption, ad as ShippingPrice, ae as ShippingRegion, bK as SpecificItemsCouponBehavior, a1 as StreetAddress, dv as SubscriptionCharges, t as SubscriptionDescription, v as SubscriptionFrequency, S as SubscriptionInfo, c2 as SubscriptionOptionInfo, u as SubscriptionSettings, s as SubscriptionTitle, dp as SuggestedFix, cL as SystemError, bC as TagList, bB as Tags, dk as Target, dr as TargetLineItem, dl as TargetTargetTypeOneOf, bY as TaxBreakdown, c_ as TaxCalculationDetails, c$ as TaxCalculationDetailsCalculationDetailsOneOf, bX as TaxRateBreakdown, ag as TaxSummary, T as TaxableAddress, E as TaxableAddressTaxableAddressDataOneOf, H as TaxableAddressType, c5 as Title, aS as TotalPriceChange, M as TranslatableString, aP as TranslatedValue, df as V1AdditionalFee, cP as V1AppliedDiscount, cQ as V1AppliedDiscountDiscountSourceOneOf, Q as V1BuyerInfo, U as V1BuyerInfoIdOneOf, cq as V1ChargeType, cS as V1Coupon, bq as V1CreatedBy, br as V1CreatedByStringOneOf, ck as V1DeliveryLogistics, cn as V1DeliveryTimeSlot, cU as V1DiscountRule, cV as V1DiscountRuleName, c4 as V1FreeTrialPeriod, cX as V1ItemCombination, cY as V1ItemCombinationLineItem, N as V1ItemModifier, bW as V1ItemTaxFullDetails, bZ as V1JurisdictionType, cW as V1LineItemDiscount, cT as V1MerchantDiscount, V as V1ModifierGroup, dy as V1PaymentOption, cl as V1PickupDetails, cf as V1PlatformFee, cC as V1PriceSummary, a6 as V1ShippingInformation, cy as V1ShippingPrice, cv as V1ShippingRegion, c3 as V1SubscriptionSettings, cZ as V1TaxSummary, cI as ValidationError, a4 as VatId, a5 as VatType, di as Violation, Y as WeightUnit, bh as WixReceipt } from './interfaces-ecommerce-v1-payment-settings-provider.public-CI3duQX5.js';
1
+ import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-UmuLlV7P.js';
2
+ export { av as Activity, aw as ActivityContentOneOf, bn as ActivityType, by as AdditionalFee, dg as AdditionalFeeAdditionalFeeSource, bz as AdditionalFeeSource, a0 as Address, a2 as AddressLocation, ch as AddressWithContact, A as AdjustmentType, d4 as AggregatedTaxBreakdown, $ as ApiAddressWithContact, cu as ApplicableLineItems, cH as ApplicationError, aj as AppliedDiscount, ak as AppliedDiscountDiscountSourceOneOf, cR as AppliedDiscountDiscountType, bp as AttributionSource, aX as AuthorizedPaymentCaptured, aW as AuthorizedPaymentCreated, aY as AuthorizedPaymentVoided, d2 as AutoTaxFallbackCalculationDetails, bw as Balance, bv as BalanceSummary, db as BalanceType, B as BillingAdjustment, x as BillingAdjustmentPriceSummary, cA as BuyerInfo, cB as BuyerInfoIdOneOf, cD as CalculationErrors, cE as CalculationErrorsShippingCalculationErrorOneOf, cs as Carrier, cN as CarrierError, cM as CarrierErrors, cw as CarrierServiceOption, bx as CashRounding, ca as CatalogOverrideFields, C as CatalogReference, bs as ChannelInfo, bt as ChannelType, dw as Charge, bP as ChargeType, bl as ChargebackCreated, bm as ChargebackReversed, bT as Checkout, g as Color, dA as Context, dh as ConversionInfo, am as Coupon, d5 as CreatedBy, d6 as CreatedByIdOneOf, ba as CreditCardDetails, Z as CurrencyConversionDetails, ax as CustomActivity, bH as CustomAllowedActions, dt as CustomContentReference, bu as CustomField, ds as CustomSettings, cr as DeliveryAllocation, a7 as DeliveryLogistics, a8 as DeliveryLogisticsAddressOneOf, ac as DeliveryTimeSlot, c6 as Description, D as DescriptionLine, d as DescriptionLineDescriptionLineValueOneOf, e as DescriptionLineName, h as DescriptionLineType, c as DescriptionLineValueOneOf, cF as Details, cG as DetailsKindOneOf, r as DigitalFile, j as Dimensions, k as DimensionsUnit, ap as DiscountReason, aq as DiscountRule, ar as DiscountRuleName, al as DiscountType, aD as DraftOrderChangesApplied, K as ExtendedFields, bi as ExternalReceipt, du as ExternalReference, d3 as FallbackReason, cK as FieldViolation, c8 as FileType, F as FocalPoint, bM as FormIdentifier, bL as FormInfo, w as FreeTrialPeriod, X as FulfillmentStatus, bA as FulfillmentStatusesAggregate, a3 as FullAddressContactDetails, bS as GetPaymentSettingsForCheckoutRequest, dx as GetPaymentSettingsForCheckoutResponse, G as GetPaymentSettingsRequest, bQ as GetPaymentSettingsResponse, cO as GiftCard, b1 as GiftCardPaymentRefund, c1 as Group, dC as IdentificationData, dD as IdentificationDataIdOneOf, dB as IdentityType, dc as InvalidMembership, b_ as ItemAvailabilityInfo, b$ as ItemAvailabilityStatus, at as ItemCombination, au as ItemCombinationLineItem, ce as ItemModifier, o as ItemTaxFullDetails, I as ItemType, l as ItemTypeItemTypeDataOneOf, m as ItemTypePreset, J as JurisdictionType, bU as LineItem, aQ as LineItemAmount, aG as LineItemChanges, aL as LineItemDescriptionLineChange, as as LineItemDiscount, aC as LineItemExchangeData, aM as LineItemModifiersChange, aJ as LineItemPriceChange, aK as LineItemProductNameChange, aH as LineItemQuantityChange, aI as LineItemQuantityChangeType, q as LineItemTaxBreakdown, L as LineItemTaxInfo, bD as Location, z as LocationAndQuantity, aR as ManagedAdditionalFee, aO as ManagedDiscount, aN as ManagedLineItem, d1 as ManualCalculationReason, d8 as Membership, d9 as MembershipName, d7 as MembershipOptions, da as MembershipPaymentCredits, b2 as MembershipPaymentRefund, ay as MerchantComment, an as MerchantDiscount, ao as MerchantDiscountMerchantDiscountReasonOneOf, cd as ModifierGroup, bV as MultiCurrencyPrice, dn as NameInLineItem, dm as NameInOther, aB as NewExchangeOrderCreated, O as Order, bI as OrderActionType, bo as OrderActivityTypeEnumActivityType, aE as OrderChange, aF as OrderChangeValueOneOf, aA as OrderCreatedFromExchange, a as OrderLineItem, az as OrderRefunded, bE as OrderSettings, bF as OrderSettingsAllowedActionsOneOf, bG as OrderSettingsEditableByOneOf, af as OrderStatus, ai as OrderTaxBreakdown, ah as OrderTaxInfo, dq as Other, cz as OtherCharge, bJ as OwnerApps, bb as PaymentCanceled, bc as PaymentCanceledPaymentDetailsOneOf, bd as PaymentDeclined, be as PaymentDeclinedPaymentDetailsOneOf, cb as PaymentOption, n as PaymentOptionType, b6 as PaymentPending, b7 as PaymentPendingPaymentDetailsOneOf, b4 as PaymentRefundFailed, b3 as PaymentRefunded, bR as PaymentSettings, dz as PaymentSettingsSPIConfig, W as PaymentStatus, i as PhysicalProperties, aa as PickupAddress, a9 as PickupDetails, cm as PickupDetailsPickupMethod, ab as PickupMethod, f as PlainTextValue, bO as PlatformFee, cg as PlatformFeeChargeType, bN as PlatformFeeSummary, cc as Policy, b as Price, y as PriceDescription, _ as PriceSummary, P as ProductName, d0 as RateType, bf as ReceiptCreated, bg as ReceiptCreatedReceiptInfoOneOf, bj as ReceiptSent, bk as ReceiptSentReceiptInfoOneOf, aZ as RefundInitiated, b5 as RefundedAsStoreCredit, a_ as RefundedPayment, a$ as RefundedPaymentKindOneOf, ct as Region, b8 as RegularPayment, b9 as RegularPaymentPaymentMethodDetailsOneOf, b0 as RegularPaymentRefund, R as RestockLocation, cJ as RuleType, aV as SavedPaymentMethod, c0 as Scope, c7 as SecuredMedia, cj as SelectedCarrierServiceOption, cp as SelectedCarrierServiceOptionOtherCharge, co as SelectedCarrierServiceOptionPrices, de as SelectedMembership, dd as SelectedMemberships, c9 as ServiceProperties, dj as Severity, ci as ShippingInfo, aU as ShippingInformation, aT as ShippingInformationChange, cx as ShippingOption, ad as ShippingPrice, ae as ShippingRegion, bK as SpecificItemsCouponBehavior, a1 as StreetAddress, dv as SubscriptionCharges, t as SubscriptionDescription, v as SubscriptionFrequency, S as SubscriptionInfo, c2 as SubscriptionOptionInfo, u as SubscriptionSettings, s as SubscriptionTitle, dp as SuggestedFix, cL as SystemError, bC as TagList, bB as Tags, dk as Target, dr as TargetLineItem, dl as TargetTargetTypeOneOf, bY as TaxBreakdown, c_ as TaxCalculationDetails, c$ as TaxCalculationDetailsCalculationDetailsOneOf, bX as TaxRateBreakdown, ag as TaxSummary, T as TaxableAddress, E as TaxableAddressTaxableAddressDataOneOf, H as TaxableAddressType, c5 as Title, aS as TotalPriceChange, M as TranslatableString, aP as TranslatedValue, df as V1AdditionalFee, cP as V1AppliedDiscount, cQ as V1AppliedDiscountDiscountSourceOneOf, Q as V1BuyerInfo, U as V1BuyerInfoIdOneOf, cq as V1ChargeType, cS as V1Coupon, bq as V1CreatedBy, br as V1CreatedByStringOneOf, ck as V1DeliveryLogistics, cn as V1DeliveryTimeSlot, cU as V1DiscountRule, cV as V1DiscountRuleName, c4 as V1FreeTrialPeriod, cX as V1ItemCombination, cY as V1ItemCombinationLineItem, N as V1ItemModifier, bW as V1ItemTaxFullDetails, bZ as V1JurisdictionType, cW as V1LineItemDiscount, cT as V1MerchantDiscount, V as V1ModifierGroup, dy as V1PaymentOption, cl as V1PickupDetails, cf as V1PlatformFee, cC as V1PriceSummary, a6 as V1ShippingInformation, cy as V1ShippingPrice, cv as V1ShippingRegion, c3 as V1SubscriptionSettings, cZ as V1TaxSummary, cI as ValidationError, a4 as VatId, a5 as VatType, di as Violation, Y as WeightUnit, bh as WixReceipt } from './interfaces-ecommerce-v1-payment-settings-provider.public-UmuLlV7P.js';
3
3
  import { BuildServicePluginDefinition } from '@wix/sdk-types';
4
4
 
5
5
  declare const provideHandlers: BuildServicePluginDefinition<typeof provideHandlers$1> & typeof provideHandlers$1;
@@ -121,13 +121,11 @@ var SubscriptionFrequency = /* @__PURE__ */ ((SubscriptionFrequency2) => {
121
121
  return SubscriptionFrequency2;
122
122
  })(SubscriptionFrequency || {});
123
123
  var AdjustmentType = /* @__PURE__ */ ((AdjustmentType2) => {
124
- AdjustmentType2["UNKNOWN_ADJUSTMENT_TYPE"] = "UNKNOWN_ADJUSTMENT_TYPE";
125
124
  AdjustmentType2["EXTRA_CHARGE"] = "EXTRA_CHARGE";
126
125
  AdjustmentType2["CREDIT"] = "CREDIT";
127
126
  return AdjustmentType2;
128
127
  })(AdjustmentType || {});
129
128
  var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
130
- TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS"] = "UNKNOWN_TAXABLE_ADDRESS";
131
129
  TaxableAddressType2["BUSINESS"] = "BUSINESS";
132
130
  TaxableAddressType2["BILLING"] = "BILLING";
133
131
  TaxableAddressType2["SHIPPING"] = "SHIPPING";
@@ -165,7 +163,6 @@ var VatType = /* @__PURE__ */ ((VatType2) => {
165
163
  return VatType2;
166
164
  })(VatType || {});
167
165
  var PickupMethod = /* @__PURE__ */ ((PickupMethod2) => {
168
- PickupMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
169
166
  PickupMethod2["STORE_PICKUP"] = "STORE_PICKUP";
170
167
  PickupMethod2["PICKUP_POINT"] = "PICKUP_POINT";
171
168
  return PickupMethod2;
@@ -216,8 +213,6 @@ var ActivityType = /* @__PURE__ */ ((ActivityType2) => {
216
213
  ActivityType2["PICKUP_READY_EMAIL_SENT"] = "PICKUP_READY_EMAIL_SENT";
217
214
  ActivityType2["CUSTOM_ACTIVITY"] = "CUSTOM_ACTIVITY";
218
215
  ActivityType2["MERCHANT_COMMENT"] = "MERCHANT_COMMENT";
219
- ActivityType2["ORDER_CREATED_FROM_EXCHANGE"] = "ORDER_CREATED_FROM_EXCHANGE";
220
- ActivityType2["NEW_EXCHANGE_ORDER_CREATED"] = "NEW_EXCHANGE_ORDER_CREATED";
221
216
  ActivityType2["ORDER_PARTIALLY_PAID"] = "ORDER_PARTIALLY_PAID";
222
217
  ActivityType2["DRAFT_ORDER_CHANGES_APPLIED"] = "DRAFT_ORDER_CHANGES_APPLIED";
223
218
  ActivityType2["SAVED_PAYMENT_METHOD"] = "SAVED_PAYMENT_METHOD";
@@ -240,7 +235,6 @@ var ActivityType = /* @__PURE__ */ ((ActivityType2) => {
240
235
  return ActivityType2;
241
236
  })(ActivityType || {});
242
237
  var OrderActivityTypeEnumActivityType = /* @__PURE__ */ ((OrderActivityTypeEnumActivityType2) => {
243
- OrderActivityTypeEnumActivityType2["UNKNOWN_ACTIVITY_TYPE"] = "UNKNOWN_ACTIVITY_TYPE";
244
238
  OrderActivityTypeEnumActivityType2["ORDER_PLACED"] = "ORDER_PLACED";
245
239
  OrderActivityTypeEnumActivityType2["ORDER_PAID"] = "ORDER_PAID";
246
240
  OrderActivityTypeEnumActivityType2["ORDER_FULFILLED"] = "ORDER_FULFILLED";
@@ -258,10 +252,7 @@ var OrderActivityTypeEnumActivityType = /* @__PURE__ */ ((OrderActivityTypeEnumA
258
252
  OrderActivityTypeEnumActivityType2["SHIPPING_ADDRESS_EDITED"] = "SHIPPING_ADDRESS_EDITED";
259
253
  OrderActivityTypeEnumActivityType2["EMAIL_EDITED"] = "EMAIL_EDITED";
260
254
  OrderActivityTypeEnumActivityType2["PICKUP_READY_EMAIL_SENT"] = "PICKUP_READY_EMAIL_SENT";
261
- OrderActivityTypeEnumActivityType2["CUSTOM_ACTIVITY"] = "CUSTOM_ACTIVITY";
262
255
  OrderActivityTypeEnumActivityType2["MERCHANT_COMMENT"] = "MERCHANT_COMMENT";
263
- OrderActivityTypeEnumActivityType2["ORDER_CREATED_FROM_EXCHANGE"] = "ORDER_CREATED_FROM_EXCHANGE";
264
- OrderActivityTypeEnumActivityType2["NEW_EXCHANGE_ORDER_CREATED"] = "NEW_EXCHANGE_ORDER_CREATED";
265
256
  OrderActivityTypeEnumActivityType2["ORDER_PARTIALLY_PAID"] = "ORDER_PARTIALLY_PAID";
266
257
  OrderActivityTypeEnumActivityType2["DRAFT_ORDER_CHANGES_APPLIED"] = "DRAFT_ORDER_CHANGES_APPLIED";
267
258
  OrderActivityTypeEnumActivityType2["SAVED_PAYMENT_METHOD"] = "SAVED_PAYMENT_METHOD";
@@ -311,7 +302,6 @@ var ChannelType = /* @__PURE__ */ ((ChannelType2) => {
311
302
  return ChannelType2;
312
303
  })(ChannelType || {});
313
304
  var AdditionalFeeSource = /* @__PURE__ */ ((AdditionalFeeSource2) => {
314
- AdditionalFeeSource2["UNKNOWN_ADDITIONAL_FEE_SOURCE"] = "UNKNOWN_ADDITIONAL_FEE_SOURCE";
315
305
  AdditionalFeeSource2["SERVICE_PLUGIN"] = "SERVICE_PLUGIN";
316
306
  AdditionalFeeSource2["ITEM"] = "ITEM";
317
307
  AdditionalFeeSource2["MANUAL"] = "MANUAL";
@@ -344,7 +334,6 @@ var SpecificItemsCouponBehavior = /* @__PURE__ */ ((SpecificItemsCouponBehavior2
344
334
  return SpecificItemsCouponBehavior2;
345
335
  })(SpecificItemsCouponBehavior || {});
346
336
  var ChargeType = /* @__PURE__ */ ((ChargeType2) => {
347
- ChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
348
337
  ChargeType2["PASS_ON"] = "PASS_ON";
349
338
  ChargeType2["ABSORBED"] = "ABSORBED";
350
339
  return ChargeType2;
@@ -376,13 +365,11 @@ var FileType = /* @__PURE__ */ ((FileType2) => {
376
365
  return FileType2;
377
366
  })(FileType || {});
378
367
  var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
379
- PlatformFeeChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
380
368
  PlatformFeeChargeType2["PASS_ON"] = "PASS_ON";
381
369
  PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
382
370
  return PlatformFeeChargeType2;
383
371
  })(PlatformFeeChargeType || {});
384
372
  var PickupDetailsPickupMethod = /* @__PURE__ */ ((PickupDetailsPickupMethod2) => {
385
- PickupDetailsPickupMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
386
373
  PickupDetailsPickupMethod2["STORE_PICKUP"] = "STORE_PICKUP";
387
374
  PickupDetailsPickupMethod2["PICKUP_POINT"] = "PICKUP_POINT";
388
375
  return PickupDetailsPickupMethod2;
@@ -467,7 +454,6 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
467
454
  return NameInLineItem2;
468
455
  })(NameInLineItem || {});
469
456
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
470
- SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
471
457
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
472
458
  return SuggestedFix2;
473
459
  })(SuggestedFix || {});