@wix/auto_sdk_ecom_payment-settings 1.0.108 → 1.0.110

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 +8 -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 +8 -0
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-I68Qilb6.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-BnC402Ql.d.ts} +17 -1
  8. package/build/es/index.d.mts +2 -2
  9. package/build/es/index.mjs +7 -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 +7 -0
  13. package/build/es/index.typings.mjs.map +1 -1
  14. package/build/es/{interfaces-ecommerce-v1-payment-settings-provider.public-I68Qilb6.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-BnC402Ql.d.mts} +17 -1
  15. package/build/internal/cjs/index.d.ts +2 -2
  16. package/build/internal/cjs/index.js +8 -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 +8 -0
  20. package/build/internal/cjs/index.typings.js.map +1 -1
  21. package/build/internal/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-I68Qilb6.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-BnC402Ql.d.ts} +17 -1
  22. package/build/internal/es/index.d.mts +2 -2
  23. package/build/internal/es/index.mjs +7 -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 +7 -0
  27. package/build/internal/es/index.typings.mjs.map +1 -1
  28. package/build/internal/es/{interfaces-ecommerce-v1-payment-settings-provider.public-I68Qilb6.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-BnC402Ql.d.mts} +17 -1
  29. package/package.json +2 -2
@@ -1387,6 +1387,11 @@ interface AppliedDiscount extends AppliedDiscountDiscountSourceOneOf {
1387
1387
  * @immutable
1388
1388
  */
1389
1389
  _id?: string | null;
1390
+ /**
1391
+ * Line items the discount applies to, including the discount amount for each.
1392
+ * @maxSize 300
1393
+ */
1394
+ lineItemDiscounts?: LineItemDiscount[];
1390
1395
  }
1391
1396
  /** @oneof */
