@wix/auto_sdk_ecom_payment-settings 1.0.90 → 1.0.92
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-BbQmlNyh.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-Cs8iIaZI.d.ts} +38 -4
- 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-BbQmlNyh.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-Cs8iIaZI.d.mts} +38 -4
- 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-BbQmlNyh.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-Cs8iIaZI.d.ts} +38 -4
- 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-BbQmlNyh.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-Cs8iIaZI.d.mts} +38 -4
- package/package.json +2 -2
|
@@ -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;
|
|
@@ -3610,6 +3639,11 @@ interface CatalogOverrideFields {
|
|
|
3610
3639
|
* Default: `false`
|
|
3611
3640
|
*/
|
|
3612
3641
|
savePaymentMethod?: boolean | null;
|
|
3642
|
+
/**
|
|
3643
|
+
* ID of the app managing the inventory.
|
|
3644
|
+
* @format GUID
|
|
3645
|
+
*/
|
|
3646
|
+
inventoryAppId?: string | null;
|
|
3613
3647
|
}
|
|
3614
3648
|
interface PaymentOption {
|
|
3615
3649
|
/**
|
|
@@ -4227,7 +4261,7 @@ interface V1LineItemDiscount {
|
|
|
4227
4261
|
/** Discount value. */
|
|
4228
4262
|
totalDiscountAmount?: MultiCurrencyPrice;
|
|
4229
4263
|
}
|
|
4230
|
-
interface
|
|
4264
|
+
interface V1ItemCombination {
|
|
4231
4265
|
/**
|
|
4232
4266
|
* The number of times this exact combination of items (with the specified quantities) was applied together in the order.
|
|
4233
4267
|
* @min 1
|
|
@@ -4239,9 +4273,9 @@ interface ItemCombination {
|
|
|
4239
4273
|
* @minSize 1
|
|
4240
4274
|
* @maxSize 100
|
|
4241
4275
|
*/
|
|
4242
|
-
lineItems?:
|
|
4276
|
+
lineItems?: V1ItemCombinationLineItem[];
|
|
4243
4277
|
}
|
|
4244
|
-
interface
|
|
4278
|
+
interface V1ItemCombinationLineItem {
|
|
4245
4279
|
/**
|
|
4246
4280
|
* The unique ID of the line item to which this discount applies.
|
|
4247
4281
|
* @format GUID
|
|
@@ -4861,4 +4895,4 @@ declare const provideHandlers: ServicePluginDefinition<{
|
|
|
4861
4895
|
getPaymentSettingsForCheckout(payload: GetPaymentSettingsForCheckoutEnvelope): GetPaymentSettingsForCheckoutResponse | Promise<GetPaymentSettingsForCheckoutResponse>;
|
|
4862
4896
|
}>;
|
|
4863
4897
|
|
|
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
|
|
4898
|
+
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 };
|
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 {
|
|
1
|
+
import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-Cs8iIaZI.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-Cs8iIaZI.mjs';
|
|
3
3
|
import { BuildServicePluginDefinition } from '@wix/sdk-types';
|
|
4
4
|
|
|
5
5
|
declare const provideHandlers: BuildServicePluginDefinition<typeof provideHandlers$1> & typeof provideHandlers$1;
|