@wix/ecom 1.0.792 → 1.0.794
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.794",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"service-plugins"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@wix/ecom_abandoned-checkouts": "1.0.
|
|
22
|
+
"@wix/ecom_abandoned-checkouts": "1.0.50",
|
|
23
23
|
"@wix/ecom_additional-fees": "1.0.29",
|
|
24
24
|
"@wix/ecom_back-in-stock-notifications": "1.0.54",
|
|
25
25
|
"@wix/ecom_back-in-stock-settings": "1.0.39",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@wix/ecom_discount-rules": "1.0.56",
|
|
37
37
|
"@wix/ecom_discounts": "1.0.8",
|
|
38
38
|
"@wix/ecom_discounts-custom-trigger": "1.0.11",
|
|
39
|
-
"@wix/ecom_draft-orders": "1.0.
|
|
39
|
+
"@wix/ecom_draft-orders": "1.0.31",
|
|
40
40
|
"@wix/ecom_gift-vouchers": "1.0.7",
|
|
41
41
|
"@wix/ecom_gift-vouchers-provider": "1.0.7",
|
|
42
42
|
"@wix/ecom_local-delivery-options": "1.0.12",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"@wix/ecom_order-invoices": "1.0.43",
|
|
46
46
|
"@wix/ecom_order-payment-requests": "1.0.14",
|
|
47
47
|
"@wix/ecom_order-transactions": "1.0.71",
|
|
48
|
-
"@wix/ecom_orders": "1.0.
|
|
48
|
+
"@wix/ecom_orders": "1.0.133",
|
|
49
49
|
"@wix/ecom_orders-settings": "1.0.49",
|
|
50
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
50
|
+
"@wix/ecom_payment-settings": "1.0.55",
|
|
51
51
|
"@wix/ecom_pickup-locations": "1.0.13",
|
|
52
52
|
"@wix/ecom_recommendations": "1.0.46",
|
|
53
53
|
"@wix/ecom_recommendations-provider": "1.0.4",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"fqdn": ""
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
-
"falconPackageHash": "
|
|
84
|
+
"falconPackageHash": "5e20d8d3ac7e693fc0431a45f49c2920f566a6730832f9de790c2562"
|
|
85
85
|
}
|
|
@@ -3953,17 +3953,15 @@ interface QueryV2$1 extends QueryV2PagingMethodOneOf$1 {
|
|
|
3953
3953
|
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
3954
3954
|
cursorPaging?: CursorPaging$a;
|
|
3955
3955
|
/**
|
|
3956
|
-
* Filter object
|
|
3957
|
-
*
|
|
3958
|
-
*
|
|
3959
|
-
* "fieldName2":{"$operator":"value2"}
|
|
3960
|
-
* }`
|
|
3961
|
-
* Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
|
|
3956
|
+
* Filter object.
|
|
3957
|
+
*
|
|
3958
|
+
* Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
|
|
3962
3959
|
*/
|
|
3963
3960
|
filter?: Record<string, any> | null;
|
|
3964
3961
|
/**
|
|
3965
|
-
* Sort object
|
|
3966
|
-
*
|
|
3962
|
+
* Sort object.
|
|
3963
|
+
*
|
|
3964
|
+
* Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
|
|
3967
3965
|
*/
|
|
3968
3966
|
sort?: Sorting$a[];
|
|
3969
3967
|
/** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
|
|
@@ -4333,6 +4331,9 @@ interface QueryAbandonedCheckoutsResponseNonNullableFields {
|
|
|
4333
4331
|
results: AbandonedCheckoutNonNullableFields[];
|
|
4334
4332
|
abandonedCheckouts: AbandonedCheckoutNonNullableFields[];
|
|
4335
4333
|
}
|
|
4334
|
+
interface SearchAbandonedCheckoutsResponseNonNullableFields {
|
|
4335
|
+
abandonedCheckouts: AbandonedCheckoutNonNullableFields[];
|
|
4336
|
+
}
|
|
4336
4337
|
interface HeadersEntryNonNullableFields$1 {
|
|
4337
4338
|
key: string;
|
|
4338
4339
|
value: string;
|
|
@@ -4468,6 +4469,10 @@ interface AbandonedCheckoutsQueryBuilder {
|
|
|
4468
4469
|
/** @documentationMaturity preview */
|
|
4469
4470
|
find: () => Promise<AbandonedCheckoutsQueryResult>;
|
|
4470
4471
|
}
|
|
4472
|
+
interface SearchAbandonedCheckoutsOptions {
|
|
4473
|
+
/** WQL query expression. */
|
|
4474
|
+
search?: Search;
|
|
4475
|
+
}
|
|
4471
4476
|
|
|
4472
4477
|
declare function getAbandonedCheckout$1(httpClient: HttpClient): GetAbandonedCheckoutSignature;
|
|
4473
4478
|
interface GetAbandonedCheckoutSignature {
|
|
@@ -4499,6 +4504,13 @@ interface QueryAbandonedCheckoutsSignature {
|
|
|
4499
4504
|
*/
|
|
4500
4505
|
(): AbandonedCheckoutsQueryBuilder;
|
|
4501
4506
|
}
|
|
4507
|
+
declare function searchAbandonedCheckouts$1(httpClient: HttpClient): SearchAbandonedCheckoutsSignature;
|
|
4508
|
+
interface SearchAbandonedCheckoutsSignature {
|
|
4509
|
+
/**
|
|
4510
|
+
* Retrieves a list of abandoned checkouts, given the provided paging, filtering, searchDetails and sorting. Up to 100 abandoned checkouts can be returned per request.
|
|
4511
|
+
*/
|
|
4512
|
+
(options?: SearchAbandonedCheckoutsOptions | undefined): Promise<SearchAbandonedCheckoutsResponse & SearchAbandonedCheckoutsResponseNonNullableFields>;
|
|
4513
|
+
}
|
|
4502
4514
|
declare function redirectToCheckout$1(httpClient: HttpClient): RedirectToCheckoutSignature;
|
|
4503
4515
|
interface RedirectToCheckoutSignature {
|
|
4504
4516
|
/**
|
|
@@ -4515,6 +4527,7 @@ declare function createEventModule$e<T extends EventDefinition<any, string>>(eve
|
|
|
4515
4527
|
declare const getAbandonedCheckout: MaybeContext<BuildRESTFunction<typeof getAbandonedCheckout$1> & typeof getAbandonedCheckout$1>;
|
|
4516
4528
|
declare const deleteAbandonedCheckout: MaybeContext<BuildRESTFunction<typeof deleteAbandonedCheckout$1> & typeof deleteAbandonedCheckout$1>;
|
|
4517
4529
|
declare const queryAbandonedCheckouts: MaybeContext<BuildRESTFunction<typeof queryAbandonedCheckouts$1> & typeof queryAbandonedCheckouts$1>;
|
|
4530
|
+
declare const searchAbandonedCheckouts: MaybeContext<BuildRESTFunction<typeof searchAbandonedCheckouts$1> & typeof searchAbandonedCheckouts$1>;
|
|
4518
4531
|
declare const redirectToCheckout: MaybeContext<BuildRESTFunction<typeof redirectToCheckout$1> & typeof redirectToCheckout$1>;
|
|
4519
4532
|
|
|
4520
4533
|
type _publicOnAbandonedCheckoutRecoveredType = typeof onAbandonedCheckoutRecovered$1;
|
|
@@ -4555,8 +4568,10 @@ type context$m_QueryAbandonedCheckoutsResponse = QueryAbandonedCheckoutsResponse
|
|
|
4555
4568
|
type context$m_QueryAbandonedCheckoutsResponseNonNullableFields = QueryAbandonedCheckoutsResponseNonNullableFields;
|
|
4556
4569
|
type context$m_RedirectToCheckoutRequest = RedirectToCheckoutRequest;
|
|
4557
4570
|
type context$m_Search = Search;
|
|
4571
|
+
type context$m_SearchAbandonedCheckoutsOptions = SearchAbandonedCheckoutsOptions;
|
|
4558
4572
|
type context$m_SearchAbandonedCheckoutsRequest = SearchAbandonedCheckoutsRequest;
|
|
4559
4573
|
type context$m_SearchAbandonedCheckoutsResponse = SearchAbandonedCheckoutsResponse;
|
|
4574
|
+
type context$m_SearchAbandonedCheckoutsResponseNonNullableFields = SearchAbandonedCheckoutsResponseNonNullableFields;
|
|
4560
4575
|
type context$m_SearchDetails = SearchDetails;
|
|
4561
4576
|
type context$m_SearchPagingMethodOneOf = SearchPagingMethodOneOf;
|
|
4562
4577
|
type context$m_V1BuyerInfoIdOneOf = V1BuyerInfoIdOneOf;
|
|
@@ -4566,8 +4581,9 @@ declare const context$m_getAbandonedCheckout: typeof getAbandonedCheckout;
|
|
|
4566
4581
|
declare const context$m_onAbandonedCheckoutRecovered: typeof onAbandonedCheckoutRecovered;
|
|
4567
4582
|
declare const context$m_queryAbandonedCheckouts: typeof queryAbandonedCheckouts;
|
|
4568
4583
|
declare const context$m_redirectToCheckout: typeof redirectToCheckout;
|
|
4584
|
+
declare const context$m_searchAbandonedCheckouts: typeof searchAbandonedCheckouts;
|
|
4569
4585
|
declare namespace context$m {
|
|
4570
|
-
export { type context$m_AbandonedCheckout as AbandonedCheckout, type context$m_AbandonedCheckoutNonNullableFields as AbandonedCheckoutNonNullableFields, type context$m_AbandonedCheckoutRecovered as AbandonedCheckoutRecovered, type context$m_AbandonedCheckoutRecoveredEnvelope as AbandonedCheckoutRecoveredEnvelope, type context$m_AbandonedCheckoutsQueryBuilder as AbandonedCheckoutsQueryBuilder, type context$m_AbandonedCheckoutsQueryResult as AbandonedCheckoutsQueryResult, type ActionEvent$i as ActionEvent, type Activity$3 as Activity, ActivityType$3 as ActivityType, type context$m_AddAbandonedCheckoutActivityRequest as AddAbandonedCheckoutActivityRequest, type context$m_AddAbandonedCheckoutActivityResponse as AddAbandonedCheckoutActivityResponse, type BaseEventMetadata$e as BaseEventMetadata, type BuyerInfo$8 as BuyerInfo, type Cancel$1 as Cancel, type context$m_CartAbandonedEvent as CartAbandonedEvent, type context$m_CartRecoveredEvent as CartRecoveredEvent, type context$m_CommonCursorPaging as CommonCursorPaging, type context$m_CommonCursors as CommonCursors, type context$m_CommonPaging as CommonPaging, type context$m_CommonPagingMetadataV2 as CommonPagingMetadataV2, context$m_CommonSortOrder as CommonSortOrder, type context$m_CommonSorting as CommonSorting, type Complete$1 as Complete, type CursorPaging$a as CursorPaging, type Cursors$a as Cursors, type context$m_DeleteAbandonedCheckoutRequest as DeleteAbandonedCheckoutRequest, type context$m_DeleteAbandonedCheckoutResponse as DeleteAbandonedCheckoutResponse, type DomainEvent$i as DomainEvent, type DomainEventBodyOneOf$i as DomainEventBodyOneOf, type Empty$d as Empty, type EntityCreatedEvent$i as EntityCreatedEvent, type EntityDeletedEvent$i as EntityDeletedEvent, type EntityUpdatedEvent$i as EntityUpdatedEvent, type EventMetadata$e as EventMetadata, type FullAddressContactDetails$7 as FullAddressContactDetails, type context$m_GetAbandonedCheckoutRequest as GetAbandonedCheckoutRequest, type context$m_GetAbandonedCheckoutResponse as GetAbandonedCheckoutResponse, type context$m_GetAbandonedCheckoutResponseNonNullableFields as GetAbandonedCheckoutResponseNonNullableFields, type HeadersEntry$1 as HeadersEntry, type IdentificationData$h as IdentificationData, type IdentificationDataIdOneOf$h as IdentificationDataIdOneOf, context$m_Identity as Identity, type MessageEnvelope$h as MessageEnvelope, context$m_Mode as Mode, type MultiCurrencyPrice$5 as MultiCurrencyPrice, type Paging$1 as Paging, type context$m_PagingMetadataV2 as PagingMetadataV2, type context$m_QueryAbandonedCheckoutsRequest as QueryAbandonedCheckoutsRequest, type context$m_QueryAbandonedCheckoutsResponse as QueryAbandonedCheckoutsResponse, type context$m_QueryAbandonedCheckoutsResponseNonNullableFields as QueryAbandonedCheckoutsResponseNonNullableFields, type QueryV2$1 as QueryV2, type QueryV2PagingMethodOneOf$1 as QueryV2PagingMethodOneOf, type RawHttpResponse$1 as RawHttpResponse, type RawHttpResponseNonNullableFields$1 as RawHttpResponseNonNullableFields, type context$m_RedirectToCheckoutRequest as RedirectToCheckoutRequest, type Reschedule$1 as Reschedule, type RestoreInfo$i as RestoreInfo, type context$m_Search as Search, type context$m_SearchAbandonedCheckoutsRequest as SearchAbandonedCheckoutsRequest, type context$m_SearchAbandonedCheckoutsResponse as SearchAbandonedCheckoutsResponse, type context$m_SearchDetails as SearchDetails, type context$m_SearchPagingMethodOneOf as SearchPagingMethodOneOf, SortOrder$a as SortOrder, type Sorting$a as Sorting, Status$4 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 context$m_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type VatId$8 as VatId, VatType$8 as VatType, WebhookIdentityType$h as WebhookIdentityType, type context$m__publicOnAbandonedCheckoutRecoveredType as _publicOnAbandonedCheckoutRecoveredType, context$m_deleteAbandonedCheckout as deleteAbandonedCheckout, context$m_getAbandonedCheckout as getAbandonedCheckout, context$m_onAbandonedCheckoutRecovered as onAbandonedCheckoutRecovered, onAbandonedCheckoutRecovered$1 as publicOnAbandonedCheckoutRecovered, context$m_queryAbandonedCheckouts as queryAbandonedCheckouts, context$m_redirectToCheckout as redirectToCheckout };
|
|
4586
|
+
export { type context$m_AbandonedCheckout as AbandonedCheckout, type context$m_AbandonedCheckoutNonNullableFields as AbandonedCheckoutNonNullableFields, type context$m_AbandonedCheckoutRecovered as AbandonedCheckoutRecovered, type context$m_AbandonedCheckoutRecoveredEnvelope as AbandonedCheckoutRecoveredEnvelope, type context$m_AbandonedCheckoutsQueryBuilder as AbandonedCheckoutsQueryBuilder, type context$m_AbandonedCheckoutsQueryResult as AbandonedCheckoutsQueryResult, type ActionEvent$i as ActionEvent, type Activity$3 as Activity, ActivityType$3 as ActivityType, type context$m_AddAbandonedCheckoutActivityRequest as AddAbandonedCheckoutActivityRequest, type context$m_AddAbandonedCheckoutActivityResponse as AddAbandonedCheckoutActivityResponse, type BaseEventMetadata$e as BaseEventMetadata, type BuyerInfo$8 as BuyerInfo, type Cancel$1 as Cancel, type context$m_CartAbandonedEvent as CartAbandonedEvent, type context$m_CartRecoveredEvent as CartRecoveredEvent, type context$m_CommonCursorPaging as CommonCursorPaging, type context$m_CommonCursors as CommonCursors, type context$m_CommonPaging as CommonPaging, type context$m_CommonPagingMetadataV2 as CommonPagingMetadataV2, context$m_CommonSortOrder as CommonSortOrder, type context$m_CommonSorting as CommonSorting, type Complete$1 as Complete, type CursorPaging$a as CursorPaging, type Cursors$a as Cursors, type context$m_DeleteAbandonedCheckoutRequest as DeleteAbandonedCheckoutRequest, type context$m_DeleteAbandonedCheckoutResponse as DeleteAbandonedCheckoutResponse, type DomainEvent$i as DomainEvent, type DomainEventBodyOneOf$i as DomainEventBodyOneOf, type Empty$d as Empty, type EntityCreatedEvent$i as EntityCreatedEvent, type EntityDeletedEvent$i as EntityDeletedEvent, type EntityUpdatedEvent$i as EntityUpdatedEvent, type EventMetadata$e as EventMetadata, type FullAddressContactDetails$7 as FullAddressContactDetails, type context$m_GetAbandonedCheckoutRequest as GetAbandonedCheckoutRequest, type context$m_GetAbandonedCheckoutResponse as GetAbandonedCheckoutResponse, type context$m_GetAbandonedCheckoutResponseNonNullableFields as GetAbandonedCheckoutResponseNonNullableFields, type HeadersEntry$1 as HeadersEntry, type IdentificationData$h as IdentificationData, type IdentificationDataIdOneOf$h as IdentificationDataIdOneOf, context$m_Identity as Identity, type MessageEnvelope$h as MessageEnvelope, context$m_Mode as Mode, type MultiCurrencyPrice$5 as MultiCurrencyPrice, type Paging$1 as Paging, type context$m_PagingMetadataV2 as PagingMetadataV2, type context$m_QueryAbandonedCheckoutsRequest as QueryAbandonedCheckoutsRequest, type context$m_QueryAbandonedCheckoutsResponse as QueryAbandonedCheckoutsResponse, type context$m_QueryAbandonedCheckoutsResponseNonNullableFields as QueryAbandonedCheckoutsResponseNonNullableFields, type QueryV2$1 as QueryV2, type QueryV2PagingMethodOneOf$1 as QueryV2PagingMethodOneOf, type RawHttpResponse$1 as RawHttpResponse, type RawHttpResponseNonNullableFields$1 as RawHttpResponseNonNullableFields, type context$m_RedirectToCheckoutRequest as RedirectToCheckoutRequest, type Reschedule$1 as Reschedule, type RestoreInfo$i as RestoreInfo, type context$m_Search as Search, type context$m_SearchAbandonedCheckoutsOptions as SearchAbandonedCheckoutsOptions, type context$m_SearchAbandonedCheckoutsRequest as SearchAbandonedCheckoutsRequest, type context$m_SearchAbandonedCheckoutsResponse as SearchAbandonedCheckoutsResponse, type context$m_SearchAbandonedCheckoutsResponseNonNullableFields as SearchAbandonedCheckoutsResponseNonNullableFields, type context$m_SearchDetails as SearchDetails, type context$m_SearchPagingMethodOneOf as SearchPagingMethodOneOf, SortOrder$a as SortOrder, type Sorting$a as Sorting, Status$4 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 context$m_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type VatId$8 as VatId, VatType$8 as VatType, WebhookIdentityType$h as WebhookIdentityType, type context$m__publicOnAbandonedCheckoutRecoveredType as _publicOnAbandonedCheckoutRecoveredType, context$m_deleteAbandonedCheckout as deleteAbandonedCheckout, context$m_getAbandonedCheckout as getAbandonedCheckout, context$m_onAbandonedCheckoutRecovered as onAbandonedCheckoutRecovered, onAbandonedCheckoutRecovered$1 as publicOnAbandonedCheckoutRecovered, context$m_queryAbandonedCheckouts as queryAbandonedCheckouts, context$m_redirectToCheckout as redirectToCheckout, context$m_searchAbandonedCheckouts as searchAbandonedCheckouts };
|
|
4571
4587
|
}
|
|
4572
4588
|
|
|
4573
4589
|
/**
|
|
@@ -20606,6 +20622,10 @@ interface RefundInitiated$1 {
|
|
|
20606
20622
|
interface RefundedPayment$1 extends RefundedPaymentKindOneOf$1 {
|
|
20607
20623
|
/** Regular payment refund. */
|
|
20608
20624
|
regular?: RegularPaymentRefund$1;
|
|
20625
|
+
/** Gift card payment refund. */
|
|
20626
|
+
giftCard?: GiftCardPaymentRefund$1;
|
|
20627
|
+
/** Membership payment refund. */
|
|
20628
|
+
membership?: MembershipPaymentRefund$1;
|
|
20609
20629
|
/** Payment ID. */
|
|
20610
20630
|
paymentId?: string;
|
|
20611
20631
|
/** Whether refund was made externally and manually on the payment provider's side. */
|
|
@@ -20615,6 +20635,10 @@ interface RefundedPayment$1 extends RefundedPaymentKindOneOf$1 {
|
|
|
20615
20635
|
interface RefundedPaymentKindOneOf$1 {
|
|
20616
20636
|
/** Regular payment refund. */
|
|
20617
20637
|
regular?: RegularPaymentRefund$1;
|
|
20638
|
+
/** Gift card payment refund. */
|
|
20639
|
+
giftCard?: GiftCardPaymentRefund$1;
|
|
20640
|
+
/** Membership payment refund. */
|
|
20641
|
+
membership?: MembershipPaymentRefund$1;
|
|
20618
20642
|
}
|
|
20619
20643
|
interface RegularPaymentRefund$1 {
|
|
20620
20644
|
/** Refund amount */
|
|
@@ -20624,6 +20648,16 @@ interface RegularPaymentRefund$1 {
|
|
|
20624
20648
|
/** Card issuer's brand. */
|
|
20625
20649
|
brand?: string | null;
|
|
20626
20650
|
}
|
|
20651
|
+
interface GiftCardPaymentRefund$1 {
|
|
20652
|
+
/** Gift card payment ID */
|
|
20653
|
+
giftCardPaymentId?: string | null;
|
|
20654
|
+
/** Refund amount */
|
|
20655
|
+
amount?: Price$3;
|
|
20656
|
+
}
|
|
20657
|
+
interface MembershipPaymentRefund$1 {
|
|
20658
|
+
/** Membership ID */
|
|
20659
|
+
membershipId?: string | null;
|
|
20660
|
+
}
|
|
20627
20661
|
interface PaymentRefunded$1 {
|
|
20628
20662
|
/** Refund ID. */
|
|
20629
20663
|
refundId?: string;
|
|
@@ -21586,8 +21620,12 @@ interface AuthorizedPaymentVoidedNonNullableFields$1 {
|
|
|
21586
21620
|
interface RegularPaymentRefundNonNullableFields$1 {
|
|
21587
21621
|
amount?: PriceNonNullableFields$3;
|
|
21588
21622
|
}
|
|
21623
|
+
interface GiftCardPaymentRefundNonNullableFields$1 {
|
|
21624
|
+
amount?: PriceNonNullableFields$3;
|
|
21625
|
+
}
|
|
21589
21626
|
interface RefundedPaymentNonNullableFields$1 {
|
|
21590
21627
|
regular?: RegularPaymentRefundNonNullableFields$1;
|
|
21628
|
+
giftCard?: GiftCardPaymentRefundNonNullableFields$1;
|
|
21591
21629
|
paymentId: string;
|
|
21592
21630
|
externalRefund: boolean;
|
|
21593
21631
|
}
|
|
@@ -21660,6 +21698,7 @@ interface V1BalanceSummaryNonNullableFields {
|
|
|
21660
21698
|
refunded?: PriceNonNullableFields$3;
|
|
21661
21699
|
authorized?: PriceNonNullableFields$3;
|
|
21662
21700
|
pendingRefund?: PriceNonNullableFields$3;
|
|
21701
|
+
pending?: PriceNonNullableFields$3;
|
|
21663
21702
|
}
|
|
21664
21703
|
interface TagListNonNullableFields$1 {
|
|
21665
21704
|
tagIds: string[];
|
|
@@ -22148,7 +22187,7 @@ declare const context$d_setRecipientInfo: typeof setRecipientInfo;
|
|
|
22148
22187
|
declare const context$d_setShippingInfo: typeof setShippingInfo;
|
|
22149
22188
|
declare const context$d_updateLineItems: typeof updateLineItems;
|
|
22150
22189
|
declare namespace context$d {
|
|
22151
|
-
export { type ActionEvent$a as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type context$d_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type context$d_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type context$d_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type context$d_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type context$d_AdditionalFeeDetails as AdditionalFeeDetails, type context$d_AdditionalFeeOption as AdditionalFeeOption, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$6 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, context$d_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 context$d_BillingChangedDetails as BillingChangedDetails, type context$d_BillingDetails as BillingDetails, type context$d_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type context$d_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type context$d_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type context$d_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$3 as CatalogReference, type context$d_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type context$d_CommitDraftOrderOptions as CommitDraftOrderOptions, type context$d_CommitDraftOrderRequest as CommitDraftOrderRequest, type context$d_CommitDraftOrderResponse as CommitDraftOrderResponse, type context$d_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type context$d_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type context$d_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type context$d_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type context$d_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type context$d_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type context$d_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type context$d_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type context$d_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type context$d_CreateDraftOrderRequest as CreateDraftOrderRequest, type context$d_CreateDraftOrderResponse as CreateDraftOrderResponse, type context$d_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type context$d_CreateEmptyDraftOrderRequest as CreateEmptyDraftOrderRequest, type context$d_CreateEmptyDraftOrderResponse as CreateEmptyDraftOrderResponse, type context$d_CreateEmptyDraftOrderResponseNonNullableFields as CreateEmptyDraftOrderResponseNonNullableFields, type context$d_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type context$d_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type context$d_CreateOrderFromDraftResponseNonNullableFields as CreateOrderFromDraftResponseNonNullableFields, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CreditCardDetails$1 as CreditCardDetails, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type context$d_CustomLineItem as CustomLineItem, type context$d_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type context$d_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type context$d_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type context$d_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type context$d_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type context$d_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type context$d_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type context$d_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 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$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type context$d_DiscountDetails as DiscountDetails, type context$d_DiscountOption as DiscountOption, type context$d_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type context$d_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type context$d_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type context$d_DraftOrdersQueryResult as DraftOrdersQueryResult, context$d_EditingStatus as EditingStatus, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$2 as FieldViolation, context$d_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$2 as FullAddressContactDetails, type context$d_GetDraftEditabilityStatusRequest as GetDraftEditabilityStatusRequest, type context$d_GetDraftEditabilityStatusResponse as GetDraftEditabilityStatusResponse, type context$d_GetDraftOrderRequest as GetDraftOrderRequest, type context$d_GetDraftOrderResponse as GetDraftOrderResponse, type context$d_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type context$d_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type context$d_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type context$d_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type context$d_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$d_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type context$d_ItemDetails as ItemDetails, type context$d_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type context$d_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$2 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$2 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$9 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, context$d_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type context$d_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, type PaymentCanceled$1 as PaymentCanceled, type PaymentCanceledPaymentDetailsOneOf$1 as PaymentCanceledPaymentDetailsOneOf, type PaymentDeclined$1 as PaymentDeclined, type PaymentDeclinedPaymentDetailsOneOf$1 as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$2 as PaymentOptionType, type PaymentPending$1 as PaymentPending, type PaymentPendingPaymentDetailsOneOf$1 as PaymentPendingPaymentDetailsOneOf, type PaymentRefundFailed$1 as PaymentRefundFailed, type PaymentRefunded$1 as PaymentRefunded, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$3 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$4 as PickupDetails, context$d_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$3 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$3 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$1 as ProductName, type context$d_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type context$d_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type context$d_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type context$d_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type context$d_RecipientInfoDetails as RecipientInfoDetails, type context$d_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RefundInitiated$1 as RefundInitiated, type RefundedAsStoreCredit$1 as RefundedAsStoreCredit, type RefundedPayment$1 as RefundedPayment, type RefundedPaymentKindOneOf$1 as RefundedPaymentKindOneOf, type RegularPayment$1 as RegularPayment, type RegularPaymentPaymentMethodDetailsOneOf$1 as RegularPaymentPaymentMethodDetailsOneOf, type RegularPaymentRefund$1 as RegularPaymentRefund, type RestoreInfo$a as RestoreInfo, RuleType$2 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type context$d_SecuredMedia as SecuredMedia, type context$d_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type context$d_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type context$d_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type context$d_SetBillingInfoRequest as SetBillingInfoRequest, type context$d_SetBillingInfoResponse as SetBillingInfoResponse, type context$d_SetBillingInfoResponseNonNullableFields as SetBillingInfoResponseNonNullableFields, type context$d_SetBuyerInfoRequest as SetBuyerInfoRequest, type context$d_SetBuyerInfoResponse as SetBuyerInfoResponse, type context$d_SetBuyerInfoResponseNonNullableFields as SetBuyerInfoResponseNonNullableFields, type context$d_SetDiscountsRequest as SetDiscountsRequest, type context$d_SetDiscountsResponse as SetDiscountsResponse, type context$d_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type context$d_SetRecipientInfoRequest as SetRecipientInfoRequest, type context$d_SetRecipientInfoResponse as SetRecipientInfoResponse, type context$d_SetRecipientInfoResponseNonNullableFields as SetRecipientInfoResponseNonNullableFields, type context$d_SetShippingInfoRequest as SetShippingInfoRequest, type context$d_SetShippingInfoResponse as SetShippingInfoResponse, type context$d_SetShippingInfoResponseNonNullableFields as SetShippingInfoResponseNonNullableFields, type context$d_SetTaxExemptionRequest as SetTaxExemptionRequest, type context$d_SetTaxExemptionResponse as SetTaxExemptionResponse, type context$d_ShippingChangedDetails as ShippingChangedDetails, type context$d_ShippingDetails as ShippingDetails, type context$d_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$2 as ShippingInformation, type ShippingInformationChange$1 as ShippingInformationChange, type ShippingOption$2 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, SourceType$1 as SourceType, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$2 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TaxableAddress$2 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$2 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$2 as TaxableAddressType, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type context$d_UpdateLineItemsOptions as UpdateLineItemsOptions, type context$d_UpdateLineItemsRequest as UpdateLineItemsRequest, type context$d_UpdateLineItemsResponse as UpdateLineItemsResponse, type context$d_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type context$d_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type context$d_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type context$d_V1BalanceSummary as V1BalanceSummary, type context$d_V1CreatedBy as V1CreatedBy, type context$d_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$d_V1DeliveryLogistics as V1DeliveryLogistics, type context$d_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type context$d_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$d_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type context$d_V1ShippingPrice as V1ShippingPrice, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$4 as WeightUnit, context$d_addLineItemsToDraftOrder as addLineItemsToDraftOrder, context$d_commitDraftOrder as commitDraftOrder, context$d_createCustomAdditionalFees as createCustomAdditionalFees, context$d_createCustomDiscounts as createCustomDiscounts, context$d_createDraftOrder as createDraftOrder, context$d_createEmptyDraftOrder as createEmptyDraftOrder, context$d_createOrderFromDraft as createOrderFromDraft, context$d_deleteCustomAdditionalFees as deleteCustomAdditionalFees, context$d_deleteCustomDiscounts as deleteCustomDiscounts, context$d_deleteDraftOrder as deleteDraftOrder, context$d_getDraftOrder as getDraftOrder, context$d_getOrderDraftabilityStatus as getOrderDraftabilityStatus, context$d_queryDraftOrders as queryDraftOrders, context$d_setAdditionalFees as setAdditionalFees, context$d_setBillingInfo as setBillingInfo, context$d_setBuyerInfo as setBuyerInfo, context$d_setDiscounts as setDiscounts, context$d_setRecipientInfo as setRecipientInfo, context$d_setShippingInfo as setShippingInfo, context$d_updateLineItems as updateLineItems };
|
|
22190
|
+
export { type ActionEvent$a as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type context$d_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type context$d_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type context$d_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type context$d_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type context$d_AdditionalFeeDetails as AdditionalFeeDetails, type context$d_AdditionalFeeOption as AdditionalFeeOption, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$6 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, context$d_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 context$d_BillingChangedDetails as BillingChangedDetails, type context$d_BillingDetails as BillingDetails, type context$d_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type context$d_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type context$d_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type context$d_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$3 as CatalogReference, type context$d_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type context$d_CommitDraftOrderOptions as CommitDraftOrderOptions, type context$d_CommitDraftOrderRequest as CommitDraftOrderRequest, type context$d_CommitDraftOrderResponse as CommitDraftOrderResponse, type context$d_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type context$d_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type context$d_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type context$d_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type context$d_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type context$d_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type context$d_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type context$d_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type context$d_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type context$d_CreateDraftOrderRequest as CreateDraftOrderRequest, type context$d_CreateDraftOrderResponse as CreateDraftOrderResponse, type context$d_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type context$d_CreateEmptyDraftOrderRequest as CreateEmptyDraftOrderRequest, type context$d_CreateEmptyDraftOrderResponse as CreateEmptyDraftOrderResponse, type context$d_CreateEmptyDraftOrderResponseNonNullableFields as CreateEmptyDraftOrderResponseNonNullableFields, type context$d_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type context$d_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type context$d_CreateOrderFromDraftResponseNonNullableFields as CreateOrderFromDraftResponseNonNullableFields, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CreditCardDetails$1 as CreditCardDetails, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type context$d_CustomLineItem as CustomLineItem, type context$d_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type context$d_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type context$d_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type context$d_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type context$d_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type context$d_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type context$d_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type context$d_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 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$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type context$d_DiscountDetails as DiscountDetails, type context$d_DiscountOption as DiscountOption, type context$d_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type context$d_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type context$d_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type context$d_DraftOrdersQueryResult as DraftOrdersQueryResult, context$d_EditingStatus as EditingStatus, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$2 as FieldViolation, context$d_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$2 as FullAddressContactDetails, type context$d_GetDraftEditabilityStatusRequest as GetDraftEditabilityStatusRequest, type context$d_GetDraftEditabilityStatusResponse as GetDraftEditabilityStatusResponse, type context$d_GetDraftOrderRequest as GetDraftOrderRequest, type context$d_GetDraftOrderResponse as GetDraftOrderResponse, type context$d_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type context$d_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type context$d_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type context$d_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type GiftCardPaymentRefund$1 as GiftCardPaymentRefund, type context$d_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$d_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type context$d_ItemDetails as ItemDetails, type context$d_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type context$d_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$2 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 MembershipPaymentRefund$1 as MembershipPaymentRefund, type MerchantComment$1 as MerchantComment, type MerchantDiscount$2 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$9 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, context$d_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type context$d_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, type PaymentCanceled$1 as PaymentCanceled, type PaymentCanceledPaymentDetailsOneOf$1 as PaymentCanceledPaymentDetailsOneOf, type PaymentDeclined$1 as PaymentDeclined, type PaymentDeclinedPaymentDetailsOneOf$1 as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$2 as PaymentOptionType, type PaymentPending$1 as PaymentPending, type PaymentPendingPaymentDetailsOneOf$1 as PaymentPendingPaymentDetailsOneOf, type PaymentRefundFailed$1 as PaymentRefundFailed, type PaymentRefunded$1 as PaymentRefunded, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$3 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$4 as PickupDetails, context$d_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$3 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$3 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$1 as ProductName, type context$d_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type context$d_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type context$d_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type context$d_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type context$d_RecipientInfoDetails as RecipientInfoDetails, type context$d_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RefundInitiated$1 as RefundInitiated, type RefundedAsStoreCredit$1 as RefundedAsStoreCredit, type RefundedPayment$1 as RefundedPayment, type RefundedPaymentKindOneOf$1 as RefundedPaymentKindOneOf, type RegularPayment$1 as RegularPayment, type RegularPaymentPaymentMethodDetailsOneOf$1 as RegularPaymentPaymentMethodDetailsOneOf, type RegularPaymentRefund$1 as RegularPaymentRefund, type RestoreInfo$a as RestoreInfo, RuleType$2 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type context$d_SecuredMedia as SecuredMedia, type context$d_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type context$d_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type context$d_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type context$d_SetBillingInfoRequest as SetBillingInfoRequest, type context$d_SetBillingInfoResponse as SetBillingInfoResponse, type context$d_SetBillingInfoResponseNonNullableFields as SetBillingInfoResponseNonNullableFields, type context$d_SetBuyerInfoRequest as SetBuyerInfoRequest, type context$d_SetBuyerInfoResponse as SetBuyerInfoResponse, type context$d_SetBuyerInfoResponseNonNullableFields as SetBuyerInfoResponseNonNullableFields, type context$d_SetDiscountsRequest as SetDiscountsRequest, type context$d_SetDiscountsResponse as SetDiscountsResponse, type context$d_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type context$d_SetRecipientInfoRequest as SetRecipientInfoRequest, type context$d_SetRecipientInfoResponse as SetRecipientInfoResponse, type context$d_SetRecipientInfoResponseNonNullableFields as SetRecipientInfoResponseNonNullableFields, type context$d_SetShippingInfoRequest as SetShippingInfoRequest, type context$d_SetShippingInfoResponse as SetShippingInfoResponse, type context$d_SetShippingInfoResponseNonNullableFields as SetShippingInfoResponseNonNullableFields, type context$d_SetTaxExemptionRequest as SetTaxExemptionRequest, type context$d_SetTaxExemptionResponse as SetTaxExemptionResponse, type context$d_ShippingChangedDetails as ShippingChangedDetails, type context$d_ShippingDetails as ShippingDetails, type context$d_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$2 as ShippingInformation, type ShippingInformationChange$1 as ShippingInformationChange, type ShippingOption$2 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, SourceType$1 as SourceType, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$2 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TaxableAddress$2 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$2 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$2 as TaxableAddressType, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type context$d_UpdateLineItemsOptions as UpdateLineItemsOptions, type context$d_UpdateLineItemsRequest as UpdateLineItemsRequest, type context$d_UpdateLineItemsResponse as UpdateLineItemsResponse, type context$d_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type context$d_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type context$d_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type context$d_V1BalanceSummary as V1BalanceSummary, type context$d_V1CreatedBy as V1CreatedBy, type context$d_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$d_V1DeliveryLogistics as V1DeliveryLogistics, type context$d_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type context$d_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$d_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type context$d_V1ShippingPrice as V1ShippingPrice, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$4 as WeightUnit, context$d_addLineItemsToDraftOrder as addLineItemsToDraftOrder, context$d_commitDraftOrder as commitDraftOrder, context$d_createCustomAdditionalFees as createCustomAdditionalFees, context$d_createCustomDiscounts as createCustomDiscounts, context$d_createDraftOrder as createDraftOrder, context$d_createEmptyDraftOrder as createEmptyDraftOrder, context$d_createOrderFromDraft as createOrderFromDraft, context$d_deleteCustomAdditionalFees as deleteCustomAdditionalFees, context$d_deleteCustomDiscounts as deleteCustomDiscounts, context$d_deleteDraftOrder as deleteDraftOrder, context$d_getDraftOrder as getDraftOrder, context$d_getOrderDraftabilityStatus as getOrderDraftabilityStatus, context$d_queryDraftOrders as queryDraftOrders, context$d_setAdditionalFees as setAdditionalFees, context$d_setBillingInfo as setBillingInfo, context$d_setBuyerInfo as setBuyerInfo, context$d_setDiscounts as setDiscounts, context$d_setRecipientInfo as setRecipientInfo, context$d_setShippingInfo as setShippingInfo, context$d_updateLineItems as updateLineItems };
|
|
22152
22191
|
}
|
|
22153
22192
|
|
|
22154
22193
|
interface OrderWithFulfillments {
|
|
@@ -24740,6 +24779,10 @@ interface RefundInitiated {
|
|
|
24740
24779
|
interface RefundedPayment extends RefundedPaymentKindOneOf {
|
|
24741
24780
|
/** Regular payment refund. */
|
|
24742
24781
|
regular?: RegularPaymentRefund;
|
|
24782
|
+
/** Gift card payment refund. */
|
|
24783
|
+
giftCard?: GiftCardPaymentRefund;
|
|
24784
|
+
/** Membership payment refund. */
|
|
24785
|
+
membership?: MembershipPaymentRefund;
|
|
24743
24786
|
/** Payment ID. */
|
|
24744
24787
|
paymentId?: string;
|
|
24745
24788
|
/** Whether refund was made externally and manually on the payment provider's side. */
|
|
@@ -24749,6 +24792,10 @@ interface RefundedPayment extends RefundedPaymentKindOneOf {
|
|
|
24749
24792
|
interface RefundedPaymentKindOneOf {
|
|
24750
24793
|
/** Regular payment refund. */
|
|
24751
24794
|
regular?: RegularPaymentRefund;
|
|
24795
|
+
/** Gift card payment refund. */
|
|
24796
|
+
giftCard?: GiftCardPaymentRefund;
|
|
24797
|
+
/** Membership payment refund. */
|
|
24798
|
+
membership?: MembershipPaymentRefund;
|
|
24752
24799
|
}
|
|
24753
24800
|
interface RegularPaymentRefund {
|
|
24754
24801
|
/** Refund amount */
|
|
@@ -24758,6 +24805,16 @@ interface RegularPaymentRefund {
|
|
|
24758
24805
|
/** Card issuer's brand. */
|
|
24759
24806
|
brand?: string | null;
|
|
24760
24807
|
}
|
|
24808
|
+
interface GiftCardPaymentRefund {
|
|
24809
|
+
/** Gift card payment ID */
|
|
24810
|
+
giftCardPaymentId?: string | null;
|
|
24811
|
+
/** Refund amount */
|
|
24812
|
+
amount?: Price$2;
|
|
24813
|
+
}
|
|
24814
|
+
interface MembershipPaymentRefund {
|
|
24815
|
+
/** Membership ID */
|
|
24816
|
+
membershipId?: string | null;
|
|
24817
|
+
}
|
|
24761
24818
|
interface PaymentRefunded {
|
|
24762
24819
|
/** Refund ID. */
|
|
24763
24820
|
refundId?: string;
|
|
@@ -27227,6 +27284,12 @@ interface PickupReadyEmailSent {
|
|
|
27227
27284
|
/** Order marked as partially paid when an online transaction was confirmed with partial minimal required amount of total sum */
|
|
27228
27285
|
interface OrderPartiallyPaid {
|
|
27229
27286
|
}
|
|
27287
|
+
/** Order reject */
|
|
27288
|
+
interface OrderPending {
|
|
27289
|
+
}
|
|
27290
|
+
/** Order reject */
|
|
27291
|
+
interface OrderRejected {
|
|
27292
|
+
}
|
|
27230
27293
|
interface AddInternalActivityResponse {
|
|
27231
27294
|
/** Updated order. */
|
|
27232
27295
|
order?: Order$1;
|
|
@@ -28369,8 +28432,12 @@ interface AuthorizedPaymentVoidedNonNullableFields {
|
|
|
28369
28432
|
interface RegularPaymentRefundNonNullableFields {
|
|
28370
28433
|
amount?: PriceNonNullableFields$2;
|
|
28371
28434
|
}
|
|
28435
|
+
interface GiftCardPaymentRefundNonNullableFields {
|
|
28436
|
+
amount?: PriceNonNullableFields$2;
|
|
28437
|
+
}
|
|
28372
28438
|
interface RefundedPaymentNonNullableFields {
|
|
28373
28439
|
regular?: RegularPaymentRefundNonNullableFields;
|
|
28440
|
+
giftCard?: GiftCardPaymentRefundNonNullableFields;
|
|
28374
28441
|
paymentId: string;
|
|
28375
28442
|
externalRefund: boolean;
|
|
28376
28443
|
}
|
|
@@ -28447,6 +28514,7 @@ interface BalanceSummaryNonNullableFields {
|
|
|
28447
28514
|
refunded?: PriceNonNullableFields$2;
|
|
28448
28515
|
authorized?: PriceNonNullableFields$2;
|
|
28449
28516
|
pendingRefund?: PriceNonNullableFields$2;
|
|
28517
|
+
pending?: PriceNonNullableFields$2;
|
|
28450
28518
|
}
|
|
28451
28519
|
interface AdditionalFeeNonNullableFields {
|
|
28452
28520
|
name: string;
|
|
@@ -29168,6 +29236,7 @@ type context$9_GetPaymentCollectabilityStatusResponse = GetPaymentCollectability
|
|
|
29168
29236
|
type context$9_GetPaymentCollectabilityStatusResponseNonNullableFields = GetPaymentCollectabilityStatusResponseNonNullableFields;
|
|
29169
29237
|
type context$9_GetShipmentsRequest = GetShipmentsRequest;
|
|
29170
29238
|
type context$9_GetShipmentsResponse = GetShipmentsResponse;
|
|
29239
|
+
type context$9_GiftCardPaymentRefund = GiftCardPaymentRefund;
|
|
29171
29240
|
type context$9_HtmlApplication = HtmlApplication;
|
|
29172
29241
|
type context$9_IdAndVersion = IdAndVersion;
|
|
29173
29242
|
type context$9_InternalActivity = InternalActivity;
|
|
@@ -29225,6 +29294,7 @@ type context$9_MarkOrderAsSeenByHumanResponse = MarkOrderAsSeenByHumanResponse;
|
|
|
29225
29294
|
type context$9_MaskedOrder = MaskedOrder;
|
|
29226
29295
|
type context$9_MaskedOrderLineItem = MaskedOrderLineItem;
|
|
29227
29296
|
type context$9_MembershipChargeItem = MembershipChargeItem;
|
|
29297
|
+
type context$9_MembershipPaymentRefund = MembershipPaymentRefund;
|
|
29228
29298
|
type context$9_MerchantComment = MerchantComment;
|
|
29229
29299
|
type context$9_MerchantDiscountMerchantDiscountReasonOneOf = MerchantDiscountMerchantDiscountReasonOneOf;
|
|
29230
29300
|
type context$9_MetaData = MetaData;
|
|
@@ -29256,7 +29326,9 @@ type context$9_OrderNotFulfilled = OrderNotFulfilled;
|
|
|
29256
29326
|
type context$9_OrderPaid = OrderPaid;
|
|
29257
29327
|
type context$9_OrderPartiallyPaid = OrderPartiallyPaid;
|
|
29258
29328
|
type context$9_OrderPaymentStatusUpdatedEnvelope = OrderPaymentStatusUpdatedEnvelope;
|
|
29329
|
+
type context$9_OrderPending = OrderPending;
|
|
29259
29330
|
type context$9_OrderPlaced = OrderPlaced;
|
|
29331
|
+
type context$9_OrderRejected = OrderRejected;
|
|
29260
29332
|
type context$9_OrderStatus = OrderStatus;
|
|
29261
29333
|
declare const context$9_OrderStatus: typeof OrderStatus;
|
|
29262
29334
|
type context$9_OrderTaxBreakdown = OrderTaxBreakdown;
|
|
@@ -29446,7 +29518,7 @@ declare const context$9_searchOrders: typeof searchOrders;
|
|
|
29446
29518
|
declare const context$9_updateOrder: typeof updateOrder;
|
|
29447
29519
|
declare const context$9_voidAuthorizedPayments: typeof voidAuthorizedPayments;
|
|
29448
29520
|
declare namespace context$9 {
|
|
29449
|
-
export { type ActionEvent$7 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type context$9_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type context$9_AddActivitiesRequest as AddActivitiesRequest, type context$9_AddActivitiesResponse as AddActivitiesResponse, type context$9_AddActivityRequest as AddActivityRequest, type context$9_AddActivityResponse as AddActivityResponse, type context$9_AddInternalActivityRequest as AddInternalActivityRequest, type context$9_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type context$9_AdditionalFeeDelta as AdditionalFeeDelta, type context$9_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$5 as Address, type context$9_AddressDescription as AddressDescription, type AddressLocation$3 as AddressLocation, type context$9_AddressWithContact as AddressWithContact, type context$9_AggregateOrdersRequest as AggregateOrdersRequest, type context$9_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type context$9_App as App, type ApplicationError$4 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type context$9_AppliedDiscountDelta as AppliedDiscountDelta, type context$9_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type context$9_ArchiveOrderRequest as ArchiveOrderRequest, type context$9_ArchiveOrderResponse as ArchiveOrderResponse, context$9_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$2 as AuthorizationActionFailureDetails, type AuthorizationCapture$2 as AuthorizationCapture, AuthorizationCaptureStatus$2 as AuthorizationCaptureStatus, type AuthorizationDetails$2 as AuthorizationDetails, type AuthorizationVoid$2 as AuthorizationVoid, AuthorizationVoidStatus$2 as AuthorizationVoidStatus, type context$9_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$9_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$9_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$9_Balance as Balance, type context$9_BalanceSummary as BalanceSummary, type BaseEventMetadata$4 as BaseEventMetadata, type context$9_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type context$9_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type context$9_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type context$9_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type context$9_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type context$9_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type context$9_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type context$9_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type context$9_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type context$9_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type context$9_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type context$9_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type context$9_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type context$9_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type context$9_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type context$9_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type context$9_BulkOrderResult as BulkOrderResult, type context$9_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type context$9_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type context$9_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type context$9_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type context$9_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type context$9_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type context$9_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type context$9_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type context$9_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type context$9_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$9_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type context$9_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, type context$9_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type context$9_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$9_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$9_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$9_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type context$9_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$9_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type context$9_CalculatedTax as CalculatedTax, type context$9_CalculatedTaxes as CalculatedTaxes, type context$9_Cancel as Cancel, type context$9_CancelOrderOptions as CancelOrderOptions, type context$9_CancelOrderRequest as CancelOrderRequest, type context$9_CancelOrderResponse as CancelOrderResponse, type context$9_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type context$9_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type context$9_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type context$9_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$2 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type context$9_ChargeMembershipsRequest as ChargeMembershipsRequest, type context$9_ChargeMembershipsResponse as ChargeMembershipsResponse, type context$9_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type context$9_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type context$9_ChargedBy as ChargedBy, type context$9_Color as Color, type context$9_CommitDeltasRequest as CommitDeltasRequest, type context$9_CommitDeltasResponse as CommitDeltasResponse, type context$9_CommittedDiffs as CommittedDiffs, type context$9_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type context$9_CommonAddress as CommonAddress, type context$9_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$9_Company as Company, type context$9_Complete as Complete, type context$9_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type context$9_CreateOrderRequest as CreateOrderRequest, type context$9_CreateOrderResponse as CreateOrderResponse, type context$9_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type context$9_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type context$9_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type context$9_CreatedBy as CreatedBy, type context$9_CreatedByStringOneOf as CreatedByStringOneOf, type context$9_CreditCardDetails as CreditCardDetails, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type context$9_CursorSearch as CursorSearch, type context$9_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type context$9_CustomActivity as CustomActivity, type CustomField$1 as CustomField, context$9_CustomFieldGroup as CustomFieldGroup, type context$9_CustomFieldValue as CustomFieldValue, type context$9_Customer as Customer, type context$9_DecrementData as DecrementData, type context$9_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type context$9_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type context$9_DelayedCaptureSettings as DelayedCaptureSettings, type context$9_DeleteActivityRequest as DeleteActivityRequest, type context$9_DeleteActivityResponse as DeleteActivityResponse, type context$9_DeleteByFilterOperation as DeleteByFilterOperation, type context$9_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$2 as DeliveryLogistics, type context$9_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$2 as DeliveryTimeSlot, context$9_DeltaPaymentOptionType as DeltaPaymentOptionType, type context$9_Deposit as Deposit, context$9_DepositType as DepositType, type context$9_DescriptionLine as DescriptionLine, type context$9_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$9_DescriptionLineName as DescriptionLineName, context$9_DescriptionLineType as DescriptionLineType, type context$9_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type context$9_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, context$9_DiscountReason 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 context$9_DownloadLinkSent as DownloadLinkSent, type context$9_DraftOrderChangesApplied as DraftOrderChangesApplied, type context$9_DraftOrderCommitSettings as DraftOrderCommitSettings, type context$9_DraftOrderDiffs as DraftOrderDiffs, type context$9_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type context$9_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type context$9_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type context$9_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type context$9_Duration as Duration, context$9_DurationUnit as DurationUnit, type context$9_Email as Email, type context$9_EmailEdited as EmailEdited, type Empty$5 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$4 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type context$9_ExternalUriMapping as ExternalUriMapping, type context$9_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type context$9_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type context$9_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$9_GetMetasiteDataRequest as GetMetasiteDataRequest, type context$9_GetMetasiteDataResponse as GetMetasiteDataResponse, type context$9_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type context$9_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type context$9_GetOrderRequest as GetOrderRequest, type context$9_GetOrderResponse as GetOrderResponse, type context$9_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$9_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type context$9_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type context$9_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type context$9_GetShipmentsRequest as GetShipmentsRequest, type context$9_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type context$9_HtmlApplication as HtmlApplication, type context$9_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type context$9_InternalActivity as InternalActivity, type context$9_InternalActivityContentOneOf as InternalActivityContentOneOf, type context$9_InternalDocument as InternalDocument, type context$9_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context$9_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context$9_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type context$9_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type context$9_InternalUpdateExistingOperation as InternalUpdateExistingOperation, context$9_InventoryAction as InventoryAction, type context$9_InventoryUpdateDetails as InventoryUpdateDetails, type context$9_InvoiceAdded as InvoiceAdded, type context$9_InvoiceDates as InvoiceDates, type context$9_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type context$9_InvoiceFields as InvoiceFields, type context$9_InvoiceSent as InvoiceSent, type context$9_InvoiceSentEvent as InvoiceSentEvent, context$9_InvoiceStatus as InvoiceStatus, type context$9_InvoicesPayment as InvoicesPayment, type context$9_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type context$9_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type context$9_LineItemAmount as LineItemAmount, type context$9_LineItemChanges as LineItemChanges, type context$9_LineItemDelta as LineItemDelta, type context$9_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type context$9_LineItemExchangeData as LineItemExchangeData, type context$9_LineItemMetaData as LineItemMetaData, type context$9_LineItemPriceChange as LineItemPriceChange, type context$9_LineItemQuantityChange as LineItemQuantityChange, context$9_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type context$9_LineItemTax as LineItemTax, type context$9_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$9_LineItemTaxInfo as LineItemTaxInfo, type context$9_LineItemUpdate as LineItemUpdate, type context$9_LineItems as LineItems, type context$9_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type context$9_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type context$9_Locale as Locale, type context$9_LocationAndQuantity as LocationAndQuantity, type context$9_ManagedAdditionalFee as ManagedAdditionalFee, type context$9_ManagedDiscount as ManagedDiscount, type context$9_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type context$9_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type context$9_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type context$9_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type context$9_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type context$9_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type context$9_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type context$9_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type context$9_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type context$9_MaskedOrder as MaskedOrder, type context$9_MaskedOrderLineItem as MaskedOrderLineItem, type context$9_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type context$9_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$9_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type context$9_MetaData as MetaData, type context$9_MetaSite as MetaSite, type context$9_MetaTag as MetaTag, context$9_Namespace as Namespace, type context$9_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, context$9_OrderApprovalStrategy as OrderApprovalStrategy, type context$9_OrderApproved as OrderApproved, type context$9_OrderApprovedEnvelope as OrderApprovedEnvelope, type context$9_OrderCanceled as OrderCanceled, type context$9_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$9_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type context$9_OrderChange as OrderChange, type context$9_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$9_OrderCreateNotifications as OrderCreateNotifications, type context$9_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$9_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$9_OrderCreationSettings as OrderCreationSettings, type context$9_OrderDeltasCommitted as OrderDeltasCommitted, type context$9_OrderFulfilled as OrderFulfilled, type context$9_OrderItemsRestocked as OrderItemsRestocked, type context$9_OrderLineItem as OrderLineItem, type context$9_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type context$9_OrderNonNullableFields as OrderNonNullableFields, type context$9_OrderNotFulfilled as OrderNotFulfilled, type context$9_OrderPaid as OrderPaid, type context$9_OrderPartiallyPaid as OrderPartiallyPaid, type context$9_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type context$9_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, context$9_OrderStatus as OrderStatus, type context$9_OrderTaxBreakdown as OrderTaxBreakdown, type context$9_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type context$9_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$9_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type context$9_PaymentCanceled as PaymentCanceled, type context$9_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type context$9_PaymentCapture as PaymentCapture, context$9_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type context$9_PaymentDeclined as PaymentDeclined, type context$9_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type context$9_PaymentPending as PaymentPending, type context$9_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type context$9_PaymentRefundFailed as PaymentRefundFailed, type context$9_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type context$9_PaymentStatusUpdated as PaymentStatusUpdated, type context$9_Payments as Payments, type context$9_Phone as Phone, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$3 as PickupDetails, PickupMethod$2 as PickupMethod, type context$9_PickupReadyEmailSent as PickupReadyEmailSent, context$9_Placement as Placement, type context$9_PlainTextValue as PlainTextValue, type context$9_PlatformPaging as PlatformPaging, type context$9_PlatformPagingMetadata as PlatformPagingMetadata, type context$9_PlatformQuery as PlatformQuery, type context$9_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context$9_PreparePaymentCollectionOptions as PreparePaymentCollectionOptions, type context$9_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type context$9_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type context$9_PreparePaymentCollectionResponseNonNullableFields as PreparePaymentCollectionResponseNonNullableFields, type context$9_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type context$9_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type context$9_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type context$9_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type context$9_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type context$9_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type context$9_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type context$9_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type context$9_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type context$9_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type context$9_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type context$9_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, context$9_PreviewEmailType as PreviewEmailType, type context$9_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type context$9_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type context$9_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type context$9_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type context$9_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type context$9_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type context$9_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type context$9_ProductName as ProductName, type context$9_PublicActivity as PublicActivity, type context$9_PublicActivityContentOneOf as PublicActivityContentOneOf, type context$9_QueryOrderRequest as QueryOrderRequest, type context$9_QueryOrderResponse as QueryOrderResponse, type context$9_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type context$9_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type context$9_QuotesAddress as QuotesAddress, Reason$2 as Reason, type context$9_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type context$9_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type context$9_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, type context$9_RefundInitiated as RefundInitiated, type RefundItem$2 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$2 as RefundStatus, type RefundTransaction$2 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type context$9_RefundedAsStoreCredit as RefundedAsStoreCredit, type context$9_RefundedPayment as RefundedPayment, type context$9_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$9_RegularPayment as RegularPayment, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$9_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type context$9_RegularPaymentRefund as RegularPaymentRefund, type context$9_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$7 as RestoreInfo, type context$9_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type context$9_SearchOrdersOptions as SearchOrdersOptions, type context$9_SearchOrdersRequest as SearchOrdersRequest, type context$9_SearchOrdersResponse as SearchOrdersResponse, type context$9_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type context$9_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type context$9_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type context$9_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type context$9_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type context$9_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type context$9_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type context$9_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type context$9_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type context$9_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type context$9_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type context$9_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type context$9_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type context$9_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type context$9_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type context$9_SendRefundEmailRequest as SendRefundEmailRequest, type context$9_SendRefundEmailResponse as SendRefundEmailResponse, type context$9_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type context$9_ShippingAddressEdited as ShippingAddressEdited, type context$9_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type context$9_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$2 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type Source$1 as Source, context$9_SourceType as SourceType, type context$9_StandardDetails as StandardDetails, context$9_State as State, type StreetAddress$4 as StreetAddress, type Subdivision$1 as Subdivision, SubdivisionType$1 as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type context$9_TagList as TagList, type context$9_Tags as Tags, type context$9_Task as Task, type context$9_TaskAction as TaskAction, type context$9_TaskActionActionOneOf as TaskActionActionOneOf, type context$9_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type context$9_TotalPrice as TotalPrice, type context$9_TotalPriceChange as TotalPriceChange, type context$9_TrackingLinkAdded as TrackingLinkAdded, type context$9_TrackingNumberAdded as TrackingNumberAdded, type context$9_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type context$9_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type context$9_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type context$9_TriggerReindexRequest as TriggerReindexRequest, type context$9_TriggerReindexResponse as TriggerReindexResponse, type context$9_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type context$9_UnArchiveOrderRequest as UnArchiveOrderRequest, type context$9_UnArchiveOrderResponse as UnArchiveOrderResponse, type context$9_UpdateActivityRequest as UpdateActivityRequest, type context$9_UpdateActivityResponse as UpdateActivityResponse, type context$9_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type context$9_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type context$9_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type context$9_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type context$9_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type context$9_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type context$9_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context$9_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context$9_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type context$9_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type context$9_UpdateOrder as UpdateOrder, type context$9_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type context$9_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type context$9_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type context$9_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type context$9_UpdateOrderRequest as UpdateOrderRequest, type context$9_UpdateOrderResponse as UpdateOrderResponse, type context$9_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type context$9_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type context$9_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type context$9_UpsertRefundRequest as UpsertRefundRequest, type context$9_UpsertRefundResponse as UpsertRefundResponse, type context$9_UserDataResponse as UserDataResponse, type context$9_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type context$9_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type context$9_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type context$9_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type context$9_V1LineItemDelta as V1LineItemDelta, type context$9_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type context$9_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type context$9_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type context$9_V1RestockItem as V1RestockItem, type context$9_V1ScheduledAction as V1ScheduledAction, type context$9_V1ShippingInformation as V1ShippingInformation, type context$9_Value as Value, context$9_ValueType as ValueType, type VatId$2 as VatId, VatType$2 as VatType, type context$9_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context$9_VersionedDocumentId as VersionedDocumentId, type context$9_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context$9_VersioningMode as VersioningMode, type context$9_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type context$9_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type context$9_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$3 as WeightUnit, type context$9__publicOnOrderApprovedType as _publicOnOrderApprovedType, type context$9__publicOnOrderCanceledType as _publicOnOrderCanceledType, type context$9__publicOnOrderCreatedType as _publicOnOrderCreatedType, type context$9__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type context$9__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, context$9_bulkUpdateOrderTags as bulkUpdateOrderTags, context$9_bulkUpdateOrders as bulkUpdateOrders, context$9_cancelOrder as cancelOrder, context$9_captureAuthorizedPayments as captureAuthorizedPayments, context$9_createOrder as createOrder, context$9_getOrder as getOrder, context$9_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, context$9_onOrderApproved as onOrderApproved, context$9_onOrderCanceled as onOrderCanceled, context$9_onOrderCreated as onOrderCreated, context$9_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, context$9_onOrderUpdated as onOrderUpdated, context$9_preparePaymentCollection as preparePaymentCollection, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, onOrderUpdated$1 as publicOnOrderUpdated, context$9_searchOrders as searchOrders, context$9_updateOrder as updateOrder, context$9_voidAuthorizedPayments as voidAuthorizedPayments };
|
|
29521
|
+
export { type ActionEvent$7 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type context$9_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type context$9_AddActivitiesRequest as AddActivitiesRequest, type context$9_AddActivitiesResponse as AddActivitiesResponse, type context$9_AddActivityRequest as AddActivityRequest, type context$9_AddActivityResponse as AddActivityResponse, type context$9_AddInternalActivityRequest as AddInternalActivityRequest, type context$9_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type context$9_AdditionalFeeDelta as AdditionalFeeDelta, type context$9_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$5 as Address, type context$9_AddressDescription as AddressDescription, type AddressLocation$3 as AddressLocation, type context$9_AddressWithContact as AddressWithContact, type context$9_AggregateOrdersRequest as AggregateOrdersRequest, type context$9_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type context$9_App as App, type ApplicationError$4 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type context$9_AppliedDiscountDelta as AppliedDiscountDelta, type context$9_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type context$9_ArchiveOrderRequest as ArchiveOrderRequest, type context$9_ArchiveOrderResponse as ArchiveOrderResponse, context$9_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$2 as AuthorizationActionFailureDetails, type AuthorizationCapture$2 as AuthorizationCapture, AuthorizationCaptureStatus$2 as AuthorizationCaptureStatus, type AuthorizationDetails$2 as AuthorizationDetails, type AuthorizationVoid$2 as AuthorizationVoid, AuthorizationVoidStatus$2 as AuthorizationVoidStatus, type context$9_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$9_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$9_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$9_Balance as Balance, type context$9_BalanceSummary as BalanceSummary, type BaseEventMetadata$4 as BaseEventMetadata, type context$9_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type context$9_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type context$9_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type context$9_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type context$9_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type context$9_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type context$9_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type context$9_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type context$9_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type context$9_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type context$9_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type context$9_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type context$9_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type context$9_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type context$9_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type context$9_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type context$9_BulkOrderResult as BulkOrderResult, type context$9_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type context$9_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type context$9_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type context$9_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type context$9_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type context$9_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type context$9_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type context$9_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type context$9_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type context$9_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$9_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type context$9_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, type context$9_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type context$9_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$9_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$9_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$9_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type context$9_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$9_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type context$9_CalculatedTax as CalculatedTax, type context$9_CalculatedTaxes as CalculatedTaxes, type context$9_Cancel as Cancel, type context$9_CancelOrderOptions as CancelOrderOptions, type context$9_CancelOrderRequest as CancelOrderRequest, type context$9_CancelOrderResponse as CancelOrderResponse, type context$9_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type context$9_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type context$9_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type context$9_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$2 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type context$9_ChargeMembershipsRequest as ChargeMembershipsRequest, type context$9_ChargeMembershipsResponse as ChargeMembershipsResponse, type context$9_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type context$9_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type context$9_ChargedBy as ChargedBy, type context$9_Color as Color, type context$9_CommitDeltasRequest as CommitDeltasRequest, type context$9_CommitDeltasResponse as CommitDeltasResponse, type context$9_CommittedDiffs as CommittedDiffs, type context$9_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type context$9_CommonAddress as CommonAddress, type context$9_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$9_Company as Company, type context$9_Complete as Complete, type context$9_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type context$9_CreateOrderRequest as CreateOrderRequest, type context$9_CreateOrderResponse as CreateOrderResponse, type context$9_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type context$9_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type context$9_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type context$9_CreatedBy as CreatedBy, type context$9_CreatedByStringOneOf as CreatedByStringOneOf, type context$9_CreditCardDetails as CreditCardDetails, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type context$9_CursorSearch as CursorSearch, type context$9_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type context$9_CustomActivity as CustomActivity, type CustomField$1 as CustomField, context$9_CustomFieldGroup as CustomFieldGroup, type context$9_CustomFieldValue as CustomFieldValue, type context$9_Customer as Customer, type context$9_DecrementData as DecrementData, type context$9_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type context$9_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type context$9_DelayedCaptureSettings as DelayedCaptureSettings, type context$9_DeleteActivityRequest as DeleteActivityRequest, type context$9_DeleteActivityResponse as DeleteActivityResponse, type context$9_DeleteByFilterOperation as DeleteByFilterOperation, type context$9_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$2 as DeliveryLogistics, type context$9_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$2 as DeliveryTimeSlot, context$9_DeltaPaymentOptionType as DeltaPaymentOptionType, type context$9_Deposit as Deposit, context$9_DepositType as DepositType, type context$9_DescriptionLine as DescriptionLine, type context$9_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$9_DescriptionLineName as DescriptionLineName, context$9_DescriptionLineType as DescriptionLineType, type context$9_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type context$9_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, context$9_DiscountReason 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 context$9_DownloadLinkSent as DownloadLinkSent, type context$9_DraftOrderChangesApplied as DraftOrderChangesApplied, type context$9_DraftOrderCommitSettings as DraftOrderCommitSettings, type context$9_DraftOrderDiffs as DraftOrderDiffs, type context$9_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type context$9_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type context$9_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type context$9_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type context$9_Duration as Duration, context$9_DurationUnit as DurationUnit, type context$9_Email as Email, type context$9_EmailEdited as EmailEdited, type Empty$5 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$4 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type context$9_ExternalUriMapping as ExternalUriMapping, type context$9_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type context$9_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type context$9_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$9_GetMetasiteDataRequest as GetMetasiteDataRequest, type context$9_GetMetasiteDataResponse as GetMetasiteDataResponse, type context$9_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type context$9_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type context$9_GetOrderRequest as GetOrderRequest, type context$9_GetOrderResponse as GetOrderResponse, type context$9_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$9_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type context$9_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type context$9_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type context$9_GetShipmentsRequest as GetShipmentsRequest, type context$9_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type context$9_GiftCardPaymentRefund as GiftCardPaymentRefund, type context$9_HtmlApplication as HtmlApplication, type context$9_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type context$9_InternalActivity as InternalActivity, type context$9_InternalActivityContentOneOf as InternalActivityContentOneOf, type context$9_InternalDocument as InternalDocument, type context$9_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context$9_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context$9_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type context$9_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type context$9_InternalUpdateExistingOperation as InternalUpdateExistingOperation, context$9_InventoryAction as InventoryAction, type context$9_InventoryUpdateDetails as InventoryUpdateDetails, type context$9_InvoiceAdded as InvoiceAdded, type context$9_InvoiceDates as InvoiceDates, type context$9_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type context$9_InvoiceFields as InvoiceFields, type context$9_InvoiceSent as InvoiceSent, type context$9_InvoiceSentEvent as InvoiceSentEvent, context$9_InvoiceStatus as InvoiceStatus, type context$9_InvoicesPayment as InvoicesPayment, type context$9_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type context$9_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type context$9_LineItemAmount as LineItemAmount, type context$9_LineItemChanges as LineItemChanges, type context$9_LineItemDelta as LineItemDelta, type context$9_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type context$9_LineItemExchangeData as LineItemExchangeData, type context$9_LineItemMetaData as LineItemMetaData, type context$9_LineItemPriceChange as LineItemPriceChange, type context$9_LineItemQuantityChange as LineItemQuantityChange, context$9_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type context$9_LineItemTax as LineItemTax, type context$9_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$9_LineItemTaxInfo as LineItemTaxInfo, type context$9_LineItemUpdate as LineItemUpdate, type context$9_LineItems as LineItems, type context$9_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type context$9_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type context$9_Locale as Locale, type context$9_LocationAndQuantity as LocationAndQuantity, type context$9_ManagedAdditionalFee as ManagedAdditionalFee, type context$9_ManagedDiscount as ManagedDiscount, type context$9_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type context$9_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type context$9_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type context$9_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type context$9_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type context$9_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type context$9_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type context$9_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type context$9_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type context$9_MaskedOrder as MaskedOrder, type context$9_MaskedOrderLineItem as MaskedOrderLineItem, type context$9_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, type context$9_MembershipPaymentRefund as MembershipPaymentRefund, MembershipPaymentStatus$2 as MembershipPaymentStatus, type context$9_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$9_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type context$9_MetaData as MetaData, type context$9_MetaSite as MetaSite, type context$9_MetaTag as MetaTag, context$9_Namespace as Namespace, type context$9_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, context$9_OrderApprovalStrategy as OrderApprovalStrategy, type context$9_OrderApproved as OrderApproved, type context$9_OrderApprovedEnvelope as OrderApprovedEnvelope, type context$9_OrderCanceled as OrderCanceled, type context$9_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$9_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type context$9_OrderChange as OrderChange, type context$9_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$9_OrderCreateNotifications as OrderCreateNotifications, type context$9_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$9_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$9_OrderCreationSettings as OrderCreationSettings, type context$9_OrderDeltasCommitted as OrderDeltasCommitted, type context$9_OrderFulfilled as OrderFulfilled, type context$9_OrderItemsRestocked as OrderItemsRestocked, type context$9_OrderLineItem as OrderLineItem, type context$9_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type context$9_OrderNonNullableFields as OrderNonNullableFields, type context$9_OrderNotFulfilled as OrderNotFulfilled, type context$9_OrderPaid as OrderPaid, type context$9_OrderPartiallyPaid as OrderPartiallyPaid, type context$9_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type context$9_OrderPending as OrderPending, type context$9_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, type context$9_OrderRejected as OrderRejected, context$9_OrderStatus as OrderStatus, type context$9_OrderTaxBreakdown as OrderTaxBreakdown, type context$9_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type context$9_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$9_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type context$9_PaymentCanceled as PaymentCanceled, type context$9_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type context$9_PaymentCapture as PaymentCapture, context$9_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type context$9_PaymentDeclined as PaymentDeclined, type context$9_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type context$9_PaymentPending as PaymentPending, type context$9_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type context$9_PaymentRefundFailed as PaymentRefundFailed, type context$9_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type context$9_PaymentStatusUpdated as PaymentStatusUpdated, type context$9_Payments as Payments, type context$9_Phone as Phone, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$3 as PickupDetails, PickupMethod$2 as PickupMethod, type context$9_PickupReadyEmailSent as PickupReadyEmailSent, context$9_Placement as Placement, type context$9_PlainTextValue as PlainTextValue, type context$9_PlatformPaging as PlatformPaging, type context$9_PlatformPagingMetadata as PlatformPagingMetadata, type context$9_PlatformQuery as PlatformQuery, type context$9_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context$9_PreparePaymentCollectionOptions as PreparePaymentCollectionOptions, type context$9_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type context$9_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type context$9_PreparePaymentCollectionResponseNonNullableFields as PreparePaymentCollectionResponseNonNullableFields, type context$9_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type context$9_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type context$9_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type context$9_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type context$9_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type context$9_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type context$9_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type context$9_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type context$9_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type context$9_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type context$9_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type context$9_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, context$9_PreviewEmailType as PreviewEmailType, type context$9_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type context$9_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type context$9_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type context$9_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type context$9_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type context$9_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type context$9_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type context$9_ProductName as ProductName, type context$9_PublicActivity as PublicActivity, type context$9_PublicActivityContentOneOf as PublicActivityContentOneOf, type context$9_QueryOrderRequest as QueryOrderRequest, type context$9_QueryOrderResponse as QueryOrderResponse, type context$9_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type context$9_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type context$9_QuotesAddress as QuotesAddress, Reason$2 as Reason, type context$9_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type context$9_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type context$9_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, type context$9_RefundInitiated as RefundInitiated, type RefundItem$2 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$2 as RefundStatus, type RefundTransaction$2 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type context$9_RefundedAsStoreCredit as RefundedAsStoreCredit, type context$9_RefundedPayment as RefundedPayment, type context$9_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$9_RegularPayment as RegularPayment, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$9_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type context$9_RegularPaymentRefund as RegularPaymentRefund, type context$9_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$7 as RestoreInfo, type context$9_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type context$9_SearchOrdersOptions as SearchOrdersOptions, type context$9_SearchOrdersRequest as SearchOrdersRequest, type context$9_SearchOrdersResponse as SearchOrdersResponse, type context$9_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type context$9_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type context$9_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type context$9_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type context$9_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type context$9_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type context$9_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type context$9_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type context$9_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type context$9_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type context$9_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type context$9_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type context$9_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type context$9_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type context$9_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type context$9_SendRefundEmailRequest as SendRefundEmailRequest, type context$9_SendRefundEmailResponse as SendRefundEmailResponse, type context$9_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type context$9_ShippingAddressEdited as ShippingAddressEdited, type context$9_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type context$9_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$2 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type Source$1 as Source, context$9_SourceType as SourceType, type context$9_StandardDetails as StandardDetails, context$9_State as State, type StreetAddress$4 as StreetAddress, type Subdivision$1 as Subdivision, SubdivisionType$1 as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type context$9_TagList as TagList, type context$9_Tags as Tags, type context$9_Task as Task, type context$9_TaskAction as TaskAction, type context$9_TaskActionActionOneOf as TaskActionActionOneOf, type context$9_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type context$9_TotalPrice as TotalPrice, type context$9_TotalPriceChange as TotalPriceChange, type context$9_TrackingLinkAdded as TrackingLinkAdded, type context$9_TrackingNumberAdded as TrackingNumberAdded, type context$9_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type context$9_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type context$9_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type context$9_TriggerReindexRequest as TriggerReindexRequest, type context$9_TriggerReindexResponse as TriggerReindexResponse, type context$9_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type context$9_UnArchiveOrderRequest as UnArchiveOrderRequest, type context$9_UnArchiveOrderResponse as UnArchiveOrderResponse, type context$9_UpdateActivityRequest as UpdateActivityRequest, type context$9_UpdateActivityResponse as UpdateActivityResponse, type context$9_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type context$9_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type context$9_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type context$9_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type context$9_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type context$9_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type context$9_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context$9_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context$9_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type context$9_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type context$9_UpdateOrder as UpdateOrder, type context$9_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type context$9_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type context$9_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type context$9_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type context$9_UpdateOrderRequest as UpdateOrderRequest, type context$9_UpdateOrderResponse as UpdateOrderResponse, type context$9_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type context$9_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type context$9_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type context$9_UpsertRefundRequest as UpsertRefundRequest, type context$9_UpsertRefundResponse as UpsertRefundResponse, type context$9_UserDataResponse as UserDataResponse, type context$9_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type context$9_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type context$9_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type context$9_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type context$9_V1LineItemDelta as V1LineItemDelta, type context$9_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type context$9_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type context$9_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type context$9_V1RestockItem as V1RestockItem, type context$9_V1ScheduledAction as V1ScheduledAction, type context$9_V1ShippingInformation as V1ShippingInformation, type context$9_Value as Value, context$9_ValueType as ValueType, type VatId$2 as VatId, VatType$2 as VatType, type context$9_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context$9_VersionedDocumentId as VersionedDocumentId, type context$9_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context$9_VersioningMode as VersioningMode, type context$9_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type context$9_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type context$9_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$3 as WeightUnit, type context$9__publicOnOrderApprovedType as _publicOnOrderApprovedType, type context$9__publicOnOrderCanceledType as _publicOnOrderCanceledType, type context$9__publicOnOrderCreatedType as _publicOnOrderCreatedType, type context$9__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type context$9__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, context$9_bulkUpdateOrderTags as bulkUpdateOrderTags, context$9_bulkUpdateOrders as bulkUpdateOrders, context$9_cancelOrder as cancelOrder, context$9_captureAuthorizedPayments as captureAuthorizedPayments, context$9_createOrder as createOrder, context$9_getOrder as getOrder, context$9_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, context$9_onOrderApproved as onOrderApproved, context$9_onOrderCanceled as onOrderCanceled, context$9_onOrderCreated as onOrderCreated, context$9_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, context$9_onOrderUpdated as onOrderUpdated, context$9_preparePaymentCollection as preparePaymentCollection, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, onOrderUpdated$1 as publicOnOrderUpdated, context$9_searchOrders as searchOrders, context$9_updateOrder as updateOrder, context$9_voidAuthorizedPayments as voidAuthorizedPayments };
|
|
29450
29522
|
}
|
|
29451
29523
|
|
|
29452
29524
|
interface OrderPaymentRequest {
|