@wix/auto_sdk_ecom_payment-settings 1.0.89 → 1.0.90
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.
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-DhstrhWO.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-BbQmlNyh.d.ts} +10 -10
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/{interfaces-ecommerce-v1-payment-settings-provider.public-DhstrhWO.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-BbQmlNyh.d.mts} +10 -10
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-DhstrhWO.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-BbQmlNyh.d.ts} +10 -10
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/{interfaces-ecommerce-v1-payment-settings-provider.public-DhstrhWO.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-BbQmlNyh.d.mts} +10 -10
- package/package.json +2 -2
|
@@ -4218,6 +4218,15 @@ interface V1DiscountRuleName {
|
|
|
4218
4218
|
*/
|
|
4219
4219
|
translated?: string | null;
|
|
4220
4220
|
}
|
|
4221
|
+
interface V1LineItemDiscount {
|
|
4222
|
+
/**
|
|
4223
|
+
* ID of line item the discount applies to.
|
|
4224
|
+
* @format GUID
|
|
4225
|
+
*/
|
|
4226
|
+
_id?: string;
|
|
4227
|
+
/** Discount value. */
|
|
4228
|
+
totalDiscountAmount?: MultiCurrencyPrice;
|
|
4229
|
+
}
|
|
4221
4230
|
interface ItemCombination {
|
|
4222
4231
|
/**
|
|
4223
4232
|
* The number of times this exact combination of items (with the specified quantities) was applied together in the order.
|
|
@@ -4247,15 +4256,6 @@ interface ItemCombinationLineItem {
|
|
|
4247
4256
|
*/
|
|
4248
4257
|
quantity?: number;
|
|
4249
4258
|
}
|
|
4250
|
-
interface V1LineItemDiscount {
|
|
4251
|
-
/**
|
|
4252
|
-
* ID of line item the discount applies to.
|
|
4253
|
-
* @format GUID
|
|
4254
|
-
*/
|
|
4255
|
-
_id?: string;
|
|
4256
|
-
/** Discount value. */
|
|
4257
|
-
totalDiscountAmount?: MultiCurrencyPrice;
|
|
4258
|
-
}
|
|
4259
4259
|
interface V1TaxSummary {
|
|
4260
4260
|
/**
|
|
4261
4261
|
* Amount for which tax is calculated, added from line items.
|
|
@@ -4861,4 +4861,4 @@ declare const provideHandlers: ServicePluginDefinition<{
|
|
|
4861
4861
|
getPaymentSettingsForCheckout(payload: GetPaymentSettingsForCheckoutEnvelope): GetPaymentSettingsForCheckoutResponse | Promise<GetPaymentSettingsForCheckoutResponse>;
|
|
4862
4862
|
}>;
|
|
4863
4863
|
|
|
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
|
|
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 };
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-
|
|
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,
|
|
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';
|
|
3
3
|
import { BuildServicePluginDefinition } from '@wix/sdk-types';
|
|
4
4
|
|
|
5
5
|
declare const provideHandlers: BuildServicePluginDefinition<typeof provideHandlers$1> & typeof provideHandlers$1;
|