@wix/auto_sdk_ecom_payment-settings 1.0.131 → 1.0.133

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 +0 -14
  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 +0 -14
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-BBbf4BZw.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-DCOjs1TN.d.ts} +15 -54
  8. package/build/es/index.d.mts +2 -2
  9. package/build/es/index.mjs +0 -12
  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 +0 -12
  13. package/build/es/index.typings.mjs.map +1 -1
  14. package/build/es/{interfaces-ecommerce-v1-payment-settings-provider.public-BBbf4BZw.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-DCOjs1TN.d.mts} +15 -54
  15. package/build/internal/cjs/index.d.ts +2 -2
  16. package/build/internal/cjs/index.js +0 -14
  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 +0 -14
  20. package/build/internal/cjs/index.typings.js.map +1 -1
  21. package/build/internal/cjs/{interfaces-ecommerce-v1-payment-settings-provider.public-BBbf4BZw.d.ts → interfaces-ecommerce-v1-payment-settings-provider.public-DCOjs1TN.d.ts} +15 -54
  22. package/build/internal/es/index.d.mts +2 -2
  23. package/build/internal/es/index.mjs +0 -12
  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 +0 -12
  27. package/build/internal/es/index.typings.mjs.map +1 -1
  28. package/build/internal/es/{interfaces-ecommerce-v1-payment-settings-provider.public-BBbf4BZw.d.mts → interfaces-ecommerce-v1-payment-settings-provider.public-DCOjs1TN.d.mts} +15 -54
  29. package/package.json +2 -2
@@ -185,6 +185,20 @@ interface Order {
185
185
  payAfterFreeTrial?: PriceSummary;
186
186
  /** Summary of platform fees for this order, including totals by charge type and a breakdown of individual fees. */
187
187
  platformFeeSummary?: PlatformFeeSummary;
188
+ /**
189
+ * Whether the order was imported from an external system using the Order Import API.
190
+ *
191
+ * When `true`, the order originated outside of Wix (for example, during a migration from another
192
+ * eCommerce platform) rather than being placed through the Wix checkout flow or created manually.
193
+ * Imported orders trigger the dedicated `OrderImported` and `ImportedOrderDeleted` domain events.
194
+ *
195
+ * Set automatically at import time and cannot be changed afterwards.
196
+ *
197
+ * Default: `false`
198
+ * @readonly
199
+ * @immutable
200
+ */
201
+ imported?: boolean;
188
202
  }
189
203
  interface OrderLineItem {
190
204
  /**
@@ -4699,59 +4713,6 @@ declare enum BalanceType {
4699
4713
  /** Balance is measured in a currency-like value (e.g., points). */
4700
4714
  CREDIT = "CREDIT"
4701
4715
  }
