@wix/auto_sdk_ecom_payment-settings 1.0.115 → 1.0.117

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.
@@ -724,7 +724,7 @@ interface SubscriptionSettings {
724
724
  /** Frequency of recurring payment. */
725
725
  frequency?: SubscriptionFrequency;
726
726
  /**
727
- * Interval of recurring payment.
727
+ * Number of frequency units in a billing cycle. For example, frequency `MONTH` with interval `3` means billing every 3 months.
728
728
  * @min 1
729
729
  * @max 3650
730
730
  */
@@ -753,12 +753,20 @@ interface FreeTrialPeriod {
753
753
  /** Frequency of period. Values: DAY, WEEK, MONTH, YEAR */
754
754
  frequency?: SubscriptionFrequency;
755
755
  /**
756
- * interval of period
756
+ * Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial.
757
757
  * @min 1
758
758
  * @max 3650
759
759
  */
760
760
  interval?: number;
761
761
  }
762
+ interface BillingSettings {
763
+ /**
764
+ * Day of month (1-28) to anchor recurring billing to. When set, billing recurs on this day each cycle. Does not apply to weekly subscriptions.
765
+ * @min 1
766
+ * @max 28
767
+ */
768
+ anchorDay?: number | null;
769
+ }
762
770
  interface BillingAdjustment {
763
771
  /** The type of adjustment. */
764
772
  type?: AdjustmentType;
@@ -3617,12 +3625,20 @@ interface V1FreeTrialPeriod {
3617
3625
  /** Frequency of period. Values: DAY, WEEK, MONTH, YEAR */
3618
3626
  frequency?: SubscriptionFrequency;
3619
3627
  /**
3620
- * interval of period
3628
+ * Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial.
3621
3629
  * @min 1
3622
3630
  * @max 999
3623
3631
  */
3624
3632
  interval?: number;
3625
3633
  }
3634
+ interface V1BillingSettings {
3635
+ /**
3636
+ * Day of month (1-28) to anchor recurring billing to. When set, billing recurs on this day each cycle. Does not apply to weekly subscriptions.
3637
+ * @min 1
3638
+ * @max 28
3639
+ */
3640
+ anchorDay?: number | null;
3641
+ }
3626
3642
  interface Title {
3627
3643
  /**
3628
3644
  * Subscription option name in the site's default language as defined in the [request envelope](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/self-hosting/supported-extensions/backend-extensions/add-self-hosted-service-plugin-extensions#request-envelope).
@@ -4978,4 +4994,4 @@ declare const provideHandlers: ServicePluginDefinition<{
4978
4994
  getPaymentSettingsForCheckout(payload: GetPaymentSettingsForCheckoutEnvelope): GetPaymentSettingsForCheckoutResponse | Promise<GetPaymentSettingsForCheckoutResponse>;
4979
4995
  }>;
4980
4996
 
4981
- export { type ApiAddressWithContact as $, AdjustmentType as A, type BillingAdjustment as B, type CatalogReference as C, type DescriptionLine as D, type TaxableAddressTaxableAddressDataOneOf as E, type FocalPoint as F, type GetPaymentSettingsRequest as G, TaxableAddressType as H, type ItemType as I, JurisdictionType as J, type ExtendedFields as K, type LineItemTaxInfo as L, type TranslatableString as M, type V1ItemModifier as N, type Order as O, type ProductName as P, type V1BuyerInfo as Q, type RestockLocation as R, type SubscriptionInfo as S, type TaxableAddress as T, type V1BuyerInfoIdOneOf as U, type V1ModifierGroup as V, PaymentStatus as W, FulfillmentStatus as X, WeightUnit as Y, type CurrencyConversionDetails as Z, type PriceSummary as _, type OrderLineItem as a, type RefundedPaymentKindOneOf as a$, type Address as a0, type StreetAddress as a1, type AddressLocation as a2, type FullAddressContactDetails as a3, type VatId as a4, VatType as a5, type V1ShippingInformation as a6, type DeliveryLogistics as a7, type DeliveryLogisticsAddressOneOf as a8, type PickupDetails as a9, type OrderCreatedFromExchange as aA, type NewExchangeOrderCreated as aB, type LineItemExchangeData as aC, type DraftOrderChangesApplied as aD, type OrderChange as aE, type OrderChangeValueOneOf as aF, type LineItemChanges as aG, type LineItemQuantityChange as aH, LineItemQuantityChangeType as aI, type LineItemPriceChange as aJ, type LineItemProductNameChange as aK, type LineItemDescriptionLineChange as aL, type LineItemModifiersChange as aM, type ManagedLineItem as aN, type ManagedDiscount as aO, type TranslatedValue as aP, type LineItemAmount as aQ, type ManagedAdditionalFee as aR, type TotalPriceChange as aS, type ShippingInformationChange as aT, type ShippingInformation as aU, type SavedPaymentMethod as aV, type AuthorizedPaymentCreated as aW, type AuthorizedPaymentCaptured as aX, type AuthorizedPaymentVoided as aY, type RefundInitiated as aZ, type RefundedPayment as a_, type PickupAddress as aa, PickupMethod as ab, type DeliveryTimeSlot as ac, type ShippingPrice as ad, type ShippingRegion as ae, OrderStatus as af, type TaxSummary as ag, type OrderTaxInfo as ah, type OrderTaxBreakdown as ai, type AppliedDiscount as aj, type AppliedDiscountDiscountSourceOneOf as ak, DiscountType as al, type Coupon as am, type MerchantDiscount as an, type MerchantDiscountMerchantDiscountReasonOneOf as ao, DiscountReason as ap, type DiscountRule as aq, type DiscountRuleName as ar, type LineItemDiscount as as, type ItemCombination as at, type ItemCombinationLineItem as au, type Activity as av, type ActivityContentOneOf as aw, type CustomActivity as ax, type MerchantComment as ay, type OrderRefunded as az, type Price as b, ItemAvailabilityStatus as b$, type RegularPaymentRefund as b0, type GiftCardPaymentRefund as b1, type MembershipPaymentRefund as b2, type PaymentRefunded as b3, type PaymentRefundFailed as b4, type RefundedAsStoreCredit as b5, type PaymentPending as b6, type PaymentPendingPaymentDetailsOneOf as b7, type RegularPayment as b8, type RegularPaymentPaymentMethodDetailsOneOf as b9, type FulfillmentStatusesAggregate as bA, type Tags as bB, type TagList as bC, type Location as bD, type OrderSettings as bE, type OrderSettingsAllowedActionsOneOf as bF, type OrderSettingsEditableByOneOf as bG, type CustomAllowedActions as bH, OrderActionType as bI, type OwnerApps as bJ, SpecificItemsCouponBehavior as bK, type FormInfo as bL, type FormIdentifier as bM, type PlatformFeeSummary as bN, type PlatformFee as bO, ChargeType as bP, type GetPaymentSettingsResponse as bQ, type PaymentSettings as bR, type GetPaymentSettingsForCheckoutRequest as bS, type Checkout as bT, type LineItem as bU, type MultiCurrencyPrice as bV, type V1ItemTaxFullDetails as bW, type TaxRateBreakdown as bX, type TaxBreakdown as bY, V1JurisdictionType as bZ, type ItemAvailabilityInfo as b_, type CreditCardDetails as ba, type PaymentCanceled as bb, type PaymentCanceledPaymentDetailsOneOf as bc, type PaymentDeclined as bd, type PaymentDeclinedPaymentDetailsOneOf as be, type ReceiptCreated as bf, type ReceiptCreatedReceiptInfoOneOf as bg, type WixReceipt as bh, type ExternalReceipt as bi, type ReceiptSent as bj, type ReceiptSentReceiptInfoOneOf as bk, type ChargebackCreated as bl, type ChargebackReversed as bm, ActivityType as bn, OrderActivityTypeEnumActivityType as bo, AttributionSource as bp, type V1CreatedBy as bq, type V1CreatedByStringOneOf as br, type ChannelInfo as bs, ChannelType as bt, type CustomField as bu, type BalanceSummary as bv, type Balance as bw, type CashRounding as bx, type AdditionalFee as by, AdditionalFeeSource as bz, type DescriptionLineValueOneOf as c, type TaxCalculationDetailsCalculationDetailsOneOf as c$, type Scope as c0, type Group as c1, type SubscriptionOptionInfo as c2, type V1SubscriptionSettings as c3, type V1FreeTrialPeriod as c4, type Title as c5, type Description as c6, type SecuredMedia as c7, FileType as c8, type ServiceProperties as c9, type BuyerInfo as cA, type BuyerInfoIdOneOf as cB, type V1PriceSummary as cC, type CalculationErrors as cD, type CalculationErrorsShippingCalculationErrorOneOf as cE, type Details as cF, type DetailsKindOneOf as cG, type ApplicationError as cH, type ValidationError as cI, RuleType as cJ, type FieldViolation as cK, type SystemError as cL, type CarrierErrors as cM, type CarrierError as cN, type GiftCard as cO, type V1AppliedDiscount as cP, type V1AppliedDiscountDiscountSourceOneOf as cQ, AppliedDiscountDiscountType as cR, type V1Coupon as cS, type V1MerchantDiscount as cT, type V1DiscountRule as cU, type V1DiscountRuleName as cV, type V1LineItemDiscount as cW, type V1ItemCombination as cX, type V1ItemCombinationLineItem as cY, type V1TaxSummary as cZ, type TaxCalculationDetails as c_, type CatalogOverrideFields as ca, type PaymentOption as cb, type Policy as cc, type ModifierGroup as cd, type ItemModifier as ce, type V1PlatformFee as cf, PlatformFeeChargeType as cg, type AddressWithContact as ch, type ShippingInfo as ci, type SelectedCarrierServiceOption as cj, type V1DeliveryLogistics as ck, type V1PickupDetails as cl, PickupDetailsPickupMethod as cm, type V1DeliveryTimeSlot as cn, type SelectedCarrierServiceOptionPrices as co, type SelectedCarrierServiceOptionOtherCharge as cp, V1ChargeType as cq, type DeliveryAllocation as cr, type Carrier as cs, type Region as ct, type ApplicableLineItems as cu, type V1ShippingRegion as cv, type CarrierServiceOption as cw, type ShippingOption as cx, type V1ShippingPrice as cy, type OtherCharge as cz, type DescriptionLineDescriptionLineValueOneOf as d, RateType as d0, ManualCalculationReason as d1, type AutoTaxFallbackCalculationDetails as d2, FallbackReason as d3, type AggregatedTaxBreakdown as d4, type CreatedBy as d5, type CreatedByIdOneOf as d6, type MembershipOptions as d7, type Membership as d8, type MembershipName as d9, type Context as dA, IdentityType as dB, type IdentificationData as dC, type IdentificationDataIdOneOf as dD, type GetPaymentSettingsEnvelope as dE, type GetPaymentSettingsForCheckoutEnvelope as dF, type MembershipPaymentCredits as da, BalanceType as db, type InvalidMembership as dc, type SelectedMemberships as dd, type SelectedMembership as de, type V1AdditionalFee as df, AdditionalFeeAdditionalFeeSource as dg, type ConversionInfo as dh, type Violation as di, Severity as dj, type Target as dk, type TargetTargetTypeOneOf as dl, NameInOther as dm, NameInLineItem as dn, SuggestedFix as dp, type Other as dq, type TargetLineItem as dr, type CustomSettings as ds, type CustomContentReference as dt, type ExternalReference as du, type SubscriptionCharges as dv, type Charge as dw, type GetPaymentSettingsForCheckoutResponse as dx, V1PaymentOption as dy, type PaymentSettingsSPIConfig as dz, type DescriptionLineName as e, type PlainTextValue as f, type Color as g, DescriptionLineType as h, type PhysicalProperties as i, type Dimensions as j, DimensionsUnit as k, type ItemTypeItemTypeDataOneOf as l, ItemTypePreset as m, PaymentOptionType as n, type ItemTaxFullDetails as o, provideHandlers as p, type LineItemTaxBreakdown as q, type DigitalFile as r, type SubscriptionTitle as s, type SubscriptionDescription as t, type SubscriptionSettings as u, SubscriptionFrequency as v, type FreeTrialPeriod as w, type BillingAdjustmentPriceSummary as x, type PriceDescription as y, type LocationAndQuantity as z };
4997
+ export { type PriceSummary as $, AdjustmentType as A, type BillingSettings as B, type CatalogReference as C, type DescriptionLine as D, type LocationAndQuantity as E, type FocalPoint as F, type GetPaymentSettingsRequest as G, type TaxableAddressTaxableAddressDataOneOf as H, type ItemType as I, JurisdictionType as J, TaxableAddressType as K, type LineItemTaxInfo as L, type ExtendedFields as M, type TranslatableString as N, type Order as O, type ProductName as P, type V1ItemModifier as Q, type RestockLocation as R, type SubscriptionInfo as S, type TaxableAddress as T, type V1BuyerInfo as U, type V1ModifierGroup as V, type V1BuyerInfoIdOneOf as W, PaymentStatus as X, FulfillmentStatus as Y, WeightUnit as Z, type CurrencyConversionDetails as _, type OrderLineItem as a, type RefundedPayment as a$, type ApiAddressWithContact as a0, type Address as a1, type StreetAddress as a2, type AddressLocation as a3, type FullAddressContactDetails as a4, type VatId as a5, VatType as a6, type V1ShippingInformation as a7, type DeliveryLogistics as a8, type DeliveryLogisticsAddressOneOf as a9, type OrderRefunded as aA, type OrderCreatedFromExchange as aB, type NewExchangeOrderCreated as aC, type LineItemExchangeData as aD, type DraftOrderChangesApplied as aE, type OrderChange as aF, type OrderChangeValueOneOf as aG, type LineItemChanges as aH, type LineItemQuantityChange as aI, LineItemQuantityChangeType as aJ, type LineItemPriceChange as aK, type LineItemProductNameChange as aL, type LineItemDescriptionLineChange as aM, type LineItemModifiersChange as aN, type ManagedLineItem as aO, type ManagedDiscount as aP, type TranslatedValue as aQ, type LineItemAmount as aR, type ManagedAdditionalFee as aS, type TotalPriceChange as aT, type ShippingInformationChange as aU, type ShippingInformation as aV, type SavedPaymentMethod as aW, type AuthorizedPaymentCreated as aX, type AuthorizedPaymentCaptured as aY, type AuthorizedPaymentVoided as aZ, type RefundInitiated as a_, type PickupDetails as aa, type PickupAddress as ab, PickupMethod as ac, type DeliveryTimeSlot as ad, type ShippingPrice as ae, type ShippingRegion as af, OrderStatus as ag, type TaxSummary as ah, type OrderTaxInfo as ai, type OrderTaxBreakdown as aj, type AppliedDiscount as ak, type AppliedDiscountDiscountSourceOneOf as al, DiscountType as am, type Coupon as an, type MerchantDiscount as ao, type MerchantDiscountMerchantDiscountReasonOneOf as ap, DiscountReason as aq, type DiscountRule as ar, type DiscountRuleName as as, type LineItemDiscount as at, type ItemCombination as au, type ItemCombinationLineItem as av, type Activity as aw, type ActivityContentOneOf as ax, type CustomActivity as ay, type MerchantComment as az, type Price as b, type ItemAvailabilityInfo as b$, type RefundedPaymentKindOneOf as b0, type RegularPaymentRefund as b1, type GiftCardPaymentRefund as b2, type MembershipPaymentRefund as b3, type PaymentRefunded as b4, type PaymentRefundFailed as b5, type RefundedAsStoreCredit as b6, type PaymentPending as b7, type PaymentPendingPaymentDetailsOneOf as b8, type RegularPayment as b9, AdditionalFeeSource as bA, type FulfillmentStatusesAggregate as bB, type Tags as bC, type TagList as bD, type Location as bE, type OrderSettings as bF, type OrderSettingsAllowedActionsOneOf as bG, type OrderSettingsEditableByOneOf as bH, type CustomAllowedActions as bI, OrderActionType as bJ, type OwnerApps as bK, SpecificItemsCouponBehavior as bL, type FormInfo as bM, type FormIdentifier as bN, type PlatformFeeSummary as bO, type PlatformFee as bP, ChargeType as bQ, type GetPaymentSettingsResponse as bR, type PaymentSettings as bS, type GetPaymentSettingsForCheckoutRequest as bT, type Checkout as bU, type LineItem as bV, type MultiCurrencyPrice as bW, type V1ItemTaxFullDetails as bX, type TaxRateBreakdown as bY, type TaxBreakdown as bZ, V1JurisdictionType as b_, type RegularPaymentPaymentMethodDetailsOneOf as ba, type CreditCardDetails as bb, type PaymentCanceled as bc, type PaymentCanceledPaymentDetailsOneOf as bd, type PaymentDeclined as be, type PaymentDeclinedPaymentDetailsOneOf as bf, type ReceiptCreated as bg, type ReceiptCreatedReceiptInfoOneOf as bh, type WixReceipt as bi, type ExternalReceipt as bj, type ReceiptSent as bk, type ReceiptSentReceiptInfoOneOf as bl, type ChargebackCreated as bm, type ChargebackReversed as bn, ActivityType as bo, OrderActivityTypeEnumActivityType as bp, AttributionSource as bq, type V1CreatedBy as br, type V1CreatedByStringOneOf as bs, type ChannelInfo as bt, ChannelType as bu, type CustomField as bv, type BalanceSummary as bw, type Balance as bx, type CashRounding as by, type AdditionalFee as bz, type DescriptionLineValueOneOf as c, type V1TaxSummary as c$, ItemAvailabilityStatus as c0, type Scope as c1, type Group as c2, type SubscriptionOptionInfo as c3, type V1SubscriptionSettings as c4, type V1FreeTrialPeriod as c5, type V1BillingSettings as c6, type Title as c7, type Description as c8, type SecuredMedia as c9, type V1ShippingPrice as cA, type OtherCharge as cB, type BuyerInfo as cC, type BuyerInfoIdOneOf as cD, type V1PriceSummary as cE, type CalculationErrors as cF, type CalculationErrorsShippingCalculationErrorOneOf as cG, type Details as cH, type DetailsKindOneOf as cI, type ApplicationError as cJ, type ValidationError as cK, RuleType as cL, type FieldViolation as cM, type SystemError as cN, type CarrierErrors as cO, type CarrierError as cP, type GiftCard as cQ, type V1AppliedDiscount as cR, type V1AppliedDiscountDiscountSourceOneOf as cS, AppliedDiscountDiscountType as cT, type V1Coupon as cU, type V1MerchantDiscount as cV, type V1DiscountRule as cW, type V1DiscountRuleName as cX, type V1LineItemDiscount as cY, type V1ItemCombination as cZ, type V1ItemCombinationLineItem as c_, FileType as ca, type ServiceProperties as cb, type CatalogOverrideFields as cc, type PaymentOption as cd, type Policy as ce, type ModifierGroup as cf, type ItemModifier as cg, type V1PlatformFee as ch, PlatformFeeChargeType as ci, type AddressWithContact as cj, type ShippingInfo as ck, type SelectedCarrierServiceOption as cl, type V1DeliveryLogistics as cm, type V1PickupDetails as cn, PickupDetailsPickupMethod as co, type V1DeliveryTimeSlot as cp, type SelectedCarrierServiceOptionPrices as cq, type SelectedCarrierServiceOptionOtherCharge as cr, V1ChargeType as cs, type DeliveryAllocation as ct, type Carrier as cu, type Region as cv, type ApplicableLineItems as cw, type V1ShippingRegion as cx, type CarrierServiceOption as cy, type ShippingOption as cz, type DescriptionLineDescriptionLineValueOneOf as d, type TaxCalculationDetails as d0, type TaxCalculationDetailsCalculationDetailsOneOf as d1, RateType as d2, ManualCalculationReason as d3, type AutoTaxFallbackCalculationDetails as d4, FallbackReason as d5, type AggregatedTaxBreakdown as d6, type CreatedBy as d7, type CreatedByIdOneOf as d8, type MembershipOptions as d9, V1PaymentOption as dA, type PaymentSettingsSPIConfig as dB, type Context as dC, IdentityType as dD, type IdentificationData as dE, type IdentificationDataIdOneOf as dF, type GetPaymentSettingsEnvelope as dG, type GetPaymentSettingsForCheckoutEnvelope as dH, type Membership as da, type MembershipName as db, type MembershipPaymentCredits as dc, BalanceType as dd, type InvalidMembership as de, type SelectedMemberships as df, type SelectedMembership as dg, type V1AdditionalFee as dh, AdditionalFeeAdditionalFeeSource as di, type ConversionInfo as dj, type Violation as dk, Severity as dl, type Target as dm, type TargetTargetTypeOneOf as dn, NameInOther as dp, NameInLineItem as dq, SuggestedFix as dr, type Other as ds, type TargetLineItem as dt, type CustomSettings as du, type CustomContentReference as dv, type ExternalReference as dw, type SubscriptionCharges as dx, type Charge as dy, type GetPaymentSettingsForCheckoutResponse as dz, type DescriptionLineName as e, type PlainTextValue as f, type Color as g, DescriptionLineType as h, type PhysicalProperties as i, type Dimensions as j, DimensionsUnit as k, type ItemTypeItemTypeDataOneOf as l, ItemTypePreset as m, PaymentOptionType as n, type ItemTaxFullDetails as o, provideHandlers as p, type LineItemTaxBreakdown as q, type DigitalFile as r, type SubscriptionTitle as s, type SubscriptionDescription as t, type SubscriptionSettings as u, SubscriptionFrequency as v, type FreeTrialPeriod as w, type BillingAdjustment as x, type BillingAdjustmentPriceSummary as y, type PriceDescription as z };
@@ -1,5 +1,5 @@
1
- import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-UmuLlV7P.mjs';
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.mjs';
1
+ import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-3SsfUUQ-.mjs';
2
+ export { aw as Activity, ax as ActivityContentOneOf, bo as ActivityType, bz as AdditionalFee, di as AdditionalFeeAdditionalFeeSource, bA as AdditionalFeeSource, a1 as Address, a3 as AddressLocation, cj as AddressWithContact, A as AdjustmentType, d6 as AggregatedTaxBreakdown, a0 as ApiAddressWithContact, cw as ApplicableLineItems, cJ as ApplicationError, ak as AppliedDiscount, al as AppliedDiscountDiscountSourceOneOf, cT as AppliedDiscountDiscountType, bq as AttributionSource, aY as AuthorizedPaymentCaptured, aX as AuthorizedPaymentCreated, aZ as AuthorizedPaymentVoided, d4 as AutoTaxFallbackCalculationDetails, bx as Balance, bw as BalanceSummary, dd as BalanceType, x as BillingAdjustment, y as BillingAdjustmentPriceSummary, B as BillingSettings, cC as BuyerInfo, cD as BuyerInfoIdOneOf, cF as CalculationErrors, cG as CalculationErrorsShippingCalculationErrorOneOf, cu as Carrier, cP as CarrierError, cO as CarrierErrors, cy as CarrierServiceOption, by as CashRounding, cc as CatalogOverrideFields, C as CatalogReference, bt as ChannelInfo, bu as ChannelType, dy as Charge, bQ as ChargeType, bm as ChargebackCreated, bn as ChargebackReversed, bU as Checkout, g as Color, dC as Context, dj as ConversionInfo, an as Coupon, d7 as CreatedBy, d8 as CreatedByIdOneOf, bb as CreditCardDetails, _ as CurrencyConversionDetails, ay as CustomActivity, bI as CustomAllowedActions, dv as CustomContentReference, bv as CustomField, du as CustomSettings, ct as DeliveryAllocation, a8 as DeliveryLogistics, a9 as DeliveryLogisticsAddressOneOf, ad as DeliveryTimeSlot, c8 as Description, D as DescriptionLine, d as DescriptionLineDescriptionLineValueOneOf, e as DescriptionLineName, h as DescriptionLineType, c as DescriptionLineValueOneOf, cH as Details, cI as DetailsKindOneOf, r as DigitalFile, j as Dimensions, k as DimensionsUnit, aq as DiscountReason, ar as DiscountRule, as as DiscountRuleName, am as DiscountType, aE as DraftOrderChangesApplied, M as ExtendedFields, bj as ExternalReceipt, dw as ExternalReference, d5 as FallbackReason, cM as FieldViolation, ca as FileType, F as FocalPoint, bN as FormIdentifier, bM as FormInfo, w as FreeTrialPeriod, Y as FulfillmentStatus, bB as FulfillmentStatusesAggregate, a4 as FullAddressContactDetails, bT as GetPaymentSettingsForCheckoutRequest, dz as GetPaymentSettingsForCheckoutResponse, G as GetPaymentSettingsRequest, bR as GetPaymentSettingsResponse, cQ as GiftCard, b2 as GiftCardPaymentRefund, c2 as Group, dE as IdentificationData, dF as IdentificationDataIdOneOf, dD as IdentityType, de as InvalidMembership, b$ as ItemAvailabilityInfo, c0 as ItemAvailabilityStatus, au as ItemCombination, av as ItemCombinationLineItem, cg as ItemModifier, o as ItemTaxFullDetails, I as ItemType, l as ItemTypeItemTypeDataOneOf, m as ItemTypePreset, J as JurisdictionType, bV as LineItem, aR as LineItemAmount, aH as LineItemChanges, aM as LineItemDescriptionLineChange, at as LineItemDiscount, aD as LineItemExchangeData, aN as LineItemModifiersChange, aK as LineItemPriceChange, aL as LineItemProductNameChange, aI as LineItemQuantityChange, aJ as LineItemQuantityChangeType, q as LineItemTaxBreakdown, L as LineItemTaxInfo, bE as Location, E as LocationAndQuantity, aS as ManagedAdditionalFee, aP as ManagedDiscount, aO as ManagedLineItem, d3 as ManualCalculationReason, da as Membership, db as MembershipName, d9 as MembershipOptions, dc as MembershipPaymentCredits, b3 as MembershipPaymentRefund, az as MerchantComment, ao as MerchantDiscount, ap as MerchantDiscountMerchantDiscountReasonOneOf, cf as ModifierGroup, bW as MultiCurrencyPrice, dq as NameInLineItem, dp as NameInOther, aC as NewExchangeOrderCreated, O as Order, bJ as OrderActionType, bp as OrderActivityTypeEnumActivityType, aF as OrderChange, aG as OrderChangeValueOneOf, aB as OrderCreatedFromExchange, a as OrderLineItem, aA as OrderRefunded, bF as OrderSettings, bG as OrderSettingsAllowedActionsOneOf, bH as OrderSettingsEditableByOneOf, ag as OrderStatus, aj as OrderTaxBreakdown, ai as OrderTaxInfo, ds as Other, cB as OtherCharge, bK as OwnerApps, bc as PaymentCanceled, bd as PaymentCanceledPaymentDetailsOneOf, be as PaymentDeclined, bf as PaymentDeclinedPaymentDetailsOneOf, cd as PaymentOption, n as PaymentOptionType, b7 as PaymentPending, b8 as PaymentPendingPaymentDetailsOneOf, b5 as PaymentRefundFailed, b4 as PaymentRefunded, bS as PaymentSettings, dB as PaymentSettingsSPIConfig, X as PaymentStatus, i as PhysicalProperties, ab as PickupAddress, aa as PickupDetails, co as PickupDetailsPickupMethod, ac as PickupMethod, f as PlainTextValue, bP as PlatformFee, ci as PlatformFeeChargeType, bO as PlatformFeeSummary, ce as Policy, b as Price, z as PriceDescription, $ as PriceSummary, P as ProductName, d2 as RateType, bg as ReceiptCreated, bh as ReceiptCreatedReceiptInfoOneOf, bk as ReceiptSent, bl as ReceiptSentReceiptInfoOneOf, a_ as RefundInitiated, b6 as RefundedAsStoreCredit, a$ as RefundedPayment, b0 as RefundedPaymentKindOneOf, cv as Region, b9 as RegularPayment, ba as RegularPaymentPaymentMethodDetailsOneOf, b1 as RegularPaymentRefund, R as RestockLocation, cL as RuleType, aW as SavedPaymentMethod, c1 as Scope, c9 as SecuredMedia, cl as SelectedCarrierServiceOption, cr as SelectedCarrierServiceOptionOtherCharge, cq as SelectedCarrierServiceOptionPrices, dg as SelectedMembership, df as SelectedMemberships, cb as ServiceProperties, dl as Severity, ck as ShippingInfo, aV as ShippingInformation, aU as ShippingInformationChange, cz as ShippingOption, ae as ShippingPrice, af as ShippingRegion, bL as SpecificItemsCouponBehavior, a2 as StreetAddress, dx as SubscriptionCharges, t as SubscriptionDescription, v as SubscriptionFrequency, S as SubscriptionInfo, c3 as SubscriptionOptionInfo, u as SubscriptionSettings, s as SubscriptionTitle, dr as SuggestedFix, cN as SystemError, bD as TagList, bC as Tags, dm as Target, dt as TargetLineItem, dn as TargetTargetTypeOneOf, bZ as TaxBreakdown, d0 as TaxCalculationDetails, d1 as TaxCalculationDetailsCalculationDetailsOneOf, bY as TaxRateBreakdown, ah as TaxSummary, T as TaxableAddress, H as TaxableAddressTaxableAddressDataOneOf, K as TaxableAddressType, c7 as Title, aT as TotalPriceChange, N as TranslatableString, aQ as TranslatedValue, dh as V1AdditionalFee, cR as V1AppliedDiscount, cS as V1AppliedDiscountDiscountSourceOneOf, c6 as V1BillingSettings, U as V1BuyerInfo, W as V1BuyerInfoIdOneOf, cs as V1ChargeType, cU as V1Coupon, br as V1CreatedBy, bs as V1CreatedByStringOneOf, cm as V1DeliveryLogistics, cp as V1DeliveryTimeSlot, cW as V1DiscountRule, cX as V1DiscountRuleName, c5 as V1FreeTrialPeriod, cZ as V1ItemCombination, c_ as V1ItemCombinationLineItem, Q as V1ItemModifier, bX as V1ItemTaxFullDetails, b_ as V1JurisdictionType, cY as V1LineItemDiscount, cV as V1MerchantDiscount, V as V1ModifierGroup, dA as V1PaymentOption, cn as V1PickupDetails, ch as V1PlatformFee, cE as V1PriceSummary, a7 as V1ShippingInformation, cA as V1ShippingPrice, cx as V1ShippingRegion, c4 as V1SubscriptionSettings, c$ as V1TaxSummary, cK as ValidationError, a5 as VatId, a6 as VatType, dk as Violation, Z as WeightUnit, bi as WixReceipt } from './interfaces-ecommerce-v1-payment-settings-provider.public-3SsfUUQ-.mjs';
3
3
  import { BuildServicePluginDefinition } from '@wix/sdk-types';
4
4
 
5
5
  declare const provideHandlers: BuildServicePluginDefinition<typeof provideHandlers$1> & typeof provideHandlers$1;