1392
1397
  interface AppliedDiscountDiscountSourceOneOf {
@@ -2890,6 +2895,17 @@ interface OwnerApps {
2890
2895
  */
2891
2896
  appIds?: string[];
2892
2897
  }
2898
+ declare enum SpecificItemsCouponBehavior {
2899
+ /** Coupon calculation behavior was not specified. */
2900
+ UNDEFINED_COUPON_BEHAVIOR = "UNDEFINED_COUPON_BEHAVIOR",
2901
+ /** Item subtotal includes coupon discount. */
2902
+ ITEM_SUBTOTAL_INCLUDES_DISCOUNT = "ITEM_SUBTOTAL_INCLUDES_DISCOUNT",
2903
+ /**
2904
+ * Legacy flow.
2905
+ * Discount is applied as to specific items after subtotal calculation.
2906
+ */
2907
+ LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT = "LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT"
2908
+ }
2893
2909
  interface FormInfo {
2894
2910
  /**
2895
2911
  * The identifier of the form schema.
@@ -4953,4 +4969,4 @@ declare const provideHandlers: ServicePluginDefinition<{
4953
4969
  getPaymentSettingsForCheckout(payload: GetPaymentSettingsForCheckoutEnvelope): GetPaymentSettingsForCheckoutResponse | Promise<GetPaymentSettingsForCheckoutResponse>;
4954
4970
  }>;
4955
4971
 
4956
- export { type Address as $, AdjustmentType as A, type BillingAdjustment as B, type CatalogReference as C, type DescriptionLine as D, type TaxableAddressTaxableAddressDataOneOf as E, type FocalPoint as F, type GetPaymentSettingsRequest as G, TaxableAddressType as H, type ItemType as I, JurisdictionType as J, type ExtendedFields as K, type LineItemTaxInfo as L, type TranslatableString as M, type V1ItemModifier as N, type Order as O, type ProductName as P, type V1BuyerInfo as Q, type V1BuyerInfoIdOneOf as R, type SubscriptionInfo as S, type TaxableAddress as T, PaymentStatus as U, type V1ModifierGroup as V, FulfillmentStatus as W, WeightUnit as X, type CurrencyConversionDetails as Y, type PriceSummary as Z, type ApiAddressWithContact as _, type OrderLineItem as a, type RegularPaymentRefund as a$, type StreetAddress as a0, type AddressLocation as a1, type FullAddressContactDetails as a2, type VatId as a3, VatType as a4, type V1ShippingInformation as a5, type DeliveryLogistics as a6, type DeliveryLogisticsAddressOneOf as a7, type PickupDetails as a8, type PickupAddress as a9, type NewExchangeOrderCreated as aA, type LineItemExchangeData as aB, type DraftOrderChangesApplied as aC, type OrderChange as aD, type OrderChangeValueOneOf as aE, type LineItemChanges as aF, type LineItemQuantityChange as aG, LineItemQuantityChangeType as aH, type LineItemPriceChange as aI, type LineItemProductNameChange as aJ, type LineItemDescriptionLineChange as aK, type LineItemModifiersChange as aL, type ManagedLineItem as aM, type ManagedDiscount as aN, type TranslatedValue as aO, type LineItemAmount as aP, type ManagedAdditionalFee as aQ, type TotalPriceChange as aR, type ShippingInformationChange as aS, type ShippingInformation as aT, type SavedPaymentMethod as aU, type AuthorizedPaymentCreated as aV, type AuthorizedPaymentCaptured as aW, type AuthorizedPaymentVoided as aX, type RefundInitiated as aY, type RefundedPayment as aZ, type RefundedPaymentKindOneOf as a_, PickupMethod as aa, type DeliveryTimeSlot as ab, type ShippingPrice as ac, type ShippingRegion as ad, OrderStatus as ae, type TaxSummary as af, type OrderTaxInfo as ag, type OrderTaxBreakdown as ah, type AppliedDiscount as ai, type AppliedDiscountDiscountSourceOneOf as aj, DiscountType as ak, type Coupon as al, type MerchantDiscount as am, type MerchantDiscountMerchantDiscountReasonOneOf as an, DiscountReason as ao, type DiscountRule as ap, type DiscountRuleName as aq, type LineItemDiscount as ar, type ItemCombination as as, type ItemCombinationLineItem as at, type Activity as au, type ActivityContentOneOf as av, type CustomActivity as aw, type MerchantComment as ax, type OrderRefunded as ay, type OrderCreatedFromExchange as az, type Price as b, type SubscriptionOptionInfo as b$, type GiftCardPaymentRefund as b0, type MembershipPaymentRefund as b1, type PaymentRefunded as b2, type PaymentRefundFailed as b3, type RefundedAsStoreCredit as b4, type PaymentPending as b5, type PaymentPendingPaymentDetailsOneOf as b6, type RegularPayment as b7, type RegularPaymentPaymentMethodDetailsOneOf as b8, type CreditCardDetails as b9, type TagList as bA, type Location as bB, type OrderSettings as bC, type OrderSettingsAllowedActionsOneOf as bD, type OrderSettingsEditableByOneOf as bE, type CustomAllowedActions as bF, OrderActionType as bG, type OwnerApps as bH, type FormInfo as bI, type FormIdentifier as bJ, type PlatformFeeSummary as bK, type PlatformFee as bL, ChargeType as bM, type GetPaymentSettingsResponse as bN, type PaymentSettings as bO, type GetPaymentSettingsForCheckoutRequest as bP, type Checkout as bQ, type LineItem as bR, type MultiCurrencyPrice as bS, type V1ItemTaxFullDetails as bT, type TaxRateBreakdown as bU, type TaxBreakdown as bV, V1JurisdictionType as bW, type ItemAvailabilityInfo as bX, ItemAvailabilityStatus as bY, type Scope as bZ, type Group as b_, type PaymentCanceled as ba, type PaymentCanceledPaymentDetailsOneOf as bb, type PaymentDeclined as bc, type PaymentDeclinedPaymentDetailsOneOf as bd, type ReceiptCreated as be, type ReceiptCreatedReceiptInfoOneOf as bf, type WixReceipt as bg, type ExternalReceipt as bh, type ReceiptSent as bi, type ReceiptSentReceiptInfoOneOf as bj, type ChargebackCreated as bk, type ChargebackReversed as bl, ActivityType as bm, OrderActivityTypeEnumActivityType as bn, AttributionSource as bo, type V1CreatedBy as bp, type V1CreatedByStringOneOf as bq, type ChannelInfo as br, ChannelType as bs, type CustomField as bt, type BalanceSummary as bu, type Balance as bv, type AdditionalFee as bw, AdditionalFeeSource as bx, type FulfillmentStatusesAggregate as by, type Tags as bz, type DescriptionLineValueOneOf as c, type AutoTaxFallbackCalculationDetails as c$, type V1SubscriptionSettings as c0, type V1FreeTrialPeriod as c1, type Title as c2, type Description as c3, type SecuredMedia as c4, FileType as c5, type ServiceProperties as c6, type CatalogOverrideFields as c7, type PaymentOption as c8, type Policy as c9, type CalculationErrors as cA, type CalculationErrorsShippingCalculationErrorOneOf as cB, type Details as cC, type DetailsKindOneOf as cD, type ApplicationError as cE, type ValidationError as cF, RuleType as cG, type FieldViolation as cH, type SystemError as cI, type CarrierErrors as cJ, type CarrierError as cK, type GiftCard as cL, type V1AppliedDiscount as cM, type V1AppliedDiscountDiscountSourceOneOf as cN, AppliedDiscountDiscountType as cO, type V1Coupon as cP, type V1MerchantDiscount as cQ, type V1DiscountRule as cR, type V1DiscountRuleName as cS, type V1LineItemDiscount as cT, type V1ItemCombination as cU, type V1ItemCombinationLineItem as cV, type V1TaxSummary as cW, type TaxCalculationDetails as cX, type TaxCalculationDetailsCalculationDetailsOneOf as cY, RateType as cZ, ManualCalculationReason as c_, type ModifierGroup as ca, type ItemModifier as cb, type V1PlatformFee as cc, PlatformFeeChargeType as cd, type AddressWithContact as ce, type ShippingInfo as cf, type SelectedCarrierServiceOption as cg, type V1DeliveryLogistics as ch, type V1PickupDetails as ci, PickupDetailsPickupMethod as cj, type V1DeliveryTimeSlot as ck, type SelectedCarrierServiceOptionPrices as cl, type SelectedCarrierServiceOptionOtherCharge as cm, V1ChargeType as cn, type DeliveryAllocation as co, type Carrier as cp, type Region as cq, type ApplicableLineItems as cr, type V1ShippingRegion as cs, type CarrierServiceOption as ct, type ShippingOption as cu, type V1ShippingPrice as cv, type OtherCharge as cw, type BuyerInfo as cx, type BuyerInfoIdOneOf as cy, type V1PriceSummary as cz, type DescriptionLineDescriptionLineValueOneOf as d, FallbackReason as d0, type AggregatedTaxBreakdown as d1, type CreatedBy as d2, type CreatedByIdOneOf as d3, type MembershipOptions as d4, type Membership as d5, type MembershipName as d6, type MembershipPaymentCredits as d7, BalanceType as d8, type InvalidMembership as d9, type IdentificationDataIdOneOf as dA, type GetPaymentSettingsEnvelope as dB, type GetPaymentSettingsForCheckoutEnvelope as dC, type SelectedMemberships as da, type SelectedMembership as db, type V1AdditionalFee as dc, AdditionalFeeAdditionalFeeSource as dd, type ConversionInfo as de, type Violation as df, Severity as dg, type Target as dh, type TargetTargetTypeOneOf as di, NameInOther as dj, NameInLineItem as dk, SuggestedFix as dl, type Other as dm, type TargetLineItem as dn, type CustomSettings as dp, type CustomContentReference as dq, type ExternalReference as dr, type SubscriptionCharges as ds, type Charge as dt, type GetPaymentSettingsForCheckoutResponse as du, V1PaymentOption as dv, type PaymentSettingsSPIConfig as dw, type Context as dx, IdentityType as dy, type IdentificationData as dz, type DescriptionLineName as e, type PlainTextValue as f, type Color as g, DescriptionLineType as h, type PhysicalProperties as i, type Dimensions as j, DimensionsUnit as k, type ItemTypeItemTypeDataOneOf as l, ItemTypePreset as m, PaymentOptionType as n, type ItemTaxFullDetails as o, provideHandlers as p, type LineItemTaxBreakdown as q, type DigitalFile as r, type SubscriptionTitle as s, type SubscriptionDescription as t, type SubscriptionSettings as u, SubscriptionFrequency as v, type FreeTrialPeriod as w, type BillingAdjustmentPriceSummary as x, type PriceDescription as y, type LocationAndQuantity as z };
4972
+ export { type Address as $, AdjustmentType as A, type BillingAdjustment as B, type CatalogReference as C, type DescriptionLine as D, type TaxableAddressTaxableAddressDataOneOf as E, type FocalPoint as F, type GetPaymentSettingsRequest as G, TaxableAddressType as H, type ItemType as I, JurisdictionType as J, type ExtendedFields as K, type LineItemTaxInfo as L, type TranslatableString as M, type V1ItemModifier as N, type Order as O, type ProductName as P, type V1BuyerInfo as Q, type V1BuyerInfoIdOneOf as R, type SubscriptionInfo as S, type TaxableAddress as T, PaymentStatus as U, type V1ModifierGroup as V, FulfillmentStatus as W, WeightUnit as X, type CurrencyConversionDetails as Y, type PriceSummary as Z, type ApiAddressWithContact as _, type OrderLineItem as a, type RegularPaymentRefund as a$, type StreetAddress as a0, type AddressLocation as a1, type FullAddressContactDetails as a2, type VatId as a3, VatType as a4, type V1ShippingInformation as a5, type DeliveryLogistics as a6, type DeliveryLogisticsAddressOneOf as a7, type PickupDetails as a8, type PickupAddress as a9, type NewExchangeOrderCreated as aA, type LineItemExchangeData as aB, type DraftOrderChangesApplied as aC, type OrderChange as aD, type OrderChangeValueOneOf as aE, type LineItemChanges as aF, type LineItemQuantityChange as aG, LineItemQuantityChangeType as aH, type LineItemPriceChange as aI, type LineItemProductNameChange as aJ, type LineItemDescriptionLineChange as aK, type LineItemModifiersChange as aL, type ManagedLineItem as aM, type ManagedDiscount as aN, type TranslatedValue as aO, type LineItemAmount as aP, type ManagedAdditionalFee as aQ, type TotalPriceChange as aR, type ShippingInformationChange as aS, type ShippingInformation as aT, type SavedPaymentMethod as aU, type AuthorizedPaymentCreated as aV, type AuthorizedPaymentCaptured as aW, type AuthorizedPaymentVoided as aX, type RefundInitiated as aY, type RefundedPayment as aZ, type RefundedPaymentKindOneOf as a_, PickupMethod as aa, type DeliveryTimeSlot as ab, type ShippingPrice as ac, type ShippingRegion as ad, OrderStatus as ae, type TaxSummary as af, type OrderTaxInfo as ag, type OrderTaxBreakdown as ah, type AppliedDiscount as ai, type AppliedDiscountDiscountSourceOneOf as aj, DiscountType as ak, type Coupon as al, type MerchantDiscount as am, type MerchantDiscountMerchantDiscountReasonOneOf as an, DiscountReason as ao, type DiscountRule as ap, type DiscountRuleName as aq, type LineItemDiscount as ar, type ItemCombination as as, type ItemCombinationLineItem as at, type Activity as au, type ActivityContentOneOf as av, type CustomActivity as aw, type MerchantComment as ax, type OrderRefunded as ay, type OrderCreatedFromExchange as az, type Price as b, type Group as b$, type GiftCardPaymentRefund as b0, type MembershipPaymentRefund as b1, type PaymentRefunded as b2, type PaymentRefundFailed as b3, type RefundedAsStoreCredit as b4, type PaymentPending as b5, type PaymentPendingPaymentDetailsOneOf as b6, type RegularPayment as b7, type RegularPaymentPaymentMethodDetailsOneOf as b8, type CreditCardDetails as b9, type TagList as bA, type Location as bB, type OrderSettings as bC, type OrderSettingsAllowedActionsOneOf as bD, type OrderSettingsEditableByOneOf as bE, type CustomAllowedActions as bF, OrderActionType as bG, type OwnerApps as bH, SpecificItemsCouponBehavior as bI, type FormInfo as bJ, type FormIdentifier as bK, type PlatformFeeSummary as bL, type PlatformFee as bM, ChargeType as bN, type GetPaymentSettingsResponse as bO, type PaymentSettings as bP, type GetPaymentSettingsForCheckoutRequest as bQ, type Checkout as bR, type LineItem as bS, type MultiCurrencyPrice as bT, type V1ItemTaxFullDetails as bU, type TaxRateBreakdown as bV, type TaxBreakdown as bW, V1JurisdictionType as bX, type ItemAvailabilityInfo as bY, ItemAvailabilityStatus as bZ, type Scope as b_, type PaymentCanceled as ba, type PaymentCanceledPaymentDetailsOneOf as bb, type PaymentDeclined as bc, type PaymentDeclinedPaymentDetailsOneOf as bd, type ReceiptCreated as be, type ReceiptCreatedReceiptInfoOneOf as bf, type WixReceipt as bg, type ExternalReceipt as bh, type ReceiptSent as bi, type ReceiptSentReceiptInfoOneOf as bj, type ChargebackCreated as bk, type ChargebackReversed as bl, ActivityType as bm, OrderActivityTypeEnumActivityType as bn, AttributionSource as bo, type V1CreatedBy as bp, type V1CreatedByStringOneOf as bq, type ChannelInfo as br, ChannelType as bs, type CustomField as bt, type BalanceSummary as bu, type Balance as bv, type AdditionalFee as bw, AdditionalFeeSource as bx, type FulfillmentStatusesAggregate as by, type Tags as bz, type DescriptionLineValueOneOf as c, ManualCalculationReason as c$, type SubscriptionOptionInfo as c0, type V1SubscriptionSettings as c1, type V1FreeTrialPeriod as c2, type Title as c3, type Description as c4, type SecuredMedia as c5, FileType as c6, type ServiceProperties as c7, type CatalogOverrideFields as c8, type PaymentOption as c9, type V1PriceSummary as cA, type CalculationErrors as cB, type CalculationErrorsShippingCalculationErrorOneOf as cC, type Details as cD, type DetailsKindOneOf as cE, type ApplicationError as cF, type ValidationError as cG, RuleType as cH, type FieldViolation as cI, type SystemError as cJ, type CarrierErrors as cK, type CarrierError as cL, type GiftCard as cM, type V1AppliedDiscount as cN, type V1AppliedDiscountDiscountSourceOneOf as cO, AppliedDiscountDiscountType as cP, type V1Coupon as cQ, type V1MerchantDiscount as cR, type V1DiscountRule as cS, type V1DiscountRuleName as cT, type V1LineItemDiscount as cU, type V1ItemCombination as cV, type V1ItemCombinationLineItem as cW, type V1TaxSummary as cX, type TaxCalculationDetails as cY, type TaxCalculationDetailsCalculationDetailsOneOf as cZ, RateType as c_, type Policy as ca, type ModifierGroup as cb, type ItemModifier as cc, type V1PlatformFee as cd, PlatformFeeChargeType as ce, type AddressWithContact as cf, type ShippingInfo as cg, type SelectedCarrierServiceOption as ch, type V1DeliveryLogistics as ci, type V1PickupDetails as cj, PickupDetailsPickupMethod as ck, type V1DeliveryTimeSlot as cl, type SelectedCarrierServiceOptionPrices as cm, type SelectedCarrierServiceOptionOtherCharge as cn, V1ChargeType as co, type DeliveryAllocation as cp, type Carrier as cq, type Region as cr, type ApplicableLineItems as cs, type V1ShippingRegion as ct, type CarrierServiceOption as cu, type ShippingOption as cv, type V1ShippingPrice as cw, type OtherCharge as cx, type BuyerInfo as cy, type BuyerInfoIdOneOf as cz, type DescriptionLineDescriptionLineValueOneOf as d, type AutoTaxFallbackCalculationDetails as d0, FallbackReason as d1, type AggregatedTaxBreakdown as d2, type CreatedBy as d3, type CreatedByIdOneOf as d4, type MembershipOptions as d5, type Membership as d6, type MembershipName as d7, type MembershipPaymentCredits as d8, BalanceType as d9, type IdentificationData as dA, type IdentificationDataIdOneOf as dB, type GetPaymentSettingsEnvelope as dC, type GetPaymentSettingsForCheckoutEnvelope as dD, type InvalidMembership as da, type SelectedMemberships as db, type SelectedMembership as dc, type V1AdditionalFee as dd, AdditionalFeeAdditionalFeeSource as de, type ConversionInfo as df, type Violation as dg, Severity as dh, type Target as di, type TargetTargetTypeOneOf as dj, NameInOther as dk, NameInLineItem as dl, SuggestedFix as dm, type Other as dn, type TargetLineItem as dp, type CustomSettings as dq, type CustomContentReference as dr, type ExternalReference as ds, type SubscriptionCharges as dt, type Charge as du, type GetPaymentSettingsForCheckoutResponse as dv, V1PaymentOption as dw, type PaymentSettingsSPIConfig as dx, type Context as dy, IdentityType as dz, type DescriptionLineName as e, type PlainTextValue as f, type Color as g, DescriptionLineType as h, type PhysicalProperties as i, type Dimensions as j, DimensionsUnit as k, type ItemTypeItemTypeDataOneOf as l, ItemTypePreset as m, PaymentOptionType as n, type ItemTaxFullDetails as o, provideHandlers as p, type LineItemTaxBreakdown as q, type DigitalFile as r, type SubscriptionTitle as s, type SubscriptionDescription as t, type SubscriptionSettings as u, SubscriptionFrequency as v, type FreeTrialPeriod as w, type BillingAdjustmentPriceSummary as x, type PriceDescription as y, type LocationAndQuantity as z };
@@ -1,5 +1,5 @@
1
- import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-I68Qilb6.mjs';
2
- export { au as Activity, av as ActivityContentOneOf, bm as ActivityType, bw as AdditionalFee, dd as AdditionalFeeAdditionalFeeSource, bx as AdditionalFeeSource, $ as Address, a1 as AddressLocation, ce as AddressWithContact, A as AdjustmentType, d1 as AggregatedTaxBreakdown, _ as ApiAddressWithContact, cr as ApplicableLineItems, cE as ApplicationError, ai as AppliedDiscount, aj as AppliedDiscountDiscountSourceOneOf, cO as AppliedDiscountDiscountType, bo as AttributionSource, aW as AuthorizedPaymentCaptured, aV as AuthorizedPaymentCreated, aX as AuthorizedPaymentVoided, c$ as AutoTaxFallbackCalculationDetails, bv as Balance, bu as BalanceSummary, d8 as BalanceType, B as BillingAdjustment, x as BillingAdjustmentPriceSummary, cx as BuyerInfo, cy as BuyerInfoIdOneOf, cA as CalculationErrors, cB as CalculationErrorsShippingCalculationErrorOneOf, cp as Carrier, cK as CarrierError, cJ as CarrierErrors, ct as CarrierServiceOption, c7 as CatalogOverrideFields, C as CatalogReference, br as ChannelInfo, bs as ChannelType, dt as Charge, bM as ChargeType, bk as ChargebackCreated, bl as ChargebackReversed, bQ as Checkout, g as Color, dx as Context, de as ConversionInfo, al as Coupon, d2 as CreatedBy, d3 as CreatedByIdOneOf, b9 as CreditCardDetails, Y as CurrencyConversionDetails, aw as CustomActivity, bF as CustomAllowedActions, dq as CustomContentReference, bt as CustomField, dp as CustomSettings, co as DeliveryAllocation, a6 as DeliveryLogistics, a7 as DeliveryLogisticsAddressOneOf, ab as DeliveryTimeSlot, c3 as Description, D as DescriptionLine, d as DescriptionLineDescriptionLineValueOneOf, e as DescriptionLineName, h as DescriptionLineType, c as DescriptionLineValueOneOf, cC as Details, cD as DetailsKindOneOf, r as DigitalFile, j as Dimensions, k as DimensionsUnit, ao as DiscountReason, ap as DiscountRule, aq as DiscountRuleName, ak as DiscountType, aC as DraftOrderChangesApplied, K as ExtendedFields, bh as ExternalReceipt, dr as ExternalReference, d0 as FallbackReason, cH as FieldViolation, c5 as FileType, F as FocalPoint, bJ as FormIdentifier, bI as FormInfo, w as FreeTrialPeriod, W as FulfillmentStatus, by as FulfillmentStatusesAggregate, a2 as FullAddressContactDetails, bP as GetPaymentSettingsForCheckoutRequest, du as GetPaymentSettingsForCheckoutResponse, G as GetPaymentSettingsRequest, bN as GetPaymentSettingsResponse, cL as GiftCard, b0 as GiftCardPaymentRefund, b_ as Group, dz as IdentificationData, dA as IdentificationDataIdOneOf, dy as IdentityType, d9 as InvalidMembership, bX as ItemAvailabilityInfo, bY as ItemAvailabilityStatus, as as ItemCombination, at as ItemCombinationLineItem, cb as ItemModifier, o as ItemTaxFullDetails, I as ItemType, l as ItemTypeItemTypeDataOneOf, m as ItemTypePreset, J as JurisdictionType, bR as LineItem, aP as LineItemAmount, aF as LineItemChanges, aK as LineItemDescriptionLineChange, ar as LineItemDiscount, aB as LineItemExchangeData, aL as LineItemModifiersChange, aI as LineItemPriceChange, aJ as LineItemProductNameChange, aG as LineItemQuantityChange, aH as LineItemQuantityChangeType, q as LineItemTaxBreakdown, L as LineItemTaxInfo, bB as Location, z as LocationAndQuantity, aQ as ManagedAdditionalFee, aN as ManagedDiscount, aM as ManagedLineItem, c_ as ManualCalculationReason, d5 as Membership, d6 as MembershipName, d4 as MembershipOptions, d7 as MembershipPaymentCredits, b1 as MembershipPaymentRefund, ax as MerchantComment, am as MerchantDiscount, an as MerchantDiscountMerchantDiscountReasonOneOf, ca as ModifierGroup, bS as MultiCurrencyPrice, dk as NameInLineItem, dj as NameInOther, aA as NewExchangeOrderCreated, O as Order, bG as OrderActionType, bn as OrderActivityTypeEnumActivityType, aD as OrderChange, aE as OrderChangeValueOneOf, az as OrderCreatedFromExchange, a as OrderLineItem, ay as OrderRefunded, bC as OrderSettings, bD as OrderSettingsAllowedActionsOneOf, bE as OrderSettingsEditableByOneOf, ae as OrderStatus, ah as OrderTaxBreakdown, ag as OrderTaxInfo, dm as Other, cw as OtherCharge, bH as OwnerApps, ba as PaymentCanceled, bb as PaymentCanceledPaymentDetailsOneOf, bc as PaymentDeclined, bd as PaymentDeclinedPaymentDetailsOneOf, c8 as PaymentOption, n as PaymentOptionType, b5 as PaymentPending, b6 as PaymentPendingPaymentDetailsOneOf, b3 as PaymentRefundFailed, b2 as PaymentRefunded, bO as PaymentSettings, dw as PaymentSettingsSPIConfig, U as PaymentStatus, i as PhysicalProperties, a9 as PickupAddress, a8 as PickupDetails, cj as PickupDetailsPickupMethod, aa as PickupMethod, f as PlainTextValue, bL as PlatformFee, cd as PlatformFeeChargeType, bK as PlatformFeeSummary, c9 as Policy, b as Price, y as PriceDescription, Z as PriceSummary, P as ProductName, cZ as RateType, be as ReceiptCreated, bf as ReceiptCreatedReceiptInfoOneOf, bi as ReceiptSent, bj as ReceiptSentReceiptInfoOneOf, aY as RefundInitiated, b4 as RefundedAsStoreCredit, aZ as RefundedPayment, a_ as RefundedPaymentKindOneOf, cq as Region, b7 as RegularPayment, b8 as RegularPaymentPaymentMethodDetailsOneOf, a$ as RegularPaymentRefund, cG as RuleType, aU as SavedPaymentMethod, bZ as Scope, c4 as SecuredMedia, cg as SelectedCarrierServiceOption, cm as SelectedCarrierServiceOptionOtherCharge, cl as SelectedCarrierServiceOptionPrices, db as SelectedMembership, da as SelectedMemberships, c6 as ServiceProperties, dg as Severity, cf as ShippingInfo, aT as ShippingInformation, aS as ShippingInformationChange, cu as ShippingOption, ac as ShippingPrice, ad as ShippingRegion, a0 as StreetAddress, ds as SubscriptionCharges, t as SubscriptionDescription, v as SubscriptionFrequency, S as SubscriptionInfo, b$ as SubscriptionOptionInfo, u as SubscriptionSettings, s as SubscriptionTitle, dl as SuggestedFix, cI as SystemError, bA as TagList, bz as Tags, dh as Target, dn as TargetLineItem, di as TargetTargetTypeOneOf, bV as TaxBreakdown, cX as TaxCalculationDetails, cY as TaxCalculationDetailsCalculationDetailsOneOf, bU as TaxRateBreakdown, af as TaxSummary, T as TaxableAddress, E as TaxableAddressTaxableAddressDataOneOf, H as TaxableAddressType, c2 as Title, aR as TotalPriceChange, M as TranslatableString, aO as TranslatedValue, dc as V1AdditionalFee, cM as V1AppliedDiscount, cN as V1AppliedDiscountDiscountSourceOneOf, Q as V1BuyerInfo, R as V1BuyerInfoIdOneOf, cn as V1ChargeType, cP as V1Coupon, bp as V1CreatedBy, bq as V1CreatedByStringOneOf, ch as V1DeliveryLogistics, ck as V1DeliveryTimeSlot, cR as V1DiscountRule, cS as V1DiscountRuleName, c1 as V1FreeTrialPeriod, cU as V1ItemCombination, cV as V1ItemCombinationLineItem, N as V1ItemModifier, bT as V1ItemTaxFullDetails, bW as V1JurisdictionType, cT as V1LineItemDiscount, cQ as V1MerchantDiscount, V as V1ModifierGroup, dv as V1PaymentOption, ci as V1PickupDetails, cc as V1PlatformFee, cz as V1PriceSummary, a5 as V1ShippingInformation, cv as V1ShippingPrice, cs as V1ShippingRegion, c0 as V1SubscriptionSettings, cW as V1TaxSummary, cF as ValidationError, a3 as VatId, a4 as VatType, df as Violation, X as WeightUnit, bg as WixReceipt } from './interfaces-ecommerce-v1-payment-settings-provider.public-I68Qilb6.mjs';
1
+ import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-BnC402Ql.mjs';
2
+ export { au as Activity, av as ActivityContentOneOf, bm as ActivityType, bw as AdditionalFee, de as AdditionalFeeAdditionalFeeSource, bx as AdditionalFeeSource, $ as Address, a1 as AddressLocation, cf as AddressWithContact, A as AdjustmentType, d2 as AggregatedTaxBreakdown, _ as ApiAddressWithContact, cs as ApplicableLineItems, cF as ApplicationError, ai as AppliedDiscount, aj as AppliedDiscountDiscountSourceOneOf, cP as AppliedDiscountDiscountType, bo as AttributionSource, aW as AuthorizedPaymentCaptured, aV as AuthorizedPaymentCreated, aX as AuthorizedPaymentVoided, d0 as AutoTaxFallbackCalculationDetails, bv as Balance, bu as BalanceSummary, d9 as BalanceType, B as BillingAdjustment, x as BillingAdjustmentPriceSummary, cy as BuyerInfo, cz as BuyerInfoIdOneOf, cB as CalculationErrors, cC as CalculationErrorsShippingCalculationErrorOneOf, cq as Carrier, cL as CarrierError, cK as CarrierErrors, cu as CarrierServiceOption, c8 as CatalogOverrideFields, C as CatalogReference, br as ChannelInfo, bs as ChannelType, du as Charge, bN as ChargeType, bk as ChargebackCreated, bl as ChargebackReversed, bR as Checkout, g as Color, dy as Context, df as ConversionInfo, al as Coupon, d3 as CreatedBy, d4 as CreatedByIdOneOf, b9 as CreditCardDetails, Y as CurrencyConversionDetails, aw as CustomActivity, bF as CustomAllowedActions, dr as CustomContentReference, bt as CustomField, dq as CustomSettings, cp as DeliveryAllocation, a6 as DeliveryLogistics, a7 as DeliveryLogisticsAddressOneOf, ab as DeliveryTimeSlot, c4 as Description, D as DescriptionLine, d as DescriptionLineDescriptionLineValueOneOf, e as DescriptionLineName, h as DescriptionLineType, c as DescriptionLineValueOneOf, cD as Details, cE as DetailsKindOneOf, r as DigitalFile, j as Dimensions, k as DimensionsUnit, ao as DiscountReason, ap as DiscountRule, aq as DiscountRuleName, ak as DiscountType, aC as DraftOrderChangesApplied, K as ExtendedFields, bh as ExternalReceipt, ds as ExternalReference, d1 as FallbackReason, cI as FieldViolation, c6 as FileType, F as FocalPoint, bK as FormIdentifier, bJ as FormInfo, w as FreeTrialPeriod, W as FulfillmentStatus, by as FulfillmentStatusesAggregate, a2 as FullAddressContactDetails, bQ as GetPaymentSettingsForCheckoutRequest, dv as GetPaymentSettingsForCheckoutResponse, G as GetPaymentSettingsRequest, bO as GetPaymentSettingsResponse, cM as GiftCard, b0 as GiftCardPaymentRefund, b$ as Group, dA as IdentificationData, dB as IdentificationDataIdOneOf, dz as IdentityType, da as InvalidMembership, bY as ItemAvailabilityInfo, bZ as ItemAvailabilityStatus, as as ItemCombination, at as ItemCombinationLineItem, cc as ItemModifier, o as ItemTaxFullDetails, I as ItemType, l as ItemTypeItemTypeDataOneOf, m as ItemTypePreset, J as JurisdictionType, bS as LineItem, aP as LineItemAmount, aF as LineItemChanges, aK as LineItemDescriptionLineChange, ar as LineItemDiscount, aB as LineItemExchangeData, aL as LineItemModifiersChange, aI as LineItemPriceChange, aJ as LineItemProductNameChange, aG as LineItemQuantityChange, aH as LineItemQuantityChangeType, q as LineItemTaxBreakdown, L as LineItemTaxInfo, bB as Location, z as LocationAndQuantity, aQ as ManagedAdditionalFee, aN as ManagedDiscount, aM as ManagedLineItem, c$ as ManualCalculationReason, d6 as Membership, d7 as MembershipName, d5 as MembershipOptions, d8 as MembershipPaymentCredits, b1 as MembershipPaymentRefund, ax as MerchantComment, am as MerchantDiscount, an as MerchantDiscountMerchantDiscountReasonOneOf, cb as ModifierGroup, bT as MultiCurrencyPrice, dl as NameInLineItem, dk as NameInOther, aA as NewExchangeOrderCreated, O as Order, bG as OrderActionType, bn as OrderActivityTypeEnumActivityType, aD as OrderChange, aE as OrderChangeValueOneOf, az as OrderCreatedFromExchange, a as OrderLineItem, ay as OrderRefunded, bC as OrderSettings, bD as OrderSettingsAllowedActionsOneOf, bE as OrderSettingsEditableByOneOf, ae as OrderStatus, ah as OrderTaxBreakdown, ag as OrderTaxInfo, dn as Other, cx as OtherCharge, bH as OwnerApps, ba as PaymentCanceled, bb as PaymentCanceledPaymentDetailsOneOf, bc as PaymentDeclined, bd as PaymentDeclinedPaymentDetailsOneOf, c9 as PaymentOption, n as PaymentOptionType, b5 as PaymentPending, b6 as PaymentPendingPaymentDetailsOneOf, b3 as PaymentRefundFailed, b2 as PaymentRefunded, bP as PaymentSettings, dx as PaymentSettingsSPIConfig, U as PaymentStatus, i as PhysicalProperties, a9 as PickupAddress, a8 as PickupDetails, ck as PickupDetailsPickupMethod, aa as PickupMethod, f as PlainTextValue, bM as PlatformFee, ce as PlatformFeeChargeType, bL as PlatformFeeSummary, ca as Policy, b as Price, y as PriceDescription, Z as PriceSummary, P as ProductName, c_ as RateType, be as ReceiptCreated, bf as ReceiptCreatedReceiptInfoOneOf, bi as ReceiptSent, bj as ReceiptSentReceiptInfoOneOf, aY as RefundInitiated, b4 as RefundedAsStoreCredit, aZ as RefundedPayment, a_ as RefundedPaymentKindOneOf, cr as Region, b7 as RegularPayment, b8 as RegularPaymentPaymentMethodDetailsOneOf, a$ as RegularPaymentRefund, cH as RuleType, aU as SavedPaymentMethod, b_ as Scope, c5 as SecuredMedia, ch as SelectedCarrierServiceOption, cn as SelectedCarrierServiceOptionOtherCharge, cm as SelectedCarrierServiceOptionPrices, dc as SelectedMembership, db as SelectedMemberships, c7 as ServiceProperties, dh as Severity, cg as ShippingInfo, aT as ShippingInformation, aS as ShippingInformationChange, cv as ShippingOption, ac as ShippingPrice, ad as ShippingRegion, bI as SpecificItemsCouponBehavior, a0 as StreetAddress, dt as SubscriptionCharges, t as SubscriptionDescription, v as SubscriptionFrequency, S as SubscriptionInfo, c0 as SubscriptionOptionInfo, u as SubscriptionSettings, s as SubscriptionTitle, dm as SuggestedFix, cJ as SystemError, bA as TagList, bz as Tags, di as Target, dp as TargetLineItem, dj as TargetTargetTypeOneOf, bW as TaxBreakdown, cY as TaxCalculationDetails, cZ as TaxCalculationDetailsCalculationDetailsOneOf, bV as TaxRateBreakdown, af as TaxSummary, T as TaxableAddress, E as TaxableAddressTaxableAddressDataOneOf, H as TaxableAddressType, c3 as Title, aR as TotalPriceChange, M as TranslatableString, aO as TranslatedValue, dd as V1AdditionalFee, cN as V1AppliedDiscount, cO as V1AppliedDiscountDiscountSourceOneOf, Q as V1BuyerInfo, R as V1BuyerInfoIdOneOf, co as V1ChargeType, cQ as V1Coupon, bp as V1CreatedBy, bq as V1CreatedByStringOneOf, ci as V1DeliveryLogistics, cl as V1DeliveryTimeSlot, cS as V1DiscountRule, cT as V1DiscountRuleName, c2 as V1FreeTrialPeriod, cV as V1ItemCombination, cW as V1ItemCombinationLineItem, N as V1ItemModifier, bU as V1ItemTaxFullDetails, bX as V1JurisdictionType, cU as V1LineItemDiscount, cR as V1MerchantDiscount, V as V1ModifierGroup, dw as V1PaymentOption, cj as V1PickupDetails, cd as V1PlatformFee, cA as V1PriceSummary, a5 as V1ShippingInformation, cw as V1ShippingPrice, ct as V1ShippingRegion, c1 as V1SubscriptionSettings, cX as V1TaxSummary, cG as ValidationError, a3 as VatId, a4 as VatType, dg as Violation, X as WeightUnit, bg as WixReceipt } from './interfaces-ecommerce-v1-payment-settings-provider.public-BnC402Ql.mjs';
3
3
  import { BuildServicePluginDefinition } from '@wix/sdk-types';
4
4
 
5
5
  declare const provideHandlers: BuildServicePluginDefinition<typeof provideHandlers$1> & typeof provideHandlers$1;
@@ -265,6 +265,12 @@ var OrderActionType = /* @__PURE__ */ ((OrderActionType2) => {
265
265
  OrderActionType2["MODIFY_INVENTORY"] = "MODIFY_INVENTORY";
266
266
  return OrderActionType2;
267
267
  })(OrderActionType || {});
268
+ var SpecificItemsCouponBehavior = /* @__PURE__ */ ((SpecificItemsCouponBehavior2) => {
269
+ SpecificItemsCouponBehavior2["UNDEFINED_COUPON_BEHAVIOR"] = "UNDEFINED_COUPON_BEHAVIOR";
270
+ SpecificItemsCouponBehavior2["ITEM_SUBTOTAL_INCLUDES_DISCOUNT"] = "ITEM_SUBTOTAL_INCLUDES_DISCOUNT";
271
+ SpecificItemsCouponBehavior2["LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT"] = "LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT";
272
+ return SpecificItemsCouponBehavior2;
273
+ })(SpecificItemsCouponBehavior || {});
268
274
  var ChargeType = /* @__PURE__ */ ((ChargeType2) => {
269
275
  ChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
270
276
  ChargeType2["PASS_ON"] = "PASS_ON";
@@ -611,6 +617,7 @@ export {
611
617
  RateType,
612
618
  RuleType,
613
619
  Severity,
620
+ SpecificItemsCouponBehavior,
614
621
  SubscriptionFrequency,
615
622
  SuggestedFix,
616
623
  TaxableAddressType,