4702
- /**
4703
- * A single redeemable benefit. A purchasable plan grants one or more benefits (`PurchasablePlan.benefits`);
4704
- * once the plan is paid, each benefit becomes its own membership (charged via `membership_id`).
4705
- * (Also present on the deprecated `Membership.benefits`, retained for backward compatibility.)
4706
- */
4707
- interface Benefit extends BenefitQuotaOneOf {
4708
- limitedQuota?: LimitedQuota;
4709
- /**
4710
- * Identifier for this benefit. On a `PurchasablePlan` it must be unique within the response so
4711
- * `coverages` (`LineItemCoverage.benefit_id`) can reference it unambiguously across the plan's benefits.
4712
- * @minLength 1
4713
- * @maxLength 200
4714
- */
4715
- benefitId?: string;
4716
- /**
4717
- * Human-readable label for this benefit (for example, "Manicure" or "Pedicure" on multi-set punchcards).
4718
- * @maxLength 200
4719
- */
4720
- label?: string | null;
4721
- /**
4722
- * The kind of quota this benefit grants: a countable amount drawn down on redemption (`LIMITED`),
4723
- * or an unbounded amount that is never drawn down (`UNLIMITED`).
4724
- */
4725
- quotaType?: QuotaType;
4726
- }
4727
- /** @oneof */
4728
- interface BenefitQuotaOneOf {
4729
- limitedQuota?: LimitedQuota;
4730
- }
4731
- declare enum QuotaType {
4732
- /** The benefit grants a countable quota that is drawn down on redemption. */
4733
- LIMITED = "LIMITED",
4734
- /** The benefit is unlimited (unbounded) and is never drawn down. */
4735
- UNLIMITED = "UNLIMITED"
4736
- }
4737
- /** A limited, countable redeemable amount. */
4738
- interface LimitedQuota {
4739
- /**
4740
- * The quota's initial value.
4741
- * @min 1
4742
- */
4743
- total?: number;
4744
- /** The quota's remaining value. */
4745
- remaining?: number;
4746
- /** How the quota is measured. */
4747
- limitedQuotaType?: LimitedQuotaType;
4748
- }
4749
- declare enum LimitedQuotaType {
4750
- /** Quota is measured in discrete uses (e.g., sessions, visits). */
4751
- PUNCH_CARD = "PUNCH_CARD",
4752
- /** Quota is measured in a currency-like value (e.g., points). */
4753
- CREDIT = "CREDIT"
4754
- }
4755
4716
  interface InvalidMembership {
4756
4717
  /** Membership details. */
4757
4718
  membership?: Membership;
@@ -5145,4 +5106,4 @@ declare const provideHandlers: ServicePluginDefinition<{
5145
5106
  getPaymentSettingsForCheckout(payload: GetPaymentSettingsForCheckoutEnvelope): GetPaymentSettingsForCheckoutResponse | Promise<GetPaymentSettingsForCheckoutResponse>;
5146
5107
  }>;
5147
5108
 
5148
- export { PaymentStatus as $, AdjustmentType as A, type BillingSettings as B, type CatalogReference as C, type DescriptionLine as D, type PriceDescription as E, type FocalPoint as F, type GetPaymentSettingsRequest as G, type LocationAndQuantity as H, type ItemType as I, JurisdictionType as J, type TaxableAddressTaxableAddressDataOneOf as K, type LineItemTaxInfo as L, TaxableAddressType as M, type DecimalQuantity as N, type Order as O, type ProductName as P, type DecimalQuantityUnitOneOf as Q, type RestockLocation as R, type SubscriptionInfo as S, type TaxableAddress as T, type TranslatableString as U, MeasurementUnit as V, type ExtendedFields as W, type V1ModifierGroup as X, type V1ItemModifier as Y, type V1BuyerInfo as Z, type V1BuyerInfoIdOneOf as _, type OrderLineItem as a, type AuthorizedPaymentCreated as a$, FulfillmentStatus as a0, WeightUnit as a1, type CurrencyConversionDetails as a2, type PriceSummary as a3, type ApiAddressWithContact as a4, type Address as a5, type StreetAddress as a6, type AddressLocation as a7, type FullAddressContactDetails as a8, type VatId as a9, type Activity as aA, type ActivityContentOneOf as aB, type CustomActivity as aC, type MerchantComment as aD, type OrderRefunded as aE, type OrderCreatedFromExchange as aF, type NewExchangeOrderCreated as aG, type LineItemExchangeData as aH, type DraftOrderChangesApplied as aI, type OrderChange as aJ, type OrderChangeValueOneOf as aK, type LineItemChanges as aL, type LineItemQuantityChange as aM, LineItemQuantityChangeType as aN, type LineItemPriceChange as aO, type LineItemProductNameChange as aP, type LineItemDescriptionLineChange as aQ, type LineItemModifiersChange as aR, type ManagedLineItem as aS, type ManagedDiscount as aT, type TranslatedValue as aU, type LineItemAmount as aV, type ManagedAdditionalFee as aW, type TotalPriceChange as aX, type ShippingInformationChange as aY, type ShippingInformation as aZ, type SavedPaymentMethod as a_, VatType as aa, type V1ShippingInformation as ab, type DeliveryLogistics as ac, type DeliveryLogisticsAddressOneOf as ad, type PickupDetails as ae, type PickupAddress as af, PickupMethod as ag, type DeliveryTimeSlot as ah, type ShippingPrice as ai, type ShippingRegion as aj, OrderStatus as ak, type TaxSummary as al, type OrderTaxInfo as am, type OrderTaxBreakdown as an, type AppliedDiscount as ao, type AppliedDiscountDiscountSourceOneOf as ap, DiscountType as aq, type Coupon as ar, type MerchantDiscount as as, type MerchantDiscountMerchantDiscountReasonOneOf as at, DiscountReason as au, type DiscountRule as av, type DiscountRuleName as aw, type LineItemDiscount as ax, type ItemCombination as ay, type ItemCombinationLineItem as az, type Price as b, type V1ItemTaxFullDetails as b$, type AuthorizedPaymentCaptured as b0, type AuthorizedPaymentVoided as b1, type RefundInitiated as b2, type RefundedPayment as b3, type RefundedPaymentKindOneOf as b4, type RegularPaymentRefund as b5, type GiftCardPaymentRefund as b6, type MembershipPaymentRefund as b7, type PaymentRefunded as b8, type PaymentRefundFailed as b9, type BalanceSummary as bA, type Balance as bB, type CashRounding as bC, type AdditionalFee as bD, AdditionalFeeSource as bE, type FulfillmentStatusesAggregate as bF, type Tags as bG, type TagList as bH, type Location as bI, type OrderSettings as bJ, type OrderSettingsAllowedActionsOneOf as bK, type OrderSettingsEditableByOneOf as bL, type CustomAllowedActions as bM, OrderActionType as bN, type OwnerApps as bO, SpecificItemsCouponBehavior as bP, type FormInfo as bQ, type FormIdentifier as bR, type PlatformFeeSummary as bS, type PlatformFee as bT, ChargeType as bU, type GetPaymentSettingsResponse as bV, type PaymentSettings as bW, type GetPaymentSettingsForCheckoutRequest as bX, type Checkout as bY, type LineItem as bZ, type MultiCurrencyPrice as b_, type RefundedAsStoreCredit as ba, type PaymentPending as bb, type PaymentPendingPaymentDetailsOneOf as bc, type RegularPayment as bd, type RegularPaymentPaymentMethodDetailsOneOf as be, type CreditCardDetails as bf, type PaymentCanceled as bg, type PaymentCanceledPaymentDetailsOneOf as bh, type PaymentDeclined as bi, type PaymentDeclinedPaymentDetailsOneOf as bj, type ReceiptCreated as bk, type ReceiptCreatedReceiptInfoOneOf as bl, type WixReceipt as bm, type ExternalReceipt as bn, type ReceiptSent as bo, type ReceiptSentReceiptInfoOneOf as bp, type ChargebackCreated as bq, type ChargebackReversed as br, ActivityType as bs, OrderActivityTypeEnumActivityType as bt, AttributionSource as bu, type V1CreatedBy as bv, type V1CreatedByStringOneOf as bw, type ChannelInfo as bx, ChannelType as by, type CustomField as bz, type DescriptionLineValueOneOf as c, type V1MerchantDiscount as c$, type TaxRateBreakdown as c0, type TaxBreakdown as c1, V1JurisdictionType as c2, type ItemAvailabilityInfo as c3, ItemAvailabilityStatus as c4, type Scope as c5, type Group as c6, type SubscriptionOptionInfo as c7, type V1SubscriptionSettings as c8, type V1FreeTrialPeriod as c9, type Region as cA, type ApplicableLineItems as cB, type V1ShippingRegion as cC, type CarrierServiceOption as cD, type ShippingOption as cE, type V1ShippingPrice as cF, type OtherCharge as cG, type BuyerInfo as cH, type BuyerInfoIdOneOf as cI, type V1PriceSummary as cJ, type CalculationErrors as cK, type CalculationErrorsShippingCalculationErrorOneOf as cL, type Details as cM, type DetailsKindOneOf as cN, type ApplicationError as cO, type ValidationError as cP, RuleType as cQ, type FieldViolation as cR, type SystemError as cS, type CarrierErrors as cT, type CarrierError as cU, type GiftCardCalculationError as cV, type GiftCard as cW, type V1AppliedDiscount as cX, type V1AppliedDiscountDiscountSourceOneOf as cY, AppliedDiscountDiscountType as cZ, type V1Coupon as c_, type V1BillingSettings as ca, SubscriptionSettingsProductPeriodAlignment as cb, type Title as cc, type Description as cd, type SecuredMedia as ce, FileType as cf, type ServiceProperties as cg, type CatalogOverrideFields as ch, type PaymentOption as ci, type Policy as cj, type ModifierGroup as ck, type ItemModifier as cl, type V1PlatformFee as cm, PlatformFeeChargeType as cn, type AddressWithContact as co, type ShippingInfo as cp, type SelectedCarrierServiceOption as cq, type V1DeliveryLogistics as cr, type V1PickupDetails as cs, PickupDetailsPickupMethod as ct, type V1DeliveryTimeSlot as cu, type SelectedCarrierServiceOptionPrices as cv, type SelectedCarrierServiceOptionOtherCharge as cw, V1ChargeType as cx, type DeliveryAllocation as cy, type Carrier as cz, type DescriptionLineDescriptionLineValueOneOf as d, type V1DiscountRule as d0, type V1DiscountRuleName as d1, type V1LineItemDiscount as d2, type V1ItemCombination as d3, type V1ItemCombinationLineItem as d4, type V1TaxSummary as d5, type TaxCalculationDetails as d6, type TaxCalculationDetailsCalculationDetailsOneOf as d7, RateType as d8, ManualCalculationReason as d9, NameInOther as dA, NameInLineItem as dB, SuggestedFix as dC, type Other as dD, type TargetLineItem as dE, type CustomSettings as dF, type CustomContentReference as dG, type ExternalReference as dH, type SubscriptionCharges as dI, type Charge as dJ, type GetPaymentSettingsForCheckoutResponse as dK, V1PaymentOption as dL, type PaymentSettingsSPIConfig as dM, type Context as dN, IdentityType as dO, type IdentificationData as dP, type IdentificationDataIdOneOf as dQ, type GetPaymentSettingsEnvelope as dR, type GetPaymentSettingsForCheckoutEnvelope as dS, type AutoTaxFallbackCalculationDetails as da, FallbackReason as db, type AggregatedTaxBreakdown as dc, type CreatedBy as dd, type CreatedByIdOneOf as de, type MembershipOptions as df, type Membership as dg, type MembershipName as dh, type MembershipPaymentCredits as di, BalanceType as dj, type Benefit as dk, type BenefitQuotaOneOf as dl, QuotaType as dm, type LimitedQuota as dn, LimitedQuotaType as dp, type InvalidMembership as dq, type SelectedMemberships as dr, type SelectedMembership as ds, type V1AdditionalFee as dt, AdditionalFeeAdditionalFeeSource as du, type ConversionInfo as dv, type Violation as dw, Severity as dx, type Target as dy, type TargetTargetTypeOneOf 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, ProductPeriodAlignment as x, type BillingAdjustment as y, type BillingAdjustmentPriceSummary as z };
5109
+ export { PaymentStatus as $, AdjustmentType as A, type BillingSettings as B, type CatalogReference as C, type DescriptionLine as D, type PriceDescription as E, type FocalPoint as F, type GetPaymentSettingsRequest as G, type LocationAndQuantity as H, type ItemType as I, JurisdictionType as J, type TaxableAddressTaxableAddressDataOneOf as K, type LineItemTaxInfo as L, TaxableAddressType as M, type DecimalQuantity as N, type Order as O, type ProductName as P, type DecimalQuantityUnitOneOf as Q, type RestockLocation as R, type SubscriptionInfo as S, type TaxableAddress as T, type TranslatableString as U, MeasurementUnit as V, type ExtendedFields as W, type V1ModifierGroup as X, type V1ItemModifier as Y, type V1BuyerInfo as Z, type V1BuyerInfoIdOneOf as _, type OrderLineItem as a, type AuthorizedPaymentCreated as a$, FulfillmentStatus as a0, WeightUnit as a1, type CurrencyConversionDetails as a2, type PriceSummary as a3, type ApiAddressWithContact as a4, type Address as a5, type StreetAddress as a6, type AddressLocation as a7, type FullAddressContactDetails as a8, type VatId as a9, type Activity as aA, type ActivityContentOneOf as aB, type CustomActivity as aC, type MerchantComment as aD, type OrderRefunded as aE, type OrderCreatedFromExchange as aF, type NewExchangeOrderCreated as aG, type LineItemExchangeData as aH, type DraftOrderChangesApplied as aI, type OrderChange as aJ, type OrderChangeValueOneOf as aK, type LineItemChanges as aL, type LineItemQuantityChange as aM, LineItemQuantityChangeType as aN, type LineItemPriceChange as aO, type LineItemProductNameChange as aP, type LineItemDescriptionLineChange as aQ, type LineItemModifiersChange as aR, type ManagedLineItem as aS, type ManagedDiscount as aT, type TranslatedValue as aU, type LineItemAmount as aV, type ManagedAdditionalFee as aW, type TotalPriceChange as aX, type ShippingInformationChange as aY, type ShippingInformation as aZ, type SavedPaymentMethod as a_, VatType as aa, type V1ShippingInformation as ab, type DeliveryLogistics as ac, type DeliveryLogisticsAddressOneOf as ad, type PickupDetails as ae, type PickupAddress as af, PickupMethod as ag, type DeliveryTimeSlot as ah, type ShippingPrice as ai, type ShippingRegion as aj, OrderStatus as ak, type TaxSummary as al, type OrderTaxInfo as am, type OrderTaxBreakdown as an, type AppliedDiscount as ao, type AppliedDiscountDiscountSourceOneOf as ap, DiscountType as aq, type Coupon as ar, type MerchantDiscount as as, type MerchantDiscountMerchantDiscountReasonOneOf as at, DiscountReason as au, type DiscountRule as av, type DiscountRuleName as aw, type LineItemDiscount as ax, type ItemCombination as ay, type ItemCombinationLineItem as az, type Price as b, type V1ItemTaxFullDetails as b$, type AuthorizedPaymentCaptured as b0, type AuthorizedPaymentVoided as b1, type RefundInitiated as b2, type RefundedPayment as b3, type RefundedPaymentKindOneOf as b4, type RegularPaymentRefund as b5, type GiftCardPaymentRefund as b6, type MembershipPaymentRefund as b7, type PaymentRefunded as b8, type PaymentRefundFailed as b9, type BalanceSummary as bA, type Balance as bB, type CashRounding as bC, type AdditionalFee as bD, AdditionalFeeSource as bE, type FulfillmentStatusesAggregate as bF, type Tags as bG, type TagList as bH, type Location as bI, type OrderSettings as bJ, type OrderSettingsAllowedActionsOneOf as bK, type OrderSettingsEditableByOneOf as bL, type CustomAllowedActions as bM, OrderActionType as bN, type OwnerApps as bO, SpecificItemsCouponBehavior as bP, type FormInfo as bQ, type FormIdentifier as bR, type PlatformFeeSummary as bS, type PlatformFee as bT, ChargeType as bU, type GetPaymentSettingsResponse as bV, type PaymentSettings as bW, type GetPaymentSettingsForCheckoutRequest as bX, type Checkout as bY, type LineItem as bZ, type MultiCurrencyPrice as b_, type RefundedAsStoreCredit as ba, type PaymentPending as bb, type PaymentPendingPaymentDetailsOneOf as bc, type RegularPayment as bd, type RegularPaymentPaymentMethodDetailsOneOf as be, type CreditCardDetails as bf, type PaymentCanceled as bg, type PaymentCanceledPaymentDetailsOneOf as bh, type PaymentDeclined as bi, type PaymentDeclinedPaymentDetailsOneOf as bj, type ReceiptCreated as bk, type ReceiptCreatedReceiptInfoOneOf as bl, type WixReceipt as bm, type ExternalReceipt as bn, type ReceiptSent as bo, type ReceiptSentReceiptInfoOneOf as bp, type ChargebackCreated as bq, type ChargebackReversed as br, ActivityType as bs, OrderActivityTypeEnumActivityType as bt, AttributionSource as bu, type V1CreatedBy as bv, type V1CreatedByStringOneOf as bw, type ChannelInfo as bx, ChannelType as by, type CustomField as bz, type DescriptionLineValueOneOf as c, type V1MerchantDiscount as c$, type TaxRateBreakdown as c0, type TaxBreakdown as c1, V1JurisdictionType as c2, type ItemAvailabilityInfo as c3, ItemAvailabilityStatus as c4, type Scope as c5, type Group as c6, type SubscriptionOptionInfo as c7, type V1SubscriptionSettings as c8, type V1FreeTrialPeriod as c9, type Region as cA, type ApplicableLineItems as cB, type V1ShippingRegion as cC, type CarrierServiceOption as cD, type ShippingOption as cE, type V1ShippingPrice as cF, type OtherCharge as cG, type BuyerInfo as cH, type BuyerInfoIdOneOf as cI, type V1PriceSummary as cJ, type CalculationErrors as cK, type CalculationErrorsShippingCalculationErrorOneOf as cL, type Details as cM, type DetailsKindOneOf as cN, type ApplicationError as cO, type ValidationError as cP, RuleType as cQ, type FieldViolation as cR, type SystemError as cS, type CarrierErrors as cT, type CarrierError as cU, type GiftCardCalculationError as cV, type GiftCard as cW, type V1AppliedDiscount as cX, type V1AppliedDiscountDiscountSourceOneOf as cY, AppliedDiscountDiscountType as cZ, type V1Coupon as c_, type V1BillingSettings as ca, SubscriptionSettingsProductPeriodAlignment as cb, type Title as cc, type Description as cd, type SecuredMedia as ce, FileType as cf, type ServiceProperties as cg, type CatalogOverrideFields as ch, type PaymentOption as ci, type Policy as cj, type ModifierGroup as ck, type ItemModifier as cl, type V1PlatformFee as cm, PlatformFeeChargeType as cn, type AddressWithContact as co, type ShippingInfo as cp, type SelectedCarrierServiceOption as cq, type V1DeliveryLogistics as cr, type V1PickupDetails as cs, PickupDetailsPickupMethod as ct, type V1DeliveryTimeSlot as cu, type SelectedCarrierServiceOptionPrices as cv, type SelectedCarrierServiceOptionOtherCharge as cw, V1ChargeType as cx, type DeliveryAllocation as cy, type Carrier as cz, type DescriptionLineDescriptionLineValueOneOf as d, type V1DiscountRule as d0, type V1DiscountRuleName as d1, type V1LineItemDiscount as d2, type V1ItemCombination as d3, type V1ItemCombinationLineItem as d4, type V1TaxSummary as d5, type TaxCalculationDetails as d6, type TaxCalculationDetailsCalculationDetailsOneOf as d7, RateType as d8, ManualCalculationReason as d9, type CustomSettings as dA, type CustomContentReference as dB, type ExternalReference as dC, type SubscriptionCharges as dD, type Charge as dE, type GetPaymentSettingsForCheckoutResponse as dF, V1PaymentOption as dG, type PaymentSettingsSPIConfig as dH, type Context as dI, IdentityType as dJ, type IdentificationData as dK, type IdentificationDataIdOneOf as dL, type GetPaymentSettingsEnvelope as dM, type GetPaymentSettingsForCheckoutEnvelope as dN, type AutoTaxFallbackCalculationDetails as da, FallbackReason as db, type AggregatedTaxBreakdown as dc, type CreatedBy as dd, type CreatedByIdOneOf as de, type MembershipOptions as df, type Membership as dg, type MembershipName as dh, type MembershipPaymentCredits as di, BalanceType as dj, type InvalidMembership as dk, type SelectedMemberships as dl, type SelectedMembership as dm, type V1AdditionalFee as dn, AdditionalFeeAdditionalFeeSource as dp, type ConversionInfo as dq, type Violation as dr, Severity as ds, type Target as dt, type TargetTargetTypeOneOf as du, NameInOther as dv, NameInLineItem as dw, SuggestedFix as dx, type Other as dy, type TargetLineItem 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, ProductPeriodAlignment as x, type BillingAdjustment as y, type BillingAdjustmentPriceSummary as z };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_payment-settings",
3
- "version": "1.0.131",
3
+ "version": "1.0.133",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -51,5 +51,5 @@
51
51
  "fqdn": "wix.interfaces.ecommerce.v1.payment_settings_provider"
52
52
  }
53
53
  },
54
- "falconPackageHash": "d099c0a2b3a4713d56549eb27453e35f30fa5be4e5b36f30ed01e00d"
54
+ "falconPackageHash": "8c114f166f08d8de716d1901203cc2af51b6aa988c3c759b74aec150"
55
55
  }