@wix/auto_sdk_ecom_payment-settings 1.0.123 → 1.0.125

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 +15 -0
  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 +15 -0
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-ESNnYK59.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-DwWDppeY.d.ts} +15 -1
  8. package/build/es/index.d.mts +2 -2
  9. package/build/es/index.mjs +13 -0
  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 +13 -0
  13. package/build/es/index.typings.mjs.map +1 -1
  14. package/build/es/{interfaces-ecommerce-v1-payment-settings-provider.public-ESNnYK59.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-DwWDppeY.d.mts} +15 -1
  15. package/build/internal/cjs/index.d.ts +2 -2
  16. package/build/internal/cjs/index.js +15 -0
  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 +15 -0
  20. package/build/internal/cjs/index.typings.js.map +1 -1
  21. package/build/internal/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-ESNnYK59.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-DwWDppeY.d.ts} +15 -1
  22. package/build/internal/es/index.d.mts +2 -2
  23. package/build/internal/es/index.mjs +13 -0
  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 +13 -0
  27. package/build/internal/es/index.typings.mjs.map +1 -1
  28. package/build/internal/es/{interfaces-ecommerce-v1-payment-settings-provider.public-ESNnYK59.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-DwWDppeY.d.mts} +15 -1
  29. package/package.json +2 -2
@@ -769,6 +769,12 @@ interface BillingSettings {
769
769
  */
770
770
  anchorDay?: number | null;
771
771
  }
