@wix/ecom 1.0.823 → 1.0.825

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"`
@@ -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
  /**
@@ -6932,7 +6938,7 @@ interface Membership$4 {
6932
6938
  /** ID of the application providing this payment option. */
6933
6939
  appId?: string;
6934
6940
  /** The name of this membership. */
6935
- name?: MembershipName$7;
6941
+ name?: MembershipName$6;
6936
6942
  /** Line item IDs which are "paid" for by this membership. */
6937
6943
  lineItemIds?: string[];
6938
6944
  /** Optional - For a membership that has limited credits, information about credit usage. */
@@ -6942,7 +6948,7 @@ interface Membership$4 {
6942
6948
  /** Additional data about this membership. */
6943
6949
  additionalData?: Record<string, any> | null;
6944
6950
  }
6945
- interface MembershipName$7 {
6951
+ interface MembershipName$6 {
6946
6952
  /** Membership name. */
6947
6953
  original?: string;
6948
6954
  /** Membership name translated into buyer's language. Defaults to `original` when not defined. */
@@ -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$7 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"`
@@ -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
  /**
@@ -9667,7 +9684,7 @@ interface Membership$3 {
9667
9684
  /** ID of the application providing this payment option. */
9668
9685
  appId?: string;
9669
9686
  /** The name of this membership. */
9670
- name?: MembershipName$6;
9687
+ name?: MembershipName$5;
9671
9688
  /** Line item IDs which are "paid" for by this membership. */
9672
9689
  lineItemIds?: string[];
9673
9690
  /** Optional - For a membership that has limited credits, information about credit usage. */
@@ -9677,7 +9694,7 @@ interface Membership$3 {
9677
9694
  /** Additional data about this membership. */
9678
9695
  additionalData?: Record<string, any> | null;
9679
9696
  }
9680
- interface MembershipName$6 {
9697
+ interface MembershipName$5 {
9681
9698
  /** Membership name. */
9682
9699
  original?: string;
9683
9700
  /** Membership name translated into buyer's language. Defaults to `original` when not defined. */
@@ -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$6 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"`
@@ -11593,6 +11615,12 @@ interface ExtendedFields$8 {
11593
11615
  */
11594
11616
  namespaces?: Record<string, Record<string, any>>;
11595
11617
  }
11618
+ interface Policy$1 {
11619
+ /** Policy title - should be translated */
11620
+ title?: string;
11621
+ /** Policy content - should be translated */
11622
+ content?: string;
11623
+ }
11596
11624
  /** Billing Info and shipping details */
11597
11625
  interface AddressWithContact$3 {
11598
11626
  /** Address. */
@@ -12225,7 +12253,7 @@ interface Membership$2 {
12225
12253
  /** ID of the application providing this payment option. */
12226
12254
  appId?: string;
12227
12255
  /** The name of this membership. */
12228
- name?: MembershipName$5;
12256
+ name?: MembershipName$4;
12229
12257
  /** Line item IDs which are "paid for" by this membership. */
12230
12258
  lineItemIds?: string[];
12231
12259
  /** Optional - For a membership that has limited credits, information about credit usage. */
@@ -12235,7 +12263,7 @@ interface Membership$2 {
12235
12263
  /** Additional data about this membership. */
12236
12264
  additionalData?: Record<string, any> | null;
12237
12265
  }
12238
- interface MembershipName$5 {
12266
+ interface MembershipName$4 {
12239
12267
  /** Membership name. */
12240
12268
  original?: string;
12241
12269
  /** Translated membership name. Defaults to `original` when not provided. */
@@ -12386,13 +12414,13 @@ interface CustomContentReference$1 {
12386
12414
  /**
12387
12415
  * ID of the app providing the content.
12388
12416
  *
12389
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
12417
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
12390
12418
  */
12391
12419
  appId?: string;
12392
12420
  /**
12393
12421
  * ID of the component within the app it belongs to.
12394
12422
  *
12395
- * You can get your component's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
12423
+ * You can get your component's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
12396
12424
  */
12397
12425
  componentId?: string;
12398
12426
  }
@@ -13402,6 +13430,10 @@ interface CatalogOverrideFieldsNonNullableFields$1 {
13402
13430
  interface TaxableAddressNonNullableFields$3 {
13403
13431
  addressType: TaxableAddressType$4;
13404
13432
  }
13433
+ interface PolicyNonNullableFields$1 {
13434
+ title: string;
13435
+ content: string;
13436
+ }
13405
13437
  interface LineItemNonNullableFields {
13406
13438
  quantity: number;
13407
13439
  catalogReference?: CatalogReferenceNonNullableFields$3;
@@ -13432,6 +13464,7 @@ interface LineItemNonNullableFields {
13432
13464
  fixedQuantity: boolean;
13433
13465
  savePaymentMethod: boolean;
13434
13466
  taxableAddress?: TaxableAddressNonNullableFields$3;
13467
+ policies: PolicyNonNullableFields$1[];
13435
13468
  }
13436
13469
  interface StreetAddressNonNullableFields$6 {
13437
13470
  number: string;
@@ -14389,7 +14422,7 @@ declare const index_d$k_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
14389
14422
  declare const index_d$k_updateCheckout: typeof updateCheckout;
14390
14423
  declare const index_d$k_updateLineItemsQuantity: typeof updateLineItemsQuantity;
14391
14424
  declare namespace index_d$k {
14392
- export { type ActionEvent$g as ActionEvent, type index_d$k_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$k_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$k_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$k_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$8 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$7 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type index_d$k_ApiAddress as ApiAddress, type ApplicationError$9 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$8 as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, type ChannelInfo$3 as ChannelInfo, index_d$k_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$k_ChargeDetails as ChargeDetails, ChargeType$4 as ChargeType, type Checkout$1 as Checkout, type index_d$k_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$k_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$k_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$k_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$k_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$k_CommonVatId as CommonVatId, index_d$k_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type index_d$k_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$k_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$k_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$k_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$k_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$k_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$k_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type index_d$k_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$k_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$5 as DeliveryLogistics, type DeliveryTimeSlot$5 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type Discount$2 as Discount, index_d$k_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$g as DomainEvent, type DomainEventBodyOneOf$g as DomainEventBodyOneOf, type index_d$k_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$k_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$9 as Empty, type EntityCreatedEvent$g as EntityCreatedEvent, type EntityDeletedEvent$g as EntityDeletedEvent, type EntityUpdatedEvent$g as EntityUpdatedEvent, type EventMetadata$8 as EventMetadata, type ExtendedFields$8 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$2 as FileType, type FreeTrialPeriod$1 as FreeTrialPeriod, type FullAddressContactDetails$4 as FullAddressContactDetails, type FullName$1 as FullName, type index_d$k_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$k_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$k_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$k_GetCheckoutPaymentSettingsRequest as GetCheckoutPaymentSettingsRequest, type index_d$k_GetCheckoutPaymentSettingsResponse as GetCheckoutPaymentSettingsResponse, type index_d$k_GetCheckoutPaymentSettingsResponseNonNullableFields as GetCheckoutPaymentSettingsResponseNonNullableFields, index_d$k_GetCheckoutPaymentSettingsResponsePaymentOption as GetCheckoutPaymentSettingsResponsePaymentOption, type index_d$k_GetCheckoutRequest as GetCheckoutRequest, type index_d$k_GetCheckoutResponse as GetCheckoutResponse, type index_d$k_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$k_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$k_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$k_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$k_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$k_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$k_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$k_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$4 as GiftCard, type Group$2 as Group, type IdentificationData$g as IdentificationData, type IdentificationDataIdOneOf$g as IdentificationDataIdOneOf, IdentityType$4 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type index_d$k_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type index_d$k_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$k_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$f as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type index_d$k_PaymentErrorResponseData as PaymentErrorResponseData, type PaymentOption$1 as PaymentOption, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type index_d$k_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type index_d$k_RedeemErrorData as RedeemErrorData, type index_d$k_RemoveCouponRequest as RemoveCouponRequest, type index_d$k_RemoveCouponResponse as RemoveCouponResponse, type index_d$k_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$k_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$k_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$k_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$k_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$k_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$k_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$k_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$k_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$k_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$g as RestoreInfo, RuleType$4 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type index_d$k_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$k_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type index_d$k_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$7 as StreetAddress, type index_d$k_Subscription as Subscription, type index_d$k_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, SuggestedFix$1 as SuggestedFix, type SystemError$4 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type TaxableAddress$4 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$4 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$4 as TaxableAddressType, type Title$1 as Title, type Totals$1 as Totals, type index_d$k_UpdateCheckout as UpdateCheckout, type index_d$k_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$k_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$k_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$k_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$k_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$k_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$k_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$k_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$k_V1BuyerInfo as V1BuyerInfo, type index_d$k_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$k_V1ShippingInfo as V1ShippingInfo, type index_d$k_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$k_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$k_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$1 as Violation, type index_d$k_ViolationsList as ViolationsList, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$6 as WeightUnit, type index_d$k__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type index_d$k__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type index_d$k__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, index_d$k_addToCheckout as addToCheckout, index_d$k_createCheckout as createCheckout, createOrder$2 as createOrder, index_d$k_getCheckout as getCheckout, index_d$k_getCheckoutByCartId as getCheckoutByCartId, index_d$k_getCheckoutPaymentSettings as getCheckoutPaymentSettings, index_d$k_getCheckoutUrl as getCheckoutUrl, index_d$k_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$k_onCheckoutCompleted as onCheckoutCompleted, index_d$k_onCheckoutCreated as onCheckoutCreated, index_d$k_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, index_d$k_removeCoupon as removeCoupon, index_d$k_removeGiftCard as removeGiftCard, index_d$k_removeLineItems as removeLineItems, index_d$k_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$k_updateCheckout as updateCheckout, index_d$k_updateLineItemsQuantity as updateLineItemsQuantity };
14425
+ export { type ActionEvent$g as ActionEvent, type index_d$k_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$k_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$k_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$k_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$8 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$7 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type index_d$k_ApiAddress as ApiAddress, type ApplicationError$9 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$8 as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, type ChannelInfo$3 as ChannelInfo, index_d$k_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$k_ChargeDetails as ChargeDetails, ChargeType$4 as ChargeType, type Checkout$1 as Checkout, type index_d$k_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$k_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$k_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$k_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$k_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$k_CommonVatId as CommonVatId, index_d$k_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type index_d$k_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$k_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$k_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$k_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$k_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$k_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$k_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type index_d$k_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$k_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$5 as DeliveryLogistics, type DeliveryTimeSlot$5 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type Discount$2 as Discount, index_d$k_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$g as DomainEvent, type DomainEventBodyOneOf$g as DomainEventBodyOneOf, type index_d$k_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$k_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$9 as Empty, type EntityCreatedEvent$g as EntityCreatedEvent, type EntityDeletedEvent$g as EntityDeletedEvent, type EntityUpdatedEvent$g as EntityUpdatedEvent, type EventMetadata$8 as EventMetadata, type ExtendedFields$8 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$2 as FileType, type FreeTrialPeriod$1 as FreeTrialPeriod, type FullAddressContactDetails$4 as FullAddressContactDetails, type FullName$1 as FullName, type index_d$k_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$k_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$k_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$k_GetCheckoutPaymentSettingsRequest as GetCheckoutPaymentSettingsRequest, type index_d$k_GetCheckoutPaymentSettingsResponse as GetCheckoutPaymentSettingsResponse, type index_d$k_GetCheckoutPaymentSettingsResponseNonNullableFields as GetCheckoutPaymentSettingsResponseNonNullableFields, index_d$k_GetCheckoutPaymentSettingsResponsePaymentOption as GetCheckoutPaymentSettingsResponsePaymentOption, type index_d$k_GetCheckoutRequest as GetCheckoutRequest, type index_d$k_GetCheckoutResponse as GetCheckoutResponse, type index_d$k_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$k_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$k_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$k_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$k_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$k_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$k_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$k_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$4 as GiftCard, type Group$2 as Group, type IdentificationData$g as IdentificationData, type IdentificationDataIdOneOf$g as IdentificationDataIdOneOf, IdentityType$4 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type index_d$k_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type index_d$k_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$k_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$4 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$f as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type index_d$k_PaymentErrorResponseData as PaymentErrorResponseData, type PaymentOption$1 as PaymentOption, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type Policy$1 as Policy, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type index_d$k_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type index_d$k_RedeemErrorData as RedeemErrorData, type index_d$k_RemoveCouponRequest as RemoveCouponRequest, type index_d$k_RemoveCouponResponse as RemoveCouponResponse, type index_d$k_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$k_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$k_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$k_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$k_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$k_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$k_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$k_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$k_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$k_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$g as RestoreInfo, RuleType$4 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type index_d$k_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$k_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type index_d$k_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$7 as StreetAddress, type index_d$k_Subscription as Subscription, type index_d$k_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, SuggestedFix$1 as SuggestedFix, type SystemError$4 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type TaxableAddress$4 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$4 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$4 as TaxableAddressType, type Title$1 as Title, type Totals$1 as Totals, type index_d$k_UpdateCheckout as UpdateCheckout, type index_d$k_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$k_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$k_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$k_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$k_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$k_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$k_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$k_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$k_V1BuyerInfo as V1BuyerInfo, type index_d$k_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$k_V1ShippingInfo as V1ShippingInfo, type index_d$k_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$k_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$k_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$1 as Violation, type index_d$k_ViolationsList as ViolationsList, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$6 as WeightUnit, type index_d$k__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type index_d$k__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type index_d$k__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, index_d$k_addToCheckout as addToCheckout, index_d$k_createCheckout as createCheckout, createOrder$2 as createOrder, index_d$k_getCheckout as getCheckout, index_d$k_getCheckoutByCartId as getCheckoutByCartId, index_d$k_getCheckoutPaymentSettings as getCheckoutPaymentSettings, index_d$k_getCheckoutUrl as getCheckoutUrl, index_d$k_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$k_onCheckoutCompleted as onCheckoutCompleted, index_d$k_onCheckoutCreated as onCheckoutCreated, index_d$k_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, index_d$k_removeCoupon as removeCoupon, index_d$k_removeGiftCard as removeGiftCard, index_d$k_removeLineItems as removeLineItems, index_d$k_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$k_updateCheckout as updateCheckout, index_d$k_updateLineItemsQuantity as updateLineItemsQuantity };
14393
14426
  }
14394
14427
 
14395
14428
  interface CheckoutSettings {
@@ -14958,7 +14991,7 @@ interface CatalogReference$5 {
14958
14991
  /**
14959
14992
  * ID of the app providing the catalog.
14960
14993
  *
14961
- * 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/).
14962
14995
  *
14963
14996
  * For items from Wix catalogs, the following values always apply:
14964
14997
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -15307,6 +15340,12 @@ interface ServiceProperties$2 {
15307
15340
  /** The number of people participating in the service. For example, the number of people attending a class or the number of people per hotel room. */
15308
15341
  numberOfParticipants?: number | null;
15309
15342
  }
15343
+ interface Policy {
15344
+ /** Policy title - should be translated */
15345
+ title?: string;
15346
+ /** Policy content - should be translated */
15347
+ content?: string;
15348
+ }
15310
15349
  interface ExtendedFields$7 {
15311
15350
  /**
15312
15351
  * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
@@ -15322,13 +15361,13 @@ interface CustomContentReference {
15322
15361
  /**
15323
15362
  * ID of the app providing the content.
15324
15363
  *
15325
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
15364
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
15326
15365
  */
15327
15366
  appId?: string;
15328
15367
  /**
15329
15368
  * ID of the component within the app it belongs to.
15330
15369
  *
15331
- * You can get your component's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
15370
+ * You can get your component's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
15332
15371
  */
15333
15372
  componentId?: string;
15334
15373
  }
@@ -16543,7 +16582,7 @@ interface Membership$1 {
16543
16582
  /** ID of the application providing this payment option. */
16544
16583
  appId?: string;
16545
16584
  /** The name of this membership. */
16546
- name?: MembershipName$4;
16585
+ name?: MembershipName$3;
16547
16586
  /** Line item IDs which are "paid" for by this membership. */
16548
16587
  lineItemIds?: string[];
16549
16588
  /** Optional - For a membership that has limited credits, information about credit usage. */
@@ -16553,7 +16592,7 @@ interface Membership$1 {
16553
16592
  /** Additional data about this membership. */
16554
16593
  additionalData?: Record<string, any> | null;
16555
16594
  }
16556
- interface MembershipName$4 {
16595
+ interface MembershipName$3 {
16557
16596
  /** Membership name. */
16558
16597
  original?: string;
16559
16598
  /** Translated membership name. Defaults to `original` when not provided. */
@@ -16910,6 +16949,10 @@ interface SecuredMediaNonNullableFields {
16910
16949
  fileName: string;
16911
16950
  fileType: FileType$1;
16912
16951
  }
16952
+ interface PolicyNonNullableFields {
16953
+ title: string;
16954
+ content: string;
16955
+ }
16913
16956
  interface CustomLineItemNonNullableFields {
16914
16957
  quantity: number;
16915
16958
  price: string;
@@ -16927,6 +16970,7 @@ interface CustomLineItemNonNullableFields {
16927
16970
  priceUndetermined: boolean;
16928
16971
  fixedQuantity: boolean;
16929
16972
  savePaymentMethod: boolean;
16973
+ policies: PolicyNonNullableFields[];
16930
16974
  }
16931
16975
  interface CustomContentReferenceNonNullableFields {
16932
16976
  appId: string;
@@ -17309,6 +17353,7 @@ type index_d$i_NameInOther = NameInOther;
17309
17353
  declare const index_d$i_NameInOther: typeof NameInOther;
17310
17354
  type index_d$i_Other = Other;
17311
17355
  type index_d$i_PaymentOption = PaymentOption;
17356
+ type index_d$i_Policy = Policy;
17312
17357
  type index_d$i_QueryCheckoutTemplatesRequest = QueryCheckoutTemplatesRequest;
17313
17358
  type index_d$i_QueryCheckoutTemplatesResponse = QueryCheckoutTemplatesResponse;
17314
17359
  type index_d$i_QueryCheckoutTemplatesResponseNonNullableFields = QueryCheckoutTemplatesResponseNonNullableFields;
@@ -17345,7 +17390,7 @@ declare const index_d$i_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
17345
17390
  declare const index_d$i_queryCheckoutTemplates: typeof queryCheckoutTemplates;
17346
17391
  declare const index_d$i_updateCheckoutTemplate: typeof updateCheckoutTemplate;
17347
17392
  declare namespace index_d$i {
17348
- export { type ActionEvent$e as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$7 as Address, type AddressLocation$6 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$8 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$6 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type index_d$i_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$3 as ChargeType, type index_d$i_Checkout as Checkout, type index_d$i_CheckoutCustomization as CheckoutCustomization, type index_d$i_CheckoutTemplate as CheckoutTemplate, type index_d$i_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type index_d$i_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type index_d$i_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type index_d$i_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type index_d$i_CheckoutTemplateUsed as CheckoutTemplateUsed, type index_d$i_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type index_d$i_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type index_d$i_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type index_d$i_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type index_d$i_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type index_d$i_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type index_d$i_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type index_d$i_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type index_d$i_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type index_d$i_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type index_d$i_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type index_d$i_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$b as CursorPaging, type CursorPagingMetadata$a as CursorPagingMetadata, type CursorQuery$7 as CursorQuery, type CursorQueryPagingMethodOneOf$7 as CursorQueryPagingMethodOneOf, type Cursors$b as Cursors, type index_d$i_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type index_d$i_CustomSettings as CustomSettings, type index_d$i_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type index_d$i_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type index_d$i_Description as Description, type DescriptionLine$2 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$2 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$2 as DescriptionLineName, DescriptionLineType$2 as DescriptionLineType, type DescriptionLineValueOneOf$2 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$e as DomainEvent, type DomainEventBodyOneOf$e as DomainEventBodyOneOf, type EntityCreatedEvent$e as EntityCreatedEvent, type EntityDeletedEvent$e as EntityDeletedEvent, type EntityUpdatedEvent$e as EntityUpdatedEvent, type EventMetadata$6 as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$1 as FileType, type index_d$i_FreeTrialPeriod as FreeTrialPeriod, type FullAddressContactDetails$3 as FullAddressContactDetails, type index_d$i_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type index_d$i_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type index_d$i_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$1 as Group, type index_d$i_HeadersEntry as HeadersEntry, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type index_d$i_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$i_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$4 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, index_d$i_NameInLineItem as NameInLineItem, index_d$i_NameInOther as NameInOther, type index_d$i_Other as Other, type OtherCharge$1 as OtherCharge, type index_d$i_PaymentOption as PaymentOption, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type index_d$i_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type index_d$i_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type index_d$i_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type index_d$i_RawHttpResponse as RawHttpResponse, type index_d$i_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$e as RestoreInfo, RuleType$3 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, index_d$i_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$b as SortOrder, type Sorting$b as Sorting, Status$2 as Status, type StreetAddress$6 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, index_d$i_SuggestedFix as SuggestedFix, type SystemError$3 as SystemError, type index_d$i_Target as Target, type index_d$i_TargetLineItem as TargetLineItem, type index_d$i_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type TaxableAddress$3 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$3 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$3 as TaxableAddressType, type index_d$i_Title as Title, type index_d$i_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type index_d$i_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type index_d$i_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type index_d$i_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type index_d$i_V1LineItem as V1LineItem, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type index_d$i_Violation as Violation, type index_d$i_WebClientCustomization as WebClientCustomization, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type index_d$i__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type index_d$i__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type index_d$i__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type index_d$i__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, index_d$i_createAndRedirectToCheckout as createAndRedirectToCheckout, index_d$i_createCheckoutFromTemplate as createCheckoutFromTemplate, index_d$i_createCheckoutTemplate as createCheckoutTemplate, index_d$i_deleteCheckoutTemplate as deleteCheckoutTemplate, index_d$i_getCheckoutTemplate as getCheckoutTemplate, index_d$i_onCheckoutTemplateCreated as onCheckoutTemplateCreated, index_d$i_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, index_d$i_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, index_d$i_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, index_d$i_queryCheckoutTemplates as queryCheckoutTemplates, index_d$i_updateCheckoutTemplate as updateCheckoutTemplate };
17393
+ export { type ActionEvent$e as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$7 as Address, type AddressLocation$6 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$8 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$6 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type index_d$i_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$3 as ChargeType, type index_d$i_Checkout as Checkout, type index_d$i_CheckoutCustomization as CheckoutCustomization, type index_d$i_CheckoutTemplate as CheckoutTemplate, type index_d$i_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type index_d$i_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type index_d$i_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type index_d$i_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type index_d$i_CheckoutTemplateUsed as CheckoutTemplateUsed, type index_d$i_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type index_d$i_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type index_d$i_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type index_d$i_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type index_d$i_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type index_d$i_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type index_d$i_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type index_d$i_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type index_d$i_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type index_d$i_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type index_d$i_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type index_d$i_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$b as CursorPaging, type CursorPagingMetadata$a as CursorPagingMetadata, type CursorQuery$7 as CursorQuery, type CursorQueryPagingMethodOneOf$7 as CursorQueryPagingMethodOneOf, type Cursors$b as Cursors, type index_d$i_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type index_d$i_CustomSettings as CustomSettings, type index_d$i_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type index_d$i_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type index_d$i_Description as Description, type DescriptionLine$2 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$2 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$2 as DescriptionLineName, DescriptionLineType$2 as DescriptionLineType, type DescriptionLineValueOneOf$2 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$e as DomainEvent, type DomainEventBodyOneOf$e as DomainEventBodyOneOf, type EntityCreatedEvent$e as EntityCreatedEvent, type EntityDeletedEvent$e as EntityDeletedEvent, type EntityUpdatedEvent$e as EntityUpdatedEvent, type EventMetadata$6 as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$1 as FileType, type index_d$i_FreeTrialPeriod as FreeTrialPeriod, type FullAddressContactDetails$3 as FullAddressContactDetails, type index_d$i_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type index_d$i_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type index_d$i_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$1 as Group, type index_d$i_HeadersEntry as HeadersEntry, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type index_d$i_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$i_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$3 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, index_d$i_NameInLineItem as NameInLineItem, index_d$i_NameInOther as NameInOther, type index_d$i_Other as Other, type OtherCharge$1 as OtherCharge, type index_d$i_PaymentOption as PaymentOption, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type index_d$i_Policy as Policy, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type index_d$i_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type index_d$i_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type index_d$i_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type index_d$i_RawHttpResponse as RawHttpResponse, type index_d$i_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$e as RestoreInfo, RuleType$3 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, index_d$i_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$b as SortOrder, type Sorting$b as Sorting, Status$2 as Status, type StreetAddress$6 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, index_d$i_SuggestedFix as SuggestedFix, type SystemError$3 as SystemError, type index_d$i_Target as Target, type index_d$i_TargetLineItem as TargetLineItem, type index_d$i_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type TaxableAddress$3 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$3 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$3 as TaxableAddressType, type index_d$i_Title as Title, type index_d$i_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type index_d$i_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type index_d$i_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type index_d$i_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type index_d$i_V1LineItem as V1LineItem, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type index_d$i_Violation as Violation, type index_d$i_WebClientCustomization as WebClientCustomization, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type index_d$i__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type index_d$i__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type index_d$i__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type index_d$i__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, index_d$i_createAndRedirectToCheckout as createAndRedirectToCheckout, index_d$i_createCheckoutFromTemplate as createCheckoutFromTemplate, index_d$i_createCheckoutTemplate as createCheckoutTemplate, index_d$i_deleteCheckoutTemplate as deleteCheckoutTemplate, index_d$i_getCheckoutTemplate as getCheckoutTemplate, index_d$i_onCheckoutTemplateCreated as onCheckoutTemplateCreated, index_d$i_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, index_d$i_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, index_d$i_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, index_d$i_queryCheckoutTemplates as queryCheckoutTemplates, index_d$i_updateCheckoutTemplate as updateCheckoutTemplate };
17349
17394
  }
17350
17395
 
17351
17396
  /**
@@ -17412,7 +17457,7 @@ interface DeliveryRegion {
17412
17457
  _createdDate?: Date | null;
17413
17458
  }
17414
17459
  interface DeliveryCarrier {
17415
- /** AppDefId of the provider as it is registered in Wix Dev Center. Can be fetched by listDeliveryProvider api. */
17460
+ /** AppDefId of the provider as it is registered in the [app dashboard](https://dev.wix.com/dc3/my-apps/). Can be fetched by listDeliveryProvider api. */
17416
17461
  appId?: string;
17417
17462
  /** Backup rate to be used in case the cost returned by the provider is empty. */
17418
17463
  backupRate?: BackupRate;
@@ -18961,7 +19006,7 @@ interface DraftOrder {
18961
19006
  recipientInfo?: RecipientInfoDetails;
18962
19007
  /**
18963
19008
  * Custom field data for the draft order object.
18964
- * [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.
18965
19010
  */
18966
19011
  extendedFields?: ExtendedFields$5;
18967
19012
  }
@@ -19122,7 +19167,7 @@ interface CatalogReference$4 {
19122
19167
  /**
19123
19168
  * ID of the app providing the catalog.
19124
19169
  *
19125
- * 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/).
19126
19171
  *
19127
19172
  * For items from Wix catalogs, the following values always apply:
19128
19173
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -24325,7 +24370,7 @@ interface CatalogReference$3 {
24325
24370
  /**
24326
24371
  * ID of the app providing the catalog.
24327
24372
  *
24328
- * 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/).
24329
24374
  *
24330
24375
  * For items from Wix catalogs, the following values always apply:
24331
24376
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -25915,21 +25960,21 @@ interface ListOrderTransactionsForMetasiteRequest {
25915
25960
  }
25916
25961
  interface ListOrderTransactionsForMetasiteResponse {
25917
25962
  /** Order ID and its associated transactions. */
25918
- orderTransactions?: OrderTransactions$2;
25963
+ orderTransactions?: OrderTransactions$1;
25919
25964
  }
25920
- interface OrderTransactions$2 {
25965
+ interface OrderTransactions$1 {
25921
25966
  /** Order ID. */
25922
25967
  orderId?: string;
25923
25968
  /** Record of payments made to the merchant. */
25924
- payments?: Payment$2[];
25969
+ payments?: Payment$1[];
25925
25970
  /** Record of refunds made to the buyer. */
25926
- refunds?: Refund$2[];
25971
+ refunds?: Refund$1[];
25927
25972
  }
25928
- interface Payment$2 extends PaymentPaymentDetailsOneOf$2 {
25973
+ interface Payment$1 extends PaymentPaymentDetailsOneOf$1 {
25929
25974
  /** Regular payment details. */
25930
- regularPaymentDetails?: RegularPaymentDetails$2;
25975
+ regularPaymentDetails?: RegularPaymentDetails$1;
25931
25976
  /** Gift card payment details. */
25932
- giftcardPaymentDetails?: GiftCardPaymentDetails$2;
25977
+ giftcardPaymentDetails?: GiftCardPaymentDetails$1;
25933
25978
  /**
25934
25979
  * Payment ID.
25935
25980
  * @readonly
@@ -25952,15 +25997,15 @@ interface Payment$2 extends PaymentPaymentDetailsOneOf$2 {
25952
25997
  refundDisabled?: boolean;
25953
25998
  }
25954
25999
  /** @oneof */
25955
- interface PaymentPaymentDetailsOneOf$2 {
26000
+ interface PaymentPaymentDetailsOneOf$1 {
25956
26001
  /** Regular payment details. */
25957
- regularPaymentDetails?: RegularPaymentDetails$2;
26002
+ regularPaymentDetails?: RegularPaymentDetails$1;
25958
26003
  /** Gift card payment details. */
25959
- giftcardPaymentDetails?: GiftCardPaymentDetails$2;
26004
+ giftcardPaymentDetails?: GiftCardPaymentDetails$1;
25960
26005
  }
25961
- interface RegularPaymentDetails$2 extends RegularPaymentDetailsPaymentMethodDetailsOneOf$2 {
26006
+ interface RegularPaymentDetails$1 extends RegularPaymentDetailsPaymentMethodDetailsOneOf$1 {
25962
26007
  /** Whether regular card used */
25963
- creditCardDetails?: CreditCardPaymentMethodDetails$2;
26008
+ creditCardDetails?: CreditCardPaymentMethodDetails$1;
25964
26009
  /** Wix Payments order ID. */
25965
26010
  paymentOrderId?: string | null;
25966
26011
  /**
@@ -25978,18 +26023,18 @@ interface RegularPaymentDetails$2 extends RegularPaymentDetailsPaymentMethodDeta
25978
26023
  /** Whether the payment was made offline. For example, when using cash or when marked as paid in the Business Manager. */
25979
26024
  offlinePayment?: boolean;
25980
26025
  /** Payment status. */
25981
- status?: TransactionStatus$2;
26026
+ status?: TransactionStatus$1;
25982
26027
  /** Whether there is a payment agreement that allows for future charges. */
25983
26028
  savedPaymentMethod?: boolean;
25984
26029
  /** Authorization details. */
25985
- authorizationDetails?: AuthorizationDetails$2;
26030
+ authorizationDetails?: AuthorizationDetails$1;
25986
26031
  }
25987
26032
  /** @oneof */
25988
- interface RegularPaymentDetailsPaymentMethodDetailsOneOf$2 {
26033
+ interface RegularPaymentDetailsPaymentMethodDetailsOneOf$1 {
25989
26034
  /** Whether regular card used */
25990
- creditCardDetails?: CreditCardPaymentMethodDetails$2;
26035
+ creditCardDetails?: CreditCardPaymentMethodDetails$1;
25991
26036
  }
25992
- declare enum TransactionStatus$2 {
26037
+ declare enum TransactionStatus$1 {
25993
26038
  UNDEFINED = "UNDEFINED",
25994
26039
  APPROVED = "APPROVED",
25995
26040
  PENDING = "PENDING",
@@ -26001,13 +26046,13 @@ declare enum TransactionStatus$2 {
26001
26046
  AUTHORIZED = "AUTHORIZED",
26002
26047
  VOIDED = "VOIDED"
26003
26048
  }
26004
- interface CreditCardPaymentMethodDetails$2 {
26049
+ interface CreditCardPaymentMethodDetails$1 {
26005
26050
  /** The last 4 digits of the card number. */
26006
26051
  lastFourDigits?: string | null;
26007
26052
  /** Card issuer's brand. */
26008
26053
  brand?: string | null;
26009
26054
  }
26010
- interface AuthorizationDetails$2 {
26055
+ interface AuthorizationDetails$1 {
26011
26056
  /**
26012
26057
  * Whether the authorized payment is of a delayed capture.
26013
26058
  * @readonly
@@ -26019,28 +26064,28 @@ interface AuthorizationDetails$2 {
26019
26064
  * List of captures associated with payment
26020
26065
  * In case of failed it can be replaced with new one with PENDING or SUCCESS statuses
26021
26066
  */
26022
- captures?: AuthorizationCapture$2[];
26067
+ captures?: AuthorizationCapture$1[];
26023
26068
  /** Void associated with payment */
26024
- void?: AuthorizationVoid$2;
26069
+ void?: AuthorizationVoid$1;
26025
26070
  /** Scheduled action for this transaction */
26026
26071
  scheduledAction?: V1ScheduledAction;
26027
26072
  }
26028
- interface AuthorizationCapture$2 {
26073
+ interface AuthorizationCapture$1 {
26029
26074
  /**
26030
26075
  * Capture ID.
26031
26076
  * @readonly
26032
26077
  */
26033
26078
  _id?: string | null;
26034
26079
  /** Status of this capture action */
26035
- status?: AuthorizationCaptureStatus$2;
26080
+ status?: AuthorizationCaptureStatus$1;
26036
26081
  /** Amount of this capture */
26037
26082
  amount?: Price$3;
26038
26083
  /** Date and time the capture was initiated in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format. */
26039
26084
  _createdDate?: Date | null;
26040
26085
  /** In case of status is FAILED may contain failure details */
26041
- failureDetails?: AuthorizationActionFailureDetails$2;
26086
+ failureDetails?: AuthorizationActionFailureDetails$1;
26042
26087
  }
26043
- declare enum AuthorizationCaptureStatus$2 {
26088
+ declare enum AuthorizationCaptureStatus$1 {
26044
26089
  UNKNOWN_STATUS = "UNKNOWN_STATUS",
26045
26090
  /** Whether capture operation still in progress */
26046
26091
  PENDING = "PENDING",
@@ -26049,20 +26094,20 @@ declare enum AuthorizationCaptureStatus$2 {
26049
26094
  /** The capture operation was failed */
26050
26095
  FAILED = "FAILED"
26051
26096
  }
26052
- interface AuthorizationActionFailureDetails$2 {
26097
+ interface AuthorizationActionFailureDetails$1 {
26053
26098
  failureCode?: string;
26054
26099
  }
26055
- interface AuthorizationVoid$2 {
26100
+ interface AuthorizationVoid$1 {
26056
26101
  /** Status of this void action */
26057
- status?: AuthorizationVoidStatus$2;
26102
+ status?: AuthorizationVoidStatus$1;
26058
26103
  /** Date and time the void was initiated in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format. */
26059
26104
  voidedDate?: Date | null;
26060
26105
  /** In case of status is FAILED may contain failure details */
26061
- failureDetails?: AuthorizationActionFailureDetails$2;
26106
+ failureDetails?: AuthorizationActionFailureDetails$1;
26062
26107
  /** Reason of void action */
26063
- reason?: Reason$2;
26108
+ reason?: Reason$1;
26064
26109
  }
26065
- declare enum AuthorizationVoidStatus$2 {
26110
+ declare enum AuthorizationVoidStatus$1 {
26066
26111
  UNKNOWN_STATUS = "UNKNOWN_STATUS",
26067
26112
  /** Whether void operation still in progress */
26068
26113
  PENDING = "PENDING",
@@ -26077,23 +26122,23 @@ declare enum AuthorizationVoidStatus$2 {
26077
26122
  * + `MANUAL`: Authorization was voided by user.
26078
26123
  * + `SCHEDULED`: Authorization passed execution date.
26079
26124
  */
26080
- declare enum Reason$2 {
26125
+ declare enum Reason$1 {
26081
26126
  UNKNOWN_REASON = "UNKNOWN_REASON",
26082
26127
  MANUAL = "MANUAL",
26083
26128
  SCHEDULED = "SCHEDULED"
26084
26129
  }
26085
26130
  interface V1ScheduledAction {
26086
26131
  /** type of the action */
26087
- actionType?: ActionType$2;
26132
+ actionType?: ActionType$1;
26088
26133
  /** the date and time of the action */
26089
26134
  executionDate?: Date | null;
26090
26135
  }
26091
- declare enum ActionType$2 {
26136
+ declare enum ActionType$1 {
26092
26137
  UNKNOWN_ACTION_TYPE = "UNKNOWN_ACTION_TYPE",
26093
26138
  VOID = "VOID",
26094
26139
  CAPTURE = "CAPTURE"
26095
26140
  }
26096
- interface GiftCardPaymentDetails$2 {
26141
+ interface GiftCardPaymentDetails$1 {
26097
26142
  /** Gift card payment ID. */
26098
26143
  giftCardPaymentId?: string;
26099
26144
  /** ID of the app that created the gift card. */
@@ -26104,15 +26149,15 @@ interface GiftCardPaymentDetails$2 {
26104
26149
  */
26105
26150
  voided?: boolean;
26106
26151
  }
26107
- interface MembershipPaymentDetails$2 {
26152
+ interface MembershipPaymentDetails$1 {
26108
26153
  /** Membership ID. */
26109
26154
  membershipId?: string;
26110
26155
  /** ID of the line item this membership applies to. */
26111
26156
  lineItemId?: string;
26112
26157
  /** Payment status. */
26113
- status?: MembershipPaymentStatus$2;
26158
+ status?: MembershipPaymentStatus$1;
26114
26159
  /** Membership name. */
26115
- name?: MembershipName$3;
26160
+ name?: MembershipName$2;
26116
26161
  /** The transaction ID in the membership system. Can be used to void the transaction. */
26117
26162
  externalTransactionId?: string | null;
26118
26163
  /**
@@ -26123,38 +26168,38 @@ interface MembershipPaymentDetails$2 {
26123
26168
  /** ID of the application providing this payment option. */
26124
26169
  providerAppId?: string;
26125
26170
  }
26126
- declare enum MembershipPaymentStatus$2 {
26171
+ declare enum MembershipPaymentStatus$1 {
26127
26172
  /** CHARGED - Payment was charged */
26128
26173
  CHARGED = "CHARGED",
26129
26174
  /** CHARGE_FAILED - The attempt to charge that payment have failed, for example due to lack of credits */
26130
26175
  CHARGE_FAILED = "CHARGE_FAILED"
26131
26176
  }
26132
- interface MembershipName$3 {
26177
+ interface MembershipName$2 {
26133
26178
  /** Membership name. */
26134
26179
  original?: string;
26135
26180
  /** Translated membership name. Defaults to `original` when not provided. */
26136
26181
  translated?: string | null;
26137
26182
  }
26138
- interface Refund$2 {
26183
+ interface Refund$1 {
26139
26184
  /**
26140
26185
  * Refund ID.
26141
26186
  * @readonly
26142
26187
  */
26143
26188
  _id?: string;
26144
26189
  /** List of transactions. */
26145
- transactions?: RefundTransaction$2[];
26190
+ transactions?: RefundTransaction$1[];
26146
26191
  /** Refund business details. */
26147
- details?: RefundDetails$2;
26192
+ details?: RefundDetails$1;
26148
26193
  /** Date and time the refund was created in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format. Defaults to current time when not provided. */
26149
26194
  _createdDate?: Date | null;
26150
26195
  }
26151
- interface RefundTransaction$2 {
26196
+ interface RefundTransaction$1 {
26152
26197
  /** ID of the payment associated with this refund. */
26153
26198
  paymentId?: string;
26154
26199
  /** Refund amount. */
26155
26200
  amount?: Price$3;
26156
26201
  /** Refund status. */
26157
- refundStatus?: RefundStatus$2;
26202
+ refundStatus?: RefundStatus$1;
26158
26203
  /**
26159
26204
  * Payment gateway's refund ID. This ID can be used with the Wix Payments [Transactions API](https://dev.wix.com/docs/rest/api-reference/wix-payments/transactions/introduction).
26160
26205
  * This field is only returned when the value of `external_refund` is `false`.
@@ -26173,7 +26218,7 @@ interface RefundTransaction$2 {
26173
26218
  * + `SCHEDULED`: Refund request acknowledged, and will be executed soon.
26174
26219
  * + `STARTED`: Refund was initiated on payment provider side.
26175
26220
  */
26176
- declare enum RefundStatus$2 {
26221
+ declare enum RefundStatus$1 {
26177
26222
  PENDING = "PENDING",
26178
26223
  SUCCEEDED = "SUCCEEDED",
26179
26224
  FAILED = "FAILED",
@@ -26181,27 +26226,27 @@ declare enum RefundStatus$2 {
26181
26226
  STARTED = "STARTED"
26182
26227
  }
26183
26228
  /** Business model of a refund request */
26184
- interface RefundDetails$2 {
26229
+ interface RefundDetails$1 {
26185
26230
  /** Order line item IDs and quantities that were refunded. */
26186
- items?: RefundItem$2[];
26231
+ items?: RefundItem$1[];
26187
26232
  /** Whether the shipping fee was also refunded. */
26188
26233
  shippingIncluded?: boolean;
26189
26234
  /** Reason for the refund, provided by customer (optional). */
26190
26235
  reason?: string | null;
26191
26236
  }
26192
- interface RefundItem$2 {
26237
+ interface RefundItem$1 {
26193
26238
  /** Line item ID the refunded line item. */
26194
26239
  lineItemId?: string;
26195
26240
  /** Line item quantity refunded. */
26196
26241
  quantity?: number;
26197
26242
  }
26198
- interface LineItemRefund$2 {
26243
+ interface LineItemRefund$1 {
26199
26244
  }
26200
- interface AdditionalFeeRefund$2 {
26245
+ interface AdditionalFeeRefund$1 {
26201
26246
  }
26202
- interface ShippingRefund$2 {
26247
+ interface ShippingRefund$1 {
26203
26248
  }
26204
- interface AggregatedRefundSummary$2 {
26249
+ interface AggregatedRefundSummary$1 {
26205
26250
  }
26206
26251
  interface UpsertRefundRequest {
26207
26252
  /** Meta site ID. */
@@ -26209,11 +26254,11 @@ interface UpsertRefundRequest {
26209
26254
  /** Order ID associated with refund. */
26210
26255
  orderId?: string;
26211
26256
  /** Refund to upsert. */
26212
- refund?: Refund$2;
26257
+ refund?: Refund$1;
26213
26258
  }
26214
26259
  interface UpsertRefundResponse {
26215
26260
  /** Updated order transactions. */
26216
- orderTransactions?: OrderTransactions$2;
26261
+ orderTransactions?: OrderTransactions$1;
26217
26262
  }
26218
26263
  interface DomainEvent$9 extends DomainEventBodyOneOf$9 {
26219
26264
  createdEvent?: EntityCreatedEvent$9;
@@ -26520,7 +26565,7 @@ interface PreviewRefundEmailRequest {
26520
26565
  /** Refund amount */
26521
26566
  refundAmount?: Price$3;
26522
26567
  /** Refund business details */
26523
- details?: RefundDetails$2;
26568
+ details?: RefundDetails$1;
26524
26569
  /** Personal note added to the email (optional) */
26525
26570
  customMessage?: string | null;
26526
26571
  /** Refund ID. (Optional) */
@@ -26609,11 +26654,11 @@ interface RedirectUrls {
26609
26654
  }
26610
26655
  interface DelayedCaptureSettings {
26611
26656
  /** Specifies the automatic action (void/capture) for authorized transaction after the specified duration */
26612
- scheduledAction?: ScheduledAction$2;
26657
+ scheduledAction?: ScheduledAction$1;
26613
26658
  /** Delay duration before execution. Optional - if not set, providers default period will be used */
26614
26659
  delayDuration?: Duration;
26615
26660
  }
26616
- declare enum ScheduledAction$2 {
26661
+ declare enum ScheduledAction$1 {
26617
26662
  UNSPECIFIED = "UNSPECIFIED",
26618
26663
  /** Whether payment will be auto-voided when duration passes */
26619
26664
  VOID = "VOID",
@@ -26813,7 +26858,7 @@ interface MembershipChargeItem {
26813
26858
  /** ID of the application providing this payment option */
26814
26859
  appId?: string;
26815
26860
  /** The name of used membership */
26816
- membershipName?: MembershipName$3;
26861
+ membershipName?: MembershipName$2;
26817
26862
  /** Additional data about this membership */
26818
26863
  membershipAdditionalData?: Record<string, any> | null;
26819
26864
  /** Catalog and item reference info. */
@@ -26846,7 +26891,7 @@ interface TriggerRefundRequest$1 {
26846
26891
  /** Refund operations information */
26847
26892
  payments?: PaymentRefund$1[];
26848
26893
  /** Business model of a refund */
26849
- details?: RefundDetails$2;
26894
+ details?: RefundDetails$1;
26850
26895
  /** Side effect details related to refund */
26851
26896
  sideEffects?: RefundSideEffects$1;
26852
26897
  }
@@ -26889,7 +26934,7 @@ interface RestockItem$1 {
26889
26934
  }
26890
26935
  interface TriggerRefundResponse$1 {
26891
26936
  /** All order's transactions after the refunds were added */
26892
- orderTransactions?: OrderTransactions$2;
26937
+ orderTransactions?: OrderTransactions$1;
26893
26938
  /** Created refund ID */
26894
26939
  refundId?: string | null;
26895
26940
  /** Payment ID's that the refund execution had failed for */
@@ -26898,7 +26943,7 @@ interface TriggerRefundResponse$1 {
26898
26943
  /** Triggered when a refund is created. */
26899
26944
  interface RefundCreated {
26900
26945
  /** Updated order transactions. */
26901
- orderTransactions?: OrderTransactions$2;
26946
+ orderTransactions?: OrderTransactions$1;
26902
26947
  /** ID of the created refund. */
26903
26948
  refundId?: string;
26904
26949
  /** Inventory restock details as part of this refund.. */
@@ -26908,7 +26953,7 @@ interface RefundCreated {
26908
26953
  /** Custom message added to the refund confirmation email. */
26909
26954
  customMessage?: string | null;
26910
26955
  /** Refunded line items and quantities that are part of the created refund. */
26911
- refundItems?: RefundItem$2[];
26956
+ refundItems?: RefundItem$1[];
26912
26957
  }
26913
26958
  interface CalculateRefundRequest$1 {
26914
26959
  /** Order ID */
@@ -26954,7 +26999,7 @@ interface VoidAuthorizedPaymentsRequest {
26954
26999
  }
26955
27000
  interface VoidAuthorizedPaymentsResponse {
26956
27001
  /** All order's transactions after the void was triggered */
26957
- orderTransactions?: OrderTransactions$2;
27002
+ orderTransactions?: OrderTransactions$1;
26958
27003
  }
26959
27004
  interface CaptureAuthorizedPaymentsRequest {
26960
27005
  /** Wix eCommerce order ID */
@@ -26973,7 +27018,7 @@ interface PaymentCapture {
26973
27018
  }
26974
27019
  interface CaptureAuthorizedPaymentsResponse {
26975
27020
  /** All order's transactions after the capture was triggered */
26976
- orderTransactions?: OrderTransactions$2;
27021
+ orderTransactions?: OrderTransactions$1;
26977
27022
  }
26978
27023
  interface ChargeSavedPaymentMethodRequest {
26979
27024
  /** Ecom Order ID. */
@@ -28443,17 +28488,17 @@ interface AuthorizationActionFailureDetailsNonNullableFields$1 {
28443
28488
  failureCode: string;
28444
28489
  }
28445
28490
  interface AuthorizationCaptureNonNullableFields$1 {
28446
- status: AuthorizationCaptureStatus$2;
28491
+ status: AuthorizationCaptureStatus$1;
28447
28492
  amount?: PriceNonNullableFields$3;
28448
28493
  failureDetails?: AuthorizationActionFailureDetailsNonNullableFields$1;
28449
28494
  }
28450
28495
  interface AuthorizationVoidNonNullableFields$1 {
28451
- status: AuthorizationVoidStatus$2;
28496
+ status: AuthorizationVoidStatus$1;
28452
28497
  failureDetails?: AuthorizationActionFailureDetailsNonNullableFields$1;
28453
- reason: Reason$2;
28498
+ reason: Reason$1;
28454
28499
  }
28455
28500
  interface V1ScheduledActionNonNullableFields {
28456
- actionType: ActionType$2;
28501
+ actionType: ActionType$1;
28457
28502
  }
28458
28503
  interface AuthorizationDetailsNonNullableFields$1 {
28459
28504
  delayedCapture: boolean;
@@ -28463,7 +28508,7 @@ interface AuthorizationDetailsNonNullableFields$1 {
28463
28508
  }
28464
28509
  interface RegularPaymentDetailsNonNullableFields$1 {
28465
28510
  offlinePayment: boolean;
28466
- status: TransactionStatus$2;
28511
+ status: TransactionStatus$1;
28467
28512
  savedPaymentMethod: boolean;
28468
28513
  authorizationDetails?: AuthorizationDetailsNonNullableFields$1;
28469
28514
  }
@@ -28479,7 +28524,7 @@ interface MembershipNameNonNullableFields$2 {
28479
28524
  interface MembershipPaymentDetailsNonNullableFields$1 {
28480
28525
  membershipId: string;
28481
28526
  lineItemId: string;
28482
- status: MembershipPaymentStatus$2;
28527
+ status: MembershipPaymentStatus$1;
28483
28528
  name?: MembershipNameNonNullableFields$2;
28484
28529
  voided: boolean;
28485
28530
  providerAppId: string;
@@ -28494,7 +28539,7 @@ interface PaymentNonNullableFields$1 {
28494
28539
  interface RefundTransactionNonNullableFields$1 {
28495
28540
  paymentId: string;
28496
28541
  amount?: PriceNonNullableFields$3;
28497
- refundStatus: RefundStatus$2;
28542
+ refundStatus: RefundStatus$1;
28498
28543
  externalRefund: boolean;
28499
28544
  }
28500
28545
  interface RefundItemNonNullableFields$1 {
@@ -29946,7 +29991,7 @@ declare const index_d$c_searchOrders: typeof searchOrders;
29946
29991
  declare const index_d$c_updateOrder: typeof updateOrder;
29947
29992
  declare const index_d$c_voidAuthorizedPayments: typeof voidAuthorizedPayments;
29948
29993
  declare namespace index_d$c {
29949
- export { type ActionEvent$9 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type index_d$c_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$c_AddActivitiesRequest as AddActivitiesRequest, type index_d$c_AddActivitiesResponse as AddActivitiesResponse, type index_d$c_AddActivityRequest as AddActivityRequest, type index_d$c_AddActivityResponse as AddActivityResponse, type index_d$c_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$c_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type index_d$c_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$c_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$5 as Address, type index_d$c_AddressDescription as AddressDescription, type AddressLocation$3 as AddressLocation, type index_d$c_AddressWithContact as AddressWithContact, type index_d$c_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$c_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type index_d$c_App as App, type ApplicationError$4 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type index_d$c_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$c_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type index_d$c_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$c_ArchiveOrderResponse as ArchiveOrderResponse, index_d$c_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$2 as AuthorizationActionFailureDetails, type AuthorizationCapture$2 as AuthorizationCapture, AuthorizationCaptureStatus$2 as AuthorizationCaptureStatus, type AuthorizationDetails$2 as AuthorizationDetails, type AuthorizationVoid$2 as AuthorizationVoid, AuthorizationVoidStatus$2 as AuthorizationVoidStatus, type index_d$c_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$c_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$c_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$c_Balance as Balance, type index_d$c_BalanceSummary as BalanceSummary, type BaseEventMetadata$3 as BaseEventMetadata, type index_d$c_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$c_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$c_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$c_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$c_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$c_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$c_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$c_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$c_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$c_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$c_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$c_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$c_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$c_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$c_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$c_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$c_BulkOrderResult as BulkOrderResult, type index_d$c_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$c_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$c_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$c_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$c_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$c_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$c_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$c_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$c_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type index_d$c_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$c_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$c_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, type index_d$c_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$c_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$c_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$c_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$c_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$c_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$c_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type index_d$c_CalculatedTax as CalculatedTax, type index_d$c_CalculatedTaxes as CalculatedTaxes, type index_d$c_Cancel as Cancel, type index_d$c_CancelOrderOptions as CancelOrderOptions, type index_d$c_CancelOrderRequest as CancelOrderRequest, type index_d$c_CancelOrderResponse as CancelOrderResponse, type index_d$c_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$c_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$c_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$c_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$3 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$c_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$c_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$c_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$c_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$c_ChargedBy as ChargedBy, type index_d$c_Color as Color, type index_d$c_CommitDeltasRequest as CommitDeltasRequest, type index_d$c_CommitDeltasResponse as CommitDeltasResponse, type index_d$c_CommittedDiffs as CommittedDiffs, type index_d$c_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$c_CommonAddress as CommonAddress, type index_d$c_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$c_Company as Company, type index_d$c_Complete as Complete, type index_d$c_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type index_d$c_CreateOrderRequest as CreateOrderRequest, type index_d$c_CreateOrderResponse as CreateOrderResponse, type index_d$c_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$c_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$c_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$c_CreatedBy as CreatedBy, type index_d$c_CreatedByStringOneOf as CreatedByStringOneOf, type index_d$c_CreditCardDetails as CreditCardDetails, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$7 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type index_d$c_CursorSearch as CursorSearch, type index_d$c_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$7 as Cursors, type index_d$c_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$c_CustomFieldGroup as CustomFieldGroup, type index_d$c_CustomFieldValue as CustomFieldValue, type index_d$c_Customer as Customer, type index_d$c_DecrementData as DecrementData, type index_d$c_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$c_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$c_DelayedCaptureSettings as DelayedCaptureSettings, type index_d$c_DeleteActivityRequest as DeleteActivityRequest, type index_d$c_DeleteActivityResponse as DeleteActivityResponse, type index_d$c_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$c_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$2 as DeliveryLogistics, type index_d$c_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$2 as DeliveryTimeSlot, index_d$c_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$c_Deposit as Deposit, index_d$c_DepositType as DepositType, type index_d$c_DescriptionLine as DescriptionLine, type index_d$c_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$c_DescriptionLineName as DescriptionLineName, index_d$c_DescriptionLineType as DescriptionLineType, type index_d$c_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$c_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$c_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type index_d$c_DownloadLinkSent as DownloadLinkSent, type index_d$c_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$c_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$c_DraftOrderDiffs as DraftOrderDiffs, type index_d$c_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$c_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$c_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$c_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$c_Duration as Duration, index_d$c_DurationUnit as DurationUnit, type index_d$c_Email as Email, type index_d$c_EmailEdited as EmailEdited, type Empty$5 as Empty, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$3 as EventMetadata, type ExtendedFields$4 as ExtendedFields, type index_d$c_ExternalUriMapping as ExternalUriMapping, type index_d$c_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$c_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$c_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$c_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$c_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$c_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$c_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$c_GetOrderRequest as GetOrderRequest, type index_d$c_GetOrderResponse as GetOrderResponse, type index_d$c_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$c_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$c_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$c_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$c_GetShipmentsRequest as GetShipmentsRequest, type index_d$c_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type index_d$c_GiftCardPaymentRefund as GiftCardPaymentRefund, type index_d$c_HtmlApplication as HtmlApplication, type index_d$c_IdAndVersion as IdAndVersion, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$c_InternalActivity as InternalActivity, type index_d$c_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$c_InternalDocument as InternalDocument, type index_d$c_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$c_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$c_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$c_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$c_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$c_InventoryAction as InventoryAction, type index_d$c_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$c_InvoiceAdded as InvoiceAdded, type index_d$c_InvoiceDates as InvoiceDates, type index_d$c_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$c_InvoiceFields as InvoiceFields, type index_d$c_InvoiceSent as InvoiceSent, type index_d$c_InvoiceSentEvent as InvoiceSentEvent, index_d$c_InvoiceStatus as InvoiceStatus, type index_d$c_InvoicesPayment as InvoicesPayment, type index_d$c_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type index_d$c_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type index_d$c_LineItemAmount as LineItemAmount, type index_d$c_LineItemChanges as LineItemChanges, type index_d$c_LineItemDelta as LineItemDelta, type index_d$c_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type index_d$c_LineItemExchangeData as LineItemExchangeData, type index_d$c_LineItemMetaData as LineItemMetaData, type index_d$c_LineItemPriceChange as LineItemPriceChange, type index_d$c_LineItemQuantityChange as LineItemQuantityChange, index_d$c_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type index_d$c_LineItemTax as LineItemTax, type index_d$c_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$c_LineItemTaxInfo as LineItemTaxInfo, type index_d$c_LineItemUpdate as LineItemUpdate, type index_d$c_LineItems as LineItems, type index_d$c_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$c_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$c_Locale as Locale, type index_d$c_LocationAndQuantity as LocationAndQuantity, type index_d$c_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$c_ManagedDiscount as ManagedDiscount, type index_d$c_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$c_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$c_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$c_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$c_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$c_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$c_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$c_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$c_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$c_MaskedOrder as MaskedOrder, type index_d$c_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$c_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, type index_d$c_MembershipPaymentRefund as MembershipPaymentRefund, MembershipPaymentStatus$2 as MembershipPaymentStatus, type index_d$c_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$c_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$8 as MessageEnvelope, type index_d$c_MetaData as MetaData, type index_d$c_MetaSite as MetaSite, type index_d$c_MetaTag as MetaTag, index_d$c_Namespace as Namespace, type index_d$c_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, index_d$c_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$c_OrderApproved as OrderApproved, type index_d$c_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$c_OrderCanceled as OrderCanceled, type index_d$c_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$c_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$c_OrderChange as OrderChange, type index_d$c_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$c_OrderCreateNotifications as OrderCreateNotifications, type index_d$c_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$c_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$c_OrderCreationSettings as OrderCreationSettings, type index_d$c_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$c_OrderFulfilled as OrderFulfilled, type index_d$c_OrderItemsRestocked as OrderItemsRestocked, type index_d$c_OrderLineItem as OrderLineItem, type index_d$c_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$c_OrderNonNullableFields as OrderNonNullableFields, type index_d$c_OrderNotFulfilled as OrderNotFulfilled, type index_d$c_OrderPaid as OrderPaid, type index_d$c_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$c_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$c_OrderPending as OrderPending, type index_d$c_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, type index_d$c_OrderRejected as OrderRejected, type index_d$c_OrderRejectedEventOrderRejected as OrderRejectedEventOrderRejected, index_d$c_OrderStatus as OrderStatus, type index_d$c_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$c_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type index_d$c_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$c_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type index_d$c_PaymentCanceled as PaymentCanceled, type index_d$c_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type index_d$c_PaymentCapture as PaymentCapture, index_d$c_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type index_d$c_PaymentDeclined as PaymentDeclined, type index_d$c_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type index_d$c_PaymentPending as PaymentPending, type index_d$c_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$c_PaymentRefundFailed as PaymentRefundFailed, type index_d$c_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type index_d$c_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$c_Payments as Payments, type index_d$c_Phone as Phone, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$3 as PickupDetails, PickupMethod$2 as PickupMethod, type index_d$c_PickupReadyEmailSent as PickupReadyEmailSent, index_d$c_Placement as Placement, type index_d$c_PlainTextValue as PlainTextValue, type index_d$c_PlatformPaging as PlatformPaging, type index_d$c_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$c_PlatformQuery as PlatformQuery, type index_d$c_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$c_PreparePaymentCollectionOptions as PreparePaymentCollectionOptions, type index_d$c_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$c_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$c_PreparePaymentCollectionResponseNonNullableFields as PreparePaymentCollectionResponseNonNullableFields, type index_d$c_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$c_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$c_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$c_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$c_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$c_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$c_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$c_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$c_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$c_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$c_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$c_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$c_PreviewEmailType as PreviewEmailType, type index_d$c_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$c_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$c_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$c_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$c_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$c_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$3 as Price, type index_d$c_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type index_d$c_ProductName as ProductName, type index_d$c_PublicActivity as PublicActivity, type index_d$c_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$c_QueryOrderRequest as QueryOrderRequest, type index_d$c_QueryOrderResponse as QueryOrderResponse, type index_d$c_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$c_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$c_QuotesAddress as QuotesAddress, Reason$2 as Reason, type index_d$c_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$c_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$c_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type index_d$c_RefundCreated as RefundCreated, type RefundDetails$2 as RefundDetails, type index_d$c_RefundInitiated as RefundInitiated, type RefundItem$2 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$2 as RefundStatus, type RefundTransaction$2 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type index_d$c_RefundedAsStoreCredit as RefundedAsStoreCredit, type index_d$c_RefundedPayment as RefundedPayment, type index_d$c_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type index_d$c_RegularPayment as RegularPayment, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$c_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type index_d$c_RegularPaymentRefund as RegularPaymentRefund, type index_d$c_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$9 as RestoreInfo, type index_d$c_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type index_d$c_SearchOrdersOptions as SearchOrdersOptions, type index_d$c_SearchOrdersRequest as SearchOrdersRequest, type index_d$c_SearchOrdersResponse as SearchOrdersResponse, type index_d$c_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$c_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$c_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$c_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$c_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$c_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$c_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$c_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$c_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$c_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$c_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$c_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$c_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$c_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$c_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$c_SendRefundEmailRequest as SendRefundEmailRequest, type index_d$c_SendRefundEmailResponse as SendRefundEmailResponse, type index_d$c_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type index_d$c_ShippingAddressEdited as ShippingAddressEdited, type index_d$c_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type index_d$c_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$2 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type Source$1 as Source, index_d$c_SourceType as SourceType, type index_d$c_StandardDetails as StandardDetails, index_d$c_State as State, type StreetAddress$4 as StreetAddress, type Subdivision$1 as Subdivision, SubdivisionType$1 as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type index_d$c_TagList as TagList, type index_d$c_Tags as Tags, type index_d$c_Task as Task, type index_d$c_TaskAction as TaskAction, type index_d$c_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$c_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type index_d$c_TotalPrice as TotalPrice, type index_d$c_TotalPriceChange as TotalPriceChange, type index_d$c_TrackingLinkAdded as TrackingLinkAdded, type index_d$c_TrackingNumberAdded as TrackingNumberAdded, type index_d$c_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type index_d$c_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$c_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$c_TriggerReindexRequest as TriggerReindexRequest, type index_d$c_TriggerReindexResponse as TriggerReindexResponse, type index_d$c_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$c_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$c_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$c_UpdateActivityRequest as UpdateActivityRequest, type index_d$c_UpdateActivityResponse as UpdateActivityResponse, type index_d$c_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$c_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$c_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$c_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$c_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$c_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$c_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$c_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$c_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$c_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$c_UpdateOrder as UpdateOrder, type index_d$c_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$c_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$c_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$c_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$c_UpdateOrderRequest as UpdateOrderRequest, type index_d$c_UpdateOrderResponse as UpdateOrderResponse, type index_d$c_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$c_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$c_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$c_UpsertRefundRequest as UpsertRefundRequest, type index_d$c_UpsertRefundResponse as UpsertRefundResponse, type index_d$c_UserDataResponse as UserDataResponse, type index_d$c_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$c_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$c_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$c_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$c_V1LineItemDelta as V1LineItemDelta, type index_d$c_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$c_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$c_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$c_V1RestockItem as V1RestockItem, type index_d$c_V1ScheduledAction as V1ScheduledAction, type index_d$c_V1ShippingInformation as V1ShippingInformation, type index_d$c_Value as Value, index_d$c_ValueType as ValueType, type VatId$2 as VatId, VatType$2 as VatType, type index_d$c_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$c_VersionedDocumentId as VersionedDocumentId, type index_d$c_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$c_VersioningMode as VersioningMode, type index_d$c_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$c_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type index_d$c_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, WeightUnit$3 as WeightUnit, type index_d$c__publicOnOrderApprovedType as _publicOnOrderApprovedType, type index_d$c__publicOnOrderCanceledType as _publicOnOrderCanceledType, type index_d$c__publicOnOrderCreatedType as _publicOnOrderCreatedType, type index_d$c__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type index_d$c__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, index_d$c_bulkUpdateOrderTags as bulkUpdateOrderTags, index_d$c_bulkUpdateOrders as bulkUpdateOrders, index_d$c_cancelOrder as cancelOrder, index_d$c_captureAuthorizedPayments as captureAuthorizedPayments, index_d$c_createOrder as createOrder, index_d$c_getOrder as getOrder, index_d$c_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$c_onOrderApproved as onOrderApproved, index_d$c_onOrderCanceled as onOrderCanceled, index_d$c_onOrderCreated as onOrderCreated, index_d$c_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, index_d$c_onOrderUpdated as onOrderUpdated, index_d$c_preparePaymentCollection as preparePaymentCollection, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, onOrderUpdated$1 as publicOnOrderUpdated, index_d$c_searchOrders as searchOrders, index_d$c_updateOrder as updateOrder, index_d$c_voidAuthorizedPayments as voidAuthorizedPayments };
29994
+ export { type ActionEvent$9 as ActionEvent, ActionType$1 as ActionType, type Activity$1 as Activity, type index_d$c_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$c_AddActivitiesRequest as AddActivitiesRequest, type index_d$c_AddActivitiesResponse as AddActivitiesResponse, type index_d$c_AddActivityRequest as AddActivityRequest, type index_d$c_AddActivityResponse as AddActivityResponse, type index_d$c_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$c_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type index_d$c_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$c_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type Address$5 as Address, type index_d$c_AddressDescription as AddressDescription, type AddressLocation$3 as AddressLocation, type index_d$c_AddressWithContact as AddressWithContact, type index_d$c_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$c_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type index_d$c_App as App, type ApplicationError$4 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type index_d$c_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$c_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type index_d$c_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$c_ArchiveOrderResponse as ArchiveOrderResponse, index_d$c_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$1 as AuthorizationActionFailureDetails, type AuthorizationCapture$1 as AuthorizationCapture, AuthorizationCaptureStatus$1 as AuthorizationCaptureStatus, type AuthorizationDetails$1 as AuthorizationDetails, type AuthorizationVoid$1 as AuthorizationVoid, AuthorizationVoidStatus$1 as AuthorizationVoidStatus, type index_d$c_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$c_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$c_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$c_Balance as Balance, type index_d$c_BalanceSummary as BalanceSummary, type BaseEventMetadata$3 as BaseEventMetadata, type index_d$c_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$c_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$c_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$c_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$c_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$c_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$c_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$c_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$c_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$c_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$c_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$c_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$c_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$c_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$c_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$c_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$c_BulkOrderResult as BulkOrderResult, type index_d$c_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$c_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$c_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$c_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$c_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$c_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$c_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$c_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$c_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type index_d$c_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$c_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$c_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, type index_d$c_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$c_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$c_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$c_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$c_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$c_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$c_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type index_d$c_CalculatedTax as CalculatedTax, type index_d$c_CalculatedTaxes as CalculatedTaxes, type index_d$c_Cancel as Cancel, type index_d$c_CancelOrderOptions as CancelOrderOptions, type index_d$c_CancelOrderRequest as CancelOrderRequest, type index_d$c_CancelOrderResponse as CancelOrderResponse, type index_d$c_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$c_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$c_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$c_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$3 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$c_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$c_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$c_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$c_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$c_ChargedBy as ChargedBy, type index_d$c_Color as Color, type index_d$c_CommitDeltasRequest as CommitDeltasRequest, type index_d$c_CommitDeltasResponse as CommitDeltasResponse, type index_d$c_CommittedDiffs as CommittedDiffs, type index_d$c_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$c_CommonAddress as CommonAddress, type index_d$c_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$c_Company as Company, type index_d$c_Complete as Complete, type index_d$c_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type index_d$c_CreateOrderRequest as CreateOrderRequest, type index_d$c_CreateOrderResponse as CreateOrderResponse, type index_d$c_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$c_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$c_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$c_CreatedBy as CreatedBy, type index_d$c_CreatedByStringOneOf as CreatedByStringOneOf, type index_d$c_CreditCardDetails as CreditCardDetails, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$7 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type index_d$c_CursorSearch as CursorSearch, type index_d$c_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$7 as Cursors, type index_d$c_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$c_CustomFieldGroup as CustomFieldGroup, type index_d$c_CustomFieldValue as CustomFieldValue, type index_d$c_Customer as Customer, type index_d$c_DecrementData as DecrementData, type index_d$c_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$c_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$c_DelayedCaptureSettings as DelayedCaptureSettings, type index_d$c_DeleteActivityRequest as DeleteActivityRequest, type index_d$c_DeleteActivityResponse as DeleteActivityResponse, type index_d$c_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$c_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$2 as DeliveryLogistics, type index_d$c_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$2 as DeliveryTimeSlot, index_d$c_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$c_Deposit as Deposit, index_d$c_DepositType as DepositType, type index_d$c_DescriptionLine as DescriptionLine, type index_d$c_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$c_DescriptionLineName as DescriptionLineName, index_d$c_DescriptionLineType as DescriptionLineType, type index_d$c_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$c_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$c_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type index_d$c_DownloadLinkSent as DownloadLinkSent, type index_d$c_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$c_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$c_DraftOrderDiffs as DraftOrderDiffs, type index_d$c_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$c_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$c_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$c_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$c_Duration as Duration, index_d$c_DurationUnit as DurationUnit, type index_d$c_Email as Email, type index_d$c_EmailEdited as EmailEdited, type Empty$5 as Empty, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$3 as EventMetadata, type ExtendedFields$4 as ExtendedFields, type index_d$c_ExternalUriMapping as ExternalUriMapping, type index_d$c_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$c_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$c_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$c_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$c_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$c_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$c_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$c_GetOrderRequest as GetOrderRequest, type index_d$c_GetOrderResponse as GetOrderResponse, type index_d$c_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$c_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$c_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$c_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$c_GetShipmentsRequest as GetShipmentsRequest, type index_d$c_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type index_d$c_GiftCardPaymentRefund as GiftCardPaymentRefund, type index_d$c_HtmlApplication as HtmlApplication, type index_d$c_IdAndVersion as IdAndVersion, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$c_InternalActivity as InternalActivity, type index_d$c_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$c_InternalDocument as InternalDocument, type index_d$c_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$c_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$c_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$c_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$c_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$c_InventoryAction as InventoryAction, type index_d$c_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$c_InvoiceAdded as InvoiceAdded, type index_d$c_InvoiceDates as InvoiceDates, type index_d$c_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$c_InvoiceFields as InvoiceFields, type index_d$c_InvoiceSent as InvoiceSent, type index_d$c_InvoiceSentEvent as InvoiceSentEvent, index_d$c_InvoiceStatus as InvoiceStatus, type index_d$c_InvoicesPayment as InvoicesPayment, type index_d$c_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type index_d$c_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type index_d$c_LineItemAmount as LineItemAmount, type index_d$c_LineItemChanges as LineItemChanges, type index_d$c_LineItemDelta as LineItemDelta, type index_d$c_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type index_d$c_LineItemExchangeData as LineItemExchangeData, type index_d$c_LineItemMetaData as LineItemMetaData, type index_d$c_LineItemPriceChange as LineItemPriceChange, type index_d$c_LineItemQuantityChange as LineItemQuantityChange, index_d$c_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$1 as LineItemRefund, type index_d$c_LineItemTax as LineItemTax, type index_d$c_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$c_LineItemTaxInfo as LineItemTaxInfo, type index_d$c_LineItemUpdate as LineItemUpdate, type index_d$c_LineItems as LineItems, type index_d$c_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$c_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$c_Locale as Locale, type index_d$c_LocationAndQuantity as LocationAndQuantity, type index_d$c_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$c_ManagedDiscount as ManagedDiscount, type index_d$c_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$c_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$c_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$c_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$c_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$c_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$c_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$c_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$c_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$c_MaskedOrder as MaskedOrder, type index_d$c_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$c_MembershipChargeItem as MembershipChargeItem, type MembershipName$2 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, type index_d$c_MembershipPaymentRefund as MembershipPaymentRefund, MembershipPaymentStatus$1 as MembershipPaymentStatus, type index_d$c_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$c_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$8 as MessageEnvelope, type index_d$c_MetaData as MetaData, type index_d$c_MetaSite as MetaSite, type index_d$c_MetaTag as MetaTag, index_d$c_Namespace as Namespace, type index_d$c_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, index_d$c_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$c_OrderApproved as OrderApproved, type index_d$c_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$c_OrderCanceled as OrderCanceled, type index_d$c_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$c_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$c_OrderChange as OrderChange, type index_d$c_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$c_OrderCreateNotifications as OrderCreateNotifications, type index_d$c_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$c_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$c_OrderCreationSettings as OrderCreationSettings, type index_d$c_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$c_OrderFulfilled as OrderFulfilled, type index_d$c_OrderItemsRestocked as OrderItemsRestocked, type index_d$c_OrderLineItem as OrderLineItem, type index_d$c_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$c_OrderNonNullableFields as OrderNonNullableFields, type index_d$c_OrderNotFulfilled as OrderNotFulfilled, type index_d$c_OrderPaid as OrderPaid, type index_d$c_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$c_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$c_OrderPending as OrderPending, type index_d$c_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, type index_d$c_OrderRejected as OrderRejected, type index_d$c_OrderRejectedEventOrderRejected as OrderRejectedEventOrderRejected, index_d$c_OrderStatus as OrderStatus, type index_d$c_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$c_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$1 as OrderTransactions, type index_d$c_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$c_OrdersExperiments as OrdersExperiments, type Payment$1 as Payment, type index_d$c_PaymentCanceled as PaymentCanceled, type index_d$c_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type index_d$c_PaymentCapture as PaymentCapture, index_d$c_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type index_d$c_PaymentDeclined as PaymentDeclined, type index_d$c_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type index_d$c_PaymentPending as PaymentPending, type index_d$c_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$c_PaymentRefundFailed as PaymentRefundFailed, type index_d$c_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type index_d$c_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$c_Payments as Payments, type index_d$c_Phone as Phone, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$3 as PickupDetails, PickupMethod$2 as PickupMethod, type index_d$c_PickupReadyEmailSent as PickupReadyEmailSent, index_d$c_Placement as Placement, type index_d$c_PlainTextValue as PlainTextValue, type index_d$c_PlatformPaging as PlatformPaging, type index_d$c_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$c_PlatformQuery as PlatformQuery, type index_d$c_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$c_PreparePaymentCollectionOptions as PreparePaymentCollectionOptions, type index_d$c_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$c_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$c_PreparePaymentCollectionResponseNonNullableFields as PreparePaymentCollectionResponseNonNullableFields, type index_d$c_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$c_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$c_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$c_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$c_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$c_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$c_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$c_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$c_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$c_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$c_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$c_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$c_PreviewEmailType as PreviewEmailType, type index_d$c_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$c_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$c_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$c_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$c_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$c_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$3 as Price, type index_d$c_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type index_d$c_ProductName as ProductName, type index_d$c_PublicActivity as PublicActivity, type index_d$c_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$c_QueryOrderRequest as QueryOrderRequest, type index_d$c_QueryOrderResponse as QueryOrderResponse, type index_d$c_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$c_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$c_QuotesAddress as QuotesAddress, Reason$1 as Reason, type index_d$c_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$c_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$c_RedirectUrls as RedirectUrls, type Refund$1 as Refund, type index_d$c_RefundCreated as RefundCreated, type RefundDetails$1 as RefundDetails, type index_d$c_RefundInitiated as RefundInitiated, type RefundItem$1 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type index_d$c_RefundedAsStoreCredit as RefundedAsStoreCredit, type index_d$c_RefundedPayment as RefundedPayment, type index_d$c_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type index_d$c_RegularPayment as RegularPayment, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$c_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type index_d$c_RegularPaymentRefund as RegularPaymentRefund, type index_d$c_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$9 as RestoreInfo, type index_d$c_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$1 as ScheduledAction, type index_d$c_SearchOrdersOptions as SearchOrdersOptions, type index_d$c_SearchOrdersRequest as SearchOrdersRequest, type index_d$c_SearchOrdersResponse as SearchOrdersResponse, type index_d$c_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$c_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$c_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$c_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$c_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$c_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$c_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$c_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$c_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$c_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$c_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$c_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$c_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$c_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$c_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$c_SendRefundEmailRequest as SendRefundEmailRequest, type index_d$c_SendRefundEmailResponse as SendRefundEmailResponse, type index_d$c_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type index_d$c_ShippingAddressEdited as ShippingAddressEdited, type index_d$c_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type index_d$c_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$1 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type Source$1 as Source, index_d$c_SourceType as SourceType, type index_d$c_StandardDetails as StandardDetails, index_d$c_State as State, type StreetAddress$4 as StreetAddress, type Subdivision$1 as Subdivision, SubdivisionType$1 as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type index_d$c_TagList as TagList, type index_d$c_Tags as Tags, type index_d$c_Task as Task, type index_d$c_TaskAction as TaskAction, type index_d$c_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$c_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type index_d$c_TotalPrice as TotalPrice, type index_d$c_TotalPriceChange as TotalPriceChange, type index_d$c_TrackingLinkAdded as TrackingLinkAdded, type index_d$c_TrackingNumberAdded as TrackingNumberAdded, type index_d$c_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$1 as TransactionStatus, type index_d$c_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$c_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$c_TriggerReindexRequest as TriggerReindexRequest, type index_d$c_TriggerReindexResponse as TriggerReindexResponse, type index_d$c_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$c_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$c_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$c_UpdateActivityRequest as UpdateActivityRequest, type index_d$c_UpdateActivityResponse as UpdateActivityResponse, type index_d$c_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$c_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$c_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$c_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$c_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$c_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$c_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$c_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$c_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$c_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$c_UpdateOrder as UpdateOrder, type index_d$c_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$c_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$c_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$c_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$c_UpdateOrderRequest as UpdateOrderRequest, type index_d$c_UpdateOrderResponse as UpdateOrderResponse, type index_d$c_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$c_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$c_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$c_UpsertRefundRequest as UpsertRefundRequest, type index_d$c_UpsertRefundResponse as UpsertRefundResponse, type index_d$c_UserDataResponse as UserDataResponse, type index_d$c_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$c_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$c_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$c_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$c_V1LineItemDelta as V1LineItemDelta, type index_d$c_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$c_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$c_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$c_V1RestockItem as V1RestockItem, type index_d$c_V1ScheduledAction as V1ScheduledAction, type index_d$c_V1ShippingInformation as V1ShippingInformation, type index_d$c_Value as Value, index_d$c_ValueType as ValueType, type VatId$2 as VatId, VatType$2 as VatType, type index_d$c_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$c_VersionedDocumentId as VersionedDocumentId, type index_d$c_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$c_VersioningMode as VersioningMode, type index_d$c_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$c_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type index_d$c_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, WeightUnit$3 as WeightUnit, type index_d$c__publicOnOrderApprovedType as _publicOnOrderApprovedType, type index_d$c__publicOnOrderCanceledType as _publicOnOrderCanceledType, type index_d$c__publicOnOrderCreatedType as _publicOnOrderCreatedType, type index_d$c__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type index_d$c__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, index_d$c_bulkUpdateOrderTags as bulkUpdateOrderTags, index_d$c_bulkUpdateOrders as bulkUpdateOrders, index_d$c_cancelOrder as cancelOrder, index_d$c_captureAuthorizedPayments as captureAuthorizedPayments, index_d$c_createOrder as createOrder, index_d$c_getOrder as getOrder, index_d$c_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$c_onOrderApproved as onOrderApproved, index_d$c_onOrderCanceled as onOrderCanceled, index_d$c_onOrderCreated as onOrderCreated, index_d$c_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, index_d$c_onOrderUpdated as onOrderUpdated, index_d$c_preparePaymentCollection as preparePaymentCollection, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, onOrderUpdated$1 as publicOnOrderUpdated, index_d$c_searchOrders as searchOrders, index_d$c_updateOrder as updateOrder, index_d$c_voidAuthorizedPayments as voidAuthorizedPayments };
29950
29995
  }
29951
29996
 
29952
29997
  interface OrderPaymentRequest {
@@ -29992,7 +30037,7 @@ interface OrderPaymentRequest {
29992
30037
  image?: string;
29993
30038
  /** Time and date the order payment request expires. */
29994
30039
  expirationDate?: Date | null;
29995
- /** [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. */
30040
+ /** [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. */
29996
30041
  extendedFields?: ExtendedFields$3;
29997
30042
  /**
29998
30043
  * Date and time the OrderPaymentRequest was created.
@@ -30037,301 +30082,6 @@ interface ExtendedFields$3 {
30037
30082
  */
30038
30083
  namespaces?: Record<string, Record<string, any>>;
30039
30084
  }
30040
- /** Triggered when a payment is updated. */
30041
- interface PaymentsUpdated$1 {
30042
- /** Updated order transactions. */
30043
- orderTransactions?: OrderTransactions$1;
30044
- /** List of IDs of the updated payments. */
30045
- paymentIds?: string[];
30046
- /** List of IDs of the updated refunds. */
30047
- refundIds?: string[];
30048
- }
30049
- interface OrderTransactions$1 {
30050
- /** Order ID. */
30051
- orderId?: string;
30052
- /** Record of payments made to the merchant. */
30053
- payments?: Payment$1[];
30054
- /** Record of refunds made to the buyer. */
30055
- refunds?: Refund$1[];
30056
- }
30057
- interface Payment$1 extends PaymentPaymentDetailsOneOf$1 {
30058
- /** Regular payment details. */
30059
- regularPaymentDetails?: RegularPaymentDetails$1;
30060
- /** Gift card payment details. */
30061
- giftcardPaymentDetails?: GiftCardPaymentDetails$1;
30062
- /**
30063
- * Payment ID.
30064
- * @readonly
30065
- */
30066
- _id?: string | null;
30067
- /** Date and time the payment was created in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format. Defaults to current time when not provided. */
30068
- _createdDate?: Date | null;
30069
- /**
30070
- * Date and time the payment was last updated in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
30071
- * @readonly
30072
- */
30073
- _updatedDate?: Date | null;
30074
- /** Payment amount. */
30075
- amount?: Price$2;
30076
- /**
30077
- * Whether refunds for this payment are disabled.
30078
- * + `true`: This payment is not refundable.
30079
- * + `false`: This payment may be refunded. However, this ultimately depends on the payment provider.
30080
- */
30081
- refundDisabled?: boolean;
30082
- }
30083
- /** @oneof */
30084
- interface PaymentPaymentDetailsOneOf$1 {
30085
- /** Regular payment details. */
30086
- regularPaymentDetails?: RegularPaymentDetails$1;
30087
- /** Gift card payment details. */
30088
- giftcardPaymentDetails?: GiftCardPaymentDetails$1;
30089
- }
30090
- interface RegularPaymentDetails$1 extends RegularPaymentDetailsPaymentMethodDetailsOneOf$1 {
30091
- /** Whether regular card used */
30092
- creditCardDetails?: CreditCardPaymentMethodDetails$1;
30093
- /** Wix Payments order ID. */
30094
- paymentOrderId?: string | null;
30095
- /**
30096
- * Payment gateway's transaction ID. This ID can be used with the Wix Payments [Transactions API](https://dev.wix.com/docs/rest/api-reference/wix-payments/transactions/introduction).
30097
- * This field is only returned when the value of `offline_payment` is `false`.
30098
- */
30099
- gatewayTransactionId?: string | null;
30100
- /**
30101
- * Payment method. Non-exhaustive list of supported values:
30102
- * + `CreditCard`, `Alipay`, `AstropayCash`, `AstropayDBT`, `AstropayMBT`, `Bitcoin`, `BitPay`, `Cash`, `ConvenienceStore`, `EPay`, `Fake`, `Giropay`, `IDeal`, `InPerson`, `Klarna`, `MercadoPago`, `Netpay`, `NordeaSolo`, `Offline`, `PagSeguro`, `PayEasy`, `PayPal`, `Paysafecard`, `Paysafecash`, `PointOfSale`, `Poli`, `Privat24`, `Przelewy24`, `RapidTransfer`, `Sepa`, `Skrill`, `Sofort`, `Trustly`, `Neteller`, `Unionpay`, `UniPay`, `Yandex`
30103
- */
30104
- paymentMethod?: string | null;
30105
- /** Transaction ID in the payment provider's system. For example, at PayPal, Square, Stripe, etc. Not returned for offline payments. */
30106
- providerTransactionId?: string | null;
30107
- /** Whether the payment was made offline. For example, when using cash or when marked as paid in the Business Manager. */
30108
- offlinePayment?: boolean;
30109
- /** Payment status. */
30110
- status?: TransactionStatus$1;
30111
- /** Whether there is a payment agreement that allows for future charges. */
30112
- savedPaymentMethod?: boolean;
30113
- /** Authorization details. */
30114
- authorizationDetails?: AuthorizationDetails$1;
30115
- }
30116
- /** @oneof */
30117
- interface RegularPaymentDetailsPaymentMethodDetailsOneOf$1 {
30118
- /** Whether regular card used */
30119
- creditCardDetails?: CreditCardPaymentMethodDetails$1;
30120
- }
30121
- declare enum TransactionStatus$1 {
30122
- UNDEFINED = "UNDEFINED",
30123
- APPROVED = "APPROVED",
30124
- PENDING = "PENDING",
30125
- PENDING_MERCHANT = "PENDING_MERCHANT",
30126
- CANCELED = "CANCELED",
30127
- DECLINED = "DECLINED",
30128
- REFUNDED = "REFUNDED",
30129
- PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
30130
- AUTHORIZED = "AUTHORIZED",
30131
- VOIDED = "VOIDED"
30132
- }
30133
- interface CreditCardPaymentMethodDetails$1 {
30134
- /** The last 4 digits of the card number. */
30135
- lastFourDigits?: string | null;
30136
- /** Card issuer's brand. */
30137
- brand?: string | null;
30138
- }
30139
- interface AuthorizationDetails$1 {
30140
- /**
30141
- * Whether the authorized payment is of a delayed capture.
30142
- * @readonly
30143
- */
30144
- delayedCapture?: boolean;
30145
- /** Date and time the payment was authorized in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format. */
30146
- authorizedDate?: Date | null;
30147
- /**
30148
- * List of captures associated with payment
30149
- * In case of failed it can be replaced with new one with PENDING or SUCCESS statuses
30150
- */
30151
- captures?: AuthorizationCapture$1[];
30152
- /** Void associated with payment */
30153
- void?: AuthorizationVoid$1;
30154
- /** Scheduled action for this transaction */
30155
- scheduledAction?: ScheduledAction$1;
30156
- }
30157
- interface AuthorizationCapture$1 {
30158
- /**
30159
- * Capture ID.
30160
- * @readonly
30161
- */
30162
- _id?: string | null;
30163
- /** Status of this capture action */
30164
- status?: AuthorizationCaptureStatus$1;
30165
- /** Amount of this capture */
30166
- amount?: Price$2;
30167
- /** Date and time the capture was initiated in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format. */
30168
- _createdDate?: Date | null;
30169
- /** In case of status is FAILED may contain failure details */
30170
- failureDetails?: AuthorizationActionFailureDetails$1;
30171
- }
30172
- declare enum AuthorizationCaptureStatus$1 {
30173
- UNKNOWN_STATUS = "UNKNOWN_STATUS",
30174
- /** Whether capture operation still in progress */
30175
- PENDING = "PENDING",
30176
- /** The capture operation was succeeded */
30177
- SUCCEEDED = "SUCCEEDED",
30178
- /** The capture operation was failed */
30179
- FAILED = "FAILED"
30180
- }
30181
- interface AuthorizationActionFailureDetails$1 {
30182
- failureCode?: string;
30183
- }
30184
- interface AuthorizationVoid$1 {
30185
- /** Status of this void action */
30186
- status?: AuthorizationVoidStatus$1;
30187
- /** Date and time the void was initiated in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format. */
30188
- voidedDate?: Date | null;
30189
- /** In case of status is FAILED may contain failure details */
30190
- failureDetails?: AuthorizationActionFailureDetails$1;
30191
- /** Reason of void action */
30192
- reason?: Reason$1;
30193
- }
30194
- declare enum AuthorizationVoidStatus$1 {
30195
- UNKNOWN_STATUS = "UNKNOWN_STATUS",
30196
- /** Whether void operation still in progress */
30197
- PENDING = "PENDING",
30198
- /** The void operation was succeeded */
30199
- SUCCEEDED = "SUCCEEDED",
30200
- /** The void operation was failed */
30201
- FAILED = "FAILED"
30202
- }
30203
- /**
30204
- * Reason the authorization was voided.
30205
- *
30206
- * + `MANUAL`: Authorization was voided by user.
30207
- * + `SCHEDULED`: Authorization passed execution date.
30208
- */
30209
- declare enum Reason$1 {
30210
- UNKNOWN_REASON = "UNKNOWN_REASON",
30211
- MANUAL = "MANUAL",
30212
- SCHEDULED = "SCHEDULED"
30213
- }
30214
- interface ScheduledAction$1 {
30215
- /** type of the action */
30216
- actionType?: ActionType$1;
30217
- /** the date and time of the action */
30218
- executionDate?: Date | null;
30219
- }
30220
- declare enum ActionType$1 {
30221
- UNKNOWN_ACTION_TYPE = "UNKNOWN_ACTION_TYPE",
30222
- VOID = "VOID",
30223
- CAPTURE = "CAPTURE"
30224
- }
30225
- interface GiftCardPaymentDetails$1 {
30226
- /** Gift card payment ID. */
30227
- giftCardPaymentId?: string;
30228
- /** ID of the app that created the gift card. */
30229
- appId?: string;
30230
- /**
30231
- * Whether the gift card is voided.
30232
- * @readonly
30233
- */
30234
- voided?: boolean;
30235
- }
30236
- interface MembershipPaymentDetails$1 {
30237
- /** Membership ID. */
30238
- membershipId?: string;
30239
- /** ID of the line item this membership applies to. */
30240
- lineItemId?: string;
30241
- /** Payment status. */
30242
- status?: MembershipPaymentStatus$1;
30243
- /** Membership name. */
30244
- name?: MembershipName$2;
30245
- /** The transaction ID in the membership system. Can be used to void the transaction. */
30246
- externalTransactionId?: string | null;
30247
- /**
30248
- * Whether the membership is voided.
30249
- * @readonly
30250
- */
30251
- voided?: boolean;
30252
- /** ID of the application providing this payment option. */
30253
- providerAppId?: string;
30254
- }
30255
- declare enum MembershipPaymentStatus$1 {
30256
- /** CHARGED - Payment was charged */
30257
- CHARGED = "CHARGED",
30258
- /** CHARGE_FAILED - The attempt to charge that payment have failed, for example due to lack of credits */
30259
- CHARGE_FAILED = "CHARGE_FAILED"
30260
- }
30261
- interface MembershipName$2 {
30262
- /** The name of this membership */
30263
- original?: string;
30264
- /** Optional - Translated name of this membership. Defaults to `original` when not provided. */
30265
- translated?: string | null;
30266
- }
30267
- interface Refund$1 {
30268
- /**
30269
- * Refund ID.
30270
- * @readonly
30271
- */
30272
- _id?: string;
30273
- /** List of transactions. */
30274
- transactions?: RefundTransaction$1[];
30275
- /** Refund business details. */
30276
- details?: RefundDetails$1;
30277
- /** Date and time the refund was created in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format. Defaults to current time when not provided. */
30278
- _createdDate?: Date | null;
30279
- }
30280
- interface RefundTransaction$1 {
30281
- /** ID of the payment associated with this refund. */
30282
- paymentId?: string;
30283
- /** Refund amount. */
30284
- amount?: Price$2;
30285
- /** Refund status. */
30286
- refundStatus?: RefundStatus$1;
30287
- /**
30288
- * Payment gateway's refund ID. This ID can be used with the Wix Payments [Transactions API](https://dev.wix.com/docs/rest/api-reference/wix-payments/transactions/introduction).
30289
- * This field is only returned when the value of `external_refund` is `false`.
30290
- */
30291
- gatewayRefundId?: string | null;
30292
- /** ID of the refund in the payment provider's system. For example, at PayPal, Square, Stripe, etc. Not returned for external refunds. */
30293
- providerRefundId?: string | null;
30294
- /** Whether refund was made externally and manually on the payment provider's side. */
30295
- externalRefund?: boolean;
30296
- }
30297
- /**
30298
- * Refund transaction status.
30299
- * + `PENDING`: Refund was initiated on payment provider side. PENDING status was assigned by provider.
30300
- * + `SUCCEEDED`: Refund transaction succeeded.
30301
- * + `FAILED`: Refund transaction failed.
30302
- * + `SCHEDULED`: Refund request acknowledged, and will be executed soon.
30303
- * + `STARTED`: Refund was initiated on payment provider side.
30304
- */
30305
- declare enum RefundStatus$1 {
30306
- PENDING = "PENDING",
30307
- SUCCEEDED = "SUCCEEDED",
30308
- FAILED = "FAILED",
30309
- SCHEDULED = "SCHEDULED",
30310
- STARTED = "STARTED"
30311
- }
30312
- /** Business model of a refund request */
30313
- interface RefundDetails$1 {
30314
- /** Order line item IDs and quantities that were refunded. */
30315
- items?: RefundItem$1[];
30316
- /** Whether the shipping fee was also refunded. */
30317
- shippingIncluded?: boolean;
30318
- /** Reason for the refund, provided by customer (optional). */
30319
- reason?: string | null;
30320
- }
30321
- interface RefundItem$1 {
30322
- /** Line item ID the refunded line item. */
30323
- lineItemId?: string;
30324
- /** Line item quantity refunded. */
30325
- quantity?: number;
30326
- }
30327
- interface LineItemRefund$1 {
30328
- }
30329
- interface AdditionalFeeRefund$1 {
30330
- }
30331
- interface ShippingRefund$1 {
30332
- }
30333
- interface AggregatedRefundSummary$1 {
30334
- }
30335
30085
  /** Triggered when the the order payment request status changes to paid */
30336
30086
  interface OrderPaymentRequestPaid {
30337
30087
  /** The order that was updated */
@@ -30661,7 +30411,7 @@ interface UpdateOrderPaymentRequest {
30661
30411
  image?: string;
30662
30412
  /** Time and date the order payment request expires. */
30663
30413
  expirationDate?: Date | null;
30664
- /** [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. */
30414
+ /** [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. */
30665
30415
  extendedFields?: ExtendedFields$3;
30666
30416
  /**
30667
30417
  * Date and time the OrderPaymentRequest was created.
@@ -30870,7 +30620,7 @@ declare const index_d$b_getOrderPaymentRequestUrl: typeof getOrderPaymentRequest
30870
30620
  declare const index_d$b_queryOrderPaymentRequests: typeof queryOrderPaymentRequests;
30871
30621
  declare const index_d$b_updateOrderPaymentRequest: typeof updateOrderPaymentRequest;
30872
30622
  declare namespace index_d$b {
30873
- export { type ActionEvent$8 as ActionEvent, ActionType$1 as ActionType, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type AuthorizationActionFailureDetails$1 as AuthorizationActionFailureDetails, type AuthorizationCapture$1 as AuthorizationCapture, AuthorizationCaptureStatus$1 as AuthorizationCaptureStatus, type AuthorizationDetails$1 as AuthorizationDetails, type AuthorizationVoid$1 as AuthorizationVoid, AuthorizationVoidStatus$1 as AuthorizationVoidStatus, type index_d$b_CreateOrderPaymentRequestOptions as CreateOrderPaymentRequestOptions, type index_d$b_CreateOrderPaymentRequestRequest as CreateOrderPaymentRequestRequest, type index_d$b_CreateOrderPaymentRequestResponse as CreateOrderPaymentRequestResponse, type index_d$b_CreateOrderPaymentRequestResponseNonNullableFields as CreateOrderPaymentRequestResponseNonNullableFields, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type index_d$b_DeleteOrderPaymentRequestRequest as DeleteOrderPaymentRequestRequest, type index_d$b_DeleteOrderPaymentRequestResponse as DeleteOrderPaymentRequestResponse, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type ExtendedFields$3 as ExtendedFields, type index_d$b_GetOrderPaymentRequestRequest as GetOrderPaymentRequestRequest, type index_d$b_GetOrderPaymentRequestResponse as GetOrderPaymentRequestResponse, type index_d$b_GetOrderPaymentRequestResponseNonNullableFields as GetOrderPaymentRequestResponseNonNullableFields, type index_d$b_GetOrderPaymentRequestURLRequest as GetOrderPaymentRequestURLRequest, type index_d$b_GetOrderPaymentRequestURLResponse as GetOrderPaymentRequestURLResponse, type index_d$b_GetOrderPaymentRequestURLResponseNonNullableFields as GetOrderPaymentRequestURLResponseNonNullableFields, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type LineItemRefund$1 as LineItemRefund, type MembershipName$2 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type MessageEnvelope$7 as MessageEnvelope, type index_d$b_OrderPaymentRequest as OrderPaymentRequest, type index_d$b_OrderPaymentRequestExpired as OrderPaymentRequestExpired, type index_d$b_OrderPaymentRequestNonNullableFields as OrderPaymentRequestNonNullableFields, type index_d$b_OrderPaymentRequestPaid as OrderPaymentRequestPaid, type index_d$b_OrderPaymentRequestsQueryBuilder as OrderPaymentRequestsQueryBuilder, type index_d$b_OrderPaymentRequestsQueryResult as OrderPaymentRequestsQueryResult, type OrderTransactions$1 as OrderTransactions, type Payment$1 as Payment, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentsUpdated$1 as PaymentsUpdated, type Price$2 as Price, type index_d$b_QueryOrderPaymentRequestsRequest as QueryOrderPaymentRequestsRequest, type index_d$b_QueryOrderPaymentRequestsResponse as QueryOrderPaymentRequestsResponse, type index_d$b_QueryOrderPaymentRequestsResponseNonNullableFields as QueryOrderPaymentRequestsResponseNonNullableFields, Reason$1 as Reason, type Refund$1 as Refund, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type RestoreInfo$8 as RestoreInfo, type ScheduledAction$1 as ScheduledAction, type ShippingRefund$1 as ShippingRefund, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type index_d$b_Source as Source, index_d$b_Status as Status, TransactionStatus$1 as TransactionStatus, type UpdateExtendedFieldsOptions$2 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$2 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$2 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$2 as UpdateExtendedFieldsResponseNonNullableFields, type index_d$b_UpdateOrderPaymentRequest as UpdateOrderPaymentRequest, type index_d$b_UpdateOrderPaymentRequestRequest as UpdateOrderPaymentRequestRequest, type index_d$b_UpdateOrderPaymentRequestResponse as UpdateOrderPaymentRequestResponse, type index_d$b_UpdateOrderPaymentRequestResponseNonNullableFields as UpdateOrderPaymentRequestResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, index_d$b_createOrderPaymentRequest as createOrderPaymentRequest, index_d$b_deleteOrderPaymentRequest as deleteOrderPaymentRequest, index_d$b_getOrderPaymentRequest as getOrderPaymentRequest, index_d$b_getOrderPaymentRequestUrl as getOrderPaymentRequestUrl, index_d$b_queryOrderPaymentRequests as queryOrderPaymentRequests, updateExtendedFields$4 as updateExtendedFields, index_d$b_updateOrderPaymentRequest as updateOrderPaymentRequest };
30623
+ export { type ActionEvent$8 as ActionEvent, type index_d$b_CreateOrderPaymentRequestOptions as CreateOrderPaymentRequestOptions, type index_d$b_CreateOrderPaymentRequestRequest as CreateOrderPaymentRequestRequest, type index_d$b_CreateOrderPaymentRequestResponse as CreateOrderPaymentRequestResponse, type index_d$b_CreateOrderPaymentRequestResponseNonNullableFields as CreateOrderPaymentRequestResponseNonNullableFields, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type index_d$b_DeleteOrderPaymentRequestRequest as DeleteOrderPaymentRequestRequest, type index_d$b_DeleteOrderPaymentRequestResponse as DeleteOrderPaymentRequestResponse, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type ExtendedFields$3 as ExtendedFields, type index_d$b_GetOrderPaymentRequestRequest as GetOrderPaymentRequestRequest, type index_d$b_GetOrderPaymentRequestResponse as GetOrderPaymentRequestResponse, type index_d$b_GetOrderPaymentRequestResponseNonNullableFields as GetOrderPaymentRequestResponseNonNullableFields, type index_d$b_GetOrderPaymentRequestURLRequest as GetOrderPaymentRequestURLRequest, type index_d$b_GetOrderPaymentRequestURLResponse as GetOrderPaymentRequestURLResponse, type index_d$b_GetOrderPaymentRequestURLResponseNonNullableFields as GetOrderPaymentRequestURLResponseNonNullableFields, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type MessageEnvelope$7 as MessageEnvelope, type index_d$b_OrderPaymentRequest as OrderPaymentRequest, type index_d$b_OrderPaymentRequestExpired as OrderPaymentRequestExpired, type index_d$b_OrderPaymentRequestNonNullableFields as OrderPaymentRequestNonNullableFields, type index_d$b_OrderPaymentRequestPaid as OrderPaymentRequestPaid, type index_d$b_OrderPaymentRequestsQueryBuilder as OrderPaymentRequestsQueryBuilder, type index_d$b_OrderPaymentRequestsQueryResult as OrderPaymentRequestsQueryResult, type Price$2 as Price, type index_d$b_QueryOrderPaymentRequestsRequest as QueryOrderPaymentRequestsRequest, type index_d$b_QueryOrderPaymentRequestsResponse as QueryOrderPaymentRequestsResponse, type index_d$b_QueryOrderPaymentRequestsResponseNonNullableFields as QueryOrderPaymentRequestsResponseNonNullableFields, type RestoreInfo$8 as RestoreInfo, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type index_d$b_Source as Source, index_d$b_Status as Status, type UpdateExtendedFieldsOptions$2 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$2 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$2 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$2 as UpdateExtendedFieldsResponseNonNullableFields, type index_d$b_UpdateOrderPaymentRequest as UpdateOrderPaymentRequest, type index_d$b_UpdateOrderPaymentRequestRequest as UpdateOrderPaymentRequestRequest, type index_d$b_UpdateOrderPaymentRequestResponse as UpdateOrderPaymentRequestResponse, type index_d$b_UpdateOrderPaymentRequestResponseNonNullableFields as UpdateOrderPaymentRequestResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, index_d$b_createOrderPaymentRequest as createOrderPaymentRequest, index_d$b_deleteOrderPaymentRequest as deleteOrderPaymentRequest, index_d$b_getOrderPaymentRequest as getOrderPaymentRequest, index_d$b_getOrderPaymentRequestUrl as getOrderPaymentRequestUrl, index_d$b_queryOrderPaymentRequests as queryOrderPaymentRequests, updateExtendedFields$4 as updateExtendedFields, index_d$b_updateOrderPaymentRequest as updateOrderPaymentRequest };
30874
30624
  }
30875
30625
 
30876
30626
  interface OrderTransactions {
@@ -35365,7 +35115,7 @@ interface CatalogReference$2 {
35365
35115
  /**
35366
35116
  * ID of the app providing the catalog.
35367
35117
  *
35368
- * 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/).
35369
35119
  *
35370
35120
  * For items from Wix catalogs, the following values always apply:
35371
35121
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
@@ -36853,7 +36603,7 @@ interface CatalogReference$1 {
36853
36603
  /**
36854
36604
  * ID of the app providing the catalog.
36855
36605
  *
36856
- * You can get your app's ID from its page in the [Wix Dev Center](https://dev.wix.com/apps).
36606
+ * You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
36857
36607
  *
36858
36608
  * For items from Wix catalogs, the following values always apply:
36859
36609
  * + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`