@wix/ecom 1.0.824 → 1.0.826

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.
@@ -589,7 +589,7 @@ interface CatalogReference$d {
589
589
  /**
590
590
  * ID of the app providing the catalog.
591
591
  *
592
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
592
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
593
593
  *
594
594
  * For items from Wix catalogs, the following values always apply:
595
595
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -1121,7 +1121,7 @@ interface CatalogReference$c {
1121
1121
  /**
1122
1122
  * ID of the app providing the catalog.
1123
1123
  *
1124
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
1124
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
1125
1125
  *
1126
1126
  * For items from Wix catalogs, the following values always apply:
1127
1127
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -2005,7 +2005,7 @@ interface CatalogReference$b {
2005
2005
  /**
2006
2006
  * ID of the app providing the catalog.
2007
2007
  *
2008
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
2008
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
2009
2009
  *
2010
2010
  * For items from Wix catalogs, the following values always apply:
2011
2011
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -2298,7 +2298,7 @@ interface SubscriptionContract {
2298
2298
  /**
2299
2299
  * Custom field data for the subscription contract object.
2300
2300
  *
2301
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
2301
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
2302
2302
  */
2303
2303
  extendedFields?: ExtendedFields$b;
2304
2304
  /** Subscription option title. For example, `"Monthly coffee Subscription"`. */
@@ -2442,7 +2442,7 @@ interface CatalogReference$a {
2442
2442
  /**
2443
2443
  * ID of the app providing the catalog.
2444
2444
  *
2445
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
2445
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
2446
2446
  *
2447
2447
  * For items from Wix catalogs, the following values always apply:
2448
2448
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -4652,7 +4652,7 @@ interface CatalogReference$9 {
4652
4652
  /**
4653
4653
  * ID of the app providing the catalog.
4654
4654
  *
4655
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
4655
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
4656
4656
  *
4657
4657
  * For items from Wix catalogs, the following values always apply:
4658
4658
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -5687,7 +5687,7 @@ interface CatalogReference$8 {
5687
5687
  /**
5688
5688
  * ID of the app providing the catalog.
5689
5689
  *
5690
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
5690
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
5691
5691
  *
5692
5692
  * For items from Wix catalogs, the following values always apply:
5693
5693
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -5983,7 +5983,7 @@ interface PaymentOption$3 {
5983
5983
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
5984
5984
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
5985
5985
  */
5986
- paymentOption?: PaymentOptionType$6;
5986
+ value?: PaymentOptionType$6;
5987
5987
  }
5988
5988
  interface TaxableAddress$6 extends TaxableAddressTaxableAddressDataOneOf$6 {
5989
5989
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -6011,6 +6011,12 @@ interface ExtendedFields$a {
6011
6011
  */
6012
6012
  namespaces?: Record<string, Record<string, any>>;
6013
6013
  }
6014
+ interface Policy$3 {
6015
+ /** Policy title - should be translated */
6016
+ title?: string;
6017
+ /** Policy content - should be translated */
6018
+ content?: string;
6019
+ }
6014
6020
  /** Buyer Info */
6015
6021
  interface BuyerInfo$7 extends BuyerInfoIdOneOf$5 {
6016
6022
  /**
@@ -7428,7 +7434,7 @@ interface SelectedMembershipNonNullableFields$3 {
7428
7434
  appId: string;
7429
7435
  }
7430
7436
  interface PaymentOptionNonNullableFields$3 {
7431
- paymentOption: PaymentOptionType$6;
7437
+ value: PaymentOptionType$6;
7432
7438
  }
7433
7439
  interface CatalogOverrideFieldsNonNullableFields$3 {
7434
7440
  productName?: ProductNameNonNullableFields$5;
@@ -7440,6 +7446,10 @@ interface CatalogOverrideFieldsNonNullableFields$3 {
7440
7446
  interface TaxableAddressNonNullableFields$5 {
7441
7447
  addressType: TaxableAddressType$6;
7442
7448
  }
7449
+ interface PolicyNonNullableFields$3 {
7450
+ title: string;
7451
+ content: string;
7452
+ }
7443
7453
  interface LineItemNonNullableFields$2 {
7444
7454
  quantity: number;
7445
7455
  catalogReference?: CatalogReferenceNonNullableFields$5;
@@ -7466,6 +7476,7 @@ interface LineItemNonNullableFields$2 {
7466
7476
  catalogOverrideFields?: CatalogOverrideFieldsNonNullableFields$3;
7467
7477
  savePaymentMethod: boolean;
7468
7478
  taxableAddress?: TaxableAddressNonNullableFields$5;
7479
+ policies: PolicyNonNullableFields$3[];
7469
7480
  }
7470
7481
  interface BuyerInfoNonNullableFields$4 {
7471
7482
  visitorId: string;
@@ -8211,7 +8222,7 @@ declare const index_d$m_estimateTotals: typeof estimateTotals;
8211
8222
  declare const index_d$m_getCart: typeof getCart;
8212
8223
  declare const index_d$m_updateCart: typeof updateCart;
8213
8224
  declare namespace index_d$m {
8214
- export { type ActionEvent$i as ActionEvent, type index_d$m_AddToCartOptions as AddToCartOptions, type AddToCartRequest$1 as AddToCartRequest, type AddToCartResponse$1 as AddToCartResponse, type AddToCartResponseNonNullableFields$1 as AddToCartResponseNonNullableFields, type AddToCurrentCartAndEstimateTotalsRequest$1 as AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest$1 as AddToCurrentCartRequest, type AdditionalFee$6 as AdditionalFee, type Address$a as Address, type AddressLocation$9 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$b as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$a as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$2 as CalculatedLineItem, type CalculationErrors$5 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$5 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$6 as CarrierError, type CarrierErrors$5 as CarrierErrors, type CarrierServiceOption$4 as CarrierServiceOption, type Cart$1 as Cart, type CartCreatedEnvelope$1 as CartCreatedEnvelope, type CartDeletedEnvelope$1 as CartDeletedEnvelope, type CartDiscount$1 as CartDiscount, type CartDiscountDiscountSourceOneOf$1 as CartDiscountDiscountSourceOneOf, type CartNonNullableFields$1 as CartNonNullableFields, type CartUpdatedEnvelope$1 as CartUpdatedEnvelope, type CatalogOverrideFields$3 as CatalogOverrideFields, type CatalogReference$8 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$6 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type index_d$m_CreateCartOptions as CreateCartOptions, type CreateCartRequest$1 as CreateCartRequest, type CreateCartResponse$1 as CreateCartResponse, type CreateCartResponseNonNullableFields$1 as CreateCartResponseNonNullableFields, type CreateCheckoutFromCurrentCartRequest$1 as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions$1 as CreateCheckoutOptions, type CreateCheckoutRequest$2 as CreateCheckoutRequest, type CreateCheckoutResponse$2 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$2 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$4 as CustomLineItem, type DeleteCartRequest$1 as DeleteCartRequest, type DeleteCartResponse$1 as DeleteCartResponse, type DeleteCurrentCartRequest$1 as DeleteCurrentCartRequest, type DeliveryLogistics$7 as DeliveryLogistics, type DeliveryTimeSlot$7 as DeliveryTimeSlot, type Description$3 as Description, type DescriptionLine$5 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$5 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$5 as DescriptionLineName, DescriptionLineType$5 as DescriptionLineType, type DescriptionLineValueOneOf$5 as DescriptionLineValueOneOf, type Details$6 as Details, type DetailsKindOneOf$6 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, type DomainEvent$i as DomainEvent, type DomainEventBodyOneOf$i as DomainEventBodyOneOf, type Empty$b as Empty, type EntityCreatedEvent$i as EntityCreatedEvent, type EntityDeletedEvent$i as EntityDeletedEvent, type EntityUpdatedEvent$i as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type index_d$m_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$a as EventMetadata, type ExtendedFields$a as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$6 as FieldViolation, FileType$4 as FileType, type FreeTrialPeriod$3 as FreeTrialPeriod, type FullAddressContactDetails$6 as FullAddressContactDetails, type GetCartByCheckoutIdRequest$1 as GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse$1 as GetCartByCheckoutIdResponse, type GetCartRequest$1 as GetCartRequest, type GetCartResponse$1 as GetCartResponse, type GetCartResponseNonNullableFields$1 as GetCartResponseNonNullableFields, type GetCurrentCartRequest$1 as GetCurrentCartRequest, type GetCurrentCartResponse$1 as GetCurrentCartResponse, type GetCurrentCartResponseNonNullableFields$1 as GetCurrentCartResponseNonNullableFields, type GiftCard$6 as GiftCard, type Group$4 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$i as IdentificationData, type IdentificationDataIdOneOf$i as IdentificationDataIdOneOf, type InvalidMembership$4 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 as ItemAvailabilityStatus, type ItemTaxFullDetails$6 as ItemTaxFullDetails, type ItemType$6 as ItemType, ItemTypeItemType$6 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$6 as ItemTypeItemTypeDataOneOf, JurisdictionType$6 as JurisdictionType, type LineItem$6 as LineItem, type LineItemDiscount$6 as LineItemDiscount, type LineItemPricesData$2 as LineItemPricesData, type LineItemQuantityUpdate$2 as LineItemQuantityUpdate, ManualCalculationReason$4 as ManualCalculationReason, type Membership$4 as Membership, type MembershipName$6 as MembershipName, type MembershipOptions$4 as MembershipOptions, type MembershipPaymentCredits$4 as MembershipPaymentCredits, type MerchantDiscount$6 as MerchantDiscount, type MerchantDiscountInput$3 as MerchantDiscountInput, type MessageEnvelope$h as MessageEnvelope, type MultiCurrencyPrice$4 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$4 as OtherCharge, type PaymentOption$3 as PaymentOption, PaymentOptionType$6 as PaymentOptionType, type PhysicalProperties$7 as PhysicalProperties, type PickupDetails$8 as PickupDetails, PickupMethod$7 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type PriceDescription$5 as PriceDescription, type PriceSummary$6 as PriceSummary, type ProductName$5 as ProductName, RateType$4 as RateType, type RemoveCouponFromCurrentCartRequest$1 as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$2 as RemoveCouponRequest, type RemoveCouponResponse$2 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$2 as RemoveCouponResponseNonNullableFields, type RemoveLineItemsFromCurrentCartRequest$1 as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$2 as RemoveLineItemsRequest, type RemoveLineItemsResponse$2 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$2 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$i as RestoreInfo, RuleType$6 as RuleType, type Scope$4 as Scope, type SecuredMedia$4 as SecuredMedia, type SelectedCarrierServiceOption$4 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$4 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$4 as SelectedCarrierServiceOptionPrices, type SelectedMembership$4 as SelectedMembership, type SelectedMemberships$4 as SelectedMemberships, type SelectedShippingOption$2 as SelectedShippingOption, type ServiceProperties$5 as ServiceProperties, Severity$3 as Severity, type ShippingInformation$4 as ShippingInformation, type ShippingOption$6 as ShippingOption, type ShippingPrice$6 as ShippingPrice, type ShippingRegion$6 as ShippingRegion, type StreetAddress$9 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, SuggestedFix$3 as SuggestedFix, type SystemError$6 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 as TargetTargetTypeOneOf, type TaxBreakdown$4 as TaxBreakdown, type TaxCalculationDetails$4 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$4 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$4 as TaxRateBreakdown, type TaxSummary$6 as TaxSummary, type TaxableAddress$6 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$6 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$6 as TaxableAddressType, type Title$3 as Title, type index_d$m_UpdateCartOptions as UpdateCartOptions, type UpdateCartRequest$1 as UpdateCartRequest, type UpdateCartResponse$1 as UpdateCartResponse, type UpdateCartResponseNonNullableFields$1 as UpdateCartResponseNonNullableFields, type UpdateCurrentCartLineItemQuantityRequest$1 as UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest$2 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$2 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$2 as UpdateLineItemsQuantityResponseNonNullableFields, type V1Coupon$1 as V1Coupon, type V1MerchantDiscount$1 as V1MerchantDiscount, type ValidationError$6 as ValidationError, type VatId$7 as VatId, VatType$7 as VatType, type Violation$3 as Violation, WebhookIdentityType$h as WebhookIdentityType, WeightUnit$8 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, index_d$m_addToCart as addToCart, index_d$m_createCart as createCart, createCheckout$2 as createCheckout, index_d$m_deleteCart as deleteCart, index_d$m_estimateTotals as estimateTotals, index_d$m_getCart as getCart, onCartCreated$2 as onCartCreated, onCartDeleted$2 as onCartDeleted, onCartUpdated$2 as onCartUpdated, onCartCreated$3 as publicOnCartCreated, onCartDeleted$3 as publicOnCartDeleted, onCartUpdated$3 as publicOnCartUpdated, removeCoupon$2 as removeCoupon, removeLineItems$2 as removeLineItems, index_d$m_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
8225
+ export { type ActionEvent$i as ActionEvent, type index_d$m_AddToCartOptions as AddToCartOptions, type AddToCartRequest$1 as AddToCartRequest, type AddToCartResponse$1 as AddToCartResponse, type AddToCartResponseNonNullableFields$1 as AddToCartResponseNonNullableFields, type AddToCurrentCartAndEstimateTotalsRequest$1 as AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest$1 as AddToCurrentCartRequest, type AdditionalFee$6 as AdditionalFee, type Address$a as Address, type AddressLocation$9 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$b as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$a as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$2 as CalculatedLineItem, type CalculationErrors$5 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$5 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$6 as CarrierError, type CarrierErrors$5 as CarrierErrors, type CarrierServiceOption$4 as CarrierServiceOption, type Cart$1 as Cart, type CartCreatedEnvelope$1 as CartCreatedEnvelope, type CartDeletedEnvelope$1 as CartDeletedEnvelope, type CartDiscount$1 as CartDiscount, type CartDiscountDiscountSourceOneOf$1 as CartDiscountDiscountSourceOneOf, type CartNonNullableFields$1 as CartNonNullableFields, type CartUpdatedEnvelope$1 as CartUpdatedEnvelope, type CatalogOverrideFields$3 as CatalogOverrideFields, type CatalogReference$8 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$6 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type index_d$m_CreateCartOptions as CreateCartOptions, type CreateCartRequest$1 as CreateCartRequest, type CreateCartResponse$1 as CreateCartResponse, type CreateCartResponseNonNullableFields$1 as CreateCartResponseNonNullableFields, type CreateCheckoutFromCurrentCartRequest$1 as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions$1 as CreateCheckoutOptions, type CreateCheckoutRequest$2 as CreateCheckoutRequest, type CreateCheckoutResponse$2 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$2 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$4 as CustomLineItem, type DeleteCartRequest$1 as DeleteCartRequest, type DeleteCartResponse$1 as DeleteCartResponse, type DeleteCurrentCartRequest$1 as DeleteCurrentCartRequest, type DeliveryLogistics$7 as DeliveryLogistics, type DeliveryTimeSlot$7 as DeliveryTimeSlot, type Description$3 as Description, type DescriptionLine$5 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$5 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$5 as DescriptionLineName, DescriptionLineType$5 as DescriptionLineType, type DescriptionLineValueOneOf$5 as DescriptionLineValueOneOf, type Details$6 as Details, type DetailsKindOneOf$6 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, type DomainEvent$i as DomainEvent, type DomainEventBodyOneOf$i as DomainEventBodyOneOf, type Empty$b as Empty, type EntityCreatedEvent$i as EntityCreatedEvent, type EntityDeletedEvent$i as EntityDeletedEvent, type EntityUpdatedEvent$i as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type index_d$m_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$a as EventMetadata, type ExtendedFields$a as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$6 as FieldViolation, FileType$4 as FileType, type FreeTrialPeriod$3 as FreeTrialPeriod, type FullAddressContactDetails$6 as FullAddressContactDetails, type GetCartByCheckoutIdRequest$1 as GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse$1 as GetCartByCheckoutIdResponse, type GetCartRequest$1 as GetCartRequest, type GetCartResponse$1 as GetCartResponse, type GetCartResponseNonNullableFields$1 as GetCartResponseNonNullableFields, type GetCurrentCartRequest$1 as GetCurrentCartRequest, type GetCurrentCartResponse$1 as GetCurrentCartResponse, type GetCurrentCartResponseNonNullableFields$1 as GetCurrentCartResponseNonNullableFields, type GiftCard$6 as GiftCard, type Group$4 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$i as IdentificationData, type IdentificationDataIdOneOf$i as IdentificationDataIdOneOf, type InvalidMembership$4 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 as ItemAvailabilityStatus, type ItemTaxFullDetails$6 as ItemTaxFullDetails, type ItemType$6 as ItemType, ItemTypeItemType$6 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$6 as ItemTypeItemTypeDataOneOf, JurisdictionType$6 as JurisdictionType, type LineItem$6 as LineItem, type LineItemDiscount$6 as LineItemDiscount, type LineItemPricesData$2 as LineItemPricesData, type LineItemQuantityUpdate$2 as LineItemQuantityUpdate, ManualCalculationReason$4 as ManualCalculationReason, type Membership$4 as Membership, type MembershipName$6 as MembershipName, type MembershipOptions$4 as MembershipOptions, type MembershipPaymentCredits$4 as MembershipPaymentCredits, type MerchantDiscount$6 as MerchantDiscount, type MerchantDiscountInput$3 as MerchantDiscountInput, type MessageEnvelope$h as MessageEnvelope, type MultiCurrencyPrice$4 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$4 as OtherCharge, type PaymentOption$3 as PaymentOption, PaymentOptionType$6 as PaymentOptionType, type PhysicalProperties$7 as PhysicalProperties, type PickupDetails$8 as PickupDetails, PickupMethod$7 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type Policy$3 as Policy, type PriceDescription$5 as PriceDescription, type PriceSummary$6 as PriceSummary, type ProductName$5 as ProductName, RateType$4 as RateType, type RemoveCouponFromCurrentCartRequest$1 as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$2 as RemoveCouponRequest, type RemoveCouponResponse$2 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$2 as RemoveCouponResponseNonNullableFields, type RemoveLineItemsFromCurrentCartRequest$1 as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$2 as RemoveLineItemsRequest, type RemoveLineItemsResponse$2 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$2 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$i as RestoreInfo, RuleType$6 as RuleType, type Scope$4 as Scope, type SecuredMedia$4 as SecuredMedia, type SelectedCarrierServiceOption$4 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$4 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$4 as SelectedCarrierServiceOptionPrices, type SelectedMembership$4 as SelectedMembership, type SelectedMemberships$4 as SelectedMemberships, type SelectedShippingOption$2 as SelectedShippingOption, type ServiceProperties$5 as ServiceProperties, Severity$3 as Severity, type ShippingInformation$4 as ShippingInformation, type ShippingOption$6 as ShippingOption, type ShippingPrice$6 as ShippingPrice, type ShippingRegion$6 as ShippingRegion, type StreetAddress$9 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, SuggestedFix$3 as SuggestedFix, type SystemError$6 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 as TargetTargetTypeOneOf, type TaxBreakdown$4 as TaxBreakdown, type TaxCalculationDetails$4 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$4 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$4 as TaxRateBreakdown, type TaxSummary$6 as TaxSummary, type TaxableAddress$6 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$6 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$6 as TaxableAddressType, type Title$3 as Title, type index_d$m_UpdateCartOptions as UpdateCartOptions, type UpdateCartRequest$1 as UpdateCartRequest, type UpdateCartResponse$1 as UpdateCartResponse, type UpdateCartResponseNonNullableFields$1 as UpdateCartResponseNonNullableFields, type UpdateCurrentCartLineItemQuantityRequest$1 as UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest$2 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$2 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$2 as UpdateLineItemsQuantityResponseNonNullableFields, type V1Coupon$1 as V1Coupon, type V1MerchantDiscount$1 as V1MerchantDiscount, type ValidationError$6 as ValidationError, type VatId$7 as VatId, VatType$7 as VatType, type Violation$3 as Violation, WebhookIdentityType$h as WebhookIdentityType, WeightUnit$8 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, index_d$m_addToCart as addToCart, index_d$m_createCart as createCart, createCheckout$2 as createCheckout, index_d$m_deleteCart as deleteCart, index_d$m_estimateTotals as estimateTotals, index_d$m_getCart as getCart, onCartCreated$2 as onCartCreated, onCartDeleted$2 as onCartDeleted, onCartUpdated$2 as onCartUpdated, onCartCreated$3 as publicOnCartCreated, onCartDeleted$3 as publicOnCartDeleted, onCartUpdated$3 as publicOnCartUpdated, removeCoupon$2 as removeCoupon, removeLineItems$2 as removeLineItems, index_d$m_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
8215
8226
  }
8216
8227
 
8217
8228
  interface Cart {
@@ -8422,7 +8433,7 @@ interface CatalogReference$7 {
8422
8433
  /**
8423
8434
  * ID of the app providing the catalog.
8424
8435
  *
8425
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
8436
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
8426
8437
  *
8427
8438
  * For items from Wix catalogs, the following values always apply:
8428
8439
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -8718,7 +8729,7 @@ interface PaymentOption$2 {
8718
8729
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
8719
8730
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
8720
8731
  */
8721
- paymentOption?: PaymentOptionType$5;
8732
+ value?: PaymentOptionType$5;
8722
8733
  }
8723
8734
  interface TaxableAddress$5 extends TaxableAddressTaxableAddressDataOneOf$5 {
8724
8735
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -8746,6 +8757,12 @@ interface ExtendedFields$9 {
8746
8757
  */
8747
8758
  namespaces?: Record<string, Record<string, any>>;
8748
8759
  }
8760
+ interface Policy$2 {
8761
+ /** Policy title - should be translated */
8762
+ title?: string;
8763
+ /** Policy content - should be translated */
8764
+ content?: string;
8765
+ }
8749
8766
  /** Buyer Info */
8750
8767
  interface BuyerInfo$6 extends BuyerInfoIdOneOf$4 {
8751
8768
  /**
@@ -10163,7 +10180,7 @@ interface SelectedMembershipNonNullableFields$2 {
10163
10180
  appId: string;
10164
10181
  }
10165
10182
  interface PaymentOptionNonNullableFields$2 {
10166
- paymentOption: PaymentOptionType$5;
10183
+ value: PaymentOptionType$5;
10167
10184
  }
10168
10185
  interface CatalogOverrideFieldsNonNullableFields$2 {
10169
10186
  productName?: ProductNameNonNullableFields$4;
@@ -10175,6 +10192,10 @@ interface CatalogOverrideFieldsNonNullableFields$2 {
10175
10192
  interface TaxableAddressNonNullableFields$4 {
10176
10193
  addressType: TaxableAddressType$5;
10177
10194
  }
10195
+ interface PolicyNonNullableFields$2 {
10196
+ title: string;
10197
+ content: string;
10198
+ }
10178
10199
  interface LineItemNonNullableFields$1 {
10179
10200
  quantity: number;
10180
10201
  catalogReference?: CatalogReferenceNonNullableFields$4;
@@ -10201,6 +10222,7 @@ interface LineItemNonNullableFields$1 {
10201
10222
  catalogOverrideFields?: CatalogOverrideFieldsNonNullableFields$2;
10202
10223
  savePaymentMethod: boolean;
10203
10224
  taxableAddress?: TaxableAddressNonNullableFields$4;
10225
+ policies: PolicyNonNullableFields$2[];
10204
10226
  }
10205
10227
  interface BuyerInfoNonNullableFields$3 {
10206
10228
  visitorId: string;
@@ -10869,7 +10891,7 @@ declare const index_d$l_removeLineItemsFromCurrentCart: typeof removeLineItemsFr
10869
10891
  declare const index_d$l_updateCurrentCart: typeof updateCurrentCart;
10870
10892
  declare const index_d$l_updateCurrentCartLineItemQuantity: typeof updateCurrentCartLineItemQuantity;
10871
10893
  declare namespace index_d$l {
10872
- export { type ActionEvent$h as ActionEvent, type index_d$l_AddToCartRequest as AddToCartRequest, type index_d$l_AddToCartResponse as AddToCartResponse, type index_d$l_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type index_d$l_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type index_d$l_AddToCurrentCartOptions as AddToCurrentCartOptions, type index_d$l_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$5 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type index_d$l_Cart as Cart, type index_d$l_CartCreatedEnvelope as CartCreatedEnvelope, type index_d$l_CartDeletedEnvelope as CartDeletedEnvelope, type index_d$l_CartDiscount as CartDiscount, type index_d$l_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type index_d$l_CartNonNullableFields as CartNonNullableFields, type index_d$l_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$7 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$5 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type index_d$l_CreateCartRequest as CreateCartRequest, type index_d$l_CreateCartResponse as CreateCartResponse, type index_d$l_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type index_d$l_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type index_d$l_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type index_d$l_DeleteCartRequest as DeleteCartRequest, type index_d$l_DeleteCartResponse as DeleteCartResponse, type index_d$l_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 as DeliveryTimeSlot, type Description$2 as Description, type DescriptionLine$4 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$4 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$4 as DescriptionLineName, DescriptionLineType$4 as DescriptionLineType, type DescriptionLineValueOneOf$4 as DescriptionLineValueOneOf, type Details$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$h as DomainEvent, type DomainEventBodyOneOf$h as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$h as EntityCreatedEvent, type EntityDeletedEvent$h as EntityDeletedEvent, type EntityUpdatedEvent$h as EntityUpdatedEvent, type index_d$l_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type index_d$l_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type index_d$l_EstimateTotalsRequest as EstimateTotalsRequest, type index_d$l_EstimateTotalsResponse as EstimateTotalsResponse, type index_d$l_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$9 as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$3 as FileType, type FreeTrialPeriod$2 as FreeTrialPeriod, type FullAddressContactDetails$5 as FullAddressContactDetails, type index_d$l_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type index_d$l_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type index_d$l_GetCartRequest as GetCartRequest, type index_d$l_GetCartResponse as GetCartResponse, type index_d$l_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type index_d$l_GetCurrentCartRequest as GetCurrentCartRequest, type index_d$l_GetCurrentCartResponse as GetCurrentCartResponse, type index_d$l_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$3 as Group, type index_d$l_HostSelectedMembership as HostSelectedMembership, type IdentificationData$h as IdentificationData, type IdentificationDataIdOneOf$h as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$5 as ItemTaxFullDetails, type ItemType$5 as ItemType, ItemTypeItemType$5 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$5 as ItemTypeItemTypeDataOneOf, JurisdictionType$5 as JurisdictionType, type LineItem$5 as LineItem, type LineItemDiscount$5 as LineItemDiscount, type LineItemPricesData$1 as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$3 as ManualCalculationReason, type Membership$3 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$g as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$3 as OtherCharge, type PaymentOption$2 as PaymentOption, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$4 as ProductName, RateType$3 as RateType, type index_d$l_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type index_d$l_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$h as RestoreInfo, RuleType$5 as RuleType, type Scope$3 as Scope, type SecuredMedia$3 as SecuredMedia, type SelectedCarrierServiceOption$3 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$3 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$3 as SelectedCarrierServiceOptionPrices, type SelectedMembership$3 as SelectedMembership, type SelectedMemberships$3 as SelectedMemberships, type SelectedShippingOption$1 as SelectedShippingOption, type ServiceProperties$4 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$3 as ShippingInformation, type ShippingOption$5 as ShippingOption, type ShippingPrice$5 as ShippingPrice, type ShippingRegion$5 as ShippingRegion, type StreetAddress$8 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, SuggestedFix$2 as SuggestedFix, type SystemError$5 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 as TargetTargetTypeOneOf, type TaxBreakdown$3 as TaxBreakdown, type TaxCalculationDetails$3 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$3 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$3 as TaxRateBreakdown, type TaxSummary$5 as TaxSummary, type TaxableAddress$5 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$5 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$5 as TaxableAddressType, type Title$2 as Title, type index_d$l_UpdateCartRequest as UpdateCartRequest, type index_d$l_UpdateCartResponse as UpdateCartResponse, type index_d$l_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type index_d$l_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type index_d$l_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$l_V1Coupon as V1Coupon, type index_d$l_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$2 as Violation, WebhookIdentityType$g as WebhookIdentityType, WeightUnit$7 as WeightUnit, type index_d$l__publicOnCartCreatedType as _publicOnCartCreatedType, type index_d$l__publicOnCartDeletedType as _publicOnCartDeletedType, type index_d$l__publicOnCartUpdatedType as _publicOnCartUpdatedType, index_d$l_addToCurrentCart as addToCurrentCart, index_d$l_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, index_d$l_deleteCurrentCart as deleteCurrentCart, index_d$l_estimateCurrentCartTotals as estimateCurrentCartTotals, index_d$l_getCurrentCart as getCurrentCart, index_d$l_onCartCreated as onCartCreated, index_d$l_onCartDeleted as onCartDeleted, index_d$l_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, index_d$l_removeCouponFromCurrentCart as removeCouponFromCurrentCart, index_d$l_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, index_d$l_updateCurrentCart as updateCurrentCart, index_d$l_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
10894
+ export { type ActionEvent$h as ActionEvent, type index_d$l_AddToCartRequest as AddToCartRequest, type index_d$l_AddToCartResponse as AddToCartResponse, type index_d$l_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type index_d$l_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type index_d$l_AddToCurrentCartOptions as AddToCurrentCartOptions, type index_d$l_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$5 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type index_d$l_Cart as Cart, type index_d$l_CartCreatedEnvelope as CartCreatedEnvelope, type index_d$l_CartDeletedEnvelope as CartDeletedEnvelope, type index_d$l_CartDiscount as CartDiscount, type index_d$l_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type index_d$l_CartNonNullableFields as CartNonNullableFields, type index_d$l_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$7 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$5 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type index_d$l_CreateCartRequest as CreateCartRequest, type index_d$l_CreateCartResponse as CreateCartResponse, type index_d$l_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type index_d$l_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type index_d$l_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type index_d$l_DeleteCartRequest as DeleteCartRequest, type index_d$l_DeleteCartResponse as DeleteCartResponse, type index_d$l_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 as DeliveryTimeSlot, type Description$2 as Description, type DescriptionLine$4 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$4 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$4 as DescriptionLineName, DescriptionLineType$4 as DescriptionLineType, type DescriptionLineValueOneOf$4 as DescriptionLineValueOneOf, type Details$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$h as DomainEvent, type DomainEventBodyOneOf$h as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$h as EntityCreatedEvent, type EntityDeletedEvent$h as EntityDeletedEvent, type EntityUpdatedEvent$h as EntityUpdatedEvent, type index_d$l_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type index_d$l_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type index_d$l_EstimateTotalsRequest as EstimateTotalsRequest, type index_d$l_EstimateTotalsResponse as EstimateTotalsResponse, type index_d$l_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$9 as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$3 as FileType, type FreeTrialPeriod$2 as FreeTrialPeriod, type FullAddressContactDetails$5 as FullAddressContactDetails, type index_d$l_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type index_d$l_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type index_d$l_GetCartRequest as GetCartRequest, type index_d$l_GetCartResponse as GetCartResponse, type index_d$l_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type index_d$l_GetCurrentCartRequest as GetCurrentCartRequest, type index_d$l_GetCurrentCartResponse as GetCurrentCartResponse, type index_d$l_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$3 as Group, type index_d$l_HostSelectedMembership as HostSelectedMembership, type IdentificationData$h as IdentificationData, type IdentificationDataIdOneOf$h as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$5 as ItemTaxFullDetails, type ItemType$5 as ItemType, ItemTypeItemType$5 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$5 as ItemTypeItemTypeDataOneOf, JurisdictionType$5 as JurisdictionType, type LineItem$5 as LineItem, type LineItemDiscount$5 as LineItemDiscount, type LineItemPricesData$1 as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$3 as ManualCalculationReason, type Membership$3 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$g as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$3 as OtherCharge, type PaymentOption$2 as PaymentOption, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type Policy$2 as Policy, type PriceDescription$4 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$4 as ProductName, RateType$3 as RateType, type index_d$l_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type index_d$l_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$h as RestoreInfo, RuleType$5 as RuleType, type Scope$3 as Scope, type SecuredMedia$3 as SecuredMedia, type SelectedCarrierServiceOption$3 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$3 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$3 as SelectedCarrierServiceOptionPrices, type SelectedMembership$3 as SelectedMembership, type SelectedMemberships$3 as SelectedMemberships, type SelectedShippingOption$1 as SelectedShippingOption, type ServiceProperties$4 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$3 as ShippingInformation, type ShippingOption$5 as ShippingOption, type ShippingPrice$5 as ShippingPrice, type ShippingRegion$5 as ShippingRegion, type StreetAddress$8 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, SuggestedFix$2 as SuggestedFix, type SystemError$5 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 as TargetTargetTypeOneOf, type TaxBreakdown$3 as TaxBreakdown, type TaxCalculationDetails$3 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$3 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$3 as TaxRateBreakdown, type TaxSummary$5 as TaxSummary, type TaxableAddress$5 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$5 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$5 as TaxableAddressType, type Title$2 as Title, type index_d$l_UpdateCartRequest as UpdateCartRequest, type index_d$l_UpdateCartResponse as UpdateCartResponse, type index_d$l_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type index_d$l_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type index_d$l_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$l_V1Coupon as V1Coupon, type index_d$l_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$2 as Violation, WebhookIdentityType$g as WebhookIdentityType, WeightUnit$7 as WeightUnit, type index_d$l__publicOnCartCreatedType as _publicOnCartCreatedType, type index_d$l__publicOnCartDeletedType as _publicOnCartDeletedType, type index_d$l__publicOnCartUpdatedType as _publicOnCartUpdatedType, index_d$l_addToCurrentCart as addToCurrentCart, index_d$l_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, index_d$l_deleteCurrentCart as deleteCurrentCart, index_d$l_estimateCurrentCartTotals as estimateCurrentCartTotals, index_d$l_getCurrentCart as getCurrentCart, index_d$l_onCartCreated as onCartCreated, index_d$l_onCartDeleted as onCartDeleted, index_d$l_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, index_d$l_removeCouponFromCurrentCart as removeCouponFromCurrentCart, index_d$l_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, index_d$l_updateCurrentCart as updateCurrentCart, index_d$l_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
10873
10895
  }
10874
10896
 
10875
10897
  interface Checkout$1 {
@@ -11197,7 +11219,7 @@ interface CatalogReference$6 {
11197
11219
  /**
11198
11220
  * ID of the app providing the catalog.
11199
11221
  *
11200
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
11222
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
11201
11223
  *
11202
11224
  * For items from Wix catalogs, the following values always apply:
11203
11225
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -11565,7 +11587,7 @@ interface PaymentOption$1 {
11565
11587
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
11566
11588
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
11567
11589
  */
11568
- paymentOption?: PaymentOptionType$4;
11590
+ value?: PaymentOptionType$4;
11569
11591
  }
11570
11592
  interface TaxableAddress$4 extends TaxableAddressTaxableAddressDataOneOf$4 {
11571
11593
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -13396,7 +13418,7 @@ interface PriceDescriptionNonNullableFields$3 {
13396
13418
  original: string;
13397
13419
  }
13398
13420
  interface PaymentOptionNonNullableFields$1 {
13399
- paymentOption: PaymentOptionType$4;
13421
+ value: PaymentOptionType$4;
13400
13422
  }
13401
13423
  interface CatalogOverrideFieldsNonNullableFields$1 {
13402
13424
  productName?: ProductNameNonNullableFields$3;
@@ -14969,7 +14991,7 @@ interface CatalogReference$5 {
14969
14991
  /**
14970
14992
  * ID of the app providing the catalog.
14971
14993
  *
14972
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
14994
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
14973
14995
  *
14974
14996
  * For items from Wix catalogs, the following values always apply:
14975
14997
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -15096,7 +15118,7 @@ interface PaymentOption {
15096
15118
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
15097
15119
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
15098
15120
  */
15099
- paymentOption?: PaymentOptionType$3;
15121
+ value?: PaymentOptionType$3;
15100
15122
  }
15101
15123
  /** Type of selected payment option for catalog item */
15102
15124
  declare enum PaymentOptionType$3 {
@@ -16880,7 +16902,7 @@ interface PhysicalPropertiesNonNullableFields$2 {
16880
16902
  shippable: boolean;
16881
16903
  }
16882
16904
  interface PaymentOptionNonNullableFields {
16883
- paymentOption: PaymentOptionType$3;
16905
+ value: PaymentOptionType$3;
16884
16906
  }
16885
16907
  interface CatalogOverrideFieldsNonNullableFields {
16886
16908
  productName?: ProductNameNonNullableFields$2;
@@ -18984,7 +19006,7 @@ interface DraftOrder {
18984
19006
  recipientInfo?: RecipientInfoDetails;
18985
19007
  /**
18986
19008
  * Custom field data for the draft order object.
18987
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
19009
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
18988
19010
  */
18989
19011
  extendedFields?: ExtendedFields$5;
18990
19012
  }
@@ -19145,7 +19167,7 @@ interface CatalogReference$4 {
19145
19167
  /**
19146
19168
  * ID of the app providing the catalog.
19147
19169
  *
19148
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
19170
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
19149
19171
  *
19150
19172
  * For items from Wix catalogs, the following values always apply:
19151
19173
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -24348,7 +24370,7 @@ interface CatalogReference$3 {
24348
24370
  /**
24349
24371
  * ID of the app providing the catalog.
24350
24372
  *
24351
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
24373
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
24352
24374
  *
24353
24375
  * For items from Wix catalogs, the following values always apply:
24354
24376
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -35093,7 +35115,7 @@ interface CatalogReference$2 {
35093
35115
  /**
35094
35116
  * ID of the app providing the catalog.
35095
35117
  *
35096
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
35118
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
35097
35119
  *
35098
35120
  * For items from Wix catalogs, the following values always apply:
35099
35121
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`