772
+ declare enum ProductPeriodAlignment {
773
+ /** Billing period equals the product/service/subscription access period. */
774
+ ALIGNED_WITH_BILLING_PERIOD = "ALIGNED_WITH_BILLING_PERIOD",
775
+ /** Billing period is independent of the product/service/subscription access period. */
776
+ NOT_ALIGNED_WITH_BILLING_PERIOD = "NOT_ALIGNED_WITH_BILLING_PERIOD"
777
+ }
772
778
  interface BillingAdjustment {
773
779
  /** The type of adjustment. */
774
780
  type?: AdjustmentType;
@@ -3654,6 +3660,12 @@ interface V1BillingSettings {
3654
3660
  */
3655
3661
  anchorDay?: number | null;
3656
3662
  }
3663
+ declare enum SubscriptionSettingsProductPeriodAlignment {
3664
+ /** Billing period equals the product/service/subscription access period. */
3665
+ ALIGNED_WITH_BILLING_PERIOD = "ALIGNED_WITH_BILLING_PERIOD",
3666
+ /** Billing period is independent of the product/service/subscription access period. */
3667
+ NOT_ALIGNED_WITH_BILLING_PERIOD = "NOT_ALIGNED_WITH_BILLING_PERIOD"
3668
+ }
3657
3669
  interface Title {
3658
3670
  /**
3659
3671
  * 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).
@@ -4781,6 +4793,8 @@ declare enum NameInLineItem {
4781
4793
  LINE_ITEM_DEFAULT = "LINE_ITEM_DEFAULT"
4782
4794
  }
4783
4795
  declare enum SuggestedFix {
4796
+ /** No suggested fix is specified. The user should refer to the violation description to resolve the issue. */
4797
+ UNKNOWN_SUGGESTED_FIX = "UNKNOWN_SUGGESTED_FIX",
4784
4798
  /** The line item should be removed from the cart or checkout to resolve the violation. */
4785
4799
  REMOVE_LINE_ITEM = "REMOVE_LINE_ITEM"
4786
4800
  }
@@ -5020,4 +5034,4 @@ declare const provideHandlers: ServicePluginDefinition<{
5020
5034
  getPaymentSettingsForCheckout(payload: GetPaymentSettingsForCheckoutEnvelope): GetPaymentSettingsForCheckoutResponse | Promise<GetPaymentSettingsForCheckoutResponse>;
5021
5035
  }>;
5022
5036
 
5023
- 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 V1ItemCombinationLineItem 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 GiftCardCalculationError as cQ, type GiftCard as cR, type V1AppliedDiscount as cS, type V1AppliedDiscountDiscountSourceOneOf as cT, AppliedDiscountDiscountType as cU, type V1Coupon as cV, type V1MerchantDiscount as cW, type V1DiscountRule as cX, type V1DiscountRuleName as cY, type V1LineItemDiscount as cZ, type V1ItemCombination 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 V1TaxSummary as d0, type TaxCalculationDetails as d1, type TaxCalculationDetailsCalculationDetailsOneOf as d2, RateType as d3, ManualCalculationReason as d4, type AutoTaxFallbackCalculationDetails as d5, FallbackReason as d6, type AggregatedTaxBreakdown as d7, type CreatedBy as d8, type CreatedByIdOneOf as d9, type GetPaymentSettingsForCheckoutResponse as dA, V1PaymentOption as dB, type PaymentSettingsSPIConfig as dC, type Context as dD, IdentityType as dE, type IdentificationData as dF, type IdentificationDataIdOneOf as dG, type GetPaymentSettingsEnvelope as dH, type GetPaymentSettingsForCheckoutEnvelope as dI, type MembershipOptions as da, type Membership as db, type MembershipName as dc, type MembershipPaymentCredits as dd, BalanceType as de, type InvalidMembership as df, type SelectedMemberships as dg, type SelectedMembership as dh, type V1AdditionalFee as di, AdditionalFeeAdditionalFeeSource as dj, type ConversionInfo as dk, type Violation as dl, Severity as dm, type Target as dn, type TargetTargetTypeOneOf as dp, NameInOther as dq, NameInLineItem as dr, SuggestedFix as ds, type Other as dt, type TargetLineItem as du, type CustomSettings as dv, type CustomContentReference as dw, type ExternalReference as dx, type SubscriptionCharges as dy, type Charge 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 };
5037
+ export { type CurrencyConversionDetails as $, AdjustmentType as A, type BillingSettings as B, type CatalogReference as C, type DescriptionLine as D, type PriceDescription as E, type FocalPoint as F, type GetPaymentSettingsRequest as G, type LocationAndQuantity as H, type ItemType as I, JurisdictionType as J, type TaxableAddressTaxableAddressDataOneOf as K, type LineItemTaxInfo as L, TaxableAddressType as M, type ExtendedFields as N, type Order as O, type ProductName as P, type TranslatableString as Q, type RestockLocation as R, type SubscriptionInfo as S, type TaxableAddress as T, type V1ItemModifier as U, type V1ModifierGroup as V, type V1BuyerInfo as W, type V1BuyerInfoIdOneOf as X, PaymentStatus as Y, FulfillmentStatus as Z, WeightUnit as _, type OrderLineItem as a, type RefundInitiated as a$, type PriceSummary as a0, type ApiAddressWithContact as a1, type Address as a2, type StreetAddress as a3, type AddressLocation as a4, type FullAddressContactDetails as a5, type VatId as a6, VatType as a7, type V1ShippingInformation as a8, type DeliveryLogistics as a9, type MerchantComment as aA, type OrderRefunded as aB, type OrderCreatedFromExchange as aC, type NewExchangeOrderCreated as aD, type LineItemExchangeData as aE, type DraftOrderChangesApplied as aF, type OrderChange as aG, type OrderChangeValueOneOf as aH, type LineItemChanges as aI, type LineItemQuantityChange as aJ, LineItemQuantityChangeType as aK, type LineItemPriceChange as aL, type LineItemProductNameChange as aM, type LineItemDescriptionLineChange as aN, type LineItemModifiersChange as aO, type ManagedLineItem as aP, type ManagedDiscount as aQ, type TranslatedValue as aR, type LineItemAmount as aS, type ManagedAdditionalFee as aT, type TotalPriceChange as aU, type ShippingInformationChange as aV, type ShippingInformation as aW, type SavedPaymentMethod as aX, type AuthorizedPaymentCreated as aY, type AuthorizedPaymentCaptured as aZ, type AuthorizedPaymentVoided as a_, type DeliveryLogisticsAddressOneOf as aa, type PickupDetails as ab, type PickupAddress as ac, PickupMethod as ad, type DeliveryTimeSlot as ae, type ShippingPrice as af, type ShippingRegion as ag, OrderStatus as ah, type TaxSummary as ai, type OrderTaxInfo as aj, type OrderTaxBreakdown as ak, type AppliedDiscount as al, type AppliedDiscountDiscountSourceOneOf as am, DiscountType as an, type Coupon as ao, type MerchantDiscount as ap, type MerchantDiscountMerchantDiscountReasonOneOf as aq, DiscountReason as ar, type DiscountRule as as, type DiscountRuleName as at, type LineItemDiscount as au, type ItemCombination as av, type ItemCombinationLineItem as aw, type Activity as ax, type ActivityContentOneOf as ay, type CustomActivity as az, type Price as b, V1JurisdictionType as b$, type RefundedPayment as b0, type RefundedPaymentKindOneOf as b1, type RegularPaymentRefund as b2, type GiftCardPaymentRefund as b3, type MembershipPaymentRefund as b4, type PaymentRefunded as b5, type PaymentRefundFailed as b6, type RefundedAsStoreCredit as b7, type PaymentPending as b8, type PaymentPendingPaymentDetailsOneOf as b9, type AdditionalFee as bA, AdditionalFeeSource as bB, type FulfillmentStatusesAggregate as bC, type Tags as bD, type TagList as bE, type Location as bF, type OrderSettings as bG, type OrderSettingsAllowedActionsOneOf as bH, type OrderSettingsEditableByOneOf as bI, type CustomAllowedActions as bJ, OrderActionType as bK, type OwnerApps as bL, SpecificItemsCouponBehavior as bM, type FormInfo as bN, type FormIdentifier as bO, type PlatformFeeSummary as bP, type PlatformFee as bQ, ChargeType as bR, type GetPaymentSettingsResponse as bS, type PaymentSettings as bT, type GetPaymentSettingsForCheckoutRequest as bU, type Checkout as bV, type LineItem as bW, type MultiCurrencyPrice as bX, type V1ItemTaxFullDetails as bY, type TaxRateBreakdown as bZ, type TaxBreakdown as b_, type RegularPayment as ba, type RegularPaymentPaymentMethodDetailsOneOf as bb, type CreditCardDetails as bc, type PaymentCanceled as bd, type PaymentCanceledPaymentDetailsOneOf as be, type PaymentDeclined as bf, type PaymentDeclinedPaymentDetailsOneOf as bg, type ReceiptCreated as bh, type ReceiptCreatedReceiptInfoOneOf as bi, type WixReceipt as bj, type ExternalReceipt as bk, type ReceiptSent as bl, type ReceiptSentReceiptInfoOneOf as bm, type ChargebackCreated as bn, type ChargebackReversed as bo, ActivityType as bp, OrderActivityTypeEnumActivityType as bq, AttributionSource as br, type V1CreatedBy as bs, type V1CreatedByStringOneOf as bt, type ChannelInfo as bu, ChannelType as bv, type CustomField as bw, type BalanceSummary as bx, type Balance as by, type CashRounding as bz, type DescriptionLineValueOneOf as c, type V1LineItemDiscount as c$, type ItemAvailabilityInfo as c0, ItemAvailabilityStatus as c1, type Scope as c2, type Group as c3, type SubscriptionOptionInfo as c4, type V1SubscriptionSettings as c5, type V1FreeTrialPeriod as c6, type V1BillingSettings as c7, SubscriptionSettingsProductPeriodAlignment as c8, type Title as c9, type CarrierServiceOption as cA, type ShippingOption as cB, type V1ShippingPrice as cC, type OtherCharge as cD, type BuyerInfo as cE, type BuyerInfoIdOneOf as cF, type V1PriceSummary as cG, type CalculationErrors as cH, type CalculationErrorsShippingCalculationErrorOneOf as cI, type Details as cJ, type DetailsKindOneOf as cK, type ApplicationError as cL, type ValidationError as cM, RuleType as cN, type FieldViolation as cO, type SystemError as cP, type CarrierErrors as cQ, type CarrierError as cR, type GiftCardCalculationError as cS, type GiftCard as cT, type V1AppliedDiscount as cU, type V1AppliedDiscountDiscountSourceOneOf as cV, AppliedDiscountDiscountType as cW, type V1Coupon as cX, type V1MerchantDiscount as cY, type V1DiscountRule as cZ, type V1DiscountRuleName as c_, type Description as ca, type SecuredMedia as cb, FileType as cc, type ServiceProperties as cd, type CatalogOverrideFields as ce, type PaymentOption as cf, type Policy as cg, type ModifierGroup as ch, type ItemModifier as ci, type V1PlatformFee as cj, PlatformFeeChargeType as ck, type AddressWithContact as cl, type ShippingInfo as cm, type SelectedCarrierServiceOption as cn, type V1DeliveryLogistics as co, type V1PickupDetails as cp, PickupDetailsPickupMethod as cq, type V1DeliveryTimeSlot as cr, type SelectedCarrierServiceOptionPrices as cs, type SelectedCarrierServiceOptionOtherCharge as ct, V1ChargeType as cu, type DeliveryAllocation as cv, type Carrier as cw, type Region as cx, type ApplicableLineItems as cy, type V1ShippingRegion as cz, type DescriptionLineDescriptionLineValueOneOf as d, type V1ItemCombination as d0, type V1ItemCombinationLineItem as d1, type V1TaxSummary as d2, type TaxCalculationDetails as d3, type TaxCalculationDetailsCalculationDetailsOneOf as d4, RateType as d5, ManualCalculationReason as d6, type AutoTaxFallbackCalculationDetails as d7, FallbackReason as d8, type AggregatedTaxBreakdown as d9, type SubscriptionCharges as dA, type Charge as dB, type GetPaymentSettingsForCheckoutResponse as dC, V1PaymentOption as dD, type PaymentSettingsSPIConfig as dE, type Context as dF, IdentityType as dG, type IdentificationData as dH, type IdentificationDataIdOneOf as dI, type GetPaymentSettingsEnvelope as dJ, type GetPaymentSettingsForCheckoutEnvelope as dK, type CreatedBy as da, type CreatedByIdOneOf as db, type MembershipOptions as dc, type Membership as dd, type MembershipName as de, type MembershipPaymentCredits as df, BalanceType as dg, type InvalidMembership as dh, type SelectedMemberships as di, type SelectedMembership as dj, type V1AdditionalFee as dk, AdditionalFeeAdditionalFeeSource as dl, type ConversionInfo as dm, type Violation as dn, Severity as dp, type Target as dq, type TargetTargetTypeOneOf as dr, NameInOther as ds, NameInLineItem as dt, SuggestedFix as du, type Other as dv, type TargetLineItem as dw, type CustomSettings as dx, type CustomContentReference as dy, type ExternalReference 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, ProductPeriodAlignment as x, type BillingAdjustment as y, type BillingAdjustmentPriceSummary as z };
@@ -1,5 +1,5 @@
1
- import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-ESNnYK59.js';
2
- export { aw as Activity, ax as ActivityContentOneOf, bo as ActivityType, bz as AdditionalFee, dj as AdditionalFeeAdditionalFeeSource, bA as AdditionalFeeSource, a1 as Address, a3 as AddressLocation, cj as AddressWithContact, A as AdjustmentType, d7 as AggregatedTaxBreakdown, a0 as ApiAddressWithContact, cw as ApplicableLineItems, cJ as ApplicationError, ak as AppliedDiscount, al as AppliedDiscountDiscountSourceOneOf, cU as AppliedDiscountDiscountType, bq as AttributionSource, aY as AuthorizedPaymentCaptured, aX as AuthorizedPaymentCreated, aZ as AuthorizedPaymentVoided, d5 as AutoTaxFallbackCalculationDetails, bx as Balance, bw as BalanceSummary, de 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, dz as Charge, bQ as ChargeType, bm as ChargebackCreated, bn as ChargebackReversed, bU as Checkout, g as Color, dD as Context, dk as ConversionInfo, an as Coupon, d8 as CreatedBy, d9 as CreatedByIdOneOf, bb as CreditCardDetails, _ as CurrencyConversionDetails, ay as CustomActivity, bI as CustomAllowedActions, dw as CustomContentReference, bv as CustomField, dv 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, dx as ExternalReference, d6 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, dA as GetPaymentSettingsForCheckoutResponse, G as GetPaymentSettingsRequest, bR as GetPaymentSettingsResponse, cR as GiftCard, cQ as GiftCardCalculationError, b2 as GiftCardPaymentRefund, c2 as Group, dF as IdentificationData, dG as IdentificationDataIdOneOf, dE as IdentityType, df 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, d4 as ManualCalculationReason, db as Membership, dc as MembershipName, da as MembershipOptions, dd as MembershipPaymentCredits, b3 as MembershipPaymentRefund, az as MerchantComment, ao as MerchantDiscount, ap as MerchantDiscountMerchantDiscountReasonOneOf, cf as ModifierGroup, bW as MultiCurrencyPrice, dr as NameInLineItem, dq 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, dt 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, dC 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, d3 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, dh as SelectedMembership, dg as SelectedMemberships, cb as ServiceProperties, dm 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, dy as SubscriptionCharges, t as SubscriptionDescription, v as SubscriptionFrequency, S as SubscriptionInfo, c3 as SubscriptionOptionInfo, u as SubscriptionSettings, s as SubscriptionTitle, ds as SuggestedFix, cN as SystemError, bD as TagList, bC as Tags, dn as Target, du as TargetLineItem, dp as TargetTargetTypeOneOf, bZ as TaxBreakdown, d1 as TaxCalculationDetails, d2 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, di as V1AdditionalFee, cS as V1AppliedDiscount, cT as V1AppliedDiscountDiscountSourceOneOf, c6 as V1BillingSettings, U as V1BuyerInfo, W as V1BuyerInfoIdOneOf, cs as V1ChargeType, cV as V1Coupon, br as V1CreatedBy, bs as V1CreatedByStringOneOf, cm as V1DeliveryLogistics, cp as V1DeliveryTimeSlot, cX as V1DiscountRule, cY as V1DiscountRuleName, c5 as V1FreeTrialPeriod, c_ as V1ItemCombination, c$ as V1ItemCombinationLineItem, Q as V1ItemModifier, bX as V1ItemTaxFullDetails, b_ as V1JurisdictionType, cZ as V1LineItemDiscount, cW as V1MerchantDiscount, V as V1ModifierGroup, dB as V1PaymentOption, cn as V1PickupDetails, ch as V1PlatformFee, cE as V1PriceSummary, a7 as V1ShippingInformation, cA as V1ShippingPrice, cx as V1ShippingRegion, c4 as V1SubscriptionSettings, d0 as V1TaxSummary, cK as ValidationError, a5 as VatId, a6 as VatType, dl as Violation, Z as WeightUnit, bi as WixReceipt } from './interfaces-ecommerce-v1-payment-settings-provider.public-ESNnYK59.js';
1
+ import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-DwWDppeY.js';
2
+ export { ax as Activity, ay as ActivityContentOneOf, bp as ActivityType, bA as AdditionalFee, dl as AdditionalFeeAdditionalFeeSource, bB as AdditionalFeeSource, a2 as Address, a4 as AddressLocation, cl as AddressWithContact, A as AdjustmentType, d9 as AggregatedTaxBreakdown, a1 as ApiAddressWithContact, cy as ApplicableLineItems, cL as ApplicationError, al as AppliedDiscount, am as AppliedDiscountDiscountSourceOneOf, cW as AppliedDiscountDiscountType, br as AttributionSource, aZ as AuthorizedPaymentCaptured, aY as AuthorizedPaymentCreated, a_ as AuthorizedPaymentVoided, d7 as AutoTaxFallbackCalculationDetails, by as Balance, bx as BalanceSummary, dg as BalanceType, y as BillingAdjustment, z as BillingAdjustmentPriceSummary, B as BillingSettings, cE as BuyerInfo, cF as BuyerInfoIdOneOf, cH as CalculationErrors, cI as CalculationErrorsShippingCalculationErrorOneOf, cw as Carrier, cR as CarrierError, cQ as CarrierErrors, cA as CarrierServiceOption, bz as CashRounding, ce as CatalogOverrideFields, C as CatalogReference, bu as ChannelInfo, bv as ChannelType, dB as Charge, bR as ChargeType, bn as ChargebackCreated, bo as ChargebackReversed, bV as Checkout, g as Color, dF as Context, dm as ConversionInfo, ao as Coupon, da as CreatedBy, db as CreatedByIdOneOf, bc as CreditCardDetails, $ as CurrencyConversionDetails, az as CustomActivity, bJ as CustomAllowedActions, dy as CustomContentReference, bw as CustomField, dx as CustomSettings, cv as DeliveryAllocation, a9 as DeliveryLogistics, aa as DeliveryLogisticsAddressOneOf, ae as DeliveryTimeSlot, ca as Description, D as DescriptionLine, d as DescriptionLineDescriptionLineValueOneOf, e as DescriptionLineName, h as DescriptionLineType, c as DescriptionLineValueOneOf, cJ as Details, cK as DetailsKindOneOf, r as DigitalFile, j as Dimensions, k as DimensionsUnit, ar as DiscountReason, as as DiscountRule, at as DiscountRuleName, an as DiscountType, aF as DraftOrderChangesApplied, N as ExtendedFields, bk as ExternalReceipt, dz as ExternalReference, d8 as FallbackReason, cO as FieldViolation, cc as FileType, F as FocalPoint, bO as FormIdentifier, bN as FormInfo, w as FreeTrialPeriod, Z as FulfillmentStatus, bC as FulfillmentStatusesAggregate, a5 as FullAddressContactDetails, bU as GetPaymentSettingsForCheckoutRequest, dC as GetPaymentSettingsForCheckoutResponse, G as GetPaymentSettingsRequest, bS as GetPaymentSettingsResponse, cT as GiftCard, cS as GiftCardCalculationError, b3 as GiftCardPaymentRefund, c3 as Group, dH as IdentificationData, dI as IdentificationDataIdOneOf, dG as IdentityType, dh as InvalidMembership, c0 as ItemAvailabilityInfo, c1 as ItemAvailabilityStatus, av as ItemCombination, aw as ItemCombinationLineItem, ci as ItemModifier, o as ItemTaxFullDetails, I as ItemType, l as ItemTypeItemTypeDataOneOf, m as ItemTypePreset, J as JurisdictionType, bW as LineItem, aS as LineItemAmount, aI as LineItemChanges, aN as LineItemDescriptionLineChange, au as LineItemDiscount, aE as LineItemExchangeData, aO as LineItemModifiersChange, aL as LineItemPriceChange, aM as LineItemProductNameChange, aJ as LineItemQuantityChange, aK as LineItemQuantityChangeType, q as LineItemTaxBreakdown, L as LineItemTaxInfo, bF as Location, H as LocationAndQuantity, aT as ManagedAdditionalFee, aQ as ManagedDiscount, aP as ManagedLineItem, d6 as ManualCalculationReason, dd as Membership, de as MembershipName, dc as MembershipOptions, df as MembershipPaymentCredits, b4 as MembershipPaymentRefund, aA as MerchantComment, ap as MerchantDiscount, aq as MerchantDiscountMerchantDiscountReasonOneOf, ch as ModifierGroup, bX as MultiCurrencyPrice, dt as NameInLineItem, ds as NameInOther, aD as NewExchangeOrderCreated, O as Order, bK as OrderActionType, bq as OrderActivityTypeEnumActivityType, aG as OrderChange, aH as OrderChangeValueOneOf, aC as OrderCreatedFromExchange, a as OrderLineItem, aB as OrderRefunded, bG as OrderSettings, bH as OrderSettingsAllowedActionsOneOf, bI as OrderSettingsEditableByOneOf, ah as OrderStatus, ak as OrderTaxBreakdown, aj as OrderTaxInfo, dv as Other, cD as OtherCharge, bL as OwnerApps, bd as PaymentCanceled, be as PaymentCanceledPaymentDetailsOneOf, bf as PaymentDeclined, bg as PaymentDeclinedPaymentDetailsOneOf, cf as PaymentOption, n as PaymentOptionType, b8 as PaymentPending, b9 as PaymentPendingPaymentDetailsOneOf, b6 as PaymentRefundFailed, b5 as PaymentRefunded, bT as PaymentSettings, dE as PaymentSettingsSPIConfig, Y as PaymentStatus, i as PhysicalProperties, ac as PickupAddress, ab as PickupDetails, cq as PickupDetailsPickupMethod, ad as PickupMethod, f as PlainTextValue, bQ as PlatformFee, ck as PlatformFeeChargeType, bP as PlatformFeeSummary, cg as Policy, b as Price, E as PriceDescription, a0 as PriceSummary, P as ProductName, x as ProductPeriodAlignment, d5 as RateType, bh as ReceiptCreated, bi as ReceiptCreatedReceiptInfoOneOf, bl as ReceiptSent, bm as ReceiptSentReceiptInfoOneOf, a$ as RefundInitiated, b7 as RefundedAsStoreCredit, b0 as RefundedPayment, b1 as RefundedPaymentKindOneOf, cx as Region, ba as RegularPayment, bb as RegularPaymentPaymentMethodDetailsOneOf, b2 as RegularPaymentRefund, R as RestockLocation, cN as RuleType, aX as SavedPaymentMethod, c2 as Scope, cb as SecuredMedia, cn as SelectedCarrierServiceOption, ct as SelectedCarrierServiceOptionOtherCharge, cs as SelectedCarrierServiceOptionPrices, dj as SelectedMembership, di as SelectedMemberships, cd as ServiceProperties, dp as Severity, cm as ShippingInfo, aW as ShippingInformation, aV as ShippingInformationChange, cB as ShippingOption, af as ShippingPrice, ag as ShippingRegion, bM as SpecificItemsCouponBehavior, a3 as StreetAddress, dA as SubscriptionCharges, t as SubscriptionDescription, v as SubscriptionFrequency, S as SubscriptionInfo, c4 as SubscriptionOptionInfo, u as SubscriptionSettings, c8 as SubscriptionSettingsProductPeriodAlignment, s as SubscriptionTitle, du as SuggestedFix, cP as SystemError, bE as TagList, bD as Tags, dq as Target, dw as TargetLineItem, dr as TargetTargetTypeOneOf, b_ as TaxBreakdown, d3 as TaxCalculationDetails, d4 as TaxCalculationDetailsCalculationDetailsOneOf, bZ as TaxRateBreakdown, ai as TaxSummary, T as TaxableAddress, K as TaxableAddressTaxableAddressDataOneOf, M as TaxableAddressType, c9 as Title, aU as TotalPriceChange, Q as TranslatableString, aR as TranslatedValue, dk as V1AdditionalFee, cU as V1AppliedDiscount, cV as V1AppliedDiscountDiscountSourceOneOf, c7 as V1BillingSettings, W as V1BuyerInfo, X as V1BuyerInfoIdOneOf, cu as V1ChargeType, cX as V1Coupon, bs as V1CreatedBy, bt as V1CreatedByStringOneOf, co as V1DeliveryLogistics, cr as V1DeliveryTimeSlot, cZ as V1DiscountRule, c_ as V1DiscountRuleName, c6 as V1FreeTrialPeriod, d0 as V1ItemCombination, d1 as V1ItemCombinationLineItem, U as V1ItemModifier, bY as V1ItemTaxFullDetails, b$ as V1JurisdictionType, c$ as V1LineItemDiscount, cY as V1MerchantDiscount, V as V1ModifierGroup, dD as V1PaymentOption, cp as V1PickupDetails, cj as V1PlatformFee, cG as V1PriceSummary, a8 as V1ShippingInformation, cC as V1ShippingPrice, cz as V1ShippingRegion, c5 as V1SubscriptionSettings, d2 as V1TaxSummary, cM as ValidationError, a6 as VatId, a7 as VatType, dn as Violation, _ as WeightUnit, bj as WixReceipt } from './interfaces-ecommerce-v1-payment-settings-provider.public-DwWDppeY.js';
3
3
  import { BuildServicePluginDefinition } from '@wix/sdk-types';
