@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 [
|
|
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 [
|
|
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 [
|
|
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
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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$
|
|
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$
|
|
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 context$m_estimateTotals: typeof estimateTotals;
|
|
|
8211
8222
|
declare const context$m_getCart: typeof getCart;
|
|
8212
8223
|
declare const context$m_updateCart: typeof updateCart;
|
|
8213
8224
|
declare namespace context$m {
|
|
8214
|
-
export { type ActionEvent$i as ActionEvent, type context$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 context$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 context$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 context$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, context$m_addToCart as addToCart, context$m_createCart as createCart, createCheckout$2 as createCheckout, context$m_deleteCart as deleteCart, context$m_estimateTotals as estimateTotals, context$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, context$m_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
8225
|
+
export { type ActionEvent$i as ActionEvent, type context$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 context$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 context$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 context$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, context$m_addToCart as addToCart, context$m_createCart as createCart, createCheckout$2 as createCheckout, context$m_deleteCart as deleteCart, context$m_estimateTotals as estimateTotals, context$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, context$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 [
|
|
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$
|
|
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$
|
|
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 context$l_removeLineItemsFromCurrentCart: typeof removeLineItemsFr
|
|
|
10869
10891
|
declare const context$l_updateCurrentCart: typeof updateCurrentCart;
|
|
10870
10892
|
declare const context$l_updateCurrentCartLineItemQuantity: typeof updateCurrentCartLineItemQuantity;
|
|
10871
10893
|
declare namespace context$l {
|
|
10872
|
-
export { type ActionEvent$h as ActionEvent, type context$l_AddToCartRequest as AddToCartRequest, type context$l_AddToCartResponse as AddToCartResponse, type context$l_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type context$l_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type context$l_AddToCurrentCartOptions as AddToCurrentCartOptions, type context$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 context$l_Cart as Cart, type context$l_CartCreatedEnvelope as CartCreatedEnvelope, type context$l_CartDeletedEnvelope as CartDeletedEnvelope, type context$l_CartDiscount as CartDiscount, type context$l_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type context$l_CartNonNullableFields as CartNonNullableFields, type context$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 context$l_CreateCartRequest as CreateCartRequest, type context$l_CreateCartResponse as CreateCartResponse, type context$l_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type context$l_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type context$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 context$l_DeleteCartRequest as DeleteCartRequest, type context$l_DeleteCartResponse as DeleteCartResponse, type context$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 context$l_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type context$l_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type context$l_EstimateTotalsRequest as EstimateTotalsRequest, type context$l_EstimateTotalsResponse as EstimateTotalsResponse, type context$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 context$l_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type context$l_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type context$l_GetCartRequest as GetCartRequest, type context$l_GetCartResponse as GetCartResponse, type context$l_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type context$l_GetCurrentCartRequest as GetCurrentCartRequest, type context$l_GetCurrentCartResponse as GetCurrentCartResponse, type context$l_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$3 as Group, type context$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 context$l_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type context$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 context$l_UpdateCartRequest as UpdateCartRequest, type context$l_UpdateCartResponse as UpdateCartResponse, type context$l_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type context$l_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type context$l_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type context$l_V1Coupon as V1Coupon, type context$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 context$l__publicOnCartCreatedType as _publicOnCartCreatedType, type context$l__publicOnCartDeletedType as _publicOnCartDeletedType, type context$l__publicOnCartUpdatedType as _publicOnCartUpdatedType, context$l_addToCurrentCart as addToCurrentCart, context$l_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, context$l_deleteCurrentCart as deleteCurrentCart, context$l_estimateCurrentCartTotals as estimateCurrentCartTotals, context$l_getCurrentCart as getCurrentCart, context$l_onCartCreated as onCartCreated, context$l_onCartDeleted as onCartDeleted, context$l_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, context$l_removeCouponFromCurrentCart as removeCouponFromCurrentCart, context$l_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, context$l_updateCurrentCart as updateCurrentCart, context$l_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
10894
|
+
export { type ActionEvent$h as ActionEvent, type context$l_AddToCartRequest as AddToCartRequest, type context$l_AddToCartResponse as AddToCartResponse, type context$l_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type context$l_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type context$l_AddToCurrentCartOptions as AddToCurrentCartOptions, type context$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 context$l_Cart as Cart, type context$l_CartCreatedEnvelope as CartCreatedEnvelope, type context$l_CartDeletedEnvelope as CartDeletedEnvelope, type context$l_CartDiscount as CartDiscount, type context$l_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type context$l_CartNonNullableFields as CartNonNullableFields, type context$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 context$l_CreateCartRequest as CreateCartRequest, type context$l_CreateCartResponse as CreateCartResponse, type context$l_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type context$l_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type context$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 context$l_DeleteCartRequest as DeleteCartRequest, type context$l_DeleteCartResponse as DeleteCartResponse, type context$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 context$l_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type context$l_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type context$l_EstimateTotalsRequest as EstimateTotalsRequest, type context$l_EstimateTotalsResponse as EstimateTotalsResponse, type context$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 context$l_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type context$l_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type context$l_GetCartRequest as GetCartRequest, type context$l_GetCartResponse as GetCartResponse, type context$l_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type context$l_GetCurrentCartRequest as GetCurrentCartRequest, type context$l_GetCurrentCartResponse as GetCurrentCartResponse, type context$l_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$3 as Group, type context$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 context$l_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type context$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 context$l_UpdateCartRequest as UpdateCartRequest, type context$l_UpdateCartResponse as UpdateCartResponse, type context$l_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type context$l_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type context$l_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type context$l_V1Coupon as V1Coupon, type context$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 context$l__publicOnCartCreatedType as _publicOnCartCreatedType, type context$l__publicOnCartDeletedType as _publicOnCartDeletedType, type context$l__publicOnCartUpdatedType as _publicOnCartUpdatedType, context$l_addToCurrentCart as addToCurrentCart, context$l_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, context$l_deleteCurrentCart as deleteCurrentCart, context$l_estimateCurrentCartTotals as estimateCurrentCartTotals, context$l_getCurrentCart as getCurrentCart, context$l_onCartCreated as onCartCreated, context$l_onCartDeleted as onCartDeleted, context$l_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, context$l_removeCouponFromCurrentCart as removeCouponFromCurrentCart, context$l_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, context$l_updateCurrentCart as updateCurrentCart, context$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 [
|
|
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$
|
|
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$
|
|
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 [
|
|
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 [
|
|
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 context$k_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
|
|
|
14389
14422
|
declare const context$k_updateCheckout: typeof updateCheckout;
|
|
14390
14423
|
declare const context$k_updateLineItemsQuantity: typeof updateLineItemsQuantity;
|
|
14391
14424
|
declare namespace context$k {
|
|
14392
|
-
export { type ActionEvent$g as ActionEvent, type context$k_AddToCheckoutOptions as AddToCheckoutOptions, type context$k_AddToCheckoutRequest as AddToCheckoutRequest, type context$k_AddToCheckoutResponse as AddToCheckoutResponse, type context$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 context$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, context$k_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$k_ChargeDetails as ChargeDetails, ChargeType$4 as ChargeType, type Checkout$1 as Checkout, type context$k_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$k_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$k_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$k_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$k_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$k_CommonVatId as CommonVatId, context$k_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$k_CreateCheckoutOptions as CreateCheckoutOptions, type context$k_CreateCheckoutRequest as CreateCheckoutRequest, type context$k_CreateCheckoutResponse as CreateCheckoutResponse, type context$k_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$k_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$k_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$k_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type context$k_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$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, context$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 context$k_DoublePaymentErrorData as DoublePaymentErrorData, type context$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 context$k_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$k_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$k_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$k_GetCheckoutPaymentSettingsRequest as GetCheckoutPaymentSettingsRequest, type context$k_GetCheckoutPaymentSettingsResponse as GetCheckoutPaymentSettingsResponse, type context$k_GetCheckoutPaymentSettingsResponseNonNullableFields as GetCheckoutPaymentSettingsResponseNonNullableFields, context$k_GetCheckoutPaymentSettingsResponsePaymentOption as GetCheckoutPaymentSettingsResponsePaymentOption, type context$k_GetCheckoutRequest as GetCheckoutRequest, type context$k_GetCheckoutResponse as GetCheckoutResponse, type context$k_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$k_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$k_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$k_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$k_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$k_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$k_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$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 context$k_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$k_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$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 context$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 context$k_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$k_RedeemErrorData as RedeemErrorData, type context$k_RemoveCouponRequest as RemoveCouponRequest, type context$k_RemoveCouponResponse as RemoveCouponResponse, type context$k_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$k_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$k_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$k_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$k_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$k_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$k_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$k_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$k_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$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 context$k_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$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 context$k_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$7 as StreetAddress, type context$k_Subscription as Subscription, type context$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 context$k_UpdateCheckout as UpdateCheckout, type context$k_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$k_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$k_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$k_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$k_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$k_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$k_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$k_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$k_V1BuyerInfo as V1BuyerInfo, type context$k_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$k_V1ShippingInfo as V1ShippingInfo, type context$k_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$k_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$k_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$1 as Violation, type context$k_ViolationsList as ViolationsList, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$6 as WeightUnit, type context$k__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$k__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$k__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$k_addToCheckout as addToCheckout, context$k_createCheckout as createCheckout, createOrder$2 as createOrder, context$k_getCheckout as getCheckout, context$k_getCheckoutByCartId as getCheckoutByCartId, context$k_getCheckoutPaymentSettings as getCheckoutPaymentSettings, context$k_getCheckoutUrl as getCheckoutUrl, context$k_markCheckoutAsCompleted as markCheckoutAsCompleted, context$k_onCheckoutCompleted as onCheckoutCompleted, context$k_onCheckoutCreated as onCheckoutCreated, context$k_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$k_removeCoupon as removeCoupon, context$k_removeGiftCard as removeGiftCard, context$k_removeLineItems as removeLineItems, context$k_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$k_updateCheckout as updateCheckout, context$k_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
14425
|
+
export { type ActionEvent$g as ActionEvent, type context$k_AddToCheckoutOptions as AddToCheckoutOptions, type context$k_AddToCheckoutRequest as AddToCheckoutRequest, type context$k_AddToCheckoutResponse as AddToCheckoutResponse, type context$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 context$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, context$k_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$k_ChargeDetails as ChargeDetails, ChargeType$4 as ChargeType, type Checkout$1 as Checkout, type context$k_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$k_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$k_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$k_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$k_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$k_CommonVatId as CommonVatId, context$k_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$k_CreateCheckoutOptions as CreateCheckoutOptions, type context$k_CreateCheckoutRequest as CreateCheckoutRequest, type context$k_CreateCheckoutResponse as CreateCheckoutResponse, type context$k_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$k_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$k_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$k_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type context$k_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$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, context$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 context$k_DoublePaymentErrorData as DoublePaymentErrorData, type context$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 context$k_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$k_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$k_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$k_GetCheckoutPaymentSettingsRequest as GetCheckoutPaymentSettingsRequest, type context$k_GetCheckoutPaymentSettingsResponse as GetCheckoutPaymentSettingsResponse, type context$k_GetCheckoutPaymentSettingsResponseNonNullableFields as GetCheckoutPaymentSettingsResponseNonNullableFields, context$k_GetCheckoutPaymentSettingsResponsePaymentOption as GetCheckoutPaymentSettingsResponsePaymentOption, type context$k_GetCheckoutRequest as GetCheckoutRequest, type context$k_GetCheckoutResponse as GetCheckoutResponse, type context$k_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$k_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$k_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$k_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$k_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$k_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$k_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$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 context$k_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$k_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$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 context$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 context$k_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$k_RedeemErrorData as RedeemErrorData, type context$k_RemoveCouponRequest as RemoveCouponRequest, type context$k_RemoveCouponResponse as RemoveCouponResponse, type context$k_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$k_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$k_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$k_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$k_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$k_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$k_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$k_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$k_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$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 context$k_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$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 context$k_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$7 as StreetAddress, type context$k_Subscription as Subscription, type context$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 context$k_UpdateCheckout as UpdateCheckout, type context$k_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$k_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$k_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$k_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$k_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$k_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$k_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$k_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$k_V1BuyerInfo as V1BuyerInfo, type context$k_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$k_V1ShippingInfo as V1ShippingInfo, type context$k_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$k_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$k_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$1 as Violation, type context$k_ViolationsList as ViolationsList, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$6 as WeightUnit, type context$k__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$k__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$k__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$k_addToCheckout as addToCheckout, context$k_createCheckout as createCheckout, createOrder$2 as createOrder, context$k_getCheckout as getCheckout, context$k_getCheckoutByCartId as getCheckoutByCartId, context$k_getCheckoutPaymentSettings as getCheckoutPaymentSettings, context$k_getCheckoutUrl as getCheckoutUrl, context$k_markCheckoutAsCompleted as markCheckoutAsCompleted, context$k_onCheckoutCompleted as onCheckoutCompleted, context$k_onCheckoutCreated as onCheckoutCreated, context$k_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$k_removeCoupon as removeCoupon, context$k_removeGiftCard as removeGiftCard, context$k_removeLineItems as removeLineItems, context$k_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$k_updateCheckout as updateCheckout, context$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 [
|
|
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 [
|
|
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 [
|
|
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$
|
|
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$
|
|
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 context$i_NameInOther = NameInOther;
|
|
|
17309
17353
|
declare const context$i_NameInOther: typeof NameInOther;
|
|
17310
17354
|
type context$i_Other = Other;
|
|
17311
17355
|
type context$i_PaymentOption = PaymentOption;
|
|
17356
|
+
type context$i_Policy = Policy;
|
|
17312
17357
|
type context$i_QueryCheckoutTemplatesRequest = QueryCheckoutTemplatesRequest;
|
|
17313
17358
|
type context$i_QueryCheckoutTemplatesResponse = QueryCheckoutTemplatesResponse;
|
|
17314
17359
|
type context$i_QueryCheckoutTemplatesResponseNonNullableFields = QueryCheckoutTemplatesResponseNonNullableFields;
|
|
@@ -17345,7 +17390,7 @@ declare const context$i_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
|
|
|
17345
17390
|
declare const context$i_queryCheckoutTemplates: typeof queryCheckoutTemplates;
|
|
17346
17391
|
declare const context$i_updateCheckoutTemplate: typeof updateCheckoutTemplate;
|
|
17347
17392
|
declare namespace context$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 context$i_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$3 as ChargeType, type context$i_Checkout as Checkout, type context$i_CheckoutCustomization as CheckoutCustomization, type context$i_CheckoutTemplate as CheckoutTemplate, type context$i_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$i_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$i_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$i_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$i_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$i_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$i_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$i_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$i_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$i_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$i_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$i_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$i_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$i_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$i_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$i_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$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 context$i_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$i_CustomSettings as CustomSettings, type context$i_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$i_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type context$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 context$i_FreeTrialPeriod as FreeTrialPeriod, type FullAddressContactDetails$3 as FullAddressContactDetails, type context$i_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$i_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$i_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$1 as Group, type context$i_HeadersEntry as HeadersEntry, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$i_ItemAvailabilityInfo as ItemAvailabilityInfo, context$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, context$i_NameInLineItem as NameInLineItem, context$i_NameInOther as NameInOther, type context$i_Other as Other, type OtherCharge$1 as OtherCharge, type context$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 context$i_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$i_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$i_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$i_RawHttpResponse as RawHttpResponse, type context$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, context$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, context$i_SuggestedFix as SuggestedFix, type SystemError$3 as SystemError, type context$i_Target as Target, type context$i_TargetLineItem as TargetLineItem, type context$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 context$i_Title as Title, type context$i_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$i_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$i_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$i_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$i_V1LineItem as V1LineItem, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type context$i_Violation as Violation, type context$i_WebClientCustomization as WebClientCustomization, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$i__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type context$i__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type context$i__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type context$i__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, context$i_createAndRedirectToCheckout as createAndRedirectToCheckout, context$i_createCheckoutFromTemplate as createCheckoutFromTemplate, context$i_createCheckoutTemplate as createCheckoutTemplate, context$i_deleteCheckoutTemplate as deleteCheckoutTemplate, context$i_getCheckoutTemplate as getCheckoutTemplate, context$i_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$i_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$i_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$i_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, context$i_queryCheckoutTemplates as queryCheckoutTemplates, context$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 context$i_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$3 as ChargeType, type context$i_Checkout as Checkout, type context$i_CheckoutCustomization as CheckoutCustomization, type context$i_CheckoutTemplate as CheckoutTemplate, type context$i_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$i_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$i_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$i_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$i_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$i_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$i_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$i_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$i_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$i_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$i_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$i_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$i_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$i_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$i_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$i_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$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 context$i_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$i_CustomSettings as CustomSettings, type context$i_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$i_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type context$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 context$i_FreeTrialPeriod as FreeTrialPeriod, type FullAddressContactDetails$3 as FullAddressContactDetails, type context$i_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$i_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$i_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$1 as Group, type context$i_HeadersEntry as HeadersEntry, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$i_ItemAvailabilityInfo as ItemAvailabilityInfo, context$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, context$i_NameInLineItem as NameInLineItem, context$i_NameInOther as NameInOther, type context$i_Other as Other, type OtherCharge$1 as OtherCharge, type context$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 context$i_Policy as Policy, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type context$i_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$i_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$i_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$i_RawHttpResponse as RawHttpResponse, type context$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, context$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, context$i_SuggestedFix as SuggestedFix, type SystemError$3 as SystemError, type context$i_Target as Target, type context$i_TargetLineItem as TargetLineItem, type context$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 context$i_Title as Title, type context$i_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$i_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$i_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$i_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$i_V1LineItem as V1LineItem, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type context$i_Violation as Violation, type context$i_WebClientCustomization as WebClientCustomization, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$i__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type context$i__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type context$i__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type context$i__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, context$i_createAndRedirectToCheckout as createAndRedirectToCheckout, context$i_createCheckoutFromTemplate as createCheckoutFromTemplate, context$i_createCheckoutTemplate as createCheckoutTemplate, context$i_deleteCheckoutTemplate as deleteCheckoutTemplate, context$i_getCheckoutTemplate as getCheckoutTemplate, context$i_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$i_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$i_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$i_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, context$i_queryCheckoutTemplates as queryCheckoutTemplates, context$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
|
|
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
|
|
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 [
|
|
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 [
|
|
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$
|
|
25963
|
+
orderTransactions?: OrderTransactions$1;
|
|
25919
25964
|
}
|
|
25920
|
-
interface OrderTransactions$
|
|
25965
|
+
interface OrderTransactions$1 {
|
|
25921
25966
|
/** Order ID. */
|
|
25922
25967
|
orderId?: string;
|
|
25923
25968
|
/** Record of payments made to the merchant. */
|
|
25924
|
-
payments?: Payment$
|
|
25969
|
+
payments?: Payment$1[];
|
|
25925
25970
|
/** Record of refunds made to the buyer. */
|
|
25926
|
-
refunds?: Refund$
|
|
25971
|
+
refunds?: Refund$1[];
|
|
25927
25972
|
}
|
|
25928
|
-
interface Payment$
|
|
25973
|
+
interface Payment$1 extends PaymentPaymentDetailsOneOf$1 {
|
|
25929
25974
|
/** Regular payment details. */
|
|
25930
|
-
regularPaymentDetails?: RegularPaymentDetails$
|
|
25975
|
+
regularPaymentDetails?: RegularPaymentDetails$1;
|
|
25931
25976
|
/** Gift card payment details. */
|
|
25932
|
-
giftcardPaymentDetails?: GiftCardPaymentDetails$
|
|
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$
|
|
26000
|
+
interface PaymentPaymentDetailsOneOf$1 {
|
|
25956
26001
|
/** Regular payment details. */
|
|
25957
|
-
regularPaymentDetails?: RegularPaymentDetails$
|
|
26002
|
+
regularPaymentDetails?: RegularPaymentDetails$1;
|
|
25958
26003
|
/** Gift card payment details. */
|
|
25959
|
-
giftcardPaymentDetails?: GiftCardPaymentDetails$
|
|
26004
|
+
giftcardPaymentDetails?: GiftCardPaymentDetails$1;
|
|
25960
26005
|
}
|
|
25961
|
-
interface RegularPaymentDetails$
|
|
26006
|
+
interface RegularPaymentDetails$1 extends RegularPaymentDetailsPaymentMethodDetailsOneOf$1 {
|
|
25962
26007
|
/** Whether regular card used */
|
|
25963
|
-
creditCardDetails?: CreditCardPaymentMethodDetails$
|
|
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$
|
|
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$
|
|
26030
|
+
authorizationDetails?: AuthorizationDetails$1;
|
|
25986
26031
|
}
|
|
25987
26032
|
/** @oneof */
|
|
25988
|
-
interface RegularPaymentDetailsPaymentMethodDetailsOneOf$
|
|
26033
|
+
interface RegularPaymentDetailsPaymentMethodDetailsOneOf$1 {
|
|
25989
26034
|
/** Whether regular card used */
|
|
25990
|
-
creditCardDetails?: CreditCardPaymentMethodDetails$
|
|
26035
|
+
creditCardDetails?: CreditCardPaymentMethodDetails$1;
|
|
25991
26036
|
}
|
|
25992
|
-
declare enum TransactionStatus$
|
|
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$
|
|
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$
|
|
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$
|
|
26067
|
+
captures?: AuthorizationCapture$1[];
|
|
26023
26068
|
/** Void associated with payment */
|
|
26024
|
-
void?: AuthorizationVoid$
|
|
26069
|
+
void?: AuthorizationVoid$1;
|
|
26025
26070
|
/** Scheduled action for this transaction */
|
|
26026
26071
|
scheduledAction?: V1ScheduledAction;
|
|
26027
26072
|
}
|
|
26028
|
-
interface AuthorizationCapture$
|
|
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$
|
|
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$
|
|
26086
|
+
failureDetails?: AuthorizationActionFailureDetails$1;
|
|
26042
26087
|
}
|
|
26043
|
-
declare enum AuthorizationCaptureStatus$
|
|
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$
|
|
26097
|
+
interface AuthorizationActionFailureDetails$1 {
|
|
26053
26098
|
failureCode?: string;
|
|
26054
26099
|
}
|
|
26055
|
-
interface AuthorizationVoid$
|
|
26100
|
+
interface AuthorizationVoid$1 {
|
|
26056
26101
|
/** Status of this void action */
|
|
26057
|
-
status?: AuthorizationVoidStatus$
|
|
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$
|
|
26106
|
+
failureDetails?: AuthorizationActionFailureDetails$1;
|
|
26062
26107
|
/** Reason of void action */
|
|
26063
|
-
reason?: Reason$
|
|
26108
|
+
reason?: Reason$1;
|
|
26064
26109
|
}
|
|
26065
|
-
declare enum AuthorizationVoidStatus$
|
|
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$
|
|
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$
|
|
26132
|
+
actionType?: ActionType$1;
|
|
26088
26133
|
/** the date and time of the action */
|
|
26089
26134
|
executionDate?: Date | null;
|
|
26090
26135
|
}
|
|
26091
|
-
declare enum ActionType$
|
|
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$
|
|
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$
|
|
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$
|
|
26158
|
+
status?: MembershipPaymentStatus$1;
|
|
26114
26159
|
/** Membership name. */
|
|
26115
|
-
name?: MembershipName$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
26190
|
+
transactions?: RefundTransaction$1[];
|
|
26146
26191
|
/** Refund business details. */
|
|
26147
|
-
details?: RefundDetails$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
26229
|
+
interface RefundDetails$1 {
|
|
26185
26230
|
/** Order line item IDs and quantities that were refunded. */
|
|
26186
|
-
items?: RefundItem$
|
|
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$
|
|
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$
|
|
26243
|
+
interface LineItemRefund$1 {
|
|
26199
26244
|
}
|
|
26200
|
-
interface AdditionalFeeRefund$
|
|
26245
|
+
interface AdditionalFeeRefund$1 {
|
|
26201
26246
|
}
|
|
26202
|
-
interface ShippingRefund$
|
|
26247
|
+
interface ShippingRefund$1 {
|
|
26203
26248
|
}
|
|
26204
|
-
interface AggregatedRefundSummary$
|
|
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$
|
|
26257
|
+
refund?: Refund$1;
|
|
26213
26258
|
}
|
|
26214
26259
|
interface UpsertRefundResponse {
|
|
26215
26260
|
/** Updated order transactions. */
|
|
26216
|
-
orderTransactions?: OrderTransactions$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
28491
|
+
status: AuthorizationCaptureStatus$1;
|
|
28447
28492
|
amount?: PriceNonNullableFields$3;
|
|
28448
28493
|
failureDetails?: AuthorizationActionFailureDetailsNonNullableFields$1;
|
|
28449
28494
|
}
|
|
28450
28495
|
interface AuthorizationVoidNonNullableFields$1 {
|
|
28451
|
-
status: AuthorizationVoidStatus$
|
|
28496
|
+
status: AuthorizationVoidStatus$1;
|
|
28452
28497
|
failureDetails?: AuthorizationActionFailureDetailsNonNullableFields$1;
|
|
28453
|
-
reason: Reason$
|
|
28498
|
+
reason: Reason$1;
|
|
28454
28499
|
}
|
|
28455
28500
|
interface V1ScheduledActionNonNullableFields {
|
|
28456
|
-
actionType: ActionType$
|
|
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$
|
|
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$
|
|
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$
|
|
28542
|
+
refundStatus: RefundStatus$1;
|
|
28498
28543
|
externalRefund: boolean;
|
|
28499
28544
|
}
|
|
28500
28545
|
interface RefundItemNonNullableFields$1 {
|
|
@@ -29946,7 +29991,7 @@ declare const context$c_searchOrders: typeof searchOrders;
|
|
|
29946
29991
|
declare const context$c_updateOrder: typeof updateOrder;
|
|
29947
29992
|
declare const context$c_voidAuthorizedPayments: typeof voidAuthorizedPayments;
|
|
29948
29993
|
declare namespace context$c {
|
|
29949
|
-
export { type ActionEvent$9 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type context$c_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type context$c_AddActivitiesRequest as AddActivitiesRequest, type context$c_AddActivitiesResponse as AddActivitiesResponse, type context$c_AddActivityRequest as AddActivityRequest, type context$c_AddActivityResponse as AddActivityResponse, type context$c_AddInternalActivityRequest as AddInternalActivityRequest, type context$c_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type context$c_AdditionalFeeDelta as AdditionalFeeDelta, type context$c_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$5 as Address, type context$c_AddressDescription as AddressDescription, type AddressLocation$3 as AddressLocation, type context$c_AddressWithContact as AddressWithContact, type context$c_AggregateOrdersRequest as AggregateOrdersRequest, type context$c_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type context$c_App as App, type ApplicationError$4 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type context$c_AppliedDiscountDelta as AppliedDiscountDelta, type context$c_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type context$c_ArchiveOrderRequest as ArchiveOrderRequest, type context$c_ArchiveOrderResponse as ArchiveOrderResponse, context$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 context$c_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$c_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$c_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$c_Balance as Balance, type context$c_BalanceSummary as BalanceSummary, type BaseEventMetadata$3 as BaseEventMetadata, type context$c_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type context$c_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type context$c_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type context$c_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type context$c_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type context$c_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type context$c_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type context$c_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type context$c_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type context$c_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type context$c_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type context$c_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type context$c_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type context$c_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type context$c_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type context$c_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type context$c_BulkOrderResult as BulkOrderResult, type context$c_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type context$c_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type context$c_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type context$c_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type context$c_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type context$c_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type context$c_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type context$c_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type context$c_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type context$c_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$c_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type context$c_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, type context$c_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type context$c_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$c_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$c_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$c_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type context$c_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$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 context$c_CalculatedTax as CalculatedTax, type context$c_CalculatedTaxes as CalculatedTaxes, type context$c_Cancel as Cancel, type context$c_CancelOrderOptions as CancelOrderOptions, type context$c_CancelOrderRequest as CancelOrderRequest, type context$c_CancelOrderResponse as CancelOrderResponse, type context$c_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type context$c_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type context$c_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type context$c_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$3 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type context$c_ChargeMembershipsRequest as ChargeMembershipsRequest, type context$c_ChargeMembershipsResponse as ChargeMembershipsResponse, type context$c_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type context$c_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type context$c_ChargedBy as ChargedBy, type context$c_Color as Color, type context$c_CommitDeltasRequest as CommitDeltasRequest, type context$c_CommitDeltasResponse as CommitDeltasResponse, type context$c_CommittedDiffs as CommittedDiffs, type context$c_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type context$c_CommonAddress as CommonAddress, type context$c_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$c_Company as Company, type context$c_Complete as Complete, type context$c_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type context$c_CreateOrderRequest as CreateOrderRequest, type context$c_CreateOrderResponse as CreateOrderResponse, type context$c_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type context$c_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type context$c_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type context$c_CreatedBy as CreatedBy, type context$c_CreatedByStringOneOf as CreatedByStringOneOf, type context$c_CreditCardDetails as CreditCardDetails, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$7 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type context$c_CursorSearch as CursorSearch, type context$c_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$7 as Cursors, type context$c_CustomActivity as CustomActivity, type CustomField$1 as CustomField, context$c_CustomFieldGroup as CustomFieldGroup, type context$c_CustomFieldValue as CustomFieldValue, type context$c_Customer as Customer, type context$c_DecrementData as DecrementData, type context$c_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type context$c_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type context$c_DelayedCaptureSettings as DelayedCaptureSettings, type context$c_DeleteActivityRequest as DeleteActivityRequest, type context$c_DeleteActivityResponse as DeleteActivityResponse, type context$c_DeleteByFilterOperation as DeleteByFilterOperation, type context$c_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$2 as DeliveryLogistics, type context$c_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$2 as DeliveryTimeSlot, context$c_DeltaPaymentOptionType as DeltaPaymentOptionType, type context$c_Deposit as Deposit, context$c_DepositType as DepositType, type context$c_DescriptionLine as DescriptionLine, type context$c_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$c_DescriptionLineName as DescriptionLineName, context$c_DescriptionLineType as DescriptionLineType, type context$c_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type context$c_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, context$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 context$c_DownloadLinkSent as DownloadLinkSent, type context$c_DraftOrderChangesApplied as DraftOrderChangesApplied, type context$c_DraftOrderCommitSettings as DraftOrderCommitSettings, type context$c_DraftOrderDiffs as DraftOrderDiffs, type context$c_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type context$c_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type context$c_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type context$c_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type context$c_Duration as Duration, context$c_DurationUnit as DurationUnit, type context$c_Email as Email, type context$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 context$c_ExternalUriMapping as ExternalUriMapping, type context$c_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type context$c_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type context$c_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$c_GetMetasiteDataRequest as GetMetasiteDataRequest, type context$c_GetMetasiteDataResponse as GetMetasiteDataResponse, type context$c_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type context$c_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type context$c_GetOrderRequest as GetOrderRequest, type context$c_GetOrderResponse as GetOrderResponse, type context$c_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$c_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type context$c_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type context$c_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type context$c_GetShipmentsRequest as GetShipmentsRequest, type context$c_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type context$c_GiftCardPaymentRefund as GiftCardPaymentRefund, type context$c_HtmlApplication as HtmlApplication, type context$c_IdAndVersion as IdAndVersion, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type context$c_InternalActivity as InternalActivity, type context$c_InternalActivityContentOneOf as InternalActivityContentOneOf, type context$c_InternalDocument as InternalDocument, type context$c_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context$c_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context$c_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type context$c_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type context$c_InternalUpdateExistingOperation as InternalUpdateExistingOperation, context$c_InventoryAction as InventoryAction, type context$c_InventoryUpdateDetails as InventoryUpdateDetails, type context$c_InvoiceAdded as InvoiceAdded, type context$c_InvoiceDates as InvoiceDates, type context$c_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type context$c_InvoiceFields as InvoiceFields, type context$c_InvoiceSent as InvoiceSent, type context$c_InvoiceSentEvent as InvoiceSentEvent, context$c_InvoiceStatus as InvoiceStatus, type context$c_InvoicesPayment as InvoicesPayment, type context$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 context$c_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type context$c_LineItemAmount as LineItemAmount, type context$c_LineItemChanges as LineItemChanges, type context$c_LineItemDelta as LineItemDelta, type context$c_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type context$c_LineItemExchangeData as LineItemExchangeData, type context$c_LineItemMetaData as LineItemMetaData, type context$c_LineItemPriceChange as LineItemPriceChange, type context$c_LineItemQuantityChange as LineItemQuantityChange, context$c_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type context$c_LineItemTax as LineItemTax, type context$c_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$c_LineItemTaxInfo as LineItemTaxInfo, type context$c_LineItemUpdate as LineItemUpdate, type context$c_LineItems as LineItems, type context$c_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type context$c_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type context$c_Locale as Locale, type context$c_LocationAndQuantity as LocationAndQuantity, type context$c_ManagedAdditionalFee as ManagedAdditionalFee, type context$c_ManagedDiscount as ManagedDiscount, type context$c_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type context$c_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type context$c_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type context$c_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type context$c_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type context$c_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type context$c_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type context$c_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type context$c_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type context$c_MaskedOrder as MaskedOrder, type context$c_MaskedOrderLineItem as MaskedOrderLineItem, type context$c_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, type context$c_MembershipPaymentRefund as MembershipPaymentRefund, MembershipPaymentStatus$2 as MembershipPaymentStatus, type context$c_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$c_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$8 as MessageEnvelope, type context$c_MetaData as MetaData, type context$c_MetaSite as MetaSite, type context$c_MetaTag as MetaTag, context$c_Namespace as Namespace, type context$c_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, context$c_OrderApprovalStrategy as OrderApprovalStrategy, type context$c_OrderApproved as OrderApproved, type context$c_OrderApprovedEnvelope as OrderApprovedEnvelope, type context$c_OrderCanceled as OrderCanceled, type context$c_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$c_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type context$c_OrderChange as OrderChange, type context$c_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$c_OrderCreateNotifications as OrderCreateNotifications, type context$c_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$c_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$c_OrderCreationSettings as OrderCreationSettings, type context$c_OrderDeltasCommitted as OrderDeltasCommitted, type context$c_OrderFulfilled as OrderFulfilled, type context$c_OrderItemsRestocked as OrderItemsRestocked, type context$c_OrderLineItem as OrderLineItem, type context$c_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type context$c_OrderNonNullableFields as OrderNonNullableFields, type context$c_OrderNotFulfilled as OrderNotFulfilled, type context$c_OrderPaid as OrderPaid, type context$c_OrderPartiallyPaid as OrderPartiallyPaid, type context$c_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type context$c_OrderPending as OrderPending, type context$c_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, type context$c_OrderRejected as OrderRejected, type context$c_OrderRejectedEventOrderRejected as OrderRejectedEventOrderRejected, context$c_OrderStatus as OrderStatus, type context$c_OrderTaxBreakdown as OrderTaxBreakdown, type context$c_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type context$c_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$c_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type context$c_PaymentCanceled as PaymentCanceled, type context$c_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type context$c_PaymentCapture as PaymentCapture, context$c_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type context$c_PaymentDeclined as PaymentDeclined, type context$c_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type context$c_PaymentPending as PaymentPending, type context$c_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type context$c_PaymentRefundFailed as PaymentRefundFailed, type context$c_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type context$c_PaymentStatusUpdated as PaymentStatusUpdated, type context$c_Payments as Payments, type context$c_Phone as Phone, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$3 as PickupDetails, PickupMethod$2 as PickupMethod, type context$c_PickupReadyEmailSent as PickupReadyEmailSent, context$c_Placement as Placement, type context$c_PlainTextValue as PlainTextValue, type context$c_PlatformPaging as PlatformPaging, type context$c_PlatformPagingMetadata as PlatformPagingMetadata, type context$c_PlatformQuery as PlatformQuery, type context$c_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context$c_PreparePaymentCollectionOptions as PreparePaymentCollectionOptions, type context$c_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type context$c_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type context$c_PreparePaymentCollectionResponseNonNullableFields as PreparePaymentCollectionResponseNonNullableFields, type context$c_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type context$c_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type context$c_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type context$c_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type context$c_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type context$c_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type context$c_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type context$c_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type context$c_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type context$c_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type context$c_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type context$c_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, context$c_PreviewEmailType as PreviewEmailType, type context$c_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type context$c_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type context$c_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type context$c_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type context$c_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type context$c_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$3 as Price, type context$c_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type context$c_ProductName as ProductName, type context$c_PublicActivity as PublicActivity, type context$c_PublicActivityContentOneOf as PublicActivityContentOneOf, type context$c_QueryOrderRequest as QueryOrderRequest, type context$c_QueryOrderResponse as QueryOrderResponse, type context$c_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type context$c_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type context$c_QuotesAddress as QuotesAddress, Reason$2 as Reason, type context$c_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type context$c_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type context$c_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type context$c_RefundCreated as RefundCreated, type RefundDetails$2 as RefundDetails, type context$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 context$c_RefundedAsStoreCredit as RefundedAsStoreCredit, type context$c_RefundedPayment as RefundedPayment, type context$c_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$c_RegularPayment as RegularPayment, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$c_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type context$c_RegularPaymentRefund as RegularPaymentRefund, type context$c_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$9 as RestoreInfo, type context$c_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type context$c_SearchOrdersOptions as SearchOrdersOptions, type context$c_SearchOrdersRequest as SearchOrdersRequest, type context$c_SearchOrdersResponse as SearchOrdersResponse, type context$c_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type context$c_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type context$c_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type context$c_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type context$c_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type context$c_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type context$c_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type context$c_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type context$c_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type context$c_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type context$c_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type context$c_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type context$c_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type context$c_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type context$c_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type context$c_SendRefundEmailRequest as SendRefundEmailRequest, type context$c_SendRefundEmailResponse as SendRefundEmailResponse, type context$c_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type context$c_ShippingAddressEdited as ShippingAddressEdited, type context$c_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type context$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, context$c_SourceType as SourceType, type context$c_StandardDetails as StandardDetails, context$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 context$c_TagList as TagList, type context$c_Tags as Tags, type context$c_Task as Task, type context$c_TaskAction as TaskAction, type context$c_TaskActionActionOneOf as TaskActionActionOneOf, type context$c_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type context$c_TotalPrice as TotalPrice, type context$c_TotalPriceChange as TotalPriceChange, type context$c_TrackingLinkAdded as TrackingLinkAdded, type context$c_TrackingNumberAdded as TrackingNumberAdded, type context$c_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type context$c_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type context$c_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type context$c_TriggerReindexRequest as TriggerReindexRequest, type context$c_TriggerReindexResponse as TriggerReindexResponse, type context$c_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type context$c_UnArchiveOrderRequest as UnArchiveOrderRequest, type context$c_UnArchiveOrderResponse as UnArchiveOrderResponse, type context$c_UpdateActivityRequest as UpdateActivityRequest, type context$c_UpdateActivityResponse as UpdateActivityResponse, type context$c_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type context$c_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type context$c_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type context$c_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type context$c_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type context$c_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type context$c_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context$c_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context$c_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type context$c_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type context$c_UpdateOrder as UpdateOrder, type context$c_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type context$c_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type context$c_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type context$c_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type context$c_UpdateOrderRequest as UpdateOrderRequest, type context$c_UpdateOrderResponse as UpdateOrderResponse, type context$c_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type context$c_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type context$c_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type context$c_UpsertRefundRequest as UpsertRefundRequest, type context$c_UpsertRefundResponse as UpsertRefundResponse, type context$c_UserDataResponse as UserDataResponse, type context$c_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type context$c_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type context$c_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type context$c_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type context$c_V1LineItemDelta as V1LineItemDelta, type context$c_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type context$c_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type context$c_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type context$c_V1RestockItem as V1RestockItem, type context$c_V1ScheduledAction as V1ScheduledAction, type context$c_V1ShippingInformation as V1ShippingInformation, type context$c_Value as Value, context$c_ValueType as ValueType, type VatId$2 as VatId, VatType$2 as VatType, type context$c_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context$c_VersionedDocumentId as VersionedDocumentId, type context$c_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context$c_VersioningMode as VersioningMode, type context$c_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type context$c_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type context$c_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, WeightUnit$3 as WeightUnit, type context$c__publicOnOrderApprovedType as _publicOnOrderApprovedType, type context$c__publicOnOrderCanceledType as _publicOnOrderCanceledType, type context$c__publicOnOrderCreatedType as _publicOnOrderCreatedType, type context$c__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type context$c__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, context$c_bulkUpdateOrderTags as bulkUpdateOrderTags, context$c_bulkUpdateOrders as bulkUpdateOrders, context$c_cancelOrder as cancelOrder, context$c_captureAuthorizedPayments as captureAuthorizedPayments, context$c_createOrder as createOrder, context$c_getOrder as getOrder, context$c_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, context$c_onOrderApproved as onOrderApproved, context$c_onOrderCanceled as onOrderCanceled, context$c_onOrderCreated as onOrderCreated, context$c_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, context$c_onOrderUpdated as onOrderUpdated, context$c_preparePaymentCollection as preparePaymentCollection, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, onOrderUpdated$1 as publicOnOrderUpdated, context$c_searchOrders as searchOrders, context$c_updateOrder as updateOrder, context$c_voidAuthorizedPayments as voidAuthorizedPayments };
|
|
29994
|
+
export { type ActionEvent$9 as ActionEvent, ActionType$1 as ActionType, type Activity$1 as Activity, type context$c_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type context$c_AddActivitiesRequest as AddActivitiesRequest, type context$c_AddActivitiesResponse as AddActivitiesResponse, type context$c_AddActivityRequest as AddActivityRequest, type context$c_AddActivityResponse as AddActivityResponse, type context$c_AddInternalActivityRequest as AddInternalActivityRequest, type context$c_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type context$c_AdditionalFeeDelta as AdditionalFeeDelta, type context$c_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type Address$5 as Address, type context$c_AddressDescription as AddressDescription, type AddressLocation$3 as AddressLocation, type context$c_AddressWithContact as AddressWithContact, type context$c_AggregateOrdersRequest as AggregateOrdersRequest, type context$c_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type context$c_App as App, type ApplicationError$4 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type context$c_AppliedDiscountDelta as AppliedDiscountDelta, type context$c_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type context$c_ArchiveOrderRequest as ArchiveOrderRequest, type context$c_ArchiveOrderResponse as ArchiveOrderResponse, context$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 context$c_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$c_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$c_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$c_Balance as Balance, type context$c_BalanceSummary as BalanceSummary, type BaseEventMetadata$3 as BaseEventMetadata, type context$c_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type context$c_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type context$c_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type context$c_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type context$c_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type context$c_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type context$c_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type context$c_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type context$c_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type context$c_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type context$c_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type context$c_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type context$c_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type context$c_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type context$c_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type context$c_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type context$c_BulkOrderResult as BulkOrderResult, type context$c_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type context$c_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type context$c_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type context$c_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type context$c_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type context$c_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type context$c_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type context$c_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type context$c_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type context$c_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$c_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type context$c_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, type context$c_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type context$c_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$c_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$c_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$c_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type context$c_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$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 context$c_CalculatedTax as CalculatedTax, type context$c_CalculatedTaxes as CalculatedTaxes, type context$c_Cancel as Cancel, type context$c_CancelOrderOptions as CancelOrderOptions, type context$c_CancelOrderRequest as CancelOrderRequest, type context$c_CancelOrderResponse as CancelOrderResponse, type context$c_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type context$c_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type context$c_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type context$c_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$3 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type context$c_ChargeMembershipsRequest as ChargeMembershipsRequest, type context$c_ChargeMembershipsResponse as ChargeMembershipsResponse, type context$c_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type context$c_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type context$c_ChargedBy as ChargedBy, type context$c_Color as Color, type context$c_CommitDeltasRequest as CommitDeltasRequest, type context$c_CommitDeltasResponse as CommitDeltasResponse, type context$c_CommittedDiffs as CommittedDiffs, type context$c_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type context$c_CommonAddress as CommonAddress, type context$c_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$c_Company as Company, type context$c_Complete as Complete, type context$c_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type context$c_CreateOrderRequest as CreateOrderRequest, type context$c_CreateOrderResponse as CreateOrderResponse, type context$c_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type context$c_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type context$c_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type context$c_CreatedBy as CreatedBy, type context$c_CreatedByStringOneOf as CreatedByStringOneOf, type context$c_CreditCardDetails as CreditCardDetails, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$7 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type context$c_CursorSearch as CursorSearch, type context$c_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$7 as Cursors, type context$c_CustomActivity as CustomActivity, type CustomField$1 as CustomField, context$c_CustomFieldGroup as CustomFieldGroup, type context$c_CustomFieldValue as CustomFieldValue, type context$c_Customer as Customer, type context$c_DecrementData as DecrementData, type context$c_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type context$c_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type context$c_DelayedCaptureSettings as DelayedCaptureSettings, type context$c_DeleteActivityRequest as DeleteActivityRequest, type context$c_DeleteActivityResponse as DeleteActivityResponse, type context$c_DeleteByFilterOperation as DeleteByFilterOperation, type context$c_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$2 as DeliveryLogistics, type context$c_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$2 as DeliveryTimeSlot, context$c_DeltaPaymentOptionType as DeltaPaymentOptionType, type context$c_Deposit as Deposit, context$c_DepositType as DepositType, type context$c_DescriptionLine as DescriptionLine, type context$c_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$c_DescriptionLineName as DescriptionLineName, context$c_DescriptionLineType as DescriptionLineType, type context$c_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type context$c_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, context$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 context$c_DownloadLinkSent as DownloadLinkSent, type context$c_DraftOrderChangesApplied as DraftOrderChangesApplied, type context$c_DraftOrderCommitSettings as DraftOrderCommitSettings, type context$c_DraftOrderDiffs as DraftOrderDiffs, type context$c_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type context$c_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type context$c_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type context$c_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type context$c_Duration as Duration, context$c_DurationUnit as DurationUnit, type context$c_Email as Email, type context$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 context$c_ExternalUriMapping as ExternalUriMapping, type context$c_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type context$c_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type context$c_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$c_GetMetasiteDataRequest as GetMetasiteDataRequest, type context$c_GetMetasiteDataResponse as GetMetasiteDataResponse, type context$c_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type context$c_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type context$c_GetOrderRequest as GetOrderRequest, type context$c_GetOrderResponse as GetOrderResponse, type context$c_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$c_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type context$c_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type context$c_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type context$c_GetShipmentsRequest as GetShipmentsRequest, type context$c_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type context$c_GiftCardPaymentRefund as GiftCardPaymentRefund, type context$c_HtmlApplication as HtmlApplication, type context$c_IdAndVersion as IdAndVersion, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type context$c_InternalActivity as InternalActivity, type context$c_InternalActivityContentOneOf as InternalActivityContentOneOf, type context$c_InternalDocument as InternalDocument, type context$c_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context$c_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context$c_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type context$c_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type context$c_InternalUpdateExistingOperation as InternalUpdateExistingOperation, context$c_InventoryAction as InventoryAction, type context$c_InventoryUpdateDetails as InventoryUpdateDetails, type context$c_InvoiceAdded as InvoiceAdded, type context$c_InvoiceDates as InvoiceDates, type context$c_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type context$c_InvoiceFields as InvoiceFields, type context$c_InvoiceSent as InvoiceSent, type context$c_InvoiceSentEvent as InvoiceSentEvent, context$c_InvoiceStatus as InvoiceStatus, type context$c_InvoicesPayment as InvoicesPayment, type context$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 context$c_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type context$c_LineItemAmount as LineItemAmount, type context$c_LineItemChanges as LineItemChanges, type context$c_LineItemDelta as LineItemDelta, type context$c_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type context$c_LineItemExchangeData as LineItemExchangeData, type context$c_LineItemMetaData as LineItemMetaData, type context$c_LineItemPriceChange as LineItemPriceChange, type context$c_LineItemQuantityChange as LineItemQuantityChange, context$c_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$1 as LineItemRefund, type context$c_LineItemTax as LineItemTax, type context$c_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$c_LineItemTaxInfo as LineItemTaxInfo, type context$c_LineItemUpdate as LineItemUpdate, type context$c_LineItems as LineItems, type context$c_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type context$c_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type context$c_Locale as Locale, type context$c_LocationAndQuantity as LocationAndQuantity, type context$c_ManagedAdditionalFee as ManagedAdditionalFee, type context$c_ManagedDiscount as ManagedDiscount, type context$c_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type context$c_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type context$c_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type context$c_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type context$c_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type context$c_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type context$c_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type context$c_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type context$c_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type context$c_MaskedOrder as MaskedOrder, type context$c_MaskedOrderLineItem as MaskedOrderLineItem, type context$c_MembershipChargeItem as MembershipChargeItem, type MembershipName$2 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, type context$c_MembershipPaymentRefund as MembershipPaymentRefund, MembershipPaymentStatus$1 as MembershipPaymentStatus, type context$c_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$c_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$8 as MessageEnvelope, type context$c_MetaData as MetaData, type context$c_MetaSite as MetaSite, type context$c_MetaTag as MetaTag, context$c_Namespace as Namespace, type context$c_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, context$c_OrderApprovalStrategy as OrderApprovalStrategy, type context$c_OrderApproved as OrderApproved, type context$c_OrderApprovedEnvelope as OrderApprovedEnvelope, type context$c_OrderCanceled as OrderCanceled, type context$c_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$c_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type context$c_OrderChange as OrderChange, type context$c_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$c_OrderCreateNotifications as OrderCreateNotifications, type context$c_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$c_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$c_OrderCreationSettings as OrderCreationSettings, type context$c_OrderDeltasCommitted as OrderDeltasCommitted, type context$c_OrderFulfilled as OrderFulfilled, type context$c_OrderItemsRestocked as OrderItemsRestocked, type context$c_OrderLineItem as OrderLineItem, type context$c_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type context$c_OrderNonNullableFields as OrderNonNullableFields, type context$c_OrderNotFulfilled as OrderNotFulfilled, type context$c_OrderPaid as OrderPaid, type context$c_OrderPartiallyPaid as OrderPartiallyPaid, type context$c_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type context$c_OrderPending as OrderPending, type context$c_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, type context$c_OrderRejected as OrderRejected, type context$c_OrderRejectedEventOrderRejected as OrderRejectedEventOrderRejected, context$c_OrderStatus as OrderStatus, type context$c_OrderTaxBreakdown as OrderTaxBreakdown, type context$c_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$1 as OrderTransactions, type context$c_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$c_OrdersExperiments as OrdersExperiments, type Payment$1 as Payment, type context$c_PaymentCanceled as PaymentCanceled, type context$c_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type context$c_PaymentCapture as PaymentCapture, context$c_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type context$c_PaymentDeclined as PaymentDeclined, type context$c_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type context$c_PaymentPending as PaymentPending, type context$c_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type context$c_PaymentRefundFailed as PaymentRefundFailed, type context$c_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type context$c_PaymentStatusUpdated as PaymentStatusUpdated, type context$c_Payments as Payments, type context$c_Phone as Phone, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$3 as PickupDetails, PickupMethod$2 as PickupMethod, type context$c_PickupReadyEmailSent as PickupReadyEmailSent, context$c_Placement as Placement, type context$c_PlainTextValue as PlainTextValue, type context$c_PlatformPaging as PlatformPaging, type context$c_PlatformPagingMetadata as PlatformPagingMetadata, type context$c_PlatformQuery as PlatformQuery, type context$c_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context$c_PreparePaymentCollectionOptions as PreparePaymentCollectionOptions, type context$c_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type context$c_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type context$c_PreparePaymentCollectionResponseNonNullableFields as PreparePaymentCollectionResponseNonNullableFields, type context$c_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type context$c_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type context$c_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type context$c_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type context$c_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type context$c_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type context$c_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type context$c_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type context$c_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type context$c_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type context$c_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type context$c_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, context$c_PreviewEmailType as PreviewEmailType, type context$c_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type context$c_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type context$c_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type context$c_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type context$c_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type context$c_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$3 as Price, type context$c_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type context$c_ProductName as ProductName, type context$c_PublicActivity as PublicActivity, type context$c_PublicActivityContentOneOf as PublicActivityContentOneOf, type context$c_QueryOrderRequest as QueryOrderRequest, type context$c_QueryOrderResponse as QueryOrderResponse, type context$c_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type context$c_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type context$c_QuotesAddress as QuotesAddress, Reason$1 as Reason, type context$c_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type context$c_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type context$c_RedirectUrls as RedirectUrls, type Refund$1 as Refund, type context$c_RefundCreated as RefundCreated, type RefundDetails$1 as RefundDetails, type context$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 context$c_RefundedAsStoreCredit as RefundedAsStoreCredit, type context$c_RefundedPayment as RefundedPayment, type context$c_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$c_RegularPayment as RegularPayment, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$c_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type context$c_RegularPaymentRefund as RegularPaymentRefund, type context$c_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$9 as RestoreInfo, type context$c_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$1 as ScheduledAction, type context$c_SearchOrdersOptions as SearchOrdersOptions, type context$c_SearchOrdersRequest as SearchOrdersRequest, type context$c_SearchOrdersResponse as SearchOrdersResponse, type context$c_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type context$c_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type context$c_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type context$c_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type context$c_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type context$c_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type context$c_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type context$c_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type context$c_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type context$c_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type context$c_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type context$c_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type context$c_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type context$c_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type context$c_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type context$c_SendRefundEmailRequest as SendRefundEmailRequest, type context$c_SendRefundEmailResponse as SendRefundEmailResponse, type context$c_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type context$c_ShippingAddressEdited as ShippingAddressEdited, type context$c_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type context$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, context$c_SourceType as SourceType, type context$c_StandardDetails as StandardDetails, context$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 context$c_TagList as TagList, type context$c_Tags as Tags, type context$c_Task as Task, type context$c_TaskAction as TaskAction, type context$c_TaskActionActionOneOf as TaskActionActionOneOf, type context$c_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type context$c_TotalPrice as TotalPrice, type context$c_TotalPriceChange as TotalPriceChange, type context$c_TrackingLinkAdded as TrackingLinkAdded, type context$c_TrackingNumberAdded as TrackingNumberAdded, type context$c_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$1 as TransactionStatus, type context$c_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type context$c_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type context$c_TriggerReindexRequest as TriggerReindexRequest, type context$c_TriggerReindexResponse as TriggerReindexResponse, type context$c_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type context$c_UnArchiveOrderRequest as UnArchiveOrderRequest, type context$c_UnArchiveOrderResponse as UnArchiveOrderResponse, type context$c_UpdateActivityRequest as UpdateActivityRequest, type context$c_UpdateActivityResponse as UpdateActivityResponse, type context$c_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type context$c_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type context$c_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type context$c_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type context$c_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type context$c_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type context$c_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context$c_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context$c_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type context$c_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type context$c_UpdateOrder as UpdateOrder, type context$c_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type context$c_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type context$c_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type context$c_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type context$c_UpdateOrderRequest as UpdateOrderRequest, type context$c_UpdateOrderResponse as UpdateOrderResponse, type context$c_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type context$c_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type context$c_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type context$c_UpsertRefundRequest as UpsertRefundRequest, type context$c_UpsertRefundResponse as UpsertRefundResponse, type context$c_UserDataResponse as UserDataResponse, type context$c_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type context$c_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type context$c_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type context$c_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type context$c_V1LineItemDelta as V1LineItemDelta, type context$c_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type context$c_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type context$c_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type context$c_V1RestockItem as V1RestockItem, type context$c_V1ScheduledAction as V1ScheduledAction, type context$c_V1ShippingInformation as V1ShippingInformation, type context$c_Value as Value, context$c_ValueType as ValueType, type VatId$2 as VatId, VatType$2 as VatType, type context$c_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context$c_VersionedDocumentId as VersionedDocumentId, type context$c_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context$c_VersioningMode as VersioningMode, type context$c_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type context$c_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type context$c_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, WeightUnit$3 as WeightUnit, type context$c__publicOnOrderApprovedType as _publicOnOrderApprovedType, type context$c__publicOnOrderCanceledType as _publicOnOrderCanceledType, type context$c__publicOnOrderCreatedType as _publicOnOrderCreatedType, type context$c__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type context$c__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, context$c_bulkUpdateOrderTags as bulkUpdateOrderTags, context$c_bulkUpdateOrders as bulkUpdateOrders, context$c_cancelOrder as cancelOrder, context$c_captureAuthorizedPayments as captureAuthorizedPayments, context$c_createOrder as createOrder, context$c_getOrder as getOrder, context$c_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, context$c_onOrderApproved as onOrderApproved, context$c_onOrderCanceled as onOrderCanceled, context$c_onOrderCreated as onOrderCreated, context$c_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, context$c_onOrderUpdated as onOrderUpdated, context$c_preparePaymentCollection as preparePaymentCollection, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, onOrderUpdated$1 as publicOnOrderUpdated, context$c_searchOrders as searchOrders, context$c_updateOrder as updateOrder, context$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
|
|
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
|
|
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 context$b_getOrderPaymentRequestUrl: typeof getOrderPaymentRequest
|
|
|
30870
30620
|
declare const context$b_queryOrderPaymentRequests: typeof queryOrderPaymentRequests;
|
|
30871
30621
|
declare const context$b_updateOrderPaymentRequest: typeof updateOrderPaymentRequest;
|
|
30872
30622
|
declare namespace context$b {
|
|
30873
|
-
export { type ActionEvent$8 as ActionEvent,
|
|
30623
|
+
export { type ActionEvent$8 as ActionEvent, type context$b_CreateOrderPaymentRequestOptions as CreateOrderPaymentRequestOptions, type context$b_CreateOrderPaymentRequestRequest as CreateOrderPaymentRequestRequest, type context$b_CreateOrderPaymentRequestResponse as CreateOrderPaymentRequestResponse, type context$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 context$b_DeleteOrderPaymentRequestRequest as DeleteOrderPaymentRequestRequest, type context$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 context$b_GetOrderPaymentRequestRequest as GetOrderPaymentRequestRequest, type context$b_GetOrderPaymentRequestResponse as GetOrderPaymentRequestResponse, type context$b_GetOrderPaymentRequestResponseNonNullableFields as GetOrderPaymentRequestResponseNonNullableFields, type context$b_GetOrderPaymentRequestURLRequest as GetOrderPaymentRequestURLRequest, type context$b_GetOrderPaymentRequestURLResponse as GetOrderPaymentRequestURLResponse, type context$b_GetOrderPaymentRequestURLResponseNonNullableFields as GetOrderPaymentRequestURLResponseNonNullableFields, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type MessageEnvelope$7 as MessageEnvelope, type context$b_OrderPaymentRequest as OrderPaymentRequest, type context$b_OrderPaymentRequestExpired as OrderPaymentRequestExpired, type context$b_OrderPaymentRequestNonNullableFields as OrderPaymentRequestNonNullableFields, type context$b_OrderPaymentRequestPaid as OrderPaymentRequestPaid, type context$b_OrderPaymentRequestsQueryBuilder as OrderPaymentRequestsQueryBuilder, type context$b_OrderPaymentRequestsQueryResult as OrderPaymentRequestsQueryResult, type Price$2 as Price, type context$b_QueryOrderPaymentRequestsRequest as QueryOrderPaymentRequestsRequest, type context$b_QueryOrderPaymentRequestsResponse as QueryOrderPaymentRequestsResponse, type context$b_QueryOrderPaymentRequestsResponseNonNullableFields as QueryOrderPaymentRequestsResponseNonNullableFields, type RestoreInfo$8 as RestoreInfo, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type context$b_Source as Source, context$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 context$b_UpdateOrderPaymentRequest as UpdateOrderPaymentRequest, type context$b_UpdateOrderPaymentRequestRequest as UpdateOrderPaymentRequestRequest, type context$b_UpdateOrderPaymentRequestResponse as UpdateOrderPaymentRequestResponse, type context$b_UpdateOrderPaymentRequestResponseNonNullableFields as UpdateOrderPaymentRequestResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, context$b_createOrderPaymentRequest as createOrderPaymentRequest, context$b_deleteOrderPaymentRequest as deleteOrderPaymentRequest, context$b_getOrderPaymentRequest as getOrderPaymentRequest, context$b_getOrderPaymentRequestUrl as getOrderPaymentRequestUrl, context$b_queryOrderPaymentRequests as queryOrderPaymentRequests, updateExtendedFields$4 as updateExtendedFields, context$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 [
|
|
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 [
|
|
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"`
|