@wix/auto_sdk_ecom_payment-settings 1.0.90 → 1.0.91

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.
@@ -1441,6 +1441,35 @@ interface LineItemDiscount {
1441
1441
  /** Total discount for this line item. */
1442
1442
  totalDiscount?: Price;
1443
1443
  }
1444
+ interface ItemCombination {
1445
+ /**
1446
+ * The number of times this exact combination of items (with the specified quantities) was applied together in the order.
1447
+ * @min 1
1448
+ * @max 100000
1449
+ */
1450
+ count?: number;
1451
+ /**
1452
+ * Line items that participated together in this combination.
1453
+ * @minSize 1
1454
+ * @maxSize 100
1455
+ */
1456
+ lineItems?: ItemCombinationLineItem[];
1457
+ }
1458
+ interface ItemCombinationLineItem {
1459
+ /**
1460
+ * The unique ID of the line item to which this discount applies.
1461
+ * @format GUID
1462
+ */
1463
+ lineItemId?: string;
1464
+ /** Total discount amount for all units (quantity) of this line item in this combination. */
1465
+ discountAmount?: Price;
1466
+ /**
1467
+ * Number of units from this line item that participated in a single combination.
1468
+ * @min 1
1469
+ * @max 100000
1470
+ */
1471
+ quantity?: number;
1472
+ }
1444
1473
  interface Activity extends ActivityContentOneOf {
1445
1474
  /** Custom activity details (optional). `activity.type` must be `CUSTOM_ACTIVITY`. */
1446
1475
  customActivity?: CustomActivity;
@@ -4227,7 +4256,7 @@ interface V1LineItemDiscount {
4227
4256
  /** Discount value. */
4228
4257
  totalDiscountAmount?: MultiCurrencyPrice;
4229
4258
  }
4230
- interface ItemCombination {
4259
+ interface V1ItemCombination {
4231
4260
  /**
4232
4261
  * The number of times this exact combination of items (with the specified quantities) was applied together in the order.
4233
4262
  * @min 1
@@ -4239,9 +4268,9 @@ interface ItemCombination {
4239
4268
  * @minSize 1
4240
4269
  * @maxSize 100
4241
4270
  */
4242
- lineItems?: ItemCombinationLineItem[];
4271
+ lineItems?: V1ItemCombinationLineItem[];
4243
4272
  }
4244
- interface ItemCombinationLineItem {
4273
+ interface V1ItemCombinationLineItem {
4245
4274
  /**
4246
4275
  * The unique ID of the line item to which this discount applies.
4247
4276
  * @format GUID
@@ -4861,4 +4890,4 @@ declare const provideHandlers: ServicePluginDefinition<{
4861
4890
  getPaymentSettingsForCheckout(payload: GetPaymentSettingsForCheckoutEnvelope): GetPaymentSettingsForCheckoutResponse | Promise<GetPaymentSettingsForCheckoutResponse>;
4862
4891
  }>;
4863
4892
 
4864
- export { type AddressLocation as $, AdjustmentType as A, type BillingAdjustment as B, type CatalogReference as C, type DescriptionLine as D, type ExtendedFields as E, type FocalPoint as F, type GetPaymentSettingsRequest as G, type TranslatableString as H, type ItemType as I, JurisdictionType as J, type V1ItemModifier as K, type LineItemTaxInfo as L, type V1BuyerInfo as M, type V1BuyerInfoIdOneOf as N, type Order as O, type ProductName as P, PaymentStatus as Q, FulfillmentStatus as R, type SubscriptionInfo as S, type TaxableAddress as T, type CurrencyConversionDetails as U, type V1ModifierGroup as V, WeightUnit as W, type PriceSummary as X, type ApiAddressWithContact as Y, type Address as Z, type StreetAddress as _, type OrderLineItem as a, type PaymentRefundFailed as a$, type FullAddressContactDetails as a0, type VatId as a1, VatType as a2, type V1ShippingInformation as a3, type DeliveryLogistics as a4, type DeliveryLogisticsAddressOneOf as a5, type PickupDetails as a6, type PickupAddress as a7, PickupMethod as a8, type DeliveryTimeSlot as a9, type OrderChangeValueOneOf as aA, type LineItemChanges as aB, type LineItemQuantityChange as aC, LineItemQuantityChangeType as aD, type LineItemPriceChange as aE, type LineItemProductNameChange as aF, type LineItemDescriptionLineChange as aG, type LineItemModifiersChange as aH, type ManagedLineItem as aI, type ManagedDiscount as aJ, type TranslatedValue as aK, type LineItemAmount as aL, type ManagedAdditionalFee as aM, type TotalPriceChange as aN, type ShippingInformationChange as aO, type ShippingInformation as aP, type SavedPaymentMethod as aQ, type AuthorizedPaymentCreated as aR, type AuthorizedPaymentCaptured as aS, type AuthorizedPaymentVoided as aT, type RefundInitiated as aU, type RefundedPayment as aV, type RefundedPaymentKindOneOf as aW, type RegularPaymentRefund as aX, type GiftCardPaymentRefund as aY, type MembershipPaymentRefund as aZ, type PaymentRefunded as a_, type ShippingPrice as aa, type ShippingRegion as ab, OrderStatus as ac, type TaxSummary as ad, type OrderTaxInfo as ae, type OrderTaxBreakdown as af, type AppliedDiscount as ag, type AppliedDiscountDiscountSourceOneOf as ah, DiscountType as ai, type Coupon as aj, type MerchantDiscount as ak, type MerchantDiscountMerchantDiscountReasonOneOf as al, DiscountReason as am, type DiscountRule as an, type DiscountRuleName as ao, type LineItemDiscount as ap, type Activity as aq, type ActivityContentOneOf as ar, type CustomActivity as as, type MerchantComment as at, type OrderRefunded as au, type OrderCreatedFromExchange as av, type NewExchangeOrderCreated as aw, type LineItemExchangeData as ax, type DraftOrderChangesApplied as ay, type OrderChange as az, type Price as b, FileType as b$, type RefundedAsStoreCredit as b0, type PaymentPending as b1, type PaymentPendingPaymentDetailsOneOf as b2, type RegularPayment as b3, type RegularPaymentPaymentMethodDetailsOneOf as b4, type CreditCardDetails as b5, type PaymentCanceled as b6, type PaymentCanceledPaymentDetailsOneOf as b7, type PaymentDeclined as b8, type PaymentDeclinedPaymentDetailsOneOf as b9, type CustomAllowedActions as bA, OrderActionType as bB, type FormInfo as bC, type FormIdentifier as bD, type PlatformFeeSummary as bE, type PlatformFee as bF, ChargeType as bG, type GetPaymentSettingsResponse as bH, type PaymentSettings as bI, type GetPaymentSettingsForCheckoutRequest as bJ, type Checkout as bK, type LineItem as bL, type MultiCurrencyPrice as bM, type V1ItemTaxFullDetails as bN, type TaxRateBreakdown as bO, type TaxBreakdown as bP, V1JurisdictionType as bQ, type ItemAvailabilityInfo as bR, ItemAvailabilityStatus as bS, type Scope as bT, type Group as bU, type SubscriptionOptionInfo as bV, type V1SubscriptionSettings as bW, type V1FreeTrialPeriod as bX, type Title as bY, type Description as bZ, type SecuredMedia as b_, type ReceiptCreated as ba, type ReceiptCreatedReceiptInfoOneOf as bb, type WixReceipt as bc, type ExternalReceipt as bd, type ReceiptSent as be, type ReceiptSentReceiptInfoOneOf as bf, type ChargebackCreated as bg, type ChargebackReversed as bh, ActivityType as bi, OrderActivityTypeEnumActivityType as bj, AttributionSource as bk, type V1CreatedBy as bl, type V1CreatedByStringOneOf as bm, type ChannelInfo as bn, ChannelType as bo, type CustomField as bp, type BalanceSummary as bq, type Balance as br, type AdditionalFee as bs, AdditionalFeeSource as bt, type FulfillmentStatusesAggregate as bu, type Tags as bv, type TagList as bw, type Location as bx, type OrderSettings as by, type OrderSettingsAllowedActionsOneOf as bz, type DescriptionLineValueOneOf as c, type Membership as c$, type ServiceProperties as c0, type CatalogOverrideFields as c1, type PaymentOption as c2, type Policy as c3, type ModifierGroup as c4, type ItemModifier as c5, type V1PlatformFee as c6, PlatformFeeChargeType as c7, type AddressWithContact as c8, type ShippingInfo as c9, RuleType as cA, type FieldViolation as cB, type SystemError as cC, type CarrierErrors as cD, type CarrierError as cE, type GiftCard as cF, type V1AppliedDiscount as cG, type V1AppliedDiscountDiscountSourceOneOf as cH, AppliedDiscountDiscountType as cI, type V1Coupon as cJ, type V1MerchantDiscount as cK, type V1DiscountRule as cL, type V1DiscountRuleName as cM, type V1LineItemDiscount as cN, type ItemCombination as cO, type ItemCombinationLineItem as cP, type V1TaxSummary as cQ, type TaxCalculationDetails as cR, type TaxCalculationDetailsCalculationDetailsOneOf as cS, RateType as cT, ManualCalculationReason as cU, type AutoTaxFallbackCalculationDetails as cV, FallbackReason as cW, type AggregatedTaxBreakdown as cX, type CreatedBy as cY, type CreatedByIdOneOf as cZ, type MembershipOptions as c_, type SelectedCarrierServiceOption as ca, type V1DeliveryLogistics as cb, type V1PickupDetails as cc, PickupDetailsPickupMethod as cd, type V1DeliveryTimeSlot as ce, type SelectedCarrierServiceOptionPrices as cf, type SelectedCarrierServiceOptionOtherCharge as cg, V1ChargeType as ch, type DeliveryAllocation as ci, type Carrier as cj, type Region as ck, type ApplicableLineItems as cl, type V1ShippingRegion as cm, type CarrierServiceOption as cn, type ShippingOption as co, type V1ShippingPrice as cp, type OtherCharge as cq, type BuyerInfo as cr, type BuyerInfoIdOneOf as cs, type V1PriceSummary as ct, type CalculationErrors as cu, type CalculationErrorsShippingCalculationErrorOneOf as cv, type Details as cw, type DetailsKindOneOf as cx, type ApplicationError as cy, type ValidationError as cz, type DescriptionLineDescriptionLineValueOneOf as d, type MembershipName as d0, type MembershipPaymentCredits as d1, BalanceType as d2, type InvalidMembership as d3, type SelectedMemberships as d4, type SelectedMembership as d5, type V1AdditionalFee as d6, AdditionalFeeAdditionalFeeSource as d7, type ConversionInfo as d8, type Violation as d9, Severity as da, type Target as db, type TargetTargetTypeOneOf as dc, NameInOther as dd, NameInLineItem as de, SuggestedFix as df, type Other as dg, type TargetLineItem as dh, type CustomSettings as di, type CustomContentReference as dj, type ExternalReference as dk, type SubscriptionCharges as dl, type Charge as dm, type GetPaymentSettingsForCheckoutResponse as dn, V1PaymentOption as dp, type PaymentSettingsSPIConfig as dq, type Context as dr, IdentityType as ds, type IdentificationData as dt, type IdentificationDataIdOneOf as du, type GetPaymentSettingsEnvelope as dv, type GetPaymentSettingsForCheckoutEnvelope as dw, type DescriptionLineName as e, type PlainTextValue as f, type Color as g, DescriptionLineType as h, type PhysicalProperties as i, type ItemTypeItemTypeDataOneOf as j, ItemTypePreset as k, PaymentOptionType as l, type ItemTaxFullDetails as m, type LineItemTaxBreakdown as n, type DigitalFile as o, provideHandlers as p, type SubscriptionTitle as q, type SubscriptionDescription as r, type SubscriptionSettings as s, SubscriptionFrequency as t, type FreeTrialPeriod as u, type BillingAdjustmentPriceSummary as v, type PriceDescription as w, type LocationAndQuantity as x, type TaxableAddressTaxableAddressDataOneOf as y, TaxableAddressType as z };
4893
+ export { type AddressLocation as $, AdjustmentType as A, type BillingAdjustment as B, type CatalogReference as C, type DescriptionLine as D, type ExtendedFields as E, type FocalPoint as F, type GetPaymentSettingsRequest as G, type TranslatableString as H, type ItemType as I, JurisdictionType as J, type V1ItemModifier as K, type LineItemTaxInfo as L, type V1BuyerInfo as M, type V1BuyerInfoIdOneOf as N, type Order as O, type ProductName as P, PaymentStatus as Q, FulfillmentStatus as R, type SubscriptionInfo as S, type TaxableAddress as T, type CurrencyConversionDetails as U, type V1ModifierGroup as V, WeightUnit as W, type PriceSummary as X, type ApiAddressWithContact as Y, type Address as Z, type StreetAddress as _, type OrderLineItem as a, type MembershipPaymentRefund as a$, type FullAddressContactDetails as a0, type VatId as a1, VatType as a2, type V1ShippingInformation as a3, type DeliveryLogistics as a4, type DeliveryLogisticsAddressOneOf as a5, type PickupDetails as a6, type PickupAddress as a7, PickupMethod as a8, type DeliveryTimeSlot as a9, type DraftOrderChangesApplied as aA, type OrderChange as aB, type OrderChangeValueOneOf as aC, type LineItemChanges as aD, type LineItemQuantityChange as aE, LineItemQuantityChangeType as aF, type LineItemPriceChange as aG, type LineItemProductNameChange as aH, type LineItemDescriptionLineChange as aI, type LineItemModifiersChange as aJ, type ManagedLineItem as aK, type ManagedDiscount as aL, type TranslatedValue as aM, type LineItemAmount as aN, type ManagedAdditionalFee as aO, type TotalPriceChange as aP, type ShippingInformationChange as aQ, type ShippingInformation as aR, type SavedPaymentMethod as aS, type AuthorizedPaymentCreated as aT, type AuthorizedPaymentCaptured as aU, type AuthorizedPaymentVoided as aV, type RefundInitiated as aW, type RefundedPayment as aX, type RefundedPaymentKindOneOf as aY, type RegularPaymentRefund as aZ, type GiftCardPaymentRefund as a_, type ShippingPrice as aa, type ShippingRegion as ab, OrderStatus as ac, type TaxSummary as ad, type OrderTaxInfo as ae, type OrderTaxBreakdown as af, type AppliedDiscount as ag, type AppliedDiscountDiscountSourceOneOf as ah, DiscountType as ai, type Coupon as aj, type MerchantDiscount as ak, type MerchantDiscountMerchantDiscountReasonOneOf as al, DiscountReason as am, type DiscountRule as an, type DiscountRuleName as ao, type LineItemDiscount as ap, type ItemCombination as aq, type ItemCombinationLineItem as ar, type Activity as as, type ActivityContentOneOf as at, type CustomActivity as au, type MerchantComment as av, type OrderRefunded as aw, type OrderCreatedFromExchange as ax, type NewExchangeOrderCreated as ay, type LineItemExchangeData as az, type Price as b, type Description as b$, type PaymentRefunded as b0, type PaymentRefundFailed as b1, type RefundedAsStoreCredit as b2, type PaymentPending as b3, type PaymentPendingPaymentDetailsOneOf as b4, type RegularPayment as b5, type RegularPaymentPaymentMethodDetailsOneOf as b6, type CreditCardDetails as b7, type PaymentCanceled as b8, type PaymentCanceledPaymentDetailsOneOf as b9, type OrderSettings as bA, type OrderSettingsAllowedActionsOneOf as bB, type CustomAllowedActions as bC, OrderActionType as bD, type FormInfo as bE, type FormIdentifier as bF, type PlatformFeeSummary as bG, type PlatformFee as bH, ChargeType as bI, type GetPaymentSettingsResponse as bJ, type PaymentSettings as bK, type GetPaymentSettingsForCheckoutRequest as bL, type Checkout as bM, type LineItem as bN, type MultiCurrencyPrice as bO, type V1ItemTaxFullDetails as bP, type TaxRateBreakdown as bQ, type TaxBreakdown as bR, V1JurisdictionType as bS, type ItemAvailabilityInfo as bT, ItemAvailabilityStatus as bU, type Scope as bV, type Group as bW, type SubscriptionOptionInfo as bX, type V1SubscriptionSettings as bY, type V1FreeTrialPeriod as bZ, type Title as b_, type PaymentDeclined as ba, type PaymentDeclinedPaymentDetailsOneOf as bb, type ReceiptCreated as bc, type ReceiptCreatedReceiptInfoOneOf as bd, type WixReceipt as be, type ExternalReceipt as bf, type ReceiptSent as bg, type ReceiptSentReceiptInfoOneOf as bh, type ChargebackCreated as bi, type ChargebackReversed as bj, ActivityType as bk, OrderActivityTypeEnumActivityType as bl, AttributionSource as bm, type V1CreatedBy as bn, type V1CreatedByStringOneOf as bo, type ChannelInfo as bp, ChannelType as bq, type CustomField as br, type BalanceSummary as bs, type Balance as bt, type AdditionalFee as bu, AdditionalFeeSource as bv, type FulfillmentStatusesAggregate as bw, type Tags as bx, type TagList as by, type Location as bz, type DescriptionLineValueOneOf as c, type CreatedByIdOneOf as c$, type SecuredMedia as c0, FileType as c1, type ServiceProperties as c2, type CatalogOverrideFields as c3, type PaymentOption as c4, type Policy as c5, type ModifierGroup as c6, type ItemModifier as c7, type V1PlatformFee as c8, PlatformFeeChargeType as c9, type ApplicationError as cA, type ValidationError as cB, RuleType as cC, type FieldViolation as cD, type SystemError as cE, type CarrierErrors as cF, type CarrierError as cG, type GiftCard as cH, type V1AppliedDiscount as cI, type V1AppliedDiscountDiscountSourceOneOf as cJ, AppliedDiscountDiscountType as cK, type V1Coupon as cL, type V1MerchantDiscount as cM, type V1DiscountRule as cN, type V1DiscountRuleName as cO, type V1LineItemDiscount as cP, type V1ItemCombination as cQ, type V1ItemCombinationLineItem as cR, type V1TaxSummary as cS, type TaxCalculationDetails as cT, type TaxCalculationDetailsCalculationDetailsOneOf as cU, RateType as cV, ManualCalculationReason as cW, type AutoTaxFallbackCalculationDetails as cX, FallbackReason as cY, type AggregatedTaxBreakdown as cZ, type CreatedBy as c_, type AddressWithContact as ca, type ShippingInfo as cb, type SelectedCarrierServiceOption as cc, type V1DeliveryLogistics as cd, type V1PickupDetails as ce, PickupDetailsPickupMethod as cf, type V1DeliveryTimeSlot as cg, type SelectedCarrierServiceOptionPrices as ch, type SelectedCarrierServiceOptionOtherCharge as ci, V1ChargeType as cj, type DeliveryAllocation as ck, type Carrier as cl, type Region as cm, type ApplicableLineItems as cn, type V1ShippingRegion as co, type CarrierServiceOption as cp, type ShippingOption as cq, type V1ShippingPrice as cr, type OtherCharge as cs, type BuyerInfo as ct, type BuyerInfoIdOneOf as cu, type V1PriceSummary as cv, type CalculationErrors as cw, type CalculationErrorsShippingCalculationErrorOneOf as cx, type Details as cy, type DetailsKindOneOf as cz, type DescriptionLineDescriptionLineValueOneOf as d, type MembershipOptions as d0, type Membership as d1, type MembershipName as d2, type MembershipPaymentCredits as d3, BalanceType as d4, type InvalidMembership as d5, type SelectedMemberships as d6, type SelectedMembership as d7, type V1AdditionalFee as d8, AdditionalFeeAdditionalFeeSource as d9, type ConversionInfo as da, type Violation as db, Severity as dc, type Target as dd, type TargetTargetTypeOneOf as de, NameInOther as df, NameInLineItem as dg, SuggestedFix as dh, type Other as di, type TargetLineItem as dj, type CustomSettings as dk, type CustomContentReference as dl, type ExternalReference as dm, type SubscriptionCharges as dn, type Charge as dp, type GetPaymentSettingsForCheckoutResponse as dq, V1PaymentOption as dr, type PaymentSettingsSPIConfig as ds, type Context as dt, IdentityType as du, type IdentificationData as dv, type IdentificationDataIdOneOf as dw, type GetPaymentSettingsEnvelope as dx, type GetPaymentSettingsForCheckoutEnvelope as dy, type DescriptionLineName as e, type PlainTextValue as f, type Color as g, DescriptionLineType as h, type PhysicalProperties as i, type ItemTypeItemTypeDataOneOf as j, ItemTypePreset as k, PaymentOptionType as l, type ItemTaxFullDetails as m, type LineItemTaxBreakdown as n, type DigitalFile as o, provideHandlers as p, type SubscriptionTitle as q, type SubscriptionDescription as r, type SubscriptionSettings as s, SubscriptionFrequency as t, type FreeTrialPeriod as u, type BillingAdjustmentPriceSummary as v, type PriceDescription as w, type LocationAndQuantity as x, type TaxableAddressTaxableAddressDataOneOf as y, TaxableAddressType as z };
@@ -1,5 +1,5 @@
1
- import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-BbQmlNyh.mjs';
2
- export { aq as Activity, ar as ActivityContentOneOf, bi as ActivityType, bs as AdditionalFee, d7 as AdditionalFeeAdditionalFeeSource, bt as AdditionalFeeSource, Z as Address, $ as AddressLocation, c8 as AddressWithContact, A as AdjustmentType, cX as AggregatedTaxBreakdown, Y as ApiAddressWithContact, cl as ApplicableLineItems, cy as ApplicationError, ag as AppliedDiscount, ah as AppliedDiscountDiscountSourceOneOf, cI as AppliedDiscountDiscountType, bk as AttributionSource, aS as AuthorizedPaymentCaptured, aR as AuthorizedPaymentCreated, aT as AuthorizedPaymentVoided, cV as AutoTaxFallbackCalculationDetails, br as Balance, bq as BalanceSummary, d2 as BalanceType, B as BillingAdjustment, v as BillingAdjustmentPriceSummary, cr as BuyerInfo, cs as BuyerInfoIdOneOf, cu as CalculationErrors, cv as CalculationErrorsShippingCalculationErrorOneOf, cj as Carrier, cE as CarrierError, cD as CarrierErrors, cn as CarrierServiceOption, c1 as CatalogOverrideFields, C as CatalogReference, bn as ChannelInfo, bo as ChannelType, dm as Charge, bG as ChargeType, bg as ChargebackCreated, bh as ChargebackReversed, bK as Checkout, g as Color, dr as Context, d8 as ConversionInfo, aj as Coupon, cY as CreatedBy, cZ as CreatedByIdOneOf, b5 as CreditCardDetails, U as CurrencyConversionDetails, as as CustomActivity, bA as CustomAllowedActions, dj as CustomContentReference, bp as CustomField, di as CustomSettings, ci as DeliveryAllocation, a4 as DeliveryLogistics, a5 as DeliveryLogisticsAddressOneOf, a9 as DeliveryTimeSlot, bZ as Description, D as DescriptionLine, d as DescriptionLineDescriptionLineValueOneOf, e as DescriptionLineName, h as DescriptionLineType, c as DescriptionLineValueOneOf, cw as Details, cx as DetailsKindOneOf, o as DigitalFile, am as DiscountReason, an as DiscountRule, ao as DiscountRuleName, ai as DiscountType, ay as DraftOrderChangesApplied, E as ExtendedFields, bd as ExternalReceipt, dk as ExternalReference, cW as FallbackReason, cB as FieldViolation, b$ as FileType, F as FocalPoint, bD as FormIdentifier, bC as FormInfo, u as FreeTrialPeriod, R as FulfillmentStatus, bu as FulfillmentStatusesAggregate, a0 as FullAddressContactDetails, bJ as GetPaymentSettingsForCheckoutRequest, dn as GetPaymentSettingsForCheckoutResponse, G as GetPaymentSettingsRequest, bH as GetPaymentSettingsResponse, cF as GiftCard, aY as GiftCardPaymentRefund, bU as Group, dt as IdentificationData, du as IdentificationDataIdOneOf, ds as IdentityType, d3 as InvalidMembership, bR as ItemAvailabilityInfo, bS as ItemAvailabilityStatus, cO as ItemCombination, cP as ItemCombinationLineItem, c5 as ItemModifier, m as ItemTaxFullDetails, I as ItemType, j as ItemTypeItemTypeDataOneOf, k as ItemTypePreset, J as JurisdictionType, bL as LineItem, aL as LineItemAmount, aB as LineItemChanges, aG as LineItemDescriptionLineChange, ap as LineItemDiscount, ax as LineItemExchangeData, aH as LineItemModifiersChange, aE as LineItemPriceChange, aF as LineItemProductNameChange, aC as LineItemQuantityChange, aD as LineItemQuantityChangeType, n as LineItemTaxBreakdown, L as LineItemTaxInfo, bx as Location, x as LocationAndQuantity, aM as ManagedAdditionalFee, aJ as ManagedDiscount, aI as ManagedLineItem, cU as ManualCalculationReason, c$ as Membership, d0 as MembershipName, c_ as MembershipOptions, d1 as MembershipPaymentCredits, aZ as MembershipPaymentRefund, at as MerchantComment, ak as MerchantDiscount, al as MerchantDiscountMerchantDiscountReasonOneOf, c4 as ModifierGroup, bM as MultiCurrencyPrice, de as NameInLineItem, dd as NameInOther, aw as NewExchangeOrderCreated, O as Order, bB as OrderActionType, bj as OrderActivityTypeEnumActivityType, az as OrderChange, aA as OrderChangeValueOneOf, av as OrderCreatedFromExchange, a as OrderLineItem, au as OrderRefunded, by as OrderSettings, bz as OrderSettingsAllowedActionsOneOf, ac as OrderStatus, af as OrderTaxBreakdown, ae as OrderTaxInfo, dg as Other, cq as OtherCharge, b6 as PaymentCanceled, b7 as PaymentCanceledPaymentDetailsOneOf, b8 as PaymentDeclined, b9 as PaymentDeclinedPaymentDetailsOneOf, c2 as PaymentOption, l as PaymentOptionType, b1 as PaymentPending, b2 as PaymentPendingPaymentDetailsOneOf, a$ as PaymentRefundFailed, a_ as PaymentRefunded, bI as PaymentSettings, dq as PaymentSettingsSPIConfig, Q as PaymentStatus, i as PhysicalProperties, a7 as PickupAddress, a6 as PickupDetails, cd as PickupDetailsPickupMethod, a8 as PickupMethod, f as PlainTextValue, bF as PlatformFee, c7 as PlatformFeeChargeType, bE as PlatformFeeSummary, c3 as Policy, b as Price, w as PriceDescription, X as PriceSummary, P as ProductName, cT as RateType, ba as ReceiptCreated, bb as ReceiptCreatedReceiptInfoOneOf, be as ReceiptSent, bf as ReceiptSentReceiptInfoOneOf, aU as RefundInitiated, b0 as RefundedAsStoreCredit, aV as RefundedPayment, aW as RefundedPaymentKindOneOf, ck as Region, b3 as RegularPayment, b4 as RegularPaymentPaymentMethodDetailsOneOf, aX as RegularPaymentRefund, cA as RuleType, aQ as SavedPaymentMethod, bT as Scope, b_ as SecuredMedia, ca as SelectedCarrierServiceOption, cg as SelectedCarrierServiceOptionOtherCharge, cf as SelectedCarrierServiceOptionPrices, d5 as SelectedMembership, d4 as SelectedMemberships, c0 as ServiceProperties, da as Severity, c9 as ShippingInfo, aP as ShippingInformation, aO as ShippingInformationChange, co as ShippingOption, aa as ShippingPrice, ab as ShippingRegion, _ as StreetAddress, dl as SubscriptionCharges, r as SubscriptionDescription, t as SubscriptionFrequency, S as SubscriptionInfo, bV as SubscriptionOptionInfo, s as SubscriptionSettings, q as SubscriptionTitle, df as SuggestedFix, cC as SystemError, bw as TagList, bv as Tags, db as Target, dh as TargetLineItem, dc as TargetTargetTypeOneOf, bP as TaxBreakdown, cR as TaxCalculationDetails, cS as TaxCalculationDetailsCalculationDetailsOneOf, bO as TaxRateBreakdown, ad as TaxSummary, T as TaxableAddress, y as TaxableAddressTaxableAddressDataOneOf, z as TaxableAddressType, bY as Title, aN as TotalPriceChange, H as TranslatableString, aK as TranslatedValue, d6 as V1AdditionalFee, cG as V1AppliedDiscount, cH as V1AppliedDiscountDiscountSourceOneOf, M as V1BuyerInfo, N as V1BuyerInfoIdOneOf, ch as V1ChargeType, cJ as V1Coupon, bl as V1CreatedBy, bm as V1CreatedByStringOneOf, cb as V1DeliveryLogistics, ce as V1DeliveryTimeSlot, cL as V1DiscountRule, cM as V1DiscountRuleName, bX as V1FreeTrialPeriod, K as V1ItemModifier, bN as V1ItemTaxFullDetails, bQ as V1JurisdictionType, cN as V1LineItemDiscount, cK as V1MerchantDiscount, V as V1ModifierGroup, dp as V1PaymentOption, cc as V1PickupDetails, c6 as V1PlatformFee, ct as V1PriceSummary, a3 as V1ShippingInformation, cp as V1ShippingPrice, cm as V1ShippingRegion, bW as V1SubscriptionSettings, cQ as V1TaxSummary, cz as ValidationError, a1 as VatId, a2 as VatType, d9 as Violation, W as WeightUnit, bc as WixReceipt } from './interfaces-ecommerce-v1-payment-settings-provider.public-BbQmlNyh.mjs';
1
+ import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-5uAXakxN.mjs';
2
+ export { as as Activity, at as ActivityContentOneOf, bk as ActivityType, bu as AdditionalFee, d9 as AdditionalFeeAdditionalFeeSource, bv as AdditionalFeeSource, Z as Address, $ as AddressLocation, ca as AddressWithContact, A as AdjustmentType, cZ as AggregatedTaxBreakdown, Y as ApiAddressWithContact, cn as ApplicableLineItems, cA as ApplicationError, ag as AppliedDiscount, ah as AppliedDiscountDiscountSourceOneOf, cK as AppliedDiscountDiscountType, bm as AttributionSource, aU as AuthorizedPaymentCaptured, aT as AuthorizedPaymentCreated, aV as AuthorizedPaymentVoided, cX as AutoTaxFallbackCalculationDetails, bt as Balance, bs as BalanceSummary, d4 as BalanceType, B as BillingAdjustment, v as BillingAdjustmentPriceSummary, ct as BuyerInfo, cu as BuyerInfoIdOneOf, cw as CalculationErrors, cx as CalculationErrorsShippingCalculationErrorOneOf, cl as Carrier, cG as CarrierError, cF as CarrierErrors, cp as CarrierServiceOption, c3 as CatalogOverrideFields, C as CatalogReference, bp as ChannelInfo, bq as ChannelType, dp as Charge, bI as ChargeType, bi as ChargebackCreated, bj as ChargebackReversed, bM as Checkout, g as Color, dt as Context, da as ConversionInfo, aj as Coupon, c_ as CreatedBy, c$ as CreatedByIdOneOf, b7 as CreditCardDetails, U as CurrencyConversionDetails, au as CustomActivity, bC as CustomAllowedActions, dl as CustomContentReference, br as CustomField, dk as CustomSettings, ck as DeliveryAllocation, a4 as DeliveryLogistics, a5 as DeliveryLogisticsAddressOneOf, a9 as DeliveryTimeSlot, b$ as Description, D as DescriptionLine, d as DescriptionLineDescriptionLineValueOneOf, e as DescriptionLineName, h as DescriptionLineType, c as DescriptionLineValueOneOf, cy as Details, cz as DetailsKindOneOf, o as DigitalFile, am as DiscountReason, an as DiscountRule, ao as DiscountRuleName, ai as DiscountType, aA as DraftOrderChangesApplied, E as ExtendedFields, bf as ExternalReceipt, dm as ExternalReference, cY as FallbackReason, cD as FieldViolation, c1 as FileType, F as FocalPoint, bF as FormIdentifier, bE as FormInfo, u as FreeTrialPeriod, R as FulfillmentStatus, bw as FulfillmentStatusesAggregate, a0 as FullAddressContactDetails, bL as GetPaymentSettingsForCheckoutRequest, dq as GetPaymentSettingsForCheckoutResponse, G as GetPaymentSettingsRequest, bJ as GetPaymentSettingsResponse, cH as GiftCard, a_ as GiftCardPaymentRefund, bW as Group, dv as IdentificationData, dw as IdentificationDataIdOneOf, du as IdentityType, d5 as InvalidMembership, bT as ItemAvailabilityInfo, bU as ItemAvailabilityStatus, aq as ItemCombination, ar as ItemCombinationLineItem, c7 as ItemModifier, m as ItemTaxFullDetails, I as ItemType, j as ItemTypeItemTypeDataOneOf, k as ItemTypePreset, J as JurisdictionType, bN as LineItem, aN as LineItemAmount, aD as LineItemChanges, aI as LineItemDescriptionLineChange, ap as LineItemDiscount, az as LineItemExchangeData, aJ as LineItemModifiersChange, aG as LineItemPriceChange, aH as LineItemProductNameChange, aE as LineItemQuantityChange, aF as LineItemQuantityChangeType, n as LineItemTaxBreakdown, L as LineItemTaxInfo, bz as Location, x as LocationAndQuantity, aO as ManagedAdditionalFee, aL as ManagedDiscount, aK as ManagedLineItem, cW as ManualCalculationReason, d1 as Membership, d2 as MembershipName, d0 as MembershipOptions, d3 as MembershipPaymentCredits, a$ as MembershipPaymentRefund, av as MerchantComment, ak as MerchantDiscount, al as MerchantDiscountMerchantDiscountReasonOneOf, c6 as ModifierGroup, bO as MultiCurrencyPrice, dg as NameInLineItem, df as NameInOther, ay as NewExchangeOrderCreated, O as Order, bD as OrderActionType, bl as OrderActivityTypeEnumActivityType, aB as OrderChange, aC as OrderChangeValueOneOf, ax as OrderCreatedFromExchange, a as OrderLineItem, aw as OrderRefunded, bA as OrderSettings, bB as OrderSettingsAllowedActionsOneOf, ac as OrderStatus, af as OrderTaxBreakdown, ae as OrderTaxInfo, di as Other, cs as OtherCharge, b8 as PaymentCanceled, b9 as PaymentCanceledPaymentDetailsOneOf, ba as PaymentDeclined, bb as PaymentDeclinedPaymentDetailsOneOf, c4 as PaymentOption, l as PaymentOptionType, b3 as PaymentPending, b4 as PaymentPendingPaymentDetailsOneOf, b1 as PaymentRefundFailed, b0 as PaymentRefunded, bK as PaymentSettings, ds as PaymentSettingsSPIConfig, Q as PaymentStatus, i as PhysicalProperties, a7 as PickupAddress, a6 as PickupDetails, cf as PickupDetailsPickupMethod, a8 as PickupMethod, f as PlainTextValue, bH as PlatformFee, c9 as PlatformFeeChargeType, bG as PlatformFeeSummary, c5 as Policy, b as Price, w as PriceDescription, X as PriceSummary, P as ProductName, cV as RateType, bc as ReceiptCreated, bd as ReceiptCreatedReceiptInfoOneOf, bg as ReceiptSent, bh as ReceiptSentReceiptInfoOneOf, aW as RefundInitiated, b2 as RefundedAsStoreCredit, aX as RefundedPayment, aY as RefundedPaymentKindOneOf, cm as Region, b5 as RegularPayment, b6 as RegularPaymentPaymentMethodDetailsOneOf, aZ as RegularPaymentRefund, cC as RuleType, aS as SavedPaymentMethod, bV as Scope, c0 as SecuredMedia, cc as SelectedCarrierServiceOption, ci as SelectedCarrierServiceOptionOtherCharge, ch as SelectedCarrierServiceOptionPrices, d7 as SelectedMembership, d6 as SelectedMemberships, c2 as ServiceProperties, dc as Severity, cb as ShippingInfo, aR as ShippingInformation, aQ as ShippingInformationChange, cq as ShippingOption, aa as ShippingPrice, ab as ShippingRegion, _ as StreetAddress, dn as SubscriptionCharges, r as SubscriptionDescription, t as SubscriptionFrequency, S as SubscriptionInfo, bX as SubscriptionOptionInfo, s as SubscriptionSettings, q as SubscriptionTitle, dh as SuggestedFix, cE as SystemError, by as TagList, bx as Tags, dd as Target, dj as TargetLineItem, de as TargetTargetTypeOneOf, bR as TaxBreakdown, cT as TaxCalculationDetails, cU as TaxCalculationDetailsCalculationDetailsOneOf, bQ as TaxRateBreakdown, ad as TaxSummary, T as TaxableAddress, y as TaxableAddressTaxableAddressDataOneOf, z as TaxableAddressType, b_ as Title, aP as TotalPriceChange, H as TranslatableString, aM as TranslatedValue, d8 as V1AdditionalFee, cI as V1AppliedDiscount, cJ as V1AppliedDiscountDiscountSourceOneOf, M as V1BuyerInfo, N as V1BuyerInfoIdOneOf, cj as V1ChargeType, cL as V1Coupon, bn as V1CreatedBy, bo as V1CreatedByStringOneOf, cd as V1DeliveryLogistics, cg as V1DeliveryTimeSlot, cN as V1DiscountRule, cO as V1DiscountRuleName, bZ as V1FreeTrialPeriod, cQ as V1ItemCombination, cR as V1ItemCombinationLineItem, K as V1ItemModifier, bP as V1ItemTaxFullDetails, bS as V1JurisdictionType, cP as V1LineItemDiscount, cM as V1MerchantDiscount, V as V1ModifierGroup, dr as V1PaymentOption, ce as V1PickupDetails, c8 as V1PlatformFee, cv as V1PriceSummary, a3 as V1ShippingInformation, cr as V1ShippingPrice, co as V1ShippingRegion, bY as V1SubscriptionSettings, cS as V1TaxSummary, cB as ValidationError, a1 as VatId, a2 as VatType, db as Violation, W as WeightUnit, be as WixReceipt } from './interfaces-ecommerce-v1-payment-settings-provider.public-5uAXakxN.mjs';
3
3
  import { BuildServicePluginDefinition } from '@wix/sdk-types';
4
4
 
5
5
  declare const provideHandlers: BuildServicePluginDefinition<typeof provideHandlers$1> & typeof provideHandlers$1;