@wix/ecom 1.0.680 → 1.0.682
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 +6 -6
- package/type-bundles/index.bundle.d.ts +297 -488
- package/type-bundles/meta.bundle.d.ts +303 -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
|
/**
|
|
@@ -14112,7 +14112,9 @@ declare enum Namespace$1 {
|
|
|
14112
14112
|
* There's a blank site behind the scene but it's blank).
|
|
14113
14113
|
* The Mobile company will be the owner of this namespace.
|
|
14114
14114
|
*/
|
|
14115
|
-
BRANDED_FIRST = "BRANDED_FIRST"
|
|
14115
|
+
BRANDED_FIRST = "BRANDED_FIRST",
|
|
14116
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
14117
|
+
NOWNIA = "NOWNIA"
|
|
14116
14118
|
}
|
|
14117
14119
|
/** Site transferred to another user. */
|
|
14118
14120
|
interface SiteTransferred {
|
|
@@ -14227,7 +14229,7 @@ interface DomainEvent$8 extends DomainEventBodyOneOf$8 {
|
|
|
14227
14229
|
slug?: string;
|
|
14228
14230
|
/** ID of the entity associated with the event. */
|
|
14229
14231
|
entityId?: string;
|
|
14230
|
-
/** Event timestamp. */
|
|
14232
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
14231
14233
|
eventTime?: Date;
|
|
14232
14234
|
/**
|
|
14233
14235
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -14371,13 +14373,13 @@ interface DeliveryCarrierDetailsNonNullableFields {
|
|
|
14371
14373
|
interface ListDeliveryCarrierDetailsResponseNonNullableFields {
|
|
14372
14374
|
deliveryCarrierDetails: DeliveryCarrierDetailsNonNullableFields[];
|
|
14373
14375
|
}
|
|
14374
|
-
interface ApplicationErrorNonNullableFields$
|
|
14376
|
+
interface ApplicationErrorNonNullableFields$5 {
|
|
14375
14377
|
code: string;
|
|
14376
14378
|
description: string;
|
|
14377
14379
|
}
|
|
14378
|
-
interface ItemMetadataNonNullableFields$
|
|
14380
|
+
interface ItemMetadataNonNullableFields$3 {
|
|
14379
14381
|
success: boolean;
|
|
14380
|
-
error?: ApplicationErrorNonNullableFields$
|
|
14382
|
+
error?: ApplicationErrorNonNullableFields$5;
|
|
14381
14383
|
}
|
|
14382
14384
|
interface ColumnNonNullableFields {
|
|
14383
14385
|
key: string;
|
|
@@ -14396,18 +14398,18 @@ interface DeliveryCarrierRegionalSettingsNonNullableFields {
|
|
|
14396
14398
|
dashboardTables: DashboardTableNonNullableFields[];
|
|
14397
14399
|
}
|
|
14398
14400
|
interface ListDeliveryCarriersResultNonNullableFields {
|
|
14399
|
-
deliveryCarrierMetadata?: ItemMetadataNonNullableFields$
|
|
14401
|
+
deliveryCarrierMetadata?: ItemMetadataNonNullableFields$3;
|
|
14400
14402
|
deliveryCarrierDetails?: DeliveryCarrierDetailsNonNullableFields;
|
|
14401
14403
|
deliveryCarrierRegionalSettings: DeliveryCarrierRegionalSettingsNonNullableFields[];
|
|
14402
14404
|
}
|
|
14403
|
-
interface BulkActionMetadataNonNullableFields$
|
|
14405
|
+
interface BulkActionMetadataNonNullableFields$3 {
|
|
14404
14406
|
totalSuccesses: number;
|
|
14405
14407
|
totalFailures: number;
|
|
14406
14408
|
undetailedFailures: number;
|
|
14407
14409
|
}
|
|
14408
14410
|
interface ListDeliveryCarriersResponseNonNullableFields {
|
|
14409
14411
|
results: ListDeliveryCarriersResultNonNullableFields[];
|
|
14410
|
-
bulkActionMetadata?: BulkActionMetadataNonNullableFields$
|
|
14412
|
+
bulkActionMetadata?: BulkActionMetadataNonNullableFields$3;
|
|
14411
14413
|
}
|
|
14412
14414
|
interface UpdateExtendedFieldsResponseNonNullableFields$1 {
|
|
14413
14415
|
deliveryProfile?: DeliveryProfileNonNullableFields;
|
|
@@ -14439,7 +14441,7 @@ interface EventMetadata$7 extends BaseEventMetadata$7 {
|
|
|
14439
14441
|
slug?: string;
|
|
14440
14442
|
/** ID of the entity associated with the event. */
|
|
14441
14443
|
entityId?: string;
|
|
14442
|
-
/** Event timestamp. */
|
|
14444
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
14443
14445
|
eventTime?: Date;
|
|
14444
14446
|
/**
|
|
14445
14447
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -14842,7 +14844,7 @@ interface DraftOrder {
|
|
|
14842
14844
|
* @replacedBy buyer_info_details
|
|
14843
14845
|
* @targetRemovalDate 2024-08-30
|
|
14844
14846
|
*/
|
|
14845
|
-
buyerInfo?: BuyerInfo$
|
|
14847
|
+
buyerInfo?: BuyerInfo$3;
|
|
14846
14848
|
/**
|
|
14847
14849
|
* Billing address and contact details.
|
|
14848
14850
|
* @deprecated Billing address and contact details.
|
|
@@ -14881,7 +14883,7 @@ interface DraftOrder {
|
|
|
14881
14883
|
*/
|
|
14882
14884
|
status?: EditingStatus;
|
|
14883
14885
|
/** Weight measurement unit. Defaults to the site's weight unit. */
|
|
14884
|
-
weightUnit?: WeightUnit$
|
|
14886
|
+
weightUnit?: WeightUnit$2;
|
|
14885
14887
|
/** Currency used for pricing. */
|
|
14886
14888
|
currency?: string | null;
|
|
14887
14889
|
/**
|
|
@@ -15043,7 +15045,7 @@ interface OrderLineItem$1 {
|
|
|
15043
15045
|
/** Digital file identifier, relevant only for items with type DIGITAL. */
|
|
15044
15046
|
digitalFile?: DigitalFile$2;
|
|
15045
15047
|
/** Subscription info. */
|
|
15046
|
-
subscriptionInfo?: SubscriptionInfo$
|
|
15048
|
+
subscriptionInfo?: SubscriptionInfo$2;
|
|
15047
15049
|
/** Additional description for the price. For example, when price is 0 but additional details about the actual price are needed - "Starts at $67". */
|
|
15048
15050
|
priceDescription?: PriceDescription$1;
|
|
15049
15051
|
/**
|
|
@@ -15257,7 +15259,7 @@ interface DigitalFile$2 {
|
|
|
15257
15259
|
*/
|
|
15258
15260
|
expirationDate?: Date;
|
|
15259
15261
|
}
|
|
15260
|
-
interface SubscriptionInfo$
|
|
15262
|
+
interface SubscriptionInfo$2 {
|
|
15261
15263
|
/** Subscription ID. */
|
|
15262
15264
|
_id?: string | null;
|
|
15263
15265
|
/** Subscription cycle. For example, if this order is for the 3rd cycle of a subscription, value will be `3`. */
|
|
@@ -15267,11 +15269,11 @@ interface SubscriptionInfo$3 {
|
|
|
15267
15269
|
/** Subscription option description. For example, `"1kg of selected coffee, once a month"`. */
|
|
15268
15270
|
subscriptionOptionDescription?: string | null;
|
|
15269
15271
|
/** Subscription detailed information. */
|
|
15270
|
-
subscriptionSettings?: SubscriptionSettings$
|
|
15272
|
+
subscriptionSettings?: SubscriptionSettings$2;
|
|
15271
15273
|
}
|
|
15272
|
-
interface SubscriptionSettings$
|
|
15274
|
+
interface SubscriptionSettings$2 {
|
|
15273
15275
|
/** Frequency of recurring payment. */
|
|
15274
|
-
frequency?: SubscriptionFrequency$
|
|
15276
|
+
frequency?: SubscriptionFrequency$2;
|
|
15275
15277
|
/** Interval of recurring payment. */
|
|
15276
15278
|
interval?: number | null;
|
|
15277
15279
|
/** Whether subscription is renewed automatically at the end of each period. */
|
|
@@ -15280,7 +15282,7 @@ interface SubscriptionSettings$3 {
|
|
|
15280
15282
|
billingCycles?: number | null;
|
|
15281
15283
|
}
|
|
15282
15284
|
/** Frequency unit of recurring payment */
|
|
15283
|
-
declare enum SubscriptionFrequency$
|
|
15285
|
+
declare enum SubscriptionFrequency$2 {
|
|
15284
15286
|
UNDEFINED = "UNDEFINED",
|
|
15285
15287
|
DAY = "DAY",
|
|
15286
15288
|
WEEK = "WEEK",
|
|
@@ -15366,12 +15368,12 @@ interface V1DeliveryLogisticsAddressOneOf {
|
|
|
15366
15368
|
/** Billing Info and shipping details */
|
|
15367
15369
|
interface AddressWithContact$1 {
|
|
15368
15370
|
/** Address. */
|
|
15369
|
-
address?: Address$
|
|
15371
|
+
address?: Address$4;
|
|
15370
15372
|
/** Contact details. */
|
|
15371
15373
|
contactDetails?: FullAddressContactDetails$1;
|
|
15372
15374
|
}
|
|
15373
15375
|
/** Physical address */
|
|
15374
|
-
interface Address$
|
|
15376
|
+
interface Address$4 {
|
|
15375
15377
|
/** Two-letter country code in [ISO-3166 alpha-2](https://www.iso.org/obp/ui/#search/code/) format. */
|
|
15376
15378
|
country?: string | null;
|
|
15377
15379
|
/** Code for a subdivision (such as state, prefecture, or province) in [ISO 3166-2](https://www.iso.org/standard/72483.html) format. */
|
|
@@ -15410,9 +15412,9 @@ interface FullAddressContactDetails$1 {
|
|
|
15410
15412
|
/** Company name. */
|
|
15411
15413
|
company?: string | null;
|
|
15412
15414
|
/** Tax information (for Brazil only). If ID is provided, `vatId.type` must also be set, `UNSPECIFIED` is not allowed. */
|
|
15413
|
-
vatId?: VatId$
|
|
15415
|
+
vatId?: VatId$2;
|
|
15414
15416
|
}
|
|
15415
|
-
interface VatId$
|
|
15417
|
+
interface VatId$2 {
|
|
15416
15418
|
/** Customer's tax ID. */
|
|
15417
15419
|
_id?: string;
|
|
15418
15420
|
/**
|
|
@@ -15422,10 +15424,10 @@ interface VatId$3 {
|
|
|
15422
15424
|
* + `CPF`: for individual tax payers
|
|
15423
15425
|
* + `CNPJ`: for corporations
|
|
15424
15426
|
*/
|
|
15425
|
-
type?: VatType$
|
|
15427
|
+
type?: VatType$2;
|
|
15426
15428
|
}
|
|
15427
15429
|
/** tax info types */
|
|
15428
|
-
declare enum VatType$
|
|
15430
|
+
declare enum VatType$2 {
|
|
15429
15431
|
UNSPECIFIED = "UNSPECIFIED",
|
|
15430
15432
|
/** CPF - for individual tax payers. */
|
|
15431
15433
|
CPF = "CPF",
|
|
@@ -15496,7 +15498,7 @@ interface ShippingChangedDetails {
|
|
|
15496
15498
|
shippingInfoBeforeChange?: ShippingInformation$1;
|
|
15497
15499
|
}
|
|
15498
15500
|
/** Buyer Info */
|
|
15499
|
-
interface BuyerInfo$
|
|
15501
|
+
interface BuyerInfo$3 extends BuyerInfoIdOneOf$1 {
|
|
15500
15502
|
/** Visitor ID (if site visitor is not a member). */
|
|
15501
15503
|
visitorId?: string;
|
|
15502
15504
|
/** Member ID (if site visitor is a site member). */
|
|
@@ -15693,7 +15695,7 @@ declare enum EditingStatus {
|
|
|
15693
15695
|
/** DraftOrder is in committed state. */
|
|
15694
15696
|
COMMITTED = "COMMITTED"
|
|
15695
15697
|
}
|
|
15696
|
-
declare enum WeightUnit$
|
|
15698
|
+
declare enum WeightUnit$2 {
|
|
15697
15699
|
/** Weight unit can't be classified, due to an error */
|
|
15698
15700
|
UNSPECIFIED_WEIGHT_UNIT = "UNSPECIFIED_WEIGHT_UNIT",
|
|
15699
15701
|
/** Kilograms */
|
|
@@ -15901,7 +15903,7 @@ interface DeliveryLogistics$1 {
|
|
|
15901
15903
|
}
|
|
15902
15904
|
interface PickupDetails$2 {
|
|
15903
15905
|
/** Pickup address */
|
|
15904
|
-
address?: Address$
|
|
15906
|
+
address?: Address$4;
|
|
15905
15907
|
/**
|
|
15906
15908
|
* Pickup method.
|
|
15907
15909
|
*
|
|
@@ -16365,7 +16367,7 @@ interface Order$2 {
|
|
|
16365
16367
|
*/
|
|
16366
16368
|
lineItems?: OrderLineItem$1[];
|
|
16367
16369
|
/** Buyer information. */
|
|
16368
|
-
buyerInfo?: BuyerInfo$
|
|
16370
|
+
buyerInfo?: BuyerInfo$3;
|
|
16369
16371
|
/**
|
|
16370
16372
|
* Order payment status.
|
|
16371
16373
|
* + `NOT_PAID` - This can be an order made online, but not yet paid. In such cases `order.status` will be `INITIALIZED`.
|
|
@@ -16376,19 +16378,19 @@ interface Order$2 {
|
|
|
16376
16378
|
* + `PENDING` - Payments received but not yet confirmed by the payment provider.
|
|
16377
16379
|
* + `PARTIALLY_PAID` - At least one payment was received and approved, covering less than total price amount.
|
|
16378
16380
|
*/
|
|
16379
|
-
paymentStatus?: PaymentStatus$
|
|
16381
|
+
paymentStatus?: PaymentStatus$2;
|
|
16380
16382
|
/**
|
|
16381
16383
|
* Order fulfillment status.
|
|
16382
16384
|
* @readonly
|
|
16383
16385
|
*/
|
|
16384
|
-
fulfillmentStatus?: FulfillmentStatus$
|
|
16386
|
+
fulfillmentStatus?: FulfillmentStatus$3;
|
|
16385
16387
|
/**
|
|
16386
16388
|
* Language for communication with the buyer. Defaults to the site language.
|
|
16387
16389
|
* For a site that supports multiple languages, this is the language the buyer selected.
|
|
16388
16390
|
*/
|
|
16389
16391
|
buyerLanguage?: string | null;
|
|
16390
16392
|
/** Weight measurement unit - defaults to site's weight unit. */
|
|
16391
|
-
weightUnit?: WeightUnit$
|
|
16393
|
+
weightUnit?: WeightUnit$2;
|
|
16392
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. */
|
|
16393
16395
|
currency?: string | null;
|
|
16394
16396
|
/** Whether tax is included in line item prices. */
|
|
@@ -16477,7 +16479,7 @@ interface Order$2 {
|
|
|
16477
16479
|
*/
|
|
16478
16480
|
recipientInfo?: AddressWithContact$1;
|
|
16479
16481
|
}
|
|
16480
|
-
declare enum PaymentStatus$
|
|
16482
|
+
declare enum PaymentStatus$2 {
|
|
16481
16483
|
UNSPECIFIED = "UNSPECIFIED",
|
|
16482
16484
|
/** Order is not paid */
|
|
16483
16485
|
NOT_PAID = "NOT_PAID",
|
|
@@ -16492,7 +16494,7 @@ declare enum PaymentStatus$3 {
|
|
|
16492
16494
|
/** At least one payment was received and approved, covering less than total price amount */
|
|
16493
16495
|
PARTIALLY_PAID = "PARTIALLY_PAID"
|
|
16494
16496
|
}
|
|
16495
|
-
declare enum FulfillmentStatus$
|
|
16497
|
+
declare enum FulfillmentStatus$3 {
|
|
16496
16498
|
/** none of the order items are fulfilled or order was manually marked as unfulfilled */
|
|
16497
16499
|
NOT_FULFILLED = "NOT_FULFILLED",
|
|
16498
16500
|
/**
|
|
@@ -17145,7 +17147,7 @@ interface DigitalFileNonNullableFields$1 {
|
|
|
17145
17147
|
fileId: string;
|
|
17146
17148
|
}
|
|
17147
17149
|
interface SubscriptionSettingsNonNullableFields$1 {
|
|
17148
|
-
frequency: SubscriptionFrequency$
|
|
17150
|
+
frequency: SubscriptionFrequency$2;
|
|
17149
17151
|
autoRenewal: boolean;
|
|
17150
17152
|
}
|
|
17151
17153
|
interface SubscriptionInfoNonNullableFields$1 {
|
|
@@ -17197,7 +17199,7 @@ interface AddressNonNullableFields$3 {
|
|
|
17197
17199
|
}
|
|
17198
17200
|
interface VatIdNonNullableFields$1 {
|
|
17199
17201
|
_id: string;
|
|
17200
|
-
type: VatType$
|
|
17202
|
+
type: VatType$2;
|
|
17201
17203
|
}
|
|
17202
17204
|
interface FullAddressContactDetailsNonNullableFields$1 {
|
|
17203
17205
|
vatId?: VatIdNonNullableFields$1;
|
|
@@ -17377,7 +17379,7 @@ interface DraftOrderNonNullableFields {
|
|
|
17377
17379
|
discounts: DiscountDetailsNonNullableFields[];
|
|
17378
17380
|
createdBy?: CreatedByNonNullableFields$1;
|
|
17379
17381
|
status: EditingStatus;
|
|
17380
|
-
weightUnit: WeightUnit$
|
|
17382
|
+
weightUnit: WeightUnit$2;
|
|
17381
17383
|
priceSummary?: PriceSummaryNonNullableFields$1;
|
|
17382
17384
|
taxSummary?: TaxSummaryNonNullableFields$1;
|
|
17383
17385
|
balanceSummary?: BalanceSummaryNonNullableFields$1;
|
|
@@ -17404,7 +17406,7 @@ interface ShippingOptionNonNullableFields {
|
|
|
17404
17406
|
logistics?: DeliveryLogisticsNonNullableFields$1;
|
|
17405
17407
|
cost?: ShippingPriceNonNullableFields$1;
|
|
17406
17408
|
}
|
|
17407
|
-
interface ApplicationErrorNonNullableFields$
|
|
17409
|
+
interface ApplicationErrorNonNullableFields$4 {
|
|
17408
17410
|
code: string;
|
|
17409
17411
|
description: string;
|
|
17410
17412
|
}
|
|
@@ -17417,7 +17419,7 @@ interface ValidationErrorNonNullableFields {
|
|
|
17417
17419
|
fieldViolations: FieldViolationNonNullableFields[];
|
|
17418
17420
|
}
|
|
17419
17421
|
interface DetailsNonNullableFields {
|
|
17420
|
-
applicationError?: ApplicationErrorNonNullableFields$
|
|
17422
|
+
applicationError?: ApplicationErrorNonNullableFields$4;
|
|
17421
17423
|
validationError?: ValidationErrorNonNullableFields;
|
|
17422
17424
|
}
|
|
17423
17425
|
interface CarrierErrorNonNullableFields {
|
|
@@ -17431,7 +17433,7 @@ interface CalculationErrorsNonNullableFields {
|
|
|
17431
17433
|
generalShippingCalculationError?: DetailsNonNullableFields;
|
|
17432
17434
|
carrierErrors?: CarrierErrorsNonNullableFields;
|
|
17433
17435
|
taxCalculationError?: DetailsNonNullableFields;
|
|
17434
|
-
orderValidationErrors: ApplicationErrorNonNullableFields$
|
|
17436
|
+
orderValidationErrors: ApplicationErrorNonNullableFields$4[];
|
|
17435
17437
|
}
|
|
17436
17438
|
interface CalculatedDraftOrderNonNullableFields {
|
|
17437
17439
|
draftOrder?: DraftOrderNonNullableFields;
|
|
@@ -17612,9 +17614,9 @@ interface OrderNonNullableFields$1 {
|
|
|
17612
17614
|
number: string;
|
|
17613
17615
|
lineItems: OrderLineItemNonNullableFields$1[];
|
|
17614
17616
|
buyerInfo?: BuyerInfoNonNullableFields$1;
|
|
17615
|
-
paymentStatus: PaymentStatus$
|
|
17616
|
-
fulfillmentStatus: FulfillmentStatus$
|
|
17617
|
-
weightUnit: WeightUnit$
|
|
17617
|
+
paymentStatus: PaymentStatus$2;
|
|
17618
|
+
fulfillmentStatus: FulfillmentStatus$3;
|
|
17619
|
+
weightUnit: WeightUnit$2;
|
|
17618
17620
|
taxIncludedInPrices: boolean;
|
|
17619
17621
|
priceSummary?: PriceSummaryNonNullableFields$1;
|
|
17620
17622
|
billingInfo?: AddressWithContactNonNullableFields$1;
|
|
@@ -17887,7 +17889,7 @@ declare const index_d$8_setAdditionalFees: typeof setAdditionalFees;
|
|
|
17887
17889
|
declare const index_d$8_setDiscounts: typeof setDiscounts;
|
|
17888
17890
|
declare const index_d$8_updateLineItems: typeof updateLineItems;
|
|
17889
17891
|
declare namespace index_d$8 {
|
|
17890
|
-
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 };
|
|
17891
17893
|
}
|
|
17892
17894
|
|
|
17893
17895
|
interface OrderWithFulfillments {
|
|
@@ -17975,14 +17977,14 @@ interface FulfillmentCreated {
|
|
|
17975
17977
|
/** Fulfillment creation date and time. */
|
|
17976
17978
|
dateCreated?: Date;
|
|
17977
17979
|
/** Buyer information. */
|
|
17978
|
-
buyerInfo?: BuyerInfo$
|
|
17980
|
+
buyerInfo?: BuyerInfo$2;
|
|
17979
17981
|
/** Order fulfillment status. */
|
|
17980
|
-
fulfillmentStatus?: FulfillmentStatus$
|
|
17982
|
+
fulfillmentStatus?: FulfillmentStatus$2;
|
|
17981
17983
|
/** Fulfillment tracking information. */
|
|
17982
17984
|
trackingInfo?: V2FulfillmentTrackingInfo;
|
|
17983
17985
|
}
|
|
17984
17986
|
/** Buyer Info */
|
|
17985
|
-
interface BuyerInfo$
|
|
17987
|
+
interface BuyerInfo$2 {
|
|
17986
17988
|
/** Wix customer ID */
|
|
17987
17989
|
_id?: string | null;
|
|
17988
17990
|
/**
|
|
@@ -17990,9 +17992,9 @@ interface BuyerInfo$3 {
|
|
|
17990
17992
|
* @readonly
|
|
17991
17993
|
* @deprecated
|
|
17992
17994
|
*/
|
|
17993
|
-
type?: IdentityType$
|
|
17995
|
+
type?: IdentityType$1;
|
|
17994
17996
|
/** Customer type */
|
|
17995
|
-
identityType?: IdentityType$
|
|
17997
|
+
identityType?: IdentityType$1;
|
|
17996
17998
|
/**
|
|
17997
17999
|
* Customer's first name
|
|
17998
18000
|
* @readonly
|
|
@@ -18014,14 +18016,14 @@ interface BuyerInfo$3 {
|
|
|
18014
18016
|
*/
|
|
18015
18017
|
email?: string;
|
|
18016
18018
|
}
|
|
18017
|
-
declare enum IdentityType$
|
|
18019
|
+
declare enum IdentityType$1 {
|
|
18018
18020
|
UNSPECIFIED_IDENTITY_TYPE = "UNSPECIFIED_IDENTITY_TYPE",
|
|
18019
18021
|
/** Site member */
|
|
18020
18022
|
MEMBER = "MEMBER",
|
|
18021
18023
|
/** Contact */
|
|
18022
18024
|
CONTACT = "CONTACT"
|
|
18023
18025
|
}
|
|
18024
|
-
declare enum FulfillmentStatus$
|
|
18026
|
+
declare enum FulfillmentStatus$2 {
|
|
18025
18027
|
/** None of the order items are fulfilled */
|
|
18026
18028
|
NOT_FULFILLED = "NOT_FULFILLED",
|
|
18027
18029
|
/**
|
|
@@ -18063,7 +18065,7 @@ interface FulfillmentDeleted {
|
|
|
18063
18065
|
/** ID of the deleted fulfillment. */
|
|
18064
18066
|
fulfillmentId?: string;
|
|
18065
18067
|
/** Order fulfillment status. */
|
|
18066
|
-
fulfillmentStatus?: FulfillmentStatus$
|
|
18068
|
+
fulfillmentStatus?: FulfillmentStatus$2;
|
|
18067
18069
|
}
|
|
18068
18070
|
interface ListFulfillmentsForSingleOrderRequest {
|
|
18069
18071
|
/** Order ID for which to retrieve fulfillments. */
|
|
@@ -18297,27 +18299,27 @@ interface UpdateFulfillmentResponseNonNullableFields {
|
|
|
18297
18299
|
interface DeleteFulfillmentResponseNonNullableFields {
|
|
18298
18300
|
orderWithFulfillments?: OrderWithFulfillmentsNonNullableFields;
|
|
18299
18301
|
}
|
|
18300
|
-
interface ApplicationErrorNonNullableFields$
|
|
18302
|
+
interface ApplicationErrorNonNullableFields$3 {
|
|
18301
18303
|
code: string;
|
|
18302
18304
|
description: string;
|
|
18303
18305
|
}
|
|
18304
|
-
interface ItemMetadataNonNullableFields$
|
|
18306
|
+
interface ItemMetadataNonNullableFields$2 {
|
|
18305
18307
|
originalIndex: number;
|
|
18306
18308
|
success: boolean;
|
|
18307
|
-
error?: ApplicationErrorNonNullableFields$
|
|
18309
|
+
error?: ApplicationErrorNonNullableFields$3;
|
|
18308
18310
|
}
|
|
18309
18311
|
interface BulkOrderFulfillmentsResultNonNullableFields {
|
|
18310
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
18312
|
+
itemMetadata?: ItemMetadataNonNullableFields$2;
|
|
18311
18313
|
ordersWithFulfillments?: OrderWithFulfillmentsNonNullableFields;
|
|
18312
18314
|
}
|
|
18313
|
-
interface BulkActionMetadataNonNullableFields$
|
|
18315
|
+
interface BulkActionMetadataNonNullableFields$2 {
|
|
18314
18316
|
totalSuccesses: number;
|
|
18315
18317
|
totalFailures: number;
|
|
18316
18318
|
undetailedFailures: number;
|
|
18317
18319
|
}
|
|
18318
18320
|
interface BulkCreateFulfillmentResponseNonNullableFields {
|
|
18319
18321
|
results: BulkOrderFulfillmentsResultNonNullableFields[];
|
|
18320
|
-
bulkActionMetadata?: BulkActionMetadataNonNullableFields$
|
|
18322
|
+
bulkActionMetadata?: BulkActionMetadataNonNullableFields$2;
|
|
18321
18323
|
}
|
|
18322
18324
|
interface BaseEventMetadata$6 {
|
|
18323
18325
|
/** App instance ID. */
|
|
@@ -18471,7 +18473,7 @@ declare const index_d$7_listFulfillmentsForSingleOrder: typeof listFulfillmentsF
|
|
|
18471
18473
|
declare const index_d$7_onFulfillmentsUpdated: typeof onFulfillmentsUpdated;
|
|
18472
18474
|
declare const index_d$7_updateFulfillment: typeof updateFulfillment;
|
|
18473
18475
|
declare namespace index_d$7 {
|
|
18474
|
-
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 };
|
|
18475
18477
|
}
|
|
18476
18478
|
|
|
18477
18479
|
interface LocalDeliveryOption extends LocalDeliveryOptionConfigOneOf {
|
|
@@ -18786,271 +18788,6 @@ interface EntityDeletedEvent$5 {
|
|
|
18786
18788
|
interface ActionEvent$5 {
|
|
18787
18789
|
body?: string;
|
|
18788
18790
|
}
|
|
18789
|
-
interface OrderCreated {
|
|
18790
|
-
/** Order ID (auto generated upon order creation) */
|
|
18791
|
-
orderId?: string;
|
|
18792
|
-
/** ID displayed in the owner's store (auto generated) */
|
|
18793
|
-
number?: string;
|
|
18794
|
-
/** Order creation date */
|
|
18795
|
-
dateCreated?: Date;
|
|
18796
|
-
/** Customer information */
|
|
18797
|
-
buyerInfo?: BuyerInfo$2;
|
|
18798
|
-
/** Currency used for pricing in this store */
|
|
18799
|
-
currency?: string;
|
|
18800
|
-
/** Weight unit used in this store */
|
|
18801
|
-
weightUnit?: WeightUnit$2;
|
|
18802
|
-
/** Totals for order's line items */
|
|
18803
|
-
totals?: Totals$1;
|
|
18804
|
-
/** Whether the order was read by the store owner */
|
|
18805
|
-
read?: boolean;
|
|
18806
|
-
/** Order archive status */
|
|
18807
|
-
archived?: boolean;
|
|
18808
|
-
/** Order payment status */
|
|
18809
|
-
paymentStatus?: PaymentStatus$2;
|
|
18810
|
-
/** Order fulfillment status */
|
|
18811
|
-
fulfillmentStatus?: FulfillmentStatus$2;
|
|
18812
|
-
}
|
|
18813
|
-
/** Buyer Info */
|
|
18814
|
-
interface BuyerInfo$2 {
|
|
18815
|
-
/** Wix customer ID */
|
|
18816
|
-
_id?: string | null;
|
|
18817
|
-
/**
|
|
18818
|
-
* Deprecated (use identityType instead)
|
|
18819
|
-
* @readonly
|
|
18820
|
-
* @deprecated
|
|
18821
|
-
*/
|
|
18822
|
-
type?: IdentityType$1;
|
|
18823
|
-
/** Customer type */
|
|
18824
|
-
identityType?: IdentityType$1;
|
|
18825
|
-
/**
|
|
18826
|
-
* Customer's first name
|
|
18827
|
-
* @readonly
|
|
18828
|
-
*/
|
|
18829
|
-
firstName?: string;
|
|
18830
|
-
/**
|
|
18831
|
-
* Customer's last name
|
|
18832
|
-
* @readonly
|
|
18833
|
-
*/
|
|
18834
|
-
lastName?: string;
|
|
18835
|
-
/**
|
|
18836
|
-
* Customer's phone number
|
|
18837
|
-
* @readonly
|
|
18838
|
-
*/
|
|
18839
|
-
phone?: string | null;
|
|
18840
|
-
/**
|
|
18841
|
-
* Customer's email address
|
|
18842
|
-
* @readonly
|
|
18843
|
-
*/
|
|
18844
|
-
email?: string;
|
|
18845
|
-
}
|
|
18846
|
-
declare enum IdentityType$1 {
|
|
18847
|
-
UNSPECIFIED_IDENTITY_TYPE = "UNSPECIFIED_IDENTITY_TYPE",
|
|
18848
|
-
/** Site member */
|
|
18849
|
-
MEMBER = "MEMBER",
|
|
18850
|
-
/** Contact */
|
|
18851
|
-
CONTACT = "CONTACT"
|
|
18852
|
-
}
|
|
18853
|
-
declare enum WeightUnit$2 {
|
|
18854
|
-
/** Weight unit can't be classified, due to an error */
|
|
18855
|
-
UNSPECIFIED_WEIGHT_UNIT = "UNSPECIFIED_WEIGHT_UNIT",
|
|
18856
|
-
/** Kilograms */
|
|
18857
|
-
KG = "KG",
|
|
18858
|
-
/** Pounds */
|
|
18859
|
-
LB = "LB"
|
|
18860
|
-
}
|
|
18861
|
-
interface Totals$1 {
|
|
18862
|
-
/** Subtotal of all the line items, before tax. */
|
|
18863
|
-
subtotal?: string;
|
|
18864
|
-
/** Total shipping price, before tax. */
|
|
18865
|
-
shipping?: string | null;
|
|
18866
|
-
/** Total tax. */
|
|
18867
|
-
tax?: string | null;
|
|
18868
|
-
/** Total calculated discount value. */
|
|
18869
|
-
discount?: string | null;
|
|
18870
|
-
/** Total price charged. */
|
|
18871
|
-
total?: string;
|
|
18872
|
-
/**
|
|
18873
|
-
* Total items weight.
|
|
18874
|
-
* @readonly
|
|
18875
|
-
*/
|
|
18876
|
-
weight?: string;
|
|
18877
|
-
/**
|
|
18878
|
-
* Total number of line items.
|
|
18879
|
-
* @readonly
|
|
18880
|
-
*/
|
|
18881
|
-
quantity?: number;
|
|
18882
|
-
/**
|
|
18883
|
-
* Total refund.
|
|
18884
|
-
* @readonly
|
|
18885
|
-
*/
|
|
18886
|
-
refund?: string | null;
|
|
18887
|
-
/** Total calculated gift card value. */
|
|
18888
|
-
giftCard?: string | null;
|
|
18889
|
-
}
|
|
18890
|
-
/** This might be extended in the future with pending orders statuses */
|
|
18891
|
-
declare enum PaymentStatus$2 {
|
|
18892
|
-
/** Payment status can't be classified, due to an error */
|
|
18893
|
-
UNSPECIFIED_PAYMENT_STATUS = "UNSPECIFIED_PAYMENT_STATUS",
|
|
18894
|
-
/** Order is pending response from the payment provider */
|
|
18895
|
-
PENDING = "PENDING",
|
|
18896
|
-
/** Order is marked as not paid, and can be marked as paid later on. This is relevant for POS and offline orders */
|
|
18897
|
-
NOT_PAID = "NOT_PAID",
|
|
18898
|
-
/** The order is marked as paid */
|
|
18899
|
-
PAID = "PAID",
|
|
18900
|
-
/** Order was refunded, refund amount less than order total price */
|
|
18901
|
-
PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
|
|
18902
|
-
/** Full order total price was refunded */
|
|
18903
|
-
FULLY_REFUNDED = "FULLY_REFUNDED",
|
|
18904
|
-
/** At least one payment was received and approved, covering less than total price amount */
|
|
18905
|
-
PARTIALLY_PAID = "PARTIALLY_PAID"
|
|
18906
|
-
}
|
|
18907
|
-
declare enum FulfillmentStatus$2 {
|
|
18908
|
-
/** None of the order items are fulfilled */
|
|
18909
|
-
NOT_FULFILLED = "NOT_FULFILLED",
|
|
18910
|
-
/**
|
|
18911
|
-
* All of the order items are fulfilled
|
|
18912
|
-
* Orders without shipping info are fulfilled automatically
|
|
18913
|
-
*/
|
|
18914
|
-
FULFILLED = "FULFILLED",
|
|
18915
|
-
/** Order is canceled */
|
|
18916
|
-
CANCELED = "CANCELED",
|
|
18917
|
-
/** Some, but not all of the order items are fulfilled */
|
|
18918
|
-
PARTIALLY_FULFILLED = "PARTIALLY_FULFILLED"
|
|
18919
|
-
}
|
|
18920
|
-
interface OrdersExperiments$1 {
|
|
18921
|
-
epCommitTax?: boolean;
|
|
18922
|
-
moveMerchantEmailToEp?: boolean;
|
|
18923
|
-
moveBuyerOrderConfirmationEmailToEp?: boolean;
|
|
18924
|
-
producedByEpBridge?: boolean;
|
|
18925
|
-
enableRewrittenSideEffects?: boolean;
|
|
18926
|
-
}
|
|
18927
|
-
interface AppliedCoupon$1 {
|
|
18928
|
-
/** Coupon ID */
|
|
18929
|
-
couponId?: string;
|
|
18930
|
-
/** Coupon name */
|
|
18931
|
-
name?: string;
|
|
18932
|
-
/** Coupon code */
|
|
18933
|
-
code?: string;
|
|
18934
|
-
}
|
|
18935
|
-
interface SubscriptionInfo$2 {
|
|
18936
|
-
/** Subscription ID. */
|
|
18937
|
-
_id?: string | null;
|
|
18938
|
-
/** Current cycle number. For example, if the subscription is in the 3rd month of a 4-month subscription, the value will be `3`. */
|
|
18939
|
-
cycleNumber?: number;
|
|
18940
|
-
/** Subscription settings. */
|
|
18941
|
-
subscriptionSettings?: SubscriptionSettings$2;
|
|
18942
|
-
/** Subscription options info. */
|
|
18943
|
-
subscriptionOptionInfo?: SubscriptionOptionInfo$1;
|
|
18944
|
-
}
|
|
18945
|
-
interface SubscriptionSettings$2 {
|
|
18946
|
-
/** Frequency of recurring payment. */
|
|
18947
|
-
frequency?: SubscriptionFrequency$2;
|
|
18948
|
-
/** Whether subscription is renewed automatically at the end of each period. */
|
|
18949
|
-
autoRenewal?: boolean;
|
|
18950
|
-
/** Number of billing cycles before subscription ends. Ignored if `autoRenewal: true`. */
|
|
18951
|
-
billingCycles?: number | null;
|
|
18952
|
-
}
|
|
18953
|
-
/** Frequency unit of recurring payment */
|
|
18954
|
-
declare enum SubscriptionFrequency$2 {
|
|
18955
|
-
UNDEFINED = "UNDEFINED",
|
|
18956
|
-
DAY = "DAY",
|
|
18957
|
-
WEEK = "WEEK",
|
|
18958
|
-
MONTH = "MONTH",
|
|
18959
|
-
YEAR = "YEAR"
|
|
18960
|
-
}
|
|
18961
|
-
interface SubscriptionOptionInfo$1 {
|
|
18962
|
-
/** Subscription option title. */
|
|
18963
|
-
title?: string;
|
|
18964
|
-
/** Subscription option description. */
|
|
18965
|
-
description?: string | null;
|
|
18966
|
-
}
|
|
18967
|
-
interface BillingInfo$1 {
|
|
18968
|
-
/** Payment method used for this order */
|
|
18969
|
-
paymentMethod?: string | null;
|
|
18970
|
-
/**
|
|
18971
|
-
* Deprecated (use paymentProviderTransactionId instead)
|
|
18972
|
-
* @readonly
|
|
18973
|
-
* @deprecated
|
|
18974
|
-
*/
|
|
18975
|
-
externalTransactionId?: string | null;
|
|
18976
|
-
/** Transaction ID from payment provider (e.g., PayPal, Square, Stripe) transaction ID */
|
|
18977
|
-
paymentProviderTransactionId?: string | null;
|
|
18978
|
-
/** Transaction ID from payment gateway (e.g., Wix Payments) */
|
|
18979
|
-
paymentGatewayTransactionId?: string | null;
|
|
18980
|
-
/** Full billing address */
|
|
18981
|
-
address?: Address$4;
|
|
18982
|
-
/**
|
|
18983
|
-
* Payment date
|
|
18984
|
-
* @readonly
|
|
18985
|
-
*/
|
|
18986
|
-
paidDate?: Date;
|
|
18987
|
-
/** Whether order can be refunded by payment provider (manually or automatic) */
|
|
18988
|
-
refundableByPaymentProvider?: boolean | null;
|
|
18989
|
-
}
|
|
18990
|
-
interface Address$4 extends AddressAddressLine1OptionsOneOf$1 {
|
|
18991
|
-
/** Address line 1 (free text) */
|
|
18992
|
-
addressLine1?: string;
|
|
18993
|
-
/** Address line 1 (street) */
|
|
18994
|
-
street?: Street$1;
|
|
18995
|
-
/** Addressee name */
|
|
18996
|
-
fullName?: FullName$1;
|
|
18997
|
-
/** Country code (2 letters) */
|
|
18998
|
-
country?: string | null;
|
|
18999
|
-
/** State or district */
|
|
19000
|
-
subdivision?: string | null;
|
|
19001
|
-
/** City name */
|
|
19002
|
-
city?: string | null;
|
|
19003
|
-
/** ZIP/postal code */
|
|
19004
|
-
zipCode?: string | null;
|
|
19005
|
-
/** Phone number */
|
|
19006
|
-
phone?: string | null;
|
|
19007
|
-
/** Company name */
|
|
19008
|
-
company?: string | null;
|
|
19009
|
-
/** Email address */
|
|
19010
|
-
email?: string | null;
|
|
19011
|
-
/** address line */
|
|
19012
|
-
addressLine2?: string | null;
|
|
19013
|
-
/** Tax information (for Brazil only) */
|
|
19014
|
-
vatId?: VatId$2;
|
|
19015
|
-
}
|
|
19016
|
-
/** @oneof */
|
|
19017
|
-
interface AddressAddressLine1OptionsOneOf$1 {
|
|
19018
|
-
/** Address line 1 (free text) */
|
|
19019
|
-
addressLine1?: string;
|
|
19020
|
-
/** Address line 1 (street) */
|
|
19021
|
-
street?: Street$1;
|
|
19022
|
-
}
|
|
19023
|
-
interface FullName$1 {
|
|
19024
|
-
/** Customer's first name */
|
|
19025
|
-
firstName?: string;
|
|
19026
|
-
/** Customer's last name */
|
|
19027
|
-
lastName?: string;
|
|
19028
|
-
}
|
|
19029
|
-
interface Street$1 {
|
|
19030
|
-
/** Street number */
|
|
19031
|
-
number?: string;
|
|
19032
|
-
/** Street name */
|
|
19033
|
-
name?: string;
|
|
19034
|
-
}
|
|
19035
|
-
interface VatId$2 {
|
|
19036
|
-
/** Customer's tax ID. */
|
|
19037
|
-
number?: string;
|
|
19038
|
-
/**
|
|
19039
|
-
* Tax type.
|
|
19040
|
-
* + `CPF`: For individual tax payers.
|
|
19041
|
-
* + `CNPJ`: For corporations.
|
|
19042
|
-
*/
|
|
19043
|
-
type?: VatType$2;
|
|
19044
|
-
}
|
|
19045
|
-
/** Brazilian tax info types */
|
|
19046
|
-
declare enum VatType$2 {
|
|
19047
|
-
/** When the tax info type can't be classified, due to an error */
|
|
19048
|
-
UNSPECIFIED_TAX_TYPE = "UNSPECIFIED_TAX_TYPE",
|
|
19049
|
-
/** CPF - for individual tax payers */
|
|
19050
|
-
CPF = "CPF",
|
|
19051
|
-
/** CNPJ - for corporations */
|
|
19052
|
-
CNPJ = "CNPJ"
|
|
19053
|
-
}
|
|
19054
18791
|
interface MessageEnvelope$5 {
|
|
19055
18792
|
/** App instance ID. */
|
|
19056
18793
|
instanceId?: string | null;
|
|
@@ -19296,7 +19033,6 @@ type index_d$6_LocalDeliveryOptionDeletedEnvelope = LocalDeliveryOptionDeletedEn
|
|
|
19296
19033
|
type index_d$6_LocalDeliveryOptionError = LocalDeliveryOptionError;
|
|
19297
19034
|
type index_d$6_LocalDeliveryOptionNonNullableFields = LocalDeliveryOptionNonNullableFields;
|
|
19298
19035
|
type index_d$6_LocalDeliveryOptionUpdatedEnvelope = LocalDeliveryOptionUpdatedEnvelope;
|
|
19299
|
-
type index_d$6_OrderCreated = OrderCreated;
|
|
19300
19036
|
type index_d$6_RadiusConfig = RadiusConfig;
|
|
19301
19037
|
type index_d$6_ScheduledDelivery = ScheduledDelivery;
|
|
19302
19038
|
type index_d$6_TimeOfDay = TimeOfDay;
|
|
@@ -19320,7 +19056,7 @@ declare const index_d$6_onLocalDeliveryOptionDeleted: typeof onLocalDeliveryOpti
|
|
|
19320
19056
|
declare const index_d$6_onLocalDeliveryOptionUpdated: typeof onLocalDeliveryOptionUpdated;
|
|
19321
19057
|
declare const index_d$6_updateLocalDeliveryOption: typeof updateLocalDeliveryOption;
|
|
19322
19058
|
declare namespace index_d$6 {
|
|
19323
|
-
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 };
|
|
19324
19060
|
}
|
|
19325
19061
|
|
|
19326
19062
|
interface Order$1 {
|
|
@@ -20846,7 +20582,9 @@ declare enum Namespace {
|
|
|
20846
20582
|
* There's a blank site behind the scene but it's blank).
|
|
20847
20583
|
* The Mobile company will be the owner of this namespace.
|
|
20848
20584
|
*/
|
|
20849
|
-
BRANDED_FIRST = "BRANDED_FIRST"
|
|
20585
|
+
BRANDED_FIRST = "BRANDED_FIRST",
|
|
20586
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
20587
|
+
NOWNIA = "NOWNIA"
|
|
20850
20588
|
}
|
|
20851
20589
|
interface SeoData {
|
|
20852
20590
|
/** A title. */
|
|
@@ -21197,6 +20935,12 @@ interface RefundItem$1 {
|
|
|
21197
20935
|
/** Line item quantity refunded. */
|
|
21198
20936
|
quantity?: number;
|
|
21199
20937
|
}
|
|
20938
|
+
interface V1LineItemRefund {
|
|
20939
|
+
}
|
|
20940
|
+
interface V1AdditionalFeeRefund {
|
|
20941
|
+
}
|
|
20942
|
+
interface V1ShippingRefund {
|
|
20943
|
+
}
|
|
21200
20944
|
interface AggregatedRefundSummary$1 {
|
|
21201
20945
|
}
|
|
21202
20946
|
interface TestUrlAdditionalBindingsRequest {
|
|
@@ -21627,7 +21371,11 @@ interface BulkMarkOrdersAsPaidResponse {
|
|
|
21627
21371
|
interface BulkOrderResult {
|
|
21628
21372
|
/** Item metadata. */
|
|
21629
21373
|
itemMetadata?: ItemMetadata$1;
|
|
21630
|
-
/**
|
|
21374
|
+
/**
|
|
21375
|
+
* Updated order.
|
|
21376
|
+
*
|
|
21377
|
+
* Returned when `returnFullEntity = true`.
|
|
21378
|
+
*/
|
|
21631
21379
|
item?: Order$1;
|
|
21632
21380
|
}
|
|
21633
21381
|
interface ItemMetadata$1 {
|
|
@@ -22005,11 +21753,11 @@ interface CalculateRefundV2Request {
|
|
|
22005
21753
|
}
|
|
22006
21754
|
interface RefundDetails$1 {
|
|
22007
21755
|
}
|
|
22008
|
-
interface LineItemRefund {
|
|
21756
|
+
interface LineItemRefund$1 {
|
|
22009
21757
|
}
|
|
22010
|
-
interface AdditionalFeeRefund {
|
|
21758
|
+
interface AdditionalFeeRefund$1 {
|
|
22011
21759
|
}
|
|
22012
|
-
interface ShippingRefund {
|
|
21760
|
+
interface ShippingRefund$1 {
|
|
22013
21761
|
}
|
|
22014
21762
|
interface CalculateRefundV2Response extends CalculateRefundV2ResponseStatusOneOf {
|
|
22015
21763
|
}
|
|
@@ -22276,9 +22024,13 @@ interface UpdateOrderResponse {
|
|
|
22276
22024
|
order?: Order$1;
|
|
22277
22025
|
}
|
|
22278
22026
|
interface BulkUpdateOrdersRequest {
|
|
22279
|
-
/** Orders to
|
|
22280
|
-
orders
|
|
22281
|
-
/**
|
|
22027
|
+
/** Orders to update. */
|
|
22028
|
+
orders: MaskedOrder[];
|
|
22029
|
+
/**
|
|
22030
|
+
* Whether to return the full order entities.
|
|
22031
|
+
*
|
|
22032
|
+
* Default: `false`
|
|
22033
|
+
*/
|
|
22282
22034
|
returnEntity?: boolean;
|
|
22283
22035
|
}
|
|
22284
22036
|
interface MaskedOrder {
|
|
@@ -23961,6 +23713,28 @@ interface CreateOrderResponseNonNullableFields {
|
|
|
23961
23713
|
interface UpdateOrderResponseNonNullableFields {
|
|
23962
23714
|
order?: OrderNonNullableFields;
|
|
23963
23715
|
}
|
|
23716
|
+
interface ApplicationErrorNonNullableFields$2 {
|
|
23717
|
+
code: string;
|
|
23718
|
+
description: string;
|
|
23719
|
+
}
|
|
23720
|
+
interface ItemMetadataNonNullableFields$1 {
|
|
23721
|
+
originalIndex: number;
|
|
23722
|
+
success: boolean;
|
|
23723
|
+
error?: ApplicationErrorNonNullableFields$2;
|
|
23724
|
+
}
|
|
23725
|
+
interface BulkOrderResultNonNullableFields {
|
|
23726
|
+
itemMetadata?: ItemMetadataNonNullableFields$1;
|
|
23727
|
+
item?: OrderNonNullableFields;
|
|
23728
|
+
}
|
|
23729
|
+
interface BulkActionMetadataNonNullableFields$1 {
|
|
23730
|
+
totalSuccesses: number;
|
|
23731
|
+
totalFailures: number;
|
|
23732
|
+
undetailedFailures: number;
|
|
23733
|
+
}
|
|
23734
|
+
interface BulkUpdateOrdersResponseNonNullableFields {
|
|
23735
|
+
results: BulkOrderResultNonNullableFields[];
|
|
23736
|
+
bulkActionMetadata?: BulkActionMetadataNonNullableFields$1;
|
|
23737
|
+
}
|
|
23964
23738
|
interface CancelOrderResponseNonNullableFields {
|
|
23965
23739
|
order?: OrderNonNullableFields;
|
|
23966
23740
|
}
|
|
@@ -24173,6 +23947,14 @@ interface UpdateOrder {
|
|
|
24173
23947
|
*/
|
|
24174
23948
|
recipientInfo?: AddressWithContact;
|
|
24175
23949
|
}
|
|
23950
|
+
interface BulkUpdateOrdersOptions {
|
|
23951
|
+
/**
|
|
23952
|
+
* Whether to return the full order entities.
|
|
23953
|
+
*
|
|
23954
|
+
* Default: `false`
|
|
23955
|
+
*/
|
|
23956
|
+
returnEntity?: boolean;
|
|
23957
|
+
}
|
|
24176
23958
|
interface CancelOrderOptions {
|
|
24177
23959
|
/** Whether to send an order canceled email to the buyer. */
|
|
24178
23960
|
sendOrderCanceledEmail?: boolean;
|
|
@@ -24191,6 +23973,7 @@ declare const getOrder: ReturnType<typeof createRESTModule$5<typeof publicGetOrd
|
|
|
24191
23973
|
declare const searchOrders: ReturnType<typeof createRESTModule$5<typeof publicSearchOrders>>;
|
|
24192
23974
|
declare const createOrder: ReturnType<typeof createRESTModule$5<typeof publicCreateOrder>>;
|
|
24193
23975
|
declare const updateOrder: ReturnType<typeof createRESTModule$5<typeof publicUpdateOrder>>;
|
|
23976
|
+
declare const bulkUpdateOrders: ReturnType<typeof createRESTModule$5<typeof publicBulkUpdateOrders>>;
|
|
24194
23977
|
declare const cancelOrder: ReturnType<typeof createRESTModule$5<typeof publicCancelOrder>>;
|
|
24195
23978
|
declare const onOrderPaymentStatusUpdated: ReturnType<typeof createEventModule$4<typeof publicOnOrderPaymentStatusUpdated>>;
|
|
24196
23979
|
declare const onOrderUpdated: ReturnType<typeof createEventModule$4<typeof publicOnOrderUpdated>>;
|
|
@@ -24208,7 +23991,6 @@ type index_d$5_AddInternalActivityResponse = AddInternalActivityResponse;
|
|
|
24208
23991
|
type index_d$5_AdditionalFee = AdditionalFee;
|
|
24209
23992
|
type index_d$5_AdditionalFeeDelta = AdditionalFeeDelta;
|
|
24210
23993
|
type index_d$5_AdditionalFeeDeltaDeltaOneOf = AdditionalFeeDeltaDeltaOneOf;
|
|
24211
|
-
type index_d$5_AdditionalFeeRefund = AdditionalFeeRefund;
|
|
24212
23994
|
type index_d$5_AdditionalFeeRefundOption = AdditionalFeeRefundOption;
|
|
24213
23995
|
type index_d$5_AddressDescription = AddressDescription;
|
|
24214
23996
|
type index_d$5_AddressWithContact = AddressWithContact;
|
|
@@ -24256,8 +24038,10 @@ type index_d$5_BulkUnArchiveOrdersResponse = BulkUnArchiveOrdersResponse;
|
|
|
24256
24038
|
type index_d$5_BulkUpdateOrderTagsRequest = BulkUpdateOrderTagsRequest;
|
|
24257
24039
|
type index_d$5_BulkUpdateOrderTagsResponse = BulkUpdateOrderTagsResponse;
|
|
24258
24040
|
type index_d$5_BulkUpdateOrderTagsResult = BulkUpdateOrderTagsResult;
|
|
24041
|
+
type index_d$5_BulkUpdateOrdersOptions = BulkUpdateOrdersOptions;
|
|
24259
24042
|
type index_d$5_BulkUpdateOrdersRequest = BulkUpdateOrdersRequest;
|
|
24260
24043
|
type index_d$5_BulkUpdateOrdersResponse = BulkUpdateOrdersResponse;
|
|
24044
|
+
type index_d$5_BulkUpdateOrdersResponseNonNullableFields = BulkUpdateOrdersResponseNonNullableFields;
|
|
24261
24045
|
type index_d$5_BuyerInfoIdOneOf = BuyerInfoIdOneOf;
|
|
24262
24046
|
type index_d$5_BuyerInfoUpdate = BuyerInfoUpdate;
|
|
24263
24047
|
type index_d$5_CalculateRefundV1Request = CalculateRefundV1Request;
|
|
@@ -24415,7 +24199,6 @@ type index_d$5_LineItemPriceChange = LineItemPriceChange;
|
|
|
24415
24199
|
type index_d$5_LineItemQuantityChange = LineItemQuantityChange;
|
|
24416
24200
|
type index_d$5_LineItemQuantityChangeType = LineItemQuantityChangeType;
|
|
24417
24201
|
declare const index_d$5_LineItemQuantityChangeType: typeof LineItemQuantityChangeType;
|
|
24418
|
-
type index_d$5_LineItemRefund = LineItemRefund;
|
|
24419
24202
|
type index_d$5_LineItemRefundOption = LineItemRefundOption;
|
|
24420
24203
|
type index_d$5_LineItemTax = LineItemTax;
|
|
24421
24204
|
type index_d$5_LineItemTaxBreakdown = LineItemTaxBreakdown;
|
|
@@ -24580,7 +24363,6 @@ type index_d$5_ShippingAddressEdited = ShippingAddressEdited;
|
|
|
24580
24363
|
type index_d$5_ShippingConfirmationEmailSent = ShippingConfirmationEmailSent;
|
|
24581
24364
|
type index_d$5_ShippingInformation = ShippingInformation;
|
|
24582
24365
|
type index_d$5_ShippingPrice = ShippingPrice;
|
|
24583
|
-
type index_d$5_ShippingRefund = ShippingRefund;
|
|
24584
24366
|
type index_d$5_ShippingRefundOption = ShippingRefundOption;
|
|
24585
24367
|
type index_d$5_ShippingRegion = ShippingRegion;
|
|
24586
24368
|
type index_d$5_Source = Source;
|
|
@@ -24637,18 +24419,21 @@ type index_d$5_UpdateOrderResponseNonNullableFields = UpdateOrderResponseNonNull
|
|
|
24637
24419
|
type index_d$5_UpdateOrderShippingAddressRequest = UpdateOrderShippingAddressRequest;
|
|
24638
24420
|
type index_d$5_UpdateOrderShippingAddressResponse = UpdateOrderShippingAddressResponse;
|
|
24639
24421
|
type index_d$5_UserDataResponse = UserDataResponse;
|
|
24422
|
+
type index_d$5_V1AdditionalFeeRefund = V1AdditionalFeeRefund;
|
|
24640
24423
|
type index_d$5_V1BulkMarkOrdersAsPaidRequest = V1BulkMarkOrdersAsPaidRequest;
|
|
24641
24424
|
type index_d$5_V1BulkMarkOrdersAsPaidResponse = V1BulkMarkOrdersAsPaidResponse;
|
|
24642
24425
|
type index_d$5_V1CreatePaymentGatewayOrderRequest = V1CreatePaymentGatewayOrderRequest;
|
|
24643
24426
|
type index_d$5_V1CreatePaymentGatewayOrderResponse = V1CreatePaymentGatewayOrderResponse;
|
|
24644
24427
|
type index_d$5_V1LineItemDelta = V1LineItemDelta;
|
|
24645
24428
|
type index_d$5_V1LineItemDeltaDeltaOneOf = V1LineItemDeltaDeltaOneOf;
|
|
24429
|
+
type index_d$5_V1LineItemRefund = V1LineItemRefund;
|
|
24646
24430
|
type index_d$5_V1MarkOrderAsPaidRequest = V1MarkOrderAsPaidRequest;
|
|
24647
24431
|
type index_d$5_V1MarkOrderAsPaidResponse = V1MarkOrderAsPaidResponse;
|
|
24648
24432
|
type index_d$5_V1PaymentRefund = V1PaymentRefund;
|
|
24649
24433
|
type index_d$5_V1RefundDetails = V1RefundDetails;
|
|
24650
24434
|
type index_d$5_V1RefundSideEffects = V1RefundSideEffects;
|
|
24651
24435
|
type index_d$5_V1RestockItem = V1RestockItem;
|
|
24436
|
+
type index_d$5_V1ShippingRefund = V1ShippingRefund;
|
|
24652
24437
|
type index_d$5_ValidationError = ValidationError;
|
|
24653
24438
|
type index_d$5_Value = Value;
|
|
24654
24439
|
type index_d$5_ValueType = ValueType;
|
|
@@ -24662,6 +24447,7 @@ type index_d$5_VoidAuthorizedPaymentRequest = VoidAuthorizedPaymentRequest;
|
|
|
24662
24447
|
type index_d$5_VoidAuthorizedPaymentResponse = VoidAuthorizedPaymentResponse;
|
|
24663
24448
|
type index_d$5_VoidAuthorizedPaymentsRequest = VoidAuthorizedPaymentsRequest;
|
|
24664
24449
|
type index_d$5_VoidAuthorizedPaymentsResponse = VoidAuthorizedPaymentsResponse;
|
|
24450
|
+
declare const index_d$5_bulkUpdateOrders: typeof bulkUpdateOrders;
|
|
24665
24451
|
declare const index_d$5_cancelOrder: typeof cancelOrder;
|
|
24666
24452
|
declare const index_d$5_createOrder: typeof createOrder;
|
|
24667
24453
|
declare const index_d$5_getOrder: typeof getOrder;
|
|
@@ -24674,7 +24460,7 @@ declare const index_d$5_onOrderUpdated: typeof onOrderUpdated;
|
|
|
24674
24460
|
declare const index_d$5_searchOrders: typeof searchOrders;
|
|
24675
24461
|
declare const index_d$5_updateOrder: typeof updateOrder;
|
|
24676
24462
|
declare namespace index_d$5 {
|
|
24677
|
-
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 index_d$5_AdditionalFeeRefund 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 index_d$5_LineItemRefund 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 index_d$5_ShippingRefund 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_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_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_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 };
|
|
24463
|
+
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_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_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 };
|
|
24678
24464
|
}
|
|
24679
24465
|
|
|
24680
24466
|
interface OrderTransactions {
|
|
@@ -24882,6 +24668,12 @@ interface RefundItem {
|
|
|
24882
24668
|
/** Line item quantity refunded. */
|
|
24883
24669
|
quantity?: number;
|
|
24884
24670
|
}
|
|
24671
|
+
interface LineItemRefund {
|
|
24672
|
+
}
|
|
24673
|
+
interface AdditionalFeeRefund {
|
|
24674
|
+
}
|
|
24675
|
+
interface ShippingRefund {
|
|
24676
|
+
}
|
|
24885
24677
|
interface AggregatedRefundSummary {
|
|
24886
24678
|
}
|
|
24887
24679
|
interface SnapshotMessage {
|
|
@@ -26277,9 +26069,23 @@ interface RefundItemNonNullableFields {
|
|
|
26277
26069
|
lineItemId: string;
|
|
26278
26070
|
quantity: number;
|
|
26279
26071
|
}
|
|
26072
|
+
interface LineItemRefundNonNullableFields {
|
|
26073
|
+
lineItemId: string;
|
|
26074
|
+
quantity: number;
|
|
26075
|
+
}
|
|
26076
|
+
interface AdditionalFeeRefundNonNullableFields {
|
|
26077
|
+
additionalFeeId: string;
|
|
26078
|
+
amount?: PriceNonNullableFields;
|
|
26079
|
+
}
|
|
26080
|
+
interface ShippingRefundNonNullableFields {
|
|
26081
|
+
amount?: PriceNonNullableFields;
|
|
26082
|
+
}
|
|
26280
26083
|
interface RefundDetailsNonNullableFields {
|
|
26281
26084
|
items: RefundItemNonNullableFields[];
|
|
26282
26085
|
shippingIncluded: boolean;
|
|
26086
|
+
lineItems: LineItemRefundNonNullableFields[];
|
|
26087
|
+
additionalFees: AdditionalFeeRefundNonNullableFields[];
|
|
26088
|
+
shipping?: ShippingRefundNonNullableFields;
|
|
26283
26089
|
}
|
|
26284
26090
|
interface AggregatedRefundSummaryNonNullableFields {
|
|
26285
26091
|
requestedRefund?: PriceNonNullableFields;
|
|
@@ -26422,6 +26228,7 @@ type index_d$4_AddPaymentsResponse = AddPaymentsResponse;
|
|
|
26422
26228
|
type index_d$4_AddPaymentsResponseNonNullableFields = AddPaymentsResponseNonNullableFields;
|
|
26423
26229
|
type index_d$4_AddRefundRequest = AddRefundRequest;
|
|
26424
26230
|
type index_d$4_AddRefundResponse = AddRefundResponse;
|
|
26231
|
+
type index_d$4_AdditionalFeeRefund = AdditionalFeeRefund;
|
|
26425
26232
|
type index_d$4_AddressAddressLine1OptionsOneOf = AddressAddressLine1OptionsOneOf;
|
|
26426
26233
|
type index_d$4_AggregatedRefundSummary = AggregatedRefundSummary;
|
|
26427
26234
|
type index_d$4_AppliedCoupon = AppliedCoupon;
|
|
@@ -26485,6 +26292,7 @@ type index_d$4_InvoicesForOrder = InvoicesForOrder;
|
|
|
26485
26292
|
type index_d$4_ItemMetadata = ItemMetadata;
|
|
26486
26293
|
type index_d$4_LineItem = LineItem;
|
|
26487
26294
|
type index_d$4_LineItemPriceData = LineItemPriceData;
|
|
26295
|
+
type index_d$4_LineItemRefund = LineItemRefund;
|
|
26488
26296
|
type index_d$4_LineItemType = LineItemType;
|
|
26489
26297
|
declare const index_d$4_LineItemType: typeof LineItemType;
|
|
26490
26298
|
type index_d$4_ListInvoicesForMultipleOrdersRequest = ListInvoicesForMultipleOrdersRequest;
|
|
@@ -26547,6 +26355,7 @@ type index_d$4_ShipmentDetails = ShipmentDetails;
|
|
|
26547
26355
|
type index_d$4_ShippingInfo = ShippingInfo;
|
|
26548
26356
|
type index_d$4_ShippingInfoDetailsOneOf = ShippingInfoDetailsOneOf;
|
|
26549
26357
|
type index_d$4_ShippingPriceData = ShippingPriceData;
|
|
26358
|
+
type index_d$4_ShippingRefund = ShippingRefund;
|
|
26550
26359
|
type index_d$4_SnapshotMessage = SnapshotMessage;
|
|
26551
26360
|
type index_d$4_Street = Street;
|
|
26552
26361
|
type index_d$4_SubscriptionFrequency = SubscriptionFrequency;
|
|
@@ -26581,7 +26390,7 @@ declare const index_d$4_listTransactionsForSingleOrder: typeof listTransactionsF
|
|
|
26581
26390
|
declare const index_d$4_onOrderTransactionsUpdated: typeof onOrderTransactionsUpdated;
|
|
26582
26391
|
declare const index_d$4_updatePaymentStatus: typeof updatePaymentStatus;
|
|
26583
26392
|
declare namespace index_d$4 {
|
|
26584
|
-
export { type ActionEvent$3 as ActionEvent, type index_d$4_Activity as Activity, index_d$4_ActivityType as ActivityType, type index_d$4_AddInvoiceToOrderRequest as AddInvoiceToOrderRequest, type index_d$4_AddInvoiceToOrderResponse as AddInvoiceToOrderResponse, type index_d$4_AddPaymentsRequest as AddPaymentsRequest, type index_d$4_AddPaymentsResponse as AddPaymentsResponse, type index_d$4_AddPaymentsResponseNonNullableFields as AddPaymentsResponseNonNullableFields, type index_d$4_AddRefundRequest as AddRefundRequest, type index_d$4_AddRefundResponse as AddRefundResponse, type Address$2 as Address, type index_d$4_AddressAddressLine1OptionsOneOf as AddressAddressLine1OptionsOneOf, type index_d$4_AggregatedRefundSummary as AggregatedRefundSummary, type ApplicationError$1 as ApplicationError, type index_d$4_AppliedCoupon as AppliedCoupon, type index_d$4_AuthorizationActionFailureDetails as AuthorizationActionFailureDetails, type index_d$4_AuthorizationCapture as AuthorizationCapture, index_d$4_AuthorizationCaptureStatus as AuthorizationCaptureStatus, type index_d$4_AuthorizationDetails as AuthorizationDetails, type index_d$4_AuthorizationVoid as AuthorizationVoid, index_d$4_AuthorizationVoidStatus as AuthorizationVoidStatus, type BaseEventMetadata$3 as BaseEventMetadata, type index_d$4_BillingInfo as BillingInfo, type index_d$4_BulkActionMetadata as BulkActionMetadata, type index_d$4_BulkGenerateInvoicesRequest as BulkGenerateInvoicesRequest, type index_d$4_BulkGenerateInvoicesResponse as BulkGenerateInvoicesResponse, type index_d$4_BulkInvoiceResult as BulkInvoiceResult, type index_d$4_BulkPaymentResult as BulkPaymentResult, type index_d$4_BulkUpdatePaymentStatusesOptions as BulkUpdatePaymentStatusesOptions, type index_d$4_BulkUpdatePaymentStatusesRequest as BulkUpdatePaymentStatusesRequest, type index_d$4_BulkUpdatePaymentStatusesResponse as BulkUpdatePaymentStatusesResponse, type index_d$4_BulkUpdatePaymentStatusesResponseNonNullableFields as BulkUpdatePaymentStatusesResponseNonNullableFields, type index_d$4_BuyerDetails as BuyerDetails, type index_d$4_BuyerInfo as BuyerInfo, type index_d$4_CalculateRefundItemRequest as CalculateRefundItemRequest, type index_d$4_CalculateRefundItemResponse as CalculateRefundItemResponse, type index_d$4_CalculateRefundRequest as CalculateRefundRequest, type index_d$4_CalculateRefundResponse as CalculateRefundResponse, type index_d$4_ChannelInfo as ChannelInfo, index_d$4_ChannelType as ChannelType, type index_d$4_CreditCardPaymentMethodDetails as CreditCardPaymentMethodDetails, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type index_d$4_CursorSearch as CursorSearch, type index_d$4_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type index_d$4_CustomField as CustomField, type index_d$4_CustomTextFieldSelection as CustomTextFieldSelection, type DiffmatokyPayload$1 as DiffmatokyPayload, type index_d$4_DigitalFile as DigitalFile, type index_d$4_Discount as Discount, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type index_d$4_EnteredBy as EnteredBy, index_d$4_EnteredByIdentityType as EnteredByIdentityType, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type ErrorInformation$1 as ErrorInformation, type EventMetadata$3 as EventMetadata, type index_d$4_Fulfillment as Fulfillment, type index_d$4_FulfillmentLineItem as FulfillmentLineItem, index_d$4_FulfillmentStatus as FulfillmentStatus, type index_d$4_FulfillmentTrackingInfo as FulfillmentTrackingInfo, type index_d$4_FullName as FullName, type index_d$4_GenerateInvoiceRequest as GenerateInvoiceRequest, type index_d$4_GenerateInvoiceResponse as GenerateInvoiceResponse, type index_d$4_GetRefundabilityStatusRequest as GetRefundabilityStatusRequest, type index_d$4_GetRefundabilityStatusResponse as GetRefundabilityStatusResponse, type index_d$4_GiftCard as GiftCard, type index_d$4_GiftCardPaymentDetails as GiftCardPaymentDetails, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, index_d$4_IdentityType as IdentityType, type index_d$4_IndexingMessage as IndexingMessage, type index_d$4_InvoiceForOrder as InvoiceForOrder, type index_d$4_InvoiceInfo as InvoiceInfo, index_d$4_InvoiceSource as InvoiceSource, type index_d$4_InvoicesForOrder as InvoicesForOrder, type index_d$4_ItemMetadata as ItemMetadata, type index_d$4_LineItem as LineItem, type index_d$4_LineItemPriceData as LineItemPriceData, index_d$4_LineItemType as LineItemType, type index_d$4_ListInvoicesForMultipleOrdersRequest as ListInvoicesForMultipleOrdersRequest, type index_d$4_ListInvoicesForMultipleOrdersResponse as ListInvoicesForMultipleOrdersResponse, type index_d$4_ListInvoicesForSingleOrderRequest as ListInvoicesForSingleOrderRequest, type index_d$4_ListInvoicesForSingleOrderResponse as ListInvoicesForSingleOrderResponse, type index_d$4_ListTransactionsForMultipleOrdersRequest as ListTransactionsForMultipleOrdersRequest, type index_d$4_ListTransactionsForMultipleOrdersResponse as ListTransactionsForMultipleOrdersResponse, type index_d$4_ListTransactionsForMultipleOrdersResponseNonNullableFields as ListTransactionsForMultipleOrdersResponseNonNullableFields, type index_d$4_ListTransactionsForSingleOrderRequest as ListTransactionsForSingleOrderRequest, type index_d$4_ListTransactionsForSingleOrderResponse as ListTransactionsForSingleOrderResponse, type index_d$4_ListTransactionsForSingleOrderResponseNonNullableFields as ListTransactionsForSingleOrderResponseNonNullableFields, index_d$4_ManuallyRefundableReason as ManuallyRefundableReason, type index_d$4_MediaItem as MediaItem, index_d$4_MediaItemType as MediaItemType, type index_d$4_MembershipName as MembershipName, type index_d$4_MembershipPaymentDetails as MembershipPaymentDetails, index_d$4_MembershipPaymentStatus as MembershipPaymentStatus, type MessageEnvelope$3 as MessageEnvelope, index_d$4_NonRefundableReason as NonRefundableReason, type index_d$4_OptionSelection as OptionSelection, type index_d$4_Order as Order, type index_d$4_OrderRefunded as OrderRefunded, type index_d$4_OrderTransactions as OrderTransactions, type index_d$4_OrderTransactionsUpdatedEnvelope as OrderTransactionsUpdatedEnvelope, type index_d$4_Payment as Payment, type index_d$4_PaymentAndOrderId as PaymentAndOrderId, type index_d$4_PaymentPaymentDetailsOneOf as PaymentPaymentDetailsOneOf, type index_d$4_PaymentRefund as PaymentRefund, index_d$4_PaymentStatus as PaymentStatus, type index_d$4_PaymentsUpdated as PaymentsUpdated, type index_d$4_PickupAddress as PickupAddress, type index_d$4_PickupDetails as PickupDetails, type index_d$4_Price as Price, type index_d$4_Refund as Refund, type index_d$4_RefundCreated as RefundCreated, type index_d$4_RefundDetails as RefundDetails, type index_d$4_RefundItem as RefundItem, type index_d$4_RefundSideEffects as RefundSideEffects, index_d$4_RefundStatus as RefundStatus, type index_d$4_RefundTransaction as RefundTransaction, type index_d$4_Refundability as Refundability, type index_d$4_RefundabilityAdditionalRefundabilityInfoOneOf as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$4_RefundableStatus as RefundableStatus, type index_d$4_RegularPaymentDetails as RegularPaymentDetails, type index_d$4_RegularPaymentDetailsPaymentMethodDetailsOneOf as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$4_RestockInfo as RestockInfo, type index_d$4_RestockItem as RestockItem, index_d$4_RestockType as RestockType, type RestoreInfo$3 as RestoreInfo, type index_d$4_SearchOrderTransactionsRequest as SearchOrderTransactionsRequest, type index_d$4_SearchOrderTransactionsResponse as SearchOrderTransactionsResponse, type index_d$4_ShipmentDetails as ShipmentDetails, type index_d$4_ShippingInfo as ShippingInfo, type index_d$4_ShippingInfoDetailsOneOf as ShippingInfoDetailsOneOf, type index_d$4_ShippingPriceData as ShippingPriceData, type index_d$4_SnapshotMessage as SnapshotMessage, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, type index_d$4_Street as Street, index_d$4_SubscriptionFrequency as SubscriptionFrequency, type index_d$4_SubscriptionInfo as SubscriptionInfo, type index_d$4_SubscriptionOptionInfo as SubscriptionOptionInfo, type index_d$4_SubscriptionSettings as SubscriptionSettings, type index_d$4_Totals as Totals, type index_d$4_TrackingInfo as TrackingInfo, index_d$4_TransactionStatus as TransactionStatus, type index_d$4_TriggerRefundRequest as TriggerRefundRequest, type index_d$4_TriggerRefundResponse as TriggerRefundResponse, type index_d$4_UpdatePaymentStatusIdentifiers as UpdatePaymentStatusIdentifiers, type index_d$4_UpdatePaymentStatusOptions as UpdatePaymentStatusOptions, type index_d$4_UpdatePaymentStatusRequest as UpdatePaymentStatusRequest, type index_d$4_UpdatePaymentStatusResponse as UpdatePaymentStatusResponse, type index_d$4_UpdatePaymentStatusResponseNonNullableFields as UpdatePaymentStatusResponseNonNullableFields, type index_d$4_UpdateRefundTransactionRequest as UpdateRefundTransactionRequest, type index_d$4_UpdateRefundTransactionResponse as UpdateRefundTransactionResponse, type index_d$4_V2InvoiceInfo as V2InvoiceInfo, type index_d$4_V2Refund as V2Refund, type index_d$4_VatId as VatId, index_d$4_VatType as VatType, WebhookIdentityType$3 as WebhookIdentityType, index_d$4_WeightUnit as WeightUnit, index_d$4_addPayments as addPayments, index_d$4_bulkUpdatePaymentStatuses as bulkUpdatePaymentStatuses, index_d$4_listTransactionsForMultipleOrders as listTransactionsForMultipleOrders, index_d$4_listTransactionsForSingleOrder as listTransactionsForSingleOrder, index_d$4_onOrderTransactionsUpdated as onOrderTransactionsUpdated, index_d$4_updatePaymentStatus as updatePaymentStatus };
|
|
26393
|
+
export { type ActionEvent$3 as ActionEvent, type index_d$4_Activity as Activity, index_d$4_ActivityType as ActivityType, type index_d$4_AddInvoiceToOrderRequest as AddInvoiceToOrderRequest, type index_d$4_AddInvoiceToOrderResponse as AddInvoiceToOrderResponse, type index_d$4_AddPaymentsRequest as AddPaymentsRequest, type index_d$4_AddPaymentsResponse as AddPaymentsResponse, type index_d$4_AddPaymentsResponseNonNullableFields as AddPaymentsResponseNonNullableFields, type index_d$4_AddRefundRequest as AddRefundRequest, type index_d$4_AddRefundResponse as AddRefundResponse, type index_d$4_AdditionalFeeRefund as AdditionalFeeRefund, type Address$2 as Address, type index_d$4_AddressAddressLine1OptionsOneOf as AddressAddressLine1OptionsOneOf, type index_d$4_AggregatedRefundSummary as AggregatedRefundSummary, type ApplicationError$1 as ApplicationError, type index_d$4_AppliedCoupon as AppliedCoupon, type index_d$4_AuthorizationActionFailureDetails as AuthorizationActionFailureDetails, type index_d$4_AuthorizationCapture as AuthorizationCapture, index_d$4_AuthorizationCaptureStatus as AuthorizationCaptureStatus, type index_d$4_AuthorizationDetails as AuthorizationDetails, type index_d$4_AuthorizationVoid as AuthorizationVoid, index_d$4_AuthorizationVoidStatus as AuthorizationVoidStatus, type BaseEventMetadata$3 as BaseEventMetadata, type index_d$4_BillingInfo as BillingInfo, type index_d$4_BulkActionMetadata as BulkActionMetadata, type index_d$4_BulkGenerateInvoicesRequest as BulkGenerateInvoicesRequest, type index_d$4_BulkGenerateInvoicesResponse as BulkGenerateInvoicesResponse, type index_d$4_BulkInvoiceResult as BulkInvoiceResult, type index_d$4_BulkPaymentResult as BulkPaymentResult, type index_d$4_BulkUpdatePaymentStatusesOptions as BulkUpdatePaymentStatusesOptions, type index_d$4_BulkUpdatePaymentStatusesRequest as BulkUpdatePaymentStatusesRequest, type index_d$4_BulkUpdatePaymentStatusesResponse as BulkUpdatePaymentStatusesResponse, type index_d$4_BulkUpdatePaymentStatusesResponseNonNullableFields as BulkUpdatePaymentStatusesResponseNonNullableFields, type index_d$4_BuyerDetails as BuyerDetails, type index_d$4_BuyerInfo as BuyerInfo, type index_d$4_CalculateRefundItemRequest as CalculateRefundItemRequest, type index_d$4_CalculateRefundItemResponse as CalculateRefundItemResponse, type index_d$4_CalculateRefundRequest as CalculateRefundRequest, type index_d$4_CalculateRefundResponse as CalculateRefundResponse, type index_d$4_ChannelInfo as ChannelInfo, index_d$4_ChannelType as ChannelType, type index_d$4_CreditCardPaymentMethodDetails as CreditCardPaymentMethodDetails, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type index_d$4_CursorSearch as CursorSearch, type index_d$4_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type index_d$4_CustomField as CustomField, type index_d$4_CustomTextFieldSelection as CustomTextFieldSelection, type DiffmatokyPayload$1 as DiffmatokyPayload, type index_d$4_DigitalFile as DigitalFile, type index_d$4_Discount as Discount, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type index_d$4_EnteredBy as EnteredBy, index_d$4_EnteredByIdentityType as EnteredByIdentityType, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type ErrorInformation$1 as ErrorInformation, type EventMetadata$3 as EventMetadata, type index_d$4_Fulfillment as Fulfillment, type index_d$4_FulfillmentLineItem as FulfillmentLineItem, index_d$4_FulfillmentStatus as FulfillmentStatus, type index_d$4_FulfillmentTrackingInfo as FulfillmentTrackingInfo, type index_d$4_FullName as FullName, type index_d$4_GenerateInvoiceRequest as GenerateInvoiceRequest, type index_d$4_GenerateInvoiceResponse as GenerateInvoiceResponse, type index_d$4_GetRefundabilityStatusRequest as GetRefundabilityStatusRequest, type index_d$4_GetRefundabilityStatusResponse as GetRefundabilityStatusResponse, type index_d$4_GiftCard as GiftCard, type index_d$4_GiftCardPaymentDetails as GiftCardPaymentDetails, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, index_d$4_IdentityType as IdentityType, type index_d$4_IndexingMessage as IndexingMessage, type index_d$4_InvoiceForOrder as InvoiceForOrder, type index_d$4_InvoiceInfo as InvoiceInfo, index_d$4_InvoiceSource as InvoiceSource, type index_d$4_InvoicesForOrder as InvoicesForOrder, type index_d$4_ItemMetadata as ItemMetadata, type index_d$4_LineItem as LineItem, type index_d$4_LineItemPriceData as LineItemPriceData, type index_d$4_LineItemRefund as LineItemRefund, index_d$4_LineItemType as LineItemType, type index_d$4_ListInvoicesForMultipleOrdersRequest as ListInvoicesForMultipleOrdersRequest, type index_d$4_ListInvoicesForMultipleOrdersResponse as ListInvoicesForMultipleOrdersResponse, type index_d$4_ListInvoicesForSingleOrderRequest as ListInvoicesForSingleOrderRequest, type index_d$4_ListInvoicesForSingleOrderResponse as ListInvoicesForSingleOrderResponse, type index_d$4_ListTransactionsForMultipleOrdersRequest as ListTransactionsForMultipleOrdersRequest, type index_d$4_ListTransactionsForMultipleOrdersResponse as ListTransactionsForMultipleOrdersResponse, type index_d$4_ListTransactionsForMultipleOrdersResponseNonNullableFields as ListTransactionsForMultipleOrdersResponseNonNullableFields, type index_d$4_ListTransactionsForSingleOrderRequest as ListTransactionsForSingleOrderRequest, type index_d$4_ListTransactionsForSingleOrderResponse as ListTransactionsForSingleOrderResponse, type index_d$4_ListTransactionsForSingleOrderResponseNonNullableFields as ListTransactionsForSingleOrderResponseNonNullableFields, index_d$4_ManuallyRefundableReason as ManuallyRefundableReason, type index_d$4_MediaItem as MediaItem, index_d$4_MediaItemType as MediaItemType, type index_d$4_MembershipName as MembershipName, type index_d$4_MembershipPaymentDetails as MembershipPaymentDetails, index_d$4_MembershipPaymentStatus as MembershipPaymentStatus, type MessageEnvelope$3 as MessageEnvelope, index_d$4_NonRefundableReason as NonRefundableReason, type index_d$4_OptionSelection as OptionSelection, type index_d$4_Order as Order, type index_d$4_OrderRefunded as OrderRefunded, type index_d$4_OrderTransactions as OrderTransactions, type index_d$4_OrderTransactionsUpdatedEnvelope as OrderTransactionsUpdatedEnvelope, type index_d$4_Payment as Payment, type index_d$4_PaymentAndOrderId as PaymentAndOrderId, type index_d$4_PaymentPaymentDetailsOneOf as PaymentPaymentDetailsOneOf, type index_d$4_PaymentRefund as PaymentRefund, index_d$4_PaymentStatus as PaymentStatus, type index_d$4_PaymentsUpdated as PaymentsUpdated, type index_d$4_PickupAddress as PickupAddress, type index_d$4_PickupDetails as PickupDetails, type index_d$4_Price as Price, type index_d$4_Refund as Refund, type index_d$4_RefundCreated as RefundCreated, type index_d$4_RefundDetails as RefundDetails, type index_d$4_RefundItem as RefundItem, type index_d$4_RefundSideEffects as RefundSideEffects, index_d$4_RefundStatus as RefundStatus, type index_d$4_RefundTransaction as RefundTransaction, type index_d$4_Refundability as Refundability, type index_d$4_RefundabilityAdditionalRefundabilityInfoOneOf as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$4_RefundableStatus as RefundableStatus, type index_d$4_RegularPaymentDetails as RegularPaymentDetails, type index_d$4_RegularPaymentDetailsPaymentMethodDetailsOneOf as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$4_RestockInfo as RestockInfo, type index_d$4_RestockItem as RestockItem, index_d$4_RestockType as RestockType, type RestoreInfo$3 as RestoreInfo, type index_d$4_SearchOrderTransactionsRequest as SearchOrderTransactionsRequest, type index_d$4_SearchOrderTransactionsResponse as SearchOrderTransactionsResponse, type index_d$4_ShipmentDetails as ShipmentDetails, type index_d$4_ShippingInfo as ShippingInfo, type index_d$4_ShippingInfoDetailsOneOf as ShippingInfoDetailsOneOf, type index_d$4_ShippingPriceData as ShippingPriceData, type index_d$4_ShippingRefund as ShippingRefund, type index_d$4_SnapshotMessage as SnapshotMessage, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, type index_d$4_Street as Street, index_d$4_SubscriptionFrequency as SubscriptionFrequency, type index_d$4_SubscriptionInfo as SubscriptionInfo, type index_d$4_SubscriptionOptionInfo as SubscriptionOptionInfo, type index_d$4_SubscriptionSettings as SubscriptionSettings, type index_d$4_Totals as Totals, type index_d$4_TrackingInfo as TrackingInfo, index_d$4_TransactionStatus as TransactionStatus, type index_d$4_TriggerRefundRequest as TriggerRefundRequest, type index_d$4_TriggerRefundResponse as TriggerRefundResponse, type index_d$4_UpdatePaymentStatusIdentifiers as UpdatePaymentStatusIdentifiers, type index_d$4_UpdatePaymentStatusOptions as UpdatePaymentStatusOptions, type index_d$4_UpdatePaymentStatusRequest as UpdatePaymentStatusRequest, type index_d$4_UpdatePaymentStatusResponse as UpdatePaymentStatusResponse, type index_d$4_UpdatePaymentStatusResponseNonNullableFields as UpdatePaymentStatusResponseNonNullableFields, type index_d$4_UpdateRefundTransactionRequest as UpdateRefundTransactionRequest, type index_d$4_UpdateRefundTransactionResponse as UpdateRefundTransactionResponse, type index_d$4_V2InvoiceInfo as V2InvoiceInfo, type index_d$4_V2Refund as V2Refund, type index_d$4_VatId as VatId, index_d$4_VatType as VatType, WebhookIdentityType$3 as WebhookIdentityType, index_d$4_WeightUnit as WeightUnit, index_d$4_addPayments as addPayments, index_d$4_bulkUpdatePaymentStatuses as bulkUpdatePaymentStatuses, index_d$4_listTransactionsForMultipleOrders as listTransactionsForMultipleOrders, index_d$4_listTransactionsForSingleOrder as listTransactionsForSingleOrder, index_d$4_onOrderTransactionsUpdated as onOrderTransactionsUpdated, index_d$4_updatePaymentStatus as updatePaymentStatus };
|
|
26585
26394
|
}
|
|
26586
26395
|
|
|
26587
26396
|
interface OrdersSettings {
|