@wix/auto_sdk_ecom_payment-settings 1.0.129 → 1.0.130
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-BdyL0XzP.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-DjwNomvx.d.ts} +11 -9
- 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-BdyL0XzP.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-DjwNomvx.d.mts} +11 -9
- 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-BdyL0XzP.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-DjwNomvx.d.ts} +11 -9
- 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-BdyL0XzP.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-DjwNomvx.d.mts} +11 -9
- package/package.json +2 -2
|
@@ -4648,7 +4648,7 @@ interface Membership {
|
|
|
4648
4648
|
/** The name of this membership. */
|
|
4649
4649
|
name?: MembershipName;
|
|
4650
4650
|
/**
|
|
4651
|
-
* Deprecated. Use
|
|
4651
|
+
* Deprecated. Use `ExistingMembership.covered_line_items` to see which line items this membership covers.
|
|
4652
4652
|
* @minSize 1
|
|
4653
4653
|
* @maxSize 300
|
|
4654
4654
|
* @minLength 1
|
|
@@ -4656,9 +4656,10 @@ interface Membership {
|
|
|
4656
4656
|
*/
|
|
4657
4657
|
lineItemIds?: string[];
|
|
4658
4658
|
/**
|
|
4659
|
-
* Deprecated.
|
|
4659
|
+
* Deprecated. The new flow no longer exposes raw balances on a membership; what a membership can pay
|
|
4660
|
+
* for is conveyed by `ExistingMembership.covered_line_items` (per-item redemption cost).
|
|
4660
4661
|
* @deprecated
|
|
4661
|
-
* @replacedBy
|
|
4662
|
+
* @replacedBy ExistingMembership.covered_line_items.redemption_cost
|
|
4662
4663
|
* @targetRemovalDate 2026-07-30
|
|
4663
4664
|
*/
|
|
4664
4665
|
credits?: MembershipPaymentCredits;
|
|
@@ -4670,9 +4671,9 @@ interface Membership {
|
|
|
4670
4671
|
*/
|
|
4671
4672
|
expirationDate?: Date | null;
|
|
4672
4673
|
/**
|
|
4673
|
-
* Deprecated. Use `
|
|
4674
|
+
* Deprecated. Use `offering_description`.
|
|
4674
4675
|
* @deprecated
|
|
4675
|
-
* @replacedBy
|
|
4676
|
+
* @replacedBy offering_description
|
|
4676
4677
|
* @targetRemovalDate 2026-07-30
|
|
4677
4678
|
*/
|
|
4678
4679
|
additionalData?: Record<string, any> | null;
|
|
@@ -4705,14 +4706,15 @@ declare enum BalanceType {
|
|
|
4705
4706
|
CREDIT = "CREDIT"
|
|
4706
4707
|
}
|
|
4707
4708
|
/**
|
|
4708
|
-
* A single redeemable benefit
|
|
4709
|
-
*
|
|
4709
|
+
* A single redeemable benefit. A purchasable plan grants one or more benefits (`PurchasablePlan.benefits`);
|
|
4710
|
+
* once the plan is paid, each benefit becomes its own membership (charged via `membership_id`).
|
|
4711
|
+
* (Also present on the deprecated `Membership.benefits`, retained for backward compatibility.)
|
|
4710
4712
|
*/
|
|
4711
4713
|
interface Benefit extends BenefitQuotaOneOf {
|
|
4712
4714
|
limitedQuota?: LimitedQuota;
|
|
4713
4715
|
/**
|
|
4714
|
-
* Identifier for this benefit.
|
|
4715
|
-
* (`LineItemCoverage.benefit_id`) can reference it unambiguously across
|
|
4716
|
+
* Identifier for this benefit. On a `PurchasablePlan` it must be unique within the response so
|
|
4717
|
+
* `coverages` (`LineItemCoverage.benefit_id`) can reference it unambiguously across the plan's benefits.
|
|
4716
4718
|
* @minLength 1
|
|
4717
4719
|
* @maxLength 200
|
|
4718
4720
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-
|
|
2
|
-
export { aA as Activity, aB as ActivityContentOneOf, bs as ActivityType, bD as AdditionalFee, du as AdditionalFeeAdditionalFeeSource, bE as AdditionalFeeSource, a5 as Address, a7 as AddressLocation, co as AddressWithContact, A as AdjustmentType, dc as AggregatedTaxBreakdown, a4 as ApiAddressWithContact, cB as ApplicableLineItems, cO as ApplicationError, ao as AppliedDiscount, ap as AppliedDiscountDiscountSourceOneOf, cZ as AppliedDiscountDiscountType, bu as AttributionSource, b0 as AuthorizedPaymentCaptured, a$ as AuthorizedPaymentCreated, b1 as AuthorizedPaymentVoided, da as AutoTaxFallbackCalculationDetails, bB as Balance, bA as BalanceSummary, dj as BalanceType, dk as Benefit, dl as BenefitQuotaOneOf, y as BillingAdjustment, z as BillingAdjustmentPriceSummary, B as BillingSettings, cH as BuyerInfo, cI as BuyerInfoIdOneOf, cK as CalculationErrors, cL as CalculationErrorsShippingCalculationErrorOneOf, cz as Carrier, cU as CarrierError, cT as CarrierErrors, cD as CarrierServiceOption, bC as CashRounding, ch as CatalogOverrideFields, C as CatalogReference, bx as ChannelInfo, by as ChannelType, dJ as Charge, bU as ChargeType, bq as ChargebackCreated, br as ChargebackReversed, bY as Checkout, g as Color, dN as Context, dv as ConversionInfo, ar as Coupon, dd as CreatedBy, de as CreatedByIdOneOf, bf as CreditCardDetails, a2 as CurrencyConversionDetails, aC as CustomActivity, bM as CustomAllowedActions, dG as CustomContentReference, bz as CustomField, dF as CustomSettings, N as DecimalQuantity, Q as DecimalQuantityUnitOneOf, cy as DeliveryAllocation, ac as DeliveryLogistics, ad as DeliveryLogisticsAddressOneOf, ah as DeliveryTimeSlot, cd as Description, D as DescriptionLine, d as DescriptionLineDescriptionLineValueOneOf, e as DescriptionLineName, h as DescriptionLineType, c as DescriptionLineValueOneOf, cM as Details, cN as DetailsKindOneOf, r as DigitalFile, j as Dimensions, k as DimensionsUnit, au as DiscountReason, av as DiscountRule, aw as DiscountRuleName, aq as DiscountType, aI as DraftOrderChangesApplied, W as ExtendedFields, bn as ExternalReceipt, dH as ExternalReference, db as FallbackReason, cR as FieldViolation, cf as FileType, F as FocalPoint, bR as FormIdentifier, bQ as FormInfo, w as FreeTrialPeriod, a0 as FulfillmentStatus, bF as FulfillmentStatusesAggregate, a8 as FullAddressContactDetails, bX as GetPaymentSettingsForCheckoutRequest, dK as GetPaymentSettingsForCheckoutResponse, G as GetPaymentSettingsRequest, bV as GetPaymentSettingsResponse, cW as GiftCard, cV as GiftCardCalculationError, b6 as GiftCardPaymentRefund, c6 as Group, dP as IdentificationData, dQ as IdentificationDataIdOneOf, dO as IdentityType, dq as InvalidMembership, c3 as ItemAvailabilityInfo, c4 as ItemAvailabilityStatus, ay as ItemCombination, az as ItemCombinationLineItem, cl as ItemModifier, o as ItemTaxFullDetails, I as ItemType, l as ItemTypeItemTypeDataOneOf, m as ItemTypePreset, J as JurisdictionType, dn as LimitedQuota, dp as LimitedQuotaType, bZ as LineItem, aV as LineItemAmount, aL as LineItemChanges, aQ as LineItemDescriptionLineChange, ax as LineItemDiscount, aH as LineItemExchangeData, aR as LineItemModifiersChange, aO as LineItemPriceChange, aP as LineItemProductNameChange, aM as LineItemQuantityChange, aN as LineItemQuantityChangeType, q as LineItemTaxBreakdown, L as LineItemTaxInfo, bI as Location, H as LocationAndQuantity, aW as ManagedAdditionalFee, aT as ManagedDiscount, aS as ManagedLineItem, d9 as ManualCalculationReason, V as MeasurementUnit, dg as Membership, dh as MembershipName, df as MembershipOptions, di as MembershipPaymentCredits, b7 as MembershipPaymentRefund, aD as MerchantComment, as as MerchantDiscount, at as MerchantDiscountMerchantDiscountReasonOneOf, ck as ModifierGroup, b_ as MultiCurrencyPrice, dB as NameInLineItem, dA as NameInOther, aG as NewExchangeOrderCreated, O as Order, bN as OrderActionType, bt as OrderActivityTypeEnumActivityType, aJ as OrderChange, aK as OrderChangeValueOneOf, aF as OrderCreatedFromExchange, a as OrderLineItem, aE as OrderRefunded, bJ as OrderSettings, bK as OrderSettingsAllowedActionsOneOf, bL as OrderSettingsEditableByOneOf, ak as OrderStatus, an as OrderTaxBreakdown, am as OrderTaxInfo, dD as Other, cG as OtherCharge, bO as OwnerApps, bg as PaymentCanceled, bh as PaymentCanceledPaymentDetailsOneOf, bi as PaymentDeclined, bj as PaymentDeclinedPaymentDetailsOneOf, ci as PaymentOption, n as PaymentOptionType, bb as PaymentPending, bc as PaymentPendingPaymentDetailsOneOf, b9 as PaymentRefundFailed, b8 as PaymentRefunded, bW as PaymentSettings, dM as PaymentSettingsSPIConfig, $ as PaymentStatus, i as PhysicalProperties, af as PickupAddress, ae as PickupDetails, ct as PickupDetailsPickupMethod, ag as PickupMethod, f as PlainTextValue, bT as PlatformFee, cn as PlatformFeeChargeType, bS as PlatformFeeSummary, cj as Policy, b as Price, E as PriceDescription, a3 as PriceSummary, P as ProductName, x as ProductPeriodAlignment, dm as QuotaType, d8 as RateType, bk as ReceiptCreated, bl as ReceiptCreatedReceiptInfoOneOf, bo as ReceiptSent, bp as ReceiptSentReceiptInfoOneOf, b2 as RefundInitiated, ba as RefundedAsStoreCredit, b3 as RefundedPayment, b4 as RefundedPaymentKindOneOf, cA as Region, bd as RegularPayment, be as RegularPaymentPaymentMethodDetailsOneOf, b5 as RegularPaymentRefund, R as RestockLocation, cQ as RuleType, a_ as SavedPaymentMethod, c5 as Scope, ce as SecuredMedia, cq as SelectedCarrierServiceOption, cw as SelectedCarrierServiceOptionOtherCharge, cv as SelectedCarrierServiceOptionPrices, ds as SelectedMembership, dr as SelectedMemberships, cg as ServiceProperties, dx as Severity, cp as ShippingInfo, aZ as ShippingInformation, aY as ShippingInformationChange, cE as ShippingOption, ai as ShippingPrice, aj as ShippingRegion, bP as SpecificItemsCouponBehavior, a6 as StreetAddress, dI as SubscriptionCharges, t as SubscriptionDescription, v as SubscriptionFrequency, S as SubscriptionInfo, c7 as SubscriptionOptionInfo, u as SubscriptionSettings, cb as SubscriptionSettingsProductPeriodAlignment, s as SubscriptionTitle, dC as SuggestedFix, cS as SystemError, bH as TagList, bG as Tags, dy as Target, dE as TargetLineItem, dz as TargetTargetTypeOneOf, c1 as TaxBreakdown, d6 as TaxCalculationDetails, d7 as TaxCalculationDetailsCalculationDetailsOneOf, c0 as TaxRateBreakdown, al as TaxSummary, T as TaxableAddress, K as TaxableAddressTaxableAddressDataOneOf, M as TaxableAddressType, cc as Title, aX as TotalPriceChange, U as TranslatableString, aU as TranslatedValue, dt as V1AdditionalFee, cX as V1AppliedDiscount, cY as V1AppliedDiscountDiscountSourceOneOf, ca as V1BillingSettings, Z as V1BuyerInfo, _ as V1BuyerInfoIdOneOf, cx as V1ChargeType, c_ as V1Coupon, bv as V1CreatedBy, bw as V1CreatedByStringOneOf, cr as V1DeliveryLogistics, cu as V1DeliveryTimeSlot, d0 as V1DiscountRule, d1 as V1DiscountRuleName, c9 as V1FreeTrialPeriod, d3 as V1ItemCombination, d4 as V1ItemCombinationLineItem, Y as V1ItemModifier, b$ as V1ItemTaxFullDetails, c2 as V1JurisdictionType, d2 as V1LineItemDiscount, c$ as V1MerchantDiscount, X as V1ModifierGroup, dL as V1PaymentOption, cs as V1PickupDetails, cm as V1PlatformFee, cJ as V1PriceSummary, ab as V1ShippingInformation, cF as V1ShippingPrice, cC as V1ShippingRegion, c8 as V1SubscriptionSettings, d5 as V1TaxSummary, cP as ValidationError, a9 as VatId, aa as VatType, dw as Violation, a1 as WeightUnit, bm as WixReceipt } from './interfaces-ecommerce-v1-payment-settings-provider.public-
|
|
1
|
+
import { p as provideHandlers$1 } from './interfaces-ecommerce-v1-payment-settings-provider.public-DjwNomvx.js';
|
|
2
|
+
export { aA as Activity, aB as ActivityContentOneOf, bs as ActivityType, bD as AdditionalFee, du as AdditionalFeeAdditionalFeeSource, bE as AdditionalFeeSource, a5 as Address, a7 as AddressLocation, co as AddressWithContact, A as AdjustmentType, dc as AggregatedTaxBreakdown, a4 as ApiAddressWithContact, cB as ApplicableLineItems, cO as ApplicationError, ao as AppliedDiscount, ap as AppliedDiscountDiscountSourceOneOf, cZ as AppliedDiscountDiscountType, bu as AttributionSource, b0 as AuthorizedPaymentCaptured, a$ as AuthorizedPaymentCreated, b1 as AuthorizedPaymentVoided, da as AutoTaxFallbackCalculationDetails, bB as Balance, bA as BalanceSummary, dj as BalanceType, dk as Benefit, dl as BenefitQuotaOneOf, y as BillingAdjustment, z as BillingAdjustmentPriceSummary, B as BillingSettings, cH as BuyerInfo, cI as BuyerInfoIdOneOf, cK as CalculationErrors, cL as CalculationErrorsShippingCalculationErrorOneOf, cz as Carrier, cU as CarrierError, cT as CarrierErrors, cD as CarrierServiceOption, bC as CashRounding, ch as CatalogOverrideFields, C as CatalogReference, bx as ChannelInfo, by as ChannelType, dJ as Charge, bU as ChargeType, bq as ChargebackCreated, br as ChargebackReversed, bY as Checkout, g as Color, dN as Context, dv as ConversionInfo, ar as Coupon, dd as CreatedBy, de as CreatedByIdOneOf, bf as CreditCardDetails, a2 as CurrencyConversionDetails, aC as CustomActivity, bM as CustomAllowedActions, dG as CustomContentReference, bz as CustomField, dF as CustomSettings, N as DecimalQuantity, Q as DecimalQuantityUnitOneOf, cy as DeliveryAllocation, ac as DeliveryLogistics, ad as DeliveryLogisticsAddressOneOf, ah as DeliveryTimeSlot, cd as Description, D as DescriptionLine, d as DescriptionLineDescriptionLineValueOneOf, e as DescriptionLineName, h as DescriptionLineType, c as DescriptionLineValueOneOf, cM as Details, cN as DetailsKindOneOf, r as DigitalFile, j as Dimensions, k as DimensionsUnit, au as DiscountReason, av as DiscountRule, aw as DiscountRuleName, aq as DiscountType, aI as DraftOrderChangesApplied, W as ExtendedFields, bn as ExternalReceipt, dH as ExternalReference, db as FallbackReason, cR as FieldViolation, cf as FileType, F as FocalPoint, bR as FormIdentifier, bQ as FormInfo, w as FreeTrialPeriod, a0 as FulfillmentStatus, bF as FulfillmentStatusesAggregate, a8 as FullAddressContactDetails, bX as GetPaymentSettingsForCheckoutRequest, dK as GetPaymentSettingsForCheckoutResponse, G as GetPaymentSettingsRequest, bV as GetPaymentSettingsResponse, cW as GiftCard, cV as GiftCardCalculationError, b6 as GiftCardPaymentRefund, c6 as Group, dP as IdentificationData, dQ as IdentificationDataIdOneOf, dO as IdentityType, dq as InvalidMembership, c3 as ItemAvailabilityInfo, c4 as ItemAvailabilityStatus, ay as ItemCombination, az as ItemCombinationLineItem, cl as ItemModifier, o as ItemTaxFullDetails, I as ItemType, l as ItemTypeItemTypeDataOneOf, m as ItemTypePreset, J as JurisdictionType, dn as LimitedQuota, dp as LimitedQuotaType, bZ as LineItem, aV as LineItemAmount, aL as LineItemChanges, aQ as LineItemDescriptionLineChange, ax as LineItemDiscount, aH as LineItemExchangeData, aR as LineItemModifiersChange, aO as LineItemPriceChange, aP as LineItemProductNameChange, aM as LineItemQuantityChange, aN as LineItemQuantityChangeType, q as LineItemTaxBreakdown, L as LineItemTaxInfo, bI as Location, H as LocationAndQuantity, aW as ManagedAdditionalFee, aT as ManagedDiscount, aS as ManagedLineItem, d9 as ManualCalculationReason, V as MeasurementUnit, dg as Membership, dh as MembershipName, df as MembershipOptions, di as MembershipPaymentCredits, b7 as MembershipPaymentRefund, aD as MerchantComment, as as MerchantDiscount, at as MerchantDiscountMerchantDiscountReasonOneOf, ck as ModifierGroup, b_ as MultiCurrencyPrice, dB as NameInLineItem, dA as NameInOther, aG as NewExchangeOrderCreated, O as Order, bN as OrderActionType, bt as OrderActivityTypeEnumActivityType, aJ as OrderChange, aK as OrderChangeValueOneOf, aF as OrderCreatedFromExchange, a as OrderLineItem, aE as OrderRefunded, bJ as OrderSettings, bK as OrderSettingsAllowedActionsOneOf, bL as OrderSettingsEditableByOneOf, ak as OrderStatus, an as OrderTaxBreakdown, am as OrderTaxInfo, dD as Other, cG as OtherCharge, bO as OwnerApps, bg as PaymentCanceled, bh as PaymentCanceledPaymentDetailsOneOf, bi as PaymentDeclined, bj as PaymentDeclinedPaymentDetailsOneOf, ci as PaymentOption, n as PaymentOptionType, bb as PaymentPending, bc as PaymentPendingPaymentDetailsOneOf, b9 as PaymentRefundFailed, b8 as PaymentRefunded, bW as PaymentSettings, dM as PaymentSettingsSPIConfig, $ as PaymentStatus, i as PhysicalProperties, af as PickupAddress, ae as PickupDetails, ct as PickupDetailsPickupMethod, ag as PickupMethod, f as PlainTextValue, bT as PlatformFee, cn as PlatformFeeChargeType, bS as PlatformFeeSummary, cj as Policy, b as Price, E as PriceDescription, a3 as PriceSummary, P as ProductName, x as ProductPeriodAlignment, dm as QuotaType, d8 as RateType, bk as ReceiptCreated, bl as ReceiptCreatedReceiptInfoOneOf, bo as ReceiptSent, bp as ReceiptSentReceiptInfoOneOf, b2 as RefundInitiated, ba as RefundedAsStoreCredit, b3 as RefundedPayment, b4 as RefundedPaymentKindOneOf, cA as Region, bd as RegularPayment, be as RegularPaymentPaymentMethodDetailsOneOf, b5 as RegularPaymentRefund, R as RestockLocation, cQ as RuleType, a_ as SavedPaymentMethod, c5 as Scope, ce as SecuredMedia, cq as SelectedCarrierServiceOption, cw as SelectedCarrierServiceOptionOtherCharge, cv as SelectedCarrierServiceOptionPrices, ds as SelectedMembership, dr as SelectedMemberships, cg as ServiceProperties, dx as Severity, cp as ShippingInfo, aZ as ShippingInformation, aY as ShippingInformationChange, cE as ShippingOption, ai as ShippingPrice, aj as ShippingRegion, bP as SpecificItemsCouponBehavior, a6 as StreetAddress, dI as SubscriptionCharges, t as SubscriptionDescription, v as SubscriptionFrequency, S as SubscriptionInfo, c7 as SubscriptionOptionInfo, u as SubscriptionSettings, cb as SubscriptionSettingsProductPeriodAlignment, s as SubscriptionTitle, dC as SuggestedFix, cS as SystemError, bH as TagList, bG as Tags, dy as Target, dE as TargetLineItem, dz as TargetTargetTypeOneOf, c1 as TaxBreakdown, d6 as TaxCalculationDetails, d7 as TaxCalculationDetailsCalculationDetailsOneOf, c0 as TaxRateBreakdown, al as TaxSummary, T as TaxableAddress, K as TaxableAddressTaxableAddressDataOneOf, M as TaxableAddressType, cc as Title, aX as TotalPriceChange, U as TranslatableString, aU as TranslatedValue, dt as V1AdditionalFee, cX as V1AppliedDiscount, cY as V1AppliedDiscountDiscountSourceOneOf, ca as V1BillingSettings, Z as V1BuyerInfo, _ as V1BuyerInfoIdOneOf, cx as V1ChargeType, c_ as V1Coupon, bv as V1CreatedBy, bw as V1CreatedByStringOneOf, cr as V1DeliveryLogistics, cu as V1DeliveryTimeSlot, d0 as V1DiscountRule, d1 as V1DiscountRuleName, c9 as V1FreeTrialPeriod, d3 as V1ItemCombination, d4 as V1ItemCombinationLineItem, Y as V1ItemModifier, b$ as V1ItemTaxFullDetails, c2 as V1JurisdictionType, d2 as V1LineItemDiscount, c$ as V1MerchantDiscount, X as V1ModifierGroup, dL as V1PaymentOption, cs as V1PickupDetails, cm as V1PlatformFee, cJ as V1PriceSummary, ab as V1ShippingInformation, cF as V1ShippingPrice, cC as V1ShippingRegion, c8 as V1SubscriptionSettings, d5 as V1TaxSummary, cP as ValidationError, a9 as VatId, aa as VatType, dw as Violation, a1 as WeightUnit, bm as WixReceipt } from './interfaces-ecommerce-v1-payment-settings-provider.public-DjwNomvx.js';
|
|
3
3
|
import { BuildServicePluginDefinition } from '@wix/sdk-types';
|
|
4
4
|
|
|
5
5
|
declare const provideHandlers: BuildServicePluginDefinition<typeof provideHandlers$1> & typeof provideHandlers$1;
|