@wix/ecom 1.0.681 → 1.0.683
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/type-bundles/index.bundle.d.ts +253 -502
- package/type-bundles/meta.bundle.d.ts +275 -117
|
@@ -1655,9 +1655,9 @@ interface FullAddressContactDetails$6 {
|
|
|
1655
1655
|
*/
|
|
1656
1656
|
company?: string | null;
|
|
1657
1657
|
/** Tax information (for Brazil only). If ID is provided, `vatId.type` must also be set, `UNSPECIFIED` is not allowed. */
|
|
1658
|
-
vatId?: VatId$
|
|
1658
|
+
vatId?: VatId$7;
|
|
1659
1659
|
}
|
|
1660
|
-
interface VatId$
|
|
1660
|
+
interface VatId$7 {
|
|
1661
1661
|
/** Customer's tax ID. */
|
|
1662
1662
|
_id?: string;
|
|
1663
1663
|
/**
|
|
@@ -1667,10 +1667,10 @@ interface VatId$8 {
|
|
|
1667
1667
|
* + `CPF`: for individual tax payers
|
|
1668
1668
|
* + `CNPJ`: for corporations
|
|
1669
1669
|
*/
|
|
1670
|
-
type?: VatType$
|
|
1670
|
+
type?: VatType$7;
|
|
1671
1671
|
}
|
|
1672
1672
|
/** tax info types */
|
|
1673
|
-
declare enum VatType$
|
|
1673
|
+
declare enum VatType$7 {
|
|
1674
1674
|
UNSPECIFIED = "UNSPECIFIED",
|
|
1675
1675
|
/** CPF - for individual tax payers. */
|
|
1676
1676
|
CPF = "CPF",
|
|
@@ -1719,17 +1719,17 @@ interface CartAbandonedEvent {
|
|
|
1719
1719
|
*/
|
|
1720
1720
|
abandonTime?: Date;
|
|
1721
1721
|
/** Buyer information */
|
|
1722
|
-
buyerInfo?: BuyerInfo$
|
|
1722
|
+
buyerInfo?: BuyerInfo$8;
|
|
1723
1723
|
/** Amount of items in cart */
|
|
1724
1724
|
itemsCount?: number;
|
|
1725
1725
|
/** Coupon ID (if relevant) */
|
|
1726
1726
|
couponId?: string;
|
|
1727
1727
|
/** Subtotal of all line items in cart, not before shipping and taxes */
|
|
1728
|
-
totals?: Totals$
|
|
1728
|
+
totals?: Totals$2;
|
|
1729
1729
|
/** Checkout URL - checkout with the abandoned cart details */
|
|
1730
1730
|
checkoutUrl?: string;
|
|
1731
1731
|
}
|
|
1732
|
-
interface BuyerInfo$
|
|
1732
|
+
interface BuyerInfo$8 {
|
|
1733
1733
|
/** Wix customer ID */
|
|
1734
1734
|
_id?: string;
|
|
1735
1735
|
/** Customer information */
|
|
@@ -1753,7 +1753,7 @@ declare enum Identity {
|
|
|
1753
1753
|
/** Contact was created for the customer */
|
|
1754
1754
|
CONTACT = "CONTACT"
|
|
1755
1755
|
}
|
|
1756
|
-
interface Totals$
|
|
1756
|
+
interface Totals$2 {
|
|
1757
1757
|
/** Subtotal of all line items in cart, without shipping and taxes */
|
|
1758
1758
|
subtotal?: number | null;
|
|
1759
1759
|
/** Total cart price */
|
|
@@ -2151,7 +2151,7 @@ interface V1BuyerInfoNonNullableFields {
|
|
|
2151
2151
|
}
|
|
2152
2152
|
interface VatIdNonNullableFields$4 {
|
|
2153
2153
|
_id: string;
|
|
2154
|
-
type: VatType$
|
|
2154
|
+
type: VatType$7;
|
|
2155
2155
|
}
|
|
2156
2156
|
interface FullAddressContactDetailsNonNullableFields$5 {
|
|
2157
2157
|
vatId?: VatIdNonNullableFields$4;
|
|
@@ -2372,7 +2372,7 @@ declare const index_d$h_onAbandonedCheckoutRecovered: typeof onAbandonedCheckout
|
|
|
2372
2372
|
declare const index_d$h_queryAbandonedCheckouts: typeof queryAbandonedCheckouts;
|
|
2373
2373
|
declare const index_d$h_redirectToCheckout: typeof redirectToCheckout;
|
|
2374
2374
|
declare namespace index_d$h {
|
|
2375
|
-
export { type index_d$h_AbandonedCheckout as AbandonedCheckout, type index_d$h_AbandonedCheckoutNonNullableFields as AbandonedCheckoutNonNullableFields, type index_d$h_AbandonedCheckoutRecovered as AbandonedCheckoutRecovered, type index_d$h_AbandonedCheckoutRecoveredEnvelope as AbandonedCheckoutRecoveredEnvelope, type index_d$h_AbandonedCheckoutsQueryBuilder as AbandonedCheckoutsQueryBuilder, type index_d$h_AbandonedCheckoutsQueryResult as AbandonedCheckoutsQueryResult, type ActionEvent$f as ActionEvent, type Activity$3 as Activity, ActivityType$3 as ActivityType, type index_d$h_AddAbandonedCheckoutActivityRequest as AddAbandonedCheckoutActivityRequest, type index_d$h_AddAbandonedCheckoutActivityResponse as AddAbandonedCheckoutActivityResponse, type BaseEventMetadata$e as BaseEventMetadata, type BuyerInfo$
|
|
2375
|
+
export { type index_d$h_AbandonedCheckout as AbandonedCheckout, type index_d$h_AbandonedCheckoutNonNullableFields as AbandonedCheckoutNonNullableFields, type index_d$h_AbandonedCheckoutRecovered as AbandonedCheckoutRecovered, type index_d$h_AbandonedCheckoutRecoveredEnvelope as AbandonedCheckoutRecoveredEnvelope, type index_d$h_AbandonedCheckoutsQueryBuilder as AbandonedCheckoutsQueryBuilder, type index_d$h_AbandonedCheckoutsQueryResult as AbandonedCheckoutsQueryResult, type ActionEvent$f as ActionEvent, type Activity$3 as Activity, ActivityType$3 as ActivityType, type index_d$h_AddAbandonedCheckoutActivityRequest as AddAbandonedCheckoutActivityRequest, type index_d$h_AddAbandonedCheckoutActivityResponse as AddAbandonedCheckoutActivityResponse, type BaseEventMetadata$e as BaseEventMetadata, type BuyerInfo$8 as BuyerInfo, type Cancel$1 as Cancel, type index_d$h_CartAbandonedEvent as CartAbandonedEvent, type index_d$h_CartRecoveredEvent as CartRecoveredEvent, type index_d$h_CommonCursorPaging as CommonCursorPaging, type index_d$h_CommonCursors as CommonCursors, type index_d$h_CommonPaging as CommonPaging, type index_d$h_CommonPagingMetadataV2 as CommonPagingMetadataV2, index_d$h_CommonSortOrder as CommonSortOrder, type index_d$h_CommonSorting as CommonSorting, type Complete$1 as Complete, type CursorPaging$8 as CursorPaging, type Cursors$8 as Cursors, type index_d$h_DeleteAbandonedCheckoutRequest as DeleteAbandonedCheckoutRequest, type index_d$h_DeleteAbandonedCheckoutResponse as DeleteAbandonedCheckoutResponse, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f as EntityUpdatedEvent, type EventMetadata$e as EventMetadata, type FullAddressContactDetails$6 as FullAddressContactDetails, type index_d$h_GetAbandonedCheckoutRequest as GetAbandonedCheckoutRequest, type index_d$h_GetAbandonedCheckoutResponse as GetAbandonedCheckoutResponse, type index_d$h_GetAbandonedCheckoutResponseNonNullableFields as GetAbandonedCheckoutResponseNonNullableFields, type HeadersEntry$1 as HeadersEntry, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f as IdentificationDataIdOneOf, index_d$h_Identity as Identity, type MessageEnvelope$f as MessageEnvelope, index_d$h_Mode as Mode, type MultiCurrencyPrice$4 as MultiCurrencyPrice, type Paging$1 as Paging, type index_d$h_PagingMetadataV2 as PagingMetadataV2, type index_d$h_QueryAbandonedCheckoutsRequest as QueryAbandonedCheckoutsRequest, type index_d$h_QueryAbandonedCheckoutsResponse as QueryAbandonedCheckoutsResponse, type index_d$h_QueryAbandonedCheckoutsResponseNonNullableFields as QueryAbandonedCheckoutsResponseNonNullableFields, type QueryV2$1 as QueryV2, type QueryV2PagingMethodOneOf$1 as QueryV2PagingMethodOneOf, type RawHttpResponse$1 as RawHttpResponse, type RawHttpResponseNonNullableFields$1 as RawHttpResponseNonNullableFields, type index_d$h_RedirectToCheckoutRequest as RedirectToCheckoutRequest, type Reschedule$1 as Reschedule, type RestoreInfo$e as RestoreInfo, type index_d$h_Search as Search, type index_d$h_SearchAbandonedCheckoutsRequest as SearchAbandonedCheckoutsRequest, type index_d$h_SearchAbandonedCheckoutsResponse as SearchAbandonedCheckoutsResponse, type index_d$h_SearchDetails as SearchDetails, type index_d$h_SearchPagingMethodOneOf as SearchPagingMethodOneOf, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, Status$2 as Status, type Task$1 as Task, type TaskAction$1 as TaskAction, type TaskActionActionOneOf$1 as TaskActionActionOneOf, type TaskKey$1 as TaskKey, type Totals$2 as Totals, type V1BuyerInfo$1 as V1BuyerInfo, type index_d$h_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type VatId$7 as VatId, VatType$7 as VatType, WebhookIdentityType$f as WebhookIdentityType, index_d$h_deleteAbandonedCheckout as deleteAbandonedCheckout, index_d$h_getAbandonedCheckout as getAbandonedCheckout, index_d$h_onAbandonedCheckoutRecovered as onAbandonedCheckoutRecovered, index_d$h_queryAbandonedCheckouts as queryAbandonedCheckouts, index_d$h_redirectToCheckout as redirectToCheckout };
|
|
2376
2376
|
}
|
|
2377
2377
|
|
|
2378
2378
|
/**
|
|
@@ -3120,7 +3120,7 @@ interface Cart$1 {
|
|
|
3120
3120
|
/** [Buyer note](https://support.wix.com/en/article/wix-stores-viewing-buyer-notes) left by the customer. */
|
|
3121
3121
|
buyerNote?: string | null;
|
|
3122
3122
|
/** Buyer information. */
|
|
3123
|
-
buyerInfo?: BuyerInfo$
|
|
3123
|
+
buyerInfo?: BuyerInfo$7;
|
|
3124
3124
|
/**
|
|
3125
3125
|
* Currency used for pricing.
|
|
3126
3126
|
* @readonly
|
|
@@ -3152,7 +3152,7 @@ interface Cart$1 {
|
|
|
3152
3152
|
* Weight measurement unit - defaults to site's weight unit.
|
|
3153
3153
|
* @readonly
|
|
3154
3154
|
*/
|
|
3155
|
-
weightUnit?: WeightUnit$
|
|
3155
|
+
weightUnit?: WeightUnit$6;
|
|
3156
3156
|
/**
|
|
3157
3157
|
* ID of the checkout that originated from this cart.
|
|
3158
3158
|
* @readonly
|
|
@@ -3446,24 +3446,24 @@ declare enum ItemTypeItemType$5 {
|
|
|
3446
3446
|
GIFT_CARD = "GIFT_CARD",
|
|
3447
3447
|
SERVICE = "SERVICE"
|
|
3448
3448
|
}
|
|
3449
|
-
interface SubscriptionOptionInfo$
|
|
3449
|
+
interface SubscriptionOptionInfo$4 {
|
|
3450
3450
|
/** Subscription option settings. */
|
|
3451
|
-
subscriptionSettings?: SubscriptionSettings$
|
|
3451
|
+
subscriptionSettings?: SubscriptionSettings$6;
|
|
3452
3452
|
/** Subscription option title. */
|
|
3453
3453
|
title?: Title$3;
|
|
3454
3454
|
/** Subscription option description. */
|
|
3455
3455
|
description?: Description$3;
|
|
3456
3456
|
}
|
|
3457
|
-
interface SubscriptionSettings$
|
|
3457
|
+
interface SubscriptionSettings$6 {
|
|
3458
3458
|
/** Frequency of recurring payment. */
|
|
3459
|
-
frequency?: SubscriptionFrequency$
|
|
3459
|
+
frequency?: SubscriptionFrequency$6;
|
|
3460
3460
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
3461
3461
|
autoRenewal?: boolean;
|
|
3462
3462
|
/** Number of billing cycles before subscription ends. Ignored if `autoRenewal` is `true`. */
|
|
3463
3463
|
billingCycles?: number | null;
|
|
3464
3464
|
}
|
|
3465
3465
|
/** Frequency unit of recurring payment */
|
|
3466
|
-
declare enum SubscriptionFrequency$
|
|
3466
|
+
declare enum SubscriptionFrequency$6 {
|
|
3467
3467
|
UNDEFINED = "UNDEFINED",
|
|
3468
3468
|
DAY = "DAY",
|
|
3469
3469
|
WEEK = "WEEK",
|
|
@@ -3552,7 +3552,7 @@ interface CatalogOverrideFields$3 {
|
|
|
3552
3552
|
image?: string;
|
|
3553
3553
|
}
|
|
3554
3554
|
/** Buyer Info */
|
|
3555
|
-
interface BuyerInfo$
|
|
3555
|
+
interface BuyerInfo$7 extends BuyerInfoIdOneOf$5 {
|
|
3556
3556
|
/**
|
|
3557
3557
|
* Visitor ID - if the buyer is **not** a site member.
|
|
3558
3558
|
* @readonly
|
|
@@ -3591,7 +3591,7 @@ interface BuyerInfoIdOneOf$5 {
|
|
|
3591
3591
|
*/
|
|
3592
3592
|
userId?: string;
|
|
3593
3593
|
}
|
|
3594
|
-
declare enum WeightUnit$
|
|
3594
|
+
declare enum WeightUnit$6 {
|
|
3595
3595
|
/** Weight unit can't be classified, due to an error */
|
|
3596
3596
|
UNSPECIFIED_WEIGHT_UNIT = "UNSPECIFIED_WEIGHT_UNIT",
|
|
3597
3597
|
/** Kilograms */
|
|
@@ -3625,12 +3625,12 @@ interface MerchantDiscount$5 {
|
|
|
3625
3625
|
/** Billing Info and shipping details */
|
|
3626
3626
|
interface AddressWithContact$5 {
|
|
3627
3627
|
/** Address. */
|
|
3628
|
-
address?: Address$
|
|
3628
|
+
address?: Address$8;
|
|
3629
3629
|
/** Contact details. */
|
|
3630
3630
|
contactDetails?: FullAddressContactDetails$5;
|
|
3631
3631
|
}
|
|
3632
3632
|
/** Physical address */
|
|
3633
|
-
interface Address$
|
|
3633
|
+
interface Address$8 {
|
|
3634
3634
|
/** Two-letter country code in [ISO-3166 alpha-2](https://www.iso.org/obp/ui/#search/code/) format. */
|
|
3635
3635
|
country?: string | null;
|
|
3636
3636
|
/** Code for a subdivision (such as state, prefecture, or province) in [ISO 3166-2](https://www.iso.org/standard/72483.html) format. */
|
|
@@ -3669,9 +3669,9 @@ interface FullAddressContactDetails$5 {
|
|
|
3669
3669
|
/** Company name. */
|
|
3670
3670
|
company?: string | null;
|
|
3671
3671
|
/** Tax information (for Brazil only). If ID is provided, `vatId.type` must also be set, `UNSPECIFIED` is not allowed. */
|
|
3672
|
-
vatId?: VatId$
|
|
3672
|
+
vatId?: VatId$6;
|
|
3673
3673
|
}
|
|
3674
|
-
interface VatId$
|
|
3674
|
+
interface VatId$6 {
|
|
3675
3675
|
/** Customer's tax ID. */
|
|
3676
3676
|
_id?: string;
|
|
3677
3677
|
/**
|
|
@@ -3681,10 +3681,10 @@ interface VatId$7 {
|
|
|
3681
3681
|
* + `CPF`: for individual tax payers
|
|
3682
3682
|
* + `CNPJ`: for corporations
|
|
3683
3683
|
*/
|
|
3684
|
-
type?: VatType$
|
|
3684
|
+
type?: VatType$6;
|
|
3685
3685
|
}
|
|
3686
3686
|
/** tax info types */
|
|
3687
|
-
declare enum VatType$
|
|
3687
|
+
declare enum VatType$6 {
|
|
3688
3688
|
UNSPECIFIED = "UNSPECIFIED",
|
|
3689
3689
|
/** CPF - for individual tax payers. */
|
|
3690
3690
|
CPF = "CPF",
|
|
@@ -3826,9 +3826,9 @@ interface AddToCurrentCartAndEstimateTotalsRequest$1 {
|
|
|
3826
3826
|
/** Selected shipping option. */
|
|
3827
3827
|
selectedShippingOption?: SelectedShippingOption$1;
|
|
3828
3828
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
3829
|
-
shippingAddress?: Address$
|
|
3829
|
+
shippingAddress?: Address$8;
|
|
3830
3830
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
3831
|
-
billingAddress?: Address$
|
|
3831
|
+
billingAddress?: Address$8;
|
|
3832
3832
|
/** The selected membership payment options and which line items they apply to. */
|
|
3833
3833
|
selectedMemberships?: SelectedMemberships$3;
|
|
3834
3834
|
}
|
|
@@ -3862,7 +3862,7 @@ interface EstimateTotalsResponse$1 {
|
|
|
3862
3862
|
/** Calculation errors. */
|
|
3863
3863
|
calculationErrors?: CalculationErrors$4;
|
|
3864
3864
|
/** Weight measurement unit - defaults to site's weight unit. */
|
|
3865
|
-
weightUnit?: WeightUnit$
|
|
3865
|
+
weightUnit?: WeightUnit$6;
|
|
3866
3866
|
/** Currency used for pricing in this store. */
|
|
3867
3867
|
currency?: string;
|
|
3868
3868
|
/**
|
|
@@ -4151,7 +4151,7 @@ interface DeliveryLogistics$5 {
|
|
|
4151
4151
|
}
|
|
4152
4152
|
interface PickupDetails$6 {
|
|
4153
4153
|
/** Pickup address. */
|
|
4154
|
-
address?: Address$
|
|
4154
|
+
address?: Address$8;
|
|
4155
4155
|
/**
|
|
4156
4156
|
* Whether the pickup address is that of a business - this may effect tax calculation.
|
|
4157
4157
|
* @deprecated
|
|
@@ -4543,9 +4543,9 @@ interface CreateCheckoutFromCurrentCartRequest$1 {
|
|
|
4543
4543
|
/** **Required**. Sales channel type. */
|
|
4544
4544
|
channelType?: ChannelType$6;
|
|
4545
4545
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
4546
|
-
shippingAddress?: Address$
|
|
4546
|
+
shippingAddress?: Address$8;
|
|
4547
4547
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
4548
|
-
billingAddress?: Address$
|
|
4548
|
+
billingAddress?: Address$8;
|
|
4549
4549
|
/** Selected shipping option. */
|
|
4550
4550
|
selectedShippingOption?: SelectedShippingOption$1;
|
|
4551
4551
|
/** Mandatory when setting a billing or shipping address if the site visitor isn't logged in. */
|
|
@@ -4597,9 +4597,9 @@ interface EstimateCurrentCartTotalsRequest$1 {
|
|
|
4597
4597
|
/** Selected shipping option. */
|
|
4598
4598
|
selectedShippingOption?: SelectedShippingOption$1;
|
|
4599
4599
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
4600
|
-
shippingAddress?: Address$
|
|
4600
|
+
shippingAddress?: Address$8;
|
|
4601
4601
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
4602
|
-
billingAddress?: Address$
|
|
4602
|
+
billingAddress?: Address$8;
|
|
4603
4603
|
/** The selected membership payment options and which line items they apply to. */
|
|
4604
4604
|
selectedMemberships?: SelectedMemberships$3;
|
|
4605
4605
|
}
|
|
@@ -4765,9 +4765,9 @@ interface CreateCheckoutRequest$2 {
|
|
|
4765
4765
|
/** **Required**. Sales channel type. */
|
|
4766
4766
|
channelType?: ChannelType$6;
|
|
4767
4767
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
4768
|
-
shippingAddress?: Address$
|
|
4768
|
+
shippingAddress?: Address$8;
|
|
4769
4769
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
4770
|
-
billingAddress?: Address$
|
|
4770
|
+
billingAddress?: Address$8;
|
|
4771
4771
|
/** Selected shipping option. */
|
|
4772
4772
|
selectedShippingOption?: SelectedShippingOption$1;
|
|
4773
4773
|
/** Mandatory when setting a billing or shipping address if the site visitor isn't logged in. */
|
|
@@ -4789,9 +4789,9 @@ interface EstimateTotalsRequest$1 {
|
|
|
4789
4789
|
/** Selected shipping option. */
|
|
4790
4790
|
selectedShippingOption?: SelectedShippingOption$1;
|
|
4791
4791
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
4792
|
-
shippingAddress?: Address$
|
|
4792
|
+
shippingAddress?: Address$8;
|
|
4793
4793
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
4794
|
-
billingAddress?: Address$
|
|
4794
|
+
billingAddress?: Address$8;
|
|
4795
4795
|
/** The selected membership payment options and which line items they apply to. */
|
|
4796
4796
|
selectedMemberships?: SelectedMemberships$3;
|
|
4797
4797
|
}
|
|
@@ -4849,7 +4849,7 @@ interface ItemTypeNonNullableFields$5 {
|
|
|
4849
4849
|
custom: string;
|
|
4850
4850
|
}
|
|
4851
4851
|
interface SubscriptionSettingsNonNullableFields$5 {
|
|
4852
|
-
frequency: SubscriptionFrequency$
|
|
4852
|
+
frequency: SubscriptionFrequency$6;
|
|
4853
4853
|
autoRenewal: boolean;
|
|
4854
4854
|
enableCustomerCancellation: boolean;
|
|
4855
4855
|
}
|
|
@@ -4934,7 +4934,7 @@ interface AddressNonNullableFields$5 {
|
|
|
4934
4934
|
}
|
|
4935
4935
|
interface VatIdNonNullableFields$3 {
|
|
4936
4936
|
_id: string;
|
|
4937
|
-
type: VatType$
|
|
4937
|
+
type: VatType$6;
|
|
4938
4938
|
}
|
|
4939
4939
|
interface FullAddressContactDetailsNonNullableFields$4 {
|
|
4940
4940
|
vatId?: VatIdNonNullableFields$3;
|
|
@@ -4951,7 +4951,7 @@ interface CartNonNullableFields$1 {
|
|
|
4951
4951
|
buyerInfo?: BuyerInfoNonNullableFields$4;
|
|
4952
4952
|
currency: string;
|
|
4953
4953
|
conversionCurrency: string;
|
|
4954
|
-
weightUnit: WeightUnit$
|
|
4954
|
+
weightUnit: WeightUnit$6;
|
|
4955
4955
|
subtotal?: MultiCurrencyPriceNonNullableFields$2;
|
|
4956
4956
|
appliedDiscounts: CartDiscountNonNullableFields$1[];
|
|
4957
4957
|
contactInfo?: AddressWithContactNonNullableFields$4;
|
|
@@ -5029,13 +5029,13 @@ interface GiftCardNonNullableFields$2 {
|
|
|
5029
5029
|
amount?: MultiCurrencyPriceNonNullableFields$2;
|
|
5030
5030
|
appId: string;
|
|
5031
5031
|
}
|
|
5032
|
-
interface ApplicationErrorNonNullableFields$
|
|
5032
|
+
interface ApplicationErrorNonNullableFields$8 {
|
|
5033
5033
|
code: string;
|
|
5034
5034
|
description: string;
|
|
5035
5035
|
}
|
|
5036
5036
|
interface AutoTaxFallbackCalculationDetailsNonNullableFields$2 {
|
|
5037
5037
|
fallbackReason: FallbackReason$3;
|
|
5038
|
-
error?: ApplicationErrorNonNullableFields$
|
|
5038
|
+
error?: ApplicationErrorNonNullableFields$8;
|
|
5039
5039
|
}
|
|
5040
5040
|
interface TaxCalculationDetailsNonNullableFields$2 {
|
|
5041
5041
|
manualRateReason: ManualCalculationReason$3;
|
|
@@ -5152,7 +5152,7 @@ interface ValidationErrorNonNullableFields$3 {
|
|
|
5152
5152
|
fieldViolations: FieldViolationNonNullableFields$3[];
|
|
5153
5153
|
}
|
|
5154
5154
|
interface DetailsNonNullableFields$3 {
|
|
5155
|
-
applicationError?: ApplicationErrorNonNullableFields$
|
|
5155
|
+
applicationError?: ApplicationErrorNonNullableFields$8;
|
|
5156
5156
|
validationError?: ValidationErrorNonNullableFields$3;
|
|
5157
5157
|
}
|
|
5158
5158
|
interface CarrierErrorNonNullableFields$3 {
|
|
@@ -5168,7 +5168,7 @@ interface CalculationErrorsNonNullableFields$3 {
|
|
|
5168
5168
|
taxCalculationError?: DetailsNonNullableFields$3;
|
|
5169
5169
|
couponCalculationError?: DetailsNonNullableFields$3;
|
|
5170
5170
|
giftCardCalculationError?: DetailsNonNullableFields$3;
|
|
5171
|
-
orderValidationErrors: ApplicationErrorNonNullableFields$
|
|
5171
|
+
orderValidationErrors: ApplicationErrorNonNullableFields$8[];
|
|
5172
5172
|
membershipError?: DetailsNonNullableFields$3;
|
|
5173
5173
|
discountsCalculationError?: DetailsNonNullableFields$3;
|
|
5174
5174
|
}
|
|
@@ -5230,7 +5230,7 @@ interface EstimateTotalsResponseNonNullableFields$1 {
|
|
|
5230
5230
|
shippingInfo?: ShippingInformationNonNullableFields$3;
|
|
5231
5231
|
appliedDiscounts: AppliedDiscountNonNullableFields$4[];
|
|
5232
5232
|
calculationErrors?: CalculationErrorsNonNullableFields$3;
|
|
5233
|
-
weightUnit: WeightUnit$
|
|
5233
|
+
weightUnit: WeightUnit$6;
|
|
5234
5234
|
currency: string;
|
|
5235
5235
|
payNow?: PriceSummaryNonNullableFields$4;
|
|
5236
5236
|
payLater?: PriceSummaryNonNullableFields$4;
|
|
@@ -5324,7 +5324,7 @@ interface UpdateCartOptions {
|
|
|
5324
5324
|
/** [Buyer note](https://support.wix.com/en/article/wix-stores-viewing-buyer-notes) left by the customer. */
|
|
5325
5325
|
buyerNote?: string | null;
|
|
5326
5326
|
/** Buyer information. */
|
|
5327
|
-
buyerInfo?: BuyerInfo$
|
|
5327
|
+
buyerInfo?: BuyerInfo$7;
|
|
5328
5328
|
/**
|
|
5329
5329
|
* Currency used for pricing.
|
|
5330
5330
|
* @readonly
|
|
@@ -5356,7 +5356,7 @@ interface UpdateCartOptions {
|
|
|
5356
5356
|
* Weight measurement unit - defaults to site's weight unit.
|
|
5357
5357
|
* @readonly
|
|
5358
5358
|
*/
|
|
5359
|
-
weightUnit?: WeightUnit$
|
|
5359
|
+
weightUnit?: WeightUnit$6;
|
|
5360
5360
|
/**
|
|
5361
5361
|
* ID of the checkout that originated from this cart.
|
|
5362
5362
|
* @readonly
|
|
@@ -5408,9 +5408,9 @@ interface CreateCheckoutOptions$1 {
|
|
|
5408
5408
|
/** **Required**. Sales channel type. */
|
|
5409
5409
|
channelType?: ChannelType$6;
|
|
5410
5410
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
5411
|
-
shippingAddress?: Address$
|
|
5411
|
+
shippingAddress?: Address$8;
|
|
5412
5412
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
5413
|
-
billingAddress?: Address$
|
|
5413
|
+
billingAddress?: Address$8;
|
|
5414
5414
|
/** Selected shipping option. */
|
|
5415
5415
|
selectedShippingOption?: SelectedShippingOption$1;
|
|
5416
5416
|
/** Mandatory when setting a billing or shipping address if the site visitor isn't logged in. */
|
|
@@ -5420,9 +5420,9 @@ interface EstimateTotalsOptions {
|
|
|
5420
5420
|
/** Selected shipping option. */
|
|
5421
5421
|
selectedShippingOption?: SelectedShippingOption$1;
|
|
5422
5422
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
5423
|
-
shippingAddress?: Address$
|
|
5423
|
+
shippingAddress?: Address$8;
|
|
5424
5424
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
5425
|
-
billingAddress?: Address$
|
|
5425
|
+
billingAddress?: Address$8;
|
|
5426
5426
|
/** The selected membership payment options and which line items they apply to. */
|
|
5427
5427
|
selectedMemberships?: SelectedMemberships$3;
|
|
5428
5428
|
}
|
|
@@ -5456,7 +5456,7 @@ declare const index_d$e_estimateTotals: typeof estimateTotals;
|
|
|
5456
5456
|
declare const index_d$e_getCart: typeof getCart;
|
|
5457
5457
|
declare const index_d$e_updateCart: typeof updateCart;
|
|
5458
5458
|
declare namespace index_d$e {
|
|
5459
|
-
export { type ActionEvent$d as ActionEvent, type index_d$e_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$5 as AdditionalFee, type Address$
|
|
5459
|
+
export { type ActionEvent$d as ActionEvent, type index_d$e_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$5 as AdditionalFee, type Address$8 as Address, type AddressLocation$7 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$9 as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$c as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 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$5 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$4 as ChargeType, type Color$5 as Color, type Coupon$5 as Coupon, type index_d$e_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$5 as DeliveryLogistics, type DeliveryTimeSlot$5 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$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type index_d$e_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$c as EventMetadata, type ExtendedFields$7 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$4 as FileType, type FullAddressContactDetails$5 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$4 as GiftCard, type Group$3 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 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$2 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$d as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$3 as OtherCharge, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type PriceDescription$5 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$5 as ProductName, RateType$3 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$d as RestoreInfo, RuleType$5 as RuleType, type Scope$3 as Scope, type SecuredMedia$4 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$3 as Severity, type ShippingInformation$3 as ShippingInformation, type ShippingOption$4 as ShippingOption, type ShippingPrice$5 as ShippingPrice, type ShippingRegion$5 as ShippingRegion, type StreetAddress$7 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, type SystemError$5 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 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 Title$3 as Title, type index_d$e_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$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$3 as Violation, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$6 as WeightUnit, index_d$e_addToCart as addToCart, index_d$e_createCart as createCart, createCheckout$1 as createCheckout, index_d$e_deleteCart as deleteCart, index_d$e_estimateTotals as estimateTotals, index_d$e_getCart as getCart, onCartCreated$1 as onCartCreated, onCartDeleted$1 as onCartDeleted, onCartUpdated$1 as onCartUpdated, removeCoupon$1 as removeCoupon, removeLineItems$1 as removeLineItems, index_d$e_updateCart as updateCart, updateLineItemsQuantity$1 as updateLineItemsQuantity };
|
|
5460
5460
|
}
|
|
5461
5461
|
|
|
5462
5462
|
interface Cart {
|
|
@@ -5470,7 +5470,7 @@ interface Cart {
|
|
|
5470
5470
|
/** [Buyer note](https://support.wix.com/en/article/wix-stores-viewing-buyer-notes) left by the customer. */
|
|
5471
5471
|
buyerNote?: string | null;
|
|
5472
5472
|
/** Buyer information. */
|
|
5473
|
-
buyerInfo?: BuyerInfo$
|
|
5473
|
+
buyerInfo?: BuyerInfo$6;
|
|
5474
5474
|
/**
|
|
5475
5475
|
* Currency used for pricing.
|
|
5476
5476
|
* @readonly
|
|
@@ -5502,7 +5502,7 @@ interface Cart {
|
|
|
5502
5502
|
* Weight measurement unit - defaults to site's weight unit.
|
|
5503
5503
|
* @readonly
|
|
5504
5504
|
*/
|
|
5505
|
-
weightUnit?: WeightUnit$
|
|
5505
|
+
weightUnit?: WeightUnit$5;
|
|
5506
5506
|
/**
|
|
5507
5507
|
* ID of the checkout that originated from this cart.
|
|
5508
5508
|
* @readonly
|
|
@@ -5796,24 +5796,24 @@ declare enum ItemTypeItemType$4 {
|
|
|
5796
5796
|
GIFT_CARD = "GIFT_CARD",
|
|
5797
5797
|
SERVICE = "SERVICE"
|
|
5798
5798
|
}
|
|
5799
|
-
interface SubscriptionOptionInfo$
|
|
5799
|
+
interface SubscriptionOptionInfo$3 {
|
|
5800
5800
|
/** Subscription option settings. */
|
|
5801
|
-
subscriptionSettings?: SubscriptionSettings$
|
|
5801
|
+
subscriptionSettings?: SubscriptionSettings$5;
|
|
5802
5802
|
/** Subscription option title. */
|
|
5803
5803
|
title?: Title$2;
|
|
5804
5804
|
/** Subscription option description. */
|
|
5805
5805
|
description?: Description$2;
|
|
5806
5806
|
}
|
|
5807
|
-
interface SubscriptionSettings$
|
|
5807
|
+
interface SubscriptionSettings$5 {
|
|
5808
5808
|
/** Frequency of recurring payment. */
|
|
5809
|
-
frequency?: SubscriptionFrequency$
|
|
5809
|
+
frequency?: SubscriptionFrequency$5;
|
|
5810
5810
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
5811
5811
|
autoRenewal?: boolean;
|
|
5812
5812
|
/** Number of billing cycles before subscription ends. Ignored if `autoRenewal` is `true`. */
|
|
5813
5813
|
billingCycles?: number | null;
|
|
5814
5814
|
}
|
|
5815
5815
|
/** Frequency unit of recurring payment */
|
|
5816
|
-
declare enum SubscriptionFrequency$
|
|
5816
|
+
declare enum SubscriptionFrequency$5 {
|
|
5817
5817
|
UNDEFINED = "UNDEFINED",
|
|
5818
5818
|
DAY = "DAY",
|
|
5819
5819
|
WEEK = "WEEK",
|
|
@@ -5902,7 +5902,7 @@ interface CatalogOverrideFields$2 {
|
|
|
5902
5902
|
image?: string;
|
|
5903
5903
|
}
|
|
5904
5904
|
/** Buyer Info */
|
|
5905
|
-
interface BuyerInfo$
|
|
5905
|
+
interface BuyerInfo$6 extends BuyerInfoIdOneOf$4 {
|
|
5906
5906
|
/**
|
|
5907
5907
|
* Visitor ID - if the buyer is **not** a site member.
|
|
5908
5908
|
* @readonly
|
|
@@ -5941,7 +5941,7 @@ interface BuyerInfoIdOneOf$4 {
|
|
|
5941
5941
|
*/
|
|
5942
5942
|
userId?: string;
|
|
5943
5943
|
}
|
|
5944
|
-
declare enum WeightUnit$
|
|
5944
|
+
declare enum WeightUnit$5 {
|
|
5945
5945
|
/** Weight unit can't be classified, due to an error */
|
|
5946
5946
|
UNSPECIFIED_WEIGHT_UNIT = "UNSPECIFIED_WEIGHT_UNIT",
|
|
5947
5947
|
/** Kilograms */
|
|
@@ -5975,12 +5975,12 @@ interface MerchantDiscount$4 {
|
|
|
5975
5975
|
/** Billing Info and shipping details */
|
|
5976
5976
|
interface AddressWithContact$4 {
|
|
5977
5977
|
/** Address. */
|
|
5978
|
-
address?: Address$
|
|
5978
|
+
address?: Address$7;
|
|
5979
5979
|
/** Contact details. */
|
|
5980
5980
|
contactDetails?: FullAddressContactDetails$4;
|
|
5981
5981
|
}
|
|
5982
5982
|
/** Physical address */
|
|
5983
|
-
interface Address$
|
|
5983
|
+
interface Address$7 {
|
|
5984
5984
|
/** Two-letter country code in [ISO-3166 alpha-2](https://www.iso.org/obp/ui/#search/code/) format. */
|
|
5985
5985
|
country?: string | null;
|
|
5986
5986
|
/** Code for a subdivision (such as state, prefecture, or province) in [ISO 3166-2](https://www.iso.org/standard/72483.html) format. */
|
|
@@ -6019,9 +6019,9 @@ interface FullAddressContactDetails$4 {
|
|
|
6019
6019
|
/** Company name. */
|
|
6020
6020
|
company?: string | null;
|
|
6021
6021
|
/** Tax information (for Brazil only). If ID is provided, `vatId.type` must also be set, `UNSPECIFIED` is not allowed. */
|
|
6022
|
-
vatId?: VatId$
|
|
6022
|
+
vatId?: VatId$5;
|
|
6023
6023
|
}
|
|
6024
|
-
interface VatId$
|
|
6024
|
+
interface VatId$5 {
|
|
6025
6025
|
/** Customer's tax ID. */
|
|
6026
6026
|
_id?: string;
|
|
6027
6027
|
/**
|
|
@@ -6031,10 +6031,10 @@ interface VatId$6 {
|
|
|
6031
6031
|
* + `CPF`: for individual tax payers
|
|
6032
6032
|
* + `CNPJ`: for corporations
|
|
6033
6033
|
*/
|
|
6034
|
-
type?: VatType$
|
|
6034
|
+
type?: VatType$5;
|
|
6035
6035
|
}
|
|
6036
6036
|
/** tax info types */
|
|
6037
|
-
declare enum VatType$
|
|
6037
|
+
declare enum VatType$5 {
|
|
6038
6038
|
UNSPECIFIED = "UNSPECIFIED",
|
|
6039
6039
|
/** CPF - for individual tax payers. */
|
|
6040
6040
|
CPF = "CPF",
|
|
@@ -6176,9 +6176,9 @@ interface AddToCurrentCartAndEstimateTotalsRequest {
|
|
|
6176
6176
|
/** Selected shipping option. */
|
|
6177
6177
|
selectedShippingOption?: SelectedShippingOption;
|
|
6178
6178
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
6179
|
-
shippingAddress?: Address$
|
|
6179
|
+
shippingAddress?: Address$7;
|
|
6180
6180
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
6181
|
-
billingAddress?: Address$
|
|
6181
|
+
billingAddress?: Address$7;
|
|
6182
6182
|
/** The selected membership payment options and which line items they apply to. */
|
|
6183
6183
|
selectedMemberships?: SelectedMemberships$2;
|
|
6184
6184
|
}
|
|
@@ -6212,7 +6212,7 @@ interface EstimateTotalsResponse {
|
|
|
6212
6212
|
/** Calculation errors. */
|
|
6213
6213
|
calculationErrors?: CalculationErrors$3;
|
|
6214
6214
|
/** Weight measurement unit - defaults to site's weight unit. */
|
|
6215
|
-
weightUnit?: WeightUnit$
|
|
6215
|
+
weightUnit?: WeightUnit$5;
|
|
6216
6216
|
/** Currency used for pricing in this store. */
|
|
6217
6217
|
currency?: string;
|
|
6218
6218
|
/**
|
|
@@ -6501,7 +6501,7 @@ interface DeliveryLogistics$4 {
|
|
|
6501
6501
|
}
|
|
6502
6502
|
interface PickupDetails$5 {
|
|
6503
6503
|
/** Pickup address. */
|
|
6504
|
-
address?: Address$
|
|
6504
|
+
address?: Address$7;
|
|
6505
6505
|
/**
|
|
6506
6506
|
* Whether the pickup address is that of a business - this may effect tax calculation.
|
|
6507
6507
|
* @deprecated
|
|
@@ -6893,9 +6893,9 @@ interface CreateCheckoutFromCurrentCartRequest {
|
|
|
6893
6893
|
/** **Required**. Sales channel type. */
|
|
6894
6894
|
channelType?: ChannelType$5;
|
|
6895
6895
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
6896
|
-
shippingAddress?: Address$
|
|
6896
|
+
shippingAddress?: Address$7;
|
|
6897
6897
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
6898
|
-
billingAddress?: Address$
|
|
6898
|
+
billingAddress?: Address$7;
|
|
6899
6899
|
/** Selected shipping option. */
|
|
6900
6900
|
selectedShippingOption?: SelectedShippingOption;
|
|
6901
6901
|
/** Mandatory when setting a billing or shipping address if the site visitor isn't logged in. */
|
|
@@ -6947,9 +6947,9 @@ interface EstimateCurrentCartTotalsRequest {
|
|
|
6947
6947
|
/** Selected shipping option. */
|
|
6948
6948
|
selectedShippingOption?: SelectedShippingOption;
|
|
6949
6949
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
6950
|
-
shippingAddress?: Address$
|
|
6950
|
+
shippingAddress?: Address$7;
|
|
6951
6951
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
6952
|
-
billingAddress?: Address$
|
|
6952
|
+
billingAddress?: Address$7;
|
|
6953
6953
|
/** The selected membership payment options and which line items they apply to. */
|
|
6954
6954
|
selectedMemberships?: SelectedMemberships$2;
|
|
6955
6955
|
}
|
|
@@ -7115,9 +7115,9 @@ interface CreateCheckoutRequest$1 {
|
|
|
7115
7115
|
/** **Required**. Sales channel type. */
|
|
7116
7116
|
channelType?: ChannelType$5;
|
|
7117
7117
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
7118
|
-
shippingAddress?: Address$
|
|
7118
|
+
shippingAddress?: Address$7;
|
|
7119
7119
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
7120
|
-
billingAddress?: Address$
|
|
7120
|
+
billingAddress?: Address$7;
|
|
7121
7121
|
/** Selected shipping option. */
|
|
7122
7122
|
selectedShippingOption?: SelectedShippingOption;
|
|
7123
7123
|
/** Mandatory when setting a billing or shipping address if the site visitor isn't logged in. */
|
|
@@ -7139,9 +7139,9 @@ interface EstimateTotalsRequest {
|
|
|
7139
7139
|
/** Selected shipping option. */
|
|
7140
7140
|
selectedShippingOption?: SelectedShippingOption;
|
|
7141
7141
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
7142
|
-
shippingAddress?: Address$
|
|
7142
|
+
shippingAddress?: Address$7;
|
|
7143
7143
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
7144
|
-
billingAddress?: Address$
|
|
7144
|
+
billingAddress?: Address$7;
|
|
7145
7145
|
/** The selected membership payment options and which line items they apply to. */
|
|
7146
7146
|
selectedMemberships?: SelectedMemberships$2;
|
|
7147
7147
|
}
|
|
@@ -7199,7 +7199,7 @@ interface ItemTypeNonNullableFields$4 {
|
|
|
7199
7199
|
custom: string;
|
|
7200
7200
|
}
|
|
7201
7201
|
interface SubscriptionSettingsNonNullableFields$4 {
|
|
7202
|
-
frequency: SubscriptionFrequency$
|
|
7202
|
+
frequency: SubscriptionFrequency$5;
|
|
7203
7203
|
autoRenewal: boolean;
|
|
7204
7204
|
enableCustomerCancellation: boolean;
|
|
7205
7205
|
}
|
|
@@ -7284,7 +7284,7 @@ interface AddressNonNullableFields$4 {
|
|
|
7284
7284
|
}
|
|
7285
7285
|
interface VatIdNonNullableFields$2 {
|
|
7286
7286
|
_id: string;
|
|
7287
|
-
type: VatType$
|
|
7287
|
+
type: VatType$5;
|
|
7288
7288
|
}
|
|
7289
7289
|
interface FullAddressContactDetailsNonNullableFields$3 {
|
|
7290
7290
|
vatId?: VatIdNonNullableFields$2;
|
|
@@ -7301,7 +7301,7 @@ interface CartNonNullableFields {
|
|
|
7301
7301
|
buyerInfo?: BuyerInfoNonNullableFields$3;
|
|
7302
7302
|
currency: string;
|
|
7303
7303
|
conversionCurrency: string;
|
|
7304
|
-
weightUnit: WeightUnit$
|
|
7304
|
+
weightUnit: WeightUnit$5;
|
|
7305
7305
|
subtotal?: MultiCurrencyPriceNonNullableFields$1;
|
|
7306
7306
|
appliedDiscounts: CartDiscountNonNullableFields[];
|
|
7307
7307
|
contactInfo?: AddressWithContactNonNullableFields$3;
|
|
@@ -7379,13 +7379,13 @@ interface GiftCardNonNullableFields$1 {
|
|
|
7379
7379
|
amount?: MultiCurrencyPriceNonNullableFields$1;
|
|
7380
7380
|
appId: string;
|
|
7381
7381
|
}
|
|
7382
|
-
interface ApplicationErrorNonNullableFields$
|
|
7382
|
+
interface ApplicationErrorNonNullableFields$7 {
|
|
7383
7383
|
code: string;
|
|
7384
7384
|
description: string;
|
|
7385
7385
|
}
|
|
7386
7386
|
interface AutoTaxFallbackCalculationDetailsNonNullableFields$1 {
|
|
7387
7387
|
fallbackReason: FallbackReason$2;
|
|
7388
|
-
error?: ApplicationErrorNonNullableFields$
|
|
7388
|
+
error?: ApplicationErrorNonNullableFields$7;
|
|
7389
7389
|
}
|
|
7390
7390
|
interface TaxCalculationDetailsNonNullableFields$1 {
|
|
7391
7391
|
manualRateReason: ManualCalculationReason$2;
|
|
@@ -7502,7 +7502,7 @@ interface ValidationErrorNonNullableFields$2 {
|
|
|
7502
7502
|
fieldViolations: FieldViolationNonNullableFields$2[];
|
|
7503
7503
|
}
|
|
7504
7504
|
interface DetailsNonNullableFields$2 {
|
|
7505
|
-
applicationError?: ApplicationErrorNonNullableFields$
|
|
7505
|
+
applicationError?: ApplicationErrorNonNullableFields$7;
|
|
7506
7506
|
validationError?: ValidationErrorNonNullableFields$2;
|
|
7507
7507
|
}
|
|
7508
7508
|
interface CarrierErrorNonNullableFields$2 {
|
|
@@ -7518,7 +7518,7 @@ interface CalculationErrorsNonNullableFields$2 {
|
|
|
7518
7518
|
taxCalculationError?: DetailsNonNullableFields$2;
|
|
7519
7519
|
couponCalculationError?: DetailsNonNullableFields$2;
|
|
7520
7520
|
giftCardCalculationError?: DetailsNonNullableFields$2;
|
|
7521
|
-
orderValidationErrors: ApplicationErrorNonNullableFields$
|
|
7521
|
+
orderValidationErrors: ApplicationErrorNonNullableFields$7[];
|
|
7522
7522
|
membershipError?: DetailsNonNullableFields$2;
|
|
7523
7523
|
discountsCalculationError?: DetailsNonNullableFields$2;
|
|
7524
7524
|
}
|
|
@@ -7580,7 +7580,7 @@ interface EstimateTotalsResponseNonNullableFields {
|
|
|
7580
7580
|
shippingInfo?: ShippingInformationNonNullableFields$2;
|
|
7581
7581
|
appliedDiscounts: AppliedDiscountNonNullableFields$3[];
|
|
7582
7582
|
calculationErrors?: CalculationErrorsNonNullableFields$2;
|
|
7583
|
-
weightUnit: WeightUnit$
|
|
7583
|
+
weightUnit: WeightUnit$5;
|
|
7584
7584
|
currency: string;
|
|
7585
7585
|
payNow?: PriceSummaryNonNullableFields$3;
|
|
7586
7586
|
payLater?: PriceSummaryNonNullableFields$3;
|
|
@@ -7669,9 +7669,9 @@ interface CreateCheckoutFromCurrentCartOptions {
|
|
|
7669
7669
|
/** **Required**. Sales channel type. */
|
|
7670
7670
|
channelType?: ChannelType$5;
|
|
7671
7671
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
7672
|
-
shippingAddress?: Address$
|
|
7672
|
+
shippingAddress?: Address$7;
|
|
7673
7673
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
7674
|
-
billingAddress?: Address$
|
|
7674
|
+
billingAddress?: Address$7;
|
|
7675
7675
|
/** Selected shipping option. */
|
|
7676
7676
|
selectedShippingOption?: SelectedShippingOption;
|
|
7677
7677
|
/** Mandatory when setting a billing or shipping address if the site visitor isn't logged in. */
|
|
@@ -7681,9 +7681,9 @@ interface EstimateCurrentCartTotalsOptions {
|
|
|
7681
7681
|
/** Selected shipping option. */
|
|
7682
7682
|
selectedShippingOption?: SelectedShippingOption;
|
|
7683
7683
|
/** Shipping address. Used for calculating tax and shipping (when applicable). */
|
|
7684
|
-
shippingAddress?: Address$
|
|
7684
|
+
shippingAddress?: Address$7;
|
|
7685
7685
|
/** Billing address. Used for calculating tax if all the items in the cart are not shippable. */
|
|
7686
|
-
billingAddress?: Address$
|
|
7686
|
+
billingAddress?: Address$7;
|
|
7687
7687
|
/** The selected membership payment options and which line items they apply to. */
|
|
7688
7688
|
selectedMemberships?: SelectedMemberships$2;
|
|
7689
7689
|
}
|
|
@@ -7765,7 +7765,7 @@ declare const index_d$d_removeLineItemsFromCurrentCart: typeof removeLineItemsFr
|
|
|
7765
7765
|
declare const index_d$d_updateCurrentCart: typeof updateCurrentCart;
|
|
7766
7766
|
declare const index_d$d_updateCurrentCartLineItemQuantity: typeof updateCurrentCartLineItemQuantity;
|
|
7767
7767
|
declare namespace index_d$d {
|
|
7768
|
-
export { type ActionEvent$c as ActionEvent, type index_d$d_AddToCartRequest as AddToCartRequest, type index_d$d_AddToCartResponse as AddToCartResponse, type index_d$d_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type index_d$d_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type index_d$d_AddToCurrentCartOptions as AddToCurrentCartOptions, type index_d$d_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$4 as AdditionalFee, type Address$8 as Address, type AddressLocation$6 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type ApplicationError$8 as ApplicationError, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type index_d$d_CalculatedLineItem as CalculatedLineItem, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type index_d$d_Cart as Cart, type index_d$d_CartCreatedEnvelope as CartCreatedEnvelope, type index_d$d_CartDeletedEnvelope as CartDeletedEnvelope, type index_d$d_CartDiscount as CartDiscount, type index_d$d_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type index_d$d_CartNonNullableFields as CartNonNullableFields, type index_d$d_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$3 as ChargeType, type Color$4 as Color, type Coupon$4 as Coupon, type index_d$d_CreateCartRequest as CreateCartRequest, type index_d$d_CreateCartResponse as CreateCartResponse, type index_d$d_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type index_d$d_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type index_d$d_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type index_d$d_DeleteCartRequest as DeleteCartRequest, type index_d$d_DeleteCartResponse as DeleteCartResponse, type index_d$d_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 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$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$c as DomainEvent, type DomainEventBodyOneOf$c as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$c as EntityCreatedEvent, type EntityDeletedEvent$c as EntityDeletedEvent, type EntityUpdatedEvent$c as EntityUpdatedEvent, type index_d$d_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type index_d$d_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type index_d$d_EstimateTotalsRequest as EstimateTotalsRequest, type index_d$d_EstimateTotalsResponse as EstimateTotalsResponse, type index_d$d_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$b as EventMetadata, type ExtendedFields$6 as ExtendedFields, FallbackReason$2 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type index_d$d_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type index_d$d_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type index_d$d_GetCartRequest as GetCartRequest, type index_d$d_GetCartResponse as GetCartResponse, type index_d$d_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type index_d$d_GetCurrentCartRequest as GetCurrentCartRequest, type index_d$d_GetCurrentCartResponse as GetCurrentCartResponse, type index_d$d_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$2 as Group, type index_d$d_HostSelectedMembership as HostSelectedMembership, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type index_d$d_LineItemPricesData as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$2 as ManualCalculationReason, 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$c as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$2 as OtherCharge, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$4 as PriceSummary, type ProductName$4 as ProductName, RateType$2 as RateType, type index_d$d_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type index_d$d_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$c as RestoreInfo, RuleType$4 as RuleType, type Scope$2 as Scope, type SecuredMedia$3 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 index_d$d_SelectedShippingOption as SelectedShippingOption, type ServiceProperties$3 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$2 as ShippingInformation, type ShippingOption$3 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type StreetAddress$6 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, type SystemError$4 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 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 Title$2 as Title, type index_d$d_UpdateCartRequest as UpdateCartRequest, type index_d$d_UpdateCartResponse as UpdateCartResponse, type index_d$d_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type index_d$d_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type index_d$d_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$d_V1Coupon as V1Coupon, type index_d$d_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$4 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$2 as Violation, WebhookIdentityType$c as WebhookIdentityType, WeightUnit$6 as WeightUnit, index_d$d_addToCurrentCart as addToCurrentCart, index_d$d_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, index_d$d_deleteCurrentCart as deleteCurrentCart, index_d$d_estimateCurrentCartTotals as estimateCurrentCartTotals, index_d$d_getCurrentCart as getCurrentCart, index_d$d_onCartCreated as onCartCreated, index_d$d_onCartDeleted as onCartDeleted, index_d$d_onCartUpdated as onCartUpdated, index_d$d_removeCouponFromCurrentCart as removeCouponFromCurrentCart, index_d$d_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, index_d$d_updateCurrentCart as updateCurrentCart, index_d$d_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
7768
|
+
export { type ActionEvent$c as ActionEvent, type index_d$d_AddToCartRequest as AddToCartRequest, type index_d$d_AddToCartResponse as AddToCartResponse, type index_d$d_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type index_d$d_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type index_d$d_AddToCurrentCartOptions as AddToCurrentCartOptions, type index_d$d_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressLocation$6 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type ApplicationError$8 as ApplicationError, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type index_d$d_CalculatedLineItem as CalculatedLineItem, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type index_d$d_Cart as Cart, type index_d$d_CartCreatedEnvelope as CartCreatedEnvelope, type index_d$d_CartDeletedEnvelope as CartDeletedEnvelope, type index_d$d_CartDiscount as CartDiscount, type index_d$d_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type index_d$d_CartNonNullableFields as CartNonNullableFields, type index_d$d_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$3 as ChargeType, type Color$4 as Color, type Coupon$4 as Coupon, type index_d$d_CreateCartRequest as CreateCartRequest, type index_d$d_CreateCartResponse as CreateCartResponse, type index_d$d_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type index_d$d_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type index_d$d_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type index_d$d_DeleteCartRequest as DeleteCartRequest, type index_d$d_DeleteCartResponse as DeleteCartResponse, type index_d$d_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 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$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$c as DomainEvent, type DomainEventBodyOneOf$c as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$c as EntityCreatedEvent, type EntityDeletedEvent$c as EntityDeletedEvent, type EntityUpdatedEvent$c as EntityUpdatedEvent, type index_d$d_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type index_d$d_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type index_d$d_EstimateTotalsRequest as EstimateTotalsRequest, type index_d$d_EstimateTotalsResponse as EstimateTotalsResponse, type index_d$d_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$b as EventMetadata, type ExtendedFields$6 as ExtendedFields, FallbackReason$2 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type index_d$d_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type index_d$d_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type index_d$d_GetCartRequest as GetCartRequest, type index_d$d_GetCartResponse as GetCartResponse, type index_d$d_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type index_d$d_GetCurrentCartRequest as GetCurrentCartRequest, type index_d$d_GetCurrentCartResponse as GetCurrentCartResponse, type index_d$d_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$2 as Group, type index_d$d_HostSelectedMembership as HostSelectedMembership, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type index_d$d_LineItemPricesData as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$2 as ManualCalculationReason, 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$c as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$2 as OtherCharge, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$4 as PriceSummary, type ProductName$4 as ProductName, RateType$2 as RateType, type index_d$d_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type index_d$d_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$c as RestoreInfo, RuleType$4 as RuleType, type Scope$2 as Scope, type SecuredMedia$3 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 index_d$d_SelectedShippingOption as SelectedShippingOption, type ServiceProperties$3 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$2 as ShippingInformation, type ShippingOption$3 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type StreetAddress$6 as StreetAddress, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$4 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 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 Title$2 as Title, type index_d$d_UpdateCartRequest as UpdateCartRequest, type index_d$d_UpdateCartResponse as UpdateCartResponse, type index_d$d_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type index_d$d_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type index_d$d_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$d_V1Coupon as V1Coupon, type index_d$d_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$2 as Violation, WebhookIdentityType$c as WebhookIdentityType, WeightUnit$5 as WeightUnit, index_d$d_addToCurrentCart as addToCurrentCart, index_d$d_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, index_d$d_deleteCurrentCart as deleteCurrentCart, index_d$d_estimateCurrentCartTotals as estimateCurrentCartTotals, index_d$d_getCurrentCart as getCurrentCart, index_d$d_onCartCreated as onCartCreated, index_d$d_onCartDeleted as onCartDeleted, index_d$d_onCartUpdated as onCartUpdated, index_d$d_removeCouponFromCurrentCart as removeCouponFromCurrentCart, index_d$d_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, index_d$d_updateCurrentCart as updateCurrentCart, index_d$d_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
7769
7769
|
}
|
|
7770
7770
|
|
|
7771
7771
|
interface Checkout$1 {
|
|
@@ -7788,7 +7788,7 @@ interface Checkout$1 {
|
|
|
7788
7788
|
/** [Buyer note](https://support.wix.com/en/article/wix-stores-viewing-buyer-notes) left by the customer. */
|
|
7789
7789
|
buyerNote?: string | null;
|
|
7790
7790
|
/** Buyer information. */
|
|
7791
|
-
buyerInfo?: BuyerInfo$
|
|
7791
|
+
buyerInfo?: BuyerInfo$5;
|
|
7792
7792
|
/**
|
|
7793
7793
|
* All converted prices are displayed in this currency in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
7794
7794
|
* @readonly
|
|
@@ -7822,7 +7822,7 @@ interface Checkout$1 {
|
|
|
7822
7822
|
* Weight measurement unit - defaults to site's weight unit.
|
|
7823
7823
|
* @readonly
|
|
7824
7824
|
*/
|
|
7825
|
-
weightUnit?: WeightUnit$
|
|
7825
|
+
weightUnit?: WeightUnit$4;
|
|
7826
7826
|
/**
|
|
7827
7827
|
* Tax summary.
|
|
7828
7828
|
* @readonly
|
|
@@ -8280,24 +8280,24 @@ declare enum ItemTypeItemType$3 {
|
|
|
8280
8280
|
GIFT_CARD = "GIFT_CARD",
|
|
8281
8281
|
SERVICE = "SERVICE"
|
|
8282
8282
|
}
|
|
8283
|
-
interface SubscriptionOptionInfo$
|
|
8283
|
+
interface SubscriptionOptionInfo$2 {
|
|
8284
8284
|
/** Subscription option settings. */
|
|
8285
|
-
subscriptionSettings?: SubscriptionSettings$
|
|
8285
|
+
subscriptionSettings?: SubscriptionSettings$4;
|
|
8286
8286
|
/** Subscription option title. */
|
|
8287
8287
|
title?: Title$1;
|
|
8288
8288
|
/** Subscription option description. */
|
|
8289
8289
|
description?: Description$1;
|
|
8290
8290
|
}
|
|
8291
|
-
interface SubscriptionSettings$
|
|
8291
|
+
interface SubscriptionSettings$4 {
|
|
8292
8292
|
/** Frequency of recurring payment. */
|
|
8293
|
-
frequency?: SubscriptionFrequency$
|
|
8293
|
+
frequency?: SubscriptionFrequency$4;
|
|
8294
8294
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
8295
8295
|
autoRenewal?: boolean;
|
|
8296
8296
|
/** Number of billing cycles before subscription ends. Ignored if `autoRenewal` is `true`. */
|
|
8297
8297
|
billingCycles?: number | null;
|
|
8298
8298
|
}
|
|
8299
8299
|
/** Frequency unit of recurring payment */
|
|
8300
|
-
declare enum SubscriptionFrequency$
|
|
8300
|
+
declare enum SubscriptionFrequency$4 {
|
|
8301
8301
|
UNDEFINED = "UNDEFINED",
|
|
8302
8302
|
DAY = "DAY",
|
|
8303
8303
|
WEEK = "WEEK",
|
|
@@ -8593,7 +8593,7 @@ interface OtherCharge$1 {
|
|
|
8593
8593
|
/** Price of added cost. */
|
|
8594
8594
|
price?: MultiCurrencyPrice$1;
|
|
8595
8595
|
}
|
|
8596
|
-
interface BuyerInfo$
|
|
8596
|
+
interface BuyerInfo$5 extends BuyerInfoIdOneOf$3 {
|
|
8597
8597
|
/**
|
|
8598
8598
|
* Visitor ID - if the buyer is **not** a site member.
|
|
8599
8599
|
* @readonly
|
|
@@ -8857,7 +8857,7 @@ interface CustomField$4 {
|
|
|
8857
8857
|
/** Translated custom field title. */
|
|
8858
8858
|
translatedTitle?: string | null;
|
|
8859
8859
|
}
|
|
8860
|
-
declare enum WeightUnit$
|
|
8860
|
+
declare enum WeightUnit$4 {
|
|
8861
8861
|
/** Weight unit can't be classified, due to an error */
|
|
8862
8862
|
UNSPECIFIED_WEIGHT_UNIT = "UNSPECIFIED_WEIGHT_UNIT",
|
|
8863
8863
|
/** Kilograms */
|
|
@@ -9547,15 +9547,15 @@ interface Subscription {
|
|
|
9547
9547
|
/** Line items ordered */
|
|
9548
9548
|
lineItems?: V1LineItem$1[];
|
|
9549
9549
|
/** Totals for subscription's line items */
|
|
9550
|
-
totals?: Totals$
|
|
9550
|
+
totals?: Totals$1;
|
|
9551
9551
|
/** site settings at the moment when subscription created */
|
|
9552
9552
|
storeSettings?: StoreSettings;
|
|
9553
9553
|
/** Full billing address */
|
|
9554
|
-
billingAddress?: Address$
|
|
9554
|
+
billingAddress?: Address$6;
|
|
9555
9555
|
/** Delivery information */
|
|
9556
9556
|
shippingInfo?: V1ShippingInfo;
|
|
9557
9557
|
/** Coupon that was applied to subscription */
|
|
9558
|
-
appliedCoupon?: AppliedCoupon$
|
|
9558
|
+
appliedCoupon?: AppliedCoupon$1;
|
|
9559
9559
|
/** Message from the customer (e.g., customization request) */
|
|
9560
9560
|
buyerNote?: string | null;
|
|
9561
9561
|
/** Custom field */
|
|
@@ -9570,16 +9570,16 @@ interface Subscription {
|
|
|
9570
9570
|
* information about first subscription payment
|
|
9571
9571
|
* @readonly
|
|
9572
9572
|
*/
|
|
9573
|
-
billingInfo?: BillingInfo$
|
|
9573
|
+
billingInfo?: BillingInfo$1;
|
|
9574
9574
|
}
|
|
9575
9575
|
/** Buyer Info */
|
|
9576
9576
|
interface V1BuyerInfo {
|
|
9577
9577
|
/** Wix customer ID */
|
|
9578
9578
|
_id?: string;
|
|
9579
9579
|
/** Customer type */
|
|
9580
|
-
identityType?: IdentityType$
|
|
9580
|
+
identityType?: IdentityType$2;
|
|
9581
9581
|
}
|
|
9582
|
-
declare enum IdentityType$
|
|
9582
|
+
declare enum IdentityType$2 {
|
|
9583
9583
|
UNSPECIFIED_IDENTITY_TYPE = "UNSPECIFIED_IDENTITY_TYPE",
|
|
9584
9584
|
/** Site member */
|
|
9585
9585
|
MEMBER = "MEMBER",
|
|
@@ -9696,7 +9696,7 @@ declare enum MediaItemType$1 {
|
|
|
9696
9696
|
/** Image item type */
|
|
9697
9697
|
IMAGE = "IMAGE"
|
|
9698
9698
|
}
|
|
9699
|
-
interface Totals$
|
|
9699
|
+
interface Totals$1 {
|
|
9700
9700
|
/** Subtotal of all line items, before tax */
|
|
9701
9701
|
subtotal?: number;
|
|
9702
9702
|
/** Total shipping price, including tax */
|
|
@@ -9719,7 +9719,7 @@ interface StoreSettings {
|
|
|
9719
9719
|
/** Currency used for pricing in this store */
|
|
9720
9720
|
currency?: string | null;
|
|
9721
9721
|
/** Weight unit used in this store */
|
|
9722
|
-
weightUnit?: WeightUnit$
|
|
9722
|
+
weightUnit?: WeightUnit$4;
|
|
9723
9723
|
/**
|
|
9724
9724
|
* The language to be used when communicating with the buyer
|
|
9725
9725
|
* For a site that support multiple languages, this would be the language the buyer selected
|
|
@@ -9727,13 +9727,13 @@ interface StoreSettings {
|
|
|
9727
9727
|
*/
|
|
9728
9728
|
buyerLanguage?: string | null;
|
|
9729
9729
|
}
|
|
9730
|
-
interface Address$
|
|
9730
|
+
interface Address$6 extends AddressAddressLine1OptionsOneOf$1 {
|
|
9731
9731
|
/** Address line 1 (free text) */
|
|
9732
9732
|
addressLine1?: string;
|
|
9733
9733
|
/** Address line 1 (street) */
|
|
9734
|
-
street?: Street$
|
|
9734
|
+
street?: Street$1;
|
|
9735
9735
|
/** Addressee name */
|
|
9736
|
-
fullName?: FullName$
|
|
9736
|
+
fullName?: FullName$1;
|
|
9737
9737
|
/** Country code (2 letters) */
|
|
9738
9738
|
country?: string | null;
|
|
9739
9739
|
/** State or district */
|
|
@@ -9751,28 +9751,28 @@ interface Address$7 extends AddressAddressLine1OptionsOneOf$2 {
|
|
|
9751
9751
|
/** address line */
|
|
9752
9752
|
addressLine2?: string | null;
|
|
9753
9753
|
/** Tax information (for Brazil only) */
|
|
9754
|
-
vatId?: VatId$
|
|
9754
|
+
vatId?: VatId$4;
|
|
9755
9755
|
}
|
|
9756
9756
|
/** @oneof */
|
|
9757
|
-
interface AddressAddressLine1OptionsOneOf$
|
|
9757
|
+
interface AddressAddressLine1OptionsOneOf$1 {
|
|
9758
9758
|
/** Address line 1 (free text) */
|
|
9759
9759
|
addressLine1?: string;
|
|
9760
9760
|
/** Address line 1 (street) */
|
|
9761
|
-
street?: Street$
|
|
9761
|
+
street?: Street$1;
|
|
9762
9762
|
}
|
|
9763
|
-
interface FullName$
|
|
9763
|
+
interface FullName$1 {
|
|
9764
9764
|
/** Customer's first name */
|
|
9765
9765
|
firstName?: string;
|
|
9766
9766
|
/** Customer's last name */
|
|
9767
9767
|
lastName?: string;
|
|
9768
9768
|
}
|
|
9769
|
-
interface Street$
|
|
9769
|
+
interface Street$1 {
|
|
9770
9770
|
/** Street number */
|
|
9771
9771
|
number?: string;
|
|
9772
9772
|
/** Street name */
|
|
9773
9773
|
name?: string;
|
|
9774
9774
|
}
|
|
9775
|
-
interface VatId$
|
|
9775
|
+
interface VatId$4 {
|
|
9776
9776
|
/** Customer's tax ID. */
|
|
9777
9777
|
number?: string;
|
|
9778
9778
|
/**
|
|
@@ -9780,10 +9780,10 @@ interface VatId$5 {
|
|
|
9780
9780
|
* + `CPF`: For individual tax payers.
|
|
9781
9781
|
* + `CNPJ`: For corporations.
|
|
9782
9782
|
*/
|
|
9783
|
-
type?: VatType$
|
|
9783
|
+
type?: VatType$4;
|
|
9784
9784
|
}
|
|
9785
9785
|
/** Brazilian tax info types */
|
|
9786
|
-
declare enum VatType$
|
|
9786
|
+
declare enum VatType$4 {
|
|
9787
9787
|
/** When the tax info type can't be classified, due to an error */
|
|
9788
9788
|
UNSPECIFIED_TAX_TYPE = "UNSPECIFIED_TAX_TYPE",
|
|
9789
9789
|
/** CPF - for individual tax payers */
|
|
@@ -9810,7 +9810,7 @@ interface V1ShippingInfoDetailsOneOf {
|
|
|
9810
9810
|
}
|
|
9811
9811
|
interface ShipmentDetails$1 {
|
|
9812
9812
|
/** Shipping destination address */
|
|
9813
|
-
address?: Address$
|
|
9813
|
+
address?: Address$6;
|
|
9814
9814
|
/** Discount applied for shipping */
|
|
9815
9815
|
discount?: number | null;
|
|
9816
9816
|
/** Tax applied for shipping */
|
|
@@ -9838,7 +9838,7 @@ interface PickupAddress$3 {
|
|
|
9838
9838
|
/** ZIP/postal code */
|
|
9839
9839
|
zipCode?: string;
|
|
9840
9840
|
}
|
|
9841
|
-
interface AppliedCoupon$
|
|
9841
|
+
interface AppliedCoupon$1 {
|
|
9842
9842
|
/** Coupon ID */
|
|
9843
9843
|
couponId?: string;
|
|
9844
9844
|
/** Coupon name */
|
|
@@ -9885,13 +9885,13 @@ declare enum ChannelInfoChannelType {
|
|
|
9885
9885
|
}
|
|
9886
9886
|
interface V1SubscriptionSettings {
|
|
9887
9887
|
/** Frequency of recurring payment. */
|
|
9888
|
-
frequency?: SubscriptionFrequency$
|
|
9888
|
+
frequency?: SubscriptionFrequency$4;
|
|
9889
9889
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
9890
9890
|
autoRenewal?: boolean;
|
|
9891
9891
|
/** Number of billing cycles before subscription ends. Ignored if `autoRenewal: true`. */
|
|
9892
9892
|
billingCycles?: number | null;
|
|
9893
9893
|
}
|
|
9894
|
-
interface BillingInfo$
|
|
9894
|
+
interface BillingInfo$1 {
|
|
9895
9895
|
/** Payment method used for this order */
|
|
9896
9896
|
paymentMethod?: string | null;
|
|
9897
9897
|
/** Transaction ID from payment gateway (e.g., Wix Payments) */
|
|
@@ -10081,7 +10081,7 @@ interface ItemTypeNonNullableFields$3 {
|
|
|
10081
10081
|
custom: string;
|
|
10082
10082
|
}
|
|
10083
10083
|
interface SubscriptionSettingsNonNullableFields$3 {
|
|
10084
|
-
frequency: SubscriptionFrequency$
|
|
10084
|
+
frequency: SubscriptionFrequency$4;
|
|
10085
10085
|
autoRenewal: boolean;
|
|
10086
10086
|
enableCustomerCancellation: boolean;
|
|
10087
10087
|
}
|
|
@@ -10227,7 +10227,7 @@ interface PriceSummaryNonNullableFields$2 {
|
|
|
10227
10227
|
total?: MultiCurrencyPriceNonNullableFields;
|
|
10228
10228
|
additionalFees?: MultiCurrencyPriceNonNullableFields;
|
|
10229
10229
|
}
|
|
10230
|
-
interface ApplicationErrorNonNullableFields$
|
|
10230
|
+
interface ApplicationErrorNonNullableFields$6 {
|
|
10231
10231
|
code: string;
|
|
10232
10232
|
description: string;
|
|
10233
10233
|
}
|
|
@@ -10240,7 +10240,7 @@ interface ValidationErrorNonNullableFields$1 {
|
|
|
10240
10240
|
fieldViolations: FieldViolationNonNullableFields$1[];
|
|
10241
10241
|
}
|
|
10242
10242
|
interface DetailsNonNullableFields$1 {
|
|
10243
|
-
applicationError?: ApplicationErrorNonNullableFields$
|
|
10243
|
+
applicationError?: ApplicationErrorNonNullableFields$6;
|
|
10244
10244
|
validationError?: ValidationErrorNonNullableFields$1;
|
|
10245
10245
|
}
|
|
10246
10246
|
interface CarrierErrorNonNullableFields$1 {
|
|
@@ -10256,7 +10256,7 @@ interface CalculationErrorsNonNullableFields$1 {
|
|
|
10256
10256
|
taxCalculationError?: DetailsNonNullableFields$1;
|
|
10257
10257
|
couponCalculationError?: DetailsNonNullableFields$1;
|
|
10258
10258
|
giftCardCalculationError?: DetailsNonNullableFields$1;
|
|
10259
|
-
orderValidationErrors: ApplicationErrorNonNullableFields$
|
|
10259
|
+
orderValidationErrors: ApplicationErrorNonNullableFields$6[];
|
|
10260
10260
|
membershipError?: DetailsNonNullableFields$1;
|
|
10261
10261
|
discountsCalculationError?: DetailsNonNullableFields$1;
|
|
10262
10262
|
}
|
|
@@ -10301,7 +10301,7 @@ interface CustomFieldNonNullableFields$2 {
|
|
|
10301
10301
|
}
|
|
10302
10302
|
interface AutoTaxFallbackCalculationDetailsNonNullableFields {
|
|
10303
10303
|
fallbackReason: FallbackReason$1;
|
|
10304
|
-
error?: ApplicationErrorNonNullableFields$
|
|
10304
|
+
error?: ApplicationErrorNonNullableFields$6;
|
|
10305
10305
|
}
|
|
10306
10306
|
interface TaxCalculationDetailsNonNullableFields {
|
|
10307
10307
|
manualRateReason: ManualCalculationReason$1;
|
|
@@ -10408,7 +10408,7 @@ interface CheckoutNonNullableFields {
|
|
|
10408
10408
|
giftCard?: GiftCardNonNullableFields;
|
|
10409
10409
|
appliedDiscounts: AppliedDiscountNonNullableFields$2[];
|
|
10410
10410
|
customFields: CustomFieldNonNullableFields$2[];
|
|
10411
|
-
weightUnit: WeightUnit$
|
|
10411
|
+
weightUnit: WeightUnit$4;
|
|
10412
10412
|
taxSummary?: TaxSummaryNonNullableFields$2;
|
|
10413
10413
|
currency: string;
|
|
10414
10414
|
channelType: ChannelType$4;
|
|
@@ -10570,7 +10570,7 @@ interface UpdateCheckout {
|
|
|
10570
10570
|
/** [Buyer note](https://support.wix.com/en/article/wix-stores-viewing-buyer-notes) left by the customer. */
|
|
10571
10571
|
buyerNote?: string | null;
|
|
10572
10572
|
/** Buyer information. */
|
|
10573
|
-
buyerInfo?: BuyerInfo$
|
|
10573
|
+
buyerInfo?: BuyerInfo$5;
|
|
10574
10574
|
/**
|
|
10575
10575
|
* All converted prices are displayed in this currency in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
10576
10576
|
* @readonly
|
|
@@ -10604,7 +10604,7 @@ interface UpdateCheckout {
|
|
|
10604
10604
|
* Weight measurement unit - defaults to site's weight unit.
|
|
10605
10605
|
* @readonly
|
|
10606
10606
|
*/
|
|
10607
|
-
weightUnit?: WeightUnit$
|
|
10607
|
+
weightUnit?: WeightUnit$4;
|
|
10608
10608
|
/**
|
|
10609
10609
|
* Tax summary.
|
|
10610
10610
|
* @readonly
|
|
@@ -10841,7 +10841,7 @@ declare const index_d$c_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
|
|
|
10841
10841
|
declare const index_d$c_updateCheckout: typeof updateCheckout;
|
|
10842
10842
|
declare const index_d$c_updateLineItemsQuantity: typeof updateLineItemsQuantity;
|
|
10843
10843
|
declare namespace index_d$c {
|
|
10844
|
-
export { type ActionEvent$b as ActionEvent, type index_d$c_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$c_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$c_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$c_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$3 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$2 as AddressAddressLine1OptionsOneOf, type AddressLocation$5 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type index_d$c_ApiAddress as ApiAddress, type ApplicationError$7 as ApplicationError, type AppliedCoupon$2 as AppliedCoupon, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$a as BaseEventMetadata, type BillingInfo$2 as BillingInfo, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, type ChannelInfo$3 as ChannelInfo, index_d$c_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$c_ChargeDetails as ChargeDetails, ChargeType$2 as ChargeType, type Checkout$1 as Checkout, type index_d$c_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$c_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$c_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$c_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$c_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$c_CommonVatId as CommonVatId, index_d$c_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$3 as Coupon, type index_d$c_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$c_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$c_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$c_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$c_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$c_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$c_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$c_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$3 as DeliveryLogistics, type DeliveryTimeSlot$3 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$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, index_d$c_DiscountDiscountType as DiscountDiscountType, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$b as DomainEvent, type DomainEventBodyOneOf$b as DomainEventBodyOneOf, type index_d$c_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$c_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$6 as Empty, type EntityCreatedEvent$b as EntityCreatedEvent, type EntityDeletedEvent$b as EntityDeletedEvent, type EntityUpdatedEvent$b as EntityUpdatedEvent, type EventMetadata$a as EventMetadata, type ExtendedFields$5 as ExtendedFields, FallbackReason$1 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$2 as FullName, type index_d$c_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$c_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$c_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$c_GetCheckoutRequest as GetCheckoutRequest, type index_d$c_GetCheckoutResponse as GetCheckoutResponse, type index_d$c_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$c_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$c_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$c_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$c_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$c_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$c_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$c_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$2 as GiftCard, type Group$1 as Group, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, IdentityType$3 as IdentityType, type InvalidMembership$1 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 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, type index_d$c_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$1 as ManualCalculationReason, type index_d$c_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$c_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, 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 index_d$c_MerchantDiscountInput as MerchantDiscountInput, type MessageEnvelope$b as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$1 as OtherCharge, type index_d$c_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$3 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$4 as PickupDetails, PickupMethod$3 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$3 as PriceSummary, type index_d$c_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$1 as RateType, type index_d$c_RedeemErrorData as RedeemErrorData, type index_d$c_RemoveCouponRequest as RemoveCouponRequest, type index_d$c_RemoveCouponResponse as RemoveCouponResponse, type index_d$c_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$c_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$c_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$c_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$c_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$c_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$c_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$c_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$c_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$c_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$b as RestoreInfo, RuleType$3 as RuleType, type Scope$1 as Scope, type SecuredMedia$2 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, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type index_d$c_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$c_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$2 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, type index_d$c_StoreSettings as StoreSettings, type Street$2 as Street, type StreetAddress$5 as StreetAddress, type index_d$c_Subscription as Subscription, type index_d$c_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 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 Title$1 as Title, type Totals$2 as Totals, type index_d$c_UpdateCheckout as UpdateCheckout, type index_d$c_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$c_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$c_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$c_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$c_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$c_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$c_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$c_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$c_V1BuyerInfo as V1BuyerInfo, type index_d$c_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$c_V1ShippingInfo as V1ShippingInfo, type index_d$c_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$c_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$c_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$1 as Violation, type index_d$c_ViolationsList as ViolationsList, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$5 as WeightUnit, index_d$c_addToCheckout as addToCheckout, index_d$c_createCheckout as createCheckout, createOrder$1 as createOrder, index_d$c_getCheckout as getCheckout, index_d$c_getCheckoutByCartId as getCheckoutByCartId, index_d$c_getCheckoutUrl as getCheckoutUrl, index_d$c_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$c_onCheckoutCompleted as onCheckoutCompleted, index_d$c_onCheckoutCreated as onCheckoutCreated, index_d$c_onCheckoutUpdated as onCheckoutUpdated, index_d$c_removeCoupon as removeCoupon, index_d$c_removeGiftCard as removeGiftCard, index_d$c_removeLineItems as removeLineItems, index_d$c_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$c_updateCheckout as updateCheckout, index_d$c_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
10844
|
+
export { type ActionEvent$b as ActionEvent, type index_d$c_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$c_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$c_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$c_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$3 as AdditionalFee, type Address$6 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$5 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type index_d$c_ApiAddress as ApiAddress, type ApplicationError$7 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$a as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, type ChannelInfo$3 as ChannelInfo, index_d$c_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$c_ChargeDetails as ChargeDetails, ChargeType$2 as ChargeType, type Checkout$1 as Checkout, type index_d$c_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$c_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$c_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$c_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$c_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$c_CommonVatId as CommonVatId, index_d$c_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$3 as Coupon, type index_d$c_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$c_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$c_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$c_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$c_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$c_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$c_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$c_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$3 as DeliveryLogistics, type DeliveryTimeSlot$3 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$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, index_d$c_DiscountDiscountType as DiscountDiscountType, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$b as DomainEvent, type DomainEventBodyOneOf$b as DomainEventBodyOneOf, type index_d$c_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$c_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$6 as Empty, type EntityCreatedEvent$b as EntityCreatedEvent, type EntityDeletedEvent$b as EntityDeletedEvent, type EntityUpdatedEvent$b as EntityUpdatedEvent, type EventMetadata$a as EventMetadata, type ExtendedFields$5 as ExtendedFields, FallbackReason$1 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type index_d$c_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$c_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$c_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$c_GetCheckoutRequest as GetCheckoutRequest, type index_d$c_GetCheckoutResponse as GetCheckoutResponse, type index_d$c_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$c_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$c_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$c_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$c_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$c_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$c_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$c_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$2 as GiftCard, type Group$1 as Group, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$1 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 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, type index_d$c_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$1 as ManualCalculationReason, type index_d$c_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$c_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, 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 index_d$c_MerchantDiscountInput as MerchantDiscountInput, type MessageEnvelope$b as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$1 as OtherCharge, type index_d$c_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$3 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$4 as PickupDetails, PickupMethod$3 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$3 as PriceSummary, type index_d$c_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$1 as RateType, type index_d$c_RedeemErrorData as RedeemErrorData, type index_d$c_RemoveCouponRequest as RemoveCouponRequest, type index_d$c_RemoveCouponResponse as RemoveCouponResponse, type index_d$c_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$c_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$c_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$c_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$c_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$c_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$c_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$c_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$c_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$c_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$b as RestoreInfo, RuleType$3 as RuleType, type Scope$1 as Scope, type SecuredMedia$2 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, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type index_d$c_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$c_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$2 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, type index_d$c_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$5 as StreetAddress, type index_d$c_Subscription as Subscription, type index_d$c_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 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 Title$1 as Title, type Totals$1 as Totals, type index_d$c_UpdateCheckout as UpdateCheckout, type index_d$c_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$c_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$c_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$c_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$c_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$c_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$c_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$c_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$c_V1BuyerInfo as V1BuyerInfo, type index_d$c_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$c_V1ShippingInfo as V1ShippingInfo, type index_d$c_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$c_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$c_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type index_d$c_ViolationsList as ViolationsList, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$4 as WeightUnit, index_d$c_addToCheckout as addToCheckout, index_d$c_createCheckout as createCheckout, createOrder$1 as createOrder, index_d$c_getCheckout as getCheckout, index_d$c_getCheckoutByCartId as getCheckoutByCartId, index_d$c_getCheckoutUrl as getCheckoutUrl, index_d$c_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$c_onCheckoutCompleted as onCheckoutCompleted, index_d$c_onCheckoutCreated as onCheckoutCreated, index_d$c_onCheckoutUpdated as onCheckoutUpdated, index_d$c_removeCoupon as removeCoupon, index_d$c_removeGiftCard as removeGiftCard, index_d$c_removeLineItems as removeLineItems, index_d$c_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$c_updateCheckout as updateCheckout, index_d$c_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
10845
10845
|
}
|
|
10846
10846
|
|
|
10847
10847
|
interface CheckoutSettings {
|
|
@@ -11568,24 +11568,24 @@ declare enum ItemTypeItemType$2 {
|
|
|
11568
11568
|
GIFT_CARD = "GIFT_CARD",
|
|
11569
11569
|
SERVICE = "SERVICE"
|
|
11570
11570
|
}
|
|
11571
|
-
interface SubscriptionOptionInfo$
|
|
11571
|
+
interface SubscriptionOptionInfo$1 {
|
|
11572
11572
|
/** Subscription option settings. */
|
|
11573
|
-
subscriptionSettings?: SubscriptionSettings$
|
|
11573
|
+
subscriptionSettings?: SubscriptionSettings$3;
|
|
11574
11574
|
/** Subscription option title. */
|
|
11575
11575
|
title?: Title;
|
|
11576
11576
|
/** Subscription option description. */
|
|
11577
11577
|
description?: Description;
|
|
11578
11578
|
}
|
|
11579
|
-
interface SubscriptionSettings$
|
|
11579
|
+
interface SubscriptionSettings$3 {
|
|
11580
11580
|
/** Frequency of recurring payment. */
|
|
11581
|
-
frequency?: SubscriptionFrequency$
|
|
11581
|
+
frequency?: SubscriptionFrequency$3;
|
|
11582
11582
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
11583
11583
|
autoRenewal?: boolean;
|
|
11584
11584
|
/** Number of billing cycles before subscription ends. Ignored if `autoRenewal` is `true`. */
|
|
11585
11585
|
billingCycles?: number | null;
|
|
11586
11586
|
}
|
|
11587
11587
|
/** Frequency unit of recurring payment */
|
|
11588
|
-
declare enum SubscriptionFrequency$
|
|
11588
|
+
declare enum SubscriptionFrequency$3 {
|
|
11589
11589
|
UNDEFINED = "UNDEFINED",
|
|
11590
11590
|
DAY = "DAY",
|
|
11591
11591
|
WEEK = "WEEK",
|
|
@@ -11816,7 +11816,7 @@ interface Checkout {
|
|
|
11816
11816
|
/** [Buyer note](https://support.wix.com/en/article/wix-stores-viewing-buyer-notes) left by the customer. */
|
|
11817
11817
|
buyerNote?: string | null;
|
|
11818
11818
|
/** Buyer information. */
|
|
11819
|
-
buyerInfo?: BuyerInfo$
|
|
11819
|
+
buyerInfo?: BuyerInfo$4;
|
|
11820
11820
|
/**
|
|
11821
11821
|
* All converted prices are displayed in this currency in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
11822
11822
|
* @readonly
|
|
@@ -11850,7 +11850,7 @@ interface Checkout {
|
|
|
11850
11850
|
* Weight measurement unit - defaults to site's weight unit.
|
|
11851
11851
|
* @readonly
|
|
11852
11852
|
*/
|
|
11853
|
-
weightUnit?: WeightUnit$
|
|
11853
|
+
weightUnit?: WeightUnit$3;
|
|
11854
11854
|
/**
|
|
11855
11855
|
* Tax summary.
|
|
11856
11856
|
* @readonly
|
|
@@ -12188,12 +12188,12 @@ interface Group {
|
|
|
12188
12188
|
/** Billing Info and shipping details */
|
|
12189
12189
|
interface AddressWithContact$2 {
|
|
12190
12190
|
/** Address. */
|
|
12191
|
-
address?: Address$
|
|
12191
|
+
address?: Address$5;
|
|
12192
12192
|
/** Contact details. */
|
|
12193
12193
|
contactDetails?: FullAddressContactDetails$2;
|
|
12194
12194
|
}
|
|
12195
12195
|
/** Physical address */
|
|
12196
|
-
interface Address$
|
|
12196
|
+
interface Address$5 {
|
|
12197
12197
|
/** Two-letter country code in [ISO-3166 alpha-2](https://www.iso.org/obp/ui/#search/code/) format. */
|
|
12198
12198
|
country?: string | null;
|
|
12199
12199
|
/** Code for a subdivision (such as state, prefecture, or province) in [ISO 3166-2](https://www.iso.org/standard/72483.html) format. */
|
|
@@ -12232,9 +12232,9 @@ interface FullAddressContactDetails$2 {
|
|
|
12232
12232
|
/** Company name. */
|
|
12233
12233
|
company?: string | null;
|
|
12234
12234
|
/** Tax information (for Brazil only). If ID is provided, `vatId.type` must also be set, `UNSPECIFIED` is not allowed. */
|
|
12235
|
-
vatId?: VatId$
|
|
12235
|
+
vatId?: VatId$3;
|
|
12236
12236
|
}
|
|
12237
|
-
interface VatId$
|
|
12237
|
+
interface VatId$3 {
|
|
12238
12238
|
/** Customer's tax ID. */
|
|
12239
12239
|
_id?: string;
|
|
12240
12240
|
/**
|
|
@@ -12244,10 +12244,10 @@ interface VatId$4 {
|
|
|
12244
12244
|
* + `CPF`: for individual tax payers
|
|
12245
12245
|
* + `CNPJ`: for corporations
|
|
12246
12246
|
*/
|
|
12247
|
-
type?: VatType$
|
|
12247
|
+
type?: VatType$3;
|
|
12248
12248
|
}
|
|
12249
12249
|
/** tax info types */
|
|
12250
|
-
declare enum VatType$
|
|
12250
|
+
declare enum VatType$3 {
|
|
12251
12251
|
UNSPECIFIED = "UNSPECIFIED",
|
|
12252
12252
|
/** CPF - for individual tax payers. */
|
|
12253
12253
|
CPF = "CPF",
|
|
@@ -12309,7 +12309,7 @@ interface DeliveryLogistics$2 {
|
|
|
12309
12309
|
}
|
|
12310
12310
|
interface PickupDetails$3 {
|
|
12311
12311
|
/** Pickup address. */
|
|
12312
|
-
address?: Address$
|
|
12312
|
+
address?: Address$5;
|
|
12313
12313
|
/**
|
|
12314
12314
|
* Whether the pickup address is that of a business - this may effect tax calculation.
|
|
12315
12315
|
* @deprecated
|
|
@@ -12396,7 +12396,7 @@ interface OtherCharge {
|
|
|
12396
12396
|
/** Price of added cost. */
|
|
12397
12397
|
price?: MultiCurrencyPrice;
|
|
12398
12398
|
}
|
|
12399
|
-
interface BuyerInfo$
|
|
12399
|
+
interface BuyerInfo$4 extends BuyerInfoIdOneOf$2 {
|
|
12400
12400
|
/**
|
|
12401
12401
|
* Visitor ID (if site visitor is **not** a member).
|
|
12402
12402
|
* @readonly
|
|
@@ -12660,7 +12660,7 @@ interface CustomField$3 {
|
|
|
12660
12660
|
/** Translated custom field title. */
|
|
12661
12661
|
translatedTitle?: string | null;
|
|
12662
12662
|
}
|
|
12663
|
-
declare enum WeightUnit$
|
|
12663
|
+
declare enum WeightUnit$3 {
|
|
12664
12664
|
/** Weight unit can't be classified, due to an error */
|
|
12665
12665
|
UNSPECIFIED_WEIGHT_UNIT = "UNSPECIFIED_WEIGHT_UNIT",
|
|
12666
12666
|
/** Kilograms */
|
|
@@ -13142,7 +13142,7 @@ interface ItemTypeNonNullableFields$2 {
|
|
|
13142
13142
|
custom: string;
|
|
13143
13143
|
}
|
|
13144
13144
|
interface SubscriptionSettingsNonNullableFields$2 {
|
|
13145
|
-
frequency: SubscriptionFrequency$
|
|
13145
|
+
frequency: SubscriptionFrequency$3;
|
|
13146
13146
|
autoRenewal: boolean;
|
|
13147
13147
|
enableCustomerCancellation: boolean;
|
|
13148
13148
|
}
|
|
@@ -13476,7 +13476,7 @@ declare const index_d$a_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
|
|
|
13476
13476
|
declare const index_d$a_queryCheckoutTemplates: typeof queryCheckoutTemplates;
|
|
13477
13477
|
declare const index_d$a_updateCheckoutTemplate: typeof updateCheckoutTemplate;
|
|
13478
13478
|
declare namespace index_d$a {
|
|
13479
|
-
export { type ActionEvent$9 as ActionEvent, type AdditionalFee$2 as AdditionalFee, type Address$
|
|
13479
|
+
export { type ActionEvent$9 as ActionEvent, type AdditionalFee$2 as AdditionalFee, type Address$5 as Address, type AddressLocation$4 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type index_d$a_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type ApplicationError$6 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, type index_d$a_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$8 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$1 as CarrierError, type CarrierErrors$1 as CarrierErrors, type index_d$a_CarrierServiceOption as CarrierServiceOption, type index_d$a_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$2 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$1 as ChargeType, type index_d$a_Checkout as Checkout, type index_d$a_CheckoutCustomization as CheckoutCustomization, type index_d$a_CheckoutTemplate as CheckoutTemplate, type index_d$a_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type index_d$a_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type index_d$a_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type index_d$a_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type index_d$a_CheckoutTemplateUsed as CheckoutTemplateUsed, type index_d$a_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type index_d$a_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type index_d$a_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type index_d$a_ConversionInfo as ConversionInfo, type Coupon$2 as Coupon, type index_d$a_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type index_d$a_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type index_d$a_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type index_d$a_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type index_d$a_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type index_d$a_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type index_d$a_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type index_d$a_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$3 as CursorQuery, type CursorQueryPagingMethodOneOf$3 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type index_d$a_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type index_d$a_CustomSettings as CustomSettings, type index_d$a_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type index_d$a_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$2 as DeliveryLogistics, type DeliveryTimeSlot$2 as DeliveryTimeSlot, type index_d$a_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$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, type EventMetadata$8 as EventMetadata, type ExtendedFields$4 as ExtendedFields, index_d$a_FallbackReason as FallbackReason, type FieldViolation$2 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$2 as FullAddressContactDetails, type index_d$a_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type index_d$a_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type index_d$a_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$1 as GiftCard, type index_d$a_Group as Group, type index_d$a_HeadersEntry as HeadersEntry, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$a_InvalidMembership as InvalidMembership, type index_d$a_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$a_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItem$2 as LineItem, type LineItemDiscount$2 as LineItemDiscount, index_d$a_ManualCalculationReason as ManualCalculationReason, type index_d$a_Membership as Membership, type MembershipName$2 as MembershipName, type index_d$a_MembershipOptions as MembershipOptions, type index_d$a_MembershipPaymentCredits as MembershipPaymentCredits, type MerchantDiscount$2 as MerchantDiscount, type MessageEnvelope$9 as MessageEnvelope, type index_d$a_MultiCurrencyPrice as MultiCurrencyPrice, index_d$a_NameInLineItem as NameInLineItem, index_d$a_NameInOther as NameInOther, type index_d$a_Other as Other, type index_d$a_OtherCharge as OtherCharge, PaymentOptionType$2 as PaymentOptionType, type PhysicalProperties$2 as PhysicalProperties, type PickupDetails$3 as PickupDetails, PickupMethod$2 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$2 as ProductName, type index_d$a_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type index_d$a_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type index_d$a_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, index_d$a_RateType as RateType, type index_d$a_RawHttpResponse as RawHttpResponse, type index_d$a_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$9 as RestoreInfo, RuleType$2 as RuleType, type index_d$a_Scope as Scope, type SecuredMedia$1 as SecuredMedia, type index_d$a_SelectedCarrierServiceOption as SelectedCarrierServiceOption, type index_d$a_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type index_d$a_SelectedCarrierServiceOptionPrices as SelectedCarrierServiceOptionPrices, type index_d$a_SelectedMembership as SelectedMembership, type index_d$a_SelectedMemberships as SelectedMemberships, type ServiceProperties$1 as ServiceProperties, index_d$a_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$1 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, index_d$a_Status as Status, type StreetAddress$4 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$2 as SystemError, type index_d$a_Target as Target, type index_d$a_TargetLineItem as TargetLineItem, type index_d$a_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type index_d$a_TaxBreakdown as TaxBreakdown, type index_d$a_TaxCalculationDetails as TaxCalculationDetails, type index_d$a_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type index_d$a_TaxRateBreakdown as TaxRateBreakdown, type TaxSummary$2 as TaxSummary, type index_d$a_Title as Title, type index_d$a_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type index_d$a_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type index_d$a_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type index_d$a_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type index_d$a_V1LineItem as V1LineItem, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, type index_d$a_Violation as Violation, type index_d$a_WebClientCustomization as WebClientCustomization, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$3 as WeightUnit, index_d$a_createAndRedirectToCheckout as createAndRedirectToCheckout, index_d$a_createCheckoutFromTemplate as createCheckoutFromTemplate, index_d$a_createCheckoutTemplate as createCheckoutTemplate, index_d$a_deleteCheckoutTemplate as deleteCheckoutTemplate, index_d$a_getCheckoutTemplate as getCheckoutTemplate, index_d$a_onCheckoutTemplateCreated as onCheckoutTemplateCreated, index_d$a_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, index_d$a_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, index_d$a_onCheckoutTemplateUsed as onCheckoutTemplateUsed, index_d$a_queryCheckoutTemplates as queryCheckoutTemplates, index_d$a_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
13480
13480
|
}
|
|
13481
13481
|
|
|
13482
13482
|
/**
|
|
@@ -14373,13 +14373,13 @@ interface DeliveryCarrierDetailsNonNullableFields {
|
|
|
14373
14373
|
interface ListDeliveryCarrierDetailsResponseNonNullableFields {
|
|
14374
14374
|
deliveryCarrierDetails: DeliveryCarrierDetailsNonNullableFields[];
|
|
14375
14375
|
}
|
|
14376
|
-
interface ApplicationErrorNonNullableFields$
|
|
14376
|
+
interface ApplicationErrorNonNullableFields$5 {
|
|
14377
14377
|
code: string;
|
|
14378
14378
|
description: string;
|
|
14379
14379
|
}
|
|
14380
|
-
interface ItemMetadataNonNullableFields$
|
|
14380
|
+
interface ItemMetadataNonNullableFields$3 {
|
|
14381
14381
|
success: boolean;
|
|
14382
|
-
error?: ApplicationErrorNonNullableFields$
|
|
14382
|
+
error?: ApplicationErrorNonNullableFields$5;
|
|
14383
14383
|
}
|
|
14384
14384
|
interface ColumnNonNullableFields {
|
|
14385
14385
|
key: string;
|
|
@@ -14398,18 +14398,18 @@ interface DeliveryCarrierRegionalSettingsNonNullableFields {
|
|
|
14398
14398
|
dashboardTables: DashboardTableNonNullableFields[];
|
|
14399
14399
|
}
|
|
14400
14400
|
interface ListDeliveryCarriersResultNonNullableFields {
|
|
14401
|
-
deliveryCarrierMetadata?: ItemMetadataNonNullableFields$
|
|
14401
|
+
deliveryCarrierMetadata?: ItemMetadataNonNullableFields$3;
|
|
14402
14402
|
deliveryCarrierDetails?: DeliveryCarrierDetailsNonNullableFields;
|
|
14403
14403
|
deliveryCarrierRegionalSettings: DeliveryCarrierRegionalSettingsNonNullableFields[];
|
|
14404
14404
|
}
|
|
14405
|
-
interface BulkActionMetadataNonNullableFields$
|
|
14405
|
+
interface BulkActionMetadataNonNullableFields$3 {
|
|
14406
14406
|
totalSuccesses: number;
|
|
14407
14407
|
totalFailures: number;
|
|
14408
14408
|
undetailedFailures: number;
|
|
14409
14409
|
}
|
|
14410
14410
|
interface ListDeliveryCarriersResponseNonNullableFields {
|
|
14411
14411
|
results: ListDeliveryCarriersResultNonNullableFields[];
|
|
14412
|
-
bulkActionMetadata?: BulkActionMetadataNonNullableFields$
|
|
14412
|
+
bulkActionMetadata?: BulkActionMetadataNonNullableFields$3;
|
|
14413
14413
|
}
|
|
14414
14414
|
interface UpdateExtendedFieldsResponseNonNullableFields$1 {
|
|
14415
14415
|
deliveryProfile?: DeliveryProfileNonNullableFields;
|
|
@@ -14844,7 +14844,7 @@ interface DraftOrder {
|
|
|
14844
14844
|
* @replacedBy buyer_info_details
|
|
14845
14845
|
* @targetRemovalDate 2024-08-30
|
|
14846
14846
|
*/
|
|
14847
|
-
buyerInfo?: BuyerInfo$
|
|
14847
|
+
buyerInfo?: BuyerInfo$3;
|
|
14848
14848
|
/**
|
|
14849
14849
|
* Billing address and contact details.
|
|
14850
14850
|
* @deprecated Billing address and contact details.
|
|
@@ -14883,7 +14883,7 @@ interface DraftOrder {
|
|
|
14883
14883
|
*/
|
|
14884
14884
|
status?: EditingStatus;
|
|
14885
14885
|
/** Weight measurement unit. Defaults to the site's weight unit. */
|
|
14886
|
-
weightUnit?: WeightUnit$
|
|
14886
|
+
weightUnit?: WeightUnit$2;
|
|
14887
14887
|
/** Currency used for pricing. */
|
|
14888
14888
|
currency?: string | null;
|
|
14889
14889
|
/**
|
|
@@ -15045,7 +15045,7 @@ interface OrderLineItem$1 {
|
|
|
15045
15045
|
/** Digital file identifier, relevant only for items with type DIGITAL. */
|
|
15046
15046
|
digitalFile?: DigitalFile$2;
|
|
15047
15047
|
/** Subscription info. */
|
|
15048
|
-
subscriptionInfo?: SubscriptionInfo$
|
|
15048
|
+
subscriptionInfo?: SubscriptionInfo$2;
|
|
15049
15049
|
/** Additional description for the price. For example, when price is 0 but additional details about the actual price are needed - "Starts at $67". */
|
|
15050
15050
|
priceDescription?: PriceDescription$1;
|
|
15051
15051
|
/**
|
|
@@ -15259,7 +15259,7 @@ interface DigitalFile$2 {
|
|
|
15259
15259
|
*/
|
|
15260
15260
|
expirationDate?: Date;
|
|
15261
15261
|
}
|
|
15262
|
-
interface SubscriptionInfo$
|
|
15262
|
+
interface SubscriptionInfo$2 {
|
|
15263
15263
|
/** Subscription ID. */
|
|
15264
15264
|
_id?: string | null;
|
|
15265
15265
|
/** Subscription cycle. For example, if this order is for the 3rd cycle of a subscription, value will be `3`. */
|
|
@@ -15269,11 +15269,11 @@ interface SubscriptionInfo$3 {
|
|
|
15269
15269
|
/** Subscription option description. For example, `"1kg of selected coffee, once a month"`. */
|
|
15270
15270
|
subscriptionOptionDescription?: string | null;
|
|
15271
15271
|
/** Subscription detailed information. */
|
|
15272
|
-
subscriptionSettings?: SubscriptionSettings$
|
|
15272
|
+
subscriptionSettings?: SubscriptionSettings$2;
|
|
15273
15273
|
}
|
|
15274
|
-
interface SubscriptionSettings$
|
|
15274
|
+
interface SubscriptionSettings$2 {
|
|
15275
15275
|
/** Frequency of recurring payment. */
|
|
15276
|
-
frequency?: SubscriptionFrequency$
|
|
15276
|
+
frequency?: SubscriptionFrequency$2;
|
|
15277
15277
|
/** Interval of recurring payment. */
|
|
15278
15278
|
interval?: number | null;
|
|
15279
15279
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -15282,7 +15282,7 @@ interface SubscriptionSettings$3 {
|
|
|
15282
15282
|
billingCycles?: number | null;
|
|
15283
15283
|
}
|
|
15284
15284
|
/** Frequency unit of recurring payment */
|
|
15285
|
-
declare enum SubscriptionFrequency$
|
|
15285
|
+
declare enum SubscriptionFrequency$2 {
|
|
15286
15286
|
UNDEFINED = "UNDEFINED",
|
|
15287
15287
|
DAY = "DAY",
|
|
15288
15288
|
WEEK = "WEEK",
|
|
@@ -15368,12 +15368,12 @@ interface V1DeliveryLogisticsAddressOneOf {
|
|
|
15368
15368
|
/** Billing Info and shipping details */
|
|
15369
15369
|
interface AddressWithContact$1 {
|
|
15370
15370
|
/** Address. */
|
|
15371
|
-
address?: Address$
|
|
15371
|
+
address?: Address$4;
|
|
15372
15372
|
/** Contact details. */
|
|
15373
15373
|
contactDetails?: FullAddressContactDetails$1;
|
|
15374
15374
|
}
|
|
15375
15375
|
/** Physical address */
|
|
15376
|
-
interface Address$
|
|
15376
|
+
interface Address$4 {
|
|
15377
15377
|
/** Two-letter country code in [ISO-3166 alpha-2](https://www.iso.org/obp/ui/#search/code/) format. */
|
|
15378
15378
|
country?: string | null;
|
|
15379
15379
|
/** Code for a subdivision (such as state, prefecture, or province) in [ISO 3166-2](https://www.iso.org/standard/72483.html) format. */
|
|
@@ -15412,9 +15412,9 @@ interface FullAddressContactDetails$1 {
|
|
|
15412
15412
|
/** Company name. */
|
|
15413
15413
|
company?: string | null;
|
|
15414
15414
|
/** Tax information (for Brazil only). If ID is provided, `vatId.type` must also be set, `UNSPECIFIED` is not allowed. */
|
|
15415
|
-
vatId?: VatId$
|
|
15415
|
+
vatId?: VatId$2;
|
|
15416
15416
|
}
|
|
15417
|
-
interface VatId$
|
|
15417
|
+
interface VatId$2 {
|
|
15418
15418
|
/** Customer's tax ID. */
|
|
15419
15419
|
_id?: string;
|
|
15420
15420
|
/**
|
|
@@ -15424,10 +15424,10 @@ interface VatId$3 {
|
|
|
15424
15424
|
* + `CPF`: for individual tax payers
|
|
15425
15425
|
* + `CNPJ`: for corporations
|
|
15426
15426
|
*/
|
|
15427
|
-
type?: VatType$
|
|
15427
|
+
type?: VatType$2;
|
|
15428
15428
|
}
|
|
15429
15429
|
/** tax info types */
|
|
15430
|
-
declare enum VatType$
|
|
15430
|
+
declare enum VatType$2 {
|
|
15431
15431
|
UNSPECIFIED = "UNSPECIFIED",
|
|
15432
15432
|
/** CPF - for individual tax payers. */
|
|
15433
15433
|
CPF = "CPF",
|
|
@@ -15498,7 +15498,7 @@ interface ShippingChangedDetails {
|
|
|
15498
15498
|
shippingInfoBeforeChange?: ShippingInformation$1;
|
|
15499
15499
|
}
|
|
15500
15500
|
/** Buyer Info */
|
|
15501
|
-
interface BuyerInfo$
|
|
15501
|
+
interface BuyerInfo$3 extends BuyerInfoIdOneOf$1 {
|
|
15502
15502
|
/** Visitor ID (if site visitor is not a member). */
|
|
15503
15503
|
visitorId?: string;
|
|
15504
15504
|
/** Member ID (if site visitor is a site member). */
|
|
@@ -15695,7 +15695,7 @@ declare enum EditingStatus {
|
|
|
15695
15695
|
/** DraftOrder is in committed state. */
|
|
15696
15696
|
COMMITTED = "COMMITTED"
|
|
15697
15697
|
}
|
|
15698
|
-
declare enum WeightUnit$
|
|
15698
|
+
declare enum WeightUnit$2 {
|
|
15699
15699
|
/** Weight unit can't be classified, due to an error */
|
|
15700
15700
|
UNSPECIFIED_WEIGHT_UNIT = "UNSPECIFIED_WEIGHT_UNIT",
|
|
15701
15701
|
/** Kilograms */
|
|
@@ -15903,7 +15903,7 @@ interface DeliveryLogistics$1 {
|
|
|
15903
15903
|
}
|
|
15904
15904
|
interface PickupDetails$2 {
|
|
15905
15905
|
/** Pickup address */
|
|
15906
|
-
address?: Address$
|
|
15906
|
+
address?: Address$4;
|
|
15907
15907
|
/**
|
|
15908
15908
|
* Pickup method.
|
|
15909
15909
|
*
|
|
@@ -16367,7 +16367,7 @@ interface Order$2 {
|
|
|
16367
16367
|
*/
|
|
16368
16368
|
lineItems?: OrderLineItem$1[];
|
|
16369
16369
|
/** Buyer information. */
|
|
16370
|
-
buyerInfo?: BuyerInfo$
|
|
16370
|
+
buyerInfo?: BuyerInfo$3;
|
|
16371
16371
|
/**
|
|
16372
16372
|
* Order payment status.
|
|
16373
16373
|
* + `NOT_PAID` - This can be an order made online, but not yet paid. In such cases `order.status` will be `INITIALIZED`.
|
|
@@ -16378,19 +16378,19 @@ interface Order$2 {
|
|
|
16378
16378
|
* + `PENDING` - Payments received but not yet confirmed by the payment provider.
|
|
16379
16379
|
* + `PARTIALLY_PAID` - At least one payment was received and approved, covering less than total price amount.
|
|
16380
16380
|
*/
|
|
16381
|
-
paymentStatus?: PaymentStatus$
|
|
16381
|
+
paymentStatus?: PaymentStatus$2;
|
|
16382
16382
|
/**
|
|
16383
16383
|
* Order fulfillment status.
|
|
16384
16384
|
* @readonly
|
|
16385
16385
|
*/
|
|
16386
|
-
fulfillmentStatus?: FulfillmentStatus$
|
|
16386
|
+
fulfillmentStatus?: FulfillmentStatus$3;
|
|
16387
16387
|
/**
|
|
16388
16388
|
* Language for communication with the buyer. Defaults to the site language.
|
|
16389
16389
|
* For a site that supports multiple languages, this is the language the buyer selected.
|
|
16390
16390
|
*/
|
|
16391
16391
|
buyerLanguage?: string | null;
|
|
16392
16392
|
/** Weight measurement unit - defaults to site's weight unit. */
|
|
16393
|
-
weightUnit?: WeightUnit$
|
|
16393
|
+
weightUnit?: WeightUnit$2;
|
|
16394
16394
|
/** Currency used for the pricing of this order in [ISO-4217](https://en.wikipedia.org/wiki/ISO_4217#List_of_ISO_4217_currency_codes) format. */
|
|
16395
16395
|
currency?: string | null;
|
|
16396
16396
|
/** Whether tax is included in line item prices. */
|
|
@@ -16479,7 +16479,7 @@ interface Order$2 {
|
|
|
16479
16479
|
*/
|
|
16480
16480
|
recipientInfo?: AddressWithContact$1;
|
|
16481
16481
|
}
|
|
16482
|
-
declare enum PaymentStatus$
|
|
16482
|
+
declare enum PaymentStatus$2 {
|
|
16483
16483
|
UNSPECIFIED = "UNSPECIFIED",
|
|
16484
16484
|
/** Order is not paid */
|
|
16485
16485
|
NOT_PAID = "NOT_PAID",
|
|
@@ -16494,7 +16494,7 @@ declare enum PaymentStatus$3 {
|
|
|
16494
16494
|
/** At least one payment was received and approved, covering less than total price amount */
|
|
16495
16495
|
PARTIALLY_PAID = "PARTIALLY_PAID"
|
|
16496
16496
|
}
|
|
16497
|
-
declare enum FulfillmentStatus$
|
|
16497
|
+
declare enum FulfillmentStatus$3 {
|
|
16498
16498
|
/** none of the order items are fulfilled or order was manually marked as unfulfilled */
|
|
16499
16499
|
NOT_FULFILLED = "NOT_FULFILLED",
|
|
16500
16500
|
/**
|
|
@@ -17147,7 +17147,7 @@ interface DigitalFileNonNullableFields$1 {
|
|
|
17147
17147
|
fileId: string;
|
|
17148
17148
|
}
|
|
17149
17149
|
interface SubscriptionSettingsNonNullableFields$1 {
|
|
17150
|
-
frequency: SubscriptionFrequency$
|
|
17150
|
+
frequency: SubscriptionFrequency$2;
|
|
17151
17151
|
autoRenewal: boolean;
|
|
17152
17152
|
}
|
|
17153
17153
|
interface SubscriptionInfoNonNullableFields$1 {
|
|
@@ -17199,7 +17199,7 @@ interface AddressNonNullableFields$3 {
|
|
|
17199
17199
|
}
|
|
17200
17200
|
interface VatIdNonNullableFields$1 {
|
|
17201
17201
|
_id: string;
|
|
17202
|
-
type: VatType$
|
|
17202
|
+
type: VatType$2;
|
|
17203
17203
|
}
|
|
17204
17204
|
interface FullAddressContactDetailsNonNullableFields$1 {
|
|
17205
17205
|
vatId?: VatIdNonNullableFields$1;
|
|
@@ -17379,7 +17379,7 @@ interface DraftOrderNonNullableFields {
|
|
|
17379
17379
|
discounts: DiscountDetailsNonNullableFields[];
|
|
17380
17380
|
createdBy?: CreatedByNonNullableFields$1;
|
|
17381
17381
|
status: EditingStatus;
|
|
17382
|
-
weightUnit: WeightUnit$
|
|
17382
|
+
weightUnit: WeightUnit$2;
|
|
17383
17383
|
priceSummary?: PriceSummaryNonNullableFields$1;
|
|
17384
17384
|
taxSummary?: TaxSummaryNonNullableFields$1;
|
|
17385
17385
|
balanceSummary?: BalanceSummaryNonNullableFields$1;
|
|
@@ -17406,7 +17406,7 @@ interface ShippingOptionNonNullableFields {
|
|
|
17406
17406
|
logistics?: DeliveryLogisticsNonNullableFields$1;
|
|
17407
17407
|
cost?: ShippingPriceNonNullableFields$1;
|
|
17408
17408
|
}
|
|
17409
|
-
interface ApplicationErrorNonNullableFields$
|
|
17409
|
+
interface ApplicationErrorNonNullableFields$4 {
|
|
17410
17410
|
code: string;
|
|
17411
17411
|
description: string;
|
|
17412
17412
|
}
|
|
@@ -17419,7 +17419,7 @@ interface ValidationErrorNonNullableFields {
|
|
|
17419
17419
|
fieldViolations: FieldViolationNonNullableFields[];
|
|
17420
17420
|
}
|
|
17421
17421
|
interface DetailsNonNullableFields {
|
|
17422
|
-
applicationError?: ApplicationErrorNonNullableFields$
|
|
17422
|
+
applicationError?: ApplicationErrorNonNullableFields$4;
|
|
17423
17423
|
validationError?: ValidationErrorNonNullableFields;
|
|
17424
17424
|
}
|
|
17425
17425
|
interface CarrierErrorNonNullableFields {
|
|
@@ -17433,7 +17433,7 @@ interface CalculationErrorsNonNullableFields {
|
|
|
17433
17433
|
generalShippingCalculationError?: DetailsNonNullableFields;
|
|
17434
17434
|
carrierErrors?: CarrierErrorsNonNullableFields;
|
|
17435
17435
|
taxCalculationError?: DetailsNonNullableFields;
|
|
17436
|
-
orderValidationErrors: ApplicationErrorNonNullableFields$
|
|
17436
|
+
orderValidationErrors: ApplicationErrorNonNullableFields$4[];
|
|
17437
17437
|
}
|
|
17438
17438
|
interface CalculatedDraftOrderNonNullableFields {
|
|
17439
17439
|
draftOrder?: DraftOrderNonNullableFields;
|
|
@@ -17614,9 +17614,9 @@ interface OrderNonNullableFields$1 {
|
|
|
17614
17614
|
number: string;
|
|
17615
17615
|
lineItems: OrderLineItemNonNullableFields$1[];
|
|
17616
17616
|
buyerInfo?: BuyerInfoNonNullableFields$1;
|
|
17617
|
-
paymentStatus: PaymentStatus$
|
|
17618
|
-
fulfillmentStatus: FulfillmentStatus$
|
|
17619
|
-
weightUnit: WeightUnit$
|
|
17617
|
+
paymentStatus: PaymentStatus$2;
|
|
17618
|
+
fulfillmentStatus: FulfillmentStatus$3;
|
|
17619
|
+
weightUnit: WeightUnit$2;
|
|
17620
17620
|
taxIncludedInPrices: boolean;
|
|
17621
17621
|
priceSummary?: PriceSummaryNonNullableFields$1;
|
|
17622
17622
|
billingInfo?: AddressWithContactNonNullableFields$1;
|
|
@@ -17889,7 +17889,7 @@ declare const index_d$8_setAdditionalFees: typeof setAdditionalFees;
|
|
|
17889
17889
|
declare const index_d$8_setDiscounts: typeof setDiscounts;
|
|
17890
17890
|
declare const index_d$8_updateLineItems: typeof updateLineItems;
|
|
17891
17891
|
declare namespace index_d$8 {
|
|
17892
|
-
export { type ActionEvent$7 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type index_d$8_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type index_d$8_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type index_d$8_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type index_d$8_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$1 as AdditionalFee, type index_d$8_AdditionalFeeDetails as AdditionalFeeDetails, type index_d$8_AdditionalFeeOption as AdditionalFeeOption, type Address$5 as Address, type AddressLocation$3 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$4 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, index_d$8_AppliedDiscountDiscountType as AppliedDiscountDiscountType, AttributionSource$1 as AttributionSource, type AuthorizedPaymentCaptured$1 as AuthorizedPaymentCaptured, type AuthorizedPaymentCreated$1 as AuthorizedPaymentCreated, type AuthorizedPaymentVoided$1 as AuthorizedPaymentVoided, type Balance$1 as Balance, type BalanceSummary$1 as BalanceSummary, type index_d$8_BillingChangedDetails as BillingChangedDetails, type index_d$8_BillingDetails as BillingDetails, type index_d$8_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type index_d$8_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type index_d$8_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type index_d$8_CalculatedDraftOrder as CalculatedDraftOrder, type index_d$8_CalculationErrors as CalculationErrors, type index_d$8_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type index_d$8_CarrierError as CarrierError, type index_d$8_CarrierErrors as CarrierErrors, type CatalogReference$1 as CatalogReference, type index_d$8_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type index_d$8_CommitDraftOrderOptions as CommitDraftOrderOptions, type index_d$8_CommitDraftOrderRequest as CommitDraftOrderRequest, type index_d$8_CommitDraftOrderResponse as CommitDraftOrderResponse, type index_d$8_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$1 as Coupon, type index_d$8_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type index_d$8_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type index_d$8_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type index_d$8_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type index_d$8_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type index_d$8_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type index_d$8_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type index_d$8_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type index_d$8_CreateDraftOrderRequest as CreateDraftOrderRequest, type index_d$8_CreateDraftOrderResponse as CreateDraftOrderResponse, type index_d$8_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type index_d$8_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type index_d$8_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type index_d$8_CustomLineItem as CustomLineItem, type index_d$8_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type index_d$8_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type index_d$8_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type index_d$8_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type index_d$8_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type index_d$8_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type index_d$8_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type index_d$8_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$1 as DeliveryLogistics, type DeliveryTimeSlot$1 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$1 as Details, type DetailsKindOneOf$1 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type index_d$8_DiscountDetails as DiscountDetails, type index_d$8_DiscountOption as DiscountOption, type index_d$8_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type index_d$8_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type index_d$8_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type index_d$8_DraftOrdersQueryResult as DraftOrdersQueryResult, index_d$8_EditingStatus as EditingStatus, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type ExtendedFields$2 as ExtendedFields, type FieldViolation$1 as FieldViolation, index_d$8_FileType as FileType, FulfillmentStatus$4 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$8_GetDraftOrderRequest as GetDraftOrderRequest, type index_d$8_GetDraftOrderResponse as GetDraftOrderResponse, type index_d$8_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type index_d$8_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type index_d$8_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type index_d$8_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type index_d$8_IdAndApplied as IdAndApplied, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type index_d$8_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type index_d$8_ItemDetails as ItemDetails, type index_d$8_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type index_d$8_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$1 as LineItemDiscount, type LineItemExchangeData$1 as LineItemExchangeData, type LineItemPriceChange$1 as LineItemPriceChange, type LineItemQuantityChange$1 as LineItemQuantityChange, LineItemQuantityChangeType$1 as LineItemQuantityChangeType, type LineItemTaxBreakdown$1 as LineItemTaxBreakdown, type LineItemTaxInfo$1 as LineItemTaxInfo, type LocationAndQuantity$1 as LocationAndQuantity, type ManagedAdditionalFee$1 as ManagedAdditionalFee, type ManagedDiscount$1 as ManagedDiscount, type ManagedLineItem$1 as ManagedLineItem, type MerchantComment$1 as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$7 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, index_d$8_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type index_d$8_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, PaymentOptionType$1 as PaymentOptionType, PaymentStatus$3 as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$2 as PickupDetails, index_d$8_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$1 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$2 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, type index_d$8_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type index_d$8_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type index_d$8_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type index_d$8_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type index_d$8_RecipientInfoDetails as RecipientInfoDetails, type index_d$8_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RestoreInfo$7 as RestoreInfo, RuleType$1 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type index_d$8_SecuredMedia as SecuredMedia, type index_d$8_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type index_d$8_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type index_d$8_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type index_d$8_SetBillingInfoRequest as SetBillingInfoRequest, type index_d$8_SetBillingInfoResponse as SetBillingInfoResponse, type index_d$8_SetBuyerInfoRequest as SetBuyerInfoRequest, type index_d$8_SetBuyerInfoResponse as SetBuyerInfoResponse, type index_d$8_SetDiscountsRequest as SetDiscountsRequest, type index_d$8_SetDiscountsResponse as SetDiscountsResponse, type index_d$8_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type index_d$8_SetRecipientInfoRequest as SetRecipientInfoRequest, type index_d$8_SetRecipientInfoResponse as SetRecipientInfoResponse, type index_d$8_SetShippingInfoRequest as SetShippingInfoRequest, type index_d$8_SetShippingInfoResponse as SetShippingInfoResponse, type index_d$8_ShippingChangedDetails as ShippingChangedDetails, type index_d$8_ShippingDetails as ShippingDetails, type index_d$8_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$1 as ShippingInformation, type index_d$8_ShippingOption as ShippingOption, type ShippingPrice$1 as ShippingPrice, type ShippingRegion$1 as ShippingRegion, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, SourceType$1 as SourceType, type StreetAddress$3 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$3 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$1 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type index_d$8_TaxDetails as TaxDetails, type TaxSummary$1 as TaxSummary, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$1 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$1 as UpdateExtendedFieldsResponse, type index_d$8_UpdateLineItemsOptions as UpdateLineItemsOptions, type index_d$8_UpdateLineItemsRequest as UpdateLineItemsRequest, type index_d$8_UpdateLineItemsResponse as UpdateLineItemsResponse, type index_d$8_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type index_d$8_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type index_d$8_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type index_d$8_V1BalanceSummary as V1BalanceSummary, type index_d$8_V1CreatedBy as V1CreatedBy, type index_d$8_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$8_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$8_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type index_d$8_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$8_V1PickupDetails as V1PickupDetails, type index_d$8_V1ShippingPrice as V1ShippingPrice, type ValidationError$1 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, WebhookIdentityType$7 as WebhookIdentityType, WeightUnit$3 as WeightUnit, index_d$8_addLineItemsToDraftOrder as addLineItemsToDraftOrder, index_d$8_commitDraftOrder as commitDraftOrder, index_d$8_createCustomAdditionalFees as createCustomAdditionalFees, index_d$8_createCustomDiscounts as createCustomDiscounts, index_d$8_createDraftOrder as createDraftOrder, index_d$8_deleteCustomAdditionalFees as deleteCustomAdditionalFees, index_d$8_deleteCustomDiscounts as deleteCustomDiscounts, index_d$8_deleteDraftOrder as deleteDraftOrder, index_d$8_getDraftOrder as getDraftOrder, index_d$8_getOrderDraftabilityStatus as getOrderDraftabilityStatus, index_d$8_queryDraftOrders as queryDraftOrders, index_d$8_setAdditionalFees as setAdditionalFees, index_d$8_setDiscounts as setDiscounts, index_d$8_updateLineItems as updateLineItems };
|
|
17892
|
+
export { type ActionEvent$7 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type index_d$8_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type index_d$8_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type index_d$8_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type index_d$8_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$1 as AdditionalFee, type index_d$8_AdditionalFeeDetails as AdditionalFeeDetails, type index_d$8_AdditionalFeeOption as AdditionalFeeOption, type Address$4 as Address, type AddressLocation$3 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$4 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, index_d$8_AppliedDiscountDiscountType as AppliedDiscountDiscountType, AttributionSource$1 as AttributionSource, type AuthorizedPaymentCaptured$1 as AuthorizedPaymentCaptured, type AuthorizedPaymentCreated$1 as AuthorizedPaymentCreated, type AuthorizedPaymentVoided$1 as AuthorizedPaymentVoided, type Balance$1 as Balance, type BalanceSummary$1 as BalanceSummary, type index_d$8_BillingChangedDetails as BillingChangedDetails, type index_d$8_BillingDetails as BillingDetails, type index_d$8_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type index_d$8_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type index_d$8_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type index_d$8_CalculatedDraftOrder as CalculatedDraftOrder, type index_d$8_CalculationErrors as CalculationErrors, type index_d$8_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type index_d$8_CarrierError as CarrierError, type index_d$8_CarrierErrors as CarrierErrors, type CatalogReference$1 as CatalogReference, type index_d$8_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type index_d$8_CommitDraftOrderOptions as CommitDraftOrderOptions, type index_d$8_CommitDraftOrderRequest as CommitDraftOrderRequest, type index_d$8_CommitDraftOrderResponse as CommitDraftOrderResponse, type index_d$8_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$1 as Coupon, type index_d$8_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type index_d$8_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type index_d$8_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type index_d$8_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type index_d$8_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type index_d$8_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type index_d$8_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type index_d$8_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type index_d$8_CreateDraftOrderRequest as CreateDraftOrderRequest, type index_d$8_CreateDraftOrderResponse as CreateDraftOrderResponse, type index_d$8_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type index_d$8_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type index_d$8_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type index_d$8_CustomLineItem as CustomLineItem, type index_d$8_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type index_d$8_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type index_d$8_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type index_d$8_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type index_d$8_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type index_d$8_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type index_d$8_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type index_d$8_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$1 as DeliveryLogistics, type DeliveryTimeSlot$1 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$1 as Details, type DetailsKindOneOf$1 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type index_d$8_DiscountDetails as DiscountDetails, type index_d$8_DiscountOption as DiscountOption, type index_d$8_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type index_d$8_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type index_d$8_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type index_d$8_DraftOrdersQueryResult as DraftOrdersQueryResult, index_d$8_EditingStatus as EditingStatus, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type ExtendedFields$2 as ExtendedFields, type FieldViolation$1 as FieldViolation, index_d$8_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$8_GetDraftOrderRequest as GetDraftOrderRequest, type index_d$8_GetDraftOrderResponse as GetDraftOrderResponse, type index_d$8_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type index_d$8_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type index_d$8_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type index_d$8_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type index_d$8_IdAndApplied as IdAndApplied, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type index_d$8_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type index_d$8_ItemDetails as ItemDetails, type index_d$8_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type index_d$8_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$1 as LineItemDiscount, type LineItemExchangeData$1 as LineItemExchangeData, type LineItemPriceChange$1 as LineItemPriceChange, type LineItemQuantityChange$1 as LineItemQuantityChange, LineItemQuantityChangeType$1 as LineItemQuantityChangeType, type LineItemTaxBreakdown$1 as LineItemTaxBreakdown, type LineItemTaxInfo$1 as LineItemTaxInfo, type LocationAndQuantity$1 as LocationAndQuantity, type ManagedAdditionalFee$1 as ManagedAdditionalFee, type ManagedDiscount$1 as ManagedDiscount, type ManagedLineItem$1 as ManagedLineItem, type MerchantComment$1 as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$7 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, index_d$8_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type index_d$8_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, PaymentOptionType$1 as PaymentOptionType, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$2 as PickupDetails, index_d$8_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$1 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$2 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, type index_d$8_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type index_d$8_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type index_d$8_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type index_d$8_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type index_d$8_RecipientInfoDetails as RecipientInfoDetails, type index_d$8_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RestoreInfo$7 as RestoreInfo, RuleType$1 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type index_d$8_SecuredMedia as SecuredMedia, type index_d$8_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type index_d$8_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type index_d$8_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type index_d$8_SetBillingInfoRequest as SetBillingInfoRequest, type index_d$8_SetBillingInfoResponse as SetBillingInfoResponse, type index_d$8_SetBuyerInfoRequest as SetBuyerInfoRequest, type index_d$8_SetBuyerInfoResponse as SetBuyerInfoResponse, type index_d$8_SetDiscountsRequest as SetDiscountsRequest, type index_d$8_SetDiscountsResponse as SetDiscountsResponse, type index_d$8_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type index_d$8_SetRecipientInfoRequest as SetRecipientInfoRequest, type index_d$8_SetRecipientInfoResponse as SetRecipientInfoResponse, type index_d$8_SetShippingInfoRequest as SetShippingInfoRequest, type index_d$8_SetShippingInfoResponse as SetShippingInfoResponse, type index_d$8_ShippingChangedDetails as ShippingChangedDetails, type index_d$8_ShippingDetails as ShippingDetails, type index_d$8_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$1 as ShippingInformation, type index_d$8_ShippingOption as ShippingOption, type ShippingPrice$1 as ShippingPrice, type ShippingRegion$1 as ShippingRegion, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, SourceType$1 as SourceType, type StreetAddress$3 as StreetAddress, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type SystemError$1 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type index_d$8_TaxDetails as TaxDetails, type TaxSummary$1 as TaxSummary, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$1 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$1 as UpdateExtendedFieldsResponse, type index_d$8_UpdateLineItemsOptions as UpdateLineItemsOptions, type index_d$8_UpdateLineItemsRequest as UpdateLineItemsRequest, type index_d$8_UpdateLineItemsResponse as UpdateLineItemsResponse, type index_d$8_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type index_d$8_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type index_d$8_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type index_d$8_V1BalanceSummary as V1BalanceSummary, type index_d$8_V1CreatedBy as V1CreatedBy, type index_d$8_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$8_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$8_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type index_d$8_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$8_V1PickupDetails as V1PickupDetails, type index_d$8_V1ShippingPrice as V1ShippingPrice, type ValidationError$1 as ValidationError, type VatId$2 as VatId, VatType$2 as VatType, WebhookIdentityType$7 as WebhookIdentityType, WeightUnit$2 as WeightUnit, index_d$8_addLineItemsToDraftOrder as addLineItemsToDraftOrder, index_d$8_commitDraftOrder as commitDraftOrder, index_d$8_createCustomAdditionalFees as createCustomAdditionalFees, index_d$8_createCustomDiscounts as createCustomDiscounts, index_d$8_createDraftOrder as createDraftOrder, index_d$8_deleteCustomAdditionalFees as deleteCustomAdditionalFees, index_d$8_deleteCustomDiscounts as deleteCustomDiscounts, index_d$8_deleteDraftOrder as deleteDraftOrder, index_d$8_getDraftOrder as getDraftOrder, index_d$8_getOrderDraftabilityStatus as getOrderDraftabilityStatus, index_d$8_queryDraftOrders as queryDraftOrders, index_d$8_setAdditionalFees as setAdditionalFees, index_d$8_setDiscounts as setDiscounts, index_d$8_updateLineItems as updateLineItems };
|
|
17893
17893
|
}
|
|
17894
17894
|
|
|
17895
17895
|
interface OrderWithFulfillments {
|
|
@@ -17977,14 +17977,14 @@ interface FulfillmentCreated {
|
|
|
17977
17977
|
/** Fulfillment creation date and time. */
|
|
17978
17978
|
dateCreated?: Date;
|
|
17979
17979
|
/** Buyer information. */
|
|
17980
|
-
buyerInfo?: BuyerInfo$
|
|
17980
|
+
buyerInfo?: BuyerInfo$2;
|
|
17981
17981
|
/** Order fulfillment status. */
|
|
17982
|
-
fulfillmentStatus?: FulfillmentStatus$
|
|
17982
|
+
fulfillmentStatus?: FulfillmentStatus$2;
|
|
17983
17983
|
/** Fulfillment tracking information. */
|
|
17984
17984
|
trackingInfo?: V2FulfillmentTrackingInfo;
|
|
17985
17985
|
}
|
|
17986
17986
|
/** Buyer Info */
|
|
17987
|
-
interface BuyerInfo$
|
|
17987
|
+
interface BuyerInfo$2 {
|
|
17988
17988
|
/** Wix customer ID */
|
|
17989
17989
|
_id?: string | null;
|
|
17990
17990
|
/**
|
|
@@ -17992,9 +17992,9 @@ interface BuyerInfo$3 {
|
|
|
17992
17992
|
* @readonly
|
|
17993
17993
|
* @deprecated
|
|
17994
17994
|
*/
|
|
17995
|
-
type?: IdentityType$
|
|
17995
|
+
type?: IdentityType$1;
|
|
17996
17996
|
/** Customer type */
|
|
17997
|
-
identityType?: IdentityType$
|
|
17997
|
+
identityType?: IdentityType$1;
|
|
17998
17998
|
/**
|
|
17999
17999
|
* Customer's first name
|
|
18000
18000
|
* @readonly
|
|
@@ -18016,14 +18016,14 @@ interface BuyerInfo$3 {
|
|
|
18016
18016
|
*/
|
|
18017
18017
|
email?: string;
|
|
18018
18018
|
}
|
|
18019
|
-
declare enum IdentityType$
|
|
18019
|
+
declare enum IdentityType$1 {
|
|
18020
18020
|
UNSPECIFIED_IDENTITY_TYPE = "UNSPECIFIED_IDENTITY_TYPE",
|
|
18021
18021
|
/** Site member */
|
|
18022
18022
|
MEMBER = "MEMBER",
|
|
18023
18023
|
/** Contact */
|
|
18024
18024
|
CONTACT = "CONTACT"
|
|
18025
18025
|
}
|
|
18026
|
-
declare enum FulfillmentStatus$
|
|
18026
|
+
declare enum FulfillmentStatus$2 {
|
|
18027
18027
|
/** None of the order items are fulfilled */
|
|
18028
18028
|
NOT_FULFILLED = "NOT_FULFILLED",
|
|
18029
18029
|
/**
|
|
@@ -18065,7 +18065,7 @@ interface FulfillmentDeleted {
|
|
|
18065
18065
|
/** ID of the deleted fulfillment. */
|
|
18066
18066
|
fulfillmentId?: string;
|
|
18067
18067
|
/** Order fulfillment status. */
|
|
18068
|
-
fulfillmentStatus?: FulfillmentStatus$
|
|
18068
|
+
fulfillmentStatus?: FulfillmentStatus$2;
|
|
18069
18069
|
}
|
|
18070
18070
|
interface ListFulfillmentsForSingleOrderRequest {
|
|
18071
18071
|
/** Order ID for which to retrieve fulfillments. */
|
|
@@ -18299,27 +18299,27 @@ interface UpdateFulfillmentResponseNonNullableFields {
|
|
|
18299
18299
|
interface DeleteFulfillmentResponseNonNullableFields {
|
|
18300
18300
|
orderWithFulfillments?: OrderWithFulfillmentsNonNullableFields;
|
|
18301
18301
|
}
|
|
18302
|
-
interface ApplicationErrorNonNullableFields$
|
|
18302
|
+
interface ApplicationErrorNonNullableFields$3 {
|
|
18303
18303
|
code: string;
|
|
18304
18304
|
description: string;
|
|
18305
18305
|
}
|
|
18306
|
-
interface ItemMetadataNonNullableFields$
|
|
18306
|
+
interface ItemMetadataNonNullableFields$2 {
|
|
18307
18307
|
originalIndex: number;
|
|
18308
18308
|
success: boolean;
|
|
18309
|
-
error?: ApplicationErrorNonNullableFields$
|
|
18309
|
+
error?: ApplicationErrorNonNullableFields$3;
|
|
18310
18310
|
}
|
|
18311
18311
|
interface BulkOrderFulfillmentsResultNonNullableFields {
|
|
18312
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
18312
|
+
itemMetadata?: ItemMetadataNonNullableFields$2;
|
|
18313
18313
|
ordersWithFulfillments?: OrderWithFulfillmentsNonNullableFields;
|
|
18314
18314
|
}
|
|
18315
|
-
interface BulkActionMetadataNonNullableFields$
|
|
18315
|
+
interface BulkActionMetadataNonNullableFields$2 {
|
|
18316
18316
|
totalSuccesses: number;
|
|
18317
18317
|
totalFailures: number;
|
|
18318
18318
|
undetailedFailures: number;
|
|
18319
18319
|
}
|
|
18320
18320
|
interface BulkCreateFulfillmentResponseNonNullableFields {
|
|
18321
18321
|
results: BulkOrderFulfillmentsResultNonNullableFields[];
|
|
18322
|
-
bulkActionMetadata?: BulkActionMetadataNonNullableFields$
|
|
18322
|
+
bulkActionMetadata?: BulkActionMetadataNonNullableFields$2;
|
|
18323
18323
|
}
|
|
18324
18324
|
interface BaseEventMetadata$6 {
|
|
18325
18325
|
/** App instance ID. */
|
|
@@ -18473,7 +18473,7 @@ declare const index_d$7_listFulfillmentsForSingleOrder: typeof listFulfillmentsF
|
|
|
18473
18473
|
declare const index_d$7_onFulfillmentsUpdated: typeof onFulfillmentsUpdated;
|
|
18474
18474
|
declare const index_d$7_updateFulfillment: typeof updateFulfillment;
|
|
18475
18475
|
declare namespace index_d$7 {
|
|
18476
|
-
export { type ActionEvent$6 as ActionEvent, type ApplicationError$3 as ApplicationError, type BaseEventMetadata$6 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type index_d$7_BulkCreateFulfillmentRequest as BulkCreateFulfillmentRequest, type index_d$7_BulkCreateFulfillmentResponse as BulkCreateFulfillmentResponse, type index_d$7_BulkCreateFulfillmentResponseNonNullableFields as BulkCreateFulfillmentResponseNonNullableFields, type index_d$7_BulkCreateOrderWithFulfillments as BulkCreateOrderWithFulfillments, type index_d$7_BulkOrderFulfillmentsResult as BulkOrderFulfillmentsResult, type BuyerInfo$
|
|
18476
|
+
export { type ActionEvent$6 as ActionEvent, type ApplicationError$3 as ApplicationError, type BaseEventMetadata$6 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type index_d$7_BulkCreateFulfillmentRequest as BulkCreateFulfillmentRequest, type index_d$7_BulkCreateFulfillmentResponse as BulkCreateFulfillmentResponse, type index_d$7_BulkCreateFulfillmentResponseNonNullableFields as BulkCreateFulfillmentResponseNonNullableFields, type index_d$7_BulkCreateOrderWithFulfillments as BulkCreateOrderWithFulfillments, type index_d$7_BulkOrderFulfillmentsResult as BulkOrderFulfillmentsResult, type BuyerInfo$2 as BuyerInfo, type index_d$7_CreateFulfillmentRequest as CreateFulfillmentRequest, type index_d$7_CreateFulfillmentResponse as CreateFulfillmentResponse, type index_d$7_CreateFulfillmentResponseNonNullableFields as CreateFulfillmentResponseNonNullableFields, type index_d$7_CustomFulfillmentInfo as CustomFulfillmentInfo, type index_d$7_DeleteFulfillmentIdentifiers as DeleteFulfillmentIdentifiers, type index_d$7_DeleteFulfillmentRequest as DeleteFulfillmentRequest, type index_d$7_DeleteFulfillmentResponse as DeleteFulfillmentResponse, type index_d$7_DeleteFulfillmentResponseNonNullableFields as DeleteFulfillmentResponseNonNullableFields, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type EventMetadata$6 as EventMetadata, type Fulfillment$1 as Fulfillment, type index_d$7_FulfillmentCreated as FulfillmentCreated, type index_d$7_FulfillmentDeleted as FulfillmentDeleted, type index_d$7_FulfillmentFulfillmentInfoOneOf as FulfillmentFulfillmentInfoOneOf, type FulfillmentLineItem$1 as FulfillmentLineItem, FulfillmentStatus$2 as FulfillmentStatus, type FulfillmentTrackingInfo$1 as FulfillmentTrackingInfo, type index_d$7_FulfillmentUpdated as FulfillmentUpdated, type index_d$7_FulfillmentsUpdatedEnvelope as FulfillmentsUpdatedEnvelope, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type ItemMetadata$2 as ItemMetadata, type index_d$7_ListFulfillmentsForMultipleOrdersRequest as ListFulfillmentsForMultipleOrdersRequest, type index_d$7_ListFulfillmentsForMultipleOrdersResponse as ListFulfillmentsForMultipleOrdersResponse, type index_d$7_ListFulfillmentsForMultipleOrdersResponseNonNullableFields as ListFulfillmentsForMultipleOrdersResponseNonNullableFields, type index_d$7_ListFulfillmentsForSingleOrderRequest as ListFulfillmentsForSingleOrderRequest, type index_d$7_ListFulfillmentsForSingleOrderResponse as ListFulfillmentsForSingleOrderResponse, type index_d$7_ListFulfillmentsForSingleOrderResponseNonNullableFields as ListFulfillmentsForSingleOrderResponseNonNullableFields, type MessageEnvelope$6 as MessageEnvelope, type index_d$7_OrderWithFulfillments as OrderWithFulfillments, type index_d$7_OrderWithFulfillmentsNonNullableFields as OrderWithFulfillmentsNonNullableFields, type RestoreInfo$6 as RestoreInfo, type index_d$7_UpdateFulfillmentIdentifiers as UpdateFulfillmentIdentifiers, type index_d$7_UpdateFulfillmentOptions as UpdateFulfillmentOptions, type index_d$7_UpdateFulfillmentRequest as UpdateFulfillmentRequest, type index_d$7_UpdateFulfillmentResponse as UpdateFulfillmentResponse, type index_d$7_UpdateFulfillmentResponseNonNullableFields as UpdateFulfillmentResponseNonNullableFields, type index_d$7_V2FulfillmentTrackingInfo as V2FulfillmentTrackingInfo, WebhookIdentityType$6 as WebhookIdentityType, index_d$7_bulkCreateFulfillments as bulkCreateFulfillments, index_d$7_createFulfillment as createFulfillment, index_d$7_deleteFulfillment as deleteFulfillment, index_d$7_listFulfillmentsForMultipleOrders as listFulfillmentsForMultipleOrders, index_d$7_listFulfillmentsForSingleOrder as listFulfillmentsForSingleOrder, index_d$7_onFulfillmentsUpdated as onFulfillmentsUpdated, index_d$7_updateFulfillment as updateFulfillment };
|
|
18477
18477
|
}
|
|
18478
18478
|
|
|
18479
18479
|
interface LocalDeliveryOption extends LocalDeliveryOptionConfigOneOf {
|
|
@@ -18788,271 +18788,6 @@ interface EntityDeletedEvent$5 {
|
|
|
18788
18788
|
interface ActionEvent$5 {
|
|
18789
18789
|
body?: string;
|
|
18790
18790
|
}
|
|
18791
|
-
interface OrderCreated {
|
|
18792
|
-
/** Order ID (auto generated upon order creation) */
|
|
18793
|
-
orderId?: string;
|
|
18794
|
-
/** ID displayed in the owner's store (auto generated) */
|
|
18795
|
-
number?: string;
|
|
18796
|
-
/** Order creation date */
|
|
18797
|
-
dateCreated?: Date;
|
|
18798
|
-
/** Customer information */
|
|
18799
|
-
buyerInfo?: BuyerInfo$2;
|
|
18800
|
-
/** Currency used for pricing in this store */
|
|
18801
|
-
currency?: string;
|
|
18802
|
-
/** Weight unit used in this store */
|
|
18803
|
-
weightUnit?: WeightUnit$2;
|
|
18804
|
-
/** Totals for order's line items */
|
|
18805
|
-
totals?: Totals$1;
|
|
18806
|
-
/** Whether the order was read by the store owner */
|
|
18807
|
-
read?: boolean;
|
|
18808
|
-
/** Order archive status */
|
|
18809
|
-
archived?: boolean;
|
|
18810
|
-
/** Order payment status */
|
|
18811
|
-
paymentStatus?: PaymentStatus$2;
|
|
18812
|
-
/** Order fulfillment status */
|
|
18813
|
-
fulfillmentStatus?: FulfillmentStatus$2;
|
|
18814
|
-
}
|
|
18815
|
-
/** Buyer Info */
|
|
18816
|
-
interface BuyerInfo$2 {
|
|
18817
|
-
/** Wix customer ID */
|
|
18818
|
-
_id?: string | null;
|
|
18819
|
-
/**
|
|
18820
|
-
* Deprecated (use identityType instead)
|
|
18821
|
-
* @readonly
|
|
18822
|
-
* @deprecated
|
|
18823
|
-
*/
|
|
18824
|
-
type?: IdentityType$1;
|
|
18825
|
-
/** Customer type */
|
|
18826
|
-
identityType?: IdentityType$1;
|
|
18827
|
-
/**
|
|
18828
|
-
* Customer's first name
|
|
18829
|
-
* @readonly
|
|
18830
|
-
*/
|
|
18831
|
-
firstName?: string;
|
|
18832
|
-
/**
|
|
18833
|
-
* Customer's last name
|
|
18834
|
-
* @readonly
|
|
18835
|
-
*/
|
|
18836
|
-
lastName?: string;
|
|
18837
|
-
/**
|
|
18838
|
-
* Customer's phone number
|
|
18839
|
-
* @readonly
|
|
18840
|
-
*/
|
|
18841
|
-
phone?: string | null;
|
|
18842
|
-
/**
|
|
18843
|
-
* Customer's email address
|
|
18844
|
-
* @readonly
|
|
18845
|
-
*/
|
|
18846
|
-
email?: string;
|
|
18847
|
-
}
|
|
18848
|
-
declare enum IdentityType$1 {
|
|
18849
|
-
UNSPECIFIED_IDENTITY_TYPE = "UNSPECIFIED_IDENTITY_TYPE",
|
|
18850
|
-
/** Site member */
|
|
18851
|
-
MEMBER = "MEMBER",
|
|
18852
|
-
/** Contact */
|
|
18853
|
-
CONTACT = "CONTACT"
|
|
18854
|
-
}
|
|
18855
|
-
declare enum WeightUnit$2 {
|
|
18856
|
-
/** Weight unit can't be classified, due to an error */
|
|
18857
|
-
UNSPECIFIED_WEIGHT_UNIT = "UNSPECIFIED_WEIGHT_UNIT",
|
|
18858
|
-
/** Kilograms */
|
|
18859
|
-
KG = "KG",
|
|
18860
|
-
/** Pounds */
|
|
18861
|
-
LB = "LB"
|
|
18862
|
-
}
|
|
18863
|
-
interface Totals$1 {
|
|
18864
|
-
/** Subtotal of all the line items, before tax. */
|
|
18865
|
-
subtotal?: string;
|
|
18866
|
-
/** Total shipping price, before tax. */
|
|
18867
|
-
shipping?: string | null;
|
|
18868
|
-
/** Total tax. */
|
|
18869
|
-
tax?: string | null;
|
|
18870
|
-
/** Total calculated discount value. */
|
|
18871
|
-
discount?: string | null;
|
|
18872
|
-
/** Total price charged. */
|
|
18873
|
-
total?: string;
|
|
18874
|
-
/**
|
|
18875
|
-
* Total items weight.
|
|
18876
|
-
* @readonly
|
|
18877
|
-
*/
|
|
18878
|
-
weight?: string;
|
|
18879
|
-
/**
|
|
18880
|
-
* Total number of line items.
|
|
18881
|
-
* @readonly
|
|
18882
|
-
*/
|
|
18883
|
-
quantity?: number;
|
|
18884
|
-
/**
|
|
18885
|
-
* Total refund.
|
|
18886
|
-
* @readonly
|
|
18887
|
-
*/
|
|
18888
|
-
refund?: string | null;
|
|
18889
|
-
/** Total calculated gift card value. */
|
|
18890
|
-
giftCard?: string | null;
|
|
18891
|
-
}
|
|
18892
|
-
/** This might be extended in the future with pending orders statuses */
|
|
18893
|
-
declare enum PaymentStatus$2 {
|
|
18894
|
-
/** Payment status can't be classified, due to an error */
|
|
18895
|
-
UNSPECIFIED_PAYMENT_STATUS = "UNSPECIFIED_PAYMENT_STATUS",
|
|
18896
|
-
/** Order is pending response from the payment provider */
|
|
18897
|
-
PENDING = "PENDING",
|
|
18898
|
-
/** Order is marked as not paid, and can be marked as paid later on. This is relevant for POS and offline orders */
|
|
18899
|
-
NOT_PAID = "NOT_PAID",
|
|
18900
|
-
/** The order is marked as paid */
|
|
18901
|
-
PAID = "PAID",
|
|
18902
|
-
/** Order was refunded, refund amount less than order total price */
|
|
18903
|
-
PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
|
|
18904
|
-
/** Full order total price was refunded */
|
|
18905
|
-
FULLY_REFUNDED = "FULLY_REFUNDED",
|
|
18906
|
-
/** At least one payment was received and approved, covering less than total price amount */
|
|
18907
|
-
PARTIALLY_PAID = "PARTIALLY_PAID"
|
|
18908
|
-
}
|
|
18909
|
-
declare enum FulfillmentStatus$2 {
|
|
18910
|
-
/** None of the order items are fulfilled */
|
|
18911
|
-
NOT_FULFILLED = "NOT_FULFILLED",
|
|
18912
|
-
/**
|
|
18913
|
-
* All of the order items are fulfilled
|
|
18914
|
-
* Orders without shipping info are fulfilled automatically
|
|
18915
|
-
*/
|
|
18916
|
-
FULFILLED = "FULFILLED",
|
|
18917
|
-
/** Order is canceled */
|
|
18918
|
-
CANCELED = "CANCELED",
|
|
18919
|
-
/** Some, but not all of the order items are fulfilled */
|
|
18920
|
-
PARTIALLY_FULFILLED = "PARTIALLY_FULFILLED"
|
|
18921
|
-
}
|
|
18922
|
-
interface OrdersExperiments$1 {
|
|
18923
|
-
epCommitTax?: boolean;
|
|
18924
|
-
moveMerchantEmailToEp?: boolean;
|
|
18925
|
-
moveBuyerOrderConfirmationEmailToEp?: boolean;
|
|
18926
|
-
producedByEpBridge?: boolean;
|
|
18927
|
-
enableRewrittenSideEffects?: boolean;
|
|
18928
|
-
}
|
|
18929
|
-
interface AppliedCoupon$1 {
|
|
18930
|
-
/** Coupon ID */
|
|
18931
|
-
couponId?: string;
|
|
18932
|
-
/** Coupon name */
|
|
18933
|
-
name?: string;
|
|
18934
|
-
/** Coupon code */
|
|
18935
|
-
code?: string;
|
|
18936
|
-
}
|
|
18937
|
-
interface SubscriptionInfo$2 {
|
|
18938
|
-
/** Subscription ID. */
|
|
18939
|
-
_id?: string | null;
|
|
18940
|
-
/** Current cycle number. For example, if the subscription is in the 3rd month of a 4-month subscription, the value will be `3`. */
|
|
18941
|
-
cycleNumber?: number;
|
|
18942
|
-
/** Subscription settings. */
|
|
18943
|
-
subscriptionSettings?: SubscriptionSettings$2;
|
|
18944
|
-
/** Subscription options info. */
|
|
18945
|
-
subscriptionOptionInfo?: SubscriptionOptionInfo$1;
|
|
18946
|
-
}
|
|
18947
|
-
interface SubscriptionSettings$2 {
|
|
18948
|
-
/** Frequency of recurring payment. */
|
|
18949
|
-
frequency?: SubscriptionFrequency$2;
|
|
18950
|
-
/** Whether subscription is renewed automatically at the end of each period. */
|
|
18951
|
-
autoRenewal?: boolean;
|
|
18952
|
-
/** Number of billing cycles before subscription ends. Ignored if `autoRenewal: true`. */
|
|
18953
|
-
billingCycles?: number | null;
|
|
18954
|
-
}
|
|
18955
|
-
/** Frequency unit of recurring payment */
|
|
18956
|
-
declare enum SubscriptionFrequency$2 {
|
|
18957
|
-
UNDEFINED = "UNDEFINED",
|
|
18958
|
-
DAY = "DAY",
|
|
18959
|
-
WEEK = "WEEK",
|
|
18960
|
-
MONTH = "MONTH",
|
|
18961
|
-
YEAR = "YEAR"
|
|
18962
|
-
}
|
|
18963
|
-
interface SubscriptionOptionInfo$1 {
|
|
18964
|
-
/** Subscription option title. */
|
|
18965
|
-
title?: string;
|
|
18966
|
-
/** Subscription option description. */
|
|
18967
|
-
description?: string | null;
|
|
18968
|
-
}
|
|
18969
|
-
interface BillingInfo$1 {
|
|
18970
|
-
/** Payment method used for this order */
|
|
18971
|
-
paymentMethod?: string | null;
|
|
18972
|
-
/**
|
|
18973
|
-
* Deprecated (use paymentProviderTransactionId instead)
|
|
18974
|
-
* @readonly
|
|
18975
|
-
* @deprecated
|
|
18976
|
-
*/
|
|
18977
|
-
externalTransactionId?: string | null;
|
|
18978
|
-
/** Transaction ID from payment provider (e.g., PayPal, Square, Stripe) transaction ID */
|
|
18979
|
-
paymentProviderTransactionId?: string | null;
|
|
18980
|
-
/** Transaction ID from payment gateway (e.g., Wix Payments) */
|
|
18981
|
-
paymentGatewayTransactionId?: string | null;
|
|
18982
|
-
/** Full billing address */
|
|
18983
|
-
address?: Address$4;
|
|
18984
|
-
/**
|
|
18985
|
-
* Payment date
|
|
18986
|
-
* @readonly
|
|
18987
|
-
*/
|
|
18988
|
-
paidDate?: Date;
|
|
18989
|
-
/** Whether order can be refunded by payment provider (manually or automatic) */
|
|
18990
|
-
refundableByPaymentProvider?: boolean | null;
|
|
18991
|
-
}
|
|
18992
|
-
interface Address$4 extends AddressAddressLine1OptionsOneOf$1 {
|
|
18993
|
-
/** Address line 1 (free text) */
|
|
18994
|
-
addressLine1?: string;
|
|
18995
|
-
/** Address line 1 (street) */
|
|
18996
|
-
street?: Street$1;
|
|
18997
|
-
/** Addressee name */
|
|
18998
|
-
fullName?: FullName$1;
|
|
18999
|
-
/** Country code (2 letters) */
|
|
19000
|
-
country?: string | null;
|
|
19001
|
-
/** State or district */
|
|
19002
|
-
subdivision?: string | null;
|
|
19003
|
-
/** City name */
|
|
19004
|
-
city?: string | null;
|
|
19005
|
-
/** ZIP/postal code */
|
|
19006
|
-
zipCode?: string | null;
|
|
19007
|
-
/** Phone number */
|
|
19008
|
-
phone?: string | null;
|
|
19009
|
-
/** Company name */
|
|
19010
|
-
company?: string | null;
|
|
19011
|
-
/** Email address */
|
|
19012
|
-
email?: string | null;
|
|
19013
|
-
/** address line */
|
|
19014
|
-
addressLine2?: string | null;
|
|
19015
|
-
/** Tax information (for Brazil only) */
|
|
19016
|
-
vatId?: VatId$2;
|
|
19017
|
-
}
|
|
19018
|
-
/** @oneof */
|
|
19019
|
-
interface AddressAddressLine1OptionsOneOf$1 {
|
|
19020
|
-
/** Address line 1 (free text) */
|
|
19021
|
-
addressLine1?: string;
|
|
19022
|
-
/** Address line 1 (street) */
|
|
19023
|
-
street?: Street$1;
|
|
19024
|
-
}
|
|
19025
|
-
interface FullName$1 {
|
|
19026
|
-
/** Customer's first name */
|
|
19027
|
-
firstName?: string;
|
|
19028
|
-
/** Customer's last name */
|
|
19029
|
-
lastName?: string;
|
|
19030
|
-
}
|
|
19031
|
-
interface Street$1 {
|
|
19032
|
-
/** Street number */
|
|
19033
|
-
number?: string;
|
|
19034
|
-
/** Street name */
|
|
19035
|
-
name?: string;
|
|
19036
|
-
}
|
|
19037
|
-
interface VatId$2 {
|
|
19038
|
-
/** Customer's tax ID. */
|
|
19039
|
-
number?: string;
|
|
19040
|
-
/**
|
|
19041
|
-
* Tax type.
|
|
19042
|
-
* + `CPF`: For individual tax payers.
|
|
19043
|
-
* + `CNPJ`: For corporations.
|
|
19044
|
-
*/
|
|
19045
|
-
type?: VatType$2;
|
|
19046
|
-
}
|
|
19047
|
-
/** Brazilian tax info types */
|
|
19048
|
-
declare enum VatType$2 {
|
|
19049
|
-
/** When the tax info type can't be classified, due to an error */
|
|
19050
|
-
UNSPECIFIED_TAX_TYPE = "UNSPECIFIED_TAX_TYPE",
|
|
19051
|
-
/** CPF - for individual tax payers */
|
|
19052
|
-
CPF = "CPF",
|
|
19053
|
-
/** CNPJ - for corporations */
|
|
19054
|
-
CNPJ = "CNPJ"
|
|
19055
|
-
}
|
|
19056
18791
|
interface MessageEnvelope$5 {
|
|
19057
18792
|
/** App instance ID. */
|
|
19058
18793
|
instanceId?: string | null;
|
|
@@ -19298,7 +19033,6 @@ type index_d$6_LocalDeliveryOptionDeletedEnvelope = LocalDeliveryOptionDeletedEn
|
|
|
19298
19033
|
type index_d$6_LocalDeliveryOptionError = LocalDeliveryOptionError;
|
|
19299
19034
|
type index_d$6_LocalDeliveryOptionNonNullableFields = LocalDeliveryOptionNonNullableFields;
|
|
19300
19035
|
type index_d$6_LocalDeliveryOptionUpdatedEnvelope = LocalDeliveryOptionUpdatedEnvelope;
|
|
19301
|
-
type index_d$6_OrderCreated = OrderCreated;
|
|
19302
19036
|
type index_d$6_RadiusConfig = RadiusConfig;
|
|
19303
19037
|
type index_d$6_ScheduledDelivery = ScheduledDelivery;
|
|
19304
19038
|
type index_d$6_TimeOfDay = TimeOfDay;
|
|
@@ -19322,7 +19056,7 @@ declare const index_d$6_onLocalDeliveryOptionDeleted: typeof onLocalDeliveryOpti
|
|
|
19322
19056
|
declare const index_d$6_onLocalDeliveryOptionUpdated: typeof onLocalDeliveryOptionUpdated;
|
|
19323
19057
|
declare const index_d$6_updateLocalDeliveryOption: typeof updateLocalDeliveryOption;
|
|
19324
19058
|
declare namespace index_d$6 {
|
|
19325
|
-
export { type ActionEvent$5 as ActionEvent, type
|
|
19059
|
+
export { type ActionEvent$5 as ActionEvent, type AddressLocation$2 as AddressLocation, type BaseEventMetadata$5 as BaseEventMetadata, type index_d$6_BulkCreateLocalDeliveryOptionRequest as BulkCreateLocalDeliveryOptionRequest, type index_d$6_BulkCreateLocalDeliveryOptionResponse as BulkCreateLocalDeliveryOptionResponse, type index_d$6_BulkCreateLocalDeliveryOptionResponseNonNullableFields as BulkCreateLocalDeliveryOptionResponseNonNullableFields, type index_d$6_BulkDeleteLocalDeliveryOptionRequest as BulkDeleteLocalDeliveryOptionRequest, type index_d$6_BulkDeleteLocalDeliveryOptionResponse as BulkDeleteLocalDeliveryOptionResponse, type index_d$6_BulkUpdateLocalDeliveryOptionRequest as BulkUpdateLocalDeliveryOptionRequest, type index_d$6_BulkUpdateLocalDeliveryOptionResponse as BulkUpdateLocalDeliveryOptionResponse, type index_d$6_BulkUpdateLocalDeliveryOptionResponseNonNullableFields as BulkUpdateLocalDeliveryOptionResponseNonNullableFields, type Condition$1 as Condition, ConditionType$1 as ConditionType, type ConditionalRates$1 as ConditionalRates, type index_d$6_CreateLocalDeliveryOptionRequest as CreateLocalDeliveryOptionRequest, type index_d$6_CreateLocalDeliveryOptionResponse as CreateLocalDeliveryOptionResponse, type index_d$6_CreateLocalDeliveryOptionResponseNonNullableFields as CreateLocalDeliveryOptionResponseNonNullableFields, type index_d$6_CustomAreaConfig as CustomAreaConfig, index_d$6_DayOfWeek as DayOfWeek, type index_d$6_DaySlot as DaySlot, type index_d$6_Days as Days, type index_d$6_DeleteLocalDeliveryOptionRequest as DeleteLocalDeliveryOptionRequest, type index_d$6_DeleteLocalDeliveryOptionResponse as DeleteLocalDeliveryOptionResponse, type index_d$6_Destination as Destination, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$3 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$5 as EventMetadata, type index_d$6_GetLocalDeliveryOptionRequest as GetLocalDeliveryOptionRequest, type index_d$6_GetLocalDeliveryOptionResponse as GetLocalDeliveryOptionResponse, type index_d$6_GetLocalDeliveryOptionResponseNonNullableFields as GetLocalDeliveryOptionResponseNonNullableFields, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, index_d$6_LengthUnit as LengthUnit, type index_d$6_ListLocalDeliveryOptionsRequest as ListLocalDeliveryOptionsRequest, type index_d$6_ListLocalDeliveryOptionsResponse as ListLocalDeliveryOptionsResponse, type index_d$6_ListLocalDeliveryOptionsResponseNonNullableFields as ListLocalDeliveryOptionsResponseNonNullableFields, type index_d$6_LocalDeliveryAddress as LocalDeliveryAddress, type index_d$6_LocalDeliveryOption as LocalDeliveryOption, type index_d$6_LocalDeliveryOptionConfigOneOf as LocalDeliveryOptionConfigOneOf, type index_d$6_LocalDeliveryOptionCreatedEnvelope as LocalDeliveryOptionCreatedEnvelope, type index_d$6_LocalDeliveryOptionDeletedEnvelope as LocalDeliveryOptionDeletedEnvelope, type index_d$6_LocalDeliveryOptionError as LocalDeliveryOptionError, type index_d$6_LocalDeliveryOptionNonNullableFields as LocalDeliveryOptionNonNullableFields, type index_d$6_LocalDeliveryOptionUpdatedEnvelope as LocalDeliveryOptionUpdatedEnvelope, LogicalOperator$1 as LogicalOperator, type MessageEnvelope$5 as MessageEnvelope, type index_d$6_RadiusConfig as RadiusConfig, type RestoreInfo$5 as RestoreInfo, type index_d$6_ScheduledDelivery as ScheduledDelivery, type index_d$6_TimeOfDay as TimeOfDay, type index_d$6_TimePoint as TimePoint, type index_d$6_TimeSlot as TimeSlot, type index_d$6_TimeWindow as TimeWindow, type index_d$6_UpdateLocalDeliveryOption as UpdateLocalDeliveryOption, type index_d$6_UpdateLocalDeliveryOptionRequest as UpdateLocalDeliveryOptionRequest, type index_d$6_UpdateLocalDeliveryOptionResponse as UpdateLocalDeliveryOptionResponse, type index_d$6_UpdateLocalDeliveryOptionResponseNonNullableFields as UpdateLocalDeliveryOptionResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType, type index_d$6_ZipCodeConfig as ZipCodeConfig, index_d$6_bulkCreateLocalDeliveryOption as bulkCreateLocalDeliveryOption, index_d$6_bulkDeleteLocalDeliveryOption as bulkDeleteLocalDeliveryOption, index_d$6_bulkUpdateLocalDeliveryOption as bulkUpdateLocalDeliveryOption, index_d$6_createLocalDeliveryOption as createLocalDeliveryOption, index_d$6_deleteLocalDeliveryOption as deleteLocalDeliveryOption, index_d$6_getLocalDeliveryOption as getLocalDeliveryOption, index_d$6_listLocalDeliveryOptions as listLocalDeliveryOptions, index_d$6_onLocalDeliveryOptionCreated as onLocalDeliveryOptionCreated, index_d$6_onLocalDeliveryOptionDeleted as onLocalDeliveryOptionDeleted, index_d$6_onLocalDeliveryOptionUpdated as onLocalDeliveryOptionUpdated, index_d$6_updateLocalDeliveryOption as updateLocalDeliveryOption };
|
|
19326
19060
|
}
|
|
19327
19061
|
|
|
19328
19062
|
interface Order$1 {
|
|
@@ -21637,7 +21371,11 @@ interface BulkMarkOrdersAsPaidResponse {
|
|
|
21637
21371
|
interface BulkOrderResult {
|
|
21638
21372
|
/** Item metadata. */
|
|
21639
21373
|
itemMetadata?: ItemMetadata$1;
|
|
21640
|
-
/**
|
|
21374
|
+
/**
|
|
21375
|
+
* Updated order.
|
|
21376
|
+
*
|
|
21377
|
+
* Returned when `returnFullEntity = true`.
|
|
21378
|
+
*/
|
|
21641
21379
|
item?: Order$1;
|
|
21642
21380
|
}
|
|
21643
21381
|
interface ItemMetadata$1 {
|
|
@@ -21911,27 +21649,6 @@ interface CalculateRefundV1Response {
|
|
|
21911
21649
|
/** The refundable items of that order */
|
|
21912
21650
|
items?: CalculateRefundItemResponse$1[];
|
|
21913
21651
|
}
|
|
21914
|
-
interface VoidAuthorizedPaymentRequest {
|
|
21915
|
-
/** Wix eCommerce order ID */
|
|
21916
|
-
ecomOrderId?: string;
|
|
21917
|
-
/** Payment ID */
|
|
21918
|
-
paymentId?: string | null;
|
|
21919
|
-
}
|
|
21920
|
-
interface VoidAuthorizedPaymentResponse {
|
|
21921
|
-
}
|
|
21922
|
-
interface CaptureAuthorizedPaymentRequest {
|
|
21923
|
-
/** Wix eCommerce order ID */
|
|
21924
|
-
ecomOrderId?: string;
|
|
21925
|
-
/** Payment ID */
|
|
21926
|
-
paymentId?: string | null;
|
|
21927
|
-
/**
|
|
21928
|
-
* Capture amount.
|
|
21929
|
-
* Currently we support only full payment amount capture.
|
|
21930
|
-
*/
|
|
21931
|
-
amount?: Price$1;
|
|
21932
|
-
}
|
|
21933
|
-
interface CaptureAuthorizedPaymentResponse {
|
|
21934
|
-
}
|
|
21935
21652
|
interface VoidAuthorizedPaymentsRequest {
|
|
21936
21653
|
/** Wix eCommerce order ID */
|
|
21937
21654
|
ecomOrderId?: string;
|
|
@@ -22286,9 +22003,13 @@ interface UpdateOrderResponse {
|
|
|
22286
22003
|
order?: Order$1;
|
|
22287
22004
|
}
|
|
22288
22005
|
interface BulkUpdateOrdersRequest {
|
|
22289
|
-
/** Orders to
|
|
22290
|
-
orders
|
|
22291
|
-
/**
|
|
22006
|
+
/** Orders to update. */
|
|
22007
|
+
orders: MaskedOrder[];
|
|
22008
|
+
/**
|
|
22009
|
+
* Whether to return the full order entities.
|
|
22010
|
+
*
|
|
22011
|
+
* Default: `false`
|
|
22012
|
+
*/
|
|
22292
22013
|
returnEntity?: boolean;
|
|
22293
22014
|
}
|
|
22294
22015
|
interface MaskedOrder {
|
|
@@ -23971,6 +23692,28 @@ interface CreateOrderResponseNonNullableFields {
|
|
|
23971
23692
|
interface UpdateOrderResponseNonNullableFields {
|
|
23972
23693
|
order?: OrderNonNullableFields;
|
|
23973
23694
|
}
|
|
23695
|
+
interface ApplicationErrorNonNullableFields$2 {
|
|
23696
|
+
code: string;
|
|
23697
|
+
description: string;
|
|
23698
|
+
}
|
|
23699
|
+
interface ItemMetadataNonNullableFields$1 {
|
|
23700
|
+
originalIndex: number;
|
|
23701
|
+
success: boolean;
|
|
23702
|
+
error?: ApplicationErrorNonNullableFields$2;
|
|
23703
|
+
}
|
|
23704
|
+
interface BulkOrderResultNonNullableFields {
|
|
23705
|
+
itemMetadata?: ItemMetadataNonNullableFields$1;
|
|
23706
|
+
item?: OrderNonNullableFields;
|
|
23707
|
+
}
|
|
23708
|
+
interface BulkActionMetadataNonNullableFields$1 {
|
|
23709
|
+
totalSuccesses: number;
|
|
23710
|
+
totalFailures: number;
|
|
23711
|
+
undetailedFailures: number;
|
|
23712
|
+
}
|
|
23713
|
+
interface BulkUpdateOrdersResponseNonNullableFields {
|
|
23714
|
+
results: BulkOrderResultNonNullableFields[];
|
|
23715
|
+
bulkActionMetadata?: BulkActionMetadataNonNullableFields$1;
|
|
23716
|
+
}
|
|
23974
23717
|
interface CancelOrderResponseNonNullableFields {
|
|
23975
23718
|
order?: OrderNonNullableFields;
|
|
23976
23719
|
}
|
|
@@ -24183,6 +23926,14 @@ interface UpdateOrder {
|
|
|
24183
23926
|
*/
|
|
24184
23927
|
recipientInfo?: AddressWithContact;
|
|
24185
23928
|
}
|
|
23929
|
+
interface BulkUpdateOrdersOptions {
|
|
23930
|
+
/**
|
|
23931
|
+
* Whether to return the full order entities.
|
|
23932
|
+
*
|
|
23933
|
+
* Default: `false`
|
|
23934
|
+
*/
|
|
23935
|
+
returnEntity?: boolean;
|
|
23936
|
+
}
|
|
24186
23937
|
interface CancelOrderOptions {
|
|
24187
23938
|
/** Whether to send an order canceled email to the buyer. */
|
|
24188
23939
|
sendOrderCanceledEmail?: boolean;
|
|
@@ -24201,6 +23952,7 @@ declare const getOrder: ReturnType<typeof createRESTModule$5<typeof publicGetOrd
|
|
|
24201
23952
|
declare const searchOrders: ReturnType<typeof createRESTModule$5<typeof publicSearchOrders>>;
|
|
24202
23953
|
declare const createOrder: ReturnType<typeof createRESTModule$5<typeof publicCreateOrder>>;
|
|
24203
23954
|
declare const updateOrder: ReturnType<typeof createRESTModule$5<typeof publicUpdateOrder>>;
|
|
23955
|
+
declare const bulkUpdateOrders: ReturnType<typeof createRESTModule$5<typeof publicBulkUpdateOrders>>;
|
|
24204
23956
|
declare const cancelOrder: ReturnType<typeof createRESTModule$5<typeof publicCancelOrder>>;
|
|
24205
23957
|
declare const onOrderPaymentStatusUpdated: ReturnType<typeof createEventModule$4<typeof publicOnOrderPaymentStatusUpdated>>;
|
|
24206
23958
|
declare const onOrderUpdated: ReturnType<typeof createEventModule$4<typeof publicOnOrderUpdated>>;
|
|
@@ -24265,8 +24017,10 @@ type index_d$5_BulkUnArchiveOrdersResponse = BulkUnArchiveOrdersResponse;
|
|
|
24265
24017
|
type index_d$5_BulkUpdateOrderTagsRequest = BulkUpdateOrderTagsRequest;
|
|
24266
24018
|
type index_d$5_BulkUpdateOrderTagsResponse = BulkUpdateOrderTagsResponse;
|
|
24267
24019
|
type index_d$5_BulkUpdateOrderTagsResult = BulkUpdateOrderTagsResult;
|
|
24020
|
+
type index_d$5_BulkUpdateOrdersOptions = BulkUpdateOrdersOptions;
|
|
24268
24021
|
type index_d$5_BulkUpdateOrdersRequest = BulkUpdateOrdersRequest;
|
|
24269
24022
|
type index_d$5_BulkUpdateOrdersResponse = BulkUpdateOrdersResponse;
|
|
24023
|
+
type index_d$5_BulkUpdateOrdersResponseNonNullableFields = BulkUpdateOrdersResponseNonNullableFields;
|
|
24270
24024
|
type index_d$5_BuyerInfoIdOneOf = BuyerInfoIdOneOf;
|
|
24271
24025
|
type index_d$5_BuyerInfoUpdate = BuyerInfoUpdate;
|
|
24272
24026
|
type index_d$5_CalculateRefundV1Request = CalculateRefundV1Request;
|
|
@@ -24289,8 +24043,6 @@ type index_d$5_CancelOrderOptions = CancelOrderOptions;
|
|
|
24289
24043
|
type index_d$5_CancelOrderRequest = CancelOrderRequest;
|
|
24290
24044
|
type index_d$5_CancelOrderResponse = CancelOrderResponse;
|
|
24291
24045
|
type index_d$5_CancelOrderResponseNonNullableFields = CancelOrderResponseNonNullableFields;
|
|
24292
|
-
type index_d$5_CaptureAuthorizedPaymentRequest = CaptureAuthorizedPaymentRequest;
|
|
24293
|
-
type index_d$5_CaptureAuthorizedPaymentResponse = CaptureAuthorizedPaymentResponse;
|
|
24294
24046
|
type index_d$5_CaptureAuthorizedPaymentsRequest = CaptureAuthorizedPaymentsRequest;
|
|
24295
24047
|
type index_d$5_CaptureAuthorizedPaymentsResponse = CaptureAuthorizedPaymentsResponse;
|
|
24296
24048
|
type index_d$5_CatalogReference = CatalogReference;
|
|
@@ -24668,10 +24420,9 @@ type index_d$5_VersionedDocumentId = VersionedDocumentId;
|
|
|
24668
24420
|
type index_d$5_VersionedDocumentUpdateOperation = VersionedDocumentUpdateOperation;
|
|
24669
24421
|
type index_d$5_VersioningMode = VersioningMode;
|
|
24670
24422
|
declare const index_d$5_VersioningMode: typeof VersioningMode;
|
|
24671
|
-
type index_d$5_VoidAuthorizedPaymentRequest = VoidAuthorizedPaymentRequest;
|
|
24672
|
-
type index_d$5_VoidAuthorizedPaymentResponse = VoidAuthorizedPaymentResponse;
|
|
24673
24423
|
type index_d$5_VoidAuthorizedPaymentsRequest = VoidAuthorizedPaymentsRequest;
|
|
24674
24424
|
type index_d$5_VoidAuthorizedPaymentsResponse = VoidAuthorizedPaymentsResponse;
|
|
24425
|
+
declare const index_d$5_bulkUpdateOrders: typeof bulkUpdateOrders;
|
|
24675
24426
|
declare const index_d$5_cancelOrder: typeof cancelOrder;
|
|
24676
24427
|
declare const index_d$5_createOrder: typeof createOrder;
|
|
24677
24428
|
declare const index_d$5_getOrder: typeof getOrder;
|
|
@@ -24684,7 +24435,7 @@ declare const index_d$5_onOrderUpdated: typeof onOrderUpdated;
|
|
|
24684
24435
|
declare const index_d$5_searchOrders: typeof searchOrders;
|
|
24685
24436
|
declare const index_d$5_updateOrder: typeof updateOrder;
|
|
24686
24437
|
declare namespace index_d$5 {
|
|
24687
|
-
export { type ActionEvent$4 as ActionEvent, type Activity$1 as Activity, type index_d$5_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$5_AddActivitiesRequest as AddActivitiesRequest, type index_d$5_AddActivitiesResponse as AddActivitiesResponse, type index_d$5_AddActivityRequest as AddActivityRequest, type index_d$5_AddActivityResponse as AddActivityResponse, type index_d$5_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$5_AddInternalActivityResponse as AddInternalActivityResponse, type index_d$5_AdditionalFee as AdditionalFee, type index_d$5_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$5_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type index_d$5_AdditionalFeeRefundOption as AdditionalFeeRefundOption, type Address$3 as Address, type index_d$5_AddressDescription as AddressDescription, type AddressLocation$1 as AddressLocation, type index_d$5_AddressWithContact as AddressWithContact, type index_d$5_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$5_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type index_d$5_App as App, type ApplicationError$2 as ApplicationError, type index_d$5_AppliedDiscount as AppliedDiscount, type index_d$5_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$5_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type index_d$5_AppliedDiscountDiscountSourceOneOf as AppliedDiscountDiscountSourceOneOf, type index_d$5_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$5_ArchiveOrderResponse as ArchiveOrderResponse, index_d$5_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$1 as AuthorizationActionFailureDetails, type AuthorizationCapture$1 as AuthorizationCapture, AuthorizationCaptureStatus$1 as AuthorizationCaptureStatus, type AuthorizationDetails$1 as AuthorizationDetails, type AuthorizationVoid$1 as AuthorizationVoid, AuthorizationVoidStatus$1 as AuthorizationVoidStatus, type index_d$5_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$5_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$5_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$5_Balance as Balance, type index_d$5_BalanceSummary as BalanceSummary, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$5_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$5_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$5_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$5_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$5_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$5_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$5_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$5_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$5_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$5_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$5_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$5_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$5_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$5_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$5_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$5_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$5_BulkOrderResult as BulkOrderResult, type index_d$5_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$5_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$5_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$5_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$5_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$5_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$5_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$5_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$5_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$5_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$5_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$5_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$5_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type BuyerInfo$1 as BuyerInfo, type index_d$5_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$5_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type index_d$5_CalculateRefundV1Request as CalculateRefundV1Request, type index_d$5_CalculateRefundV1Response as CalculateRefundV1Response, type index_d$5_CalculateRefundV2Request as CalculateRefundV2Request, type index_d$5_CalculateRefundV2Response as CalculateRefundV2Response, type index_d$5_CalculateRefundV2ResponseStatusOneOf as CalculateRefundV2ResponseStatusOneOf, type index_d$5_CalculatedAdditionalFeeRefund as CalculatedAdditionalFeeRefund, type index_d$5_CalculatedLineItemRefund as CalculatedLineItemRefund, type index_d$5_CalculatedRefundDetails as CalculatedRefundDetails, type index_d$5_CalculatedRefundNotAvailableStatus as CalculatedRefundNotAvailableStatus, type index_d$5_CalculatedRefundSummary as CalculatedRefundSummary, type index_d$5_CalculatedShippingRefund as CalculatedShippingRefund, type index_d$5_CalculatedTax as CalculatedTax, type index_d$5_CalculatedTaxes as CalculatedTaxes, type index_d$5_CalculationError as CalculationError, type index_d$5_CalculationErrorItemOneOf as CalculationErrorItemOneOf, type index_d$5_Cancel as Cancel, type index_d$5_CancelOrderOptions as CancelOrderOptions, type index_d$5_CancelOrderRequest as CancelOrderRequest, type index_d$5_CancelOrderResponse as CancelOrderResponse, type index_d$5_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$5_CaptureAuthorizedPaymentRequest as CaptureAuthorizedPaymentRequest, type index_d$5_CaptureAuthorizedPaymentResponse as CaptureAuthorizedPaymentResponse, type index_d$5_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$5_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$5_CatalogReference as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$5_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$5_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$5_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$5_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$5_ChargedBy as ChargedBy, type index_d$5_Color as Color, type index_d$5_CommitDeltasRequest as CommitDeltasRequest, type index_d$5_CommitDeltasResponse as CommitDeltasResponse, type index_d$5_CommittedDiffs as CommittedDiffs, type index_d$5_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$5_CommonAddress as CommonAddress, type index_d$5_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$5_Company as Company, type index_d$5_Complete as Complete, type index_d$5_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type index_d$5_Coupon as Coupon, type index_d$5_CreateOrderRequest as CreateOrderRequest, type index_d$5_CreateOrderResponse as CreateOrderResponse, type index_d$5_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$5_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$5_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$5_CreatedBy as CreatedBy, type index_d$5_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type index_d$5_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$5_CustomFieldGroup as CustomFieldGroup, type index_d$5_CustomFieldValue as CustomFieldValue, type index_d$5_Customer as Customer, type index_d$5_DecrementData as DecrementData, type index_d$5_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$5_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$5_DeleteActivityRequest as DeleteActivityRequest, type index_d$5_DeleteActivityResponse as DeleteActivityResponse, type index_d$5_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$5_DeleteByIdsOperation as DeleteByIdsOperation, type index_d$5_DeliveryLogistics as DeliveryLogistics, type index_d$5_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$5_DeliveryTimeSlot as DeliveryTimeSlot, index_d$5_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$5_Deposit as Deposit, index_d$5_DepositType as DepositType, type index_d$5_DescriptionLine as DescriptionLine, type index_d$5_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$5_DescriptionLineName as DescriptionLineName, index_d$5_DescriptionLineType as DescriptionLineType, type index_d$5_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$5_Details as Details, type index_d$5_DetailsKindOneOf as DetailsKindOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$5_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$5_DiscountReason as DiscountReason, type index_d$5_DiscountRule as DiscountRule, type index_d$5_DiscountRuleName as DiscountRuleName, index_d$5_DiscountType as DiscountType, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$5_DownloadLinkSent as DownloadLinkSent, type index_d$5_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$5_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$5_DraftOrderDiffs as DraftOrderDiffs, type index_d$5_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$5_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$5_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$5_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$5_Email as Email, type index_d$5_EmailEdited as EmailEdited, type Empty$2 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$4 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type index_d$5_ExternalUriMapping as ExternalUriMapping, type index_d$5_FieldViolation as FieldViolation, type index_d$5_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$5_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$5_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$5_FullAddressContactDetails as FullAddressContactDetails, type index_d$5_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$5_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$5_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$5_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$5_GetOrderRequest as GetOrderRequest, type index_d$5_GetOrderResponse as GetOrderResponse, type index_d$5_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$5_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$5_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$5_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type index_d$5_GetRefundOptionsRequest as GetRefundOptionsRequest, type index_d$5_GetRefundOptionsResponse as GetRefundOptionsResponse, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$5_GetShipmentsRequest as GetShipmentsRequest, type index_d$5_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type index_d$5_HtmlApplication as HtmlApplication, type index_d$5_IdAndVersion as IdAndVersion, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$5_InternalActivity as InternalActivity, type index_d$5_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$5_InternalDocument as InternalDocument, type index_d$5_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$5_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$5_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$5_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$5_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$5_InventoryAction as InventoryAction, type index_d$5_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$5_InvoiceAdded as InvoiceAdded, type index_d$5_InvoiceDates as InvoiceDates, type index_d$5_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$5_InvoiceFields as InvoiceFields, type index_d$5_InvoiceSent as InvoiceSent, type index_d$5_InvoiceSentEvent as InvoiceSentEvent, index_d$5_InvoiceStatus as InvoiceStatus, type index_d$5_InvoicesPayment as InvoicesPayment, type index_d$5_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type index_d$5_ItemTaxFullDetails as ItemTaxFullDetails, type index_d$5_ItemType as ItemType, index_d$5_ItemTypeItemType as ItemTypeItemType, type index_d$5_ItemTypeItemTypeDataOneOf as ItemTypeItemTypeDataOneOf, type index_d$5_ItemizedFee as ItemizedFee, index_d$5_JurisdictionType as JurisdictionType, type LineItem$1 as LineItem, type index_d$5_LineItemAmount as LineItemAmount, type index_d$5_LineItemChanges as LineItemChanges, type index_d$5_LineItemDelta as LineItemDelta, type index_d$5_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type index_d$5_LineItemDiscount as LineItemDiscount, type index_d$5_LineItemExchangeData as LineItemExchangeData, type index_d$5_LineItemMetaData as LineItemMetaData, type index_d$5_LineItemPriceChange as LineItemPriceChange, type index_d$5_LineItemQuantityChange as LineItemQuantityChange, index_d$5_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$1 as LineItemRefund, type index_d$5_LineItemRefundOption as LineItemRefundOption, type index_d$5_LineItemTax as LineItemTax, type index_d$5_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$5_LineItemTaxInfo as LineItemTaxInfo, type index_d$5_LineItemUpdate as LineItemUpdate, type index_d$5_LineItems as LineItems, type index_d$5_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$5_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$5_Locale as Locale, type index_d$5_LocationAndQuantity as LocationAndQuantity, type index_d$5_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$5_ManagedDiscount as ManagedDiscount, type index_d$5_ManagedLineItem as ManagedLineItem, type index_d$5_ManuallyRefundablePaymentStatus as ManuallyRefundablePaymentStatus, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$5_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$5_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$5_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$5_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$5_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$5_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$5_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$5_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$5_MaskedOrder as MaskedOrder, type index_d$5_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$5_MembershipChargeItem as MembershipChargeItem, type MembershipName$1 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type index_d$5_MembershipPaymentSummary as MembershipPaymentSummary, type index_d$5_MerchantComment as MerchantComment, type index_d$5_MerchantDiscount as MerchantDiscount, type index_d$5_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$4 as MessageEnvelope, type index_d$5_MetaData as MetaData, type index_d$5_MetaSite as MetaSite, type index_d$5_MetaTag as MetaTag, type index_d$5_MonetaryPaymentSummary as MonetaryPaymentSummary, index_d$5_Namespace as Namespace, type index_d$5_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$5_NonRefundablePaymentStatus as NonRefundablePaymentStatus, NonRefundableReason$1 as NonRefundableReason, type index_d$5_NotificationSideEffects as NotificationSideEffects, type Order$1 as Order, index_d$5_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$5_OrderApproved as OrderApproved, type index_d$5_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$5_OrderCanceled as OrderCanceled, type index_d$5_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$5_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$5_OrderChange as OrderChange, type index_d$5_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$5_OrderCreateNotifications as OrderCreateNotifications, type index_d$5_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$5_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$5_OrderCreationSettings as OrderCreationSettings, type index_d$5_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$5_OrderFulfilled as OrderFulfilled, type index_d$5_OrderItemsRestocked as OrderItemsRestocked, type index_d$5_OrderLineItem as OrderLineItem, type index_d$5_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$5_OrderNonNullableFields as OrderNonNullableFields, type index_d$5_OrderNotFulfilled as OrderNotFulfilled, type index_d$5_OrderPaid as OrderPaid, type index_d$5_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$5_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$5_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$5_OrderStatus as OrderStatus, type index_d$5_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$5_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$1 as OrderTransactions, type index_d$5_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$5_OrdersExperiments as OrdersExperiments, type index_d$5_OrdersV1RestockItem as OrdersV1RestockItem, type Payment$1 as Payment, type index_d$5_PaymentCapture as PaymentCapture, index_d$5_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type index_d$5_PaymentInfo as PaymentInfo, type index_d$5_PaymentInfoPaymentMethodDetailsOneOf as PaymentInfoPaymentMethodDetailsOneOf, type index_d$5_PaymentInfoSummaryOneOf as PaymentInfoSummaryOneOf, index_d$5_PaymentOptionType as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$5_PaymentRefundOption as PaymentRefundOption, type index_d$5_PaymentRefundOptionStatusOneOf as PaymentRefundOptionStatusOneOf, PaymentStatus$1 as PaymentStatus, type index_d$5_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$5_Payments as Payments, type index_d$5_PaymentsSummary as PaymentsSummary, type index_d$5_Phone as Phone, type index_d$5_PhysicalProperties as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$1 as PickupDetails, index_d$5_PickupMethod as PickupMethod, type index_d$5_PickupReadyEmailSent as PickupReadyEmailSent, index_d$5_Placement as Placement, type index_d$5_PlainTextValue as PlainTextValue, type index_d$5_PlatformPaging as PlatformPaging, type index_d$5_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$5_PlatformQuery as PlatformQuery, type index_d$5_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$5_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$5_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$5_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$5_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$5_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$5_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$5_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$5_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$5_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$5_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$5_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$5_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$5_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$5_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$5_PreviewEmailType as PreviewEmailType, type index_d$5_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$5_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$5_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$5_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$5_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$5_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$1 as Price, type index_d$5_PriceDescription as PriceDescription, type index_d$5_PriceSummary as PriceSummary, type index_d$5_ProductName as ProductName, type index_d$5_PublicActivity as PublicActivity, type index_d$5_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$5_QueryOrderRequest as QueryOrderRequest, type index_d$5_QueryOrderResponse as QueryOrderResponse, type index_d$5_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$5_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$5_QuotesAddress as QuotesAddress, type index_d$5_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$5_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$5_RedirectUrls as RedirectUrls, type Refund$1 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, type index_d$5_RefundRequest as RefundRequest, type index_d$5_RefundResponse as RefundResponse, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$5_RefundabilityManuallyRefundableReason as RefundabilityManuallyRefundableReason, index_d$5_RefundabilityNonRefundableReason as RefundabilityNonRefundableReason, RefundableStatus$1 as RefundableStatus, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$5_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, type index_d$5_RestockSideEffects as RestockSideEffects, RestockType$1 as RestockType, type RestoreInfo$4 as RestoreInfo, index_d$5_RuleType as RuleType, type index_d$5_SavedPaymentMethod as SavedPaymentMethod, type index_d$5_SearchOrdersOptions as SearchOrdersOptions, type index_d$5_SearchOrdersRequest as SearchOrdersRequest, type index_d$5_SearchOrdersResponse as SearchOrdersResponse, type index_d$5_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$5_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$5_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$5_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$5_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$5_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$5_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$5_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$5_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$5_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$5_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$5_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$5_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$5_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$5_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$5_SeoData as SeoData, type index_d$5_ServiceProperties as ServiceProperties, type index_d$5_ShippingAddressEdited as ShippingAddressEdited, type index_d$5_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type index_d$5_ShippingInformation as ShippingInformation, type index_d$5_ShippingPrice as ShippingPrice, type ShippingRefund$1 as ShippingRefund, type index_d$5_ShippingRefundOption as ShippingRefundOption, type index_d$5_ShippingRegion as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type index_d$5_Source as Source, index_d$5_SourceType as SourceType, type index_d$5_StandardDetails as StandardDetails, index_d$5_State as State, type StreetAddress$2 as StreetAddress, type index_d$5_Subdivision as Subdivision, index_d$5_SubdivisionType as SubdivisionType, SubscriptionFrequency$1 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$5_SystemError as SystemError, type index_d$5_TagList as TagList, type index_d$5_Tags as Tags, type index_d$5_Task as Task, type index_d$5_TaskAction as TaskAction, type index_d$5_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$5_TaskKey as TaskKey, type index_d$5_TaxSummary as TaxSummary, type index_d$5_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$5_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$5_TotalPrice as TotalPrice, type index_d$5_TotalPriceChange as TotalPriceChange, type index_d$5_TrackingLinkAdded as TrackingLinkAdded, type index_d$5_TrackingNumberAdded as TrackingNumberAdded, type index_d$5_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$1 as TransactionStatus, type index_d$5_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$5_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$5_TriggerReindexRequest as TriggerReindexRequest, type index_d$5_TriggerReindexResponse as TriggerReindexResponse, type index_d$5_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$5_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$5_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$5_UpdateActivityRequest as UpdateActivityRequest, type index_d$5_UpdateActivityResponse as UpdateActivityResponse, type index_d$5_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$5_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$5_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$5_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$5_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$5_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$5_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$5_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$5_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$5_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$5_UpdateOrder as UpdateOrder, type index_d$5_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$5_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$5_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$5_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$5_UpdateOrderRequest as UpdateOrderRequest, type index_d$5_UpdateOrderResponse as UpdateOrderResponse, type index_d$5_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$5_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$5_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$5_UserDataResponse as UserDataResponse, type index_d$5_V1AdditionalFeeRefund as V1AdditionalFeeRefund, type index_d$5_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$5_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$5_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$5_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$5_V1LineItemDelta as V1LineItemDelta, type index_d$5_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$5_V1LineItemRefund as V1LineItemRefund, type index_d$5_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$5_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$5_V1PaymentRefund as V1PaymentRefund, type index_d$5_V1RefundDetails as V1RefundDetails, type index_d$5_V1RefundSideEffects as V1RefundSideEffects, type index_d$5_V1RestockItem as V1RestockItem, type index_d$5_V1ShippingRefund as V1ShippingRefund, type index_d$5_ValidationError as ValidationError, type index_d$5_Value as Value, index_d$5_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$5_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$5_VersionedDocumentId as VersionedDocumentId, type index_d$5_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$5_VersioningMode as VersioningMode, type index_d$5_VoidAuthorizedPaymentRequest as VoidAuthorizedPaymentRequest, type index_d$5_VoidAuthorizedPaymentResponse as VoidAuthorizedPaymentResponse, type index_d$5_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$5_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$4 as WebhookIdentityType, WeightUnit$1 as WeightUnit, index_d$5_cancelOrder as cancelOrder, index_d$5_createOrder as createOrder, index_d$5_getOrder as getOrder, index_d$5_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$5_onOrderApproved as onOrderApproved, index_d$5_onOrderCanceled as onOrderCanceled, index_d$5_onOrderCreated as onOrderCreated, index_d$5_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, index_d$5_onOrderUpdated as onOrderUpdated, index_d$5_searchOrders as searchOrders, index_d$5_updateOrder as updateOrder };
|
|
24438
|
+
export { type ActionEvent$4 as ActionEvent, type Activity$1 as Activity, type index_d$5_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$5_AddActivitiesRequest as AddActivitiesRequest, type index_d$5_AddActivitiesResponse as AddActivitiesResponse, type index_d$5_AddActivityRequest as AddActivityRequest, type index_d$5_AddActivityResponse as AddActivityResponse, type index_d$5_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$5_AddInternalActivityResponse as AddInternalActivityResponse, type index_d$5_AdditionalFee as AdditionalFee, type index_d$5_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$5_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type index_d$5_AdditionalFeeRefundOption as AdditionalFeeRefundOption, type Address$3 as Address, type index_d$5_AddressDescription as AddressDescription, type AddressLocation$1 as AddressLocation, type index_d$5_AddressWithContact as AddressWithContact, type index_d$5_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$5_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type index_d$5_App as App, type ApplicationError$2 as ApplicationError, type index_d$5_AppliedDiscount as AppliedDiscount, type index_d$5_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$5_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type index_d$5_AppliedDiscountDiscountSourceOneOf as AppliedDiscountDiscountSourceOneOf, type index_d$5_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$5_ArchiveOrderResponse as ArchiveOrderResponse, index_d$5_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$1 as AuthorizationActionFailureDetails, type AuthorizationCapture$1 as AuthorizationCapture, AuthorizationCaptureStatus$1 as AuthorizationCaptureStatus, type AuthorizationDetails$1 as AuthorizationDetails, type AuthorizationVoid$1 as AuthorizationVoid, AuthorizationVoidStatus$1 as AuthorizationVoidStatus, type index_d$5_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$5_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$5_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$5_Balance as Balance, type index_d$5_BalanceSummary as BalanceSummary, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$5_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$5_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$5_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$5_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$5_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$5_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$5_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$5_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$5_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$5_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$5_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$5_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$5_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$5_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$5_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$5_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$5_BulkOrderResult as BulkOrderResult, type index_d$5_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$5_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$5_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$5_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$5_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$5_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$5_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$5_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$5_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$5_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$5_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$5_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$5_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$5_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$5_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$5_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$5_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type index_d$5_CalculateRefundV1Request as CalculateRefundV1Request, type index_d$5_CalculateRefundV1Response as CalculateRefundV1Response, type index_d$5_CalculateRefundV2Request as CalculateRefundV2Request, type index_d$5_CalculateRefundV2Response as CalculateRefundV2Response, type index_d$5_CalculateRefundV2ResponseStatusOneOf as CalculateRefundV2ResponseStatusOneOf, type index_d$5_CalculatedAdditionalFeeRefund as CalculatedAdditionalFeeRefund, type index_d$5_CalculatedLineItemRefund as CalculatedLineItemRefund, type index_d$5_CalculatedRefundDetails as CalculatedRefundDetails, type index_d$5_CalculatedRefundNotAvailableStatus as CalculatedRefundNotAvailableStatus, type index_d$5_CalculatedRefundSummary as CalculatedRefundSummary, type index_d$5_CalculatedShippingRefund as CalculatedShippingRefund, type index_d$5_CalculatedTax as CalculatedTax, type index_d$5_CalculatedTaxes as CalculatedTaxes, type index_d$5_CalculationError as CalculationError, type index_d$5_CalculationErrorItemOneOf as CalculationErrorItemOneOf, type index_d$5_Cancel as Cancel, type index_d$5_CancelOrderOptions as CancelOrderOptions, type index_d$5_CancelOrderRequest as CancelOrderRequest, type index_d$5_CancelOrderResponse as CancelOrderResponse, type index_d$5_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$5_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$5_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$5_CatalogReference as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$5_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$5_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$5_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$5_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$5_ChargedBy as ChargedBy, type index_d$5_Color as Color, type index_d$5_CommitDeltasRequest as CommitDeltasRequest, type index_d$5_CommitDeltasResponse as CommitDeltasResponse, type index_d$5_CommittedDiffs as CommittedDiffs, type index_d$5_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$5_CommonAddress as CommonAddress, type index_d$5_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$5_Company as Company, type index_d$5_Complete as Complete, type index_d$5_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type index_d$5_Coupon as Coupon, type index_d$5_CreateOrderRequest as CreateOrderRequest, type index_d$5_CreateOrderResponse as CreateOrderResponse, type index_d$5_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$5_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$5_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$5_CreatedBy as CreatedBy, type index_d$5_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type index_d$5_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$5_CustomFieldGroup as CustomFieldGroup, type index_d$5_CustomFieldValue as CustomFieldValue, type index_d$5_Customer as Customer, type index_d$5_DecrementData as DecrementData, type index_d$5_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$5_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$5_DeleteActivityRequest as DeleteActivityRequest, type index_d$5_DeleteActivityResponse as DeleteActivityResponse, type index_d$5_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$5_DeleteByIdsOperation as DeleteByIdsOperation, type index_d$5_DeliveryLogistics as DeliveryLogistics, type index_d$5_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$5_DeliveryTimeSlot as DeliveryTimeSlot, index_d$5_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$5_Deposit as Deposit, index_d$5_DepositType as DepositType, type index_d$5_DescriptionLine as DescriptionLine, type index_d$5_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$5_DescriptionLineName as DescriptionLineName, index_d$5_DescriptionLineType as DescriptionLineType, type index_d$5_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$5_Details as Details, type index_d$5_DetailsKindOneOf as DetailsKindOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$5_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$5_DiscountReason as DiscountReason, type index_d$5_DiscountRule as DiscountRule, type index_d$5_DiscountRuleName as DiscountRuleName, index_d$5_DiscountType as DiscountType, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$5_DownloadLinkSent as DownloadLinkSent, type index_d$5_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$5_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$5_DraftOrderDiffs as DraftOrderDiffs, type index_d$5_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$5_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$5_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$5_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$5_Email as Email, type index_d$5_EmailEdited as EmailEdited, type Empty$2 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$4 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type index_d$5_ExternalUriMapping as ExternalUriMapping, type index_d$5_FieldViolation as FieldViolation, type index_d$5_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$5_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$5_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$5_FullAddressContactDetails as FullAddressContactDetails, type index_d$5_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$5_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$5_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$5_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$5_GetOrderRequest as GetOrderRequest, type index_d$5_GetOrderResponse as GetOrderResponse, type index_d$5_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$5_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$5_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$5_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type index_d$5_GetRefundOptionsRequest as GetRefundOptionsRequest, type index_d$5_GetRefundOptionsResponse as GetRefundOptionsResponse, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$5_GetShipmentsRequest as GetShipmentsRequest, type index_d$5_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type index_d$5_HtmlApplication as HtmlApplication, type index_d$5_IdAndVersion as IdAndVersion, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$5_InternalActivity as InternalActivity, type index_d$5_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$5_InternalDocument as InternalDocument, type index_d$5_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$5_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$5_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$5_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$5_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$5_InventoryAction as InventoryAction, type index_d$5_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$5_InvoiceAdded as InvoiceAdded, type index_d$5_InvoiceDates as InvoiceDates, type index_d$5_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$5_InvoiceFields as InvoiceFields, type index_d$5_InvoiceSent as InvoiceSent, type index_d$5_InvoiceSentEvent as InvoiceSentEvent, index_d$5_InvoiceStatus as InvoiceStatus, type index_d$5_InvoicesPayment as InvoicesPayment, type index_d$5_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type index_d$5_ItemTaxFullDetails as ItemTaxFullDetails, type index_d$5_ItemType as ItemType, index_d$5_ItemTypeItemType as ItemTypeItemType, type index_d$5_ItemTypeItemTypeDataOneOf as ItemTypeItemTypeDataOneOf, type index_d$5_ItemizedFee as ItemizedFee, index_d$5_JurisdictionType as JurisdictionType, type LineItem$1 as LineItem, type index_d$5_LineItemAmount as LineItemAmount, type index_d$5_LineItemChanges as LineItemChanges, type index_d$5_LineItemDelta as LineItemDelta, type index_d$5_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type index_d$5_LineItemDiscount as LineItemDiscount, type index_d$5_LineItemExchangeData as LineItemExchangeData, type index_d$5_LineItemMetaData as LineItemMetaData, type index_d$5_LineItemPriceChange as LineItemPriceChange, type index_d$5_LineItemQuantityChange as LineItemQuantityChange, index_d$5_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$1 as LineItemRefund, type index_d$5_LineItemRefundOption as LineItemRefundOption, type index_d$5_LineItemTax as LineItemTax, type index_d$5_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$5_LineItemTaxInfo as LineItemTaxInfo, type index_d$5_LineItemUpdate as LineItemUpdate, type index_d$5_LineItems as LineItems, type index_d$5_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$5_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$5_Locale as Locale, type index_d$5_LocationAndQuantity as LocationAndQuantity, type index_d$5_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$5_ManagedDiscount as ManagedDiscount, type index_d$5_ManagedLineItem as ManagedLineItem, type index_d$5_ManuallyRefundablePaymentStatus as ManuallyRefundablePaymentStatus, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$5_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$5_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$5_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$5_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$5_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$5_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$5_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$5_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$5_MaskedOrder as MaskedOrder, type index_d$5_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$5_MembershipChargeItem as MembershipChargeItem, type MembershipName$1 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type index_d$5_MembershipPaymentSummary as MembershipPaymentSummary, type index_d$5_MerchantComment as MerchantComment, type index_d$5_MerchantDiscount as MerchantDiscount, type index_d$5_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$4 as MessageEnvelope, type index_d$5_MetaData as MetaData, type index_d$5_MetaSite as MetaSite, type index_d$5_MetaTag as MetaTag, type index_d$5_MonetaryPaymentSummary as MonetaryPaymentSummary, index_d$5_Namespace as Namespace, type index_d$5_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$5_NonRefundablePaymentStatus as NonRefundablePaymentStatus, NonRefundableReason$1 as NonRefundableReason, type index_d$5_NotificationSideEffects as NotificationSideEffects, type Order$1 as Order, index_d$5_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$5_OrderApproved as OrderApproved, type index_d$5_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$5_OrderCanceled as OrderCanceled, type index_d$5_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$5_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$5_OrderChange as OrderChange, type index_d$5_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$5_OrderCreateNotifications as OrderCreateNotifications, type index_d$5_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$5_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$5_OrderCreationSettings as OrderCreationSettings, type index_d$5_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$5_OrderFulfilled as OrderFulfilled, type index_d$5_OrderItemsRestocked as OrderItemsRestocked, type index_d$5_OrderLineItem as OrderLineItem, type index_d$5_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$5_OrderNonNullableFields as OrderNonNullableFields, type index_d$5_OrderNotFulfilled as OrderNotFulfilled, type index_d$5_OrderPaid as OrderPaid, type index_d$5_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$5_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$5_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$5_OrderStatus as OrderStatus, type index_d$5_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$5_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$1 as OrderTransactions, type index_d$5_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$5_OrdersExperiments as OrdersExperiments, type index_d$5_OrdersV1RestockItem as OrdersV1RestockItem, type Payment$1 as Payment, type index_d$5_PaymentCapture as PaymentCapture, index_d$5_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type index_d$5_PaymentInfo as PaymentInfo, type index_d$5_PaymentInfoPaymentMethodDetailsOneOf as PaymentInfoPaymentMethodDetailsOneOf, type index_d$5_PaymentInfoSummaryOneOf as PaymentInfoSummaryOneOf, index_d$5_PaymentOptionType as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$5_PaymentRefundOption as PaymentRefundOption, type index_d$5_PaymentRefundOptionStatusOneOf as PaymentRefundOptionStatusOneOf, PaymentStatus$1 as PaymentStatus, type index_d$5_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$5_Payments as Payments, type index_d$5_PaymentsSummary as PaymentsSummary, type index_d$5_Phone as Phone, type index_d$5_PhysicalProperties as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$1 as PickupDetails, index_d$5_PickupMethod as PickupMethod, type index_d$5_PickupReadyEmailSent as PickupReadyEmailSent, index_d$5_Placement as Placement, type index_d$5_PlainTextValue as PlainTextValue, type index_d$5_PlatformPaging as PlatformPaging, type index_d$5_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$5_PlatformQuery as PlatformQuery, type index_d$5_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$5_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$5_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$5_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$5_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$5_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$5_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$5_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$5_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$5_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$5_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$5_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$5_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$5_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$5_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$5_PreviewEmailType as PreviewEmailType, type index_d$5_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$5_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$5_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$5_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$5_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$5_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$1 as Price, type index_d$5_PriceDescription as PriceDescription, type index_d$5_PriceSummary as PriceSummary, type index_d$5_ProductName as ProductName, type index_d$5_PublicActivity as PublicActivity, type index_d$5_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$5_QueryOrderRequest as QueryOrderRequest, type index_d$5_QueryOrderResponse as QueryOrderResponse, type index_d$5_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$5_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$5_QuotesAddress as QuotesAddress, type index_d$5_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$5_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$5_RedirectUrls as RedirectUrls, type Refund$1 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, type index_d$5_RefundRequest as RefundRequest, type index_d$5_RefundResponse as RefundResponse, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$5_RefundabilityManuallyRefundableReason as RefundabilityManuallyRefundableReason, index_d$5_RefundabilityNonRefundableReason as RefundabilityNonRefundableReason, RefundableStatus$1 as RefundableStatus, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$5_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, type index_d$5_RestockSideEffects as RestockSideEffects, RestockType$1 as RestockType, type RestoreInfo$4 as RestoreInfo, index_d$5_RuleType as RuleType, type index_d$5_SavedPaymentMethod as SavedPaymentMethod, type index_d$5_SearchOrdersOptions as SearchOrdersOptions, type index_d$5_SearchOrdersRequest as SearchOrdersRequest, type index_d$5_SearchOrdersResponse as SearchOrdersResponse, type index_d$5_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$5_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$5_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$5_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$5_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$5_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$5_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$5_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$5_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$5_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$5_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$5_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$5_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$5_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$5_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$5_SeoData as SeoData, type index_d$5_ServiceProperties as ServiceProperties, type index_d$5_ShippingAddressEdited as ShippingAddressEdited, type index_d$5_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type index_d$5_ShippingInformation as ShippingInformation, type index_d$5_ShippingPrice as ShippingPrice, type ShippingRefund$1 as ShippingRefund, type index_d$5_ShippingRefundOption as ShippingRefundOption, type index_d$5_ShippingRegion as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type index_d$5_Source as Source, index_d$5_SourceType as SourceType, type index_d$5_StandardDetails as StandardDetails, index_d$5_State as State, type StreetAddress$2 as StreetAddress, type index_d$5_Subdivision as Subdivision, index_d$5_SubdivisionType as SubdivisionType, SubscriptionFrequency$1 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$5_SystemError as SystemError, type index_d$5_TagList as TagList, type index_d$5_Tags as Tags, type index_d$5_Task as Task, type index_d$5_TaskAction as TaskAction, type index_d$5_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$5_TaskKey as TaskKey, type index_d$5_TaxSummary as TaxSummary, type index_d$5_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$5_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$5_TotalPrice as TotalPrice, type index_d$5_TotalPriceChange as TotalPriceChange, type index_d$5_TrackingLinkAdded as TrackingLinkAdded, type index_d$5_TrackingNumberAdded as TrackingNumberAdded, type index_d$5_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$1 as TransactionStatus, type index_d$5_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$5_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$5_TriggerReindexRequest as TriggerReindexRequest, type index_d$5_TriggerReindexResponse as TriggerReindexResponse, type index_d$5_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$5_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$5_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$5_UpdateActivityRequest as UpdateActivityRequest, type index_d$5_UpdateActivityResponse as UpdateActivityResponse, type index_d$5_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$5_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$5_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$5_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$5_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$5_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$5_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$5_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$5_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$5_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$5_UpdateOrder as UpdateOrder, type index_d$5_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$5_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$5_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$5_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$5_UpdateOrderRequest as UpdateOrderRequest, type index_d$5_UpdateOrderResponse as UpdateOrderResponse, type index_d$5_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$5_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$5_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$5_UserDataResponse as UserDataResponse, type index_d$5_V1AdditionalFeeRefund as V1AdditionalFeeRefund, type index_d$5_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$5_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$5_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$5_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$5_V1LineItemDelta as V1LineItemDelta, type index_d$5_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$5_V1LineItemRefund as V1LineItemRefund, type index_d$5_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$5_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$5_V1PaymentRefund as V1PaymentRefund, type index_d$5_V1RefundDetails as V1RefundDetails, type index_d$5_V1RefundSideEffects as V1RefundSideEffects, type index_d$5_V1RestockItem as V1RestockItem, type index_d$5_V1ShippingRefund as V1ShippingRefund, type index_d$5_ValidationError as ValidationError, type index_d$5_Value as Value, index_d$5_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$5_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$5_VersionedDocumentId as VersionedDocumentId, type index_d$5_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$5_VersioningMode as VersioningMode, type index_d$5_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$5_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$4 as WebhookIdentityType, WeightUnit$1 as WeightUnit, index_d$5_bulkUpdateOrders as bulkUpdateOrders, index_d$5_cancelOrder as cancelOrder, index_d$5_createOrder as createOrder, index_d$5_getOrder as getOrder, index_d$5_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$5_onOrderApproved as onOrderApproved, index_d$5_onOrderCanceled as onOrderCanceled, index_d$5_onOrderCreated as onOrderCreated, index_d$5_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, index_d$5_onOrderUpdated as onOrderUpdated, index_d$5_searchOrders as searchOrders, index_d$5_updateOrder as updateOrder };
|
|
24688
24439
|
}
|
|
24689
24440
|
|
|
24690
24441
|
interface OrderTransactions {
|