4
4
 
5
5
  declare const provideHandlers: BuildServicePluginDefinition<typeof provideHandlers$1> & typeof provideHandlers$1;
@@ -52,11 +52,13 @@ __export(index_exports, {
52
52
  PickupDetailsPickupMethod: () => PickupDetailsPickupMethod,
53
53
  PickupMethod: () => PickupMethod,
54
54
  PlatformFeeChargeType: () => PlatformFeeChargeType,
55
+ ProductPeriodAlignment: () => ProductPeriodAlignment,
55
56
  RateType: () => RateType,
56
57
  RuleType: () => RuleType,
57
58
  Severity: () => Severity,
58
59
  SpecificItemsCouponBehavior: () => SpecificItemsCouponBehavior,
59
60
  SubscriptionFrequency: () => SubscriptionFrequency,
61
+ SubscriptionSettingsProductPeriodAlignment: () => SubscriptionSettingsProductPeriodAlignment,
60
62
  SuggestedFix: () => SuggestedFix,
61
63
  TaxableAddressType: () => TaxableAddressType,
62
64
  V1ChargeType: () => V1ChargeType,
@@ -120,6 +122,11 @@ var SubscriptionFrequency = /* @__PURE__ */ ((SubscriptionFrequency2) => {
120
122
  SubscriptionFrequency2["YEAR"] = "YEAR";
121
123
  return SubscriptionFrequency2;
122
124
  })(SubscriptionFrequency || {});
125
+ var ProductPeriodAlignment = /* @__PURE__ */ ((ProductPeriodAlignment2) => {
126
+ ProductPeriodAlignment2["ALIGNED_WITH_BILLING_PERIOD"] = "ALIGNED_WITH_BILLING_PERIOD";
127
+ ProductPeriodAlignment2["NOT_ALIGNED_WITH_BILLING_PERIOD"] = "NOT_ALIGNED_WITH_BILLING_PERIOD";
128
+ return ProductPeriodAlignment2;
129
+ })(ProductPeriodAlignment || {});
123
130
  var AdjustmentType = /* @__PURE__ */ ((AdjustmentType2) => {
124
131
  AdjustmentType2["EXTRA_CHARGE"] = "EXTRA_CHARGE";
125
132
  AdjustmentType2["CREDIT"] = "CREDIT";
@@ -354,6 +361,11 @@ var ItemAvailabilityStatus = /* @__PURE__ */ ((ItemAvailabilityStatus2) => {
354
361
  ItemAvailabilityStatus2["PARTIALLY_AVAILABLE"] = "PARTIALLY_AVAILABLE";
355
362
  return ItemAvailabilityStatus2;
356
363
  })(ItemAvailabilityStatus || {});
364
+ var SubscriptionSettingsProductPeriodAlignment = /* @__PURE__ */ ((SubscriptionSettingsProductPeriodAlignment2) => {
365
+ SubscriptionSettingsProductPeriodAlignment2["ALIGNED_WITH_BILLING_PERIOD"] = "ALIGNED_WITH_BILLING_PERIOD";
366
+ SubscriptionSettingsProductPeriodAlignment2["NOT_ALIGNED_WITH_BILLING_PERIOD"] = "NOT_ALIGNED_WITH_BILLING_PERIOD";
367
+ return SubscriptionSettingsProductPeriodAlignment2;
368
+ })(SubscriptionSettingsProductPeriodAlignment || {});
357
369
  var FileType = /* @__PURE__ */ ((FileType2) => {
358
370
  FileType2["UNSPECIFIED"] = "UNSPECIFIED";
359
371
  FileType2["SECURE_PICTURE"] = "SECURE_PICTURE";
@@ -454,6 +466,7 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
454
466
  return NameInLineItem2;
455
467
  })(NameInLineItem || {});
456
468
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
469
+ SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
457
470
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
458
471
  return SuggestedFix2;
459
472
  })(SuggestedFix || {});
@@ -670,11 +683,13 @@ var provideHandlers2 = (0, import_service_plugin_modules.createServicePluginModu
670
683
  PickupDetailsPickupMethod,
671
684
  PickupMethod,
672
685
  PlatformFeeChargeType,
686
+ ProductPeriodAlignment,
673
687
  RateType,
674
688
  RuleType,
675
689
  Severity,
676
690
  SpecificItemsCouponBehavior,
677
691
  SubscriptionFrequency,
692
+ SubscriptionSettingsProductPeriodAlignment,
678
693
  SuggestedFix,
679
694
  TaxableAddressType,
680
695
  V1ChargeType,