@wix/ecom 1.0.719 → 1.0.721
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/build/cjs/service-plugins-context.d.ts +1 -0
- package/build/cjs/service-plugins-context.js +2 -1
- package/build/cjs/service-plugins-context.js.map +1 -1
- package/build/cjs/service-plugins.d.ts +1 -0
- package/build/cjs/service-plugins.js +2 -1
- package/build/cjs/service-plugins.js.map +1 -1
- package/build/es/service-plugins-context.d.ts +1 -0
- package/build/es/service-plugins-context.js +1 -0
- package/build/es/service-plugins-context.js.map +1 -1
- package/build/es/service-plugins.d.ts +1 -0
- package/build/es/service-plugins.js +1 -0
- package/build/es/service-plugins.js.map +1 -1
- package/package.json +29 -28
- package/type-bundles/context.bundle.d.ts +178 -526
- package/type-bundles/index.bundle.d.ts +178 -526
- package/type-bundles/service-plugins-context.bundle.d.ts +338 -98
- package/type-bundles/service-plugins.bundle.d.ts +338 -98
|
@@ -108,10 +108,7 @@ interface GetCheckoutContentSignature {
|
|
|
108
108
|
(identifiers: GetCheckoutContentIdentifiers, options?: GetCheckoutContentOptions | undefined): Promise<GetCheckoutContentResponse>;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
declare
|
|
112
|
-
|
|
113
|
-
type _publicGetCheckoutContentType = typeof getCheckoutContent$1;
|
|
114
|
-
declare const getCheckoutContent: ReturnType<typeof createRESTModule$p<_publicGetCheckoutContentType>>;
|
|
111
|
+
declare const getCheckoutContent: BuildRESTFunction<typeof getCheckoutContent$1> & typeof getCheckoutContent$1;
|
|
115
112
|
|
|
116
113
|
type context$p_CheckoutContent = CheckoutContent;
|
|
117
114
|
type context$p_CheckoutContentProvider = CheckoutContentProvider;
|
|
@@ -119,10 +116,9 @@ type context$p_GetCheckoutContentIdentifiers = GetCheckoutContentIdentifiers;
|
|
|
119
116
|
type context$p_GetCheckoutContentOptions = GetCheckoutContentOptions;
|
|
120
117
|
type context$p_GetCheckoutContentRequest = GetCheckoutContentRequest;
|
|
121
118
|
type context$p_GetCheckoutContentResponse = GetCheckoutContentResponse;
|
|
122
|
-
type context$p__publicGetCheckoutContentType = _publicGetCheckoutContentType;
|
|
123
119
|
declare const context$p_getCheckoutContent: typeof getCheckoutContent;
|
|
124
120
|
declare namespace context$p {
|
|
125
|
-
export { type context$p_CheckoutContent as CheckoutContent, type context$p_CheckoutContentProvider as CheckoutContentProvider, type context$p_GetCheckoutContentIdentifiers as GetCheckoutContentIdentifiers, type context$p_GetCheckoutContentOptions as GetCheckoutContentOptions, type context$p_GetCheckoutContentRequest as GetCheckoutContentRequest, type context$p_GetCheckoutContentResponse as GetCheckoutContentResponse,
|
|
121
|
+
export { type context$p_CheckoutContent as CheckoutContent, type context$p_CheckoutContentProvider as CheckoutContentProvider, type context$p_GetCheckoutContentIdentifiers as GetCheckoutContentIdentifiers, type context$p_GetCheckoutContentOptions as GetCheckoutContentOptions, type context$p_GetCheckoutContentRequest as GetCheckoutContentRequest, type context$p_GetCheckoutContentResponse as GetCheckoutContentResponse, context$p_getCheckoutContent as getCheckoutContent };
|
|
126
122
|
}
|
|
127
123
|
|
|
128
124
|
interface CustomTrigger {
|
|
@@ -223,10 +219,7 @@ interface ListTriggersSignature {
|
|
|
223
219
|
(): Promise<ListTriggersResponse & ListTriggersResponseNonNullableFields>;
|
|
224
220
|
}
|
|
225
221
|
|
|
226
|
-
declare
|
|
227
|
-
|
|
228
|
-
type _publicListTriggersType = typeof listTriggers$1;
|
|
229
|
-
declare const listTriggers: ReturnType<typeof createRESTModule$o<_publicListTriggersType>>;
|
|
222
|
+
declare const listTriggers: BuildRESTFunction<typeof listTriggers$1> & typeof listTriggers$1;
|
|
230
223
|
|
|
231
224
|
type context$o_CustomTrigger = CustomTrigger;
|
|
232
225
|
type context$o_EligibleTrigger = EligibleTrigger;
|
|
@@ -237,10 +230,9 @@ type context$o_ListTriggersResponse = ListTriggersResponse;
|
|
|
237
230
|
type context$o_ListTriggersResponseCustomTrigger = ListTriggersResponseCustomTrigger;
|
|
238
231
|
type context$o_ListTriggersResponseNonNullableFields = ListTriggersResponseNonNullableFields;
|
|
239
232
|
type context$o_TriggerToFilterBy = TriggerToFilterBy;
|
|
240
|
-
type context$o__publicListTriggersType = _publicListTriggersType;
|
|
241
233
|
declare const context$o_listTriggers: typeof listTriggers;
|
|
242
234
|
declare namespace context$o {
|
|
243
|
-
export { type CatalogReference$a as CatalogReference, type context$o_CustomTrigger as CustomTrigger, type context$o_EligibleTrigger as EligibleTrigger, type context$o_GetEligibleTriggersRequest as GetEligibleTriggersRequest, type context$o_GetEligibleTriggersResponse as GetEligibleTriggersResponse, type LineItem$8 as LineItem, type context$o_ListTriggersRequest as ListTriggersRequest, type context$o_ListTriggersResponse as ListTriggersResponse, type context$o_ListTriggersResponseCustomTrigger as ListTriggersResponseCustomTrigger, type context$o_ListTriggersResponseNonNullableFields as ListTriggersResponseNonNullableFields, type context$o_TriggerToFilterBy as TriggerToFilterBy,
|
|
235
|
+
export { type CatalogReference$a as CatalogReference, type context$o_CustomTrigger as CustomTrigger, type context$o_EligibleTrigger as EligibleTrigger, type context$o_GetEligibleTriggersRequest as GetEligibleTriggersRequest, type context$o_GetEligibleTriggersResponse as GetEligibleTriggersResponse, type LineItem$8 as LineItem, type context$o_ListTriggersRequest as ListTriggersRequest, type context$o_ListTriggersResponse as ListTriggersResponse, type context$o_ListTriggersResponseCustomTrigger as ListTriggersResponseCustomTrigger, type context$o_ListTriggersResponseNonNullableFields as ListTriggersResponseNonNullableFields, type context$o_TriggerToFilterBy as TriggerToFilterBy, context$o_listTriggers as listTriggers };
|
|
244
236
|
}
|
|
245
237
|
|
|
246
238
|
interface DiscountRule$7 {
|
|
@@ -1215,20 +1207,13 @@ declare const onDiscountRuleCreated$1: EventDefinition<DiscountRuleCreatedEnvelo
|
|
|
1215
1207
|
declare const onDiscountRuleUpdated$1: EventDefinition<DiscountRuleUpdatedEnvelope, "wix.ecom.discounts.v1.discount_rule_updated">;
|
|
1216
1208
|
declare const onDiscountRuleDeleted$1: EventDefinition<DiscountRuleDeletedEnvelope, "wix.ecom.discounts.v1.discount_rule_deleted">;
|
|
1217
1209
|
|
|
1218
|
-
declare function createRESTModule$n<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
1219
|
-
|
|
1220
1210
|
declare function createEventModule$g<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
1221
1211
|
|
|
1222
|
-
|
|
1223
|
-
declare const
|
|
1224
|
-
|
|
1225
|
-
declare const
|
|
1226
|
-
|
|
1227
|
-
declare const updateDiscountRule: ReturnType<typeof createRESTModule$n<_publicUpdateDiscountRuleType>>;
|
|
1228
|
-
type _publicDeleteDiscountRuleType = typeof deleteDiscountRule$1;
|
|
1229
|
-
declare const deleteDiscountRule: ReturnType<typeof createRESTModule$n<_publicDeleteDiscountRuleType>>;
|
|
1230
|
-
type _publicQueryDiscountRulesType = typeof queryDiscountRules$1;
|
|
1231
|
-
declare const queryDiscountRules: ReturnType<typeof createRESTModule$n<_publicQueryDiscountRulesType>>;
|
|
1212
|
+
declare const createDiscountRule: BuildRESTFunction<typeof createDiscountRule$1> & typeof createDiscountRule$1;
|
|
1213
|
+
declare const getDiscountRule: BuildRESTFunction<typeof getDiscountRule$1> & typeof getDiscountRule$1;
|
|
1214
|
+
declare const updateDiscountRule: BuildRESTFunction<typeof updateDiscountRule$1> & typeof updateDiscountRule$1;
|
|
1215
|
+
declare const deleteDiscountRule: BuildRESTFunction<typeof deleteDiscountRule$1> & typeof deleteDiscountRule$1;
|
|
1216
|
+
declare const queryDiscountRules: BuildRESTFunction<typeof queryDiscountRules$1> & typeof queryDiscountRules$1;
|
|
1232
1217
|
|
|
1233
1218
|
type _publicOnDiscountRuleCreatedType = typeof onDiscountRuleCreated$1;
|
|
1234
1219
|
/**
|
|
@@ -1299,14 +1284,9 @@ type context$n_UpdateDiscountRule = UpdateDiscountRule;
|
|
|
1299
1284
|
type context$n_UpdateDiscountRuleRequest = UpdateDiscountRuleRequest;
|
|
1300
1285
|
type context$n_UpdateDiscountRuleResponse = UpdateDiscountRuleResponse;
|
|
1301
1286
|
type context$n_UpdateDiscountRuleResponseNonNullableFields = UpdateDiscountRuleResponseNonNullableFields;
|
|
1302
|
-
type context$n__publicCreateDiscountRuleType = _publicCreateDiscountRuleType;
|
|
1303
|
-
type context$n__publicDeleteDiscountRuleType = _publicDeleteDiscountRuleType;
|
|
1304
|
-
type context$n__publicGetDiscountRuleType = _publicGetDiscountRuleType;
|
|
1305
1287
|
type context$n__publicOnDiscountRuleCreatedType = _publicOnDiscountRuleCreatedType;
|
|
1306
1288
|
type context$n__publicOnDiscountRuleDeletedType = _publicOnDiscountRuleDeletedType;
|
|
1307
1289
|
type context$n__publicOnDiscountRuleUpdatedType = _publicOnDiscountRuleUpdatedType;
|
|
1308
|
-
type context$n__publicQueryDiscountRulesType = _publicQueryDiscountRulesType;
|
|
1309
|
-
type context$n__publicUpdateDiscountRuleType = _publicUpdateDiscountRuleType;
|
|
1310
1290
|
declare const context$n_createDiscountRule: typeof createDiscountRule;
|
|
1311
1291
|
declare const context$n_deleteDiscountRule: typeof deleteDiscountRule;
|
|
1312
1292
|
declare const context$n_getDiscountRule: typeof getDiscountRule;
|
|
@@ -1316,7 +1296,7 @@ declare const context$n_onDiscountRuleUpdated: typeof onDiscountRuleUpdated;
|
|
|
1316
1296
|
declare const context$n_queryDiscountRules: typeof queryDiscountRules;
|
|
1317
1297
|
declare const context$n_updateDiscountRule: typeof updateDiscountRule;
|
|
1318
1298
|
declare namespace context$n {
|
|
1319
|
-
export { type ActionEvent$j as ActionEvent, type context$n_ActiveTimeInfo as ActiveTimeInfo, type context$n_And as And, type AppliedDiscount$7 as AppliedDiscount, type context$n_AppliedDiscountRule as AppliedDiscountRule, context$n_AppliedSubjectType as AppliedSubjectType, type BaseEventMetadata$g as BaseEventMetadata, type context$n_BuyXGetYInfo as BuyXGetYInfo, type context$n_CatalogItemFilter as CatalogItemFilter, type CatalogReference$9 as CatalogReference, type context$n_CreateDiscountRuleRequest as CreateDiscountRuleRequest, type context$n_CreateDiscountRuleResponse as CreateDiscountRuleResponse, type context$n_CreateDiscountRuleResponseNonNullableFields as CreateDiscountRuleResponseNonNullableFields, type CursorPaging$b as CursorPaging, type Cursors$b as Cursors, type context$n_Custom as Custom, type context$n_CustomFilter as CustomFilter, type context$n_CustomerBuy as CustomerBuy, type context$n_CustomerBuyConditionOneOf as CustomerBuyConditionOneOf, type context$n_CustomerGet as CustomerGet, type context$n_DeleteDiscountRuleRequest as DeleteDiscountRuleRequest, type context$n_DeleteDiscountRuleResponse as DeleteDiscountRuleResponse, type Discount$3 as Discount, type context$n_DiscountDiscountOneOf as DiscountDiscountOneOf, type DiscountRule$7 as DiscountRule, type context$n_DiscountRuleCreatedEnvelope as DiscountRuleCreatedEnvelope, type context$n_DiscountRuleDeletedEnvelope as DiscountRuleDeletedEnvelope, type DiscountRuleName$7 as DiscountRuleName, type DiscountRuleNonNullableFields$6 as DiscountRuleNonNullableFields, type context$n_DiscountRuleUpdatedEnvelope as DiscountRuleUpdatedEnvelope, type context$n_DiscountRuleUsageLimitReached as DiscountRuleUsageLimitReached, type context$n_DiscountRulesQueryBuilder as DiscountRulesQueryBuilder, type context$n_DiscountRulesQueryResult as DiscountRulesQueryResult, type context$n_DiscountSettings as DiscountSettings, type context$n_DiscountTrigger as DiscountTrigger, type context$n_DiscountTriggerTriggerOneOf as DiscountTriggerTriggerOneOf, DiscountType$7 as DiscountType, type context$n_Discounts as Discounts, type DomainEvent$j as DomainEvent, type DomainEventBodyOneOf$j as DomainEventBodyOneOf, type Empty$e as Empty, type EntityCreatedEvent$j as EntityCreatedEvent, type EntityDeletedEvent$j as EntityDeletedEvent, type EntityUpdatedEvent$j as EntityUpdatedEvent, type EventMetadata$g as EventMetadata, type ExtendedFields$a as ExtendedFields, type context$n_GetAppliedDiscountsRequest as GetAppliedDiscountsRequest, type context$n_GetAppliedDiscountsResponse as GetAppliedDiscountsResponse, type context$n_GetDiscountRuleRequest as GetDiscountRuleRequest, type context$n_GetDiscountRuleResponse as GetDiscountRuleResponse, type context$n_GetDiscountRuleResponseNonNullableFields as GetDiscountRuleResponseNonNullableFields, type IdentificationData$j as IdentificationData, type IdentificationDataIdOneOf$j as IdentificationDataIdOneOf, type context$n_ItemQuantityRange as ItemQuantityRange, type LineItem$7 as LineItem, type MessageEnvelope$j as MessageEnvelope, type MultiCurrencyPrice$6 as MultiCurrencyPrice, type context$n_Or as Or, type PlatformPaging$2 as PlatformPaging, type PlatformPagingMetadata$2 as PlatformPagingMetadata, type PlatformQuery$2 as PlatformQuery, type PlatformQueryPagingMethodOneOf$2 as PlatformQueryPagingMethodOneOf, type context$n_QueryDiscountRulesRequest as QueryDiscountRulesRequest, type context$n_QueryDiscountRulesResponse as QueryDiscountRulesResponse, type context$n_QueryDiscountRulesResponseNonNullableFields as QueryDiscountRulesResponseNonNullableFields, type RestoreInfo$i as RestoreInfo, type Scope$5 as Scope, type context$n_ScopeScopeItemsOneOf as ScopeScopeItemsOneOf, context$n_ScopeType as ScopeType, SortOrder$b as SortOrder, type Sorting$b as Sorting, type context$n_SpecificItemsInfo as SpecificItemsInfo, Status$4 as Status, type context$n_SubtotalRange as SubtotalRange, context$n_TriggerType as TriggerType, context$n_Type as Type, type context$n_UpdateDiscountRule as UpdateDiscountRule, type context$n_UpdateDiscountRuleRequest as UpdateDiscountRuleRequest, type context$n_UpdateDiscountRuleResponse as UpdateDiscountRuleResponse, type context$n_UpdateDiscountRuleResponseNonNullableFields as UpdateDiscountRuleResponseNonNullableFields, WebhookIdentityType$j as WebhookIdentityType, type context$
|
|
1299
|
+
export { type ActionEvent$j as ActionEvent, type context$n_ActiveTimeInfo as ActiveTimeInfo, type context$n_And as And, type AppliedDiscount$7 as AppliedDiscount, type context$n_AppliedDiscountRule as AppliedDiscountRule, context$n_AppliedSubjectType as AppliedSubjectType, type BaseEventMetadata$g as BaseEventMetadata, type context$n_BuyXGetYInfo as BuyXGetYInfo, type context$n_CatalogItemFilter as CatalogItemFilter, type CatalogReference$9 as CatalogReference, type context$n_CreateDiscountRuleRequest as CreateDiscountRuleRequest, type context$n_CreateDiscountRuleResponse as CreateDiscountRuleResponse, type context$n_CreateDiscountRuleResponseNonNullableFields as CreateDiscountRuleResponseNonNullableFields, type CursorPaging$b as CursorPaging, type Cursors$b as Cursors, type context$n_Custom as Custom, type context$n_CustomFilter as CustomFilter, type context$n_CustomerBuy as CustomerBuy, type context$n_CustomerBuyConditionOneOf as CustomerBuyConditionOneOf, type context$n_CustomerGet as CustomerGet, type context$n_DeleteDiscountRuleRequest as DeleteDiscountRuleRequest, type context$n_DeleteDiscountRuleResponse as DeleteDiscountRuleResponse, type Discount$3 as Discount, type context$n_DiscountDiscountOneOf as DiscountDiscountOneOf, type DiscountRule$7 as DiscountRule, type context$n_DiscountRuleCreatedEnvelope as DiscountRuleCreatedEnvelope, type context$n_DiscountRuleDeletedEnvelope as DiscountRuleDeletedEnvelope, type DiscountRuleName$7 as DiscountRuleName, type DiscountRuleNonNullableFields$6 as DiscountRuleNonNullableFields, type context$n_DiscountRuleUpdatedEnvelope as DiscountRuleUpdatedEnvelope, type context$n_DiscountRuleUsageLimitReached as DiscountRuleUsageLimitReached, type context$n_DiscountRulesQueryBuilder as DiscountRulesQueryBuilder, type context$n_DiscountRulesQueryResult as DiscountRulesQueryResult, type context$n_DiscountSettings as DiscountSettings, type context$n_DiscountTrigger as DiscountTrigger, type context$n_DiscountTriggerTriggerOneOf as DiscountTriggerTriggerOneOf, DiscountType$7 as DiscountType, type context$n_Discounts as Discounts, type DomainEvent$j as DomainEvent, type DomainEventBodyOneOf$j as DomainEventBodyOneOf, type Empty$e as Empty, type EntityCreatedEvent$j as EntityCreatedEvent, type EntityDeletedEvent$j as EntityDeletedEvent, type EntityUpdatedEvent$j as EntityUpdatedEvent, type EventMetadata$g as EventMetadata, type ExtendedFields$a as ExtendedFields, type context$n_GetAppliedDiscountsRequest as GetAppliedDiscountsRequest, type context$n_GetAppliedDiscountsResponse as GetAppliedDiscountsResponse, type context$n_GetDiscountRuleRequest as GetDiscountRuleRequest, type context$n_GetDiscountRuleResponse as GetDiscountRuleResponse, type context$n_GetDiscountRuleResponseNonNullableFields as GetDiscountRuleResponseNonNullableFields, type IdentificationData$j as IdentificationData, type IdentificationDataIdOneOf$j as IdentificationDataIdOneOf, type context$n_ItemQuantityRange as ItemQuantityRange, type LineItem$7 as LineItem, type MessageEnvelope$j as MessageEnvelope, type MultiCurrencyPrice$6 as MultiCurrencyPrice, type context$n_Or as Or, type PlatformPaging$2 as PlatformPaging, type PlatformPagingMetadata$2 as PlatformPagingMetadata, type PlatformQuery$2 as PlatformQuery, type PlatformQueryPagingMethodOneOf$2 as PlatformQueryPagingMethodOneOf, type context$n_QueryDiscountRulesRequest as QueryDiscountRulesRequest, type context$n_QueryDiscountRulesResponse as QueryDiscountRulesResponse, type context$n_QueryDiscountRulesResponseNonNullableFields as QueryDiscountRulesResponseNonNullableFields, type RestoreInfo$i as RestoreInfo, type Scope$5 as Scope, type context$n_ScopeScopeItemsOneOf as ScopeScopeItemsOneOf, context$n_ScopeType as ScopeType, SortOrder$b as SortOrder, type Sorting$b as Sorting, type context$n_SpecificItemsInfo as SpecificItemsInfo, Status$4 as Status, type context$n_SubtotalRange as SubtotalRange, context$n_TriggerType as TriggerType, context$n_Type as Type, type context$n_UpdateDiscountRule as UpdateDiscountRule, type context$n_UpdateDiscountRuleRequest as UpdateDiscountRuleRequest, type context$n_UpdateDiscountRuleResponse as UpdateDiscountRuleResponse, type context$n_UpdateDiscountRuleResponseNonNullableFields as UpdateDiscountRuleResponseNonNullableFields, WebhookIdentityType$j as WebhookIdentityType, type context$n__publicOnDiscountRuleCreatedType as _publicOnDiscountRuleCreatedType, type context$n__publicOnDiscountRuleDeletedType as _publicOnDiscountRuleDeletedType, type context$n__publicOnDiscountRuleUpdatedType as _publicOnDiscountRuleUpdatedType, context$n_createDiscountRule as createDiscountRule, context$n_deleteDiscountRule as deleteDiscountRule, context$n_getDiscountRule as getDiscountRule, context$n_onDiscountRuleCreated as onDiscountRuleCreated, context$n_onDiscountRuleDeleted as onDiscountRuleDeleted, context$n_onDiscountRuleUpdated as onDiscountRuleUpdated, onDiscountRuleCreated$1 as publicOnDiscountRuleCreated, onDiscountRuleDeleted$1 as publicOnDiscountRuleDeleted, onDiscountRuleUpdated$1 as publicOnDiscountRuleUpdated, context$n_queryDiscountRules as queryDiscountRules, context$n_updateDiscountRule as updateDiscountRule };
|
|
1320
1300
|
}
|
|
1321
1301
|
|
|
1322
1302
|
interface Invoice {
|
|
@@ -1567,10 +1547,7 @@ interface ListInvoicesForMultipleOrdersSignature {
|
|
|
1567
1547
|
(orderIds: string[]): Promise<ListInvoicesForMultipleOrdersResponse$1 & ListInvoicesForMultipleOrdersResponseNonNullableFields>;
|
|
1568
1548
|
}
|
|
1569
1549
|
|
|
1570
|
-
declare
|
|
1571
|
-
|
|
1572
|
-
type _publicListInvoicesForMultipleOrdersType = typeof listInvoicesForMultipleOrders$1;
|
|
1573
|
-
declare const listInvoicesForMultipleOrders: ReturnType<typeof createRESTModule$m<_publicListInvoicesForMultipleOrdersType>>;
|
|
1550
|
+
declare const listInvoicesForMultipleOrders: BuildRESTFunction<typeof listInvoicesForMultipleOrders$1> & typeof listInvoicesForMultipleOrders$1;
|
|
1574
1551
|
|
|
1575
1552
|
type context$m_GenerateInvoiceWithNumberRequest = GenerateInvoiceWithNumberRequest;
|
|
1576
1553
|
type context$m_GenerateInvoiceWithNumberResponse = GenerateInvoiceWithNumberResponse;
|
|
@@ -1578,10 +1555,9 @@ type context$m_GetOrderInvoiceRequest = GetOrderInvoiceRequest;
|
|
|
1578
1555
|
type context$m_GetOrderInvoiceResponse = GetOrderInvoiceResponse;
|
|
1579
1556
|
type context$m_Invoice = Invoice;
|
|
1580
1557
|
type context$m_ListInvoicesForMultipleOrdersResponseNonNullableFields = ListInvoicesForMultipleOrdersResponseNonNullableFields;
|
|
1581
|
-
type context$m__publicListInvoicesForMultipleOrdersType = _publicListInvoicesForMultipleOrdersType;
|
|
1582
1558
|
declare const context$m_listInvoicesForMultipleOrders: typeof listInvoicesForMultipleOrders;
|
|
1583
1559
|
declare namespace context$m {
|
|
1584
|
-
export { type ActionEvent$i as ActionEvent, type AddInvoiceToOrderRequest$1 as AddInvoiceToOrderRequest, type AddInvoiceToOrderResponse$1 as AddInvoiceToOrderResponse, type ApplicationError$b as ApplicationError, type BulkActionMetadata$4 as BulkActionMetadata, type BulkGenerateInvoicesRequest$1 as BulkGenerateInvoicesRequest, type BulkGenerateInvoicesResponse$1 as BulkGenerateInvoicesResponse, type BulkInvoiceResult$1 as BulkInvoiceResult, 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 GenerateInvoiceRequest$1 as GenerateInvoiceRequest, type GenerateInvoiceResponse$1 as GenerateInvoiceResponse, type context$m_GenerateInvoiceWithNumberRequest as GenerateInvoiceWithNumberRequest, type context$m_GenerateInvoiceWithNumberResponse as GenerateInvoiceWithNumberResponse, type context$m_GetOrderInvoiceRequest as GetOrderInvoiceRequest, type context$m_GetOrderInvoiceResponse as GetOrderInvoiceResponse, type IdentificationData$i as IdentificationData, type IdentificationDataIdOneOf$i as IdentificationDataIdOneOf, type context$m_Invoice as Invoice, type InvoiceForOrder$1 as InvoiceForOrder, type InvoicesForOrder$1 as InvoicesForOrder, type ItemMetadata$4 as ItemMetadata, type ListInvoicesForMultipleOrdersRequest$1 as ListInvoicesForMultipleOrdersRequest, type ListInvoicesForMultipleOrdersResponse$1 as ListInvoicesForMultipleOrdersResponse, type context$m_ListInvoicesForMultipleOrdersResponseNonNullableFields as ListInvoicesForMultipleOrdersResponseNonNullableFields, type ListInvoicesForSingleOrderRequest$1 as ListInvoicesForSingleOrderRequest, type ListInvoicesForSingleOrderResponse$1 as ListInvoicesForSingleOrderResponse, type MessageEnvelope$i as MessageEnvelope, type RestoreInfo$h as RestoreInfo, WebhookIdentityType$i as WebhookIdentityType,
|
|
1560
|
+
export { type ActionEvent$i as ActionEvent, type AddInvoiceToOrderRequest$1 as AddInvoiceToOrderRequest, type AddInvoiceToOrderResponse$1 as AddInvoiceToOrderResponse, type ApplicationError$b as ApplicationError, type BulkActionMetadata$4 as BulkActionMetadata, type BulkGenerateInvoicesRequest$1 as BulkGenerateInvoicesRequest, type BulkGenerateInvoicesResponse$1 as BulkGenerateInvoicesResponse, type BulkInvoiceResult$1 as BulkInvoiceResult, 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 GenerateInvoiceRequest$1 as GenerateInvoiceRequest, type GenerateInvoiceResponse$1 as GenerateInvoiceResponse, type context$m_GenerateInvoiceWithNumberRequest as GenerateInvoiceWithNumberRequest, type context$m_GenerateInvoiceWithNumberResponse as GenerateInvoiceWithNumberResponse, type context$m_GetOrderInvoiceRequest as GetOrderInvoiceRequest, type context$m_GetOrderInvoiceResponse as GetOrderInvoiceResponse, type IdentificationData$i as IdentificationData, type IdentificationDataIdOneOf$i as IdentificationDataIdOneOf, type context$m_Invoice as Invoice, type InvoiceForOrder$1 as InvoiceForOrder, type InvoicesForOrder$1 as InvoicesForOrder, type ItemMetadata$4 as ItemMetadata, type ListInvoicesForMultipleOrdersRequest$1 as ListInvoicesForMultipleOrdersRequest, type ListInvoicesForMultipleOrdersResponse$1 as ListInvoicesForMultipleOrdersResponse, type context$m_ListInvoicesForMultipleOrdersResponseNonNullableFields as ListInvoicesForMultipleOrdersResponseNonNullableFields, type ListInvoicesForSingleOrderRequest$1 as ListInvoicesForSingleOrderRequest, type ListInvoicesForSingleOrderResponse$1 as ListInvoicesForSingleOrderResponse, type MessageEnvelope$i as MessageEnvelope, type RestoreInfo$h as RestoreInfo, WebhookIdentityType$i as WebhookIdentityType, context$m_listInvoicesForMultipleOrders as listInvoicesForMultipleOrders };
|
|
1585
1561
|
}
|
|
1586
1562
|
|
|
1587
1563
|
interface Recommendation {
|
|
@@ -1784,12 +1760,8 @@ interface GetRecommendationSignature {
|
|
|
1784
1760
|
(algorithms: Algorithm[], options?: GetRecommendationOptions | undefined): Promise<GetRecommendationResponse & GetRecommendationResponseNonNullableFields>;
|
|
1785
1761
|
}
|
|
1786
1762
|
|
|
1787
|
-
declare
|
|
1788
|
-
|
|
1789
|
-
type _publicListAvailableAlgorithmsType = typeof listAvailableAlgorithms$1;
|
|
1790
|
-
declare const listAvailableAlgorithms: ReturnType<typeof createRESTModule$l<_publicListAvailableAlgorithmsType>>;
|
|
1791
|
-
type _publicGetRecommendationType = typeof getRecommendation$1;
|
|
1792
|
-
declare const getRecommendation: ReturnType<typeof createRESTModule$l<_publicGetRecommendationType>>;
|
|
1763
|
+
declare const listAvailableAlgorithms: BuildRESTFunction<typeof listAvailableAlgorithms$1> & typeof listAvailableAlgorithms$1;
|
|
1764
|
+
declare const getRecommendation: BuildRESTFunction<typeof getRecommendation$1> & typeof getRecommendation$1;
|
|
1793
1765
|
|
|
1794
1766
|
type context$l_Algorithm = Algorithm;
|
|
1795
1767
|
type context$l_AlgorithmConfig = AlgorithmConfig;
|
|
@@ -1806,12 +1778,10 @@ type context$l_ListAvailableAlgorithmsResponse = ListAvailableAlgorithmsResponse
|
|
|
1806
1778
|
type context$l_ListAvailableAlgorithmsResponseNonNullableFields = ListAvailableAlgorithmsResponseNonNullableFields;
|
|
1807
1779
|
type context$l_Recommendation = Recommendation;
|
|
1808
1780
|
type context$l_RecommendationAlgorithmNotSupported = RecommendationAlgorithmNotSupported;
|
|
1809
|
-
type context$l__publicGetRecommendationType = _publicGetRecommendationType;
|
|
1810
|
-
type context$l__publicListAvailableAlgorithmsType = _publicListAvailableAlgorithmsType;
|
|
1811
1781
|
declare const context$l_getRecommendation: typeof getRecommendation;
|
|
1812
1782
|
declare const context$l_listAvailableAlgorithms: typeof listAvailableAlgorithms;
|
|
1813
1783
|
declare namespace context$l {
|
|
1814
|
-
export { type context$l_Algorithm as Algorithm, type context$l_AlgorithmConfig as AlgorithmConfig, type context$l_AlgorithmInfo as AlgorithmInfo, context$l_AlgorithmType as AlgorithmType, type CatalogReference$8 as CatalogReference, type context$l_GetRecommendationOptions as GetRecommendationOptions, type context$l_GetRecommendationRequest as GetRecommendationRequest, type context$l_GetRecommendationResponse as GetRecommendationResponse, type context$l_GetRecommendationResponseNonNullableFields as GetRecommendationResponseNonNullableFields, type context$l_ItemAppIdNotSupportedByProvider as ItemAppIdNotSupportedByProvider, type context$l_ListAvailableAlgorithmsRequest as ListAvailableAlgorithmsRequest, type context$l_ListAvailableAlgorithmsResponse as ListAvailableAlgorithmsResponse, type context$l_ListAvailableAlgorithmsResponseNonNullableFields as ListAvailableAlgorithmsResponseNonNullableFields, type context$l_Recommendation as Recommendation, type context$l_RecommendationAlgorithmNotSupported as RecommendationAlgorithmNotSupported,
|
|
1784
|
+
export { type context$l_Algorithm as Algorithm, type context$l_AlgorithmConfig as AlgorithmConfig, type context$l_AlgorithmInfo as AlgorithmInfo, context$l_AlgorithmType as AlgorithmType, type CatalogReference$8 as CatalogReference, type context$l_GetRecommendationOptions as GetRecommendationOptions, type context$l_GetRecommendationRequest as GetRecommendationRequest, type context$l_GetRecommendationResponse as GetRecommendationResponse, type context$l_GetRecommendationResponseNonNullableFields as GetRecommendationResponseNonNullableFields, type context$l_ItemAppIdNotSupportedByProvider as ItemAppIdNotSupportedByProvider, type context$l_ListAvailableAlgorithmsRequest as ListAvailableAlgorithmsRequest, type context$l_ListAvailableAlgorithmsResponse as ListAvailableAlgorithmsResponse, type context$l_ListAvailableAlgorithmsResponseNonNullableFields as ListAvailableAlgorithmsResponseNonNullableFields, type context$l_Recommendation as Recommendation, type context$l_RecommendationAlgorithmNotSupported as RecommendationAlgorithmNotSupported, context$l_getRecommendation as getRecommendation, context$l_listAvailableAlgorithms as listAvailableAlgorithms };
|
|
1815
1785
|
}
|
|
1816
1786
|
|
|
1817
1787
|
interface AbandonedCheckout {
|
|
@@ -2620,18 +2590,12 @@ interface RedirectToCheckoutSignature {
|
|
|
2620
2590
|
}
|
|
2621
2591
|
declare const onAbandonedCheckoutRecovered$1: EventDefinition<AbandonedCheckoutRecoveredEnvelope, "wix.ecom.v1.abandoned_checkout_recovered">;
|
|
2622
2592
|
|
|
2623
|
-
declare function createRESTModule$k<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
2624
|
-
|
|
2625
2593
|
declare function createEventModule$f<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
2626
2594
|
|
|
2627
|
-
|
|
2628
|
-
declare const
|
|
2629
|
-
|
|
2630
|
-
declare const
|
|
2631
|
-
type _publicQueryAbandonedCheckoutsType = typeof queryAbandonedCheckouts$1;
|
|
2632
|
-
declare const queryAbandonedCheckouts: ReturnType<typeof createRESTModule$k<_publicQueryAbandonedCheckoutsType>>;
|
|
2633
|
-
type _publicRedirectToCheckoutType = typeof redirectToCheckout$1;
|
|
2634
|
-
declare const redirectToCheckout: ReturnType<typeof createRESTModule$k<_publicRedirectToCheckoutType>>;
|
|
2595
|
+
declare const getAbandonedCheckout: BuildRESTFunction<typeof getAbandonedCheckout$1> & typeof getAbandonedCheckout$1;
|
|
2596
|
+
declare const deleteAbandonedCheckout: BuildRESTFunction<typeof deleteAbandonedCheckout$1> & typeof deleteAbandonedCheckout$1;
|
|
2597
|
+
declare const queryAbandonedCheckouts: BuildRESTFunction<typeof queryAbandonedCheckouts$1> & typeof queryAbandonedCheckouts$1;
|
|
2598
|
+
declare const redirectToCheckout: BuildRESTFunction<typeof redirectToCheckout$1> & typeof redirectToCheckout$1;
|
|
2635
2599
|
|
|
2636
2600
|
type _publicOnAbandonedCheckoutRecoveredType = typeof onAbandonedCheckoutRecovered$1;
|
|
2637
2601
|
/**
|
|
@@ -2676,18 +2640,14 @@ type context$k_SearchAbandonedCheckoutsResponse = SearchAbandonedCheckoutsRespon
|
|
|
2676
2640
|
type context$k_SearchDetails = SearchDetails;
|
|
2677
2641
|
type context$k_SearchPagingMethodOneOf = SearchPagingMethodOneOf;
|
|
2678
2642
|
type context$k_V1BuyerInfoIdOneOf = V1BuyerInfoIdOneOf;
|
|
2679
|
-
type context$k__publicDeleteAbandonedCheckoutType = _publicDeleteAbandonedCheckoutType;
|
|
2680
|
-
type context$k__publicGetAbandonedCheckoutType = _publicGetAbandonedCheckoutType;
|
|
2681
2643
|
type context$k__publicOnAbandonedCheckoutRecoveredType = _publicOnAbandonedCheckoutRecoveredType;
|
|
2682
|
-
type context$k__publicQueryAbandonedCheckoutsType = _publicQueryAbandonedCheckoutsType;
|
|
2683
|
-
type context$k__publicRedirectToCheckoutType = _publicRedirectToCheckoutType;
|
|
2684
2644
|
declare const context$k_deleteAbandonedCheckout: typeof deleteAbandonedCheckout;
|
|
2685
2645
|
declare const context$k_getAbandonedCheckout: typeof getAbandonedCheckout;
|
|
2686
2646
|
declare const context$k_onAbandonedCheckoutRecovered: typeof onAbandonedCheckoutRecovered;
|
|
2687
2647
|
declare const context$k_queryAbandonedCheckouts: typeof queryAbandonedCheckouts;
|
|
2688
2648
|
declare const context$k_redirectToCheckout: typeof redirectToCheckout;
|
|
2689
2649
|
declare namespace context$k {
|
|
2690
|
-
export { type context$k_AbandonedCheckout as AbandonedCheckout, type context$k_AbandonedCheckoutNonNullableFields as AbandonedCheckoutNonNullableFields, type context$k_AbandonedCheckoutRecovered as AbandonedCheckoutRecovered, type context$k_AbandonedCheckoutRecoveredEnvelope as AbandonedCheckoutRecoveredEnvelope, type context$k_AbandonedCheckoutsQueryBuilder as AbandonedCheckoutsQueryBuilder, type context$k_AbandonedCheckoutsQueryResult as AbandonedCheckoutsQueryResult, type ActionEvent$h as ActionEvent, type Activity$3 as Activity, ActivityType$3 as ActivityType, type context$k_AddAbandonedCheckoutActivityRequest as AddAbandonedCheckoutActivityRequest, type context$k_AddAbandonedCheckoutActivityResponse as AddAbandonedCheckoutActivityResponse, type BaseEventMetadata$f as BaseEventMetadata, type BuyerInfo$8 as BuyerInfo, type Cancel$1 as Cancel, type context$k_CartAbandonedEvent as CartAbandonedEvent, type context$k_CartRecoveredEvent as CartRecoveredEvent, type context$k_CommonCursorPaging as CommonCursorPaging, type context$k_CommonCursors as CommonCursors, type context$k_CommonPaging as CommonPaging, type context$k_CommonPagingMetadataV2 as CommonPagingMetadataV2, context$k_CommonSortOrder as CommonSortOrder, type context$k_CommonSorting as CommonSorting, type Complete$1 as Complete, type CursorPaging$a as CursorPaging, type Cursors$a as Cursors, type context$k_DeleteAbandonedCheckoutRequest as DeleteAbandonedCheckoutRequest, type context$k_DeleteAbandonedCheckoutResponse as DeleteAbandonedCheckoutResponse, type DomainEvent$h as DomainEvent, type DomainEventBodyOneOf$h as DomainEventBodyOneOf, type Empty$c as Empty, type EntityCreatedEvent$h as EntityCreatedEvent, type EntityDeletedEvent$h as EntityDeletedEvent, type EntityUpdatedEvent$h as EntityUpdatedEvent, type EventMetadata$f as EventMetadata, type FullAddressContactDetails$6 as FullAddressContactDetails, type context$k_GetAbandonedCheckoutRequest as GetAbandonedCheckoutRequest, type context$k_GetAbandonedCheckoutResponse as GetAbandonedCheckoutResponse, type context$k_GetAbandonedCheckoutResponseNonNullableFields as GetAbandonedCheckoutResponseNonNullableFields, type HeadersEntry$1 as HeadersEntry, type IdentificationData$h as IdentificationData, type IdentificationDataIdOneOf$h as IdentificationDataIdOneOf, context$k_Identity as Identity, type MessageEnvelope$h as MessageEnvelope, context$k_Mode as Mode, type MultiCurrencyPrice$5 as MultiCurrencyPrice, type Paging$1 as Paging, type context$k_PagingMetadataV2 as PagingMetadataV2, type context$k_QueryAbandonedCheckoutsRequest as QueryAbandonedCheckoutsRequest, type context$k_QueryAbandonedCheckoutsResponse as QueryAbandonedCheckoutsResponse, type context$k_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$k_RedirectToCheckoutRequest as RedirectToCheckoutRequest, type Reschedule$1 as Reschedule, type RestoreInfo$g as RestoreInfo, type context$k_Search as Search, type context$k_SearchAbandonedCheckoutsRequest as SearchAbandonedCheckoutsRequest, type context$k_SearchAbandonedCheckoutsResponse as SearchAbandonedCheckoutsResponse, type context$k_SearchDetails as SearchDetails, type context$k_SearchPagingMethodOneOf as SearchPagingMethodOneOf, SortOrder$a as SortOrder, type Sorting$a as Sorting, Status$3 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$k_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type VatId$7 as VatId, VatType$7 as VatType, WebhookIdentityType$h as WebhookIdentityType, type context$
|
|
2650
|
+
export { type context$k_AbandonedCheckout as AbandonedCheckout, type context$k_AbandonedCheckoutNonNullableFields as AbandonedCheckoutNonNullableFields, type context$k_AbandonedCheckoutRecovered as AbandonedCheckoutRecovered, type context$k_AbandonedCheckoutRecoveredEnvelope as AbandonedCheckoutRecoveredEnvelope, type context$k_AbandonedCheckoutsQueryBuilder as AbandonedCheckoutsQueryBuilder, type context$k_AbandonedCheckoutsQueryResult as AbandonedCheckoutsQueryResult, type ActionEvent$h as ActionEvent, type Activity$3 as Activity, ActivityType$3 as ActivityType, type context$k_AddAbandonedCheckoutActivityRequest as AddAbandonedCheckoutActivityRequest, type context$k_AddAbandonedCheckoutActivityResponse as AddAbandonedCheckoutActivityResponse, type BaseEventMetadata$f as BaseEventMetadata, type BuyerInfo$8 as BuyerInfo, type Cancel$1 as Cancel, type context$k_CartAbandonedEvent as CartAbandonedEvent, type context$k_CartRecoveredEvent as CartRecoveredEvent, type context$k_CommonCursorPaging as CommonCursorPaging, type context$k_CommonCursors as CommonCursors, type context$k_CommonPaging as CommonPaging, type context$k_CommonPagingMetadataV2 as CommonPagingMetadataV2, context$k_CommonSortOrder as CommonSortOrder, type context$k_CommonSorting as CommonSorting, type Complete$1 as Complete, type CursorPaging$a as CursorPaging, type Cursors$a as Cursors, type context$k_DeleteAbandonedCheckoutRequest as DeleteAbandonedCheckoutRequest, type context$k_DeleteAbandonedCheckoutResponse as DeleteAbandonedCheckoutResponse, type DomainEvent$h as DomainEvent, type DomainEventBodyOneOf$h as DomainEventBodyOneOf, type Empty$c as Empty, type EntityCreatedEvent$h as EntityCreatedEvent, type EntityDeletedEvent$h as EntityDeletedEvent, type EntityUpdatedEvent$h as EntityUpdatedEvent, type EventMetadata$f as EventMetadata, type FullAddressContactDetails$6 as FullAddressContactDetails, type context$k_GetAbandonedCheckoutRequest as GetAbandonedCheckoutRequest, type context$k_GetAbandonedCheckoutResponse as GetAbandonedCheckoutResponse, type context$k_GetAbandonedCheckoutResponseNonNullableFields as GetAbandonedCheckoutResponseNonNullableFields, type HeadersEntry$1 as HeadersEntry, type IdentificationData$h as IdentificationData, type IdentificationDataIdOneOf$h as IdentificationDataIdOneOf, context$k_Identity as Identity, type MessageEnvelope$h as MessageEnvelope, context$k_Mode as Mode, type MultiCurrencyPrice$5 as MultiCurrencyPrice, type Paging$1 as Paging, type context$k_PagingMetadataV2 as PagingMetadataV2, type context$k_QueryAbandonedCheckoutsRequest as QueryAbandonedCheckoutsRequest, type context$k_QueryAbandonedCheckoutsResponse as QueryAbandonedCheckoutsResponse, type context$k_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$k_RedirectToCheckoutRequest as RedirectToCheckoutRequest, type Reschedule$1 as Reschedule, type RestoreInfo$g as RestoreInfo, type context$k_Search as Search, type context$k_SearchAbandonedCheckoutsRequest as SearchAbandonedCheckoutsRequest, type context$k_SearchAbandonedCheckoutsResponse as SearchAbandonedCheckoutsResponse, type context$k_SearchDetails as SearchDetails, type context$k_SearchPagingMethodOneOf as SearchPagingMethodOneOf, SortOrder$a as SortOrder, type Sorting$a as Sorting, Status$3 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$k_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type VatId$7 as VatId, VatType$7 as VatType, WebhookIdentityType$h as WebhookIdentityType, type context$k__publicOnAbandonedCheckoutRecoveredType as _publicOnAbandonedCheckoutRecoveredType, context$k_deleteAbandonedCheckout as deleteAbandonedCheckout, context$k_getAbandonedCheckout as getAbandonedCheckout, context$k_onAbandonedCheckoutRecovered as onAbandonedCheckoutRecovered, onAbandonedCheckoutRecovered$1 as publicOnAbandonedCheckoutRecovered, context$k_queryAbandonedCheckouts as queryAbandonedCheckouts, context$k_redirectToCheckout as redirectToCheckout };
|
|
2691
2651
|
}
|
|
2692
2652
|
|
|
2693
2653
|
/**
|
|
@@ -3385,24 +3345,15 @@ declare const onBackInStockNotificationRequestCreated$1: EventDefinition<BackInS
|
|
|
3385
3345
|
declare const onBackInStockNotificationRequestDeleted$1: EventDefinition<BackInStockNotificationRequestDeletedEnvelope, "wix.ecom.v1.back_in_stock_notification_request_deleted">;
|
|
3386
3346
|
declare const onBackInStockNotificationRequestUpdated$1: EventDefinition<BackInStockNotificationRequestUpdatedEnvelope, "wix.ecom.v1.back_in_stock_notification_request_updated">;
|
|
3387
3347
|
|
|
3388
|
-
declare function createRESTModule$j<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
3389
|
-
|
|
3390
3348
|
declare function createEventModule$e<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
3391
3349
|
|
|
3392
|
-
|
|
3393
|
-
declare const
|
|
3394
|
-
|
|
3395
|
-
declare const
|
|
3396
|
-
|
|
3397
|
-
declare const
|
|
3398
|
-
|
|
3399
|
-
declare const markAsNotificationSent: ReturnType<typeof createRESTModule$j<_publicMarkAsNotificationSentType>>;
|
|
3400
|
-
type _publicQueryBackInStockNotificationRequestsType = typeof queryBackInStockNotificationRequests$1;
|
|
3401
|
-
declare const queryBackInStockNotificationRequests: ReturnType<typeof createRESTModule$j<_publicQueryBackInStockNotificationRequestsType>>;
|
|
3402
|
-
type _publicGetBackInStockNotificationRequestsCountByCatalogReferencesType = typeof getBackInStockNotificationRequestsCountByCatalogReferences$1;
|
|
3403
|
-
declare const getBackInStockNotificationRequestsCountByCatalogReferences: ReturnType<typeof createRESTModule$j<_publicGetBackInStockNotificationRequestsCountByCatalogReferencesType>>;
|
|
3404
|
-
type _publicReportItemsBackInStockType = typeof reportItemsBackInStock$1;
|
|
3405
|
-
declare const reportItemsBackInStock: ReturnType<typeof createRESTModule$j<_publicReportItemsBackInStockType>>;
|
|
3350
|
+
declare const createBackInStockNotificationRequest: BuildRESTFunction<typeof createBackInStockNotificationRequest$1> & typeof createBackInStockNotificationRequest$1;
|
|
3351
|
+
declare const getBackInStockNotificationRequest: BuildRESTFunction<typeof getBackInStockNotificationRequest$1> & typeof getBackInStockNotificationRequest$1;
|
|
3352
|
+
declare const deleteBackInStockNotificationRequest: BuildRESTFunction<typeof deleteBackInStockNotificationRequest$1> & typeof deleteBackInStockNotificationRequest$1;
|
|
3353
|
+
declare const markAsNotificationSent: BuildRESTFunction<typeof markAsNotificationSent$1> & typeof markAsNotificationSent$1;
|
|
3354
|
+
declare const queryBackInStockNotificationRequests: BuildRESTFunction<typeof queryBackInStockNotificationRequests$1> & typeof queryBackInStockNotificationRequests$1;
|
|
3355
|
+
declare const getBackInStockNotificationRequestsCountByCatalogReferences: BuildRESTFunction<typeof getBackInStockNotificationRequestsCountByCatalogReferences$1> & typeof getBackInStockNotificationRequestsCountByCatalogReferences$1;
|
|
3356
|
+
declare const reportItemsBackInStock: BuildRESTFunction<typeof reportItemsBackInStock$1> & typeof reportItemsBackInStock$1;
|
|
3406
3357
|
|
|
3407
3358
|
type _publicOnBackInStockNotificationRequestCreatedType = typeof onBackInStockNotificationRequestCreated$1;
|
|
3408
3359
|
/**
|
|
@@ -3456,16 +3407,9 @@ type context$j_ReportItemsBackInStockResponse = ReportItemsBackInStockResponse;
|
|
|
3456
3407
|
type context$j_RequestsQueryBuilder = RequestsQueryBuilder;
|
|
3457
3408
|
type context$j_RequestsQueryResult = RequestsQueryResult;
|
|
3458
3409
|
type context$j_URI = URI;
|
|
3459
|
-
type context$j__publicCreateBackInStockNotificationRequestType = _publicCreateBackInStockNotificationRequestType;
|
|
3460
|
-
type context$j__publicDeleteBackInStockNotificationRequestType = _publicDeleteBackInStockNotificationRequestType;
|
|
3461
|
-
type context$j__publicGetBackInStockNotificationRequestType = _publicGetBackInStockNotificationRequestType;
|
|
3462
|
-
type context$j__publicGetBackInStockNotificationRequestsCountByCatalogReferencesType = _publicGetBackInStockNotificationRequestsCountByCatalogReferencesType;
|
|
3463
|
-
type context$j__publicMarkAsNotificationSentType = _publicMarkAsNotificationSentType;
|
|
3464
3410
|
type context$j__publicOnBackInStockNotificationRequestCreatedType = _publicOnBackInStockNotificationRequestCreatedType;
|
|
3465
3411
|
type context$j__publicOnBackInStockNotificationRequestDeletedType = _publicOnBackInStockNotificationRequestDeletedType;
|
|
3466
3412
|
type context$j__publicOnBackInStockNotificationRequestUpdatedType = _publicOnBackInStockNotificationRequestUpdatedType;
|
|
3467
|
-
type context$j__publicQueryBackInStockNotificationRequestsType = _publicQueryBackInStockNotificationRequestsType;
|
|
3468
|
-
type context$j__publicReportItemsBackInStockType = _publicReportItemsBackInStockType;
|
|
3469
3413
|
declare const context$j_createBackInStockNotificationRequest: typeof createBackInStockNotificationRequest;
|
|
3470
3414
|
declare const context$j_deleteBackInStockNotificationRequest: typeof deleteBackInStockNotificationRequest;
|
|
3471
3415
|
declare const context$j_getBackInStockNotificationRequest: typeof getBackInStockNotificationRequest;
|
|
@@ -3477,7 +3421,7 @@ declare const context$j_onBackInStockNotificationRequestUpdated: typeof onBackIn
|
|
|
3477
3421
|
declare const context$j_queryBackInStockNotificationRequests: typeof queryBackInStockNotificationRequests;
|
|
3478
3422
|
declare const context$j_reportItemsBackInStock: typeof reportItemsBackInStock;
|
|
3479
3423
|
declare namespace context$j {
|
|
3480
|
-
export { type ActionEvent$g as ActionEvent, type App$1 as App, type context$j_BackInStockItemDetails as BackInStockItemDetails, type context$j_BackInStockNotificationRequest as BackInStockNotificationRequest, type context$j_BackInStockNotificationRequestCreatedEnvelope as BackInStockNotificationRequestCreatedEnvelope, type context$j_BackInStockNotificationRequestDeletedEnvelope as BackInStockNotificationRequestDeletedEnvelope, type context$j_BackInStockNotificationRequestNonNullableFields as BackInStockNotificationRequestNonNullableFields, type context$j_BackInStockNotificationRequestUpdatedEnvelope as BackInStockNotificationRequestUpdatedEnvelope, type context$j_BackInStockNotificationRequestsCount as BackInStockNotificationRequestsCount, type BaseEventMetadata$e as BaseEventMetadata, type CatalogReference$7 as CatalogReference, type context$j_CreateBackInStockNotificationRequestRequest as CreateBackInStockNotificationRequestRequest, type context$j_CreateBackInStockNotificationRequestResponse as CreateBackInStockNotificationRequestResponse, type context$j_CreateBackInStockNotificationRequestResponseNonNullableFields as CreateBackInStockNotificationRequestResponseNonNullableFields, type CursorPaging$9 as CursorPaging, type Cursors$9 as Cursors, type context$j_DeleteBackInStockNotificationRequestRequest as DeleteBackInStockNotificationRequestRequest, type context$j_DeleteBackInStockNotificationRequestResponse as DeleteBackInStockNotificationRequestResponse, type DomainEvent$g as DomainEvent, type DomainEventBodyOneOf$g as DomainEventBodyOneOf, type Empty$b as Empty, type EntityCreatedEvent$g as EntityCreatedEvent, type EntityDeletedEvent$g as EntityDeletedEvent, type EntityUpdatedEvent$g as EntityUpdatedEvent, type EventMetadata$e as EventMetadata, type context$j_File as File, type context$j_GetBackInStockNotificationRequestRequest as GetBackInStockNotificationRequestRequest, type context$j_GetBackInStockNotificationRequestResponse as GetBackInStockNotificationRequestResponse, type context$j_GetBackInStockNotificationRequestResponseNonNullableFields as GetBackInStockNotificationRequestResponseNonNullableFields, type context$j_GetBackInStockNotificationRequestsCountByCatalogReferencesRequest as GetBackInStockNotificationRequestsCountByCatalogReferencesRequest, type context$j_GetBackInStockNotificationRequestsCountByCatalogReferencesResponse as GetBackInStockNotificationRequestsCountByCatalogReferencesResponse, type context$j_GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields as GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields, type IdentificationData$g as IdentificationData, type IdentificationDataIdOneOf$g as IdentificationDataIdOneOf, type context$j_InvalidateCache as InvalidateCache, type context$j_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context$j_MarkAsNotificationSentRequest as MarkAsNotificationSentRequest, type context$j_MarkAsNotificationSentResponse as MarkAsNotificationSentResponse, type context$j_MarkAsNotificationSentResponseNonNullableFields as MarkAsNotificationSentResponseNonNullableFields, type MessageEnvelope$g as MessageEnvelope, type context$j_Page as Page, type PlatformPaging$1 as PlatformPaging, type PlatformPagingMetadata$1 as PlatformPagingMetadata, type PlatformQuery$1 as PlatformQuery, type PlatformQueryPagingMethodOneOf$1 as PlatformQueryPagingMethodOneOf, type context$j_QueryBackInStockNotificationRequestsRequest as QueryBackInStockNotificationRequestsRequest, type context$j_QueryBackInStockNotificationRequestsResponse as QueryBackInStockNotificationRequestsResponse, type context$j_QueryBackInStockNotificationRequestsResponseNonNullableFields as QueryBackInStockNotificationRequestsResponseNonNullableFields, type context$j_ReportItemsBackInStockOptions as ReportItemsBackInStockOptions, type context$j_ReportItemsBackInStockRequest as ReportItemsBackInStockRequest, type context$j_ReportItemsBackInStockResponse as ReportItemsBackInStockResponse, type context$j_RequestsQueryBuilder as RequestsQueryBuilder, type context$j_RequestsQueryResult as RequestsQueryResult, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, Status$2 as Status, type context$j_URI as URI, WebhookIdentityType$g as WebhookIdentityType, type context$
|
|
3424
|
+
export { type ActionEvent$g as ActionEvent, type App$1 as App, type context$j_BackInStockItemDetails as BackInStockItemDetails, type context$j_BackInStockNotificationRequest as BackInStockNotificationRequest, type context$j_BackInStockNotificationRequestCreatedEnvelope as BackInStockNotificationRequestCreatedEnvelope, type context$j_BackInStockNotificationRequestDeletedEnvelope as BackInStockNotificationRequestDeletedEnvelope, type context$j_BackInStockNotificationRequestNonNullableFields as BackInStockNotificationRequestNonNullableFields, type context$j_BackInStockNotificationRequestUpdatedEnvelope as BackInStockNotificationRequestUpdatedEnvelope, type context$j_BackInStockNotificationRequestsCount as BackInStockNotificationRequestsCount, type BaseEventMetadata$e as BaseEventMetadata, type CatalogReference$7 as CatalogReference, type context$j_CreateBackInStockNotificationRequestRequest as CreateBackInStockNotificationRequestRequest, type context$j_CreateBackInStockNotificationRequestResponse as CreateBackInStockNotificationRequestResponse, type context$j_CreateBackInStockNotificationRequestResponseNonNullableFields as CreateBackInStockNotificationRequestResponseNonNullableFields, type CursorPaging$9 as CursorPaging, type Cursors$9 as Cursors, type context$j_DeleteBackInStockNotificationRequestRequest as DeleteBackInStockNotificationRequestRequest, type context$j_DeleteBackInStockNotificationRequestResponse as DeleteBackInStockNotificationRequestResponse, type DomainEvent$g as DomainEvent, type DomainEventBodyOneOf$g as DomainEventBodyOneOf, type Empty$b as Empty, type EntityCreatedEvent$g as EntityCreatedEvent, type EntityDeletedEvent$g as EntityDeletedEvent, type EntityUpdatedEvent$g as EntityUpdatedEvent, type EventMetadata$e as EventMetadata, type context$j_File as File, type context$j_GetBackInStockNotificationRequestRequest as GetBackInStockNotificationRequestRequest, type context$j_GetBackInStockNotificationRequestResponse as GetBackInStockNotificationRequestResponse, type context$j_GetBackInStockNotificationRequestResponseNonNullableFields as GetBackInStockNotificationRequestResponseNonNullableFields, type context$j_GetBackInStockNotificationRequestsCountByCatalogReferencesRequest as GetBackInStockNotificationRequestsCountByCatalogReferencesRequest, type context$j_GetBackInStockNotificationRequestsCountByCatalogReferencesResponse as GetBackInStockNotificationRequestsCountByCatalogReferencesResponse, type context$j_GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields as GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields, type IdentificationData$g as IdentificationData, type IdentificationDataIdOneOf$g as IdentificationDataIdOneOf, type context$j_InvalidateCache as InvalidateCache, type context$j_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context$j_MarkAsNotificationSentRequest as MarkAsNotificationSentRequest, type context$j_MarkAsNotificationSentResponse as MarkAsNotificationSentResponse, type context$j_MarkAsNotificationSentResponseNonNullableFields as MarkAsNotificationSentResponseNonNullableFields, type MessageEnvelope$g as MessageEnvelope, type context$j_Page as Page, type PlatformPaging$1 as PlatformPaging, type PlatformPagingMetadata$1 as PlatformPagingMetadata, type PlatformQuery$1 as PlatformQuery, type PlatformQueryPagingMethodOneOf$1 as PlatformQueryPagingMethodOneOf, type context$j_QueryBackInStockNotificationRequestsRequest as QueryBackInStockNotificationRequestsRequest, type context$j_QueryBackInStockNotificationRequestsResponse as QueryBackInStockNotificationRequestsResponse, type context$j_QueryBackInStockNotificationRequestsResponseNonNullableFields as QueryBackInStockNotificationRequestsResponseNonNullableFields, type context$j_ReportItemsBackInStockOptions as ReportItemsBackInStockOptions, type context$j_ReportItemsBackInStockRequest as ReportItemsBackInStockRequest, type context$j_ReportItemsBackInStockResponse as ReportItemsBackInStockResponse, type context$j_RequestsQueryBuilder as RequestsQueryBuilder, type context$j_RequestsQueryResult as RequestsQueryResult, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, Status$2 as Status, type context$j_URI as URI, WebhookIdentityType$g as WebhookIdentityType, type context$j__publicOnBackInStockNotificationRequestCreatedType as _publicOnBackInStockNotificationRequestCreatedType, type context$j__publicOnBackInStockNotificationRequestDeletedType as _publicOnBackInStockNotificationRequestDeletedType, type context$j__publicOnBackInStockNotificationRequestUpdatedType as _publicOnBackInStockNotificationRequestUpdatedType, context$j_createBackInStockNotificationRequest as createBackInStockNotificationRequest, context$j_deleteBackInStockNotificationRequest as deleteBackInStockNotificationRequest, context$j_getBackInStockNotificationRequest as getBackInStockNotificationRequest, context$j_getBackInStockNotificationRequestsCountByCatalogReferences as getBackInStockNotificationRequestsCountByCatalogReferences, context$j_markAsNotificationSent as markAsNotificationSent, context$j_onBackInStockNotificationRequestCreated as onBackInStockNotificationRequestCreated, context$j_onBackInStockNotificationRequestDeleted as onBackInStockNotificationRequestDeleted, context$j_onBackInStockNotificationRequestUpdated as onBackInStockNotificationRequestUpdated, onBackInStockNotificationRequestCreated$1 as publicOnBackInStockNotificationRequestCreated, onBackInStockNotificationRequestDeleted$1 as publicOnBackInStockNotificationRequestDeleted, onBackInStockNotificationRequestUpdated$1 as publicOnBackInStockNotificationRequestUpdated, context$j_queryBackInStockNotificationRequests as queryBackInStockNotificationRequests, context$j_reportItemsBackInStock as reportItemsBackInStock };
|
|
3481
3425
|
}
|
|
3482
3426
|
|
|
3483
3427
|
/**
|
|
@@ -3567,14 +3511,9 @@ interface GetSettingsSignature {
|
|
|
3567
3511
|
(): Promise<GetSettingsResponse & GetSettingsResponseNonNullableFields>;
|
|
3568
3512
|
}
|
|
3569
3513
|
|
|
3570
|
-
declare
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
declare const startCollectingRequests: ReturnType<typeof createRESTModule$i<_publicStartCollectingRequestsType>>;
|
|
3574
|
-
type _publicStopCollectingRequestsType = typeof stopCollectingRequests$1;
|
|
3575
|
-
declare const stopCollectingRequests: ReturnType<typeof createRESTModule$i<_publicStopCollectingRequestsType>>;
|
|
3576
|
-
type _publicGetSettingsType = typeof getSettings$1;
|
|
3577
|
-
declare const getSettings: ReturnType<typeof createRESTModule$i<_publicGetSettingsType>>;
|
|
3514
|
+
declare const startCollectingRequests: BuildRESTFunction<typeof startCollectingRequests$1> & typeof startCollectingRequests$1;
|
|
3515
|
+
declare const stopCollectingRequests: BuildRESTFunction<typeof stopCollectingRequests$1> & typeof stopCollectingRequests$1;
|
|
3516
|
+
declare const getSettings: BuildRESTFunction<typeof getSettings$1> & typeof getSettings$1;
|
|
3578
3517
|
|
|
3579
3518
|
type context$i_BackInStockCollectionState = BackInStockCollectionState;
|
|
3580
3519
|
type context$i_BackInStockSettings = BackInStockSettings;
|
|
@@ -3587,14 +3526,11 @@ type context$i_StartCollectingRequestsResponseNonNullableFields = StartCollectin
|
|
|
3587
3526
|
type context$i_StopCollectingRequestsRequest = StopCollectingRequestsRequest;
|
|
3588
3527
|
type context$i_StopCollectingRequestsResponse = StopCollectingRequestsResponse;
|
|
3589
3528
|
type context$i_StopCollectingRequestsResponseNonNullableFields = StopCollectingRequestsResponseNonNullableFields;
|
|
3590
|
-
type context$i__publicGetSettingsType = _publicGetSettingsType;
|
|
3591
|
-
type context$i__publicStartCollectingRequestsType = _publicStartCollectingRequestsType;
|
|
3592
|
-
type context$i__publicStopCollectingRequestsType = _publicStopCollectingRequestsType;
|
|
3593
3529
|
declare const context$i_getSettings: typeof getSettings;
|
|
3594
3530
|
declare const context$i_startCollectingRequests: typeof startCollectingRequests;
|
|
3595
3531
|
declare const context$i_stopCollectingRequests: typeof stopCollectingRequests;
|
|
3596
3532
|
declare namespace context$i {
|
|
3597
|
-
export { type context$i_BackInStockCollectionState as BackInStockCollectionState, type context$i_BackInStockSettings as BackInStockSettings, type context$i_GetSettingsRequest as GetSettingsRequest, type context$i_GetSettingsResponse as GetSettingsResponse, type context$i_GetSettingsResponseNonNullableFields as GetSettingsResponseNonNullableFields, type context$i_StartCollectingRequestsRequest as StartCollectingRequestsRequest, type context$i_StartCollectingRequestsResponse as StartCollectingRequestsResponse, type context$i_StartCollectingRequestsResponseNonNullableFields as StartCollectingRequestsResponseNonNullableFields, type context$i_StopCollectingRequestsRequest as StopCollectingRequestsRequest, type context$i_StopCollectingRequestsResponse as StopCollectingRequestsResponse, type context$i_StopCollectingRequestsResponseNonNullableFields as StopCollectingRequestsResponseNonNullableFields,
|
|
3533
|
+
export { type context$i_BackInStockCollectionState as BackInStockCollectionState, type context$i_BackInStockSettings as BackInStockSettings, type context$i_GetSettingsRequest as GetSettingsRequest, type context$i_GetSettingsResponse as GetSettingsResponse, type context$i_GetSettingsResponseNonNullableFields as GetSettingsResponseNonNullableFields, type context$i_StartCollectingRequestsRequest as StartCollectingRequestsRequest, type context$i_StartCollectingRequestsResponse as StartCollectingRequestsResponse, type context$i_StartCollectingRequestsResponseNonNullableFields as StartCollectingRequestsResponseNonNullableFields, type context$i_StopCollectingRequestsRequest as StopCollectingRequestsRequest, type context$i_StopCollectingRequestsResponse as StopCollectingRequestsResponse, type context$i_StopCollectingRequestsResponseNonNullableFields as StopCollectingRequestsResponseNonNullableFields, context$i_getSettings as getSettings, context$i_startCollectingRequests as startCollectingRequests, context$i_stopCollectingRequests as stopCollectingRequests };
|
|
3598
3534
|
}
|
|
3599
3535
|
|
|
3600
3536
|
interface Cart$1 {
|
|
@@ -6141,30 +6077,18 @@ declare const onCartUpdated$3: EventDefinition<CartUpdatedEnvelope$1, "wix.ecom.
|
|
|
6141
6077
|
declare const onCartDeleted$3: EventDefinition<CartDeletedEnvelope$1, "wix.ecom.v1.cart_deleted">;
|
|
6142
6078
|
declare const onCartCreated$3: EventDefinition<CartCreatedEnvelope$1, "wix.ecom.v1.cart_created">;
|
|
6143
6079
|
|
|
6144
|
-
declare function createRESTModule$h<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
6145
|
-
|
|
6146
6080
|
declare function createEventModule$d<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
6147
6081
|
|
|
6148
|
-
|
|
6149
|
-
declare const
|
|
6150
|
-
|
|
6151
|
-
declare const
|
|
6152
|
-
|
|
6153
|
-
declare const
|
|
6154
|
-
|
|
6155
|
-
declare const
|
|
6156
|
-
|
|
6157
|
-
declare const
|
|
6158
|
-
type _publicCreateCheckoutType$1 = typeof createCheckout$3;
|
|
6159
|
-
declare const createCheckout$2: ReturnType<typeof createRESTModule$h<_publicCreateCheckoutType>>;
|
|
6160
|
-
type _publicRemoveCouponType$1 = typeof removeCoupon$3;
|
|
6161
|
-
declare const removeCoupon$2: ReturnType<typeof createRESTModule$h<_publicRemoveCouponType>>;
|
|
6162
|
-
type _publicUpdateLineItemsQuantityType$1 = typeof updateLineItemsQuantity$3;
|
|
6163
|
-
declare const updateLineItemsQuantity$2: ReturnType<typeof createRESTModule$h<_publicUpdateLineItemsQuantityType>>;
|
|
6164
|
-
type _publicEstimateTotalsType = typeof estimateTotals$1;
|
|
6165
|
-
declare const estimateTotals: ReturnType<typeof createRESTModule$h<_publicEstimateTotalsType>>;
|
|
6166
|
-
type _publicDeleteCartType = typeof deleteCart$1;
|
|
6167
|
-
declare const deleteCart: ReturnType<typeof createRESTModule$h<_publicDeleteCartType>>;
|
|
6082
|
+
declare const createCart: BuildRESTFunction<typeof createCart$1> & typeof createCart$1;
|
|
6083
|
+
declare const updateCart: BuildRESTFunction<typeof updateCart$1> & typeof updateCart$1;
|
|
6084
|
+
declare const getCart: BuildRESTFunction<typeof getCart$1> & typeof getCart$1;
|
|
6085
|
+
declare const addToCart: BuildRESTFunction<typeof addToCart$1> & typeof addToCart$1;
|
|
6086
|
+
declare const removeLineItems$2: BuildRESTFunction<typeof removeLineItems$3> & typeof removeLineItems$3;
|
|
6087
|
+
declare const createCheckout$2: BuildRESTFunction<typeof createCheckout$3> & typeof createCheckout$3;
|
|
6088
|
+
declare const removeCoupon$2: BuildRESTFunction<typeof removeCoupon$3> & typeof removeCoupon$3;
|
|
6089
|
+
declare const updateLineItemsQuantity$2: BuildRESTFunction<typeof updateLineItemsQuantity$3> & typeof updateLineItemsQuantity$3;
|
|
6090
|
+
declare const estimateTotals: BuildRESTFunction<typeof estimateTotals$1> & typeof estimateTotals$1;
|
|
6091
|
+
declare const deleteCart: BuildRESTFunction<typeof deleteCart$1> & typeof deleteCart$1;
|
|
6168
6092
|
|
|
6169
6093
|
type _publicOnCartUpdatedType$1 = typeof onCartUpdated$3;
|
|
6170
6094
|
/**
|
|
@@ -6188,12 +6112,6 @@ type context$h_AddToCartOptions = AddToCartOptions;
|
|
|
6188
6112
|
type context$h_CreateCartOptions = CreateCartOptions;
|
|
6189
6113
|
type context$h_EstimateTotalsOptions = EstimateTotalsOptions;
|
|
6190
6114
|
type context$h_UpdateCartOptions = UpdateCartOptions;
|
|
6191
|
-
type context$h__publicAddToCartType = _publicAddToCartType;
|
|
6192
|
-
type context$h__publicCreateCartType = _publicCreateCartType;
|
|
6193
|
-
type context$h__publicDeleteCartType = _publicDeleteCartType;
|
|
6194
|
-
type context$h__publicEstimateTotalsType = _publicEstimateTotalsType;
|
|
6195
|
-
type context$h__publicGetCartType = _publicGetCartType;
|
|
6196
|
-
type context$h__publicUpdateCartType = _publicUpdateCartType;
|
|
6197
6115
|
declare const context$h_addToCart: typeof addToCart;
|
|
6198
6116
|
declare const context$h_createCart: typeof createCart;
|
|
6199
6117
|
declare const context$h_deleteCart: typeof deleteCart;
|
|
@@ -6201,7 +6119,7 @@ declare const context$h_estimateTotals: typeof estimateTotals;
|
|
|
6201
6119
|
declare const context$h_getCart: typeof getCart;
|
|
6202
6120
|
declare const context$h_updateCart: typeof updateCart;
|
|
6203
6121
|
declare namespace context$h {
|
|
6204
|
-
export { type ActionEvent$f as ActionEvent, type context$h_AddToCartOptions as AddToCartOptions, type AddToCartRequest$1 as AddToCartRequest, type AddToCartResponse$1 as AddToCartResponse, type AddToCartResponseNonNullableFields$1 as AddToCartResponseNonNullableFields, type AddToCurrentCartAndEstimateTotalsRequest$1 as AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest$1 as AddToCurrentCartRequest, type AdditionalFee$6 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$d as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$2 as CalculatedLineItem, type CalculationErrors$5 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$5 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$5 as CarrierError, type CarrierErrors$5 as CarrierErrors, type CarrierServiceOption$4 as CarrierServiceOption, type Cart$1 as Cart, type CartCreatedEnvelope$1 as CartCreatedEnvelope, type CartDeletedEnvelope$1 as CartDeletedEnvelope, type CartDiscount$1 as CartDiscount, type CartDiscountDiscountSourceOneOf$1 as CartDiscountDiscountSourceOneOf, type CartNonNullableFields$1 as CartNonNullableFields, type CartUpdatedEnvelope$1 as CartUpdatedEnvelope, type CatalogOverrideFields$3 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$5 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type context$h_CreateCartOptions as CreateCartOptions, type CreateCartRequest$1 as CreateCartRequest, type CreateCartResponse$1 as CreateCartResponse, type CreateCartResponseNonNullableFields$1 as CreateCartResponseNonNullableFields, type CreateCheckoutFromCurrentCartRequest$1 as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions$1 as CreateCheckoutOptions, type CreateCheckoutRequest$2 as CreateCheckoutRequest, type CreateCheckoutResponse$2 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$2 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$4 as CustomLineItem, type DeleteCartRequest$1 as DeleteCartRequest, type DeleteCartResponse$1 as DeleteCartResponse, type DeleteCurrentCartRequest$1 as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 as DeliveryTimeSlot, type Description$3 as Description, type DescriptionLine$5 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$5 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$5 as DescriptionLineName, DescriptionLineType$5 as DescriptionLineType, type DescriptionLineValueOneOf$5 as DescriptionLineValueOneOf, type Details$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type context$h_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$d as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$4 as FileType, type FullAddressContactDetails$5 as FullAddressContactDetails, type GetCartByCheckoutIdRequest$1 as GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse$1 as GetCartByCheckoutIdResponse, type GetCartRequest$1 as GetCartRequest, type GetCartResponse$1 as GetCartResponse, type GetCartResponseNonNullableFields$1 as GetCartResponseNonNullableFields, type GetCurrentCartRequest$1 as GetCurrentCartRequest, type GetCurrentCartResponse$1 as GetCurrentCartResponse, type GetCurrentCartResponseNonNullableFields$1 as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$4 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f as IdentificationDataIdOneOf, type InvalidMembership$4 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 as ItemAvailabilityStatus, type ItemTaxFullDetails$6 as ItemTaxFullDetails, type ItemType$6 as ItemType, ItemTypeItemType$6 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$6 as ItemTypeItemTypeDataOneOf, JurisdictionType$6 as JurisdictionType, type LineItem$6 as LineItem, type LineItemDiscount$6 as LineItemDiscount, type LineItemPricesData$2 as LineItemPricesData, type LineItemQuantityUpdate$2 as LineItemQuantityUpdate, ManualCalculationReason$4 as ManualCalculationReason, type Membership$4 as Membership, type MembershipName$7 as MembershipName, type MembershipOptions$4 as MembershipOptions, type MembershipPaymentCredits$4 as MembershipPaymentCredits, type MerchantDiscount$6 as MerchantDiscount, type MerchantDiscountInput$3 as MerchantDiscountInput, type MessageEnvelope$f as MessageEnvelope, type MultiCurrencyPrice$4 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$4 as OtherCharge, PaymentOptionType$6 as PaymentOptionType, type PhysicalProperties$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type PriceDescription$5 as PriceDescription, type PriceSummary$6 as PriceSummary, type ProductName$5 as ProductName, RateType$4 as RateType, type RemoveCouponFromCurrentCartRequest$1 as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$2 as RemoveCouponRequest, type RemoveCouponResponse$2 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$2 as RemoveCouponResponseNonNullableFields, type RemoveLineItemsFromCurrentCartRequest$1 as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$2 as RemoveLineItemsRequest, type RemoveLineItemsResponse$2 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$2 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$f as RestoreInfo, RuleType$5 as RuleType, type Scope$4 as Scope, type SecuredMedia$4 as SecuredMedia, type SelectedCarrierServiceOption$4 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$4 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$4 as SelectedCarrierServiceOptionPrices, type SelectedMembership$4 as SelectedMembership, type SelectedMemberships$4 as SelectedMemberships, type SelectedShippingOption$2 as SelectedShippingOption, type ServiceProperties$5 as ServiceProperties, Severity$3 as Severity, type ShippingInformation$4 as ShippingInformation, type ShippingOption$6 as ShippingOption, type ShippingPrice$6 as ShippingPrice, type ShippingRegion$6 as ShippingRegion, type StreetAddress$8 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, type SystemError$5 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 as TargetTargetTypeOneOf, type TaxBreakdown$4 as TaxBreakdown, type TaxCalculationDetails$4 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$4 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$4 as TaxRateBreakdown, type TaxSummary$6 as TaxSummary, type Title$3 as Title, type context$h_UpdateCartOptions as UpdateCartOptions, type UpdateCartRequest$1 as UpdateCartRequest, type UpdateCartResponse$1 as UpdateCartResponse, type UpdateCartResponseNonNullableFields$1 as UpdateCartResponseNonNullableFields, type UpdateCurrentCartLineItemQuantityRequest$1 as UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest$2 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$2 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$2 as UpdateLineItemsQuantityResponseNonNullableFields, type V1Coupon$1 as V1Coupon, type V1MerchantDiscount$1 as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$3 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$7 as WeightUnit, type context$h__publicAddToCartType as _publicAddToCartType, type context$h__publicCreateCartType as _publicCreateCartType, type _publicCreateCheckoutType$1 as _publicCreateCheckoutType, type context$h__publicDeleteCartType as _publicDeleteCartType, type context$h__publicEstimateTotalsType as _publicEstimateTotalsType, type context$h__publicGetCartType as _publicGetCartType, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, type _publicRemoveCouponType$1 as _publicRemoveCouponType, type _publicRemoveLineItemsType$1 as _publicRemoveLineItemsType, type context$h__publicUpdateCartType as _publicUpdateCartType, type _publicUpdateLineItemsQuantityType$1 as _publicUpdateLineItemsQuantityType, context$h_addToCart as addToCart, context$h_createCart as createCart, createCheckout$2 as createCheckout, context$h_deleteCart as deleteCart, context$h_estimateTotals as estimateTotals, context$h_getCart as getCart, onCartCreated$2 as onCartCreated, onCartDeleted$2 as onCartDeleted, onCartUpdated$2 as onCartUpdated, onCartCreated$3 as publicOnCartCreated, onCartDeleted$3 as publicOnCartDeleted, onCartUpdated$3 as publicOnCartUpdated, removeCoupon$2 as removeCoupon, removeLineItems$2 as removeLineItems, context$h_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
6122
|
+
export { type ActionEvent$f as ActionEvent, type context$h_AddToCartOptions as AddToCartOptions, type AddToCartRequest$1 as AddToCartRequest, type AddToCartResponse$1 as AddToCartResponse, type AddToCartResponseNonNullableFields$1 as AddToCartResponseNonNullableFields, type AddToCurrentCartAndEstimateTotalsRequest$1 as AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest$1 as AddToCurrentCartRequest, type AdditionalFee$6 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$d as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$2 as CalculatedLineItem, type CalculationErrors$5 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$5 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$5 as CarrierError, type CarrierErrors$5 as CarrierErrors, type CarrierServiceOption$4 as CarrierServiceOption, type Cart$1 as Cart, type CartCreatedEnvelope$1 as CartCreatedEnvelope, type CartDeletedEnvelope$1 as CartDeletedEnvelope, type CartDiscount$1 as CartDiscount, type CartDiscountDiscountSourceOneOf$1 as CartDiscountDiscountSourceOneOf, type CartNonNullableFields$1 as CartNonNullableFields, type CartUpdatedEnvelope$1 as CartUpdatedEnvelope, type CatalogOverrideFields$3 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$5 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type context$h_CreateCartOptions as CreateCartOptions, type CreateCartRequest$1 as CreateCartRequest, type CreateCartResponse$1 as CreateCartResponse, type CreateCartResponseNonNullableFields$1 as CreateCartResponseNonNullableFields, type CreateCheckoutFromCurrentCartRequest$1 as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions$1 as CreateCheckoutOptions, type CreateCheckoutRequest$2 as CreateCheckoutRequest, type CreateCheckoutResponse$2 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$2 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$4 as CustomLineItem, type DeleteCartRequest$1 as DeleteCartRequest, type DeleteCartResponse$1 as DeleteCartResponse, type DeleteCurrentCartRequest$1 as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 as DeliveryTimeSlot, type Description$3 as Description, type DescriptionLine$5 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$5 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$5 as DescriptionLineName, DescriptionLineType$5 as DescriptionLineType, type DescriptionLineValueOneOf$5 as DescriptionLineValueOneOf, type Details$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type context$h_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$d as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$4 as FileType, type FullAddressContactDetails$5 as FullAddressContactDetails, type GetCartByCheckoutIdRequest$1 as GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse$1 as GetCartByCheckoutIdResponse, type GetCartRequest$1 as GetCartRequest, type GetCartResponse$1 as GetCartResponse, type GetCartResponseNonNullableFields$1 as GetCartResponseNonNullableFields, type GetCurrentCartRequest$1 as GetCurrentCartRequest, type GetCurrentCartResponse$1 as GetCurrentCartResponse, type GetCurrentCartResponseNonNullableFields$1 as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$4 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f as IdentificationDataIdOneOf, type InvalidMembership$4 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 as ItemAvailabilityStatus, type ItemTaxFullDetails$6 as ItemTaxFullDetails, type ItemType$6 as ItemType, ItemTypeItemType$6 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$6 as ItemTypeItemTypeDataOneOf, JurisdictionType$6 as JurisdictionType, type LineItem$6 as LineItem, type LineItemDiscount$6 as LineItemDiscount, type LineItemPricesData$2 as LineItemPricesData, type LineItemQuantityUpdate$2 as LineItemQuantityUpdate, ManualCalculationReason$4 as ManualCalculationReason, type Membership$4 as Membership, type MembershipName$7 as MembershipName, type MembershipOptions$4 as MembershipOptions, type MembershipPaymentCredits$4 as MembershipPaymentCredits, type MerchantDiscount$6 as MerchantDiscount, type MerchantDiscountInput$3 as MerchantDiscountInput, type MessageEnvelope$f as MessageEnvelope, type MultiCurrencyPrice$4 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$4 as OtherCharge, PaymentOptionType$6 as PaymentOptionType, type PhysicalProperties$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type PriceDescription$5 as PriceDescription, type PriceSummary$6 as PriceSummary, type ProductName$5 as ProductName, RateType$4 as RateType, type RemoveCouponFromCurrentCartRequest$1 as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$2 as RemoveCouponRequest, type RemoveCouponResponse$2 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$2 as RemoveCouponResponseNonNullableFields, type RemoveLineItemsFromCurrentCartRequest$1 as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$2 as RemoveLineItemsRequest, type RemoveLineItemsResponse$2 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$2 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$f as RestoreInfo, RuleType$5 as RuleType, type Scope$4 as Scope, type SecuredMedia$4 as SecuredMedia, type SelectedCarrierServiceOption$4 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$4 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$4 as SelectedCarrierServiceOptionPrices, type SelectedMembership$4 as SelectedMembership, type SelectedMemberships$4 as SelectedMemberships, type SelectedShippingOption$2 as SelectedShippingOption, type ServiceProperties$5 as ServiceProperties, Severity$3 as Severity, type ShippingInformation$4 as ShippingInformation, type ShippingOption$6 as ShippingOption, type ShippingPrice$6 as ShippingPrice, type ShippingRegion$6 as ShippingRegion, type StreetAddress$8 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, type SystemError$5 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 as TargetTargetTypeOneOf, type TaxBreakdown$4 as TaxBreakdown, type TaxCalculationDetails$4 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$4 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$4 as TaxRateBreakdown, type TaxSummary$6 as TaxSummary, type Title$3 as Title, type context$h_UpdateCartOptions as UpdateCartOptions, type UpdateCartRequest$1 as UpdateCartRequest, type UpdateCartResponse$1 as UpdateCartResponse, type UpdateCartResponseNonNullableFields$1 as UpdateCartResponseNonNullableFields, type UpdateCurrentCartLineItemQuantityRequest$1 as UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest$2 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$2 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$2 as UpdateLineItemsQuantityResponseNonNullableFields, type V1Coupon$1 as V1Coupon, type V1MerchantDiscount$1 as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$3 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$7 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, context$h_addToCart as addToCart, context$h_createCart as createCart, createCheckout$2 as createCheckout, context$h_deleteCart as deleteCart, context$h_estimateTotals as estimateTotals, context$h_getCart as getCart, onCartCreated$2 as onCartCreated, onCartDeleted$2 as onCartDeleted, onCartUpdated$2 as onCartUpdated, onCartCreated$3 as publicOnCartCreated, onCartDeleted$3 as publicOnCartDeleted, onCartUpdated$3 as publicOnCartUpdated, removeCoupon$2 as removeCoupon, removeLineItems$2 as removeLineItems, context$h_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
6205
6123
|
}
|
|
6206
6124
|
|
|
6207
6125
|
interface Cart {
|
|
@@ -8623,28 +8541,17 @@ declare const onCartUpdated$1: EventDefinition<CartUpdatedEnvelope, "wix.ecom.v1
|
|
|
8623
8541
|
declare const onCartDeleted$1: EventDefinition<CartDeletedEnvelope, "wix.ecom.v1.cart_deleted">;
|
|
8624
8542
|
declare const onCartCreated$1: EventDefinition<CartCreatedEnvelope, "wix.ecom.v1.cart_created">;
|
|
8625
8543
|
|
|
8626
|
-
declare function createRESTModule$g<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
8627
|
-
|
|
8628
8544
|
declare function createEventModule$c<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
8629
8545
|
|
|
8630
|
-
|
|
8631
|
-
declare const
|
|
8632
|
-
|
|
8633
|
-
declare const
|
|
8634
|
-
|
|
8635
|
-
declare const
|
|
8636
|
-
|
|
8637
|
-
declare const
|
|
8638
|
-
|
|
8639
|
-
declare const createCheckoutFromCurrentCart: ReturnType<typeof createRESTModule$g<_publicCreateCheckoutFromCurrentCartType>>;
|
|
8640
|
-
type _publicRemoveCouponFromCurrentCartType = typeof removeCouponFromCurrentCart$1;
|
|
8641
|
-
declare const removeCouponFromCurrentCart: ReturnType<typeof createRESTModule$g<_publicRemoveCouponFromCurrentCartType>>;
|
|
8642
|
-
type _publicUpdateCurrentCartLineItemQuantityType = typeof updateCurrentCartLineItemQuantity$1;
|
|
8643
|
-
declare const updateCurrentCartLineItemQuantity: ReturnType<typeof createRESTModule$g<_publicUpdateCurrentCartLineItemQuantityType>>;
|
|
8644
|
-
type _publicEstimateCurrentCartTotalsType = typeof estimateCurrentCartTotals$1;
|
|
8645
|
-
declare const estimateCurrentCartTotals: ReturnType<typeof createRESTModule$g<_publicEstimateCurrentCartTotalsType>>;
|
|
8646
|
-
type _publicDeleteCurrentCartType = typeof deleteCurrentCart$1;
|
|
8647
|
-
declare const deleteCurrentCart: ReturnType<typeof createRESTModule$g<_publicDeleteCurrentCartType>>;
|
|
8546
|
+
declare const getCurrentCart: BuildRESTFunction<typeof getCurrentCart$1> & typeof getCurrentCart$1;
|
|
8547
|
+
declare const updateCurrentCart: BuildRESTFunction<typeof updateCurrentCart$1> & typeof updateCurrentCart$1;
|
|
8548
|
+
declare const addToCurrentCart: BuildRESTFunction<typeof addToCurrentCart$1> & typeof addToCurrentCart$1;
|
|
8549
|
+
declare const removeLineItemsFromCurrentCart: BuildRESTFunction<typeof removeLineItemsFromCurrentCart$1> & typeof removeLineItemsFromCurrentCart$1;
|
|
8550
|
+
declare const createCheckoutFromCurrentCart: BuildRESTFunction<typeof createCheckoutFromCurrentCart$1> & typeof createCheckoutFromCurrentCart$1;
|
|
8551
|
+
declare const removeCouponFromCurrentCart: BuildRESTFunction<typeof removeCouponFromCurrentCart$1> & typeof removeCouponFromCurrentCart$1;
|
|
8552
|
+
declare const updateCurrentCartLineItemQuantity: BuildRESTFunction<typeof updateCurrentCartLineItemQuantity$1> & typeof updateCurrentCartLineItemQuantity$1;
|
|
8553
|
+
declare const estimateCurrentCartTotals: BuildRESTFunction<typeof estimateCurrentCartTotals$1> & typeof estimateCurrentCartTotals$1;
|
|
8554
|
+
declare const deleteCurrentCart: BuildRESTFunction<typeof deleteCurrentCart$1> & typeof deleteCurrentCart$1;
|
|
8648
8555
|
|
|
8649
8556
|
type _publicOnCartUpdatedType = typeof onCartUpdated$1;
|
|
8650
8557
|
/**
|
|
@@ -8708,18 +8615,9 @@ type context$g_UpdateCurrentCartLineItemQuantityRequest = UpdateCurrentCartLineI
|
|
|
8708
8615
|
type context$g_UpdateCurrentCartOptions = UpdateCurrentCartOptions;
|
|
8709
8616
|
type context$g_V1Coupon = V1Coupon;
|
|
8710
8617
|
type context$g_V1MerchantDiscount = V1MerchantDiscount;
|
|
8711
|
-
type context$g__publicAddToCurrentCartType = _publicAddToCurrentCartType;
|
|
8712
|
-
type context$g__publicCreateCheckoutFromCurrentCartType = _publicCreateCheckoutFromCurrentCartType;
|
|
8713
|
-
type context$g__publicDeleteCurrentCartType = _publicDeleteCurrentCartType;
|
|
8714
|
-
type context$g__publicEstimateCurrentCartTotalsType = _publicEstimateCurrentCartTotalsType;
|
|
8715
|
-
type context$g__publicGetCurrentCartType = _publicGetCurrentCartType;
|
|
8716
8618
|
type context$g__publicOnCartCreatedType = _publicOnCartCreatedType;
|
|
8717
8619
|
type context$g__publicOnCartDeletedType = _publicOnCartDeletedType;
|
|
8718
8620
|
type context$g__publicOnCartUpdatedType = _publicOnCartUpdatedType;
|
|
8719
|
-
type context$g__publicRemoveCouponFromCurrentCartType = _publicRemoveCouponFromCurrentCartType;
|
|
8720
|
-
type context$g__publicRemoveLineItemsFromCurrentCartType = _publicRemoveLineItemsFromCurrentCartType;
|
|
8721
|
-
type context$g__publicUpdateCurrentCartLineItemQuantityType = _publicUpdateCurrentCartLineItemQuantityType;
|
|
8722
|
-
type context$g__publicUpdateCurrentCartType = _publicUpdateCurrentCartType;
|
|
8723
8621
|
declare const context$g_addToCurrentCart: typeof addToCurrentCart;
|
|
8724
8622
|
declare const context$g_createCheckoutFromCurrentCart: typeof createCheckoutFromCurrentCart;
|
|
8725
8623
|
declare const context$g_deleteCurrentCart: typeof deleteCurrentCart;
|
|
@@ -8733,7 +8631,7 @@ declare const context$g_removeLineItemsFromCurrentCart: typeof removeLineItemsFr
|
|
|
8733
8631
|
declare const context$g_updateCurrentCart: typeof updateCurrentCart;
|
|
8734
8632
|
declare const context$g_updateCurrentCartLineItemQuantity: typeof updateCurrentCartLineItemQuantity;
|
|
8735
8633
|
declare namespace context$g {
|
|
8736
|
-
export { type ActionEvent$e as ActionEvent, type context$g_AddToCartRequest as AddToCartRequest, type context$g_AddToCartResponse as AddToCartResponse, type context$g_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type context$g_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type context$g_AddToCurrentCartOptions as AddToCurrentCartOptions, type context$g_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$8 as Address, type AddressLocation$7 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$9 as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$c as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type context$g_Cart as Cart, type context$g_CartCreatedEnvelope as CartCreatedEnvelope, type context$g_CartDeletedEnvelope as CartDeletedEnvelope, type context$g_CartDiscount as CartDiscount, type context$g_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type context$g_CartNonNullableFields as CartNonNullableFields, type context$g_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$4 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type context$g_CreateCartRequest as CreateCartRequest, type context$g_CreateCartResponse as CreateCartResponse, type context$g_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type context$g_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type context$g_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type context$g_DeleteCartRequest as DeleteCartRequest, type context$g_DeleteCartResponse as DeleteCartResponse, type context$g_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$5 as DeliveryLogistics, type DeliveryTimeSlot$5 as DeliveryTimeSlot, type Description$2 as Description, type DescriptionLine$4 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$4 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$4 as DescriptionLineName, DescriptionLineType$4 as DescriptionLineType, type DescriptionLineValueOneOf$4 as DescriptionLineValueOneOf, type Details$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$e as DomainEvent, type DomainEventBodyOneOf$e as DomainEventBodyOneOf, type Empty$9 as Empty, type EntityCreatedEvent$e as EntityCreatedEvent, type EntityDeletedEvent$e as EntityDeletedEvent, type EntityUpdatedEvent$e as EntityUpdatedEvent, type context$g_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type context$g_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type context$g_EstimateTotalsRequest as EstimateTotalsRequest, type context$g_EstimateTotalsResponse as EstimateTotalsResponse, type context$g_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$c as EventMetadata, type ExtendedFields$8 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type context$g_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type context$g_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type context$g_GetCartRequest as GetCartRequest, type context$g_GetCartResponse as GetCartResponse, type context$g_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type context$g_GetCurrentCartRequest as GetCurrentCartRequest, type context$g_GetCurrentCartResponse as GetCurrentCartResponse, type context$g_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$4 as GiftCard, type Group$3 as Group, type context$g_HostSelectedMembership as HostSelectedMembership, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$5 as ItemTaxFullDetails, type ItemType$5 as ItemType, ItemTypeItemType$5 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$5 as ItemTypeItemTypeDataOneOf, JurisdictionType$5 as JurisdictionType, type LineItem$5 as LineItem, type LineItemDiscount$5 as LineItemDiscount, type LineItemPricesData$1 as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$3 as ManualCalculationReason, type Membership$3 as Membership, type MembershipName$6 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$e as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$3 as OtherCharge, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$4 as ProductName, RateType$3 as RateType, type context$g_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type context$g_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$e as RestoreInfo, RuleType$4 as RuleType, type Scope$3 as Scope, type SecuredMedia$3 as SecuredMedia, type SelectedCarrierServiceOption$3 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$3 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$3 as SelectedCarrierServiceOptionPrices, type SelectedMembership$3 as SelectedMembership, type SelectedMemberships$3 as SelectedMemberships, type SelectedShippingOption$1 as SelectedShippingOption, type ServiceProperties$4 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$3 as ShippingInformation, type ShippingOption$5 as ShippingOption, type ShippingPrice$5 as ShippingPrice, type ShippingRegion$5 as ShippingRegion, type StreetAddress$7 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, type SystemError$4 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 as TargetTargetTypeOneOf, type TaxBreakdown$3 as TaxBreakdown, type TaxCalculationDetails$3 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$3 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$3 as TaxRateBreakdown, type TaxSummary$5 as TaxSummary, type Title$2 as Title, type context$g_UpdateCartRequest as UpdateCartRequest, type context$g_UpdateCartResponse as UpdateCartResponse, type context$g_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type context$g_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type context$g_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type context$g_V1Coupon as V1Coupon, type context$g_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$2 as Violation, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$6 as WeightUnit, type context$g__publicAddToCurrentCartType as _publicAddToCurrentCartType, type context$g__publicCreateCheckoutFromCurrentCartType as _publicCreateCheckoutFromCurrentCartType, type context$g__publicDeleteCurrentCartType as _publicDeleteCurrentCartType, type context$g__publicEstimateCurrentCartTotalsType as _publicEstimateCurrentCartTotalsType, type context$g__publicGetCurrentCartType as _publicGetCurrentCartType, type context$g__publicOnCartCreatedType as _publicOnCartCreatedType, type context$g__publicOnCartDeletedType as _publicOnCartDeletedType, type context$g__publicOnCartUpdatedType as _publicOnCartUpdatedType, type context$g__publicRemoveCouponFromCurrentCartType as _publicRemoveCouponFromCurrentCartType, type context$g__publicRemoveLineItemsFromCurrentCartType as _publicRemoveLineItemsFromCurrentCartType, type context$g__publicUpdateCurrentCartLineItemQuantityType as _publicUpdateCurrentCartLineItemQuantityType, type context$g__publicUpdateCurrentCartType as _publicUpdateCurrentCartType, context$g_addToCurrentCart as addToCurrentCart, context$g_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, context$g_deleteCurrentCart as deleteCurrentCart, context$g_estimateCurrentCartTotals as estimateCurrentCartTotals, context$g_getCurrentCart as getCurrentCart, context$g_onCartCreated as onCartCreated, context$g_onCartDeleted as onCartDeleted, context$g_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, context$g_removeCouponFromCurrentCart as removeCouponFromCurrentCart, context$g_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, context$g_updateCurrentCart as updateCurrentCart, context$g_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
8634
|
+
export { type ActionEvent$e as ActionEvent, type context$g_AddToCartRequest as AddToCartRequest, type context$g_AddToCartResponse as AddToCartResponse, type context$g_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type context$g_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type context$g_AddToCurrentCartOptions as AddToCurrentCartOptions, type context$g_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$8 as Address, type AddressLocation$7 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$9 as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$c as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type context$g_Cart as Cart, type context$g_CartCreatedEnvelope as CartCreatedEnvelope, type context$g_CartDeletedEnvelope as CartDeletedEnvelope, type context$g_CartDiscount as CartDiscount, type context$g_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type context$g_CartNonNullableFields as CartNonNullableFields, type context$g_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$4 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type context$g_CreateCartRequest as CreateCartRequest, type context$g_CreateCartResponse as CreateCartResponse, type context$g_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type context$g_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type context$g_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type context$g_DeleteCartRequest as DeleteCartRequest, type context$g_DeleteCartResponse as DeleteCartResponse, type context$g_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$5 as DeliveryLogistics, type DeliveryTimeSlot$5 as DeliveryTimeSlot, type Description$2 as Description, type DescriptionLine$4 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$4 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$4 as DescriptionLineName, DescriptionLineType$4 as DescriptionLineType, type DescriptionLineValueOneOf$4 as DescriptionLineValueOneOf, type Details$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$e as DomainEvent, type DomainEventBodyOneOf$e as DomainEventBodyOneOf, type Empty$9 as Empty, type EntityCreatedEvent$e as EntityCreatedEvent, type EntityDeletedEvent$e as EntityDeletedEvent, type EntityUpdatedEvent$e as EntityUpdatedEvent, type context$g_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type context$g_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type context$g_EstimateTotalsRequest as EstimateTotalsRequest, type context$g_EstimateTotalsResponse as EstimateTotalsResponse, type context$g_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$c as EventMetadata, type ExtendedFields$8 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type context$g_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type context$g_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type context$g_GetCartRequest as GetCartRequest, type context$g_GetCartResponse as GetCartResponse, type context$g_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type context$g_GetCurrentCartRequest as GetCurrentCartRequest, type context$g_GetCurrentCartResponse as GetCurrentCartResponse, type context$g_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$4 as GiftCard, type Group$3 as Group, type context$g_HostSelectedMembership as HostSelectedMembership, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$5 as ItemTaxFullDetails, type ItemType$5 as ItemType, ItemTypeItemType$5 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$5 as ItemTypeItemTypeDataOneOf, JurisdictionType$5 as JurisdictionType, type LineItem$5 as LineItem, type LineItemDiscount$5 as LineItemDiscount, type LineItemPricesData$1 as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$3 as ManualCalculationReason, type Membership$3 as Membership, type MembershipName$6 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$e as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$3 as OtherCharge, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$4 as ProductName, RateType$3 as RateType, type context$g_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type context$g_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$e as RestoreInfo, RuleType$4 as RuleType, type Scope$3 as Scope, type SecuredMedia$3 as SecuredMedia, type SelectedCarrierServiceOption$3 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$3 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$3 as SelectedCarrierServiceOptionPrices, type SelectedMembership$3 as SelectedMembership, type SelectedMemberships$3 as SelectedMemberships, type SelectedShippingOption$1 as SelectedShippingOption, type ServiceProperties$4 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$3 as ShippingInformation, type ShippingOption$5 as ShippingOption, type ShippingPrice$5 as ShippingPrice, type ShippingRegion$5 as ShippingRegion, type StreetAddress$7 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, type SystemError$4 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 as TargetTargetTypeOneOf, type TaxBreakdown$3 as TaxBreakdown, type TaxCalculationDetails$3 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$3 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$3 as TaxRateBreakdown, type TaxSummary$5 as TaxSummary, type Title$2 as Title, type context$g_UpdateCartRequest as UpdateCartRequest, type context$g_UpdateCartResponse as UpdateCartResponse, type context$g_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type context$g_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type context$g_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type context$g_V1Coupon as V1Coupon, type context$g_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$2 as Violation, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$6 as WeightUnit, type context$g__publicOnCartCreatedType as _publicOnCartCreatedType, type context$g__publicOnCartDeletedType as _publicOnCartDeletedType, type context$g__publicOnCartUpdatedType as _publicOnCartUpdatedType, context$g_addToCurrentCart as addToCurrentCart, context$g_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, context$g_deleteCurrentCart as deleteCurrentCart, context$g_estimateCurrentCartTotals as estimateCurrentCartTotals, context$g_getCurrentCart as getCurrentCart, context$g_onCartCreated as onCartCreated, context$g_onCartDeleted as onCartDeleted, context$g_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, context$g_removeCouponFromCurrentCart as removeCouponFromCurrentCart, context$g_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, context$g_updateCurrentCart as updateCurrentCart, context$g_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
8737
8635
|
}
|
|
8738
8636
|
|
|
8739
8637
|
interface Checkout$1 {
|
|
@@ -11978,36 +11876,21 @@ declare const onCheckoutCreated$1: EventDefinition<CheckoutCreatedEnvelope, "wix
|
|
|
11978
11876
|
declare const onCheckoutUpdated$1: EventDefinition<CheckoutUpdatedEnvelope, "wix.ecom.v1.checkout_updated">;
|
|
11979
11877
|
declare const onCheckoutCompleted$1: EventDefinition<CheckoutCompletedEnvelope, "wix.ecom.v1.checkout_completed">;
|
|
11980
11878
|
|
|
11981
|
-
declare function createRESTModule$f<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
11982
|
-
|
|
11983
11879
|
declare function createEventModule$b<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
11984
11880
|
|
|
11985
|
-
|
|
11986
|
-
declare const
|
|
11987
|
-
|
|
11988
|
-
declare const
|
|
11989
|
-
|
|
11990
|
-
declare const
|
|
11991
|
-
|
|
11992
|
-
declare const
|
|
11993
|
-
|
|
11994
|
-
declare const
|
|
11995
|
-
|
|
11996
|
-
declare const
|
|
11997
|
-
|
|
11998
|
-
declare const removeGiftCard: ReturnType<typeof createRESTModule$f<_publicRemoveGiftCardType>>;
|
|
11999
|
-
type _publicRemoveOverrideCheckoutUrlType = typeof removeOverrideCheckoutUrl$1;
|
|
12000
|
-
declare const removeOverrideCheckoutUrl: ReturnType<typeof createRESTModule$f<_publicRemoveOverrideCheckoutUrlType>>;
|
|
12001
|
-
type _publicAddToCheckoutType = typeof addToCheckout$1;
|
|
12002
|
-
declare const addToCheckout: ReturnType<typeof createRESTModule$f<_publicAddToCheckoutType>>;
|
|
12003
|
-
type _publicRemoveLineItemsType = typeof removeLineItems$1;
|
|
12004
|
-
declare const removeLineItems: ReturnType<typeof createRESTModule$f<_publicRemoveLineItemsType>>;
|
|
12005
|
-
type _publicCreateOrderType$1 = typeof createOrder$3;
|
|
12006
|
-
declare const createOrder$2: ReturnType<typeof createRESTModule$f<_publicCreateOrderType>>;
|
|
12007
|
-
type _publicMarkCheckoutAsCompletedType = typeof markCheckoutAsCompleted$1;
|
|
12008
|
-
declare const markCheckoutAsCompleted: ReturnType<typeof createRESTModule$f<_publicMarkCheckoutAsCompletedType>>;
|
|
12009
|
-
type _publicUpdateLineItemsQuantityType = typeof updateLineItemsQuantity$1;
|
|
12010
|
-
declare const updateLineItemsQuantity: ReturnType<typeof createRESTModule$f<_publicUpdateLineItemsQuantityType>>;
|
|
11881
|
+
declare const createCheckout: BuildRESTFunction<typeof createCheckout$1> & typeof createCheckout$1;
|
|
11882
|
+
declare const getCheckout: BuildRESTFunction<typeof getCheckout$1> & typeof getCheckout$1;
|
|
11883
|
+
declare const getCheckoutByCartId: BuildRESTFunction<typeof getCheckoutByCartId$1> & typeof getCheckoutByCartId$1;
|
|
11884
|
+
declare const getCheckoutUrl: BuildRESTFunction<typeof getCheckoutUrl$1> & typeof getCheckoutUrl$1;
|
|
11885
|
+
declare const updateCheckout: BuildRESTFunction<typeof updateCheckout$1> & typeof updateCheckout$1;
|
|
11886
|
+
declare const removeCoupon: BuildRESTFunction<typeof removeCoupon$1> & typeof removeCoupon$1;
|
|
11887
|
+
declare const removeGiftCard: BuildRESTFunction<typeof removeGiftCard$1> & typeof removeGiftCard$1;
|
|
11888
|
+
declare const removeOverrideCheckoutUrl: BuildRESTFunction<typeof removeOverrideCheckoutUrl$1> & typeof removeOverrideCheckoutUrl$1;
|
|
11889
|
+
declare const addToCheckout: BuildRESTFunction<typeof addToCheckout$1> & typeof addToCheckout$1;
|
|
11890
|
+
declare const removeLineItems: BuildRESTFunction<typeof removeLineItems$1> & typeof removeLineItems$1;
|
|
11891
|
+
declare const createOrder$2: BuildRESTFunction<typeof createOrder$3> & typeof createOrder$3;
|
|
11892
|
+
declare const markCheckoutAsCompleted: BuildRESTFunction<typeof markCheckoutAsCompleted$1> & typeof markCheckoutAsCompleted$1;
|
|
11893
|
+
declare const updateLineItemsQuantity: BuildRESTFunction<typeof updateLineItemsQuantity$1> & typeof updateLineItemsQuantity$1;
|
|
12011
11894
|
|
|
12012
11895
|
type _publicOnCheckoutCreatedType = typeof onCheckoutCreated$1;
|
|
12013
11896
|
/**
|
|
@@ -12108,21 +11991,9 @@ type context$f_V1ShippingInfoDetailsOneOf = V1ShippingInfoDetailsOneOf;
|
|
|
12108
11991
|
type context$f_V1SubscriptionOptionInfo = V1SubscriptionOptionInfo;
|
|
12109
11992
|
type context$f_V1SubscriptionSettings = V1SubscriptionSettings;
|
|
12110
11993
|
type context$f_ViolationsList = ViolationsList;
|
|
12111
|
-
type context$f__publicAddToCheckoutType = _publicAddToCheckoutType;
|
|
12112
|
-
type context$f__publicCreateCheckoutType = _publicCreateCheckoutType;
|
|
12113
|
-
type context$f__publicGetCheckoutByCartIdType = _publicGetCheckoutByCartIdType;
|
|
12114
|
-
type context$f__publicGetCheckoutType = _publicGetCheckoutType;
|
|
12115
|
-
type context$f__publicGetCheckoutUrlType = _publicGetCheckoutUrlType;
|
|
12116
|
-
type context$f__publicMarkCheckoutAsCompletedType = _publicMarkCheckoutAsCompletedType;
|
|
12117
11994
|
type context$f__publicOnCheckoutCompletedType = _publicOnCheckoutCompletedType;
|
|
12118
11995
|
type context$f__publicOnCheckoutCreatedType = _publicOnCheckoutCreatedType;
|
|
12119
11996
|
type context$f__publicOnCheckoutUpdatedType = _publicOnCheckoutUpdatedType;
|
|
12120
|
-
type context$f__publicRemoveCouponType = _publicRemoveCouponType;
|
|
12121
|
-
type context$f__publicRemoveGiftCardType = _publicRemoveGiftCardType;
|
|
12122
|
-
type context$f__publicRemoveLineItemsType = _publicRemoveLineItemsType;
|
|
12123
|
-
type context$f__publicRemoveOverrideCheckoutUrlType = _publicRemoveOverrideCheckoutUrlType;
|
|
12124
|
-
type context$f__publicUpdateCheckoutType = _publicUpdateCheckoutType;
|
|
12125
|
-
type context$f__publicUpdateLineItemsQuantityType = _publicUpdateLineItemsQuantityType;
|
|
12126
11997
|
declare const context$f_addToCheckout: typeof addToCheckout;
|
|
12127
11998
|
declare const context$f_createCheckout: typeof createCheckout;
|
|
12128
11999
|
declare const context$f_getCheckout: typeof getCheckout;
|
|
@@ -12139,7 +12010,7 @@ declare const context$f_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
|
|
|
12139
12010
|
declare const context$f_updateCheckout: typeof updateCheckout;
|
|
12140
12011
|
declare const context$f_updateLineItemsQuantity: typeof updateLineItemsQuantity;
|
|
12141
12012
|
declare namespace context$f {
|
|
12142
|
-
export { type ActionEvent$d as ActionEvent, type context$f_AddToCheckoutOptions as AddToCheckoutOptions, type context$f_AddToCheckoutRequest as AddToCheckoutRequest, type context$f_AddToCheckoutResponse as AddToCheckoutResponse, type context$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type context$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, context$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type context$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$f_CommonVatId as CommonVatId, context$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$f_CreateCheckoutOptions as CreateCheckoutOptions, type context$f_CreateCheckoutRequest as CreateCheckoutRequest, type context$f_CreateCheckoutResponse as CreateCheckoutResponse, type context$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, context$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type context$f_DoublePaymentErrorData as DoublePaymentErrorData, type context$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type context$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$f_GetCheckoutRequest as GetCheckoutRequest, type context$f_GetCheckoutResponse as GetCheckoutResponse, type context$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type context$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type context$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type context$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$f_RedeemErrorData as RedeemErrorData, type context$f_RemoveCouponRequest as RemoveCouponRequest, type context$f_RemoveCouponResponse as RemoveCouponResponse, type context$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type context$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type context$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type context$f_Subscription as Subscription, type context$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type Title$1 as Title, type Totals$1 as Totals, type context$f_UpdateCheckout as UpdateCheckout, type context$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$f_V1BuyerInfo as V1BuyerInfo, type context$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$f_V1ShippingInfo as V1ShippingInfo, type context$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type context$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$f__publicAddToCheckoutType as _publicAddToCheckoutType, type context$f__publicCreateCheckoutType as _publicCreateCheckoutType, type _publicCreateOrderType$1 as _publicCreateOrderType, type context$f__publicGetCheckoutByCartIdType as _publicGetCheckoutByCartIdType, type context$f__publicGetCheckoutType as _publicGetCheckoutType, type context$f__publicGetCheckoutUrlType as _publicGetCheckoutUrlType, type context$f__publicMarkCheckoutAsCompletedType as _publicMarkCheckoutAsCompletedType, type context$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, type context$f__publicRemoveCouponType as _publicRemoveCouponType, type context$f__publicRemoveGiftCardType as _publicRemoveGiftCardType, type context$f__publicRemoveLineItemsType as _publicRemoveLineItemsType, type context$f__publicRemoveOverrideCheckoutUrlType as _publicRemoveOverrideCheckoutUrlType, type context$f__publicUpdateCheckoutType as _publicUpdateCheckoutType, type context$f__publicUpdateLineItemsQuantityType as _publicUpdateLineItemsQuantityType, context$f_addToCheckout as addToCheckout, context$f_createCheckout as createCheckout, createOrder$2 as createOrder, context$f_getCheckout as getCheckout, context$f_getCheckoutByCartId as getCheckoutByCartId, context$f_getCheckoutUrl as getCheckoutUrl, context$f_markCheckoutAsCompleted as markCheckoutAsCompleted, context$f_onCheckoutCompleted as onCheckoutCompleted, context$f_onCheckoutCreated as onCheckoutCreated, context$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$f_removeCoupon as removeCoupon, context$f_removeGiftCard as removeGiftCard, context$f_removeLineItems as removeLineItems, context$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$f_updateCheckout as updateCheckout, context$f_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
12013
|
+
export { type ActionEvent$d as ActionEvent, type context$f_AddToCheckoutOptions as AddToCheckoutOptions, type context$f_AddToCheckoutRequest as AddToCheckoutRequest, type context$f_AddToCheckoutResponse as AddToCheckoutResponse, type context$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type context$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, context$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type context$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$f_CommonVatId as CommonVatId, context$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$f_CreateCheckoutOptions as CreateCheckoutOptions, type context$f_CreateCheckoutRequest as CreateCheckoutRequest, type context$f_CreateCheckoutResponse as CreateCheckoutResponse, type context$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, context$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type context$f_DoublePaymentErrorData as DoublePaymentErrorData, type context$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type context$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$f_GetCheckoutRequest as GetCheckoutRequest, type context$f_GetCheckoutResponse as GetCheckoutResponse, type context$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type context$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type context$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type context$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$f_RedeemErrorData as RedeemErrorData, type context$f_RemoveCouponRequest as RemoveCouponRequest, type context$f_RemoveCouponResponse as RemoveCouponResponse, type context$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type context$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type context$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type context$f_Subscription as Subscription, type context$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type Title$1 as Title, type Totals$1 as Totals, type context$f_UpdateCheckout as UpdateCheckout, type context$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$f_V1BuyerInfo as V1BuyerInfo, type context$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$f_V1ShippingInfo as V1ShippingInfo, type context$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type context$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$f_addToCheckout as addToCheckout, context$f_createCheckout as createCheckout, createOrder$2 as createOrder, context$f_getCheckout as getCheckout, context$f_getCheckoutByCartId as getCheckoutByCartId, context$f_getCheckoutUrl as getCheckoutUrl, context$f_markCheckoutAsCompleted as markCheckoutAsCompleted, context$f_onCheckoutCompleted as onCheckoutCompleted, context$f_onCheckoutCreated as onCheckoutCreated, context$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$f_removeCoupon as removeCoupon, context$f_removeGiftCard as removeGiftCard, context$f_removeLineItems as removeLineItems, context$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$f_updateCheckout as updateCheckout, context$f_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
12143
12014
|
}
|
|
12144
12015
|
|
|
12145
12016
|
interface CheckoutSettings {
|
|
@@ -12541,14 +12412,10 @@ interface UpdateCheckoutSettingsSignature {
|
|
|
12541
12412
|
}
|
|
12542
12413
|
declare const onCheckoutSettingsUpdated$1: EventDefinition<CheckoutSettingsUpdatedEnvelope, "wix.ecom.v1.checkout_settings_updated">;
|
|
12543
12414
|
|
|
12544
|
-
declare function createRESTModule$e<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
12545
|
-
|
|
12546
12415
|
declare function createEventModule$a<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
12547
12416
|
|
|
12548
|
-
|
|
12549
|
-
declare const
|
|
12550
|
-
type _publicUpdateCheckoutSettingsType = typeof updateCheckoutSettings$1;
|
|
12551
|
-
declare const updateCheckoutSettings: ReturnType<typeof createRESTModule$e<_publicUpdateCheckoutSettingsType>>;
|
|
12417
|
+
declare const getCheckoutSettings: BuildRESTFunction<typeof getCheckoutSettings$1> & typeof getCheckoutSettings$1;
|
|
12418
|
+
declare const updateCheckoutSettings: BuildRESTFunction<typeof updateCheckoutSettings$1> & typeof updateCheckoutSettings$1;
|
|
12552
12419
|
|
|
12553
12420
|
type _publicOnCheckoutSettingsUpdatedType = typeof onCheckoutSettingsUpdated$1;
|
|
12554
12421
|
/**
|
|
@@ -12585,14 +12452,12 @@ type context$e_TermsAndConditionsPolicy = TermsAndConditionsPolicy;
|
|
|
12585
12452
|
type context$e_UpdateCheckoutSettingsRequest = UpdateCheckoutSettingsRequest;
|
|
12586
12453
|
type context$e_UpdateCheckoutSettingsResponse = UpdateCheckoutSettingsResponse;
|
|
12587
12454
|
type context$e_UpdateCheckoutSettingsResponseNonNullableFields = UpdateCheckoutSettingsResponseNonNullableFields;
|
|
12588
|
-
type context$e__publicGetCheckoutSettingsType = _publicGetCheckoutSettingsType;
|
|
12589
12455
|
type context$e__publicOnCheckoutSettingsUpdatedType = _publicOnCheckoutSettingsUpdatedType;
|
|
12590
|
-
type context$e__publicUpdateCheckoutSettingsType = _publicUpdateCheckoutSettingsType;
|
|
12591
12456
|
declare const context$e_getCheckoutSettings: typeof getCheckoutSettings;
|
|
12592
12457
|
declare const context$e_onCheckoutSettingsUpdated: typeof onCheckoutSettingsUpdated;
|
|
12593
12458
|
declare const context$e_updateCheckoutSettings: typeof updateCheckoutSettings;
|
|
12594
12459
|
declare namespace context$e {
|
|
12595
|
-
export { type ActionEvent$c as ActionEvent, context$e_Alignment as Alignment, type BaseEventMetadata$a as BaseEventMetadata, type context$e_CheckboxField as CheckboxField, type context$e_CheckoutBrand as CheckoutBrand, type context$e_CheckoutFields as CheckoutFields, type context$e_CheckoutHeader as CheckoutHeader, type context$e_CheckoutPolicies as CheckoutPolicies, type context$e_CheckoutSettings as CheckoutSettings, type context$e_CheckoutSettingsUpdatedEnvelope as CheckoutSettingsUpdatedEnvelope, type context$e_ContactUsPolicy as ContactUsPolicy, type context$e_CustomCheckoutPolicy as CustomCheckoutPolicy, type context$e_DeleteCheckoutSettingsRequest as DeleteCheckoutSettingsRequest, type context$e_DeleteCheckoutSettingsResponse as DeleteCheckoutSettingsResponse, type context$e_DigitalItemPolicy as DigitalItemPolicy, type DomainEvent$c as DomainEvent, type DomainEventBodyOneOf$c as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$c as EntityCreatedEvent, type EntityDeletedEvent$c as EntityDeletedEvent, type EntityUpdatedEvent$c as EntityUpdatedEvent, type EventMetadata$a as EventMetadata, type context$e_GetCheckoutSettingsRequest as GetCheckoutSettingsRequest, type context$e_GetCheckoutSettingsResponse as GetCheckoutSettingsResponse, type context$e_GetCheckoutSettingsResponseNonNullableFields as GetCheckoutSettingsResponseNonNullableFields, type context$e_GiftCardProviderWasProvisioned as GiftCardProviderWasProvisioned, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type context$e_ListCheckoutSettingsRequest as ListCheckoutSettingsRequest, type context$e_ListCheckoutSettingsResponse as ListCheckoutSettingsResponse, type context$e_Logo as Logo, context$e_LogoSize as LogoSize, type MessageEnvelope$c as MessageEnvelope, type context$e_PrivacyPolicy as PrivacyPolicy, type RestoreInfo$c as RestoreInfo, type context$e_ReturnPolicy as ReturnPolicy, type context$e_TermsAndConditionsPolicy as TermsAndConditionsPolicy, type context$e_UpdateCheckoutSettingsRequest as UpdateCheckoutSettingsRequest, type context$e_UpdateCheckoutSettingsResponse as UpdateCheckoutSettingsResponse, type context$e_UpdateCheckoutSettingsResponseNonNullableFields as UpdateCheckoutSettingsResponseNonNullableFields, WebhookIdentityType$c as WebhookIdentityType, type context$
|
|
12460
|
+
export { type ActionEvent$c as ActionEvent, context$e_Alignment as Alignment, type BaseEventMetadata$a as BaseEventMetadata, type context$e_CheckboxField as CheckboxField, type context$e_CheckoutBrand as CheckoutBrand, type context$e_CheckoutFields as CheckoutFields, type context$e_CheckoutHeader as CheckoutHeader, type context$e_CheckoutPolicies as CheckoutPolicies, type context$e_CheckoutSettings as CheckoutSettings, type context$e_CheckoutSettingsUpdatedEnvelope as CheckoutSettingsUpdatedEnvelope, type context$e_ContactUsPolicy as ContactUsPolicy, type context$e_CustomCheckoutPolicy as CustomCheckoutPolicy, type context$e_DeleteCheckoutSettingsRequest as DeleteCheckoutSettingsRequest, type context$e_DeleteCheckoutSettingsResponse as DeleteCheckoutSettingsResponse, type context$e_DigitalItemPolicy as DigitalItemPolicy, type DomainEvent$c as DomainEvent, type DomainEventBodyOneOf$c as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$c as EntityCreatedEvent, type EntityDeletedEvent$c as EntityDeletedEvent, type EntityUpdatedEvent$c as EntityUpdatedEvent, type EventMetadata$a as EventMetadata, type context$e_GetCheckoutSettingsRequest as GetCheckoutSettingsRequest, type context$e_GetCheckoutSettingsResponse as GetCheckoutSettingsResponse, type context$e_GetCheckoutSettingsResponseNonNullableFields as GetCheckoutSettingsResponseNonNullableFields, type context$e_GiftCardProviderWasProvisioned as GiftCardProviderWasProvisioned, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type context$e_ListCheckoutSettingsRequest as ListCheckoutSettingsRequest, type context$e_ListCheckoutSettingsResponse as ListCheckoutSettingsResponse, type context$e_Logo as Logo, context$e_LogoSize as LogoSize, type MessageEnvelope$c as MessageEnvelope, type context$e_PrivacyPolicy as PrivacyPolicy, type RestoreInfo$c as RestoreInfo, type context$e_ReturnPolicy as ReturnPolicy, type context$e_TermsAndConditionsPolicy as TermsAndConditionsPolicy, type context$e_UpdateCheckoutSettingsRequest as UpdateCheckoutSettingsRequest, type context$e_UpdateCheckoutSettingsResponse as UpdateCheckoutSettingsResponse, type context$e_UpdateCheckoutSettingsResponseNonNullableFields as UpdateCheckoutSettingsResponseNonNullableFields, WebhookIdentityType$c as WebhookIdentityType, type context$e__publicOnCheckoutSettingsUpdatedType as _publicOnCheckoutSettingsUpdatedType, context$e_getCheckoutSettings as getCheckoutSettings, context$e_onCheckoutSettingsUpdated as onCheckoutSettingsUpdated, onCheckoutSettingsUpdated$1 as publicOnCheckoutSettingsUpdated, context$e_updateCheckoutSettings as updateCheckoutSettings };
|
|
12596
12461
|
}
|
|
12597
12462
|
|
|
12598
12463
|
interface CheckoutTemplate {
|
|
@@ -14887,24 +14752,15 @@ declare const onCheckoutTemplateUpdated$1: EventDefinition<CheckoutTemplateUpdat
|
|
|
14887
14752
|
declare const onCheckoutTemplateDeleted$1: EventDefinition<CheckoutTemplateDeletedEnvelope, "wix.ecom.v1.checkout_template_deleted">;
|
|
14888
14753
|
declare const onCheckoutTemplateUsed$1: EventDefinition<CheckoutTemplateUsedEnvelope, "wix.ecom.v1.checkout_template_used">;
|
|
14889
14754
|
|
|
14890
|
-
declare function createRESTModule$d<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
14891
|
-
|
|
14892
14755
|
declare function createEventModule$9<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
14893
14756
|
|
|
14894
|
-
|
|
14895
|
-
declare const
|
|
14896
|
-
|
|
14897
|
-
declare const
|
|
14898
|
-
|
|
14899
|
-
declare const
|
|
14900
|
-
|
|
14901
|
-
declare const deleteCheckoutTemplate: ReturnType<typeof createRESTModule$d<_publicDeleteCheckoutTemplateType>>;
|
|
14902
|
-
type _publicQueryCheckoutTemplatesType = typeof queryCheckoutTemplates$1;
|
|
14903
|
-
declare const queryCheckoutTemplates: ReturnType<typeof createRESTModule$d<_publicQueryCheckoutTemplatesType>>;
|
|
14904
|
-
type _publicCreateCheckoutFromTemplateType = typeof createCheckoutFromTemplate$1;
|
|
14905
|
-
declare const createCheckoutFromTemplate: ReturnType<typeof createRESTModule$d<_publicCreateCheckoutFromTemplateType>>;
|
|
14906
|
-
type _publicCreateAndRedirectToCheckoutType = typeof createAndRedirectToCheckout$1;
|
|
14907
|
-
declare const createAndRedirectToCheckout: ReturnType<typeof createRESTModule$d<_publicCreateAndRedirectToCheckoutType>>;
|
|
14757
|
+
declare const createCheckoutTemplate: BuildRESTFunction<typeof createCheckoutTemplate$1> & typeof createCheckoutTemplate$1;
|
|
14758
|
+
declare const getCheckoutTemplate: BuildRESTFunction<typeof getCheckoutTemplate$1> & typeof getCheckoutTemplate$1;
|
|
14759
|
+
declare const updateCheckoutTemplate: BuildRESTFunction<typeof updateCheckoutTemplate$1> & typeof updateCheckoutTemplate$1;
|
|
14760
|
+
declare const deleteCheckoutTemplate: BuildRESTFunction<typeof deleteCheckoutTemplate$1> & typeof deleteCheckoutTemplate$1;
|
|
14761
|
+
declare const queryCheckoutTemplates: BuildRESTFunction<typeof queryCheckoutTemplates$1> & typeof queryCheckoutTemplates$1;
|
|
14762
|
+
declare const createCheckoutFromTemplate: BuildRESTFunction<typeof createCheckoutFromTemplate$1> & typeof createCheckoutFromTemplate$1;
|
|
14763
|
+
declare const createAndRedirectToCheckout: BuildRESTFunction<typeof createAndRedirectToCheckout$1> & typeof createAndRedirectToCheckout$1;
|
|
14908
14764
|
|
|
14909
14765
|
type _publicOnCheckoutTemplateCreatedType = typeof onCheckoutTemplateCreated$1;
|
|
14910
14766
|
/**
|
|
@@ -14987,17 +14843,10 @@ type context$d_UpdateCheckoutTemplateResponseNonNullableFields = UpdateCheckoutT
|
|
|
14987
14843
|
type context$d_V1LineItem = V1LineItem;
|
|
14988
14844
|
type context$d_Violation = Violation;
|
|
14989
14845
|
type context$d_WebClientCustomization = WebClientCustomization;
|
|
14990
|
-
type context$d__publicCreateAndRedirectToCheckoutType = _publicCreateAndRedirectToCheckoutType;
|
|
14991
|
-
type context$d__publicCreateCheckoutFromTemplateType = _publicCreateCheckoutFromTemplateType;
|
|
14992
|
-
type context$d__publicCreateCheckoutTemplateType = _publicCreateCheckoutTemplateType;
|
|
14993
|
-
type context$d__publicDeleteCheckoutTemplateType = _publicDeleteCheckoutTemplateType;
|
|
14994
|
-
type context$d__publicGetCheckoutTemplateType = _publicGetCheckoutTemplateType;
|
|
14995
14846
|
type context$d__publicOnCheckoutTemplateCreatedType = _publicOnCheckoutTemplateCreatedType;
|
|
14996
14847
|
type context$d__publicOnCheckoutTemplateDeletedType = _publicOnCheckoutTemplateDeletedType;
|
|
14997
14848
|
type context$d__publicOnCheckoutTemplateUpdatedType = _publicOnCheckoutTemplateUpdatedType;
|
|
14998
14849
|
type context$d__publicOnCheckoutTemplateUsedType = _publicOnCheckoutTemplateUsedType;
|
|
14999
|
-
type context$d__publicQueryCheckoutTemplatesType = _publicQueryCheckoutTemplatesType;
|
|
15000
|
-
type context$d__publicUpdateCheckoutTemplateType = _publicUpdateCheckoutTemplateType;
|
|
15001
14850
|
declare const context$d_createAndRedirectToCheckout: typeof createAndRedirectToCheckout;
|
|
15002
14851
|
declare const context$d_createCheckoutFromTemplate: typeof createCheckoutFromTemplate;
|
|
15003
14852
|
declare const context$d_createCheckoutTemplate: typeof createCheckoutTemplate;
|
|
@@ -15010,7 +14859,7 @@ declare const context$d_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
|
|
|
15010
14859
|
declare const context$d_queryCheckoutTemplates: typeof queryCheckoutTemplates;
|
|
15011
14860
|
declare const context$d_updateCheckoutTemplate: typeof updateCheckoutTemplate;
|
|
15012
14861
|
declare namespace context$d {
|
|
15013
|
-
export { type ActionEvent$b as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$7 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type context$d_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$2 as ChargeType, type context$d_Checkout as Checkout, type context$d_CheckoutCustomization as CheckoutCustomization, type context$d_CheckoutTemplate as CheckoutTemplate, type context$d_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$d_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$d_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$d_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$d_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$d_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$d_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$d_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$d_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$d_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$d_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$d_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$d_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$d_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$d_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$d_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$d_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$8 as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type CursorQuery$6 as CursorQuery, type CursorQueryPagingMethodOneOf$6 as CursorQueryPagingMethodOneOf, type Cursors$8 as Cursors, type context$d_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$d_CustomSettings as CustomSettings, type context$d_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$d_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type context$d_Description as Description, type DescriptionLine$2 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$2 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$2 as DescriptionLineName, DescriptionLineType$2 as DescriptionLineType, type DescriptionLineValueOneOf$2 as DescriptionLineValueOneOf, type Details$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$b as DomainEvent, type DomainEventBodyOneOf$b as DomainEventBodyOneOf, type EntityCreatedEvent$b as EntityCreatedEvent, type EntityDeletedEvent$b as EntityDeletedEvent, type EntityUpdatedEvent$b as EntityUpdatedEvent, type EventMetadata$9 as EventMetadata, type ExtendedFields$6 as ExtendedFields, type context$d_ExternalReference as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$2 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$2 as FullAddressContactDetails, type context$d_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$d_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$d_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$2 as GiftCard, type Group$1 as Group, type context$d_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$d_ItemAvailabilityInfo as ItemAvailabilityInfo, context$d_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$4 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$b as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, context$d_NameInLineItem as NameInLineItem, context$d_NameInOther as NameInOther, type context$d_Other as Other, type OtherCharge$1 as OtherCharge, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$3 as PhysicalProperties, type PickupDetails$4 as PickupDetails, PickupMethod$3 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type context$d_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$d_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$d_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$d_RawHttpResponse as RawHttpResponse, type context$d_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$b as RestoreInfo, RuleType$2 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, context$d_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, Status$1 as Status, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, type SystemError$2 as SystemError, type context$d_Target as Target, type context$d_TargetLineItem as TargetLineItem, type context$d_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type context$d_Title as Title, type context$d_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$d_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$d_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$d_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$d_V1LineItem as V1LineItem, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, type context$d_Violation as Violation, type context$d_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$4 as WeightUnit, type context$d__publicCreateAndRedirectToCheckoutType as _publicCreateAndRedirectToCheckoutType, type context$d__publicCreateCheckoutFromTemplateType as _publicCreateCheckoutFromTemplateType, type context$d__publicCreateCheckoutTemplateType as _publicCreateCheckoutTemplateType, type context$d__publicDeleteCheckoutTemplateType as _publicDeleteCheckoutTemplateType, type context$d__publicGetCheckoutTemplateType as _publicGetCheckoutTemplateType, type context$d__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type context$d__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type context$d__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type context$d__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, type context$d__publicQueryCheckoutTemplatesType as _publicQueryCheckoutTemplatesType, type context$d__publicUpdateCheckoutTemplateType as _publicUpdateCheckoutTemplateType, context$d_createAndRedirectToCheckout as createAndRedirectToCheckout, context$d_createCheckoutFromTemplate as createCheckoutFromTemplate, context$d_createCheckoutTemplate as createCheckoutTemplate, context$d_deleteCheckoutTemplate as deleteCheckoutTemplate, context$d_getCheckoutTemplate as getCheckoutTemplate, context$d_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$d_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$d_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$d_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, context$d_queryCheckoutTemplates as queryCheckoutTemplates, context$d_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
14862
|
+
export { type ActionEvent$b as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$7 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type context$d_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$2 as ChargeType, type context$d_Checkout as Checkout, type context$d_CheckoutCustomization as CheckoutCustomization, type context$d_CheckoutTemplate as CheckoutTemplate, type context$d_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$d_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$d_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$d_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$d_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$d_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$d_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$d_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$d_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$d_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$d_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$d_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$d_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$d_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$d_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$d_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$d_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$8 as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type CursorQuery$6 as CursorQuery, type CursorQueryPagingMethodOneOf$6 as CursorQueryPagingMethodOneOf, type Cursors$8 as Cursors, type context$d_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$d_CustomSettings as CustomSettings, type context$d_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$d_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type context$d_Description as Description, type DescriptionLine$2 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$2 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$2 as DescriptionLineName, DescriptionLineType$2 as DescriptionLineType, type DescriptionLineValueOneOf$2 as DescriptionLineValueOneOf, type Details$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$b as DomainEvent, type DomainEventBodyOneOf$b as DomainEventBodyOneOf, type EntityCreatedEvent$b as EntityCreatedEvent, type EntityDeletedEvent$b as EntityDeletedEvent, type EntityUpdatedEvent$b as EntityUpdatedEvent, type EventMetadata$9 as EventMetadata, type ExtendedFields$6 as ExtendedFields, type context$d_ExternalReference as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$2 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$2 as FullAddressContactDetails, type context$d_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$d_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$d_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$2 as GiftCard, type Group$1 as Group, type context$d_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$d_ItemAvailabilityInfo as ItemAvailabilityInfo, context$d_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$4 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$b as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, context$d_NameInLineItem as NameInLineItem, context$d_NameInOther as NameInOther, type context$d_Other as Other, type OtherCharge$1 as OtherCharge, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$3 as PhysicalProperties, type PickupDetails$4 as PickupDetails, PickupMethod$3 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type context$d_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$d_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$d_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$d_RawHttpResponse as RawHttpResponse, type context$d_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$b as RestoreInfo, RuleType$2 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, context$d_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, Status$1 as Status, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, type SystemError$2 as SystemError, type context$d_Target as Target, type context$d_TargetLineItem as TargetLineItem, type context$d_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type context$d_Title as Title, type context$d_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$d_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$d_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$d_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$d_V1LineItem as V1LineItem, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, type context$d_Violation as Violation, type context$d_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$4 as WeightUnit, type context$d__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type context$d__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type context$d__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type context$d__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, context$d_createAndRedirectToCheckout as createAndRedirectToCheckout, context$d_createCheckoutFromTemplate as createCheckoutFromTemplate, context$d_createCheckoutTemplate as createCheckoutTemplate, context$d_deleteCheckoutTemplate as deleteCheckoutTemplate, context$d_getCheckoutTemplate as getCheckoutTemplate, context$d_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$d_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$d_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$d_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, context$d_queryCheckoutTemplates as queryCheckoutTemplates, context$d_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
15014
14863
|
}
|
|
15015
14864
|
|
|
15016
14865
|
/**
|
|
@@ -16354,38 +16203,22 @@ declare const onDeliveryProfileDeleted$1: EventDefinition<DeliveryProfileDeleted
|
|
|
16354
16203
|
declare const onDeliveryProfileDeliveryRegionRemoved$1: EventDefinition<DeliveryProfileDeliveryRegionRemovedEnvelope, "wix.ecom.v1.delivery_profile_delivery_region_removed">;
|
|
16355
16204
|
declare const onDeliveryProfileDeliveryRegionUpdated$1: EventDefinition<DeliveryProfileDeliveryRegionUpdatedEnvelope, "wix.ecom.v1.delivery_profile_delivery_region_updated">;
|
|
16356
16205
|
|
|
16357
|
-
declare function createRESTModule$c<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
16358
|
-
|
|
16359
16206
|
declare function createEventModule$8<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
16360
16207
|
|
|
16361
|
-
|
|
16362
|
-
declare const
|
|
16363
|
-
|
|
16364
|
-
declare const
|
|
16365
|
-
|
|
16366
|
-
declare const
|
|
16367
|
-
|
|
16368
|
-
declare const
|
|
16369
|
-
|
|
16370
|
-
declare const
|
|
16371
|
-
|
|
16372
|
-
declare const
|
|
16373
|
-
|
|
16374
|
-
declare const
|
|
16375
|
-
type _publicRemoveDeliveryRegionType = typeof removeDeliveryRegion$1;
|
|
16376
|
-
declare const removeDeliveryRegion: ReturnType<typeof createRESTModule$c<_publicRemoveDeliveryRegionType>>;
|
|
16377
|
-
type _publicAddDeliveryCarrierType = typeof addDeliveryCarrier$1;
|
|
16378
|
-
declare const addDeliveryCarrier: ReturnType<typeof createRESTModule$c<_publicAddDeliveryCarrierType>>;
|
|
16379
|
-
type _publicRemoveDeliveryCarrierType = typeof removeDeliveryCarrier$1;
|
|
16380
|
-
declare const removeDeliveryCarrier: ReturnType<typeof createRESTModule$c<_publicRemoveDeliveryCarrierType>>;
|
|
16381
|
-
type _publicUpdateDeliveryCarrierType = typeof updateDeliveryCarrier$1;
|
|
16382
|
-
declare const updateDeliveryCarrier: ReturnType<typeof createRESTModule$c<_publicUpdateDeliveryCarrierType>>;
|
|
16383
|
-
type _publicListDeliveryCarrierDetailsType = typeof listDeliveryCarrierDetails$1;
|
|
16384
|
-
declare const listDeliveryCarrierDetails: ReturnType<typeof createRESTModule$c<_publicListDeliveryCarrierDetailsType>>;
|
|
16385
|
-
type _publicListDeliveryCarriersType = typeof listDeliveryCarriers$1;
|
|
16386
|
-
declare const listDeliveryCarriers: ReturnType<typeof createRESTModule$c<_publicListDeliveryCarriersType>>;
|
|
16387
|
-
type _publicUpdateExtendedFieldsType$3 = typeof updateExtendedFields$7;
|
|
16388
|
-
declare const updateExtendedFields$6: ReturnType<typeof createRESTModule$c<_publicUpdateExtendedFieldsType>>;
|
|
16208
|
+
declare const createDeliveryProfile: BuildRESTFunction<typeof createDeliveryProfile$1> & typeof createDeliveryProfile$1;
|
|
16209
|
+
declare const getDeliveryProfile: BuildRESTFunction<typeof getDeliveryProfile$1> & typeof getDeliveryProfile$1;
|
|
16210
|
+
declare const updateDeliveryProfile: BuildRESTFunction<typeof updateDeliveryProfile$1> & typeof updateDeliveryProfile$1;
|
|
16211
|
+
declare const deleteDeliveryProfile: BuildRESTFunction<typeof deleteDeliveryProfile$1> & typeof deleteDeliveryProfile$1;
|
|
16212
|
+
declare const queryDeliveryProfiles: BuildRESTFunction<typeof queryDeliveryProfiles$1> & typeof queryDeliveryProfiles$1;
|
|
16213
|
+
declare const addDeliveryRegion: BuildRESTFunction<typeof addDeliveryRegion$1> & typeof addDeliveryRegion$1;
|
|
16214
|
+
declare const updateDeliveryRegion: BuildRESTFunction<typeof updateDeliveryRegion$1> & typeof updateDeliveryRegion$1;
|
|
16215
|
+
declare const removeDeliveryRegion: BuildRESTFunction<typeof removeDeliveryRegion$1> & typeof removeDeliveryRegion$1;
|
|
16216
|
+
declare const addDeliveryCarrier: BuildRESTFunction<typeof addDeliveryCarrier$1> & typeof addDeliveryCarrier$1;
|
|
16217
|
+
declare const removeDeliveryCarrier: BuildRESTFunction<typeof removeDeliveryCarrier$1> & typeof removeDeliveryCarrier$1;
|
|
16218
|
+
declare const updateDeliveryCarrier: BuildRESTFunction<typeof updateDeliveryCarrier$1> & typeof updateDeliveryCarrier$1;
|
|
16219
|
+
declare const listDeliveryCarrierDetails: BuildRESTFunction<typeof listDeliveryCarrierDetails$1> & typeof listDeliveryCarrierDetails$1;
|
|
16220
|
+
declare const listDeliveryCarriers: BuildRESTFunction<typeof listDeliveryCarriers$1> & typeof listDeliveryCarriers$1;
|
|
16221
|
+
declare const updateExtendedFields$6: BuildRESTFunction<typeof updateExtendedFields$7> & typeof updateExtendedFields$7;
|
|
16389
16222
|
|
|
16390
16223
|
type _publicOnDeliveryProfileCreatedType = typeof onDeliveryProfileCreated$1;
|
|
16391
16224
|
/** */
|
|
@@ -16514,25 +16347,12 @@ type context$c_UpdateDeliveryRegionOptions = UpdateDeliveryRegionOptions;
|
|
|
16514
16347
|
type context$c_UpdateDeliveryRegionRequest = UpdateDeliveryRegionRequest;
|
|
16515
16348
|
type context$c_UpdateDeliveryRegionResponse = UpdateDeliveryRegionResponse;
|
|
16516
16349
|
type context$c_UpdateDeliveryRegionResponseNonNullableFields = UpdateDeliveryRegionResponseNonNullableFields;
|
|
16517
|
-
type context$c__publicAddDeliveryCarrierType = _publicAddDeliveryCarrierType;
|
|
16518
|
-
type context$c__publicAddDeliveryRegionType = _publicAddDeliveryRegionType;
|
|
16519
|
-
type context$c__publicCreateDeliveryProfileType = _publicCreateDeliveryProfileType;
|
|
16520
|
-
type context$c__publicDeleteDeliveryProfileType = _publicDeleteDeliveryProfileType;
|
|
16521
|
-
type context$c__publicGetDeliveryProfileType = _publicGetDeliveryProfileType;
|
|
16522
|
-
type context$c__publicListDeliveryCarrierDetailsType = _publicListDeliveryCarrierDetailsType;
|
|
16523
|
-
type context$c__publicListDeliveryCarriersType = _publicListDeliveryCarriersType;
|
|
16524
16350
|
type context$c__publicOnDeliveryProfileCreatedType = _publicOnDeliveryProfileCreatedType;
|
|
16525
16351
|
type context$c__publicOnDeliveryProfileDeletedType = _publicOnDeliveryProfileDeletedType;
|
|
16526
16352
|
type context$c__publicOnDeliveryProfileDeliveryRegionAddedType = _publicOnDeliveryProfileDeliveryRegionAddedType;
|
|
16527
16353
|
type context$c__publicOnDeliveryProfileDeliveryRegionRemovedType = _publicOnDeliveryProfileDeliveryRegionRemovedType;
|
|
16528
16354
|
type context$c__publicOnDeliveryProfileDeliveryRegionUpdatedType = _publicOnDeliveryProfileDeliveryRegionUpdatedType;
|
|
16529
16355
|
type context$c__publicOnDeliveryProfileUpdatedType = _publicOnDeliveryProfileUpdatedType;
|
|
16530
|
-
type context$c__publicQueryDeliveryProfilesType = _publicQueryDeliveryProfilesType;
|
|
16531
|
-
type context$c__publicRemoveDeliveryCarrierType = _publicRemoveDeliveryCarrierType;
|
|
16532
|
-
type context$c__publicRemoveDeliveryRegionType = _publicRemoveDeliveryRegionType;
|
|
16533
|
-
type context$c__publicUpdateDeliveryCarrierType = _publicUpdateDeliveryCarrierType;
|
|
16534
|
-
type context$c__publicUpdateDeliveryProfileType = _publicUpdateDeliveryProfileType;
|
|
16535
|
-
type context$c__publicUpdateDeliveryRegionType = _publicUpdateDeliveryRegionType;
|
|
16536
16356
|
declare const context$c_addDeliveryCarrier: typeof addDeliveryCarrier;
|
|
16537
16357
|
declare const context$c_addDeliveryRegion: typeof addDeliveryRegion;
|
|
16538
16358
|
declare const context$c_createDeliveryProfile: typeof createDeliveryProfile;
|
|
@@ -16553,7 +16373,7 @@ declare const context$c_updateDeliveryCarrier: typeof updateDeliveryCarrier;
|
|
|
16553
16373
|
declare const context$c_updateDeliveryProfile: typeof updateDeliveryProfile;
|
|
16554
16374
|
declare const context$c_updateDeliveryRegion: typeof updateDeliveryRegion;
|
|
16555
16375
|
declare namespace context$c {
|
|
16556
|
-
export { type ActionEvent$a as ActionEvent, type context$c_AddDeliveryCarrierOptions as AddDeliveryCarrierOptions, type context$c_AddDeliveryCarrierRequest as AddDeliveryCarrierRequest, type context$c_AddDeliveryCarrierResponse as AddDeliveryCarrierResponse, type context$c_AddDeliveryCarrierResponseNonNullableFields as AddDeliveryCarrierResponseNonNullableFields, type context$c_AddDeliveryRegionOptions as AddDeliveryRegionOptions, type context$c_AddDeliveryRegionRequest as AddDeliveryRegionRequest, type context$c_AddDeliveryRegionResponse as AddDeliveryRegionResponse, type context$c_AddDeliveryRegionResponseNonNullableFields as AddDeliveryRegionResponseNonNullableFields, type context$c_AdditionalCharge as AdditionalCharge, type ApplicationError$6 as ApplicationError, type context$c_Asset as Asset, type context$c_BackupRate as BackupRate, type BaseEventMetadata$8 as BaseEventMetadata, type BulkActionMetadata$3 as BulkActionMetadata, ChargeType$1 as ChargeType, type context$c_Column as Column, type context$c_CreateDeliveryProfileRequest as CreateDeliveryProfileRequest, type context$c_CreateDeliveryProfileResponse as CreateDeliveryProfileResponse, type context$c_CreateDeliveryProfileResponseNonNullableFields as CreateDeliveryProfileResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type CursorPagingMetadata$7 as CursorPagingMetadata, type CursorQuery$5 as CursorQuery, type CursorQueryPagingMethodOneOf$5 as CursorQueryPagingMethodOneOf, type Cursors$7 as Cursors, type context$c_DashboardTable as DashboardTable, type context$c_DeleteContext as DeleteContext, type context$c_DeleteDeliveryProfileRequest as DeleteDeliveryProfileRequest, type context$c_DeleteDeliveryProfileResponse as DeleteDeliveryProfileResponse, context$c_DeleteStatus as DeleteStatus, type context$c_DeliveryCarrier as DeliveryCarrier, type context$c_DeliveryCarrierDetails as DeliveryCarrierDetails, type context$c_DeliveryCarrierRegionalSettings as DeliveryCarrierRegionalSettings, type context$c_DeliveryProfile as DeliveryProfile, type context$c_DeliveryProfileCreatedEnvelope as DeliveryProfileCreatedEnvelope, type context$c_DeliveryProfileDeletedEnvelope as DeliveryProfileDeletedEnvelope, type context$c_DeliveryProfileDeliveryRegionAddedEnvelope as DeliveryProfileDeliveryRegionAddedEnvelope, type context$c_DeliveryProfileDeliveryRegionRemovedEnvelope as DeliveryProfileDeliveryRegionRemovedEnvelope, type context$c_DeliveryProfileDeliveryRegionUpdatedEnvelope as DeliveryProfileDeliveryRegionUpdatedEnvelope, type context$c_DeliveryProfileNonNullableFields as DeliveryProfileNonNullableFields, type context$c_DeliveryProfileUpdatedEnvelope as DeliveryProfileUpdatedEnvelope, type context$c_DeliveryProfilesQueryBuilder as DeliveryProfilesQueryBuilder, type context$c_DeliveryProfilesQueryResult as DeliveryProfilesQueryResult, type context$c_DeliveryRegion as DeliveryRegion, type context$c_DeliveryRegionAdded as DeliveryRegionAdded, type context$c_DeliveryRegionRemoved as DeliveryRegionRemoved, type context$c_DeliveryRegionUpdated as DeliveryRegionUpdated, type Destination$1 as Destination, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, type EventMetadata$8 as EventMetadata, type ExtendedFields$5 as ExtendedFields, type context$c_GetDeliveryProfileRequest as GetDeliveryProfileRequest, type context$c_GetDeliveryProfileResponse as GetDeliveryProfileResponse, type context$c_GetDeliveryProfileResponseNonNullableFields as GetDeliveryProfileResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type ItemMetadata$3 as ItemMetadata, type context$c_ListDeliveryCarrierDetailsRequest as ListDeliveryCarrierDetailsRequest, type context$c_ListDeliveryCarrierDetailsResponse as ListDeliveryCarrierDetailsResponse, type context$c_ListDeliveryCarrierDetailsResponseNonNullableFields as ListDeliveryCarrierDetailsResponseNonNullableFields, type context$c_ListDeliveryCarriersOptions as ListDeliveryCarriersOptions, type context$c_ListDeliveryCarriersRequest as ListDeliveryCarriersRequest, type context$c_ListDeliveryCarriersResponse as ListDeliveryCarriersResponse, type context$c_ListDeliveryCarriersResponseNonNullableFields as ListDeliveryCarriersResponseNonNullableFields, type context$c_ListDeliveryCarriersResult as ListDeliveryCarriersResult, type MessageEnvelope$a as MessageEnvelope, type context$c_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$c_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, Namespace$1 as Namespace, type context$c_NamespaceChanged as NamespaceChanged, type context$c_QueryDeliveryProfilesRequest as QueryDeliveryProfilesRequest, type context$c_QueryDeliveryProfilesResponse as QueryDeliveryProfilesResponse, type context$c_QueryDeliveryProfilesResponseNonNullableFields as QueryDeliveryProfilesResponseNonNullableFields, type context$c_RemoveDeliveryCarrierOptions as RemoveDeliveryCarrierOptions, type context$c_RemoveDeliveryCarrierRequest as RemoveDeliveryCarrierRequest, type context$c_RemoveDeliveryCarrierResponse as RemoveDeliveryCarrierResponse, type context$c_RemoveDeliveryCarrierResponseNonNullableFields as RemoveDeliveryCarrierResponseNonNullableFields, type context$c_RemoveDeliveryRegionIdentifiers as RemoveDeliveryRegionIdentifiers, type context$c_RemoveDeliveryRegionOptions as RemoveDeliveryRegionOptions, type context$c_RemoveDeliveryRegionRequest as RemoveDeliveryRegionRequest, type context$c_RemoveDeliveryRegionResponse as RemoveDeliveryRegionResponse, type context$c_RemoveDeliveryRegionResponseNonNullableFields as RemoveDeliveryRegionResponseNonNullableFields, type RestoreInfo$a as RestoreInfo, type context$c_Row as Row, type context$c_ServiceProvisioned as ServiceProvisioned, type context$c_ServiceRemoved as ServiceRemoved, type context$c_SiteCreated as SiteCreated, context$c_SiteCreatedContext as SiteCreatedContext, type context$c_SiteDeleted as SiteDeleted, type context$c_SiteHardDeleted as SiteHardDeleted, type context$c_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$c_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$c_SitePublished as SitePublished, type context$c_SiteRenamed as SiteRenamed, type context$c_SiteTransferred as SiteTransferred, type context$c_SiteUndeleted as SiteUndeleted, type context$c_SiteUnpublished as SiteUnpublished, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, State$1 as State, type context$c_StudioAssigned as StudioAssigned, type context$c_StudioUnassigned as StudioUnassigned, type context$c_UpdateDeliveryCarrierOptions as UpdateDeliveryCarrierOptions, type context$c_UpdateDeliveryCarrierRequest as UpdateDeliveryCarrierRequest, type context$c_UpdateDeliveryCarrierResponse as UpdateDeliveryCarrierResponse, type context$c_UpdateDeliveryCarrierResponseNonNullableFields as UpdateDeliveryCarrierResponseNonNullableFields, type context$c_UpdateDeliveryProfile as UpdateDeliveryProfile, type context$c_UpdateDeliveryProfileRequest as UpdateDeliveryProfileRequest, type context$c_UpdateDeliveryProfileResponse as UpdateDeliveryProfileResponse, type context$c_UpdateDeliveryProfileResponseNonNullableFields as UpdateDeliveryProfileResponseNonNullableFields, type context$c_UpdateDeliveryRegion as UpdateDeliveryRegion, type context$c_UpdateDeliveryRegionIdentifiers as UpdateDeliveryRegionIdentifiers, type context$c_UpdateDeliveryRegionOptions as UpdateDeliveryRegionOptions, type context$c_UpdateDeliveryRegionRequest as UpdateDeliveryRegionRequest, type context$c_UpdateDeliveryRegionResponse as UpdateDeliveryRegionResponse, type context$c_UpdateDeliveryRegionResponseNonNullableFields as UpdateDeliveryRegionResponseNonNullableFields, type UpdateExtendedFieldsOptions$3 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$4 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$4 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$3 as UpdateExtendedFieldsResponseNonNullableFields, WebhookIdentityType$a as WebhookIdentityType, type context$c__publicAddDeliveryCarrierType as _publicAddDeliveryCarrierType, type context$c__publicAddDeliveryRegionType as _publicAddDeliveryRegionType, type context$c__publicCreateDeliveryProfileType as _publicCreateDeliveryProfileType, type context$c__publicDeleteDeliveryProfileType as _publicDeleteDeliveryProfileType, type context$c__publicGetDeliveryProfileType as _publicGetDeliveryProfileType, type context$c__publicListDeliveryCarrierDetailsType as _publicListDeliveryCarrierDetailsType, type context$c__publicListDeliveryCarriersType as _publicListDeliveryCarriersType, type context$c__publicOnDeliveryProfileCreatedType as _publicOnDeliveryProfileCreatedType, type context$c__publicOnDeliveryProfileDeletedType as _publicOnDeliveryProfileDeletedType, type context$c__publicOnDeliveryProfileDeliveryRegionAddedType as _publicOnDeliveryProfileDeliveryRegionAddedType, type context$c__publicOnDeliveryProfileDeliveryRegionRemovedType as _publicOnDeliveryProfileDeliveryRegionRemovedType, type context$c__publicOnDeliveryProfileDeliveryRegionUpdatedType as _publicOnDeliveryProfileDeliveryRegionUpdatedType, type context$c__publicOnDeliveryProfileUpdatedType as _publicOnDeliveryProfileUpdatedType, type context$c__publicQueryDeliveryProfilesType as _publicQueryDeliveryProfilesType, type context$c__publicRemoveDeliveryCarrierType as _publicRemoveDeliveryCarrierType, type context$c__publicRemoveDeliveryRegionType as _publicRemoveDeliveryRegionType, type context$c__publicUpdateDeliveryCarrierType as _publicUpdateDeliveryCarrierType, type context$c__publicUpdateDeliveryProfileType as _publicUpdateDeliveryProfileType, type context$c__publicUpdateDeliveryRegionType as _publicUpdateDeliveryRegionType, type _publicUpdateExtendedFieldsType$3 as _publicUpdateExtendedFieldsType, context$c_addDeliveryCarrier as addDeliveryCarrier, context$c_addDeliveryRegion as addDeliveryRegion, context$c_createDeliveryProfile as createDeliveryProfile, context$c_deleteDeliveryProfile as deleteDeliveryProfile, context$c_getDeliveryProfile as getDeliveryProfile, context$c_listDeliveryCarrierDetails as listDeliveryCarrierDetails, context$c_listDeliveryCarriers as listDeliveryCarriers, context$c_onDeliveryProfileCreated as onDeliveryProfileCreated, context$c_onDeliveryProfileDeleted as onDeliveryProfileDeleted, context$c_onDeliveryProfileDeliveryRegionAdded as onDeliveryProfileDeliveryRegionAdded, context$c_onDeliveryProfileDeliveryRegionRemoved as onDeliveryProfileDeliveryRegionRemoved, context$c_onDeliveryProfileDeliveryRegionUpdated as onDeliveryProfileDeliveryRegionUpdated, context$c_onDeliveryProfileUpdated as onDeliveryProfileUpdated, onDeliveryProfileCreated$1 as publicOnDeliveryProfileCreated, onDeliveryProfileDeleted$1 as publicOnDeliveryProfileDeleted, onDeliveryProfileDeliveryRegionAdded$1 as publicOnDeliveryProfileDeliveryRegionAdded, onDeliveryProfileDeliveryRegionRemoved$1 as publicOnDeliveryProfileDeliveryRegionRemoved, onDeliveryProfileDeliveryRegionUpdated$1 as publicOnDeliveryProfileDeliveryRegionUpdated, onDeliveryProfileUpdated$1 as publicOnDeliveryProfileUpdated, context$c_queryDeliveryProfiles as queryDeliveryProfiles, context$c_removeDeliveryCarrier as removeDeliveryCarrier, context$c_removeDeliveryRegion as removeDeliveryRegion, context$c_updateDeliveryCarrier as updateDeliveryCarrier, context$c_updateDeliveryProfile as updateDeliveryProfile, context$c_updateDeliveryRegion as updateDeliveryRegion, updateExtendedFields$6 as updateExtendedFields };
|
|
16376
|
+
export { type ActionEvent$a as ActionEvent, type context$c_AddDeliveryCarrierOptions as AddDeliveryCarrierOptions, type context$c_AddDeliveryCarrierRequest as AddDeliveryCarrierRequest, type context$c_AddDeliveryCarrierResponse as AddDeliveryCarrierResponse, type context$c_AddDeliveryCarrierResponseNonNullableFields as AddDeliveryCarrierResponseNonNullableFields, type context$c_AddDeliveryRegionOptions as AddDeliveryRegionOptions, type context$c_AddDeliveryRegionRequest as AddDeliveryRegionRequest, type context$c_AddDeliveryRegionResponse as AddDeliveryRegionResponse, type context$c_AddDeliveryRegionResponseNonNullableFields as AddDeliveryRegionResponseNonNullableFields, type context$c_AdditionalCharge as AdditionalCharge, type ApplicationError$6 as ApplicationError, type context$c_Asset as Asset, type context$c_BackupRate as BackupRate, type BaseEventMetadata$8 as BaseEventMetadata, type BulkActionMetadata$3 as BulkActionMetadata, ChargeType$1 as ChargeType, type context$c_Column as Column, type context$c_CreateDeliveryProfileRequest as CreateDeliveryProfileRequest, type context$c_CreateDeliveryProfileResponse as CreateDeliveryProfileResponse, type context$c_CreateDeliveryProfileResponseNonNullableFields as CreateDeliveryProfileResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type CursorPagingMetadata$7 as CursorPagingMetadata, type CursorQuery$5 as CursorQuery, type CursorQueryPagingMethodOneOf$5 as CursorQueryPagingMethodOneOf, type Cursors$7 as Cursors, type context$c_DashboardTable as DashboardTable, type context$c_DeleteContext as DeleteContext, type context$c_DeleteDeliveryProfileRequest as DeleteDeliveryProfileRequest, type context$c_DeleteDeliveryProfileResponse as DeleteDeliveryProfileResponse, context$c_DeleteStatus as DeleteStatus, type context$c_DeliveryCarrier as DeliveryCarrier, type context$c_DeliveryCarrierDetails as DeliveryCarrierDetails, type context$c_DeliveryCarrierRegionalSettings as DeliveryCarrierRegionalSettings, type context$c_DeliveryProfile as DeliveryProfile, type context$c_DeliveryProfileCreatedEnvelope as DeliveryProfileCreatedEnvelope, type context$c_DeliveryProfileDeletedEnvelope as DeliveryProfileDeletedEnvelope, type context$c_DeliveryProfileDeliveryRegionAddedEnvelope as DeliveryProfileDeliveryRegionAddedEnvelope, type context$c_DeliveryProfileDeliveryRegionRemovedEnvelope as DeliveryProfileDeliveryRegionRemovedEnvelope, type context$c_DeliveryProfileDeliveryRegionUpdatedEnvelope as DeliveryProfileDeliveryRegionUpdatedEnvelope, type context$c_DeliveryProfileNonNullableFields as DeliveryProfileNonNullableFields, type context$c_DeliveryProfileUpdatedEnvelope as DeliveryProfileUpdatedEnvelope, type context$c_DeliveryProfilesQueryBuilder as DeliveryProfilesQueryBuilder, type context$c_DeliveryProfilesQueryResult as DeliveryProfilesQueryResult, type context$c_DeliveryRegion as DeliveryRegion, type context$c_DeliveryRegionAdded as DeliveryRegionAdded, type context$c_DeliveryRegionRemoved as DeliveryRegionRemoved, type context$c_DeliveryRegionUpdated as DeliveryRegionUpdated, type Destination$1 as Destination, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, type EventMetadata$8 as EventMetadata, type ExtendedFields$5 as ExtendedFields, type context$c_GetDeliveryProfileRequest as GetDeliveryProfileRequest, type context$c_GetDeliveryProfileResponse as GetDeliveryProfileResponse, type context$c_GetDeliveryProfileResponseNonNullableFields as GetDeliveryProfileResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type ItemMetadata$3 as ItemMetadata, type context$c_ListDeliveryCarrierDetailsRequest as ListDeliveryCarrierDetailsRequest, type context$c_ListDeliveryCarrierDetailsResponse as ListDeliveryCarrierDetailsResponse, type context$c_ListDeliveryCarrierDetailsResponseNonNullableFields as ListDeliveryCarrierDetailsResponseNonNullableFields, type context$c_ListDeliveryCarriersOptions as ListDeliveryCarriersOptions, type context$c_ListDeliveryCarriersRequest as ListDeliveryCarriersRequest, type context$c_ListDeliveryCarriersResponse as ListDeliveryCarriersResponse, type context$c_ListDeliveryCarriersResponseNonNullableFields as ListDeliveryCarriersResponseNonNullableFields, type context$c_ListDeliveryCarriersResult as ListDeliveryCarriersResult, type MessageEnvelope$a as MessageEnvelope, type context$c_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$c_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, Namespace$1 as Namespace, type context$c_NamespaceChanged as NamespaceChanged, type context$c_QueryDeliveryProfilesRequest as QueryDeliveryProfilesRequest, type context$c_QueryDeliveryProfilesResponse as QueryDeliveryProfilesResponse, type context$c_QueryDeliveryProfilesResponseNonNullableFields as QueryDeliveryProfilesResponseNonNullableFields, type context$c_RemoveDeliveryCarrierOptions as RemoveDeliveryCarrierOptions, type context$c_RemoveDeliveryCarrierRequest as RemoveDeliveryCarrierRequest, type context$c_RemoveDeliveryCarrierResponse as RemoveDeliveryCarrierResponse, type context$c_RemoveDeliveryCarrierResponseNonNullableFields as RemoveDeliveryCarrierResponseNonNullableFields, type context$c_RemoveDeliveryRegionIdentifiers as RemoveDeliveryRegionIdentifiers, type context$c_RemoveDeliveryRegionOptions as RemoveDeliveryRegionOptions, type context$c_RemoveDeliveryRegionRequest as RemoveDeliveryRegionRequest, type context$c_RemoveDeliveryRegionResponse as RemoveDeliveryRegionResponse, type context$c_RemoveDeliveryRegionResponseNonNullableFields as RemoveDeliveryRegionResponseNonNullableFields, type RestoreInfo$a as RestoreInfo, type context$c_Row as Row, type context$c_ServiceProvisioned as ServiceProvisioned, type context$c_ServiceRemoved as ServiceRemoved, type context$c_SiteCreated as SiteCreated, context$c_SiteCreatedContext as SiteCreatedContext, type context$c_SiteDeleted as SiteDeleted, type context$c_SiteHardDeleted as SiteHardDeleted, type context$c_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$c_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$c_SitePublished as SitePublished, type context$c_SiteRenamed as SiteRenamed, type context$c_SiteTransferred as SiteTransferred, type context$c_SiteUndeleted as SiteUndeleted, type context$c_SiteUnpublished as SiteUnpublished, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, State$1 as State, type context$c_StudioAssigned as StudioAssigned, type context$c_StudioUnassigned as StudioUnassigned, type context$c_UpdateDeliveryCarrierOptions as UpdateDeliveryCarrierOptions, type context$c_UpdateDeliveryCarrierRequest as UpdateDeliveryCarrierRequest, type context$c_UpdateDeliveryCarrierResponse as UpdateDeliveryCarrierResponse, type context$c_UpdateDeliveryCarrierResponseNonNullableFields as UpdateDeliveryCarrierResponseNonNullableFields, type context$c_UpdateDeliveryProfile as UpdateDeliveryProfile, type context$c_UpdateDeliveryProfileRequest as UpdateDeliveryProfileRequest, type context$c_UpdateDeliveryProfileResponse as UpdateDeliveryProfileResponse, type context$c_UpdateDeliveryProfileResponseNonNullableFields as UpdateDeliveryProfileResponseNonNullableFields, type context$c_UpdateDeliveryRegion as UpdateDeliveryRegion, type context$c_UpdateDeliveryRegionIdentifiers as UpdateDeliveryRegionIdentifiers, type context$c_UpdateDeliveryRegionOptions as UpdateDeliveryRegionOptions, type context$c_UpdateDeliveryRegionRequest as UpdateDeliveryRegionRequest, type context$c_UpdateDeliveryRegionResponse as UpdateDeliveryRegionResponse, type context$c_UpdateDeliveryRegionResponseNonNullableFields as UpdateDeliveryRegionResponseNonNullableFields, type UpdateExtendedFieldsOptions$3 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$4 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$4 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$3 as UpdateExtendedFieldsResponseNonNullableFields, WebhookIdentityType$a as WebhookIdentityType, type context$c__publicOnDeliveryProfileCreatedType as _publicOnDeliveryProfileCreatedType, type context$c__publicOnDeliveryProfileDeletedType as _publicOnDeliveryProfileDeletedType, type context$c__publicOnDeliveryProfileDeliveryRegionAddedType as _publicOnDeliveryProfileDeliveryRegionAddedType, type context$c__publicOnDeliveryProfileDeliveryRegionRemovedType as _publicOnDeliveryProfileDeliveryRegionRemovedType, type context$c__publicOnDeliveryProfileDeliveryRegionUpdatedType as _publicOnDeliveryProfileDeliveryRegionUpdatedType, type context$c__publicOnDeliveryProfileUpdatedType as _publicOnDeliveryProfileUpdatedType, context$c_addDeliveryCarrier as addDeliveryCarrier, context$c_addDeliveryRegion as addDeliveryRegion, context$c_createDeliveryProfile as createDeliveryProfile, context$c_deleteDeliveryProfile as deleteDeliveryProfile, context$c_getDeliveryProfile as getDeliveryProfile, context$c_listDeliveryCarrierDetails as listDeliveryCarrierDetails, context$c_listDeliveryCarriers as listDeliveryCarriers, context$c_onDeliveryProfileCreated as onDeliveryProfileCreated, context$c_onDeliveryProfileDeleted as onDeliveryProfileDeleted, context$c_onDeliveryProfileDeliveryRegionAdded as onDeliveryProfileDeliveryRegionAdded, context$c_onDeliveryProfileDeliveryRegionRemoved as onDeliveryProfileDeliveryRegionRemoved, context$c_onDeliveryProfileDeliveryRegionUpdated as onDeliveryProfileDeliveryRegionUpdated, context$c_onDeliveryProfileUpdated as onDeliveryProfileUpdated, onDeliveryProfileCreated$1 as publicOnDeliveryProfileCreated, onDeliveryProfileDeleted$1 as publicOnDeliveryProfileDeleted, onDeliveryProfileDeliveryRegionAdded$1 as publicOnDeliveryProfileDeliveryRegionAdded, onDeliveryProfileDeliveryRegionRemoved$1 as publicOnDeliveryProfileDeliveryRegionRemoved, onDeliveryProfileDeliveryRegionUpdated$1 as publicOnDeliveryProfileDeliveryRegionUpdated, onDeliveryProfileUpdated$1 as publicOnDeliveryProfileUpdated, context$c_queryDeliveryProfiles as queryDeliveryProfiles, context$c_removeDeliveryCarrier as removeDeliveryCarrier, context$c_removeDeliveryRegion as removeDeliveryRegion, context$c_updateDeliveryCarrier as updateDeliveryCarrier, context$c_updateDeliveryProfile as updateDeliveryProfile, context$c_updateDeliveryRegion as updateDeliveryRegion, updateExtendedFields$6 as updateExtendedFields };
|
|
16557
16377
|
}
|
|
16558
16378
|
|
|
16559
16379
|
/** DraftOrder is the main entity of DraftOrders service. It represents a single edit order. */
|
|
@@ -19652,36 +19472,20 @@ interface QueryDraftOrdersSignature {
|
|
|
19652
19472
|
(): DraftOrdersQueryBuilder;
|
|
19653
19473
|
}
|
|
19654
19474
|
|
|
19655
|
-
declare
|
|
19656
|
-
|
|
19657
|
-
|
|
19658
|
-
declare const
|
|
19659
|
-
|
|
19660
|
-
declare const
|
|
19661
|
-
|
|
19662
|
-
declare const
|
|
19663
|
-
|
|
19664
|
-
declare const
|
|
19665
|
-
|
|
19666
|
-
declare const
|
|
19667
|
-
|
|
19668
|
-
declare const
|
|
19669
|
-
type _publicSetAdditionalFeesType = typeof setAdditionalFees$1;
|
|
19670
|
-
declare const setAdditionalFees: ReturnType<typeof createRESTModule$b<_publicSetAdditionalFeesType>>;
|
|
19671
|
-
type _publicCreateCustomAdditionalFeesType = typeof createCustomAdditionalFees$1;
|
|
19672
|
-
declare const createCustomAdditionalFees: ReturnType<typeof createRESTModule$b<_publicCreateCustomAdditionalFeesType>>;
|
|
19673
|
-
type _publicDeleteCustomAdditionalFeesType = typeof deleteCustomAdditionalFees$1;
|
|
19674
|
-
declare const deleteCustomAdditionalFees: ReturnType<typeof createRESTModule$b<_publicDeleteCustomAdditionalFeesType>>;
|
|
19675
|
-
type _publicGetDraftOrderType = typeof getDraftOrder$1;
|
|
19676
|
-
declare const getDraftOrder: ReturnType<typeof createRESTModule$b<_publicGetDraftOrderType>>;
|
|
19677
|
-
type _publicGetOrderDraftabilityStatusType = typeof getOrderDraftabilityStatus$1;
|
|
19678
|
-
declare const getOrderDraftabilityStatus: ReturnType<typeof createRESTModule$b<_publicGetOrderDraftabilityStatusType>>;
|
|
19679
|
-
type _publicCommitDraftOrderType = typeof commitDraftOrder$1;
|
|
19680
|
-
declare const commitDraftOrder: ReturnType<typeof createRESTModule$b<_publicCommitDraftOrderType>>;
|
|
19681
|
-
type _publicDeleteDraftOrderType = typeof deleteDraftOrder$1;
|
|
19682
|
-
declare const deleteDraftOrder: ReturnType<typeof createRESTModule$b<_publicDeleteDraftOrderType>>;
|
|
19683
|
-
type _publicQueryDraftOrdersType = typeof queryDraftOrders$1;
|
|
19684
|
-
declare const queryDraftOrders: ReturnType<typeof createRESTModule$b<_publicQueryDraftOrdersType>>;
|
|
19475
|
+
declare const createDraftOrder: BuildRESTFunction<typeof createDraftOrder$1> & typeof createDraftOrder$1;
|
|
19476
|
+
declare const addLineItemsToDraftOrder: BuildRESTFunction<typeof addLineItemsToDraftOrder$1> & typeof addLineItemsToDraftOrder$1;
|
|
19477
|
+
declare const updateLineItems: BuildRESTFunction<typeof updateLineItems$1> & typeof updateLineItems$1;
|
|
19478
|
+
declare const setDiscounts: BuildRESTFunction<typeof setDiscounts$1> & typeof setDiscounts$1;
|
|
19479
|
+
declare const createCustomDiscounts: BuildRESTFunction<typeof createCustomDiscounts$1> & typeof createCustomDiscounts$1;
|
|
19480
|
+
declare const deleteCustomDiscounts: BuildRESTFunction<typeof deleteCustomDiscounts$1> & typeof deleteCustomDiscounts$1;
|
|
19481
|
+
declare const setAdditionalFees: BuildRESTFunction<typeof setAdditionalFees$1> & typeof setAdditionalFees$1;
|
|
19482
|
+
declare const createCustomAdditionalFees: BuildRESTFunction<typeof createCustomAdditionalFees$1> & typeof createCustomAdditionalFees$1;
|
|
19483
|
+
declare const deleteCustomAdditionalFees: BuildRESTFunction<typeof deleteCustomAdditionalFees$1> & typeof deleteCustomAdditionalFees$1;
|
|
19484
|
+
declare const getDraftOrder: BuildRESTFunction<typeof getDraftOrder$1> & typeof getDraftOrder$1;
|
|
19485
|
+
declare const getOrderDraftabilityStatus: BuildRESTFunction<typeof getOrderDraftabilityStatus$1> & typeof getOrderDraftabilityStatus$1;
|
|
19486
|
+
declare const commitDraftOrder: BuildRESTFunction<typeof commitDraftOrder$1> & typeof commitDraftOrder$1;
|
|
19487
|
+
declare const deleteDraftOrder: BuildRESTFunction<typeof deleteDraftOrder$1> & typeof deleteDraftOrder$1;
|
|
19488
|
+
declare const queryDraftOrders: BuildRESTFunction<typeof queryDraftOrders$1> & typeof queryDraftOrders$1;
|
|
19685
19489
|
|
|
19686
19490
|
type context$b_AddLineItemsToDraftOrderOptions = AddLineItemsToDraftOrderOptions;
|
|
19687
19491
|
type context$b_AddLineItemsToDraftOrderRequest = AddLineItemsToDraftOrderRequest;
|
|
@@ -19788,20 +19592,6 @@ type context$b_V1DeliveryLogisticsAddressOneOf = V1DeliveryLogisticsAddressOneOf
|
|
|
19788
19592
|
type context$b_V1DeliveryTimeSlot = V1DeliveryTimeSlot;
|
|
19789
19593
|
type context$b_V1PickupDetails = V1PickupDetails;
|
|
19790
19594
|
type context$b_V1ShippingPrice = V1ShippingPrice;
|
|
19791
|
-
type context$b__publicAddLineItemsToDraftOrderType = _publicAddLineItemsToDraftOrderType;
|
|
19792
|
-
type context$b__publicCommitDraftOrderType = _publicCommitDraftOrderType;
|
|
19793
|
-
type context$b__publicCreateCustomAdditionalFeesType = _publicCreateCustomAdditionalFeesType;
|
|
19794
|
-
type context$b__publicCreateCustomDiscountsType = _publicCreateCustomDiscountsType;
|
|
19795
|
-
type context$b__publicCreateDraftOrderType = _publicCreateDraftOrderType;
|
|
19796
|
-
type context$b__publicDeleteCustomAdditionalFeesType = _publicDeleteCustomAdditionalFeesType;
|
|
19797
|
-
type context$b__publicDeleteCustomDiscountsType = _publicDeleteCustomDiscountsType;
|
|
19798
|
-
type context$b__publicDeleteDraftOrderType = _publicDeleteDraftOrderType;
|
|
19799
|
-
type context$b__publicGetDraftOrderType = _publicGetDraftOrderType;
|
|
19800
|
-
type context$b__publicGetOrderDraftabilityStatusType = _publicGetOrderDraftabilityStatusType;
|
|
19801
|
-
type context$b__publicQueryDraftOrdersType = _publicQueryDraftOrdersType;
|
|
19802
|
-
type context$b__publicSetAdditionalFeesType = _publicSetAdditionalFeesType;
|
|
19803
|
-
type context$b__publicSetDiscountsType = _publicSetDiscountsType;
|
|
19804
|
-
type context$b__publicUpdateLineItemsType = _publicUpdateLineItemsType;
|
|
19805
19595
|
declare const context$b_addLineItemsToDraftOrder: typeof addLineItemsToDraftOrder;
|
|
19806
19596
|
declare const context$b_commitDraftOrder: typeof commitDraftOrder;
|
|
19807
19597
|
declare const context$b_createCustomAdditionalFees: typeof createCustomAdditionalFees;
|
|
@@ -19817,7 +19607,7 @@ declare const context$b_setAdditionalFees: typeof setAdditionalFees;
|
|
|
19817
19607
|
declare const context$b_setDiscounts: typeof setDiscounts;
|
|
19818
19608
|
declare const context$b_updateLineItems: typeof updateLineItems;
|
|
19819
19609
|
declare namespace context$b {
|
|
19820
|
-
export { type ActionEvent$9 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type context$b_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type context$b_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type context$b_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type context$b_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type context$b_AdditionalFeeDetails as AdditionalFeeDetails, type context$b_AdditionalFeeOption as AdditionalFeeOption, type Address$5 as Address, type AddressLocation$4 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$5 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, context$b_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$b_BillingChangedDetails as BillingChangedDetails, type context$b_BillingDetails as BillingDetails, type context$b_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type context$b_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type context$b_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type context$b_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$1 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$2 as CatalogReference, type context$b_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type context$b_CommitDraftOrderOptions as CommitDraftOrderOptions, type context$b_CommitDraftOrderRequest as CommitDraftOrderRequest, type context$b_CommitDraftOrderResponse as CommitDraftOrderResponse, type context$b_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type context$b_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type context$b_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type context$b_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type context$b_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type context$b_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type context$b_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type context$b_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type context$b_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type context$b_CreateDraftOrderRequest as CreateDraftOrderRequest, type context$b_CreateDraftOrderResponse as CreateDraftOrderResponse, type context$b_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type context$b_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type context$b_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, 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$b_CustomLineItem as CustomLineItem, type context$b_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type context$b_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type context$b_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type context$b_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type context$b_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type context$b_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type context$b_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type context$b_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$2 as DeliveryLogistics, type DeliveryTimeSlot$2 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$1 as Details, type DetailsKindOneOf$1 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type context$b_DiscountDetails as DiscountDetails, type context$b_DiscountOption as DiscountOption, type context$b_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type context$b_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type context$b_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type context$b_DraftOrdersQueryResult as DraftOrdersQueryResult, context$b_EditingStatus as EditingStatus, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$1 as FieldViolation, context$b_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$b_GetDraftOrderRequest as GetDraftOrderRequest, type context$b_GetDraftOrderResponse as GetDraftOrderResponse, type context$b_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type context$b_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type context$b_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type context$b_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type context$b_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$b_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type context$b_ItemDetails as ItemDetails, type context$b_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$b_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$b_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$b_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, PaymentOptionType$2 as PaymentOptionType, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$3 as PickupDetails, context$b_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$2 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$b_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type context$b_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type context$b_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type context$b_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type context$b_RecipientInfoDetails as RecipientInfoDetails, type context$b_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RestoreInfo$9 as RestoreInfo, RuleType$1 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type context$b_SecuredMedia as SecuredMedia, type context$b_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type context$b_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type context$b_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type context$b_SetBillingInfoRequest as SetBillingInfoRequest, type context$b_SetBillingInfoResponse as SetBillingInfoResponse, type context$b_SetBuyerInfoRequest as SetBuyerInfoRequest, type context$b_SetBuyerInfoResponse as SetBuyerInfoResponse, type context$b_SetDiscountsRequest as SetDiscountsRequest, type context$b_SetDiscountsResponse as SetDiscountsResponse, type context$b_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type context$b_SetRecipientInfoRequest as SetRecipientInfoRequest, type context$b_SetRecipientInfoResponse as SetRecipientInfoResponse, type context$b_SetShippingInfoRequest as SetShippingInfoRequest, type context$b_SetShippingInfoResponse as SetShippingInfoResponse, type context$b_ShippingChangedDetails as ShippingChangedDetails, type context$b_ShippingDetails as ShippingDetails, type context$b_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$4 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$1 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type context$b_UpdateLineItemsOptions as UpdateLineItemsOptions, type context$b_UpdateLineItemsRequest as UpdateLineItemsRequest, type context$b_UpdateLineItemsResponse as UpdateLineItemsResponse, type context$b_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type context$b_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type context$b_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type context$b_V1BalanceSummary as V1BalanceSummary, type context$b_V1CreatedBy as V1CreatedBy, type context$b_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$b_V1DeliveryLogistics as V1DeliveryLogistics, type context$b_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type context$b_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$b_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type context$b_V1ShippingPrice as V1ShippingPrice, type ValidationError$1 as ValidationError, type VatId$2 as VatId, VatType$2 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$3 as WeightUnit, type context$b__publicAddLineItemsToDraftOrderType as _publicAddLineItemsToDraftOrderType, type context$b__publicCommitDraftOrderType as _publicCommitDraftOrderType, type context$b__publicCreateCustomAdditionalFeesType as _publicCreateCustomAdditionalFeesType, type context$b__publicCreateCustomDiscountsType as _publicCreateCustomDiscountsType, type context$b__publicCreateDraftOrderType as _publicCreateDraftOrderType, type context$b__publicDeleteCustomAdditionalFeesType as _publicDeleteCustomAdditionalFeesType, type context$b__publicDeleteCustomDiscountsType as _publicDeleteCustomDiscountsType, type context$b__publicDeleteDraftOrderType as _publicDeleteDraftOrderType, type context$b__publicGetDraftOrderType as _publicGetDraftOrderType, type context$b__publicGetOrderDraftabilityStatusType as _publicGetOrderDraftabilityStatusType, type context$b__publicQueryDraftOrdersType as _publicQueryDraftOrdersType, type context$b__publicSetAdditionalFeesType as _publicSetAdditionalFeesType, type context$b__publicSetDiscountsType as _publicSetDiscountsType, type context$b__publicUpdateLineItemsType as _publicUpdateLineItemsType, context$b_addLineItemsToDraftOrder as addLineItemsToDraftOrder, context$b_commitDraftOrder as commitDraftOrder, context$b_createCustomAdditionalFees as createCustomAdditionalFees, context$b_createCustomDiscounts as createCustomDiscounts, context$b_createDraftOrder as createDraftOrder, context$b_deleteCustomAdditionalFees as deleteCustomAdditionalFees, context$b_deleteCustomDiscounts as deleteCustomDiscounts, context$b_deleteDraftOrder as deleteDraftOrder, context$b_getDraftOrder as getDraftOrder, context$b_getOrderDraftabilityStatus as getOrderDraftabilityStatus, context$b_queryDraftOrders as queryDraftOrders, context$b_setAdditionalFees as setAdditionalFees, context$b_setDiscounts as setDiscounts, context$b_updateLineItems as updateLineItems };
|
|
19610
|
+
export { type ActionEvent$9 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type context$b_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type context$b_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type context$b_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type context$b_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type context$b_AdditionalFeeDetails as AdditionalFeeDetails, type context$b_AdditionalFeeOption as AdditionalFeeOption, type Address$5 as Address, type AddressLocation$4 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$5 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, context$b_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$b_BillingChangedDetails as BillingChangedDetails, type context$b_BillingDetails as BillingDetails, type context$b_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type context$b_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type context$b_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type context$b_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$1 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$2 as CatalogReference, type context$b_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type context$b_CommitDraftOrderOptions as CommitDraftOrderOptions, type context$b_CommitDraftOrderRequest as CommitDraftOrderRequest, type context$b_CommitDraftOrderResponse as CommitDraftOrderResponse, type context$b_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type context$b_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type context$b_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type context$b_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type context$b_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type context$b_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type context$b_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type context$b_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type context$b_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type context$b_CreateDraftOrderRequest as CreateDraftOrderRequest, type context$b_CreateDraftOrderResponse as CreateDraftOrderResponse, type context$b_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type context$b_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type context$b_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, 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$b_CustomLineItem as CustomLineItem, type context$b_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type context$b_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type context$b_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type context$b_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type context$b_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type context$b_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type context$b_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type context$b_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$2 as DeliveryLogistics, type DeliveryTimeSlot$2 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$1 as Details, type DetailsKindOneOf$1 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type context$b_DiscountDetails as DiscountDetails, type context$b_DiscountOption as DiscountOption, type context$b_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type context$b_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type context$b_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type context$b_DraftOrdersQueryResult as DraftOrdersQueryResult, context$b_EditingStatus as EditingStatus, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$1 as FieldViolation, context$b_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$b_GetDraftOrderRequest as GetDraftOrderRequest, type context$b_GetDraftOrderResponse as GetDraftOrderResponse, type context$b_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type context$b_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type context$b_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type context$b_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type context$b_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$b_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type context$b_ItemDetails as ItemDetails, type context$b_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$b_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$b_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$b_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, PaymentOptionType$2 as PaymentOptionType, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$3 as PickupDetails, context$b_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$2 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$b_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type context$b_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type context$b_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type context$b_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type context$b_RecipientInfoDetails as RecipientInfoDetails, type context$b_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RestoreInfo$9 as RestoreInfo, RuleType$1 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type context$b_SecuredMedia as SecuredMedia, type context$b_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type context$b_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type context$b_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type context$b_SetBillingInfoRequest as SetBillingInfoRequest, type context$b_SetBillingInfoResponse as SetBillingInfoResponse, type context$b_SetBuyerInfoRequest as SetBuyerInfoRequest, type context$b_SetBuyerInfoResponse as SetBuyerInfoResponse, type context$b_SetDiscountsRequest as SetDiscountsRequest, type context$b_SetDiscountsResponse as SetDiscountsResponse, type context$b_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type context$b_SetRecipientInfoRequest as SetRecipientInfoRequest, type context$b_SetRecipientInfoResponse as SetRecipientInfoResponse, type context$b_SetShippingInfoRequest as SetShippingInfoRequest, type context$b_SetShippingInfoResponse as SetShippingInfoResponse, type context$b_ShippingChangedDetails as ShippingChangedDetails, type context$b_ShippingDetails as ShippingDetails, type context$b_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$4 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$1 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type context$b_UpdateLineItemsOptions as UpdateLineItemsOptions, type context$b_UpdateLineItemsRequest as UpdateLineItemsRequest, type context$b_UpdateLineItemsResponse as UpdateLineItemsResponse, type context$b_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type context$b_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type context$b_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type context$b_V1BalanceSummary as V1BalanceSummary, type context$b_V1CreatedBy as V1CreatedBy, type context$b_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$b_V1DeliveryLogistics as V1DeliveryLogistics, type context$b_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type context$b_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$b_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type context$b_V1ShippingPrice as V1ShippingPrice, type ValidationError$1 as ValidationError, type VatId$2 as VatId, VatType$2 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$3 as WeightUnit, context$b_addLineItemsToDraftOrder as addLineItemsToDraftOrder, context$b_commitDraftOrder as commitDraftOrder, context$b_createCustomAdditionalFees as createCustomAdditionalFees, context$b_createCustomDiscounts as createCustomDiscounts, context$b_createDraftOrder as createDraftOrder, context$b_deleteCustomAdditionalFees as deleteCustomAdditionalFees, context$b_deleteCustomDiscounts as deleteCustomDiscounts, context$b_deleteDraftOrder as deleteDraftOrder, context$b_getDraftOrder as getDraftOrder, context$b_getOrderDraftabilityStatus as getOrderDraftabilityStatus, context$b_queryDraftOrders as queryDraftOrders, context$b_setAdditionalFees as setAdditionalFees, context$b_setDiscounts as setDiscounts, context$b_updateLineItems as updateLineItems };
|
|
19821
19611
|
}
|
|
19822
19612
|
|
|
19823
19613
|
interface OrderWithFulfillments {
|
|
@@ -20424,22 +20214,14 @@ interface BulkCreateFulfillmentsSignature {
|
|
|
20424
20214
|
}
|
|
20425
20215
|
declare const onFulfillmentsUpdated$1: EventDefinition<FulfillmentsUpdatedEnvelope, "wix.ecom.v1.fulfillments_updated">;
|
|
20426
20216
|
|
|
20427
|
-
declare function createRESTModule$a<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
20428
|
-
|
|
20429
20217
|
declare function createEventModule$7<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
20430
20218
|
|
|
20431
|
-
|
|
20432
|
-
declare const
|
|
20433
|
-
|
|
20434
|
-
declare const
|
|
20435
|
-
|
|
20436
|
-
declare const
|
|
20437
|
-
type _publicUpdateFulfillmentType = typeof updateFulfillment$1;
|
|
20438
|
-
declare const updateFulfillment: ReturnType<typeof createRESTModule$a<_publicUpdateFulfillmentType>>;
|
|
20439
|
-
type _publicDeleteFulfillmentType = typeof deleteFulfillment$1;
|
|
20440
|
-
declare const deleteFulfillment: ReturnType<typeof createRESTModule$a<_publicDeleteFulfillmentType>>;
|
|
20441
|
-
type _publicBulkCreateFulfillmentsType = typeof bulkCreateFulfillments$1;
|
|
20442
|
-
declare const bulkCreateFulfillments: ReturnType<typeof createRESTModule$a<_publicBulkCreateFulfillmentsType>>;
|
|
20219
|
+
declare const listFulfillmentsForSingleOrder: BuildRESTFunction<typeof listFulfillmentsForSingleOrder$1> & typeof listFulfillmentsForSingleOrder$1;
|
|
20220
|
+
declare const listFulfillmentsForMultipleOrders: BuildRESTFunction<typeof listFulfillmentsForMultipleOrders$1> & typeof listFulfillmentsForMultipleOrders$1;
|
|
20221
|
+
declare const createFulfillment: BuildRESTFunction<typeof createFulfillment$1> & typeof createFulfillment$1;
|
|
20222
|
+
declare const updateFulfillment: BuildRESTFunction<typeof updateFulfillment$1> & typeof updateFulfillment$1;
|
|
20223
|
+
declare const deleteFulfillment: BuildRESTFunction<typeof deleteFulfillment$1> & typeof deleteFulfillment$1;
|
|
20224
|
+
declare const bulkCreateFulfillments: BuildRESTFunction<typeof bulkCreateFulfillments$1> & typeof bulkCreateFulfillments$1;
|
|
20443
20225
|
|
|
20444
20226
|
type _publicOnFulfillmentsUpdatedType = typeof onFulfillmentsUpdated$1;
|
|
20445
20227
|
/**
|
|
@@ -20481,13 +20263,7 @@ type context$a_UpdateFulfillmentRequest = UpdateFulfillmentRequest;
|
|
|
20481
20263
|
type context$a_UpdateFulfillmentResponse = UpdateFulfillmentResponse;
|
|
20482
20264
|
type context$a_UpdateFulfillmentResponseNonNullableFields = UpdateFulfillmentResponseNonNullableFields;
|
|
20483
20265
|
type context$a_V2FulfillmentTrackingInfo = V2FulfillmentTrackingInfo;
|
|
20484
|
-
type context$a__publicBulkCreateFulfillmentsType = _publicBulkCreateFulfillmentsType;
|
|
20485
|
-
type context$a__publicCreateFulfillmentType = _publicCreateFulfillmentType;
|
|
20486
|
-
type context$a__publicDeleteFulfillmentType = _publicDeleteFulfillmentType;
|
|
20487
|
-
type context$a__publicListFulfillmentsForMultipleOrdersType = _publicListFulfillmentsForMultipleOrdersType;
|
|
20488
|
-
type context$a__publicListFulfillmentsForSingleOrderType = _publicListFulfillmentsForSingleOrderType;
|
|
20489
20266
|
type context$a__publicOnFulfillmentsUpdatedType = _publicOnFulfillmentsUpdatedType;
|
|
20490
|
-
type context$a__publicUpdateFulfillmentType = _publicUpdateFulfillmentType;
|
|
20491
20267
|
declare const context$a_bulkCreateFulfillments: typeof bulkCreateFulfillments;
|
|
20492
20268
|
declare const context$a_createFulfillment: typeof createFulfillment;
|
|
20493
20269
|
declare const context$a_deleteFulfillment: typeof deleteFulfillment;
|
|
@@ -20496,7 +20272,7 @@ declare const context$a_listFulfillmentsForSingleOrder: typeof listFulfillmentsF
|
|
|
20496
20272
|
declare const context$a_onFulfillmentsUpdated: typeof onFulfillmentsUpdated;
|
|
20497
20273
|
declare const context$a_updateFulfillment: typeof updateFulfillment;
|
|
20498
20274
|
declare namespace context$a {
|
|
20499
|
-
export { type ActionEvent$8 as ActionEvent, type ApplicationError$4 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type context$a_BulkCreateFulfillmentRequest as BulkCreateFulfillmentRequest, type context$a_BulkCreateFulfillmentResponse as BulkCreateFulfillmentResponse, type context$a_BulkCreateFulfillmentResponseNonNullableFields as BulkCreateFulfillmentResponseNonNullableFields, type context$a_BulkCreateOrderWithFulfillments as BulkCreateOrderWithFulfillments, type context$a_BulkOrderFulfillmentsResult as BulkOrderFulfillmentsResult, type BuyerInfo$2 as BuyerInfo, type context$a_CreateFulfillmentRequest as CreateFulfillmentRequest, type context$a_CreateFulfillmentResponse as CreateFulfillmentResponse, type context$a_CreateFulfillmentResponseNonNullableFields as CreateFulfillmentResponseNonNullableFields, type context$a_CustomFulfillmentInfo as CustomFulfillmentInfo, type context$a_DeleteFulfillmentIdentifiers as DeleteFulfillmentIdentifiers, type context$a_DeleteFulfillmentRequest as DeleteFulfillmentRequest, type context$a_DeleteFulfillmentResponse as DeleteFulfillmentResponse, type context$a_DeleteFulfillmentResponseNonNullableFields as DeleteFulfillmentResponseNonNullableFields, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type EventMetadata$7 as EventMetadata, type Fulfillment$1 as Fulfillment, type context$a_FulfillmentCreated as FulfillmentCreated, type context$a_FulfillmentDeleted as FulfillmentDeleted, type context$a_FulfillmentFulfillmentInfoOneOf as FulfillmentFulfillmentInfoOneOf, type FulfillmentLineItem$1 as FulfillmentLineItem, FulfillmentStatus$2 as FulfillmentStatus, type FulfillmentTrackingInfo$1 as FulfillmentTrackingInfo, type context$a_FulfillmentUpdated as FulfillmentUpdated, type context$a_FulfillmentsUpdatedEnvelope as FulfillmentsUpdatedEnvelope, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type ItemMetadata$2 as ItemMetadata, type context$a_ListFulfillmentsForMultipleOrdersRequest as ListFulfillmentsForMultipleOrdersRequest, type context$a_ListFulfillmentsForMultipleOrdersResponse as ListFulfillmentsForMultipleOrdersResponse, type context$a_ListFulfillmentsForMultipleOrdersResponseNonNullableFields as ListFulfillmentsForMultipleOrdersResponseNonNullableFields, type context$a_ListFulfillmentsForSingleOrderRequest as ListFulfillmentsForSingleOrderRequest, type context$a_ListFulfillmentsForSingleOrderResponse as ListFulfillmentsForSingleOrderResponse, type context$a_ListFulfillmentsForSingleOrderResponseNonNullableFields as ListFulfillmentsForSingleOrderResponseNonNullableFields, type MessageEnvelope$8 as MessageEnvelope, type context$a_OrderWithFulfillments as OrderWithFulfillments, type context$a_OrderWithFulfillmentsNonNullableFields as OrderWithFulfillmentsNonNullableFields, type RestoreInfo$8 as RestoreInfo, type context$a_UpdateFulfillmentIdentifiers as UpdateFulfillmentIdentifiers, type context$a_UpdateFulfillmentOptions as UpdateFulfillmentOptions, type context$a_UpdateFulfillmentRequest as UpdateFulfillmentRequest, type context$a_UpdateFulfillmentResponse as UpdateFulfillmentResponse, type context$a_UpdateFulfillmentResponseNonNullableFields as UpdateFulfillmentResponseNonNullableFields, type context$a_V2FulfillmentTrackingInfo as V2FulfillmentTrackingInfo, WebhookIdentityType$8 as WebhookIdentityType, type context$
|
|
20275
|
+
export { type ActionEvent$8 as ActionEvent, type ApplicationError$4 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type context$a_BulkCreateFulfillmentRequest as BulkCreateFulfillmentRequest, type context$a_BulkCreateFulfillmentResponse as BulkCreateFulfillmentResponse, type context$a_BulkCreateFulfillmentResponseNonNullableFields as BulkCreateFulfillmentResponseNonNullableFields, type context$a_BulkCreateOrderWithFulfillments as BulkCreateOrderWithFulfillments, type context$a_BulkOrderFulfillmentsResult as BulkOrderFulfillmentsResult, type BuyerInfo$2 as BuyerInfo, type context$a_CreateFulfillmentRequest as CreateFulfillmentRequest, type context$a_CreateFulfillmentResponse as CreateFulfillmentResponse, type context$a_CreateFulfillmentResponseNonNullableFields as CreateFulfillmentResponseNonNullableFields, type context$a_CustomFulfillmentInfo as CustomFulfillmentInfo, type context$a_DeleteFulfillmentIdentifiers as DeleteFulfillmentIdentifiers, type context$a_DeleteFulfillmentRequest as DeleteFulfillmentRequest, type context$a_DeleteFulfillmentResponse as DeleteFulfillmentResponse, type context$a_DeleteFulfillmentResponseNonNullableFields as DeleteFulfillmentResponseNonNullableFields, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type EventMetadata$7 as EventMetadata, type Fulfillment$1 as Fulfillment, type context$a_FulfillmentCreated as FulfillmentCreated, type context$a_FulfillmentDeleted as FulfillmentDeleted, type context$a_FulfillmentFulfillmentInfoOneOf as FulfillmentFulfillmentInfoOneOf, type FulfillmentLineItem$1 as FulfillmentLineItem, FulfillmentStatus$2 as FulfillmentStatus, type FulfillmentTrackingInfo$1 as FulfillmentTrackingInfo, type context$a_FulfillmentUpdated as FulfillmentUpdated, type context$a_FulfillmentsUpdatedEnvelope as FulfillmentsUpdatedEnvelope, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type ItemMetadata$2 as ItemMetadata, type context$a_ListFulfillmentsForMultipleOrdersRequest as ListFulfillmentsForMultipleOrdersRequest, type context$a_ListFulfillmentsForMultipleOrdersResponse as ListFulfillmentsForMultipleOrdersResponse, type context$a_ListFulfillmentsForMultipleOrdersResponseNonNullableFields as ListFulfillmentsForMultipleOrdersResponseNonNullableFields, type context$a_ListFulfillmentsForSingleOrderRequest as ListFulfillmentsForSingleOrderRequest, type context$a_ListFulfillmentsForSingleOrderResponse as ListFulfillmentsForSingleOrderResponse, type context$a_ListFulfillmentsForSingleOrderResponseNonNullableFields as ListFulfillmentsForSingleOrderResponseNonNullableFields, type MessageEnvelope$8 as MessageEnvelope, type context$a_OrderWithFulfillments as OrderWithFulfillments, type context$a_OrderWithFulfillmentsNonNullableFields as OrderWithFulfillmentsNonNullableFields, type RestoreInfo$8 as RestoreInfo, type context$a_UpdateFulfillmentIdentifiers as UpdateFulfillmentIdentifiers, type context$a_UpdateFulfillmentOptions as UpdateFulfillmentOptions, type context$a_UpdateFulfillmentRequest as UpdateFulfillmentRequest, type context$a_UpdateFulfillmentResponse as UpdateFulfillmentResponse, type context$a_UpdateFulfillmentResponseNonNullableFields as UpdateFulfillmentResponseNonNullableFields, type context$a_V2FulfillmentTrackingInfo as V2FulfillmentTrackingInfo, WebhookIdentityType$8 as WebhookIdentityType, type context$a__publicOnFulfillmentsUpdatedType as _publicOnFulfillmentsUpdatedType, context$a_bulkCreateFulfillments as bulkCreateFulfillments, context$a_createFulfillment as createFulfillment, context$a_deleteFulfillment as deleteFulfillment, context$a_listFulfillmentsForMultipleOrders as listFulfillmentsForMultipleOrders, context$a_listFulfillmentsForSingleOrder as listFulfillmentsForSingleOrder, context$a_onFulfillmentsUpdated as onFulfillmentsUpdated, onFulfillmentsUpdated$1 as publicOnFulfillmentsUpdated, context$a_updateFulfillment as updateFulfillment };
|
|
20500
20276
|
}
|
|
20501
20277
|
|
|
20502
20278
|
interface LocalDeliveryOption extends LocalDeliveryOptionConfigOneOf {
|
|
@@ -21049,26 +20825,16 @@ declare const onLocalDeliveryOptionCreated$1: EventDefinition<LocalDeliveryOptio
|
|
|
21049
20825
|
declare const onLocalDeliveryOptionUpdated$1: EventDefinition<LocalDeliveryOptionUpdatedEnvelope, "wix.ecom.v1.local_delivery_option_updated">;
|
|
21050
20826
|
declare const onLocalDeliveryOptionDeleted$1: EventDefinition<LocalDeliveryOptionDeletedEnvelope, "wix.ecom.v1.local_delivery_option_deleted">;
|
|
21051
20827
|
|
|
21052
|
-
declare function createRESTModule$9<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
21053
|
-
|
|
21054
20828
|
declare function createEventModule$6<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
21055
20829
|
|
|
21056
|
-
|
|
21057
|
-
declare const
|
|
21058
|
-
|
|
21059
|
-
declare const
|
|
21060
|
-
|
|
21061
|
-
declare const
|
|
21062
|
-
|
|
21063
|
-
declare const
|
|
21064
|
-
type _publicDeleteLocalDeliveryOptionType = typeof deleteLocalDeliveryOption$1;
|
|
21065
|
-
declare const deleteLocalDeliveryOption: ReturnType<typeof createRESTModule$9<_publicDeleteLocalDeliveryOptionType>>;
|
|
21066
|
-
type _publicBulkCreateLocalDeliveryOptionType = typeof bulkCreateLocalDeliveryOption$1;
|
|
21067
|
-
declare const bulkCreateLocalDeliveryOption: ReturnType<typeof createRESTModule$9<_publicBulkCreateLocalDeliveryOptionType>>;
|
|
21068
|
-
type _publicBulkUpdateLocalDeliveryOptionType = typeof bulkUpdateLocalDeliveryOption$1;
|
|
21069
|
-
declare const bulkUpdateLocalDeliveryOption: ReturnType<typeof createRESTModule$9<_publicBulkUpdateLocalDeliveryOptionType>>;
|
|
21070
|
-
type _publicBulkDeleteLocalDeliveryOptionType = typeof bulkDeleteLocalDeliveryOption$1;
|
|
21071
|
-
declare const bulkDeleteLocalDeliveryOption: ReturnType<typeof createRESTModule$9<_publicBulkDeleteLocalDeliveryOptionType>>;
|
|
20830
|
+
declare const createLocalDeliveryOption: BuildRESTFunction<typeof createLocalDeliveryOption$1> & typeof createLocalDeliveryOption$1;
|
|
20831
|
+
declare const getLocalDeliveryOption: BuildRESTFunction<typeof getLocalDeliveryOption$1> & typeof getLocalDeliveryOption$1;
|
|
20832
|
+
declare const listLocalDeliveryOptions: BuildRESTFunction<typeof listLocalDeliveryOptions$1> & typeof listLocalDeliveryOptions$1;
|
|
20833
|
+
declare const updateLocalDeliveryOption: BuildRESTFunction<typeof updateLocalDeliveryOption$1> & typeof updateLocalDeliveryOption$1;
|
|
20834
|
+
declare const deleteLocalDeliveryOption: BuildRESTFunction<typeof deleteLocalDeliveryOption$1> & typeof deleteLocalDeliveryOption$1;
|
|
20835
|
+
declare const bulkCreateLocalDeliveryOption: BuildRESTFunction<typeof bulkCreateLocalDeliveryOption$1> & typeof bulkCreateLocalDeliveryOption$1;
|
|
20836
|
+
declare const bulkUpdateLocalDeliveryOption: BuildRESTFunction<typeof bulkUpdateLocalDeliveryOption$1> & typeof bulkUpdateLocalDeliveryOption$1;
|
|
20837
|
+
declare const bulkDeleteLocalDeliveryOption: BuildRESTFunction<typeof bulkDeleteLocalDeliveryOption$1> & typeof bulkDeleteLocalDeliveryOption$1;
|
|
21072
20838
|
|
|
21073
20839
|
type _publicOnLocalDeliveryOptionCreatedType = typeof onLocalDeliveryOptionCreated$1;
|
|
21074
20840
|
/** */
|
|
@@ -21128,17 +20894,9 @@ type context$9_UpdateLocalDeliveryOptionRequest = UpdateLocalDeliveryOptionReque
|
|
|
21128
20894
|
type context$9_UpdateLocalDeliveryOptionResponse = UpdateLocalDeliveryOptionResponse;
|
|
21129
20895
|
type context$9_UpdateLocalDeliveryOptionResponseNonNullableFields = UpdateLocalDeliveryOptionResponseNonNullableFields;
|
|
21130
20896
|
type context$9_ZipCodeConfig = ZipCodeConfig;
|
|
21131
|
-
type context$9__publicBulkCreateLocalDeliveryOptionType = _publicBulkCreateLocalDeliveryOptionType;
|
|
21132
|
-
type context$9__publicBulkDeleteLocalDeliveryOptionType = _publicBulkDeleteLocalDeliveryOptionType;
|
|
21133
|
-
type context$9__publicBulkUpdateLocalDeliveryOptionType = _publicBulkUpdateLocalDeliveryOptionType;
|
|
21134
|
-
type context$9__publicCreateLocalDeliveryOptionType = _publicCreateLocalDeliveryOptionType;
|
|
21135
|
-
type context$9__publicDeleteLocalDeliveryOptionType = _publicDeleteLocalDeliveryOptionType;
|
|
21136
|
-
type context$9__publicGetLocalDeliveryOptionType = _publicGetLocalDeliveryOptionType;
|
|
21137
|
-
type context$9__publicListLocalDeliveryOptionsType = _publicListLocalDeliveryOptionsType;
|
|
21138
20897
|
type context$9__publicOnLocalDeliveryOptionCreatedType = _publicOnLocalDeliveryOptionCreatedType;
|
|
21139
20898
|
type context$9__publicOnLocalDeliveryOptionDeletedType = _publicOnLocalDeliveryOptionDeletedType;
|
|
21140
20899
|
type context$9__publicOnLocalDeliveryOptionUpdatedType = _publicOnLocalDeliveryOptionUpdatedType;
|
|
21141
|
-
type context$9__publicUpdateLocalDeliveryOptionType = _publicUpdateLocalDeliveryOptionType;
|
|
21142
20900
|
declare const context$9_bulkCreateLocalDeliveryOption: typeof bulkCreateLocalDeliveryOption;
|
|
21143
20901
|
declare const context$9_bulkDeleteLocalDeliveryOption: typeof bulkDeleteLocalDeliveryOption;
|
|
21144
20902
|
declare const context$9_bulkUpdateLocalDeliveryOption: typeof bulkUpdateLocalDeliveryOption;
|
|
@@ -21151,7 +20909,7 @@ declare const context$9_onLocalDeliveryOptionDeleted: typeof onLocalDeliveryOpti
|
|
|
21151
20909
|
declare const context$9_onLocalDeliveryOptionUpdated: typeof onLocalDeliveryOptionUpdated;
|
|
21152
20910
|
declare const context$9_updateLocalDeliveryOption: typeof updateLocalDeliveryOption;
|
|
21153
20911
|
declare namespace context$9 {
|
|
21154
|
-
export { type ActionEvent$7 as ActionEvent, type AddressLocation$3 as AddressLocation, type BaseEventMetadata$6 as BaseEventMetadata, type context$9_BulkCreateLocalDeliveryOptionRequest as BulkCreateLocalDeliveryOptionRequest, type context$9_BulkCreateLocalDeliveryOptionResponse as BulkCreateLocalDeliveryOptionResponse, type context$9_BulkCreateLocalDeliveryOptionResponseNonNullableFields as BulkCreateLocalDeliveryOptionResponseNonNullableFields, type context$9_BulkDeleteLocalDeliveryOptionRequest as BulkDeleteLocalDeliveryOptionRequest, type context$9_BulkDeleteLocalDeliveryOptionResponse as BulkDeleteLocalDeliveryOptionResponse, type context$9_BulkUpdateLocalDeliveryOptionRequest as BulkUpdateLocalDeliveryOptionRequest, type context$9_BulkUpdateLocalDeliveryOptionResponse as BulkUpdateLocalDeliveryOptionResponse, type context$9_BulkUpdateLocalDeliveryOptionResponseNonNullableFields as BulkUpdateLocalDeliveryOptionResponseNonNullableFields, type Condition$2 as Condition, ConditionType$2 as ConditionType, type ConditionalRates$2 as ConditionalRates, type context$9_CreateLocalDeliveryOptionRequest as CreateLocalDeliveryOptionRequest, type context$9_CreateLocalDeliveryOptionResponse as CreateLocalDeliveryOptionResponse, type context$9_CreateLocalDeliveryOptionResponseNonNullableFields as CreateLocalDeliveryOptionResponseNonNullableFields, type context$9_CustomAreaConfig as CustomAreaConfig, context$9_DayOfWeek as DayOfWeek, type context$9_DaySlot as DaySlot, type context$9_Days as Days, type context$9_DeleteLocalDeliveryOptionRequest as DeleteLocalDeliveryOptionRequest, type context$9_DeleteLocalDeliveryOptionResponse as DeleteLocalDeliveryOptionResponse, type context$9_Destination as Destination, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type EventMetadata$6 as EventMetadata, type context$9_GetLocalDeliveryOptionRequest as GetLocalDeliveryOptionRequest, type context$9_GetLocalDeliveryOptionResponse as GetLocalDeliveryOptionResponse, type context$9_GetLocalDeliveryOptionResponseNonNullableFields as GetLocalDeliveryOptionResponseNonNullableFields, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, context$9_LengthUnit as LengthUnit, type context$9_ListLocalDeliveryOptionsRequest as ListLocalDeliveryOptionsRequest, type context$9_ListLocalDeliveryOptionsResponse as ListLocalDeliveryOptionsResponse, type context$9_ListLocalDeliveryOptionsResponseNonNullableFields as ListLocalDeliveryOptionsResponseNonNullableFields, type context$9_LocalDeliveryAddress as LocalDeliveryAddress, type context$9_LocalDeliveryOption as LocalDeliveryOption, type context$9_LocalDeliveryOptionConfigOneOf as LocalDeliveryOptionConfigOneOf, type context$9_LocalDeliveryOptionCreatedEnvelope as LocalDeliveryOptionCreatedEnvelope, type context$9_LocalDeliveryOptionDeletedEnvelope as LocalDeliveryOptionDeletedEnvelope, type context$9_LocalDeliveryOptionError as LocalDeliveryOptionError, type context$9_LocalDeliveryOptionNonNullableFields as LocalDeliveryOptionNonNullableFields, type context$9_LocalDeliveryOptionUpdatedEnvelope as LocalDeliveryOptionUpdatedEnvelope, LogicalOperator$2 as LogicalOperator, type MessageEnvelope$7 as MessageEnvelope, type context$9_RadiusConfig as RadiusConfig, type RestoreInfo$7 as RestoreInfo, type context$9_ScheduledDelivery as ScheduledDelivery, type context$9_TimeOfDay as TimeOfDay, type context$9_TimePoint as TimePoint, type context$9_TimeSlot as TimeSlot, type context$9_TimeWindow as TimeWindow, type context$9_UpdateLocalDeliveryOption as UpdateLocalDeliveryOption, type context$9_UpdateLocalDeliveryOptionRequest as UpdateLocalDeliveryOptionRequest, type context$9_UpdateLocalDeliveryOptionResponse as UpdateLocalDeliveryOptionResponse, type context$9_UpdateLocalDeliveryOptionResponseNonNullableFields as UpdateLocalDeliveryOptionResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, type context$9_ZipCodeConfig as ZipCodeConfig, type context$
|
|
20912
|
+
export { type ActionEvent$7 as ActionEvent, type AddressLocation$3 as AddressLocation, type BaseEventMetadata$6 as BaseEventMetadata, type context$9_BulkCreateLocalDeliveryOptionRequest as BulkCreateLocalDeliveryOptionRequest, type context$9_BulkCreateLocalDeliveryOptionResponse as BulkCreateLocalDeliveryOptionResponse, type context$9_BulkCreateLocalDeliveryOptionResponseNonNullableFields as BulkCreateLocalDeliveryOptionResponseNonNullableFields, type context$9_BulkDeleteLocalDeliveryOptionRequest as BulkDeleteLocalDeliveryOptionRequest, type context$9_BulkDeleteLocalDeliveryOptionResponse as BulkDeleteLocalDeliveryOptionResponse, type context$9_BulkUpdateLocalDeliveryOptionRequest as BulkUpdateLocalDeliveryOptionRequest, type context$9_BulkUpdateLocalDeliveryOptionResponse as BulkUpdateLocalDeliveryOptionResponse, type context$9_BulkUpdateLocalDeliveryOptionResponseNonNullableFields as BulkUpdateLocalDeliveryOptionResponseNonNullableFields, type Condition$2 as Condition, ConditionType$2 as ConditionType, type ConditionalRates$2 as ConditionalRates, type context$9_CreateLocalDeliveryOptionRequest as CreateLocalDeliveryOptionRequest, type context$9_CreateLocalDeliveryOptionResponse as CreateLocalDeliveryOptionResponse, type context$9_CreateLocalDeliveryOptionResponseNonNullableFields as CreateLocalDeliveryOptionResponseNonNullableFields, type context$9_CustomAreaConfig as CustomAreaConfig, context$9_DayOfWeek as DayOfWeek, type context$9_DaySlot as DaySlot, type context$9_Days as Days, type context$9_DeleteLocalDeliveryOptionRequest as DeleteLocalDeliveryOptionRequest, type context$9_DeleteLocalDeliveryOptionResponse as DeleteLocalDeliveryOptionResponse, type context$9_Destination as Destination, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type EventMetadata$6 as EventMetadata, type context$9_GetLocalDeliveryOptionRequest as GetLocalDeliveryOptionRequest, type context$9_GetLocalDeliveryOptionResponse as GetLocalDeliveryOptionResponse, type context$9_GetLocalDeliveryOptionResponseNonNullableFields as GetLocalDeliveryOptionResponseNonNullableFields, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, context$9_LengthUnit as LengthUnit, type context$9_ListLocalDeliveryOptionsRequest as ListLocalDeliveryOptionsRequest, type context$9_ListLocalDeliveryOptionsResponse as ListLocalDeliveryOptionsResponse, type context$9_ListLocalDeliveryOptionsResponseNonNullableFields as ListLocalDeliveryOptionsResponseNonNullableFields, type context$9_LocalDeliveryAddress as LocalDeliveryAddress, type context$9_LocalDeliveryOption as LocalDeliveryOption, type context$9_LocalDeliveryOptionConfigOneOf as LocalDeliveryOptionConfigOneOf, type context$9_LocalDeliveryOptionCreatedEnvelope as LocalDeliveryOptionCreatedEnvelope, type context$9_LocalDeliveryOptionDeletedEnvelope as LocalDeliveryOptionDeletedEnvelope, type context$9_LocalDeliveryOptionError as LocalDeliveryOptionError, type context$9_LocalDeliveryOptionNonNullableFields as LocalDeliveryOptionNonNullableFields, type context$9_LocalDeliveryOptionUpdatedEnvelope as LocalDeliveryOptionUpdatedEnvelope, LogicalOperator$2 as LogicalOperator, type MessageEnvelope$7 as MessageEnvelope, type context$9_RadiusConfig as RadiusConfig, type RestoreInfo$7 as RestoreInfo, type context$9_ScheduledDelivery as ScheduledDelivery, type context$9_TimeOfDay as TimeOfDay, type context$9_TimePoint as TimePoint, type context$9_TimeSlot as TimeSlot, type context$9_TimeWindow as TimeWindow, type context$9_UpdateLocalDeliveryOption as UpdateLocalDeliveryOption, type context$9_UpdateLocalDeliveryOptionRequest as UpdateLocalDeliveryOptionRequest, type context$9_UpdateLocalDeliveryOptionResponse as UpdateLocalDeliveryOptionResponse, type context$9_UpdateLocalDeliveryOptionResponseNonNullableFields as UpdateLocalDeliveryOptionResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, type context$9_ZipCodeConfig as ZipCodeConfig, type context$9__publicOnLocalDeliveryOptionCreatedType as _publicOnLocalDeliveryOptionCreatedType, type context$9__publicOnLocalDeliveryOptionDeletedType as _publicOnLocalDeliveryOptionDeletedType, type context$9__publicOnLocalDeliveryOptionUpdatedType as _publicOnLocalDeliveryOptionUpdatedType, context$9_bulkCreateLocalDeliveryOption as bulkCreateLocalDeliveryOption, context$9_bulkDeleteLocalDeliveryOption as bulkDeleteLocalDeliveryOption, context$9_bulkUpdateLocalDeliveryOption as bulkUpdateLocalDeliveryOption, context$9_createLocalDeliveryOption as createLocalDeliveryOption, context$9_deleteLocalDeliveryOption as deleteLocalDeliveryOption, context$9_getLocalDeliveryOption as getLocalDeliveryOption, context$9_listLocalDeliveryOptions as listLocalDeliveryOptions, context$9_onLocalDeliveryOptionCreated as onLocalDeliveryOptionCreated, context$9_onLocalDeliveryOptionDeleted as onLocalDeliveryOptionDeleted, context$9_onLocalDeliveryOptionUpdated as onLocalDeliveryOptionUpdated, onLocalDeliveryOptionCreated$1 as publicOnLocalDeliveryOptionCreated, onLocalDeliveryOptionDeleted$1 as publicOnLocalDeliveryOptionDeleted, onLocalDeliveryOptionUpdated$1 as publicOnLocalDeliveryOptionUpdated, context$9_updateLocalDeliveryOption as updateLocalDeliveryOption };
|
|
21155
20913
|
}
|
|
21156
20914
|
|
|
21157
20915
|
interface Order$1 {
|
|
@@ -26058,24 +25816,15 @@ declare const onOrderCreated$1: EventDefinition<OrderCreatedEnvelope, "wix.ecom.
|
|
|
26058
25816
|
declare const onOrderCanceled$1: EventDefinition<OrderCanceledEnvelope, "wix.ecom.v1.order_canceled">;
|
|
26059
25817
|
declare const onOrderApproved$1: EventDefinition<OrderApprovedEnvelope, "wix.ecom.v1.order_approved">;
|
|
26060
25818
|
|
|
26061
|
-
declare function createRESTModule$8<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
26062
|
-
|
|
26063
25819
|
declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
26064
25820
|
|
|
26065
|
-
|
|
26066
|
-
declare const
|
|
26067
|
-
|
|
26068
|
-
declare const
|
|
26069
|
-
|
|
26070
|
-
declare const
|
|
26071
|
-
|
|
26072
|
-
declare const createOrder: ReturnType<typeof createRESTModule$8<_publicCreateOrderType>>;
|
|
26073
|
-
type _publicUpdateOrderType = typeof updateOrder$1;
|
|
26074
|
-
declare const updateOrder: ReturnType<typeof createRESTModule$8<_publicUpdateOrderType>>;
|
|
26075
|
-
type _publicBulkUpdateOrdersType = typeof bulkUpdateOrders$1;
|
|
26076
|
-
declare const bulkUpdateOrders: ReturnType<typeof createRESTModule$8<_publicBulkUpdateOrdersType>>;
|
|
26077
|
-
type _publicCancelOrderType = typeof cancelOrder$1;
|
|
26078
|
-
declare const cancelOrder: ReturnType<typeof createRESTModule$8<_publicCancelOrderType>>;
|
|
25821
|
+
declare const getPaymentCollectabilityStatus: BuildRESTFunction<typeof getPaymentCollectabilityStatus$1> & typeof getPaymentCollectabilityStatus$1;
|
|
25822
|
+
declare const getOrder: BuildRESTFunction<typeof getOrder$1> & typeof getOrder$1;
|
|
25823
|
+
declare const searchOrders: BuildRESTFunction<typeof searchOrders$1> & typeof searchOrders$1;
|
|
25824
|
+
declare const createOrder: BuildRESTFunction<typeof createOrder$1> & typeof createOrder$1;
|
|
25825
|
+
declare const updateOrder: BuildRESTFunction<typeof updateOrder$1> & typeof updateOrder$1;
|
|
25826
|
+
declare const bulkUpdateOrders: BuildRESTFunction<typeof bulkUpdateOrders$1> & typeof bulkUpdateOrders$1;
|
|
25827
|
+
declare const cancelOrder: BuildRESTFunction<typeof cancelOrder$1> & typeof cancelOrder$1;
|
|
26079
25828
|
|
|
26080
25829
|
type _publicOnOrderPaymentStatusUpdatedType = typeof onOrderPaymentStatusUpdated$1;
|
|
26081
25830
|
/**
|
|
@@ -26489,17 +26238,10 @@ type context$8_VersioningMode = VersioningMode;
|
|
|
26489
26238
|
declare const context$8_VersioningMode: typeof VersioningMode;
|
|
26490
26239
|
type context$8_VoidAuthorizedPaymentsRequest = VoidAuthorizedPaymentsRequest;
|
|
26491
26240
|
type context$8_VoidAuthorizedPaymentsResponse = VoidAuthorizedPaymentsResponse;
|
|
26492
|
-
type context$8__publicBulkUpdateOrdersType = _publicBulkUpdateOrdersType;
|
|
26493
|
-
type context$8__publicCancelOrderType = _publicCancelOrderType;
|
|
26494
|
-
type context$8__publicCreateOrderType = _publicCreateOrderType;
|
|
26495
|
-
type context$8__publicGetOrderType = _publicGetOrderType;
|
|
26496
|
-
type context$8__publicGetPaymentCollectabilityStatusType = _publicGetPaymentCollectabilityStatusType;
|
|
26497
26241
|
type context$8__publicOnOrderApprovedType = _publicOnOrderApprovedType;
|
|
26498
26242
|
type context$8__publicOnOrderCanceledType = _publicOnOrderCanceledType;
|
|
26499
26243
|
type context$8__publicOnOrderCreatedType = _publicOnOrderCreatedType;
|
|
26500
26244
|
type context$8__publicOnOrderPaymentStatusUpdatedType = _publicOnOrderPaymentStatusUpdatedType;
|
|
26501
|
-
type context$8__publicSearchOrdersType = _publicSearchOrdersType;
|
|
26502
|
-
type context$8__publicUpdateOrderType = _publicUpdateOrderType;
|
|
26503
26245
|
declare const context$8_bulkUpdateOrders: typeof bulkUpdateOrders;
|
|
26504
26246
|
declare const context$8_cancelOrder: typeof cancelOrder;
|
|
26505
26247
|
declare const context$8_createOrder: typeof createOrder;
|
|
@@ -26512,7 +26254,7 @@ declare const context$8_onOrderPaymentStatusUpdated: typeof onOrderPaymentStatus
|
|
|
26512
26254
|
declare const context$8_searchOrders: typeof searchOrders;
|
|
26513
26255
|
declare const context$8_updateOrder: typeof updateOrder;
|
|
26514
26256
|
declare namespace context$8 {
|
|
26515
|
-
export { type ActionEvent$6 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type context$8_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type context$8_AddActivitiesRequest as AddActivitiesRequest, type context$8_AddActivitiesResponse as AddActivitiesResponse, type context$8_AddActivityRequest as AddActivityRequest, type context$8_AddActivityResponse as AddActivityResponse, type context$8_AddInternalActivityRequest as AddInternalActivityRequest, type context$8_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type context$8_AdditionalFeeDelta as AdditionalFeeDelta, type context$8_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$4 as Address, type context$8_AddressDescription as AddressDescription, type AddressLocation$2 as AddressLocation, type context$8_AddressWithContact as AddressWithContact, type context$8_AggregateOrdersRequest as AggregateOrdersRequest, type context$8_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type context$8_App as App, type ApplicationError$3 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type context$8_AppliedDiscountDelta as AppliedDiscountDelta, type context$8_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type context$8_ArchiveOrderRequest as ArchiveOrderRequest, type context$8_ArchiveOrderResponse as ArchiveOrderResponse, context$8_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$8_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$8_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$8_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$8_Balance as Balance, type context$8_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type context$8_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type context$8_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type context$8_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type context$8_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type context$8_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type context$8_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type context$8_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type context$8_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type context$8_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type context$8_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type context$8_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type context$8_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type context$8_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type context$8_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type context$8_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type context$8_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type context$8_BulkOrderResult as BulkOrderResult, type context$8_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type context$8_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type context$8_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type context$8_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type context$8_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type context$8_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type context$8_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type context$8_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type context$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type context$8_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type context$8_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$8_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$8_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$8_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type context$8_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$8_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$8_CalculatedTax as CalculatedTax, type context$8_CalculatedTaxes as CalculatedTaxes, type context$8_Cancel as Cancel, type context$8_CancelOrderOptions as CancelOrderOptions, type context$8_CancelOrderRequest as CancelOrderRequest, type context$8_CancelOrderResponse as CancelOrderResponse, type context$8_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type context$8_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type context$8_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type CatalogReference$1 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type context$8_ChargeMembershipsRequest as ChargeMembershipsRequest, type context$8_ChargeMembershipsResponse as ChargeMembershipsResponse, type context$8_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type context$8_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type context$8_ChargedBy as ChargedBy, type context$8_Color as Color, type context$8_CommitDeltasRequest as CommitDeltasRequest, type context$8_CommitDeltasResponse as CommitDeltasResponse, type context$8_CommittedDiffs as CommittedDiffs, type context$8_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type context$8_CommonAddress as CommonAddress, type context$8_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$8_Company as Company, type context$8_Complete as Complete, type context$8_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type context$8_CreateOrderRequest as CreateOrderRequest, type context$8_CreateOrderResponse as CreateOrderResponse, type context$8_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type context$8_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type context$8_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type context$8_CreatedBy as CreatedBy, type context$8_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type context$8_CursorSearch as CursorSearch, type context$8_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type context$8_CustomActivity as CustomActivity, type CustomField$1 as CustomField, context$8_CustomFieldGroup as CustomFieldGroup, type context$8_CustomFieldValue as CustomFieldValue, type context$8_Customer as Customer, type context$8_DecrementData as DecrementData, type context$8_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type context$8_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type context$8_DeleteActivityRequest as DeleteActivityRequest, type context$8_DeleteActivityResponse as DeleteActivityResponse, type context$8_DeleteByFilterOperation as DeleteByFilterOperation, type context$8_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$1 as DeliveryLogistics, type context$8_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$1 as DeliveryTimeSlot, context$8_DeltaPaymentOptionType as DeltaPaymentOptionType, type context$8_Deposit as Deposit, context$8_DepositType as DepositType, type context$8_DescriptionLine as DescriptionLine, type context$8_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$8_DescriptionLineName as DescriptionLineName, context$8_DescriptionLineType as DescriptionLineType, type context$8_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type context$8_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, context$8_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type context$8_DownloadLinkSent as DownloadLinkSent, type context$8_DraftOrderChangesApplied as DraftOrderChangesApplied, type context$8_DraftOrderCommitSettings as DraftOrderCommitSettings, type context$8_DraftOrderDiffs as DraftOrderDiffs, type context$8_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type context$8_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type context$8_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type context$8_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type context$8_Email as Email, type context$8_EmailEdited as EmailEdited, type Empty$4 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$5 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type context$8_ExternalUriMapping as ExternalUriMapping, type context$8_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type context$8_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type context$8_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type context$8_FullAddressContactDetails as FullAddressContactDetails, type context$8_GetMetasiteDataRequest as GetMetasiteDataRequest, type context$8_GetMetasiteDataResponse as GetMetasiteDataResponse, type context$8_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type context$8_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type context$8_GetOrderRequest as GetOrderRequest, type context$8_GetOrderResponse as GetOrderResponse, type context$8_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$8_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type context$8_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type context$8_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type context$8_GetShipmentsRequest as GetShipmentsRequest, type context$8_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type context$8_HtmlApplication as HtmlApplication, type context$8_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type context$8_InternalActivity as InternalActivity, type context$8_InternalActivityContentOneOf as InternalActivityContentOneOf, type context$8_InternalDocument as InternalDocument, type context$8_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context$8_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context$8_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type context$8_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type context$8_InternalUpdateExistingOperation as InternalUpdateExistingOperation, context$8_InventoryAction as InventoryAction, type context$8_InventoryUpdateDetails as InventoryUpdateDetails, type context$8_InvoiceAdded as InvoiceAdded, type context$8_InvoiceDates as InvoiceDates, type context$8_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type context$8_InvoiceFields as InvoiceFields, type context$8_InvoiceSent as InvoiceSent, type context$8_InvoiceSentEvent as InvoiceSentEvent, context$8_InvoiceStatus as InvoiceStatus, type context$8_InvoicesPayment as InvoicesPayment, type context$8_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$8_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type context$8_LineItemAmount as LineItemAmount, type context$8_LineItemChanges as LineItemChanges, type context$8_LineItemDelta as LineItemDelta, type context$8_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type context$8_LineItemExchangeData as LineItemExchangeData, type context$8_LineItemMetaData as LineItemMetaData, type context$8_LineItemPriceChange as LineItemPriceChange, type context$8_LineItemQuantityChange as LineItemQuantityChange, context$8_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type context$8_LineItemTax as LineItemTax, type context$8_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$8_LineItemTaxInfo as LineItemTaxInfo, type context$8_LineItemUpdate as LineItemUpdate, type context$8_LineItems as LineItems, type context$8_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type context$8_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type context$8_Locale as Locale, type context$8_LocationAndQuantity as LocationAndQuantity, type context$8_ManagedAdditionalFee as ManagedAdditionalFee, type context$8_ManagedDiscount as ManagedDiscount, type context$8_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type context$8_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type context$8_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type context$8_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type context$8_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type context$8_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type context$8_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type context$8_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type context$8_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type context$8_MaskedOrder as MaskedOrder, type context$8_MaskedOrderLineItem as MaskedOrderLineItem, type context$8_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type context$8_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$8_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type context$8_MetaData as MetaData, type context$8_MetaSite as MetaSite, type context$8_MetaTag as MetaTag, context$8_Namespace as Namespace, type context$8_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, context$8_OrderApprovalStrategy as OrderApprovalStrategy, type context$8_OrderApproved as OrderApproved, type context$8_OrderApprovedEnvelope as OrderApprovedEnvelope, type context$8_OrderCanceled as OrderCanceled, type context$8_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$8_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type context$8_OrderChange as OrderChange, type context$8_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$8_OrderCreateNotifications as OrderCreateNotifications, type context$8_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$8_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$8_OrderCreationSettings as OrderCreationSettings, type context$8_OrderDeltasCommitted as OrderDeltasCommitted, type context$8_OrderFulfilled as OrderFulfilled, type context$8_OrderItemsRestocked as OrderItemsRestocked, type context$8_OrderLineItem as OrderLineItem, type context$8_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type context$8_OrderNonNullableFields as OrderNonNullableFields, type context$8_OrderNotFulfilled as OrderNotFulfilled, type context$8_OrderPaid as OrderPaid, type context$8_OrderPartiallyPaid as OrderPartiallyPaid, type context$8_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type context$8_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, context$8_OrderStatus as OrderStatus, type context$8_OrderTaxBreakdown as OrderTaxBreakdown, type context$8_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type context$8_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type context$8_PaymentCapture as PaymentCapture, context$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, PaymentStatus$1 as PaymentStatus, type context$8_PaymentStatusUpdated as PaymentStatusUpdated, type context$8_Payments as Payments, type PaymentsUpdated$2 as PaymentsUpdated, type context$8_Phone as Phone, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$2 as PickupDetails, PickupMethod$1 as PickupMethod, type context$8_PickupReadyEmailSent as PickupReadyEmailSent, context$8_Placement as Placement, type context$8_PlainTextValue as PlainTextValue, type context$8_PlatformPaging as PlatformPaging, type context$8_PlatformPagingMetadata as PlatformPagingMetadata, type context$8_PlatformQuery as PlatformQuery, type context$8_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context$8_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type context$8_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type context$8_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type context$8_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type context$8_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type context$8_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type context$8_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type context$8_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type context$8_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type context$8_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type context$8_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type context$8_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type context$8_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type context$8_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, context$8_PreviewEmailType as PreviewEmailType, type context$8_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type context$8_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type context$8_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type context$8_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type context$8_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type context$8_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type context$8_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type context$8_ProductName as ProductName, type context$8_PublicActivity as PublicActivity, type context$8_PublicActivityContentOneOf as PublicActivityContentOneOf, type context$8_QueryOrderRequest as QueryOrderRequest, type context$8_QueryOrderResponse as QueryOrderResponse, type context$8_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type context$8_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type context$8_QuotesAddress as QuotesAddress, Reason$2 as Reason, type context$8_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type context$8_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type context$8_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, 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 RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$8_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$6 as RestoreInfo, type context$8_SavedPaymentMethod as SavedPaymentMethod, type ScheduledAction$2 as ScheduledAction, type context$8_SearchOrdersOptions as SearchOrdersOptions, type context$8_SearchOrdersRequest as SearchOrdersRequest, type context$8_SearchOrdersResponse as SearchOrdersResponse, type context$8_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type context$8_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type context$8_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type context$8_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type context$8_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type context$8_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type context$8_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type context$8_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type context$8_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type context$8_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type context$8_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type context$8_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type context$8_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type context$8_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type context$8_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type context$8_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type context$8_ShippingAddressEdited as ShippingAddressEdited, type context$8_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type context$8_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$8_SourceType as SourceType, type context$8_StandardDetails as StandardDetails, context$8_State as State, type StreetAddress$3 as StreetAddress, type context$8_Subdivision as Subdivision, context$8_SubdivisionType as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type context$8_TagList as TagList, type context$8_Tags as Tags, type context$8_Task as Task, type context$8_TaskAction as TaskAction, type context$8_TaskActionActionOneOf as TaskActionActionOneOf, type context$8_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type context$8_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type context$8_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type context$8_TotalPrice as TotalPrice, type context$8_TotalPriceChange as TotalPriceChange, type context$8_TrackingLinkAdded as TrackingLinkAdded, type context$8_TrackingNumberAdded as TrackingNumberAdded, type context$8_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type context$8_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type context$8_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type context$8_TriggerReindexRequest as TriggerReindexRequest, type context$8_TriggerReindexResponse as TriggerReindexResponse, type context$8_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type context$8_UnArchiveOrderRequest as UnArchiveOrderRequest, type context$8_UnArchiveOrderResponse as UnArchiveOrderResponse, type context$8_UpdateActivityRequest as UpdateActivityRequest, type context$8_UpdateActivityResponse as UpdateActivityResponse, type context$8_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type context$8_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type context$8_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type context$8_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type context$8_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type context$8_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type context$8_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context$8_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context$8_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type context$8_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type context$8_UpdateOrder as UpdateOrder, type context$8_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type context$8_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type context$8_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type context$8_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type context$8_UpdateOrderRequest as UpdateOrderRequest, type context$8_UpdateOrderResponse as UpdateOrderResponse, type context$8_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type context$8_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type context$8_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type context$8_UpsertRefundRequest as UpsertRefundRequest, type context$8_UpsertRefundResponse as UpsertRefundResponse, type context$8_UserDataResponse as UserDataResponse, type context$8_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type context$8_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type context$8_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type context$8_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type context$8_V1LineItemDelta as V1LineItemDelta, type context$8_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type context$8_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type context$8_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type context$8_V1RestockItem as V1RestockItem, type context$8_V1ShippingInformation as V1ShippingInformation, type context$8_Value as Value, context$8_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type context$8_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context$8_VersionedDocumentId as VersionedDocumentId, type context$8_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context$8_VersioningMode as VersioningMode, type context$8_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type context$8_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$2 as WeightUnit, type context$8__publicBulkUpdateOrdersType as _publicBulkUpdateOrdersType, type context$8__publicCancelOrderType as _publicCancelOrderType, type context$8__publicCreateOrderType as _publicCreateOrderType, type context$8__publicGetOrderType as _publicGetOrderType, type context$8__publicGetPaymentCollectabilityStatusType as _publicGetPaymentCollectabilityStatusType, type context$8__publicOnOrderApprovedType as _publicOnOrderApprovedType, type context$8__publicOnOrderCanceledType as _publicOnOrderCanceledType, type context$8__publicOnOrderCreatedType as _publicOnOrderCreatedType, type context$8__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type context$8__publicSearchOrdersType as _publicSearchOrdersType, type context$8__publicUpdateOrderType as _publicUpdateOrderType, context$8_bulkUpdateOrders as bulkUpdateOrders, context$8_cancelOrder as cancelOrder, context$8_createOrder as createOrder, context$8_getOrder as getOrder, context$8_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, context$8_onOrderApproved as onOrderApproved, context$8_onOrderCanceled as onOrderCanceled, context$8_onOrderCreated as onOrderCreated, context$8_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, context$8_searchOrders as searchOrders, context$8_updateOrder as updateOrder };
|
|
26257
|
+
export { type ActionEvent$6 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type context$8_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type context$8_AddActivitiesRequest as AddActivitiesRequest, type context$8_AddActivitiesResponse as AddActivitiesResponse, type context$8_AddActivityRequest as AddActivityRequest, type context$8_AddActivityResponse as AddActivityResponse, type context$8_AddInternalActivityRequest as AddInternalActivityRequest, type context$8_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type context$8_AdditionalFeeDelta as AdditionalFeeDelta, type context$8_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$4 as Address, type context$8_AddressDescription as AddressDescription, type AddressLocation$2 as AddressLocation, type context$8_AddressWithContact as AddressWithContact, type context$8_AggregateOrdersRequest as AggregateOrdersRequest, type context$8_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type context$8_App as App, type ApplicationError$3 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type context$8_AppliedDiscountDelta as AppliedDiscountDelta, type context$8_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type context$8_ArchiveOrderRequest as ArchiveOrderRequest, type context$8_ArchiveOrderResponse as ArchiveOrderResponse, context$8_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$8_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$8_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$8_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$8_Balance as Balance, type context$8_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type context$8_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type context$8_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type context$8_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type context$8_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type context$8_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type context$8_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type context$8_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type context$8_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type context$8_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type context$8_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type context$8_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type context$8_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type context$8_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type context$8_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type context$8_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type context$8_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type context$8_BulkOrderResult as BulkOrderResult, type context$8_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type context$8_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type context$8_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type context$8_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type context$8_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type context$8_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type context$8_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type context$8_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type context$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type context$8_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type context$8_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$8_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$8_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$8_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type context$8_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$8_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$8_CalculatedTax as CalculatedTax, type context$8_CalculatedTaxes as CalculatedTaxes, type context$8_Cancel as Cancel, type context$8_CancelOrderOptions as CancelOrderOptions, type context$8_CancelOrderRequest as CancelOrderRequest, type context$8_CancelOrderResponse as CancelOrderResponse, type context$8_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type context$8_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type context$8_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type CatalogReference$1 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type context$8_ChargeMembershipsRequest as ChargeMembershipsRequest, type context$8_ChargeMembershipsResponse as ChargeMembershipsResponse, type context$8_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type context$8_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type context$8_ChargedBy as ChargedBy, type context$8_Color as Color, type context$8_CommitDeltasRequest as CommitDeltasRequest, type context$8_CommitDeltasResponse as CommitDeltasResponse, type context$8_CommittedDiffs as CommittedDiffs, type context$8_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type context$8_CommonAddress as CommonAddress, type context$8_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$8_Company as Company, type context$8_Complete as Complete, type context$8_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type context$8_CreateOrderRequest as CreateOrderRequest, type context$8_CreateOrderResponse as CreateOrderResponse, type context$8_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type context$8_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type context$8_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type context$8_CreatedBy as CreatedBy, type context$8_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type context$8_CursorSearch as CursorSearch, type context$8_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type context$8_CustomActivity as CustomActivity, type CustomField$1 as CustomField, context$8_CustomFieldGroup as CustomFieldGroup, type context$8_CustomFieldValue as CustomFieldValue, type context$8_Customer as Customer, type context$8_DecrementData as DecrementData, type context$8_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type context$8_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type context$8_DeleteActivityRequest as DeleteActivityRequest, type context$8_DeleteActivityResponse as DeleteActivityResponse, type context$8_DeleteByFilterOperation as DeleteByFilterOperation, type context$8_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$1 as DeliveryLogistics, type context$8_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$1 as DeliveryTimeSlot, context$8_DeltaPaymentOptionType as DeltaPaymentOptionType, type context$8_Deposit as Deposit, context$8_DepositType as DepositType, type context$8_DescriptionLine as DescriptionLine, type context$8_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$8_DescriptionLineName as DescriptionLineName, context$8_DescriptionLineType as DescriptionLineType, type context$8_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type context$8_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, context$8_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type context$8_DownloadLinkSent as DownloadLinkSent, type context$8_DraftOrderChangesApplied as DraftOrderChangesApplied, type context$8_DraftOrderCommitSettings as DraftOrderCommitSettings, type context$8_DraftOrderDiffs as DraftOrderDiffs, type context$8_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type context$8_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type context$8_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type context$8_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type context$8_Email as Email, type context$8_EmailEdited as EmailEdited, type Empty$4 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$5 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type context$8_ExternalUriMapping as ExternalUriMapping, type context$8_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type context$8_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type context$8_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type context$8_FullAddressContactDetails as FullAddressContactDetails, type context$8_GetMetasiteDataRequest as GetMetasiteDataRequest, type context$8_GetMetasiteDataResponse as GetMetasiteDataResponse, type context$8_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type context$8_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type context$8_GetOrderRequest as GetOrderRequest, type context$8_GetOrderResponse as GetOrderResponse, type context$8_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$8_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type context$8_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type context$8_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type context$8_GetShipmentsRequest as GetShipmentsRequest, type context$8_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type context$8_HtmlApplication as HtmlApplication, type context$8_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type context$8_InternalActivity as InternalActivity, type context$8_InternalActivityContentOneOf as InternalActivityContentOneOf, type context$8_InternalDocument as InternalDocument, type context$8_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context$8_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context$8_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type context$8_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type context$8_InternalUpdateExistingOperation as InternalUpdateExistingOperation, context$8_InventoryAction as InventoryAction, type context$8_InventoryUpdateDetails as InventoryUpdateDetails, type context$8_InvoiceAdded as InvoiceAdded, type context$8_InvoiceDates as InvoiceDates, type context$8_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type context$8_InvoiceFields as InvoiceFields, type context$8_InvoiceSent as InvoiceSent, type context$8_InvoiceSentEvent as InvoiceSentEvent, context$8_InvoiceStatus as InvoiceStatus, type context$8_InvoicesPayment as InvoicesPayment, type context$8_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$8_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type context$8_LineItemAmount as LineItemAmount, type context$8_LineItemChanges as LineItemChanges, type context$8_LineItemDelta as LineItemDelta, type context$8_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type context$8_LineItemExchangeData as LineItemExchangeData, type context$8_LineItemMetaData as LineItemMetaData, type context$8_LineItemPriceChange as LineItemPriceChange, type context$8_LineItemQuantityChange as LineItemQuantityChange, context$8_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type context$8_LineItemTax as LineItemTax, type context$8_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$8_LineItemTaxInfo as LineItemTaxInfo, type context$8_LineItemUpdate as LineItemUpdate, type context$8_LineItems as LineItems, type context$8_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type context$8_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type context$8_Locale as Locale, type context$8_LocationAndQuantity as LocationAndQuantity, type context$8_ManagedAdditionalFee as ManagedAdditionalFee, type context$8_ManagedDiscount as ManagedDiscount, type context$8_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type context$8_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type context$8_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type context$8_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type context$8_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type context$8_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type context$8_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type context$8_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type context$8_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type context$8_MaskedOrder as MaskedOrder, type context$8_MaskedOrderLineItem as MaskedOrderLineItem, type context$8_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type context$8_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$8_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type context$8_MetaData as MetaData, type context$8_MetaSite as MetaSite, type context$8_MetaTag as MetaTag, context$8_Namespace as Namespace, type context$8_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, context$8_OrderApprovalStrategy as OrderApprovalStrategy, type context$8_OrderApproved as OrderApproved, type context$8_OrderApprovedEnvelope as OrderApprovedEnvelope, type context$8_OrderCanceled as OrderCanceled, type context$8_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$8_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type context$8_OrderChange as OrderChange, type context$8_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$8_OrderCreateNotifications as OrderCreateNotifications, type context$8_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$8_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$8_OrderCreationSettings as OrderCreationSettings, type context$8_OrderDeltasCommitted as OrderDeltasCommitted, type context$8_OrderFulfilled as OrderFulfilled, type context$8_OrderItemsRestocked as OrderItemsRestocked, type context$8_OrderLineItem as OrderLineItem, type context$8_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type context$8_OrderNonNullableFields as OrderNonNullableFields, type context$8_OrderNotFulfilled as OrderNotFulfilled, type context$8_OrderPaid as OrderPaid, type context$8_OrderPartiallyPaid as OrderPartiallyPaid, type context$8_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type context$8_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, context$8_OrderStatus as OrderStatus, type context$8_OrderTaxBreakdown as OrderTaxBreakdown, type context$8_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type context$8_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type context$8_PaymentCapture as PaymentCapture, context$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, PaymentStatus$1 as PaymentStatus, type context$8_PaymentStatusUpdated as PaymentStatusUpdated, type context$8_Payments as Payments, type PaymentsUpdated$2 as PaymentsUpdated, type context$8_Phone as Phone, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$2 as PickupDetails, PickupMethod$1 as PickupMethod, type context$8_PickupReadyEmailSent as PickupReadyEmailSent, context$8_Placement as Placement, type context$8_PlainTextValue as PlainTextValue, type context$8_PlatformPaging as PlatformPaging, type context$8_PlatformPagingMetadata as PlatformPagingMetadata, type context$8_PlatformQuery as PlatformQuery, type context$8_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context$8_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type context$8_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type context$8_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type context$8_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type context$8_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type context$8_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type context$8_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type context$8_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type context$8_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type context$8_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type context$8_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type context$8_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type context$8_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type context$8_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, context$8_PreviewEmailType as PreviewEmailType, type context$8_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type context$8_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type context$8_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type context$8_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type context$8_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type context$8_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type context$8_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type context$8_ProductName as ProductName, type context$8_PublicActivity as PublicActivity, type context$8_PublicActivityContentOneOf as PublicActivityContentOneOf, type context$8_QueryOrderRequest as QueryOrderRequest, type context$8_QueryOrderResponse as QueryOrderResponse, type context$8_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type context$8_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type context$8_QuotesAddress as QuotesAddress, Reason$2 as Reason, type context$8_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type context$8_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type context$8_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, 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 RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$8_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$6 as RestoreInfo, type context$8_SavedPaymentMethod as SavedPaymentMethod, type ScheduledAction$2 as ScheduledAction, type context$8_SearchOrdersOptions as SearchOrdersOptions, type context$8_SearchOrdersRequest as SearchOrdersRequest, type context$8_SearchOrdersResponse as SearchOrdersResponse, type context$8_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type context$8_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type context$8_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type context$8_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type context$8_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type context$8_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type context$8_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type context$8_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type context$8_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type context$8_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type context$8_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type context$8_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type context$8_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type context$8_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type context$8_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type context$8_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type context$8_ShippingAddressEdited as ShippingAddressEdited, type context$8_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type context$8_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$8_SourceType as SourceType, type context$8_StandardDetails as StandardDetails, context$8_State as State, type StreetAddress$3 as StreetAddress, type context$8_Subdivision as Subdivision, context$8_SubdivisionType as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type context$8_TagList as TagList, type context$8_Tags as Tags, type context$8_Task as Task, type context$8_TaskAction as TaskAction, type context$8_TaskActionActionOneOf as TaskActionActionOneOf, type context$8_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type context$8_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type context$8_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type context$8_TotalPrice as TotalPrice, type context$8_TotalPriceChange as TotalPriceChange, type context$8_TrackingLinkAdded as TrackingLinkAdded, type context$8_TrackingNumberAdded as TrackingNumberAdded, type context$8_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type context$8_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type context$8_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type context$8_TriggerReindexRequest as TriggerReindexRequest, type context$8_TriggerReindexResponse as TriggerReindexResponse, type context$8_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type context$8_UnArchiveOrderRequest as UnArchiveOrderRequest, type context$8_UnArchiveOrderResponse as UnArchiveOrderResponse, type context$8_UpdateActivityRequest as UpdateActivityRequest, type context$8_UpdateActivityResponse as UpdateActivityResponse, type context$8_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type context$8_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type context$8_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type context$8_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type context$8_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type context$8_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type context$8_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context$8_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context$8_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type context$8_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type context$8_UpdateOrder as UpdateOrder, type context$8_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type context$8_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type context$8_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type context$8_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type context$8_UpdateOrderRequest as UpdateOrderRequest, type context$8_UpdateOrderResponse as UpdateOrderResponse, type context$8_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type context$8_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type context$8_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type context$8_UpsertRefundRequest as UpsertRefundRequest, type context$8_UpsertRefundResponse as UpsertRefundResponse, type context$8_UserDataResponse as UserDataResponse, type context$8_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type context$8_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type context$8_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type context$8_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type context$8_V1LineItemDelta as V1LineItemDelta, type context$8_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type context$8_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type context$8_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type context$8_V1RestockItem as V1RestockItem, type context$8_V1ShippingInformation as V1ShippingInformation, type context$8_Value as Value, context$8_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type context$8_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context$8_VersionedDocumentId as VersionedDocumentId, type context$8_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context$8_VersioningMode as VersioningMode, type context$8_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type context$8_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$2 as WeightUnit, type context$8__publicOnOrderApprovedType as _publicOnOrderApprovedType, type context$8__publicOnOrderCanceledType as _publicOnOrderCanceledType, type context$8__publicOnOrderCreatedType as _publicOnOrderCreatedType, type context$8__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, context$8_bulkUpdateOrders as bulkUpdateOrders, context$8_cancelOrder as cancelOrder, context$8_createOrder as createOrder, context$8_getOrder as getOrder, context$8_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, context$8_onOrderApproved as onOrderApproved, context$8_onOrderCanceled as onOrderCanceled, context$8_onOrderCreated as onOrderCreated, context$8_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, context$8_searchOrders as searchOrders, context$8_updateOrder as updateOrder };
|
|
26516
26258
|
}
|
|
26517
26259
|
|
|
26518
26260
|
interface OrderPaymentRequest {
|
|
@@ -27350,22 +27092,13 @@ interface UpdateExtendedFieldsSignature$2 {
|
|
|
27350
27092
|
(_id: string, namespace: string, options: UpdateExtendedFieldsOptions$2): Promise<UpdateExtendedFieldsResponse$2 & UpdateExtendedFieldsResponseNonNullableFields$2>;
|
|
27351
27093
|
}
|
|
27352
27094
|
|
|
27353
|
-
declare
|
|
27354
|
-
|
|
27355
|
-
|
|
27356
|
-
declare const
|
|
27357
|
-
|
|
27358
|
-
declare const
|
|
27359
|
-
|
|
27360
|
-
declare const updateOrderPaymentRequest: ReturnType<typeof createRESTModule$7<_publicUpdateOrderPaymentRequestType>>;
|
|
27361
|
-
type _publicDeleteOrderPaymentRequestType = typeof deleteOrderPaymentRequest$1;
|
|
27362
|
-
declare const deleteOrderPaymentRequest: ReturnType<typeof createRESTModule$7<_publicDeleteOrderPaymentRequestType>>;
|
|
27363
|
-
type _publicQueryOrderPaymentRequestsType = typeof queryOrderPaymentRequests$1;
|
|
27364
|
-
declare const queryOrderPaymentRequests: ReturnType<typeof createRESTModule$7<_publicQueryOrderPaymentRequestsType>>;
|
|
27365
|
-
type _publicGetOrderPaymentRequestUrlType = typeof getOrderPaymentRequestUrl$1;
|
|
27366
|
-
declare const getOrderPaymentRequestUrl: ReturnType<typeof createRESTModule$7<_publicGetOrderPaymentRequestUrlType>>;
|
|
27367
|
-
type _publicUpdateExtendedFieldsType$2 = typeof updateExtendedFields$5;
|
|
27368
|
-
declare const updateExtendedFields$4: ReturnType<typeof createRESTModule$7<_publicUpdateExtendedFieldsType>>;
|
|
27095
|
+
declare const createOrderPaymentRequest: BuildRESTFunction<typeof createOrderPaymentRequest$1> & typeof createOrderPaymentRequest$1;
|
|
27096
|
+
declare const getOrderPaymentRequest: BuildRESTFunction<typeof getOrderPaymentRequest$1> & typeof getOrderPaymentRequest$1;
|
|
27097
|
+
declare const updateOrderPaymentRequest: BuildRESTFunction<typeof updateOrderPaymentRequest$1> & typeof updateOrderPaymentRequest$1;
|
|
27098
|
+
declare const deleteOrderPaymentRequest: BuildRESTFunction<typeof deleteOrderPaymentRequest$1> & typeof deleteOrderPaymentRequest$1;
|
|
27099
|
+
declare const queryOrderPaymentRequests: BuildRESTFunction<typeof queryOrderPaymentRequests$1> & typeof queryOrderPaymentRequests$1;
|
|
27100
|
+
declare const getOrderPaymentRequestUrl: BuildRESTFunction<typeof getOrderPaymentRequestUrl$1> & typeof getOrderPaymentRequestUrl$1;
|
|
27101
|
+
declare const updateExtendedFields$4: BuildRESTFunction<typeof updateExtendedFields$5> & typeof updateExtendedFields$5;
|
|
27369
27102
|
|
|
27370
27103
|
type context$7_CreateOrderPaymentRequestOptions = CreateOrderPaymentRequestOptions;
|
|
27371
27104
|
type context$7_CreateOrderPaymentRequestRequest = CreateOrderPaymentRequestRequest;
|
|
@@ -27395,12 +27128,6 @@ type context$7_UpdateOrderPaymentRequest = UpdateOrderPaymentRequest;
|
|
|
27395
27128
|
type context$7_UpdateOrderPaymentRequestRequest = UpdateOrderPaymentRequestRequest;
|
|
27396
27129
|
type context$7_UpdateOrderPaymentRequestResponse = UpdateOrderPaymentRequestResponse;
|
|
27397
27130
|
type context$7_UpdateOrderPaymentRequestResponseNonNullableFields = UpdateOrderPaymentRequestResponseNonNullableFields;
|
|
27398
|
-
type context$7__publicCreateOrderPaymentRequestType = _publicCreateOrderPaymentRequestType;
|
|
27399
|
-
type context$7__publicDeleteOrderPaymentRequestType = _publicDeleteOrderPaymentRequestType;
|
|
27400
|
-
type context$7__publicGetOrderPaymentRequestType = _publicGetOrderPaymentRequestType;
|
|
27401
|
-
type context$7__publicGetOrderPaymentRequestUrlType = _publicGetOrderPaymentRequestUrlType;
|
|
27402
|
-
type context$7__publicQueryOrderPaymentRequestsType = _publicQueryOrderPaymentRequestsType;
|
|
27403
|
-
type context$7__publicUpdateOrderPaymentRequestType = _publicUpdateOrderPaymentRequestType;
|
|
27404
27131
|
declare const context$7_createOrderPaymentRequest: typeof createOrderPaymentRequest;
|
|
27405
27132
|
declare const context$7_deleteOrderPaymentRequest: typeof deleteOrderPaymentRequest;
|
|
27406
27133
|
declare const context$7_getOrderPaymentRequest: typeof getOrderPaymentRequest;
|
|
@@ -27408,7 +27135,7 @@ declare const context$7_getOrderPaymentRequestUrl: typeof getOrderPaymentRequest
|
|
|
27408
27135
|
declare const context$7_queryOrderPaymentRequests: typeof queryOrderPaymentRequests;
|
|
27409
27136
|
declare const context$7_updateOrderPaymentRequest: typeof updateOrderPaymentRequest;
|
|
27410
27137
|
declare namespace context$7 {
|
|
27411
|
-
export { type ActionEvent$5 as ActionEvent, ActionType$1 as ActionType, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type AuthorizationActionFailureDetails$1 as AuthorizationActionFailureDetails, type AuthorizationCapture$1 as AuthorizationCapture, AuthorizationCaptureStatus$1 as AuthorizationCaptureStatus, type AuthorizationDetails$1 as AuthorizationDetails, type AuthorizationVoid$1 as AuthorizationVoid, AuthorizationVoidStatus$1 as AuthorizationVoidStatus, type context$7_CreateOrderPaymentRequestOptions as CreateOrderPaymentRequestOptions, type context$7_CreateOrderPaymentRequestRequest as CreateOrderPaymentRequestRequest, type context$7_CreateOrderPaymentRequestResponse as CreateOrderPaymentRequestResponse, type context$7_CreateOrderPaymentRequestResponseNonNullableFields as CreateOrderPaymentRequestResponseNonNullableFields, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorQuery$3 as CursorQuery, type CursorQueryPagingMethodOneOf$3 as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type context$7_DeleteOrderPaymentRequestRequest as DeleteOrderPaymentRequestRequest, type context$7_DeleteOrderPaymentRequestResponse as DeleteOrderPaymentRequestResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$3 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type ExtendedFields$2 as ExtendedFields, type context$7_GetOrderPaymentRequestRequest as GetOrderPaymentRequestRequest, type context$7_GetOrderPaymentRequestResponse as GetOrderPaymentRequestResponse, type context$7_GetOrderPaymentRequestResponseNonNullableFields as GetOrderPaymentRequestResponseNonNullableFields, type context$7_GetOrderPaymentRequestURLRequest as GetOrderPaymentRequestURLRequest, type context$7_GetOrderPaymentRequestURLResponse as GetOrderPaymentRequestURLResponse, type context$7_GetOrderPaymentRequestURLResponseNonNullableFields as GetOrderPaymentRequestURLResponseNonNullableFields, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type LineItemRefund$1 as LineItemRefund, type MembershipName$2 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type MessageEnvelope$5 as MessageEnvelope, type context$7_OrderPaymentRequest as OrderPaymentRequest, type context$7_OrderPaymentRequestExpired as OrderPaymentRequestExpired, type context$7_OrderPaymentRequestNonNullableFields as OrderPaymentRequestNonNullableFields, type context$7_OrderPaymentRequestPaid as OrderPaymentRequestPaid, type context$7_OrderPaymentRequestsQueryBuilder as OrderPaymentRequestsQueryBuilder, type context$7_OrderPaymentRequestsQueryResult as OrderPaymentRequestsQueryResult, type OrderTransactions$1 as OrderTransactions, type Payment$1 as Payment, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentsUpdated$1 as PaymentsUpdated, type Price$1 as Price, type context$7_QueryOrderPaymentRequestsRequest as QueryOrderPaymentRequestsRequest, type context$7_QueryOrderPaymentRequestsResponse as QueryOrderPaymentRequestsResponse, type context$7_QueryOrderPaymentRequestsResponseNonNullableFields as QueryOrderPaymentRequestsResponseNonNullableFields, Reason$1 as Reason, type Refund$1 as Refund, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type RestoreInfo$5 as RestoreInfo, type ScheduledAction$1 as ScheduledAction, type ShippingRefund$1 as ShippingRefund, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, type context$7_Source as Source, context$7_Status as Status, TransactionStatus$1 as TransactionStatus, type UpdateExtendedFieldsOptions$2 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$2 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$2 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$2 as UpdateExtendedFieldsResponseNonNullableFields, type context$7_UpdateOrderPaymentRequest as UpdateOrderPaymentRequest, type context$7_UpdateOrderPaymentRequestRequest as UpdateOrderPaymentRequestRequest, type context$7_UpdateOrderPaymentRequestResponse as UpdateOrderPaymentRequestResponse, type context$7_UpdateOrderPaymentRequestResponseNonNullableFields as UpdateOrderPaymentRequestResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType,
|
|
27138
|
+
export { type ActionEvent$5 as ActionEvent, ActionType$1 as ActionType, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type AuthorizationActionFailureDetails$1 as AuthorizationActionFailureDetails, type AuthorizationCapture$1 as AuthorizationCapture, AuthorizationCaptureStatus$1 as AuthorizationCaptureStatus, type AuthorizationDetails$1 as AuthorizationDetails, type AuthorizationVoid$1 as AuthorizationVoid, AuthorizationVoidStatus$1 as AuthorizationVoidStatus, type context$7_CreateOrderPaymentRequestOptions as CreateOrderPaymentRequestOptions, type context$7_CreateOrderPaymentRequestRequest as CreateOrderPaymentRequestRequest, type context$7_CreateOrderPaymentRequestResponse as CreateOrderPaymentRequestResponse, type context$7_CreateOrderPaymentRequestResponseNonNullableFields as CreateOrderPaymentRequestResponseNonNullableFields, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$4 as CursorPagingMetadata, type CursorQuery$3 as CursorQuery, type CursorQueryPagingMethodOneOf$3 as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type context$7_DeleteOrderPaymentRequestRequest as DeleteOrderPaymentRequestRequest, type context$7_DeleteOrderPaymentRequestResponse as DeleteOrderPaymentRequestResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type Empty$3 as Empty, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type ExtendedFields$2 as ExtendedFields, type context$7_GetOrderPaymentRequestRequest as GetOrderPaymentRequestRequest, type context$7_GetOrderPaymentRequestResponse as GetOrderPaymentRequestResponse, type context$7_GetOrderPaymentRequestResponseNonNullableFields as GetOrderPaymentRequestResponseNonNullableFields, type context$7_GetOrderPaymentRequestURLRequest as GetOrderPaymentRequestURLRequest, type context$7_GetOrderPaymentRequestURLResponse as GetOrderPaymentRequestURLResponse, type context$7_GetOrderPaymentRequestURLResponseNonNullableFields as GetOrderPaymentRequestURLResponseNonNullableFields, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type LineItemRefund$1 as LineItemRefund, type MembershipName$2 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type MessageEnvelope$5 as MessageEnvelope, type context$7_OrderPaymentRequest as OrderPaymentRequest, type context$7_OrderPaymentRequestExpired as OrderPaymentRequestExpired, type context$7_OrderPaymentRequestNonNullableFields as OrderPaymentRequestNonNullableFields, type context$7_OrderPaymentRequestPaid as OrderPaymentRequestPaid, type context$7_OrderPaymentRequestsQueryBuilder as OrderPaymentRequestsQueryBuilder, type context$7_OrderPaymentRequestsQueryResult as OrderPaymentRequestsQueryResult, type OrderTransactions$1 as OrderTransactions, type Payment$1 as Payment, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentsUpdated$1 as PaymentsUpdated, type Price$1 as Price, type context$7_QueryOrderPaymentRequestsRequest as QueryOrderPaymentRequestsRequest, type context$7_QueryOrderPaymentRequestsResponse as QueryOrderPaymentRequestsResponse, type context$7_QueryOrderPaymentRequestsResponseNonNullableFields as QueryOrderPaymentRequestsResponseNonNullableFields, Reason$1 as Reason, type Refund$1 as Refund, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type RestoreInfo$5 as RestoreInfo, type ScheduledAction$1 as ScheduledAction, type ShippingRefund$1 as ShippingRefund, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, type context$7_Source as Source, context$7_Status as Status, TransactionStatus$1 as TransactionStatus, type UpdateExtendedFieldsOptions$2 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$2 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$2 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$2 as UpdateExtendedFieldsResponseNonNullableFields, type context$7_UpdateOrderPaymentRequest as UpdateOrderPaymentRequest, type context$7_UpdateOrderPaymentRequestRequest as UpdateOrderPaymentRequestRequest, type context$7_UpdateOrderPaymentRequestResponse as UpdateOrderPaymentRequestResponse, type context$7_UpdateOrderPaymentRequestResponseNonNullableFields as UpdateOrderPaymentRequestResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType, context$7_createOrderPaymentRequest as createOrderPaymentRequest, context$7_deleteOrderPaymentRequest as deleteOrderPaymentRequest, context$7_getOrderPaymentRequest as getOrderPaymentRequest, context$7_getOrderPaymentRequestUrl as getOrderPaymentRequestUrl, context$7_queryOrderPaymentRequests as queryOrderPaymentRequests, updateExtendedFields$4 as updateExtendedFields, context$7_updateOrderPaymentRequest as updateOrderPaymentRequest };
|
|
27412
27139
|
}
|
|
27413
27140
|
|
|
27414
27141
|
interface OrderTransactions {
|
|
@@ -29261,20 +28988,13 @@ interface BulkUpdatePaymentStatusesSignature {
|
|
|
29261
28988
|
}
|
|
29262
28989
|
declare const onOrderTransactionsUpdated$1: EventDefinition<OrderTransactionsUpdatedEnvelope, "wix.ecom.v1.order_transactions_updated">;
|
|
29263
28990
|
|
|
29264
|
-
declare function createRESTModule$6<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
29265
|
-
|
|
29266
28991
|
declare function createEventModule$4<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
29267
28992
|
|
|
29268
|
-
|
|
29269
|
-
declare const
|
|
29270
|
-
|
|
29271
|
-
declare const
|
|
29272
|
-
|
|
29273
|
-
declare const addPayments: ReturnType<typeof createRESTModule$6<_publicAddPaymentsType>>;
|
|
29274
|
-
type _publicUpdatePaymentStatusType = typeof updatePaymentStatus$1;
|
|
29275
|
-
declare const updatePaymentStatus: ReturnType<typeof createRESTModule$6<_publicUpdatePaymentStatusType>>;
|
|
29276
|
-
type _publicBulkUpdatePaymentStatusesType = typeof bulkUpdatePaymentStatuses$1;
|
|
29277
|
-
declare const bulkUpdatePaymentStatuses: ReturnType<typeof createRESTModule$6<_publicBulkUpdatePaymentStatusesType>>;
|
|
28993
|
+
declare const listTransactionsForSingleOrder: BuildRESTFunction<typeof listTransactionsForSingleOrder$1> & typeof listTransactionsForSingleOrder$1;
|
|
28994
|
+
declare const listTransactionsForMultipleOrders: BuildRESTFunction<typeof listTransactionsForMultipleOrders$1> & typeof listTransactionsForMultipleOrders$1;
|
|
28995
|
+
declare const addPayments: BuildRESTFunction<typeof addPayments$1> & typeof addPayments$1;
|
|
28996
|
+
declare const updatePaymentStatus: BuildRESTFunction<typeof updatePaymentStatus$1> & typeof updatePaymentStatus$1;
|
|
28997
|
+
declare const bulkUpdatePaymentStatuses: BuildRESTFunction<typeof bulkUpdatePaymentStatuses$1> & typeof bulkUpdatePaymentStatuses$1;
|
|
29278
28998
|
|
|
29279
28999
|
type _publicOnOrderTransactionsUpdatedType = typeof onOrderTransactionsUpdated$1;
|
|
29280
29000
|
/** */
|
|
@@ -29442,12 +29162,7 @@ type context$6_V2Refund = V2Refund;
|
|
|
29442
29162
|
type context$6_VatId = VatId;
|
|
29443
29163
|
type context$6_VatType = VatType;
|
|
29444
29164
|
declare const context$6_VatType: typeof VatType;
|
|
29445
|
-
type context$6__publicAddPaymentsType = _publicAddPaymentsType;
|
|
29446
|
-
type context$6__publicBulkUpdatePaymentStatusesType = _publicBulkUpdatePaymentStatusesType;
|
|
29447
|
-
type context$6__publicListTransactionsForMultipleOrdersType = _publicListTransactionsForMultipleOrdersType;
|
|
29448
|
-
type context$6__publicListTransactionsForSingleOrderType = _publicListTransactionsForSingleOrderType;
|
|
29449
29165
|
type context$6__publicOnOrderTransactionsUpdatedType = _publicOnOrderTransactionsUpdatedType;
|
|
29450
|
-
type context$6__publicUpdatePaymentStatusType = _publicUpdatePaymentStatusType;
|
|
29451
29166
|
declare const context$6_addPayments: typeof addPayments;
|
|
29452
29167
|
declare const context$6_bulkUpdatePaymentStatuses: typeof bulkUpdatePaymentStatuses;
|
|
29453
29168
|
declare const context$6_listTransactionsForMultipleOrders: typeof listTransactionsForMultipleOrders;
|
|
@@ -29455,7 +29170,7 @@ declare const context$6_listTransactionsForSingleOrder: typeof listTransactionsF
|
|
|
29455
29170
|
declare const context$6_onOrderTransactionsUpdated: typeof onOrderTransactionsUpdated;
|
|
29456
29171
|
declare const context$6_updatePaymentStatus: typeof updatePaymentStatus;
|
|
29457
29172
|
declare namespace context$6 {
|
|
29458
|
-
export { type ActionEvent$4 as ActionEvent, context$6_ActionType as ActionType, type context$6_Activity as Activity, context$6_ActivityType as ActivityType, type context$6_AddInvoiceToOrderRequest as AddInvoiceToOrderRequest, type context$6_AddInvoiceToOrderResponse as AddInvoiceToOrderResponse, type context$6_AddPaymentsRequest as AddPaymentsRequest, type context$6_AddPaymentsResponse as AddPaymentsResponse, type context$6_AddPaymentsResponseNonNullableFields as AddPaymentsResponseNonNullableFields, type context$6_AddRefundRequest as AddRefundRequest, type context$6_AddRefundResponse as AddRefundResponse, type context$6_AdditionalFeeRefund as AdditionalFeeRefund, type Address$3 as Address, type context$6_AddressAddressLine1OptionsOneOf as AddressAddressLine1OptionsOneOf, type context$6_AggregatedRefundSummary as AggregatedRefundSummary, type ApplicationError$2 as ApplicationError, type context$6_AppliedCoupon as AppliedCoupon, type context$6_AuthorizationActionFailureDetails as AuthorizationActionFailureDetails, type context$6_AuthorizationCapture as AuthorizationCapture, context$6_AuthorizationCaptureStatus as AuthorizationCaptureStatus, type context$6_AuthorizationDetails as AuthorizationDetails, type context$6_AuthorizationVoid as AuthorizationVoid, context$6_AuthorizationVoidStatus as AuthorizationVoidStatus, type BaseEventMetadata$4 as BaseEventMetadata, type context$6_BillingInfo as BillingInfo, type context$6_BulkActionMetadata as BulkActionMetadata, type context$6_BulkGenerateInvoicesRequest as BulkGenerateInvoicesRequest, type context$6_BulkGenerateInvoicesResponse as BulkGenerateInvoicesResponse, type context$6_BulkInvoiceResult as BulkInvoiceResult, type context$6_BulkPaymentResult as BulkPaymentResult, type context$6_BulkUpdatePaymentStatusesOptions as BulkUpdatePaymentStatusesOptions, type context$6_BulkUpdatePaymentStatusesRequest as BulkUpdatePaymentStatusesRequest, type context$6_BulkUpdatePaymentStatusesResponse as BulkUpdatePaymentStatusesResponse, type context$6_BulkUpdatePaymentStatusesResponseNonNullableFields as BulkUpdatePaymentStatusesResponseNonNullableFields, type context$6_BuyerDetails as BuyerDetails, type context$6_BuyerInfo as BuyerInfo, type context$6_CalculateRefundItemRequest as CalculateRefundItemRequest, type context$6_CalculateRefundItemResponse as CalculateRefundItemResponse, type context$6_CalculateRefundRequest as CalculateRefundRequest, type context$6_CalculateRefundResponse as CalculateRefundResponse, type context$6_ChannelInfo as ChannelInfo, context$6_ChannelType as ChannelType, type context$6_CreditCardPaymentMethodDetails as CreditCardPaymentMethodDetails, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type Cursors$3 as Cursors, type context$6_CustomField as CustomField, type context$6_CustomTextFieldSelection as CustomTextFieldSelection, type DiffmatokyPayload$1 as DiffmatokyPayload, type context$6_DigitalFile as DigitalFile, type context$6_Discount as Discount, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type context$6_EnteredBy as EnteredBy, context$6_EnteredByIdentityType as EnteredByIdentityType, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type ErrorInformation$1 as ErrorInformation, type EventMetadata$4 as EventMetadata, type context$6_Fulfillment as Fulfillment, type context$6_FulfillmentLineItem as FulfillmentLineItem, context$6_FulfillmentStatus as FulfillmentStatus, type context$6_FulfillmentTrackingInfo as FulfillmentTrackingInfo, type context$6_FullName as FullName, type context$6_GenerateInvoiceRequest as GenerateInvoiceRequest, type context$6_GenerateInvoiceResponse as GenerateInvoiceResponse, type context$6_GetRefundabilityStatusRequest as GetRefundabilityStatusRequest, type context$6_GetRefundabilityStatusResponse as GetRefundabilityStatusResponse, type GiftCard$1 as GiftCard, type context$6_GiftCardPaymentDetails as GiftCardPaymentDetails, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, context$6_IdentityType as IdentityType, type context$6_IndexingMessage as IndexingMessage, type context$6_InvoiceForOrder as InvoiceForOrder, type context$6_InvoiceInfo as InvoiceInfo, context$6_InvoiceSource as InvoiceSource, type context$6_InvoicesForOrder as InvoicesForOrder, type context$6_ItemMetadata as ItemMetadata, type LineItem$1 as LineItem, type context$6_LineItemPriceData as LineItemPriceData, type context$6_LineItemRefund as LineItemRefund, context$6_LineItemType as LineItemType, type context$6_ListInvoicesForMultipleOrdersRequest as ListInvoicesForMultipleOrdersRequest, type context$6_ListInvoicesForMultipleOrdersResponse as ListInvoicesForMultipleOrdersResponse, type context$6_ListInvoicesForSingleOrderRequest as ListInvoicesForSingleOrderRequest, type context$6_ListInvoicesForSingleOrderResponse as ListInvoicesForSingleOrderResponse, type context$6_ListTransactionsForMultipleOrdersRequest as ListTransactionsForMultipleOrdersRequest, type context$6_ListTransactionsForMultipleOrdersResponse as ListTransactionsForMultipleOrdersResponse, type context$6_ListTransactionsForMultipleOrdersResponseNonNullableFields as ListTransactionsForMultipleOrdersResponseNonNullableFields, type context$6_ListTransactionsForSingleOrderRequest as ListTransactionsForSingleOrderRequest, type context$6_ListTransactionsForSingleOrderResponse as ListTransactionsForSingleOrderResponse, type context$6_ListTransactionsForSingleOrderResponseNonNullableFields as ListTransactionsForSingleOrderResponseNonNullableFields, context$6_ManuallyRefundableReason as ManuallyRefundableReason, type context$6_MaskedPayment as MaskedPayment, type context$6_MediaItem as MediaItem, context$6_MediaItemType as MediaItemType, type MembershipName$1 as MembershipName, type context$6_MembershipPaymentDetails as MembershipPaymentDetails, context$6_MembershipPaymentStatus as MembershipPaymentStatus, type MessageEnvelope$4 as MessageEnvelope, context$6_NonRefundableReason as NonRefundableReason, type context$6_OptionSelection as OptionSelection, type context$6_Order as Order, type context$6_OrderRefunded as OrderRefunded, type context$6_OrderTransactions as OrderTransactions, type context$6_OrderTransactionsUpdatedEnvelope as OrderTransactionsUpdatedEnvelope, type context$6_Payment as Payment, type context$6_PaymentAndOrderId as PaymentAndOrderId, type context$6_PaymentPaymentDetailsOneOf as PaymentPaymentDetailsOneOf, type context$6_PaymentRefund as PaymentRefund, context$6_PaymentStatus as PaymentStatus, type context$6_PaymentsUpdated as PaymentsUpdated, type context$6_PickupAddress as PickupAddress, type PickupDetails$1 as PickupDetails, type context$6_Price as Price, type context$6_QueryOrderTransactionsRequest as QueryOrderTransactionsRequest, type context$6_QueryOrderTransactionsResponse as QueryOrderTransactionsResponse, context$6_Reason as Reason, type context$6_Refund as Refund, type context$6_RefundCreated as RefundCreated, type context$6_RefundDetails as RefundDetails, type context$6_RefundItem as RefundItem, type context$6_RefundSideEffects as RefundSideEffects, context$6_RefundStatus as RefundStatus, type context$6_RefundTransaction as RefundTransaction, type context$6_Refundability as Refundability, type context$6_RefundabilityAdditionalRefundabilityInfoOneOf as RefundabilityAdditionalRefundabilityInfoOneOf, context$6_RefundableStatus as RefundableStatus, type context$6_RegularPaymentDetails as RegularPaymentDetails, type context$6_RegularPaymentDetailsPaymentMethodDetailsOneOf as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$6_RestockInfo as RestockInfo, type context$6_RestockItem as RestockItem, context$6_RestockType as RestockType, type RestoreInfo$4 as RestoreInfo, type context$6_ScheduledAction as ScheduledAction, type context$6_ShipmentDetails as ShipmentDetails, type context$6_ShippingInfo as ShippingInfo, type context$6_ShippingInfoDetailsOneOf as ShippingInfoDetailsOneOf, type context$6_ShippingPriceData as ShippingPriceData, type context$6_ShippingRefund as ShippingRefund, type context$6_SnapshotMessage as SnapshotMessage, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type context$6_Street as Street, SubscriptionFrequency$1 as SubscriptionFrequency, type context$6_SubscriptionInfo as SubscriptionInfo, type context$6_SubscriptionOptionInfo as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type context$6_Totals as Totals, type context$6_TrackingInfo as TrackingInfo, context$6_TransactionStatus as TransactionStatus, type context$6_TriggerRefundRequest as TriggerRefundRequest, type context$6_TriggerRefundResponse as TriggerRefundResponse, type context$6_UpdatePaymentStatusIdentifiers as UpdatePaymentStatusIdentifiers, type context$6_UpdatePaymentStatusOptions as UpdatePaymentStatusOptions, type context$6_UpdatePaymentStatusRequest as UpdatePaymentStatusRequest, type context$6_UpdatePaymentStatusResponse as UpdatePaymentStatusResponse, type context$6_UpdatePaymentStatusResponseNonNullableFields as UpdatePaymentStatusResponseNonNullableFields, type context$6_UpdatePaymentsRequest as UpdatePaymentsRequest, type context$6_UpdatePaymentsResponse as UpdatePaymentsResponse, type context$6_UpdateRefundTransactionRequest as UpdateRefundTransactionRequest, type context$6_UpdateRefundTransactionResponse as UpdateRefundTransactionResponse, type context$6_V2InvoiceInfo as V2InvoiceInfo, type context$6_V2Refund as V2Refund, type context$6_VatId as VatId, context$6_VatType as VatType, WebhookIdentityType$4 as WebhookIdentityType, WeightUnit$1 as WeightUnit, type context$6__publicAddPaymentsType as _publicAddPaymentsType, type context$6__publicBulkUpdatePaymentStatusesType as _publicBulkUpdatePaymentStatusesType, type context$6__publicListTransactionsForMultipleOrdersType as _publicListTransactionsForMultipleOrdersType, type context$6__publicListTransactionsForSingleOrderType as _publicListTransactionsForSingleOrderType, type context$6__publicOnOrderTransactionsUpdatedType as _publicOnOrderTransactionsUpdatedType, type context$6__publicUpdatePaymentStatusType as _publicUpdatePaymentStatusType, context$6_addPayments as addPayments, context$6_bulkUpdatePaymentStatuses as bulkUpdatePaymentStatuses, context$6_listTransactionsForMultipleOrders as listTransactionsForMultipleOrders, context$6_listTransactionsForSingleOrder as listTransactionsForSingleOrder, context$6_onOrderTransactionsUpdated as onOrderTransactionsUpdated, onOrderTransactionsUpdated$1 as publicOnOrderTransactionsUpdated, context$6_updatePaymentStatus as updatePaymentStatus };
|
|
29173
|
+
export { type ActionEvent$4 as ActionEvent, context$6_ActionType as ActionType, type context$6_Activity as Activity, context$6_ActivityType as ActivityType, type context$6_AddInvoiceToOrderRequest as AddInvoiceToOrderRequest, type context$6_AddInvoiceToOrderResponse as AddInvoiceToOrderResponse, type context$6_AddPaymentsRequest as AddPaymentsRequest, type context$6_AddPaymentsResponse as AddPaymentsResponse, type context$6_AddPaymentsResponseNonNullableFields as AddPaymentsResponseNonNullableFields, type context$6_AddRefundRequest as AddRefundRequest, type context$6_AddRefundResponse as AddRefundResponse, type context$6_AdditionalFeeRefund as AdditionalFeeRefund, type Address$3 as Address, type context$6_AddressAddressLine1OptionsOneOf as AddressAddressLine1OptionsOneOf, type context$6_AggregatedRefundSummary as AggregatedRefundSummary, type ApplicationError$2 as ApplicationError, type context$6_AppliedCoupon as AppliedCoupon, type context$6_AuthorizationActionFailureDetails as AuthorizationActionFailureDetails, type context$6_AuthorizationCapture as AuthorizationCapture, context$6_AuthorizationCaptureStatus as AuthorizationCaptureStatus, type context$6_AuthorizationDetails as AuthorizationDetails, type context$6_AuthorizationVoid as AuthorizationVoid, context$6_AuthorizationVoidStatus as AuthorizationVoidStatus, type BaseEventMetadata$4 as BaseEventMetadata, type context$6_BillingInfo as BillingInfo, type context$6_BulkActionMetadata as BulkActionMetadata, type context$6_BulkGenerateInvoicesRequest as BulkGenerateInvoicesRequest, type context$6_BulkGenerateInvoicesResponse as BulkGenerateInvoicesResponse, type context$6_BulkInvoiceResult as BulkInvoiceResult, type context$6_BulkPaymentResult as BulkPaymentResult, type context$6_BulkUpdatePaymentStatusesOptions as BulkUpdatePaymentStatusesOptions, type context$6_BulkUpdatePaymentStatusesRequest as BulkUpdatePaymentStatusesRequest, type context$6_BulkUpdatePaymentStatusesResponse as BulkUpdatePaymentStatusesResponse, type context$6_BulkUpdatePaymentStatusesResponseNonNullableFields as BulkUpdatePaymentStatusesResponseNonNullableFields, type context$6_BuyerDetails as BuyerDetails, type context$6_BuyerInfo as BuyerInfo, type context$6_CalculateRefundItemRequest as CalculateRefundItemRequest, type context$6_CalculateRefundItemResponse as CalculateRefundItemResponse, type context$6_CalculateRefundRequest as CalculateRefundRequest, type context$6_CalculateRefundResponse as CalculateRefundResponse, type context$6_ChannelInfo as ChannelInfo, context$6_ChannelType as ChannelType, type context$6_CreditCardPaymentMethodDetails as CreditCardPaymentMethodDetails, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type Cursors$3 as Cursors, type context$6_CustomField as CustomField, type context$6_CustomTextFieldSelection as CustomTextFieldSelection, type DiffmatokyPayload$1 as DiffmatokyPayload, type context$6_DigitalFile as DigitalFile, type context$6_Discount as Discount, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type context$6_EnteredBy as EnteredBy, context$6_EnteredByIdentityType as EnteredByIdentityType, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type ErrorInformation$1 as ErrorInformation, type EventMetadata$4 as EventMetadata, type context$6_Fulfillment as Fulfillment, type context$6_FulfillmentLineItem as FulfillmentLineItem, context$6_FulfillmentStatus as FulfillmentStatus, type context$6_FulfillmentTrackingInfo as FulfillmentTrackingInfo, type context$6_FullName as FullName, type context$6_GenerateInvoiceRequest as GenerateInvoiceRequest, type context$6_GenerateInvoiceResponse as GenerateInvoiceResponse, type context$6_GetRefundabilityStatusRequest as GetRefundabilityStatusRequest, type context$6_GetRefundabilityStatusResponse as GetRefundabilityStatusResponse, type GiftCard$1 as GiftCard, type context$6_GiftCardPaymentDetails as GiftCardPaymentDetails, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, context$6_IdentityType as IdentityType, type context$6_IndexingMessage as IndexingMessage, type context$6_InvoiceForOrder as InvoiceForOrder, type context$6_InvoiceInfo as InvoiceInfo, context$6_InvoiceSource as InvoiceSource, type context$6_InvoicesForOrder as InvoicesForOrder, type context$6_ItemMetadata as ItemMetadata, type LineItem$1 as LineItem, type context$6_LineItemPriceData as LineItemPriceData, type context$6_LineItemRefund as LineItemRefund, context$6_LineItemType as LineItemType, type context$6_ListInvoicesForMultipleOrdersRequest as ListInvoicesForMultipleOrdersRequest, type context$6_ListInvoicesForMultipleOrdersResponse as ListInvoicesForMultipleOrdersResponse, type context$6_ListInvoicesForSingleOrderRequest as ListInvoicesForSingleOrderRequest, type context$6_ListInvoicesForSingleOrderResponse as ListInvoicesForSingleOrderResponse, type context$6_ListTransactionsForMultipleOrdersRequest as ListTransactionsForMultipleOrdersRequest, type context$6_ListTransactionsForMultipleOrdersResponse as ListTransactionsForMultipleOrdersResponse, type context$6_ListTransactionsForMultipleOrdersResponseNonNullableFields as ListTransactionsForMultipleOrdersResponseNonNullableFields, type context$6_ListTransactionsForSingleOrderRequest as ListTransactionsForSingleOrderRequest, type context$6_ListTransactionsForSingleOrderResponse as ListTransactionsForSingleOrderResponse, type context$6_ListTransactionsForSingleOrderResponseNonNullableFields as ListTransactionsForSingleOrderResponseNonNullableFields, context$6_ManuallyRefundableReason as ManuallyRefundableReason, type context$6_MaskedPayment as MaskedPayment, type context$6_MediaItem as MediaItem, context$6_MediaItemType as MediaItemType, type MembershipName$1 as MembershipName, type context$6_MembershipPaymentDetails as MembershipPaymentDetails, context$6_MembershipPaymentStatus as MembershipPaymentStatus, type MessageEnvelope$4 as MessageEnvelope, context$6_NonRefundableReason as NonRefundableReason, type context$6_OptionSelection as OptionSelection, type context$6_Order as Order, type context$6_OrderRefunded as OrderRefunded, type context$6_OrderTransactions as OrderTransactions, type context$6_OrderTransactionsUpdatedEnvelope as OrderTransactionsUpdatedEnvelope, type context$6_Payment as Payment, type context$6_PaymentAndOrderId as PaymentAndOrderId, type context$6_PaymentPaymentDetailsOneOf as PaymentPaymentDetailsOneOf, type context$6_PaymentRefund as PaymentRefund, context$6_PaymentStatus as PaymentStatus, type context$6_PaymentsUpdated as PaymentsUpdated, type context$6_PickupAddress as PickupAddress, type PickupDetails$1 as PickupDetails, type context$6_Price as Price, type context$6_QueryOrderTransactionsRequest as QueryOrderTransactionsRequest, type context$6_QueryOrderTransactionsResponse as QueryOrderTransactionsResponse, context$6_Reason as Reason, type context$6_Refund as Refund, type context$6_RefundCreated as RefundCreated, type context$6_RefundDetails as RefundDetails, type context$6_RefundItem as RefundItem, type context$6_RefundSideEffects as RefundSideEffects, context$6_RefundStatus as RefundStatus, type context$6_RefundTransaction as RefundTransaction, type context$6_Refundability as Refundability, type context$6_RefundabilityAdditionalRefundabilityInfoOneOf as RefundabilityAdditionalRefundabilityInfoOneOf, context$6_RefundableStatus as RefundableStatus, type context$6_RegularPaymentDetails as RegularPaymentDetails, type context$6_RegularPaymentDetailsPaymentMethodDetailsOneOf as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$6_RestockInfo as RestockInfo, type context$6_RestockItem as RestockItem, context$6_RestockType as RestockType, type RestoreInfo$4 as RestoreInfo, type context$6_ScheduledAction as ScheduledAction, type context$6_ShipmentDetails as ShipmentDetails, type context$6_ShippingInfo as ShippingInfo, type context$6_ShippingInfoDetailsOneOf as ShippingInfoDetailsOneOf, type context$6_ShippingPriceData as ShippingPriceData, type context$6_ShippingRefund as ShippingRefund, type context$6_SnapshotMessage as SnapshotMessage, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type context$6_Street as Street, SubscriptionFrequency$1 as SubscriptionFrequency, type context$6_SubscriptionInfo as SubscriptionInfo, type context$6_SubscriptionOptionInfo as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type context$6_Totals as Totals, type context$6_TrackingInfo as TrackingInfo, context$6_TransactionStatus as TransactionStatus, type context$6_TriggerRefundRequest as TriggerRefundRequest, type context$6_TriggerRefundResponse as TriggerRefundResponse, type context$6_UpdatePaymentStatusIdentifiers as UpdatePaymentStatusIdentifiers, type context$6_UpdatePaymentStatusOptions as UpdatePaymentStatusOptions, type context$6_UpdatePaymentStatusRequest as UpdatePaymentStatusRequest, type context$6_UpdatePaymentStatusResponse as UpdatePaymentStatusResponse, type context$6_UpdatePaymentStatusResponseNonNullableFields as UpdatePaymentStatusResponseNonNullableFields, type context$6_UpdatePaymentsRequest as UpdatePaymentsRequest, type context$6_UpdatePaymentsResponse as UpdatePaymentsResponse, type context$6_UpdateRefundTransactionRequest as UpdateRefundTransactionRequest, type context$6_UpdateRefundTransactionResponse as UpdateRefundTransactionResponse, type context$6_V2InvoiceInfo as V2InvoiceInfo, type context$6_V2Refund as V2Refund, type context$6_VatId as VatId, context$6_VatType as VatType, WebhookIdentityType$4 as WebhookIdentityType, WeightUnit$1 as WeightUnit, type context$6__publicOnOrderTransactionsUpdatedType as _publicOnOrderTransactionsUpdatedType, context$6_addPayments as addPayments, context$6_bulkUpdatePaymentStatuses as bulkUpdatePaymentStatuses, context$6_listTransactionsForMultipleOrders as listTransactionsForMultipleOrders, context$6_listTransactionsForSingleOrder as listTransactionsForSingleOrder, context$6_onOrderTransactionsUpdated as onOrderTransactionsUpdated, onOrderTransactionsUpdated$1 as publicOnOrderTransactionsUpdated, context$6_updatePaymentStatus as updatePaymentStatus };
|
|
29459
29174
|
}
|
|
29460
29175
|
|
|
29461
29176
|
interface OrdersSettings {
|
|
@@ -29708,14 +29423,10 @@ interface UpdateOrdersSettingsSignature {
|
|
|
29708
29423
|
}
|
|
29709
29424
|
declare const onOrdersSettingsUpdated$1: EventDefinition<OrdersSettingsUpdatedEnvelope, "wix.ecom.v1.orders_settings_updated">;
|
|
29710
29425
|
|
|
29711
|
-
declare function createRESTModule$5<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
29712
|
-
|
|
29713
29426
|
declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
29714
29427
|
|
|
29715
|
-
|
|
29716
|
-
declare const
|
|
29717
|
-
type _publicUpdateOrdersSettingsType = typeof updateOrdersSettings$1;
|
|
29718
|
-
declare const updateOrdersSettings: ReturnType<typeof createRESTModule$5<_publicUpdateOrdersSettingsType>>;
|
|
29428
|
+
declare const getOrdersSettings: BuildRESTFunction<typeof getOrdersSettings$1> & typeof getOrdersSettings$1;
|
|
29429
|
+
declare const updateOrdersSettings: BuildRESTFunction<typeof updateOrdersSettings$1> & typeof updateOrdersSettings$1;
|
|
29719
29430
|
|
|
29720
29431
|
type _publicOnOrdersSettingsUpdatedType = typeof onOrdersSettingsUpdated$1;
|
|
29721
29432
|
/**
|
|
@@ -29737,14 +29448,12 @@ type context$5_OrdersSettingsUpdatedEnvelope = OrdersSettingsUpdatedEnvelope;
|
|
|
29737
29448
|
type context$5_UpdateOrdersSettingsRequest = UpdateOrdersSettingsRequest;
|
|
29738
29449
|
type context$5_UpdateOrdersSettingsResponse = UpdateOrdersSettingsResponse;
|
|
29739
29450
|
type context$5_UpdateOrdersSettingsResponseNonNullableFields = UpdateOrdersSettingsResponseNonNullableFields;
|
|
29740
|
-
type context$5__publicGetOrdersSettingsType = _publicGetOrdersSettingsType;
|
|
29741
29451
|
type context$5__publicOnOrdersSettingsUpdatedType = _publicOnOrdersSettingsUpdatedType;
|
|
29742
|
-
type context$5__publicUpdateOrdersSettingsType = _publicUpdateOrdersSettingsType;
|
|
29743
29452
|
declare const context$5_getOrdersSettings: typeof getOrdersSettings;
|
|
29744
29453
|
declare const context$5_onOrdersSettingsUpdated: typeof onOrdersSettingsUpdated;
|
|
29745
29454
|
declare const context$5_updateOrdersSettings: typeof updateOrdersSettings;
|
|
29746
29455
|
declare namespace context$5 {
|
|
29747
|
-
export { type ActionEvent$3 as ActionEvent, type BaseEventMetadata$3 as BaseEventMetadata, type context$5_DeleteOrdersSettingsRequest as DeleteOrdersSettingsRequest, type context$5_DeleteOrdersSettingsResponse as DeleteOrdersSettingsResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type context$5_GetOrdersSettingsRequest as GetOrdersSettingsRequest, type context$5_GetOrdersSettingsResponse as GetOrdersSettingsResponse, type context$5_GetOrdersSettingsResponseNonNullableFields as GetOrdersSettingsResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, context$5_InventoryUpdateTrigger as InventoryUpdateTrigger, type context$5_ListOrdersSettingsRequest as ListOrdersSettingsRequest, type context$5_ListOrdersSettingsResponse as ListOrdersSettingsResponse, type MessageEnvelope$3 as MessageEnvelope, type context$5_OrdersSettings as OrdersSettings, type context$5_OrdersSettingsUpdatedEnvelope as OrdersSettingsUpdatedEnvelope, type RestoreInfo$3 as RestoreInfo, type context$5_UpdateOrdersSettingsRequest as UpdateOrdersSettingsRequest, type context$5_UpdateOrdersSettingsResponse as UpdateOrdersSettingsResponse, type context$5_UpdateOrdersSettingsResponseNonNullableFields as UpdateOrdersSettingsResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type context$
|
|
29456
|
+
export { type ActionEvent$3 as ActionEvent, type BaseEventMetadata$3 as BaseEventMetadata, type context$5_DeleteOrdersSettingsRequest as DeleteOrdersSettingsRequest, type context$5_DeleteOrdersSettingsResponse as DeleteOrdersSettingsResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type context$5_GetOrdersSettingsRequest as GetOrdersSettingsRequest, type context$5_GetOrdersSettingsResponse as GetOrdersSettingsResponse, type context$5_GetOrdersSettingsResponseNonNullableFields as GetOrdersSettingsResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, context$5_InventoryUpdateTrigger as InventoryUpdateTrigger, type context$5_ListOrdersSettingsRequest as ListOrdersSettingsRequest, type context$5_ListOrdersSettingsResponse as ListOrdersSettingsResponse, type MessageEnvelope$3 as MessageEnvelope, type context$5_OrdersSettings as OrdersSettings, type context$5_OrdersSettingsUpdatedEnvelope as OrdersSettingsUpdatedEnvelope, type RestoreInfo$3 as RestoreInfo, type context$5_UpdateOrdersSettingsRequest as UpdateOrdersSettingsRequest, type context$5_UpdateOrdersSettingsResponse as UpdateOrdersSettingsResponse, type context$5_UpdateOrdersSettingsResponseNonNullableFields as UpdateOrdersSettingsResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type context$5__publicOnOrdersSettingsUpdatedType as _publicOnOrdersSettingsUpdatedType, context$5_getOrdersSettings as getOrdersSettings, context$5_onOrdersSettingsUpdated as onOrdersSettingsUpdated, onOrdersSettingsUpdated$1 as publicOnOrdersSettingsUpdated, context$5_updateOrdersSettings as updateOrdersSettings };
|
|
29748
29457
|
}
|
|
29749
29458
|
|
|
29750
29459
|
/** PickupLocation is the main entity of PickupLocations that can be used for lorem ipsum dolor */
|
|
@@ -30396,26 +30105,16 @@ declare const onPickupLocationCreated$1: EventDefinition<PickupLocationCreatedEn
|
|
|
30396
30105
|
declare const onPickupLocationUpdated$1: EventDefinition<PickupLocationUpdatedEnvelope, "wix.ecom.v1.pickup_location_updated">;
|
|
30397
30106
|
declare const onPickupLocationDeleted$1: EventDefinition<PickupLocationDeletedEnvelope, "wix.ecom.v1.pickup_location_deleted">;
|
|
30398
30107
|
|
|
30399
|
-
declare function createRESTModule$4<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
30400
|
-
|
|
30401
30108
|
declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
30402
30109
|
|
|
30403
|
-
|
|
30404
|
-
declare const
|
|
30405
|
-
|
|
30406
|
-
declare const
|
|
30407
|
-
|
|
30408
|
-
declare const
|
|
30409
|
-
|
|
30410
|
-
declare const
|
|
30411
|
-
type _publicQueryPickupLocationType = typeof queryPickupLocation$1;
|
|
30412
|
-
declare const queryPickupLocation: ReturnType<typeof createRESTModule$4<_publicQueryPickupLocationType>>;
|
|
30413
|
-
type _publicBulkCreatePickupLocationType = typeof bulkCreatePickupLocation$1;
|
|
30414
|
-
declare const bulkCreatePickupLocation: ReturnType<typeof createRESTModule$4<_publicBulkCreatePickupLocationType>>;
|
|
30415
|
-
type _publicBulkUpdatePickupLocationType = typeof bulkUpdatePickupLocation$1;
|
|
30416
|
-
declare const bulkUpdatePickupLocation: ReturnType<typeof createRESTModule$4<_publicBulkUpdatePickupLocationType>>;
|
|
30417
|
-
type _publicBulkDeletePickupLocationType = typeof bulkDeletePickupLocation$1;
|
|
30418
|
-
declare const bulkDeletePickupLocation: ReturnType<typeof createRESTModule$4<_publicBulkDeletePickupLocationType>>;
|
|
30110
|
+
declare const createPickupLocation: BuildRESTFunction<typeof createPickupLocation$1> & typeof createPickupLocation$1;
|
|
30111
|
+
declare const getPickupLocation: BuildRESTFunction<typeof getPickupLocation$1> & typeof getPickupLocation$1;
|
|
30112
|
+
declare const updatePickupLocation: BuildRESTFunction<typeof updatePickupLocation$1> & typeof updatePickupLocation$1;
|
|
30113
|
+
declare const deletePickupLocation: BuildRESTFunction<typeof deletePickupLocation$1> & typeof deletePickupLocation$1;
|
|
30114
|
+
declare const queryPickupLocation: BuildRESTFunction<typeof queryPickupLocation$1> & typeof queryPickupLocation$1;
|
|
30115
|
+
declare const bulkCreatePickupLocation: BuildRESTFunction<typeof bulkCreatePickupLocation$1> & typeof bulkCreatePickupLocation$1;
|
|
30116
|
+
declare const bulkUpdatePickupLocation: BuildRESTFunction<typeof bulkUpdatePickupLocation$1> & typeof bulkUpdatePickupLocation$1;
|
|
30117
|
+
declare const bulkDeletePickupLocation: BuildRESTFunction<typeof bulkDeletePickupLocation$1> & typeof bulkDeletePickupLocation$1;
|
|
30419
30118
|
|
|
30420
30119
|
type _publicOnPickupLocationCreatedType = typeof onPickupLocationCreated$1;
|
|
30421
30120
|
/** */
|
|
@@ -30467,17 +30166,9 @@ type context$4_UpdatePickupLocation = UpdatePickupLocation;
|
|
|
30467
30166
|
type context$4_UpdatePickupLocationRequest = UpdatePickupLocationRequest;
|
|
30468
30167
|
type context$4_UpdatePickupLocationResponse = UpdatePickupLocationResponse;
|
|
30469
30168
|
type context$4_UpdatePickupLocationResponseNonNullableFields = UpdatePickupLocationResponseNonNullableFields;
|
|
30470
|
-
type context$4__publicBulkCreatePickupLocationType = _publicBulkCreatePickupLocationType;
|
|
30471
|
-
type context$4__publicBulkDeletePickupLocationType = _publicBulkDeletePickupLocationType;
|
|
30472
|
-
type context$4__publicBulkUpdatePickupLocationType = _publicBulkUpdatePickupLocationType;
|
|
30473
|
-
type context$4__publicCreatePickupLocationType = _publicCreatePickupLocationType;
|
|
30474
|
-
type context$4__publicDeletePickupLocationType = _publicDeletePickupLocationType;
|
|
30475
|
-
type context$4__publicGetPickupLocationType = _publicGetPickupLocationType;
|
|
30476
30169
|
type context$4__publicOnPickupLocationCreatedType = _publicOnPickupLocationCreatedType;
|
|
30477
30170
|
type context$4__publicOnPickupLocationDeletedType = _publicOnPickupLocationDeletedType;
|
|
30478
30171
|
type context$4__publicOnPickupLocationUpdatedType = _publicOnPickupLocationUpdatedType;
|
|
30479
|
-
type context$4__publicQueryPickupLocationType = _publicQueryPickupLocationType;
|
|
30480
|
-
type context$4__publicUpdatePickupLocationType = _publicUpdatePickupLocationType;
|
|
30481
30172
|
declare const context$4_bulkCreatePickupLocation: typeof bulkCreatePickupLocation;
|
|
30482
30173
|
declare const context$4_bulkDeletePickupLocation: typeof bulkDeletePickupLocation;
|
|
30483
30174
|
declare const context$4_bulkUpdatePickupLocation: typeof bulkUpdatePickupLocation;
|
|
@@ -30490,7 +30181,7 @@ declare const context$4_onPickupLocationUpdated: typeof onPickupLocationUpdated;
|
|
|
30490
30181
|
declare const context$4_queryPickupLocation: typeof queryPickupLocation;
|
|
30491
30182
|
declare const context$4_updatePickupLocation: typeof updatePickupLocation;
|
|
30492
30183
|
declare namespace context$4 {
|
|
30493
|
-
export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type context$4_AddressStreetOneOf as AddressStreetOneOf, type ApplicationError$1 as ApplicationError, type BaseEventMetadata$2 as BaseEventMetadata, type context$4_BulkCreatePickupLocationRequest as BulkCreatePickupLocationRequest, type context$4_BulkCreatePickupLocationResponse as BulkCreatePickupLocationResponse, type context$4_BulkCreatePickupLocationResponseNonNullableFields as BulkCreatePickupLocationResponseNonNullableFields, type context$4_BulkDeletePickupLocationRequest as BulkDeletePickupLocationRequest, type context$4_BulkDeletePickupLocationResponse as BulkDeletePickupLocationResponse, type context$4_BulkDeletePickupLocationResponseNonNullableFields as BulkDeletePickupLocationResponseNonNullableFields, type context$4_BulkUpdatePickupLocationRequest as BulkUpdatePickupLocationRequest, type context$4_BulkUpdatePickupLocationResponse as BulkUpdatePickupLocationResponse, type context$4_BulkUpdatePickupLocationResponseNonNullableFields as BulkUpdatePickupLocationResponseNonNullableFields, type Condition$1 as Condition, ConditionType$1 as ConditionType, type ConditionalRates$1 as ConditionalRates, type context$4_CreatePickupLocationRequest as CreatePickupLocationRequest, type context$4_CreatePickupLocationResponse as CreatePickupLocationResponse, type context$4_CreatePickupLocationResponseNonNullableFields as CreatePickupLocationResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$2 as Cursors, type context$4_DeletePickupLocationRequest as DeletePickupLocationRequest, type context$4_DeletePickupLocationResponse as DeletePickupLocationResponse, type context$4_DiffmatokyPayload as DiffmatokyPayload, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type context$4_ErrorInformation as ErrorInformation, type EventMetadata$2 as EventMetadata, type context$4_GetPickupLocationRequest as GetPickupLocationRequest, type context$4_GetPickupLocationResponse as GetPickupLocationResponse, type context$4_GetPickupLocationResponseNonNullableFields as GetPickupLocationResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, LogicalOperator$1 as LogicalOperator, type MessageEnvelope$2 as MessageEnvelope, type context$4_Paging as Paging, type context$4_PickupLocation as PickupLocation, type context$4_PickupLocationCreatedEnvelope as PickupLocationCreatedEnvelope, type context$4_PickupLocationDeletedEnvelope as PickupLocationDeletedEnvelope, type context$4_PickupLocationError as PickupLocationError, type context$4_PickupLocationNonNullableFields as PickupLocationNonNullableFields, type context$4_PickupLocationUpdatedEnvelope as PickupLocationUpdatedEnvelope, type context$4_PickupLocationsQueryBuilder as PickupLocationsQueryBuilder, type context$4_PickupLocationsQueryResult as PickupLocationsQueryResult, type context$4_QueryPickupLocationRequest as QueryPickupLocationRequest, type context$4_QueryPickupLocationResponse as QueryPickupLocationResponse, type context$4_QueryPickupLocationResponseNonNullableFields as QueryPickupLocationResponseNonNullableFields, type context$4_QueryV2 as QueryV2, type context$4_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type RestoreInfo$2 as RestoreInfo, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, type StreetAddress$2 as StreetAddress, type context$4_UpdatePickupLocation as UpdatePickupLocation, type context$4_UpdatePickupLocationRequest as UpdatePickupLocationRequest, type context$4_UpdatePickupLocationResponse as UpdatePickupLocationResponse, type context$4_UpdatePickupLocationResponseNonNullableFields as UpdatePickupLocationResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType, type context$
|
|
30184
|
+
export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type context$4_AddressStreetOneOf as AddressStreetOneOf, type ApplicationError$1 as ApplicationError, type BaseEventMetadata$2 as BaseEventMetadata, type context$4_BulkCreatePickupLocationRequest as BulkCreatePickupLocationRequest, type context$4_BulkCreatePickupLocationResponse as BulkCreatePickupLocationResponse, type context$4_BulkCreatePickupLocationResponseNonNullableFields as BulkCreatePickupLocationResponseNonNullableFields, type context$4_BulkDeletePickupLocationRequest as BulkDeletePickupLocationRequest, type context$4_BulkDeletePickupLocationResponse as BulkDeletePickupLocationResponse, type context$4_BulkDeletePickupLocationResponseNonNullableFields as BulkDeletePickupLocationResponseNonNullableFields, type context$4_BulkUpdatePickupLocationRequest as BulkUpdatePickupLocationRequest, type context$4_BulkUpdatePickupLocationResponse as BulkUpdatePickupLocationResponse, type context$4_BulkUpdatePickupLocationResponseNonNullableFields as BulkUpdatePickupLocationResponseNonNullableFields, type Condition$1 as Condition, ConditionType$1 as ConditionType, type ConditionalRates$1 as ConditionalRates, type context$4_CreatePickupLocationRequest as CreatePickupLocationRequest, type context$4_CreatePickupLocationResponse as CreatePickupLocationResponse, type context$4_CreatePickupLocationResponseNonNullableFields as CreatePickupLocationResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$2 as Cursors, type context$4_DeletePickupLocationRequest as DeletePickupLocationRequest, type context$4_DeletePickupLocationResponse as DeletePickupLocationResponse, type context$4_DiffmatokyPayload as DiffmatokyPayload, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type context$4_ErrorInformation as ErrorInformation, type EventMetadata$2 as EventMetadata, type context$4_GetPickupLocationRequest as GetPickupLocationRequest, type context$4_GetPickupLocationResponse as GetPickupLocationResponse, type context$4_GetPickupLocationResponseNonNullableFields as GetPickupLocationResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, LogicalOperator$1 as LogicalOperator, type MessageEnvelope$2 as MessageEnvelope, type context$4_Paging as Paging, type context$4_PickupLocation as PickupLocation, type context$4_PickupLocationCreatedEnvelope as PickupLocationCreatedEnvelope, type context$4_PickupLocationDeletedEnvelope as PickupLocationDeletedEnvelope, type context$4_PickupLocationError as PickupLocationError, type context$4_PickupLocationNonNullableFields as PickupLocationNonNullableFields, type context$4_PickupLocationUpdatedEnvelope as PickupLocationUpdatedEnvelope, type context$4_PickupLocationsQueryBuilder as PickupLocationsQueryBuilder, type context$4_PickupLocationsQueryResult as PickupLocationsQueryResult, type context$4_QueryPickupLocationRequest as QueryPickupLocationRequest, type context$4_QueryPickupLocationResponse as QueryPickupLocationResponse, type context$4_QueryPickupLocationResponseNonNullableFields as QueryPickupLocationResponseNonNullableFields, type context$4_QueryV2 as QueryV2, type context$4_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type RestoreInfo$2 as RestoreInfo, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, type StreetAddress$2 as StreetAddress, type context$4_UpdatePickupLocation as UpdatePickupLocation, type context$4_UpdatePickupLocationRequest as UpdatePickupLocationRequest, type context$4_UpdatePickupLocationResponse as UpdatePickupLocationResponse, type context$4_UpdatePickupLocationResponseNonNullableFields as UpdatePickupLocationResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType, type context$4__publicOnPickupLocationCreatedType as _publicOnPickupLocationCreatedType, type context$4__publicOnPickupLocationDeletedType as _publicOnPickupLocationDeletedType, type context$4__publicOnPickupLocationUpdatedType as _publicOnPickupLocationUpdatedType, context$4_bulkCreatePickupLocation as bulkCreatePickupLocation, context$4_bulkDeletePickupLocation as bulkDeletePickupLocation, context$4_bulkUpdatePickupLocation as bulkUpdatePickupLocation, context$4_createPickupLocation as createPickupLocation, context$4_deletePickupLocation as deletePickupLocation, context$4_getPickupLocation as getPickupLocation, context$4_onPickupLocationCreated as onPickupLocationCreated, context$4_onPickupLocationDeleted as onPickupLocationDeleted, context$4_onPickupLocationUpdated as onPickupLocationUpdated, onPickupLocationCreated$1 as publicOnPickupLocationCreated, onPickupLocationDeleted$1 as publicOnPickupLocationDeleted, onPickupLocationUpdated$1 as publicOnPickupLocationUpdated, context$4_queryPickupLocation as queryPickupLocation, context$4_updatePickupLocation as updatePickupLocation };
|
|
30494
30185
|
}
|
|
30495
30186
|
|
|
30496
30187
|
interface ShippingOption$1 {
|
|
@@ -31054,22 +30745,14 @@ declare const onShippingOptionCreated$1: EventDefinition<ShippingOptionCreatedEn
|
|
|
31054
30745
|
declare const onShippingOptionUpdated$1: EventDefinition<ShippingOptionUpdatedEnvelope, "wix.ecom.v1.shipping_option_updated">;
|
|
31055
30746
|
declare const onShippingOptionDeleted$1: EventDefinition<ShippingOptionDeletedEnvelope, "wix.ecom.v1.shipping_option_deleted">;
|
|
31056
30747
|
|
|
31057
|
-
declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
31058
|
-
|
|
31059
30748
|
declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
31060
30749
|
|
|
31061
|
-
|
|
31062
|
-
declare const
|
|
31063
|
-
|
|
31064
|
-
declare const
|
|
31065
|
-
|
|
31066
|
-
declare const
|
|
31067
|
-
type _publicDeleteShippingOptionType = typeof deleteShippingOption$1;
|
|
31068
|
-
declare const deleteShippingOption: ReturnType<typeof createRESTModule$3<_publicDeleteShippingOptionType>>;
|
|
31069
|
-
type _publicQueryShippingOptionsType = typeof queryShippingOptions$1;
|
|
31070
|
-
declare const queryShippingOptions: ReturnType<typeof createRESTModule$3<_publicQueryShippingOptionsType>>;
|
|
31071
|
-
type _publicUpdateExtendedFieldsType$1 = typeof updateExtendedFields$3;
|
|
31072
|
-
declare const updateExtendedFields$2: ReturnType<typeof createRESTModule$3<_publicUpdateExtendedFieldsType>>;
|
|
30750
|
+
declare const createShippingOption: BuildRESTFunction<typeof createShippingOption$1> & typeof createShippingOption$1;
|
|
30751
|
+
declare const getShippingOption: BuildRESTFunction<typeof getShippingOption$1> & typeof getShippingOption$1;
|
|
30752
|
+
declare const updateShippingOption: BuildRESTFunction<typeof updateShippingOption$1> & typeof updateShippingOption$1;
|
|
30753
|
+
declare const deleteShippingOption: BuildRESTFunction<typeof deleteShippingOption$1> & typeof deleteShippingOption$1;
|
|
30754
|
+
declare const queryShippingOptions: BuildRESTFunction<typeof queryShippingOptions$1> & typeof queryShippingOptions$1;
|
|
30755
|
+
declare const updateExtendedFields$2: BuildRESTFunction<typeof updateExtendedFields$3> & typeof updateExtendedFields$3;
|
|
31073
30756
|
|
|
31074
30757
|
type _publicOnShippingOptionCreatedType = typeof onShippingOptionCreated$1;
|
|
31075
30758
|
/** */
|
|
@@ -31109,14 +30792,9 @@ type context$3_UpdateShippingOption = UpdateShippingOption;
|
|
|
31109
30792
|
type context$3_UpdateShippingOptionRequest = UpdateShippingOptionRequest;
|
|
31110
30793
|
type context$3_UpdateShippingOptionResponse = UpdateShippingOptionResponse;
|
|
31111
30794
|
type context$3_UpdateShippingOptionResponseNonNullableFields = UpdateShippingOptionResponseNonNullableFields;
|
|
31112
|
-
type context$3__publicCreateShippingOptionType = _publicCreateShippingOptionType;
|
|
31113
|
-
type context$3__publicDeleteShippingOptionType = _publicDeleteShippingOptionType;
|
|
31114
|
-
type context$3__publicGetShippingOptionType = _publicGetShippingOptionType;
|
|
31115
30795
|
type context$3__publicOnShippingOptionCreatedType = _publicOnShippingOptionCreatedType;
|
|
31116
30796
|
type context$3__publicOnShippingOptionDeletedType = _publicOnShippingOptionDeletedType;
|
|
31117
30797
|
type context$3__publicOnShippingOptionUpdatedType = _publicOnShippingOptionUpdatedType;
|
|
31118
|
-
type context$3__publicQueryShippingOptionsType = _publicQueryShippingOptionsType;
|
|
31119
|
-
type context$3__publicUpdateShippingOptionType = _publicUpdateShippingOptionType;
|
|
31120
30798
|
declare const context$3_createShippingOption: typeof createShippingOption;
|
|
31121
30799
|
declare const context$3_deleteShippingOption: typeof deleteShippingOption;
|
|
31122
30800
|
declare const context$3_getShippingOption: typeof getShippingOption;
|
|
@@ -31126,7 +30804,7 @@ declare const context$3_onShippingOptionUpdated: typeof onShippingOptionUpdated;
|
|
|
31126
30804
|
declare const context$3_queryShippingOptions: typeof queryShippingOptions;
|
|
31127
30805
|
declare const context$3_updateShippingOption: typeof updateShippingOption;
|
|
31128
30806
|
declare namespace context$3 {
|
|
31129
|
-
export { type ActionEvent$1 as ActionEvent, type BaseEventMetadata$1 as BaseEventMetadata, type context$3_Condition as Condition, context$3_ConditionType as ConditionType, type context$3_ConditionalRates as ConditionalRates, type context$3_CreateShippingOptionRequest as CreateShippingOptionRequest, type context$3_CreateShippingOptionResponse as CreateShippingOptionResponse, type context$3_CreateShippingOptionResponseNonNullableFields as CreateShippingOptionResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$1 as Cursors, type context$3_DeleteShippingOptionRequest as DeleteShippingOptionRequest, type context$3_DeleteShippingOptionResponse as DeleteShippingOptionResponse, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type context$3_GetShippingOptionRequest as GetShippingOptionRequest, type context$3_GetShippingOptionResponse as GetShippingOptionResponse, type context$3_GetShippingOptionResponseNonNullableFields as GetShippingOptionResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, context$3_LogicalOperator as LogicalOperator, type MessageEnvelope$1 as MessageEnvelope, type context$3_QueryShippingOptionsRequest as QueryShippingOptionsRequest, type context$3_QueryShippingOptionsResponse as QueryShippingOptionsResponse, type context$3_QueryShippingOptionsResponseNonNullableFields as QueryShippingOptionsResponseNonNullableFields, type RestoreInfo$1 as RestoreInfo, type ShippingOption$1 as ShippingOption, type context$3_ShippingOptionCreatedEnvelope as ShippingOptionCreatedEnvelope, type context$3_ShippingOptionDeletedEnvelope as ShippingOptionDeletedEnvelope, type ShippingOptionNonNullableFields$1 as ShippingOptionNonNullableFields, type context$3_ShippingOptionUpdatedEnvelope as ShippingOptionUpdatedEnvelope, type context$3_ShippingOptionsQueryBuilder as ShippingOptionsQueryBuilder, type context$3_ShippingOptionsQueryResult as ShippingOptionsQueryResult, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type UpdateExtendedFieldsOptions$1 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$1 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$1 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$1 as UpdateExtendedFieldsResponseNonNullableFields, type context$3_UpdateShippingOption as UpdateShippingOption, type context$3_UpdateShippingOptionRequest as UpdateShippingOptionRequest, type context$3_UpdateShippingOptionResponse as UpdateShippingOptionResponse, type context$3_UpdateShippingOptionResponseNonNullableFields as UpdateShippingOptionResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, type context$
|
|
30807
|
+
export { type ActionEvent$1 as ActionEvent, type BaseEventMetadata$1 as BaseEventMetadata, type context$3_Condition as Condition, context$3_ConditionType as ConditionType, type context$3_ConditionalRates as ConditionalRates, type context$3_CreateShippingOptionRequest as CreateShippingOptionRequest, type context$3_CreateShippingOptionResponse as CreateShippingOptionResponse, type context$3_CreateShippingOptionResponseNonNullableFields as CreateShippingOptionResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$1 as Cursors, type context$3_DeleteShippingOptionRequest as DeleteShippingOptionRequest, type context$3_DeleteShippingOptionResponse as DeleteShippingOptionResponse, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type context$3_GetShippingOptionRequest as GetShippingOptionRequest, type context$3_GetShippingOptionResponse as GetShippingOptionResponse, type context$3_GetShippingOptionResponseNonNullableFields as GetShippingOptionResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, context$3_LogicalOperator as LogicalOperator, type MessageEnvelope$1 as MessageEnvelope, type context$3_QueryShippingOptionsRequest as QueryShippingOptionsRequest, type context$3_QueryShippingOptionsResponse as QueryShippingOptionsResponse, type context$3_QueryShippingOptionsResponseNonNullableFields as QueryShippingOptionsResponseNonNullableFields, type RestoreInfo$1 as RestoreInfo, type ShippingOption$1 as ShippingOption, type context$3_ShippingOptionCreatedEnvelope as ShippingOptionCreatedEnvelope, type context$3_ShippingOptionDeletedEnvelope as ShippingOptionDeletedEnvelope, type ShippingOptionNonNullableFields$1 as ShippingOptionNonNullableFields, type context$3_ShippingOptionUpdatedEnvelope as ShippingOptionUpdatedEnvelope, type context$3_ShippingOptionsQueryBuilder as ShippingOptionsQueryBuilder, type context$3_ShippingOptionsQueryResult as ShippingOptionsQueryResult, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type UpdateExtendedFieldsOptions$1 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$1 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$1 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$1 as UpdateExtendedFieldsResponseNonNullableFields, type context$3_UpdateShippingOption as UpdateShippingOption, type context$3_UpdateShippingOptionRequest as UpdateShippingOptionRequest, type context$3_UpdateShippingOptionResponse as UpdateShippingOptionResponse, type context$3_UpdateShippingOptionResponseNonNullableFields as UpdateShippingOptionResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, type context$3__publicOnShippingOptionCreatedType as _publicOnShippingOptionCreatedType, type context$3__publicOnShippingOptionDeletedType as _publicOnShippingOptionDeletedType, type context$3__publicOnShippingOptionUpdatedType as _publicOnShippingOptionUpdatedType, context$3_createShippingOption as createShippingOption, context$3_deleteShippingOption as deleteShippingOption, context$3_getShippingOption as getShippingOption, context$3_onShippingOptionCreated as onShippingOptionCreated, context$3_onShippingOptionDeleted as onShippingOptionDeleted, context$3_onShippingOptionUpdated as onShippingOptionUpdated, onShippingOptionCreated$1 as publicOnShippingOptionCreated, onShippingOptionDeleted$1 as publicOnShippingOptionDeleted, onShippingOptionUpdated$1 as publicOnShippingOptionUpdated, context$3_queryShippingOptions as queryShippingOptions, updateExtendedFields$2 as updateExtendedFields, context$3_updateShippingOption as updateShippingOption };
|
|
31130
30808
|
}
|
|
31131
30809
|
|
|
31132
30810
|
interface ShippoConfiguration {
|
|
@@ -31796,22 +31474,14 @@ declare const onShippoConfigurationCreated$1: EventDefinition<ShippoConfiguratio
|
|
|
31796
31474
|
declare const onShippoConfigurationUpdated$1: EventDefinition<ShippoConfigurationUpdatedEnvelope, "wix.ecom.v1.shippo_configuration_updated">;
|
|
31797
31475
|
declare const onShippoConfigurationDeleted$1: EventDefinition<ShippoConfigurationDeletedEnvelope, "wix.ecom.v1.shippo_configuration_deleted">;
|
|
31798
31476
|
|
|
31799
|
-
declare function createRESTModule$2<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
31800
|
-
|
|
31801
31477
|
declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
31802
31478
|
|
|
31803
|
-
|
|
31804
|
-
declare const
|
|
31805
|
-
|
|
31806
|
-
declare const
|
|
31807
|
-
|
|
31808
|
-
declare const
|
|
31809
|
-
type _publicDeleteShippoConfigurationType = typeof deleteShippoConfiguration$1;
|
|
31810
|
-
declare const deleteShippoConfiguration: ReturnType<typeof createRESTModule$2<_publicDeleteShippoConfigurationType>>;
|
|
31811
|
-
type _publicQueryShippoConfigurationsType = typeof queryShippoConfigurations$1;
|
|
31812
|
-
declare const queryShippoConfigurations: ReturnType<typeof createRESTModule$2<_publicQueryShippoConfigurationsType>>;
|
|
31813
|
-
type _publicUpdateExtendedFieldsType = typeof updateExtendedFields$1;
|
|
31814
|
-
declare const updateExtendedFields: ReturnType<typeof createRESTModule$2<_publicUpdateExtendedFieldsType>>;
|
|
31479
|
+
declare const createShippoConfiguration: BuildRESTFunction<typeof createShippoConfiguration$1> & typeof createShippoConfiguration$1;
|
|
31480
|
+
declare const getShippoConfiguration: BuildRESTFunction<typeof getShippoConfiguration$1> & typeof getShippoConfiguration$1;
|
|
31481
|
+
declare const updateShippoConfiguration: BuildRESTFunction<typeof updateShippoConfiguration$1> & typeof updateShippoConfiguration$1;
|
|
31482
|
+
declare const deleteShippoConfiguration: BuildRESTFunction<typeof deleteShippoConfiguration$1> & typeof deleteShippoConfiguration$1;
|
|
31483
|
+
declare const queryShippoConfigurations: BuildRESTFunction<typeof queryShippoConfigurations$1> & typeof queryShippoConfigurations$1;
|
|
31484
|
+
declare const updateExtendedFields: BuildRESTFunction<typeof updateExtendedFields$1> & typeof updateExtendedFields$1;
|
|
31815
31485
|
|
|
31816
31486
|
type _publicOnShippoConfigurationCreatedType = typeof onShippoConfigurationCreated$1;
|
|
31817
31487
|
/** */
|
|
@@ -31890,15 +31560,9 @@ type context$2_UpdateShippoConfigurationResponse = UpdateShippoConfigurationResp
|
|
|
31890
31560
|
type context$2_UpdateShippoConfigurationResponseNonNullableFields = UpdateShippoConfigurationResponseNonNullableFields;
|
|
31891
31561
|
type context$2_WebhookIdentityType = WebhookIdentityType;
|
|
31892
31562
|
declare const context$2_WebhookIdentityType: typeof WebhookIdentityType;
|
|
31893
|
-
type context$2__publicCreateShippoConfigurationType = _publicCreateShippoConfigurationType;
|
|
31894
|
-
type context$2__publicDeleteShippoConfigurationType = _publicDeleteShippoConfigurationType;
|
|
31895
|
-
type context$2__publicGetShippoConfigurationType = _publicGetShippoConfigurationType;
|
|
31896
31563
|
type context$2__publicOnShippoConfigurationCreatedType = _publicOnShippoConfigurationCreatedType;
|
|
31897
31564
|
type context$2__publicOnShippoConfigurationDeletedType = _publicOnShippoConfigurationDeletedType;
|
|
31898
31565
|
type context$2__publicOnShippoConfigurationUpdatedType = _publicOnShippoConfigurationUpdatedType;
|
|
31899
|
-
type context$2__publicQueryShippoConfigurationsType = _publicQueryShippoConfigurationsType;
|
|
31900
|
-
type context$2__publicUpdateExtendedFieldsType = _publicUpdateExtendedFieldsType;
|
|
31901
|
-
type context$2__publicUpdateShippoConfigurationType = _publicUpdateShippoConfigurationType;
|
|
31902
31566
|
declare const context$2_createShippoConfiguration: typeof createShippoConfiguration;
|
|
31903
31567
|
declare const context$2_deleteShippoConfiguration: typeof deleteShippoConfiguration;
|
|
31904
31568
|
declare const context$2_getShippoConfiguration: typeof getShippoConfiguration;
|
|
@@ -31909,7 +31573,7 @@ declare const context$2_queryShippoConfigurations: typeof queryShippoConfigurati
|
|
|
31909
31573
|
declare const context$2_updateExtendedFields: typeof updateExtendedFields;
|
|
31910
31574
|
declare const context$2_updateShippoConfiguration: typeof updateShippoConfiguration;
|
|
31911
31575
|
declare namespace context$2 {
|
|
31912
|
-
export { type context$2_ActionEvent as ActionEvent, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type context$2_BaseEventMetadata as BaseEventMetadata, context$2_CalculationType as CalculationType, type context$2_CreateShippoConfigurationOptions as CreateShippoConfigurationOptions, type context$2_CreateShippoConfigurationRequest as CreateShippoConfigurationRequest, type context$2_CreateShippoConfigurationResponse as CreateShippoConfigurationResponse, type context$2_CreateShippoConfigurationResponseNonNullableFields as CreateShippoConfigurationResponseNonNullableFields, type context$2_CursorPaging as CursorPaging, type context$2_CursorPagingMetadata as CursorPagingMetadata, type context$2_CursorQuery as CursorQuery, type context$2_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type context$2_Cursors as Cursors, type context$2_DeleteShippoConfigurationRequest as DeleteShippoConfigurationRequest, type context$2_DeleteShippoConfigurationResponse as DeleteShippoConfigurationResponse, type context$2_DomainEvent as DomainEvent, type context$2_DomainEventBodyOneOf as DomainEventBodyOneOf, context$2_DomesticService as DomesticService, type context$2_DomesticServiceSettings as DomesticServiceSettings, type context$2_Empty as Empty, type context$2_EntityCreatedEvent as EntityCreatedEvent, type context$2_EntityDeletedEvent as EntityDeletedEvent, type context$2_EntityUpdatedEvent as EntityUpdatedEvent, type context$2_EventMetadata as EventMetadata, type context$2_ExtendedFields as ExtendedFields, type context$2_GetShippoConfigurationRequest as GetShippoConfigurationRequest, type context$2_GetShippoConfigurationResponse as GetShippoConfigurationResponse, type context$2_GetShippoConfigurationResponseNonNullableFields as GetShippoConfigurationResponseNonNullableFields, type context$2_HandlingFee as HandlingFee, type context$2_IdentificationData as IdentificationData, type context$2_IdentificationDataIdOneOf as IdentificationDataIdOneOf, context$2_InternationalService as InternationalService, type context$2_InternationalServiceSettings as InternationalServiceSettings, type context$2_MessageEnvelope as MessageEnvelope, type context$2_PackageDetails as PackageDetails, type context$2_PackageDimensions as PackageDimensions, context$2_PackageType as PackageType, type context$2_QueryShippoConfigurationsRequest as QueryShippoConfigurationsRequest, type context$2_QueryShippoConfigurationsResponse as QueryShippoConfigurationsResponse, type context$2_QueryShippoConfigurationsResponseNonNullableFields as QueryShippoConfigurationsResponseNonNullableFields, type context$2_RestoreInfo as RestoreInfo, type context$2_ServiceSettings as ServiceSettings, type context$2_ShippoConfiguration as ShippoConfiguration, type context$2_ShippoConfigurationCreatedEnvelope as ShippoConfigurationCreatedEnvelope, type context$2_ShippoConfigurationDeletedEnvelope as ShippoConfigurationDeletedEnvelope, type context$2_ShippoConfigurationNonNullableFields as ShippoConfigurationNonNullableFields, type context$2_ShippoConfigurationUpdatedEnvelope as ShippoConfigurationUpdatedEnvelope, type context$2_ShippoConfigurationsQueryBuilder as ShippoConfigurationsQueryBuilder, type context$2_ShippoConfigurationsQueryResult as ShippoConfigurationsQueryResult, context$2_SortOrder as SortOrder, type context$2_Sorting as Sorting, type StreetAddress$1 as StreetAddress, type context$2_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type context$2_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type context$2_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type context$2_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, type context$2_UpdateShippoConfiguration as UpdateShippoConfiguration, type context$2_UpdateShippoConfigurationRequest as UpdateShippoConfigurationRequest, type context$2_UpdateShippoConfigurationResponse as UpdateShippoConfigurationResponse, type context$2_UpdateShippoConfigurationResponseNonNullableFields as UpdateShippoConfigurationResponseNonNullableFields, context$2_WebhookIdentityType as WebhookIdentityType, type context$
|
|
31576
|
+
export { type context$2_ActionEvent as ActionEvent, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type context$2_BaseEventMetadata as BaseEventMetadata, context$2_CalculationType as CalculationType, type context$2_CreateShippoConfigurationOptions as CreateShippoConfigurationOptions, type context$2_CreateShippoConfigurationRequest as CreateShippoConfigurationRequest, type context$2_CreateShippoConfigurationResponse as CreateShippoConfigurationResponse, type context$2_CreateShippoConfigurationResponseNonNullableFields as CreateShippoConfigurationResponseNonNullableFields, type context$2_CursorPaging as CursorPaging, type context$2_CursorPagingMetadata as CursorPagingMetadata, type context$2_CursorQuery as CursorQuery, type context$2_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type context$2_Cursors as Cursors, type context$2_DeleteShippoConfigurationRequest as DeleteShippoConfigurationRequest, type context$2_DeleteShippoConfigurationResponse as DeleteShippoConfigurationResponse, type context$2_DomainEvent as DomainEvent, type context$2_DomainEventBodyOneOf as DomainEventBodyOneOf, context$2_DomesticService as DomesticService, type context$2_DomesticServiceSettings as DomesticServiceSettings, type context$2_Empty as Empty, type context$2_EntityCreatedEvent as EntityCreatedEvent, type context$2_EntityDeletedEvent as EntityDeletedEvent, type context$2_EntityUpdatedEvent as EntityUpdatedEvent, type context$2_EventMetadata as EventMetadata, type context$2_ExtendedFields as ExtendedFields, type context$2_GetShippoConfigurationRequest as GetShippoConfigurationRequest, type context$2_GetShippoConfigurationResponse as GetShippoConfigurationResponse, type context$2_GetShippoConfigurationResponseNonNullableFields as GetShippoConfigurationResponseNonNullableFields, type context$2_HandlingFee as HandlingFee, type context$2_IdentificationData as IdentificationData, type context$2_IdentificationDataIdOneOf as IdentificationDataIdOneOf, context$2_InternationalService as InternationalService, type context$2_InternationalServiceSettings as InternationalServiceSettings, type context$2_MessageEnvelope as MessageEnvelope, type context$2_PackageDetails as PackageDetails, type context$2_PackageDimensions as PackageDimensions, context$2_PackageType as PackageType, type context$2_QueryShippoConfigurationsRequest as QueryShippoConfigurationsRequest, type context$2_QueryShippoConfigurationsResponse as QueryShippoConfigurationsResponse, type context$2_QueryShippoConfigurationsResponseNonNullableFields as QueryShippoConfigurationsResponseNonNullableFields, type context$2_RestoreInfo as RestoreInfo, type context$2_ServiceSettings as ServiceSettings, type context$2_ShippoConfiguration as ShippoConfiguration, type context$2_ShippoConfigurationCreatedEnvelope as ShippoConfigurationCreatedEnvelope, type context$2_ShippoConfigurationDeletedEnvelope as ShippoConfigurationDeletedEnvelope, type context$2_ShippoConfigurationNonNullableFields as ShippoConfigurationNonNullableFields, type context$2_ShippoConfigurationUpdatedEnvelope as ShippoConfigurationUpdatedEnvelope, type context$2_ShippoConfigurationsQueryBuilder as ShippoConfigurationsQueryBuilder, type context$2_ShippoConfigurationsQueryResult as ShippoConfigurationsQueryResult, context$2_SortOrder as SortOrder, type context$2_Sorting as Sorting, type StreetAddress$1 as StreetAddress, type context$2_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type context$2_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type context$2_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type context$2_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, type context$2_UpdateShippoConfiguration as UpdateShippoConfiguration, type context$2_UpdateShippoConfigurationRequest as UpdateShippoConfigurationRequest, type context$2_UpdateShippoConfigurationResponse as UpdateShippoConfigurationResponse, type context$2_UpdateShippoConfigurationResponseNonNullableFields as UpdateShippoConfigurationResponseNonNullableFields, context$2_WebhookIdentityType as WebhookIdentityType, type context$2__publicOnShippoConfigurationCreatedType as _publicOnShippoConfigurationCreatedType, type context$2__publicOnShippoConfigurationDeletedType as _publicOnShippoConfigurationDeletedType, type context$2__publicOnShippoConfigurationUpdatedType as _publicOnShippoConfigurationUpdatedType, context$2_createShippoConfiguration as createShippoConfiguration, context$2_deleteShippoConfiguration as deleteShippoConfiguration, context$2_getShippoConfiguration as getShippoConfiguration, context$2_onShippoConfigurationCreated as onShippoConfigurationCreated, context$2_onShippoConfigurationDeleted as onShippoConfigurationDeleted, context$2_onShippoConfigurationUpdated as onShippoConfigurationUpdated, onShippoConfigurationCreated$1 as publicOnShippoConfigurationCreated, onShippoConfigurationDeleted$1 as publicOnShippoConfigurationDeleted, onShippoConfigurationUpdated$1 as publicOnShippoConfigurationUpdated, context$2_queryShippoConfigurations as queryShippoConfigurations, context$2_updateExtendedFields as updateExtendedFields, context$2_updateShippoConfiguration as updateShippoConfiguration };
|
|
31913
31577
|
}
|
|
31914
31578
|
|
|
31915
31579
|
interface TotalsCalculationEntity {
|
|
@@ -33206,10 +32870,7 @@ interface CalculateTotalsSignature {
|
|
|
33206
32870
|
(options?: CalculateTotalsOptions | undefined): Promise<CalculateTotalsResponse & CalculateTotalsResponseNonNullableFields>;
|
|
33207
32871
|
}
|
|
33208
32872
|
|
|
33209
|
-
declare
|
|
33210
|
-
|
|
33211
|
-
type _publicCalculateTotalsType = typeof calculateTotals$1;
|
|
33212
|
-
declare const calculateTotals: ReturnType<typeof createRESTModule$1<_publicCalculateTotalsType>>;
|
|
32873
|
+
declare const calculateTotals: BuildRESTFunction<typeof calculateTotals$1> & typeof calculateTotals$1;
|
|
33213
32874
|
|
|
33214
32875
|
type context$1_AdditionalFee = AdditionalFee;
|
|
33215
32876
|
type context$1_Address = Address;
|
|
@@ -33311,10 +32972,9 @@ type context$1_V1AdditionalFee = V1AdditionalFee;
|
|
|
33311
32972
|
type context$1_ValidationError = ValidationError;
|
|
33312
32973
|
type context$1_WeightUnit = WeightUnit;
|
|
33313
32974
|
declare const context$1_WeightUnit: typeof WeightUnit;
|
|
33314
|
-
type context$1__publicCalculateTotalsType = _publicCalculateTotalsType;
|
|
33315
32975
|
declare const context$1_calculateTotals: typeof calculateTotals;
|
|
33316
32976
|
declare namespace context$1 {
|
|
33317
|
-
export { type context$1_AdditionalFee as AdditionalFee, type context$1_Address as Address, type context$1_AddressLocation as AddressLocation, type context$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type context$1_ApplicationError as ApplicationError, type context$1_AppliedDiscount as AppliedDiscount, type context$1_AppliedDiscountDiscountSourceOneOf as AppliedDiscountDiscountSourceOneOf, type context$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type context$1_CalculateTotalsOptions as CalculateTotalsOptions, type context$1_CalculateTotalsRequest as CalculateTotalsRequest, type context$1_CalculateTotalsRequestCouponOneOf as CalculateTotalsRequestCouponOneOf, type context$1_CalculateTotalsRequestGiftCardOneOf as CalculateTotalsRequestGiftCardOneOf, type context$1_CalculateTotalsResponse as CalculateTotalsResponse, type context$1_CalculateTotalsResponseNonNullableFields as CalculateTotalsResponseNonNullableFields, type context$1_CalculatedLineItem as CalculatedLineItem, type context$1_CalculationErrors as CalculationErrors, type context$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type context$1_CarrierError as CarrierError, type context$1_CarrierErrors as CarrierErrors, type context$1_CarrierServiceOption as CarrierServiceOption, type context$1_CarrierShippingOption as CarrierShippingOption, type context$1_CatalogReference as CatalogReference, context$1_ChargeType as ChargeType, type context$1_Coupon as Coupon, context$1_DataFetchType as DataFetchType, type context$1_DeliveryLogistics as DeliveryLogistics, type context$1_DeliveryTimeSlot as DeliveryTimeSlot, type context$1_Details as Details, type context$1_DetailsKindOneOf as DetailsKindOneOf, type context$1_DiscountRule as DiscountRule, type context$1_DiscountRuleName as DiscountRuleName, context$1_DiscountType as DiscountType, context$1_FallbackReason as FallbackReason, type context$1_FieldViolation as FieldViolation, type context$1_GiftCard as GiftCard, type context$1_Group as Group, type context$1_InvalidMembership as InvalidMembership, type context$1_ItemTaxFullDetails as ItemTaxFullDetails, type context$1_ItemType as ItemType, context$1_ItemTypeItemType as ItemTypeItemType, type context$1_ItemTypeItemTypeDataOneOf as ItemTypeItemTypeDataOneOf, context$1_JurisdictionType as JurisdictionType, type context$1_LineItem as LineItem, type context$1_LineItemDiscount as LineItemDiscount, type context$1_LineItemPricesData as LineItemPricesData, context$1_ManualCalculationReason as ManualCalculationReason, type context$1_Membership as Membership, type context$1_MembershipName as MembershipName, type context$1_MembershipOptions as MembershipOptions, type context$1_MembershipPaymentCredits as MembershipPaymentCredits, type context$1_MerchantDiscount as MerchantDiscount, type context$1_MerchantDiscountInput as MerchantDiscountInput, type context$1_MultiCurrencyPrice as MultiCurrencyPrice, type context$1_OtherCharge as OtherCharge, context$1_PaymentOptionType as PaymentOptionType, type context$1_PhysicalProperties as PhysicalProperties, type context$1_PickupDetails as PickupDetails, context$1_PickupMethod as PickupMethod, type context$1_PriceSummary as PriceSummary, context$1_RateType as RateType, context$1_RuleType as RuleType, type context$1_Scope as Scope, type context$1_SelectedCarrierServiceOption as SelectedCarrierServiceOption, type context$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type context$1_SelectedCarrierServiceOptionPrices as SelectedCarrierServiceOptionPrices, type context$1_SelectedMembership as SelectedMembership, type context$1_SelectedMemberships as SelectedMemberships, type context$1_SelectedShippingOption as SelectedShippingOption, type context$1_ServiceProperties as ServiceProperties, type context$1_ShippingInformation as ShippingInformation, type context$1_ShippingOption as ShippingOption, type context$1_ShippingPrice as ShippingPrice, type context$1_ShippingRegion as ShippingRegion, type context$1_StreetAddress as StreetAddress, context$1_SubscriptionFrequency as SubscriptionFrequency, type context$1_SubscriptionSettings as SubscriptionSettings, type context$1_SystemError as SystemError, type context$1_TaxBreakdown as TaxBreakdown, type context$1_TaxCalculationDetails as TaxCalculationDetails, type context$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type context$1_TaxDetails as TaxDetails, type context$1_TaxRateBreakdown as TaxRateBreakdown, type context$1_TaxSummary as TaxSummary, type context$1_TotalsCalculationEntity as TotalsCalculationEntity, type context$1_V1AdditionalFee as V1AdditionalFee, type context$1_ValidationError as ValidationError, context$1_WeightUnit as WeightUnit,
|
|
32977
|
+
export { type context$1_AdditionalFee as AdditionalFee, type context$1_Address as Address, type context$1_AddressLocation as AddressLocation, type context$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type context$1_ApplicationError as ApplicationError, type context$1_AppliedDiscount as AppliedDiscount, type context$1_AppliedDiscountDiscountSourceOneOf as AppliedDiscountDiscountSourceOneOf, type context$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type context$1_CalculateTotalsOptions as CalculateTotalsOptions, type context$1_CalculateTotalsRequest as CalculateTotalsRequest, type context$1_CalculateTotalsRequestCouponOneOf as CalculateTotalsRequestCouponOneOf, type context$1_CalculateTotalsRequestGiftCardOneOf as CalculateTotalsRequestGiftCardOneOf, type context$1_CalculateTotalsResponse as CalculateTotalsResponse, type context$1_CalculateTotalsResponseNonNullableFields as CalculateTotalsResponseNonNullableFields, type context$1_CalculatedLineItem as CalculatedLineItem, type context$1_CalculationErrors as CalculationErrors, type context$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type context$1_CarrierError as CarrierError, type context$1_CarrierErrors as CarrierErrors, type context$1_CarrierServiceOption as CarrierServiceOption, type context$1_CarrierShippingOption as CarrierShippingOption, type context$1_CatalogReference as CatalogReference, context$1_ChargeType as ChargeType, type context$1_Coupon as Coupon, context$1_DataFetchType as DataFetchType, type context$1_DeliveryLogistics as DeliveryLogistics, type context$1_DeliveryTimeSlot as DeliveryTimeSlot, type context$1_Details as Details, type context$1_DetailsKindOneOf as DetailsKindOneOf, type context$1_DiscountRule as DiscountRule, type context$1_DiscountRuleName as DiscountRuleName, context$1_DiscountType as DiscountType, context$1_FallbackReason as FallbackReason, type context$1_FieldViolation as FieldViolation, type context$1_GiftCard as GiftCard, type context$1_Group as Group, type context$1_InvalidMembership as InvalidMembership, type context$1_ItemTaxFullDetails as ItemTaxFullDetails, type context$1_ItemType as ItemType, context$1_ItemTypeItemType as ItemTypeItemType, type context$1_ItemTypeItemTypeDataOneOf as ItemTypeItemTypeDataOneOf, context$1_JurisdictionType as JurisdictionType, type context$1_LineItem as LineItem, type context$1_LineItemDiscount as LineItemDiscount, type context$1_LineItemPricesData as LineItemPricesData, context$1_ManualCalculationReason as ManualCalculationReason, type context$1_Membership as Membership, type context$1_MembershipName as MembershipName, type context$1_MembershipOptions as MembershipOptions, type context$1_MembershipPaymentCredits as MembershipPaymentCredits, type context$1_MerchantDiscount as MerchantDiscount, type context$1_MerchantDiscountInput as MerchantDiscountInput, type context$1_MultiCurrencyPrice as MultiCurrencyPrice, type context$1_OtherCharge as OtherCharge, context$1_PaymentOptionType as PaymentOptionType, type context$1_PhysicalProperties as PhysicalProperties, type context$1_PickupDetails as PickupDetails, context$1_PickupMethod as PickupMethod, type context$1_PriceSummary as PriceSummary, context$1_RateType as RateType, context$1_RuleType as RuleType, type context$1_Scope as Scope, type context$1_SelectedCarrierServiceOption as SelectedCarrierServiceOption, type context$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type context$1_SelectedCarrierServiceOptionPrices as SelectedCarrierServiceOptionPrices, type context$1_SelectedMembership as SelectedMembership, type context$1_SelectedMemberships as SelectedMemberships, type context$1_SelectedShippingOption as SelectedShippingOption, type context$1_ServiceProperties as ServiceProperties, type context$1_ShippingInformation as ShippingInformation, type context$1_ShippingOption as ShippingOption, type context$1_ShippingPrice as ShippingPrice, type context$1_ShippingRegion as ShippingRegion, type context$1_StreetAddress as StreetAddress, context$1_SubscriptionFrequency as SubscriptionFrequency, type context$1_SubscriptionSettings as SubscriptionSettings, type context$1_SystemError as SystemError, type context$1_TaxBreakdown as TaxBreakdown, type context$1_TaxCalculationDetails as TaxCalculationDetails, type context$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type context$1_TaxDetails as TaxDetails, type context$1_TaxRateBreakdown as TaxRateBreakdown, type context$1_TaxSummary as TaxSummary, type context$1_TotalsCalculationEntity as TotalsCalculationEntity, type context$1_V1AdditionalFee as V1AdditionalFee, type context$1_ValidationError as ValidationError, context$1_WeightUnit as WeightUnit, context$1_calculateTotals as calculateTotals };
|
|
33318
32978
|
}
|
|
33319
32979
|
|
|
33320
32980
|
interface CurrencyRate {
|
|
@@ -33425,14 +33085,9 @@ interface GetConversionRateSignature {
|
|
|
33425
33085
|
(identifiers: GetConversionRateIdentifiers): Promise<ConversionRateResponse & ConversionRateResponseNonNullableFields>;
|
|
33426
33086
|
}
|
|
33427
33087
|
|
|
33428
|
-
declare
|
|
33429
|
-
|
|
33430
|
-
|
|
33431
|
-
declare const listCurrencies: ReturnType<typeof createRESTModule<_publicListCurrenciesType>>;
|
|
33432
|
-
type _publicConvertCurrencyType = typeof convertCurrency$1;
|
|
33433
|
-
declare const convertCurrency: ReturnType<typeof createRESTModule<_publicConvertCurrencyType>>;
|
|
33434
|
-
type _publicGetConversionRateType = typeof getConversionRate$1;
|
|
33435
|
-
declare const getConversionRate: ReturnType<typeof createRESTModule<_publicGetConversionRateType>>;
|
|
33088
|
+
declare const listCurrencies: BuildRESTFunction<typeof listCurrencies$1> & typeof listCurrencies$1;
|
|
33089
|
+
declare const convertCurrency: BuildRESTFunction<typeof convertCurrency$1> & typeof convertCurrency$1;
|
|
33090
|
+
declare const getConversionRate: BuildRESTFunction<typeof getConversionRate$1> & typeof getConversionRate$1;
|
|
33436
33091
|
|
|
33437
33092
|
type context_ConversionRateRequest = ConversionRateRequest;
|
|
33438
33093
|
type context_ConversionRateResponse = ConversionRateResponse;
|
|
@@ -33448,14 +33103,11 @@ type context_GetConversionRateIdentifiers = GetConversionRateIdentifiers;
|
|
|
33448
33103
|
type context_ListCurrenciesRequest = ListCurrenciesRequest;
|
|
33449
33104
|
type context_ListCurrenciesResponse = ListCurrenciesResponse;
|
|
33450
33105
|
type context_ListCurrenciesResponseNonNullableFields = ListCurrenciesResponseNonNullableFields;
|
|
33451
|
-
type context__publicConvertCurrencyType = _publicConvertCurrencyType;
|
|
33452
|
-
type context__publicGetConversionRateType = _publicGetConversionRateType;
|
|
33453
|
-
type context__publicListCurrenciesType = _publicListCurrenciesType;
|
|
33454
33106
|
declare const context_convertCurrency: typeof convertCurrency;
|
|
33455
33107
|
declare const context_getConversionRate: typeof getConversionRate;
|
|
33456
33108
|
declare const context_listCurrencies: typeof listCurrencies;
|
|
33457
33109
|
declare namespace context {
|
|
33458
|
-
export { type context_ConversionRateRequest as ConversionRateRequest, type context_ConversionRateResponse as ConversionRateResponse, type context_ConversionRateResponseNonNullableFields as ConversionRateResponseNonNullableFields, type context_ConvertCurrencyIdentifiers as ConvertCurrencyIdentifiers, type context_ConvertCurrencyRequest as ConvertCurrencyRequest, type context_ConvertCurrencyResponse as ConvertCurrencyResponse, type context_ConvertCurrencyResponseNonNullableFields as ConvertCurrencyResponseNonNullableFields, type context_Currency as Currency, type context_CurrencyRate as CurrencyRate, type context_DecimalValue as DecimalValue, type context_GetConversionRateIdentifiers as GetConversionRateIdentifiers, type context_ListCurrenciesRequest as ListCurrenciesRequest, type context_ListCurrenciesResponse as ListCurrenciesResponse, type context_ListCurrenciesResponseNonNullableFields as ListCurrenciesResponseNonNullableFields,
|
|
33110
|
+
export { type context_ConversionRateRequest as ConversionRateRequest, type context_ConversionRateResponse as ConversionRateResponse, type context_ConversionRateResponseNonNullableFields as ConversionRateResponseNonNullableFields, type context_ConvertCurrencyIdentifiers as ConvertCurrencyIdentifiers, type context_ConvertCurrencyRequest as ConvertCurrencyRequest, type context_ConvertCurrencyResponse as ConvertCurrencyResponse, type context_ConvertCurrencyResponseNonNullableFields as ConvertCurrencyResponseNonNullableFields, type context_Currency as Currency, type context_CurrencyRate as CurrencyRate, type context_DecimalValue as DecimalValue, type context_GetConversionRateIdentifiers as GetConversionRateIdentifiers, type context_ListCurrenciesRequest as ListCurrenciesRequest, type context_ListCurrenciesResponse as ListCurrenciesResponse, type context_ListCurrenciesResponseNonNullableFields as ListCurrenciesResponseNonNullableFields, context_convertCurrency as convertCurrency, context_getConversionRate as getConversionRate, context_listCurrencies as listCurrencies };
|
|
33459
33111
|
}
|
|
33460
33112
|
|
|
33461
33113
|
export { context$k as abandonedCheckouts, context$j as backInStockNotifications, context$i as backInStockSettings, context$h as cart, context$f as checkout, context$p as checkoutContent, context$e as checkoutSettings, context$d as checkoutTemplates, context as currencies, context$g as currentCart, context$c as deliveryProfile, context$n as discountRules, context$o as discountsCustomTrigger, context$b as draftOrders, context$9 as localDeliveryOptions, context$a as orderFulfillments, context$m as orderInvoices, context$7 as orderPaymentRequests, context$6 as orderTransactions, context$8 as orders, context$5 as ordersSettings, context$4 as pickupLocations, context$l as recommendations, context$3 as shippingOptions, context$2 as shippoConfigurations, context$1 as totalsCalculator };
|