@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 index_d$p_CheckoutContent = CheckoutContent;
|
|
117
114
|
type index_d$p_CheckoutContentProvider = CheckoutContentProvider;
|
|
@@ -119,10 +116,9 @@ type index_d$p_GetCheckoutContentIdentifiers = GetCheckoutContentIdentifiers;
|
|
|
119
116
|
type index_d$p_GetCheckoutContentOptions = GetCheckoutContentOptions;
|
|
120
117
|
type index_d$p_GetCheckoutContentRequest = GetCheckoutContentRequest;
|
|
121
118
|
type index_d$p_GetCheckoutContentResponse = GetCheckoutContentResponse;
|
|
122
|
-
type index_d$p__publicGetCheckoutContentType = _publicGetCheckoutContentType;
|
|
123
119
|
declare const index_d$p_getCheckoutContent: typeof getCheckoutContent;
|
|
124
120
|
declare namespace index_d$p {
|
|
125
|
-
export { type index_d$p_CheckoutContent as CheckoutContent, type index_d$p_CheckoutContentProvider as CheckoutContentProvider, type index_d$p_GetCheckoutContentIdentifiers as GetCheckoutContentIdentifiers, type index_d$p_GetCheckoutContentOptions as GetCheckoutContentOptions, type index_d$p_GetCheckoutContentRequest as GetCheckoutContentRequest, type index_d$p_GetCheckoutContentResponse as GetCheckoutContentResponse,
|
|
121
|
+
export { type index_d$p_CheckoutContent as CheckoutContent, type index_d$p_CheckoutContentProvider as CheckoutContentProvider, type index_d$p_GetCheckoutContentIdentifiers as GetCheckoutContentIdentifiers, type index_d$p_GetCheckoutContentOptions as GetCheckoutContentOptions, type index_d$p_GetCheckoutContentRequest as GetCheckoutContentRequest, type index_d$p_GetCheckoutContentResponse as GetCheckoutContentResponse, index_d$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 index_d$o_CustomTrigger = CustomTrigger;
|
|
232
225
|
type index_d$o_EligibleTrigger = EligibleTrigger;
|
|
@@ -237,10 +230,9 @@ type index_d$o_ListTriggersResponse = ListTriggersResponse;
|
|
|
237
230
|
type index_d$o_ListTriggersResponseCustomTrigger = ListTriggersResponseCustomTrigger;
|
|
238
231
|
type index_d$o_ListTriggersResponseNonNullableFields = ListTriggersResponseNonNullableFields;
|
|
239
232
|
type index_d$o_TriggerToFilterBy = TriggerToFilterBy;
|
|
240
|
-
type index_d$o__publicListTriggersType = _publicListTriggersType;
|
|
241
233
|
declare const index_d$o_listTriggers: typeof listTriggers;
|
|
242
234
|
declare namespace index_d$o {
|
|
243
|
-
export { type CatalogReference$a as CatalogReference, type index_d$o_CustomTrigger as CustomTrigger, type index_d$o_EligibleTrigger as EligibleTrigger, type index_d$o_GetEligibleTriggersRequest as GetEligibleTriggersRequest, type index_d$o_GetEligibleTriggersResponse as GetEligibleTriggersResponse, type LineItem$8 as LineItem, type index_d$o_ListTriggersRequest as ListTriggersRequest, type index_d$o_ListTriggersResponse as ListTriggersResponse, type index_d$o_ListTriggersResponseCustomTrigger as ListTriggersResponseCustomTrigger, type index_d$o_ListTriggersResponseNonNullableFields as ListTriggersResponseNonNullableFields, type index_d$o_TriggerToFilterBy as TriggerToFilterBy,
|
|
235
|
+
export { type CatalogReference$a as CatalogReference, type index_d$o_CustomTrigger as CustomTrigger, type index_d$o_EligibleTrigger as EligibleTrigger, type index_d$o_GetEligibleTriggersRequest as GetEligibleTriggersRequest, type index_d$o_GetEligibleTriggersResponse as GetEligibleTriggersResponse, type LineItem$8 as LineItem, type index_d$o_ListTriggersRequest as ListTriggersRequest, type index_d$o_ListTriggersResponse as ListTriggersResponse, type index_d$o_ListTriggersResponseCustomTrigger as ListTriggersResponseCustomTrigger, type index_d$o_ListTriggersResponseNonNullableFields as ListTriggersResponseNonNullableFields, type index_d$o_TriggerToFilterBy as TriggerToFilterBy, index_d$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 index_d$n_UpdateDiscountRule = UpdateDiscountRule;
|
|
|
1299
1284
|
type index_d$n_UpdateDiscountRuleRequest = UpdateDiscountRuleRequest;
|
|
1300
1285
|
type index_d$n_UpdateDiscountRuleResponse = UpdateDiscountRuleResponse;
|
|
1301
1286
|
type index_d$n_UpdateDiscountRuleResponseNonNullableFields = UpdateDiscountRuleResponseNonNullableFields;
|
|
1302
|
-
type index_d$n__publicCreateDiscountRuleType = _publicCreateDiscountRuleType;
|
|
1303
|
-
type index_d$n__publicDeleteDiscountRuleType = _publicDeleteDiscountRuleType;
|
|
1304
|
-
type index_d$n__publicGetDiscountRuleType = _publicGetDiscountRuleType;
|
|
1305
1287
|
type index_d$n__publicOnDiscountRuleCreatedType = _publicOnDiscountRuleCreatedType;
|
|
1306
1288
|
type index_d$n__publicOnDiscountRuleDeletedType = _publicOnDiscountRuleDeletedType;
|
|
1307
1289
|
type index_d$n__publicOnDiscountRuleUpdatedType = _publicOnDiscountRuleUpdatedType;
|
|
1308
|
-
type index_d$n__publicQueryDiscountRulesType = _publicQueryDiscountRulesType;
|
|
1309
|
-
type index_d$n__publicUpdateDiscountRuleType = _publicUpdateDiscountRuleType;
|
|
1310
1290
|
declare const index_d$n_createDiscountRule: typeof createDiscountRule;
|
|
1311
1291
|
declare const index_d$n_deleteDiscountRule: typeof deleteDiscountRule;
|
|
1312
1292
|
declare const index_d$n_getDiscountRule: typeof getDiscountRule;
|
|
@@ -1316,7 +1296,7 @@ declare const index_d$n_onDiscountRuleUpdated: typeof onDiscountRuleUpdated;
|
|
|
1316
1296
|
declare const index_d$n_queryDiscountRules: typeof queryDiscountRules;
|
|
1317
1297
|
declare const index_d$n_updateDiscountRule: typeof updateDiscountRule;
|
|
1318
1298
|
declare namespace index_d$n {
|
|
1319
|
-
export { type ActionEvent$j as ActionEvent, type index_d$n_ActiveTimeInfo as ActiveTimeInfo, type index_d$n_And as And, type AppliedDiscount$7 as AppliedDiscount, type index_d$n_AppliedDiscountRule as AppliedDiscountRule, index_d$n_AppliedSubjectType as AppliedSubjectType, type BaseEventMetadata$g as BaseEventMetadata, type index_d$n_BuyXGetYInfo as BuyXGetYInfo, type index_d$n_CatalogItemFilter as CatalogItemFilter, type CatalogReference$9 as CatalogReference, type index_d$n_CreateDiscountRuleRequest as CreateDiscountRuleRequest, type index_d$n_CreateDiscountRuleResponse as CreateDiscountRuleResponse, type index_d$n_CreateDiscountRuleResponseNonNullableFields as CreateDiscountRuleResponseNonNullableFields, type CursorPaging$b as CursorPaging, type Cursors$b as Cursors, type index_d$n_Custom as Custom, type index_d$n_CustomFilter as CustomFilter, type index_d$n_CustomerBuy as CustomerBuy, type index_d$n_CustomerBuyConditionOneOf as CustomerBuyConditionOneOf, type index_d$n_CustomerGet as CustomerGet, type index_d$n_DeleteDiscountRuleRequest as DeleteDiscountRuleRequest, type index_d$n_DeleteDiscountRuleResponse as DeleteDiscountRuleResponse, type Discount$3 as Discount, type index_d$n_DiscountDiscountOneOf as DiscountDiscountOneOf, type DiscountRule$7 as DiscountRule, type index_d$n_DiscountRuleCreatedEnvelope as DiscountRuleCreatedEnvelope, type index_d$n_DiscountRuleDeletedEnvelope as DiscountRuleDeletedEnvelope, type DiscountRuleName$7 as DiscountRuleName, type DiscountRuleNonNullableFields$6 as DiscountRuleNonNullableFields, type index_d$n_DiscountRuleUpdatedEnvelope as DiscountRuleUpdatedEnvelope, type index_d$n_DiscountRuleUsageLimitReached as DiscountRuleUsageLimitReached, type index_d$n_DiscountRulesQueryBuilder as DiscountRulesQueryBuilder, type index_d$n_DiscountRulesQueryResult as DiscountRulesQueryResult, type index_d$n_DiscountSettings as DiscountSettings, type index_d$n_DiscountTrigger as DiscountTrigger, type index_d$n_DiscountTriggerTriggerOneOf as DiscountTriggerTriggerOneOf, DiscountType$7 as DiscountType, type index_d$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 index_d$n_GetAppliedDiscountsRequest as GetAppliedDiscountsRequest, type index_d$n_GetAppliedDiscountsResponse as GetAppliedDiscountsResponse, type index_d$n_GetDiscountRuleRequest as GetDiscountRuleRequest, type index_d$n_GetDiscountRuleResponse as GetDiscountRuleResponse, type index_d$n_GetDiscountRuleResponseNonNullableFields as GetDiscountRuleResponseNonNullableFields, type IdentificationData$j as IdentificationData, type IdentificationDataIdOneOf$j as IdentificationDataIdOneOf, type index_d$n_ItemQuantityRange as ItemQuantityRange, type LineItem$7 as LineItem, type MessageEnvelope$j as MessageEnvelope, type MultiCurrencyPrice$6 as MultiCurrencyPrice, type index_d$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 index_d$n_QueryDiscountRulesRequest as QueryDiscountRulesRequest, type index_d$n_QueryDiscountRulesResponse as QueryDiscountRulesResponse, type index_d$n_QueryDiscountRulesResponseNonNullableFields as QueryDiscountRulesResponseNonNullableFields, type RestoreInfo$i as RestoreInfo, type Scope$5 as Scope, type index_d$n_ScopeScopeItemsOneOf as ScopeScopeItemsOneOf, index_d$n_ScopeType as ScopeType, SortOrder$b as SortOrder, type Sorting$b as Sorting, type index_d$n_SpecificItemsInfo as SpecificItemsInfo, Status$4 as Status, type index_d$n_SubtotalRange as SubtotalRange, index_d$n_TriggerType as TriggerType, index_d$n_Type as Type, type index_d$n_UpdateDiscountRule as UpdateDiscountRule, type index_d$n_UpdateDiscountRuleRequest as UpdateDiscountRuleRequest, type index_d$n_UpdateDiscountRuleResponse as UpdateDiscountRuleResponse, type index_d$n_UpdateDiscountRuleResponseNonNullableFields as UpdateDiscountRuleResponseNonNullableFields, WebhookIdentityType$j as WebhookIdentityType, type index_d$
|
|
1299
|
+
export { type ActionEvent$j as ActionEvent, type index_d$n_ActiveTimeInfo as ActiveTimeInfo, type index_d$n_And as And, type AppliedDiscount$7 as AppliedDiscount, type index_d$n_AppliedDiscountRule as AppliedDiscountRule, index_d$n_AppliedSubjectType as AppliedSubjectType, type BaseEventMetadata$g as BaseEventMetadata, type index_d$n_BuyXGetYInfo as BuyXGetYInfo, type index_d$n_CatalogItemFilter as CatalogItemFilter, type CatalogReference$9 as CatalogReference, type index_d$n_CreateDiscountRuleRequest as CreateDiscountRuleRequest, type index_d$n_CreateDiscountRuleResponse as CreateDiscountRuleResponse, type index_d$n_CreateDiscountRuleResponseNonNullableFields as CreateDiscountRuleResponseNonNullableFields, type CursorPaging$b as CursorPaging, type Cursors$b as Cursors, type index_d$n_Custom as Custom, type index_d$n_CustomFilter as CustomFilter, type index_d$n_CustomerBuy as CustomerBuy, type index_d$n_CustomerBuyConditionOneOf as CustomerBuyConditionOneOf, type index_d$n_CustomerGet as CustomerGet, type index_d$n_DeleteDiscountRuleRequest as DeleteDiscountRuleRequest, type index_d$n_DeleteDiscountRuleResponse as DeleteDiscountRuleResponse, type Discount$3 as Discount, type index_d$n_DiscountDiscountOneOf as DiscountDiscountOneOf, type DiscountRule$7 as DiscountRule, type index_d$n_DiscountRuleCreatedEnvelope as DiscountRuleCreatedEnvelope, type index_d$n_DiscountRuleDeletedEnvelope as DiscountRuleDeletedEnvelope, type DiscountRuleName$7 as DiscountRuleName, type DiscountRuleNonNullableFields$6 as DiscountRuleNonNullableFields, type index_d$n_DiscountRuleUpdatedEnvelope as DiscountRuleUpdatedEnvelope, type index_d$n_DiscountRuleUsageLimitReached as DiscountRuleUsageLimitReached, type index_d$n_DiscountRulesQueryBuilder as DiscountRulesQueryBuilder, type index_d$n_DiscountRulesQueryResult as DiscountRulesQueryResult, type index_d$n_DiscountSettings as DiscountSettings, type index_d$n_DiscountTrigger as DiscountTrigger, type index_d$n_DiscountTriggerTriggerOneOf as DiscountTriggerTriggerOneOf, DiscountType$7 as DiscountType, type index_d$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 index_d$n_GetAppliedDiscountsRequest as GetAppliedDiscountsRequest, type index_d$n_GetAppliedDiscountsResponse as GetAppliedDiscountsResponse, type index_d$n_GetDiscountRuleRequest as GetDiscountRuleRequest, type index_d$n_GetDiscountRuleResponse as GetDiscountRuleResponse, type index_d$n_GetDiscountRuleResponseNonNullableFields as GetDiscountRuleResponseNonNullableFields, type IdentificationData$j as IdentificationData, type IdentificationDataIdOneOf$j as IdentificationDataIdOneOf, type index_d$n_ItemQuantityRange as ItemQuantityRange, type LineItem$7 as LineItem, type MessageEnvelope$j as MessageEnvelope, type MultiCurrencyPrice$6 as MultiCurrencyPrice, type index_d$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 index_d$n_QueryDiscountRulesRequest as QueryDiscountRulesRequest, type index_d$n_QueryDiscountRulesResponse as QueryDiscountRulesResponse, type index_d$n_QueryDiscountRulesResponseNonNullableFields as QueryDiscountRulesResponseNonNullableFields, type RestoreInfo$i as RestoreInfo, type Scope$5 as Scope, type index_d$n_ScopeScopeItemsOneOf as ScopeScopeItemsOneOf, index_d$n_ScopeType as ScopeType, SortOrder$b as SortOrder, type Sorting$b as Sorting, type index_d$n_SpecificItemsInfo as SpecificItemsInfo, Status$4 as Status, type index_d$n_SubtotalRange as SubtotalRange, index_d$n_TriggerType as TriggerType, index_d$n_Type as Type, type index_d$n_UpdateDiscountRule as UpdateDiscountRule, type index_d$n_UpdateDiscountRuleRequest as UpdateDiscountRuleRequest, type index_d$n_UpdateDiscountRuleResponse as UpdateDiscountRuleResponse, type index_d$n_UpdateDiscountRuleResponseNonNullableFields as UpdateDiscountRuleResponseNonNullableFields, WebhookIdentityType$j as WebhookIdentityType, type index_d$n__publicOnDiscountRuleCreatedType as _publicOnDiscountRuleCreatedType, type index_d$n__publicOnDiscountRuleDeletedType as _publicOnDiscountRuleDeletedType, type index_d$n__publicOnDiscountRuleUpdatedType as _publicOnDiscountRuleUpdatedType, index_d$n_createDiscountRule as createDiscountRule, index_d$n_deleteDiscountRule as deleteDiscountRule, index_d$n_getDiscountRule as getDiscountRule, index_d$n_onDiscountRuleCreated as onDiscountRuleCreated, index_d$n_onDiscountRuleDeleted as onDiscountRuleDeleted, index_d$n_onDiscountRuleUpdated as onDiscountRuleUpdated, onDiscountRuleCreated$1 as publicOnDiscountRuleCreated, onDiscountRuleDeleted$1 as publicOnDiscountRuleDeleted, onDiscountRuleUpdated$1 as publicOnDiscountRuleUpdated, index_d$n_queryDiscountRules as queryDiscountRules, index_d$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 index_d$m_GenerateInvoiceWithNumberRequest = GenerateInvoiceWithNumberRequest;
|
|
1576
1553
|
type index_d$m_GenerateInvoiceWithNumberResponse = GenerateInvoiceWithNumberResponse;
|
|
@@ -1578,10 +1555,9 @@ type index_d$m_GetOrderInvoiceRequest = GetOrderInvoiceRequest;
|
|
|
1578
1555
|
type index_d$m_GetOrderInvoiceResponse = GetOrderInvoiceResponse;
|
|
1579
1556
|
type index_d$m_Invoice = Invoice;
|
|
1580
1557
|
type index_d$m_ListInvoicesForMultipleOrdersResponseNonNullableFields = ListInvoicesForMultipleOrdersResponseNonNullableFields;
|
|
1581
|
-
type index_d$m__publicListInvoicesForMultipleOrdersType = _publicListInvoicesForMultipleOrdersType;
|
|
1582
1558
|
declare const index_d$m_listInvoicesForMultipleOrders: typeof listInvoicesForMultipleOrders;
|
|
1583
1559
|
declare namespace index_d$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 index_d$m_GenerateInvoiceWithNumberRequest as GenerateInvoiceWithNumberRequest, type index_d$m_GenerateInvoiceWithNumberResponse as GenerateInvoiceWithNumberResponse, type index_d$m_GetOrderInvoiceRequest as GetOrderInvoiceRequest, type index_d$m_GetOrderInvoiceResponse as GetOrderInvoiceResponse, type IdentificationData$i as IdentificationData, type IdentificationDataIdOneOf$i as IdentificationDataIdOneOf, type index_d$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 index_d$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 index_d$m_GenerateInvoiceWithNumberRequest as GenerateInvoiceWithNumberRequest, type index_d$m_GenerateInvoiceWithNumberResponse as GenerateInvoiceWithNumberResponse, type index_d$m_GetOrderInvoiceRequest as GetOrderInvoiceRequest, type index_d$m_GetOrderInvoiceResponse as GetOrderInvoiceResponse, type IdentificationData$i as IdentificationData, type IdentificationDataIdOneOf$i as IdentificationDataIdOneOf, type index_d$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 index_d$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, index_d$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 index_d$l_Algorithm = Algorithm;
|
|
1795
1767
|
type index_d$l_AlgorithmConfig = AlgorithmConfig;
|
|
@@ -1806,12 +1778,10 @@ type index_d$l_ListAvailableAlgorithmsResponse = ListAvailableAlgorithmsResponse
|
|
|
1806
1778
|
type index_d$l_ListAvailableAlgorithmsResponseNonNullableFields = ListAvailableAlgorithmsResponseNonNullableFields;
|
|
1807
1779
|
type index_d$l_Recommendation = Recommendation;
|
|
1808
1780
|
type index_d$l_RecommendationAlgorithmNotSupported = RecommendationAlgorithmNotSupported;
|
|
1809
|
-
type index_d$l__publicGetRecommendationType = _publicGetRecommendationType;
|
|
1810
|
-
type index_d$l__publicListAvailableAlgorithmsType = _publicListAvailableAlgorithmsType;
|
|
1811
1781
|
declare const index_d$l_getRecommendation: typeof getRecommendation;
|
|
1812
1782
|
declare const index_d$l_listAvailableAlgorithms: typeof listAvailableAlgorithms;
|
|
1813
1783
|
declare namespace index_d$l {
|
|
1814
|
-
export { type index_d$l_Algorithm as Algorithm, type index_d$l_AlgorithmConfig as AlgorithmConfig, type index_d$l_AlgorithmInfo as AlgorithmInfo, index_d$l_AlgorithmType as AlgorithmType, type CatalogReference$8 as CatalogReference, type index_d$l_GetRecommendationOptions as GetRecommendationOptions, type index_d$l_GetRecommendationRequest as GetRecommendationRequest, type index_d$l_GetRecommendationResponse as GetRecommendationResponse, type index_d$l_GetRecommendationResponseNonNullableFields as GetRecommendationResponseNonNullableFields, type index_d$l_ItemAppIdNotSupportedByProvider as ItemAppIdNotSupportedByProvider, type index_d$l_ListAvailableAlgorithmsRequest as ListAvailableAlgorithmsRequest, type index_d$l_ListAvailableAlgorithmsResponse as ListAvailableAlgorithmsResponse, type index_d$l_ListAvailableAlgorithmsResponseNonNullableFields as ListAvailableAlgorithmsResponseNonNullableFields, type index_d$l_Recommendation as Recommendation, type index_d$l_RecommendationAlgorithmNotSupported as RecommendationAlgorithmNotSupported,
|
|
1784
|
+
export { type index_d$l_Algorithm as Algorithm, type index_d$l_AlgorithmConfig as AlgorithmConfig, type index_d$l_AlgorithmInfo as AlgorithmInfo, index_d$l_AlgorithmType as AlgorithmType, type CatalogReference$8 as CatalogReference, type index_d$l_GetRecommendationOptions as GetRecommendationOptions, type index_d$l_GetRecommendationRequest as GetRecommendationRequest, type index_d$l_GetRecommendationResponse as GetRecommendationResponse, type index_d$l_GetRecommendationResponseNonNullableFields as GetRecommendationResponseNonNullableFields, type index_d$l_ItemAppIdNotSupportedByProvider as ItemAppIdNotSupportedByProvider, type index_d$l_ListAvailableAlgorithmsRequest as ListAvailableAlgorithmsRequest, type index_d$l_ListAvailableAlgorithmsResponse as ListAvailableAlgorithmsResponse, type index_d$l_ListAvailableAlgorithmsResponseNonNullableFields as ListAvailableAlgorithmsResponseNonNullableFields, type index_d$l_Recommendation as Recommendation, type index_d$l_RecommendationAlgorithmNotSupported as RecommendationAlgorithmNotSupported, index_d$l_getRecommendation as getRecommendation, index_d$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 index_d$k_SearchAbandonedCheckoutsResponse = SearchAbandonedCheckoutsRespon
|
|
|
2676
2640
|
type index_d$k_SearchDetails = SearchDetails;
|
|
2677
2641
|
type index_d$k_SearchPagingMethodOneOf = SearchPagingMethodOneOf;
|
|
2678
2642
|
type index_d$k_V1BuyerInfoIdOneOf = V1BuyerInfoIdOneOf;
|
|
2679
|
-
type index_d$k__publicDeleteAbandonedCheckoutType = _publicDeleteAbandonedCheckoutType;
|
|
2680
|
-
type index_d$k__publicGetAbandonedCheckoutType = _publicGetAbandonedCheckoutType;
|
|
2681
2643
|
type index_d$k__publicOnAbandonedCheckoutRecoveredType = _publicOnAbandonedCheckoutRecoveredType;
|
|
2682
|
-
type index_d$k__publicQueryAbandonedCheckoutsType = _publicQueryAbandonedCheckoutsType;
|
|
2683
|
-
type index_d$k__publicRedirectToCheckoutType = _publicRedirectToCheckoutType;
|
|
2684
2644
|
declare const index_d$k_deleteAbandonedCheckout: typeof deleteAbandonedCheckout;
|
|
2685
2645
|
declare const index_d$k_getAbandonedCheckout: typeof getAbandonedCheckout;
|
|
2686
2646
|
declare const index_d$k_onAbandonedCheckoutRecovered: typeof onAbandonedCheckoutRecovered;
|
|
2687
2647
|
declare const index_d$k_queryAbandonedCheckouts: typeof queryAbandonedCheckouts;
|
|
2688
2648
|
declare const index_d$k_redirectToCheckout: typeof redirectToCheckout;
|
|
2689
2649
|
declare namespace index_d$k {
|
|
2690
|
-
export { type index_d$k_AbandonedCheckout as AbandonedCheckout, type index_d$k_AbandonedCheckoutNonNullableFields as AbandonedCheckoutNonNullableFields, type index_d$k_AbandonedCheckoutRecovered as AbandonedCheckoutRecovered, type index_d$k_AbandonedCheckoutRecoveredEnvelope as AbandonedCheckoutRecoveredEnvelope, type index_d$k_AbandonedCheckoutsQueryBuilder as AbandonedCheckoutsQueryBuilder, type index_d$k_AbandonedCheckoutsQueryResult as AbandonedCheckoutsQueryResult, type ActionEvent$h as ActionEvent, type Activity$3 as Activity, ActivityType$3 as ActivityType, type index_d$k_AddAbandonedCheckoutActivityRequest as AddAbandonedCheckoutActivityRequest, type index_d$k_AddAbandonedCheckoutActivityResponse as AddAbandonedCheckoutActivityResponse, type BaseEventMetadata$f as BaseEventMetadata, type BuyerInfo$8 as BuyerInfo, type Cancel$1 as Cancel, type index_d$k_CartAbandonedEvent as CartAbandonedEvent, type index_d$k_CartRecoveredEvent as CartRecoveredEvent, type index_d$k_CommonCursorPaging as CommonCursorPaging, type index_d$k_CommonCursors as CommonCursors, type index_d$k_CommonPaging as CommonPaging, type index_d$k_CommonPagingMetadataV2 as CommonPagingMetadataV2, index_d$k_CommonSortOrder as CommonSortOrder, type index_d$k_CommonSorting as CommonSorting, type Complete$1 as Complete, type CursorPaging$a as CursorPaging, type Cursors$a as Cursors, type index_d$k_DeleteAbandonedCheckoutRequest as DeleteAbandonedCheckoutRequest, type index_d$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 index_d$k_GetAbandonedCheckoutRequest as GetAbandonedCheckoutRequest, type index_d$k_GetAbandonedCheckoutResponse as GetAbandonedCheckoutResponse, type index_d$k_GetAbandonedCheckoutResponseNonNullableFields as GetAbandonedCheckoutResponseNonNullableFields, type HeadersEntry$1 as HeadersEntry, type IdentificationData$h as IdentificationData, type IdentificationDataIdOneOf$h as IdentificationDataIdOneOf, index_d$k_Identity as Identity, type MessageEnvelope$h as MessageEnvelope, index_d$k_Mode as Mode, type MultiCurrencyPrice$5 as MultiCurrencyPrice, type Paging$1 as Paging, type index_d$k_PagingMetadataV2 as PagingMetadataV2, type index_d$k_QueryAbandonedCheckoutsRequest as QueryAbandonedCheckoutsRequest, type index_d$k_QueryAbandonedCheckoutsResponse as QueryAbandonedCheckoutsResponse, type index_d$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 index_d$k_RedirectToCheckoutRequest as RedirectToCheckoutRequest, type Reschedule$1 as Reschedule, type RestoreInfo$g as RestoreInfo, type index_d$k_Search as Search, type index_d$k_SearchAbandonedCheckoutsRequest as SearchAbandonedCheckoutsRequest, type index_d$k_SearchAbandonedCheckoutsResponse as SearchAbandonedCheckoutsResponse, type index_d$k_SearchDetails as SearchDetails, type index_d$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 index_d$k_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type VatId$7 as VatId, VatType$7 as VatType, WebhookIdentityType$h as WebhookIdentityType, type index_d$
|
|
2650
|
+
export { type index_d$k_AbandonedCheckout as AbandonedCheckout, type index_d$k_AbandonedCheckoutNonNullableFields as AbandonedCheckoutNonNullableFields, type index_d$k_AbandonedCheckoutRecovered as AbandonedCheckoutRecovered, type index_d$k_AbandonedCheckoutRecoveredEnvelope as AbandonedCheckoutRecoveredEnvelope, type index_d$k_AbandonedCheckoutsQueryBuilder as AbandonedCheckoutsQueryBuilder, type index_d$k_AbandonedCheckoutsQueryResult as AbandonedCheckoutsQueryResult, type ActionEvent$h as ActionEvent, type Activity$3 as Activity, ActivityType$3 as ActivityType, type index_d$k_AddAbandonedCheckoutActivityRequest as AddAbandonedCheckoutActivityRequest, type index_d$k_AddAbandonedCheckoutActivityResponse as AddAbandonedCheckoutActivityResponse, type BaseEventMetadata$f as BaseEventMetadata, type BuyerInfo$8 as BuyerInfo, type Cancel$1 as Cancel, type index_d$k_CartAbandonedEvent as CartAbandonedEvent, type index_d$k_CartRecoveredEvent as CartRecoveredEvent, type index_d$k_CommonCursorPaging as CommonCursorPaging, type index_d$k_CommonCursors as CommonCursors, type index_d$k_CommonPaging as CommonPaging, type index_d$k_CommonPagingMetadataV2 as CommonPagingMetadataV2, index_d$k_CommonSortOrder as CommonSortOrder, type index_d$k_CommonSorting as CommonSorting, type Complete$1 as Complete, type CursorPaging$a as CursorPaging, type Cursors$a as Cursors, type index_d$k_DeleteAbandonedCheckoutRequest as DeleteAbandonedCheckoutRequest, type index_d$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 index_d$k_GetAbandonedCheckoutRequest as GetAbandonedCheckoutRequest, type index_d$k_GetAbandonedCheckoutResponse as GetAbandonedCheckoutResponse, type index_d$k_GetAbandonedCheckoutResponseNonNullableFields as GetAbandonedCheckoutResponseNonNullableFields, type HeadersEntry$1 as HeadersEntry, type IdentificationData$h as IdentificationData, type IdentificationDataIdOneOf$h as IdentificationDataIdOneOf, index_d$k_Identity as Identity, type MessageEnvelope$h as MessageEnvelope, index_d$k_Mode as Mode, type MultiCurrencyPrice$5 as MultiCurrencyPrice, type Paging$1 as Paging, type index_d$k_PagingMetadataV2 as PagingMetadataV2, type index_d$k_QueryAbandonedCheckoutsRequest as QueryAbandonedCheckoutsRequest, type index_d$k_QueryAbandonedCheckoutsResponse as QueryAbandonedCheckoutsResponse, type index_d$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 index_d$k_RedirectToCheckoutRequest as RedirectToCheckoutRequest, type Reschedule$1 as Reschedule, type RestoreInfo$g as RestoreInfo, type index_d$k_Search as Search, type index_d$k_SearchAbandonedCheckoutsRequest as SearchAbandonedCheckoutsRequest, type index_d$k_SearchAbandonedCheckoutsResponse as SearchAbandonedCheckoutsResponse, type index_d$k_SearchDetails as SearchDetails, type index_d$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 index_d$k_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type VatId$7 as VatId, VatType$7 as VatType, WebhookIdentityType$h as WebhookIdentityType, type index_d$k__publicOnAbandonedCheckoutRecoveredType as _publicOnAbandonedCheckoutRecoveredType, index_d$k_deleteAbandonedCheckout as deleteAbandonedCheckout, index_d$k_getAbandonedCheckout as getAbandonedCheckout, index_d$k_onAbandonedCheckoutRecovered as onAbandonedCheckoutRecovered, onAbandonedCheckoutRecovered$1 as publicOnAbandonedCheckoutRecovered, index_d$k_queryAbandonedCheckouts as queryAbandonedCheckouts, index_d$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 index_d$j_ReportItemsBackInStockResponse = ReportItemsBackInStockResponse;
|
|
|
3456
3407
|
type index_d$j_RequestsQueryBuilder = RequestsQueryBuilder;
|
|
3457
3408
|
type index_d$j_RequestsQueryResult = RequestsQueryResult;
|
|
3458
3409
|
type index_d$j_URI = URI;
|
|
3459
|
-
type index_d$j__publicCreateBackInStockNotificationRequestType = _publicCreateBackInStockNotificationRequestType;
|
|
3460
|
-
type index_d$j__publicDeleteBackInStockNotificationRequestType = _publicDeleteBackInStockNotificationRequestType;
|
|
3461
|
-
type index_d$j__publicGetBackInStockNotificationRequestType = _publicGetBackInStockNotificationRequestType;
|
|
3462
|
-
type index_d$j__publicGetBackInStockNotificationRequestsCountByCatalogReferencesType = _publicGetBackInStockNotificationRequestsCountByCatalogReferencesType;
|
|
3463
|
-
type index_d$j__publicMarkAsNotificationSentType = _publicMarkAsNotificationSentType;
|
|
3464
3410
|
type index_d$j__publicOnBackInStockNotificationRequestCreatedType = _publicOnBackInStockNotificationRequestCreatedType;
|
|
3465
3411
|
type index_d$j__publicOnBackInStockNotificationRequestDeletedType = _publicOnBackInStockNotificationRequestDeletedType;
|
|
3466
3412
|
type index_d$j__publicOnBackInStockNotificationRequestUpdatedType = _publicOnBackInStockNotificationRequestUpdatedType;
|
|
3467
|
-
type index_d$j__publicQueryBackInStockNotificationRequestsType = _publicQueryBackInStockNotificationRequestsType;
|
|
3468
|
-
type index_d$j__publicReportItemsBackInStockType = _publicReportItemsBackInStockType;
|
|
3469
3413
|
declare const index_d$j_createBackInStockNotificationRequest: typeof createBackInStockNotificationRequest;
|
|
3470
3414
|
declare const index_d$j_deleteBackInStockNotificationRequest: typeof deleteBackInStockNotificationRequest;
|
|
3471
3415
|
declare const index_d$j_getBackInStockNotificationRequest: typeof getBackInStockNotificationRequest;
|
|
@@ -3477,7 +3421,7 @@ declare const index_d$j_onBackInStockNotificationRequestUpdated: typeof onBackIn
|
|
|
3477
3421
|
declare const index_d$j_queryBackInStockNotificationRequests: typeof queryBackInStockNotificationRequests;
|
|
3478
3422
|
declare const index_d$j_reportItemsBackInStock: typeof reportItemsBackInStock;
|
|
3479
3423
|
declare namespace index_d$j {
|
|
3480
|
-
export { type ActionEvent$g as ActionEvent, type App$1 as App, type index_d$j_BackInStockItemDetails as BackInStockItemDetails, type index_d$j_BackInStockNotificationRequest as BackInStockNotificationRequest, type index_d$j_BackInStockNotificationRequestCreatedEnvelope as BackInStockNotificationRequestCreatedEnvelope, type index_d$j_BackInStockNotificationRequestDeletedEnvelope as BackInStockNotificationRequestDeletedEnvelope, type index_d$j_BackInStockNotificationRequestNonNullableFields as BackInStockNotificationRequestNonNullableFields, type index_d$j_BackInStockNotificationRequestUpdatedEnvelope as BackInStockNotificationRequestUpdatedEnvelope, type index_d$j_BackInStockNotificationRequestsCount as BackInStockNotificationRequestsCount, type BaseEventMetadata$e as BaseEventMetadata, type CatalogReference$7 as CatalogReference, type index_d$j_CreateBackInStockNotificationRequestRequest as CreateBackInStockNotificationRequestRequest, type index_d$j_CreateBackInStockNotificationRequestResponse as CreateBackInStockNotificationRequestResponse, type index_d$j_CreateBackInStockNotificationRequestResponseNonNullableFields as CreateBackInStockNotificationRequestResponseNonNullableFields, type CursorPaging$9 as CursorPaging, type Cursors$9 as Cursors, type index_d$j_DeleteBackInStockNotificationRequestRequest as DeleteBackInStockNotificationRequestRequest, type index_d$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 index_d$j_File as File, type index_d$j_GetBackInStockNotificationRequestRequest as GetBackInStockNotificationRequestRequest, type index_d$j_GetBackInStockNotificationRequestResponse as GetBackInStockNotificationRequestResponse, type index_d$j_GetBackInStockNotificationRequestResponseNonNullableFields as GetBackInStockNotificationRequestResponseNonNullableFields, type index_d$j_GetBackInStockNotificationRequestsCountByCatalogReferencesRequest as GetBackInStockNotificationRequestsCountByCatalogReferencesRequest, type index_d$j_GetBackInStockNotificationRequestsCountByCatalogReferencesResponse as GetBackInStockNotificationRequestsCountByCatalogReferencesResponse, type index_d$j_GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields as GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields, type IdentificationData$g as IdentificationData, type IdentificationDataIdOneOf$g as IdentificationDataIdOneOf, type index_d$j_InvalidateCache as InvalidateCache, type index_d$j_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type index_d$j_MarkAsNotificationSentRequest as MarkAsNotificationSentRequest, type index_d$j_MarkAsNotificationSentResponse as MarkAsNotificationSentResponse, type index_d$j_MarkAsNotificationSentResponseNonNullableFields as MarkAsNotificationSentResponseNonNullableFields, type MessageEnvelope$g as MessageEnvelope, type index_d$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 index_d$j_QueryBackInStockNotificationRequestsRequest as QueryBackInStockNotificationRequestsRequest, type index_d$j_QueryBackInStockNotificationRequestsResponse as QueryBackInStockNotificationRequestsResponse, type index_d$j_QueryBackInStockNotificationRequestsResponseNonNullableFields as QueryBackInStockNotificationRequestsResponseNonNullableFields, type index_d$j_ReportItemsBackInStockOptions as ReportItemsBackInStockOptions, type index_d$j_ReportItemsBackInStockRequest as ReportItemsBackInStockRequest, type index_d$j_ReportItemsBackInStockResponse as ReportItemsBackInStockResponse, type index_d$j_RequestsQueryBuilder as RequestsQueryBuilder, type index_d$j_RequestsQueryResult as RequestsQueryResult, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, Status$2 as Status, type index_d$j_URI as URI, WebhookIdentityType$g as WebhookIdentityType, type index_d$
|
|
3424
|
+
export { type ActionEvent$g as ActionEvent, type App$1 as App, type index_d$j_BackInStockItemDetails as BackInStockItemDetails, type index_d$j_BackInStockNotificationRequest as BackInStockNotificationRequest, type index_d$j_BackInStockNotificationRequestCreatedEnvelope as BackInStockNotificationRequestCreatedEnvelope, type index_d$j_BackInStockNotificationRequestDeletedEnvelope as BackInStockNotificationRequestDeletedEnvelope, type index_d$j_BackInStockNotificationRequestNonNullableFields as BackInStockNotificationRequestNonNullableFields, type index_d$j_BackInStockNotificationRequestUpdatedEnvelope as BackInStockNotificationRequestUpdatedEnvelope, type index_d$j_BackInStockNotificationRequestsCount as BackInStockNotificationRequestsCount, type BaseEventMetadata$e as BaseEventMetadata, type CatalogReference$7 as CatalogReference, type index_d$j_CreateBackInStockNotificationRequestRequest as CreateBackInStockNotificationRequestRequest, type index_d$j_CreateBackInStockNotificationRequestResponse as CreateBackInStockNotificationRequestResponse, type index_d$j_CreateBackInStockNotificationRequestResponseNonNullableFields as CreateBackInStockNotificationRequestResponseNonNullableFields, type CursorPaging$9 as CursorPaging, type Cursors$9 as Cursors, type index_d$j_DeleteBackInStockNotificationRequestRequest as DeleteBackInStockNotificationRequestRequest, type index_d$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 index_d$j_File as File, type index_d$j_GetBackInStockNotificationRequestRequest as GetBackInStockNotificationRequestRequest, type index_d$j_GetBackInStockNotificationRequestResponse as GetBackInStockNotificationRequestResponse, type index_d$j_GetBackInStockNotificationRequestResponseNonNullableFields as GetBackInStockNotificationRequestResponseNonNullableFields, type index_d$j_GetBackInStockNotificationRequestsCountByCatalogReferencesRequest as GetBackInStockNotificationRequestsCountByCatalogReferencesRequest, type index_d$j_GetBackInStockNotificationRequestsCountByCatalogReferencesResponse as GetBackInStockNotificationRequestsCountByCatalogReferencesResponse, type index_d$j_GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields as GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields, type IdentificationData$g as IdentificationData, type IdentificationDataIdOneOf$g as IdentificationDataIdOneOf, type index_d$j_InvalidateCache as InvalidateCache, type index_d$j_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type index_d$j_MarkAsNotificationSentRequest as MarkAsNotificationSentRequest, type index_d$j_MarkAsNotificationSentResponse as MarkAsNotificationSentResponse, type index_d$j_MarkAsNotificationSentResponseNonNullableFields as MarkAsNotificationSentResponseNonNullableFields, type MessageEnvelope$g as MessageEnvelope, type index_d$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 index_d$j_QueryBackInStockNotificationRequestsRequest as QueryBackInStockNotificationRequestsRequest, type index_d$j_QueryBackInStockNotificationRequestsResponse as QueryBackInStockNotificationRequestsResponse, type index_d$j_QueryBackInStockNotificationRequestsResponseNonNullableFields as QueryBackInStockNotificationRequestsResponseNonNullableFields, type index_d$j_ReportItemsBackInStockOptions as ReportItemsBackInStockOptions, type index_d$j_ReportItemsBackInStockRequest as ReportItemsBackInStockRequest, type index_d$j_ReportItemsBackInStockResponse as ReportItemsBackInStockResponse, type index_d$j_RequestsQueryBuilder as RequestsQueryBuilder, type index_d$j_RequestsQueryResult as RequestsQueryResult, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, Status$2 as Status, type index_d$j_URI as URI, WebhookIdentityType$g as WebhookIdentityType, type index_d$j__publicOnBackInStockNotificationRequestCreatedType as _publicOnBackInStockNotificationRequestCreatedType, type index_d$j__publicOnBackInStockNotificationRequestDeletedType as _publicOnBackInStockNotificationRequestDeletedType, type index_d$j__publicOnBackInStockNotificationRequestUpdatedType as _publicOnBackInStockNotificationRequestUpdatedType, index_d$j_createBackInStockNotificationRequest as createBackInStockNotificationRequest, index_d$j_deleteBackInStockNotificationRequest as deleteBackInStockNotificationRequest, index_d$j_getBackInStockNotificationRequest as getBackInStockNotificationRequest, index_d$j_getBackInStockNotificationRequestsCountByCatalogReferences as getBackInStockNotificationRequestsCountByCatalogReferences, index_d$j_markAsNotificationSent as markAsNotificationSent, index_d$j_onBackInStockNotificationRequestCreated as onBackInStockNotificationRequestCreated, index_d$j_onBackInStockNotificationRequestDeleted as onBackInStockNotificationRequestDeleted, index_d$j_onBackInStockNotificationRequestUpdated as onBackInStockNotificationRequestUpdated, onBackInStockNotificationRequestCreated$1 as publicOnBackInStockNotificationRequestCreated, onBackInStockNotificationRequestDeleted$1 as publicOnBackInStockNotificationRequestDeleted, onBackInStockNotificationRequestUpdated$1 as publicOnBackInStockNotificationRequestUpdated, index_d$j_queryBackInStockNotificationRequests as queryBackInStockNotificationRequests, index_d$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 index_d$i_BackInStockCollectionState = BackInStockCollectionState;
|
|
3580
3519
|
type index_d$i_BackInStockSettings = BackInStockSettings;
|
|
@@ -3587,14 +3526,11 @@ type index_d$i_StartCollectingRequestsResponseNonNullableFields = StartCollectin
|
|
|
3587
3526
|
type index_d$i_StopCollectingRequestsRequest = StopCollectingRequestsRequest;
|
|
3588
3527
|
type index_d$i_StopCollectingRequestsResponse = StopCollectingRequestsResponse;
|
|
3589
3528
|
type index_d$i_StopCollectingRequestsResponseNonNullableFields = StopCollectingRequestsResponseNonNullableFields;
|
|
3590
|
-
type index_d$i__publicGetSettingsType = _publicGetSettingsType;
|
|
3591
|
-
type index_d$i__publicStartCollectingRequestsType = _publicStartCollectingRequestsType;
|
|
3592
|
-
type index_d$i__publicStopCollectingRequestsType = _publicStopCollectingRequestsType;
|
|
3593
3529
|
declare const index_d$i_getSettings: typeof getSettings;
|
|
3594
3530
|
declare const index_d$i_startCollectingRequests: typeof startCollectingRequests;
|
|
3595
3531
|
declare const index_d$i_stopCollectingRequests: typeof stopCollectingRequests;
|
|
3596
3532
|
declare namespace index_d$i {
|
|
3597
|
-
export { type index_d$i_BackInStockCollectionState as BackInStockCollectionState, type index_d$i_BackInStockSettings as BackInStockSettings, type index_d$i_GetSettingsRequest as GetSettingsRequest, type index_d$i_GetSettingsResponse as GetSettingsResponse, type index_d$i_GetSettingsResponseNonNullableFields as GetSettingsResponseNonNullableFields, type index_d$i_StartCollectingRequestsRequest as StartCollectingRequestsRequest, type index_d$i_StartCollectingRequestsResponse as StartCollectingRequestsResponse, type index_d$i_StartCollectingRequestsResponseNonNullableFields as StartCollectingRequestsResponseNonNullableFields, type index_d$i_StopCollectingRequestsRequest as StopCollectingRequestsRequest, type index_d$i_StopCollectingRequestsResponse as StopCollectingRequestsResponse, type index_d$i_StopCollectingRequestsResponseNonNullableFields as StopCollectingRequestsResponseNonNullableFields,
|
|
3533
|
+
export { type index_d$i_BackInStockCollectionState as BackInStockCollectionState, type index_d$i_BackInStockSettings as BackInStockSettings, type index_d$i_GetSettingsRequest as GetSettingsRequest, type index_d$i_GetSettingsResponse as GetSettingsResponse, type index_d$i_GetSettingsResponseNonNullableFields as GetSettingsResponseNonNullableFields, type index_d$i_StartCollectingRequestsRequest as StartCollectingRequestsRequest, type index_d$i_StartCollectingRequestsResponse as StartCollectingRequestsResponse, type index_d$i_StartCollectingRequestsResponseNonNullableFields as StartCollectingRequestsResponseNonNullableFields, type index_d$i_StopCollectingRequestsRequest as StopCollectingRequestsRequest, type index_d$i_StopCollectingRequestsResponse as StopCollectingRequestsResponse, type index_d$i_StopCollectingRequestsResponseNonNullableFields as StopCollectingRequestsResponseNonNullableFields, index_d$i_getSettings as getSettings, index_d$i_startCollectingRequests as startCollectingRequests, index_d$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 index_d$h_AddToCartOptions = AddToCartOptions;
|
|
|
6188
6112
|
type index_d$h_CreateCartOptions = CreateCartOptions;
|
|
6189
6113
|
type index_d$h_EstimateTotalsOptions = EstimateTotalsOptions;
|
|
6190
6114
|
type index_d$h_UpdateCartOptions = UpdateCartOptions;
|
|
6191
|
-
type index_d$h__publicAddToCartType = _publicAddToCartType;
|
|
6192
|
-
type index_d$h__publicCreateCartType = _publicCreateCartType;
|
|
6193
|
-
type index_d$h__publicDeleteCartType = _publicDeleteCartType;
|
|
6194
|
-
type index_d$h__publicEstimateTotalsType = _publicEstimateTotalsType;
|
|
6195
|
-
type index_d$h__publicGetCartType = _publicGetCartType;
|
|
6196
|
-
type index_d$h__publicUpdateCartType = _publicUpdateCartType;
|
|
6197
6115
|
declare const index_d$h_addToCart: typeof addToCart;
|
|
6198
6116
|
declare const index_d$h_createCart: typeof createCart;
|
|
6199
6117
|
declare const index_d$h_deleteCart: typeof deleteCart;
|
|
@@ -6201,7 +6119,7 @@ declare const index_d$h_estimateTotals: typeof estimateTotals;
|
|
|
6201
6119
|
declare const index_d$h_getCart: typeof getCart;
|
|
6202
6120
|
declare const index_d$h_updateCart: typeof updateCart;
|
|
6203
6121
|
declare namespace index_d$h {
|
|
6204
|
-
export { type ActionEvent$f as ActionEvent, type index_d$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 index_d$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 index_d$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 index_d$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 index_d$h__publicAddToCartType as _publicAddToCartType, type index_d$h__publicCreateCartType as _publicCreateCartType, type _publicCreateCheckoutType$1 as _publicCreateCheckoutType, type index_d$h__publicDeleteCartType as _publicDeleteCartType, type index_d$h__publicEstimateTotalsType as _publicEstimateTotalsType, type index_d$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 index_d$h__publicUpdateCartType as _publicUpdateCartType, type _publicUpdateLineItemsQuantityType$1 as _publicUpdateLineItemsQuantityType, index_d$h_addToCart as addToCart, index_d$h_createCart as createCart, createCheckout$2 as createCheckout, index_d$h_deleteCart as deleteCart, index_d$h_estimateTotals as estimateTotals, index_d$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, index_d$h_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
6122
|
+
export { type ActionEvent$f as ActionEvent, type index_d$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 index_d$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 index_d$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 index_d$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, index_d$h_addToCart as addToCart, index_d$h_createCart as createCart, createCheckout$2 as createCheckout, index_d$h_deleteCart as deleteCart, index_d$h_estimateTotals as estimateTotals, index_d$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, index_d$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 index_d$g_UpdateCurrentCartLineItemQuantityRequest = UpdateCurrentCartLineI
|
|
|
8708
8615
|
type index_d$g_UpdateCurrentCartOptions = UpdateCurrentCartOptions;
|
|
8709
8616
|
type index_d$g_V1Coupon = V1Coupon;
|
|
8710
8617
|
type index_d$g_V1MerchantDiscount = V1MerchantDiscount;
|
|
8711
|
-
type index_d$g__publicAddToCurrentCartType = _publicAddToCurrentCartType;
|
|
8712
|
-
type index_d$g__publicCreateCheckoutFromCurrentCartType = _publicCreateCheckoutFromCurrentCartType;
|
|
8713
|
-
type index_d$g__publicDeleteCurrentCartType = _publicDeleteCurrentCartType;
|
|
8714
|
-
type index_d$g__publicEstimateCurrentCartTotalsType = _publicEstimateCurrentCartTotalsType;
|
|
8715
|
-
type index_d$g__publicGetCurrentCartType = _publicGetCurrentCartType;
|
|
8716
8618
|
type index_d$g__publicOnCartCreatedType = _publicOnCartCreatedType;
|
|
8717
8619
|
type index_d$g__publicOnCartDeletedType = _publicOnCartDeletedType;
|
|
8718
8620
|
type index_d$g__publicOnCartUpdatedType = _publicOnCartUpdatedType;
|
|
8719
|
-
type index_d$g__publicRemoveCouponFromCurrentCartType = _publicRemoveCouponFromCurrentCartType;
|
|
8720
|
-
type index_d$g__publicRemoveLineItemsFromCurrentCartType = _publicRemoveLineItemsFromCurrentCartType;
|
|
8721
|
-
type index_d$g__publicUpdateCurrentCartLineItemQuantityType = _publicUpdateCurrentCartLineItemQuantityType;
|
|
8722
|
-
type index_d$g__publicUpdateCurrentCartType = _publicUpdateCurrentCartType;
|
|
8723
8621
|
declare const index_d$g_addToCurrentCart: typeof addToCurrentCart;
|
|
8724
8622
|
declare const index_d$g_createCheckoutFromCurrentCart: typeof createCheckoutFromCurrentCart;
|
|
8725
8623
|
declare const index_d$g_deleteCurrentCart: typeof deleteCurrentCart;
|
|
@@ -8733,7 +8631,7 @@ declare const index_d$g_removeLineItemsFromCurrentCart: typeof removeLineItemsFr
|
|
|
8733
8631
|
declare const index_d$g_updateCurrentCart: typeof updateCurrentCart;
|
|
8734
8632
|
declare const index_d$g_updateCurrentCartLineItemQuantity: typeof updateCurrentCartLineItemQuantity;
|
|
8735
8633
|
declare namespace index_d$g {
|
|
8736
|
-
export { type ActionEvent$e as ActionEvent, type index_d$g_AddToCartRequest as AddToCartRequest, type index_d$g_AddToCartResponse as AddToCartResponse, type index_d$g_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type index_d$g_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type index_d$g_AddToCurrentCartOptions as AddToCurrentCartOptions, type index_d$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 index_d$g_Cart as Cart, type index_d$g_CartCreatedEnvelope as CartCreatedEnvelope, type index_d$g_CartDeletedEnvelope as CartDeletedEnvelope, type index_d$g_CartDiscount as CartDiscount, type index_d$g_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type index_d$g_CartNonNullableFields as CartNonNullableFields, type index_d$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 index_d$g_CreateCartRequest as CreateCartRequest, type index_d$g_CreateCartResponse as CreateCartResponse, type index_d$g_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type index_d$g_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type index_d$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 index_d$g_DeleteCartRequest as DeleteCartRequest, type index_d$g_DeleteCartResponse as DeleteCartResponse, type index_d$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 index_d$g_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type index_d$g_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type index_d$g_EstimateTotalsRequest as EstimateTotalsRequest, type index_d$g_EstimateTotalsResponse as EstimateTotalsResponse, type index_d$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 index_d$g_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type index_d$g_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type index_d$g_GetCartRequest as GetCartRequest, type index_d$g_GetCartResponse as GetCartResponse, type index_d$g_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type index_d$g_GetCurrentCartRequest as GetCurrentCartRequest, type index_d$g_GetCurrentCartResponse as GetCurrentCartResponse, type index_d$g_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$4 as GiftCard, type Group$3 as Group, type index_d$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 index_d$g_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type index_d$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 index_d$g_UpdateCartRequest as UpdateCartRequest, type index_d$g_UpdateCartResponse as UpdateCartResponse, type index_d$g_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type index_d$g_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type index_d$g_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$g_V1Coupon as V1Coupon, type index_d$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 index_d$g__publicAddToCurrentCartType as _publicAddToCurrentCartType, type index_d$g__publicCreateCheckoutFromCurrentCartType as _publicCreateCheckoutFromCurrentCartType, type index_d$g__publicDeleteCurrentCartType as _publicDeleteCurrentCartType, type index_d$g__publicEstimateCurrentCartTotalsType as _publicEstimateCurrentCartTotalsType, type index_d$g__publicGetCurrentCartType as _publicGetCurrentCartType, type index_d$g__publicOnCartCreatedType as _publicOnCartCreatedType, type index_d$g__publicOnCartDeletedType as _publicOnCartDeletedType, type index_d$g__publicOnCartUpdatedType as _publicOnCartUpdatedType, type index_d$g__publicRemoveCouponFromCurrentCartType as _publicRemoveCouponFromCurrentCartType, type index_d$g__publicRemoveLineItemsFromCurrentCartType as _publicRemoveLineItemsFromCurrentCartType, type index_d$g__publicUpdateCurrentCartLineItemQuantityType as _publicUpdateCurrentCartLineItemQuantityType, type index_d$g__publicUpdateCurrentCartType as _publicUpdateCurrentCartType, index_d$g_addToCurrentCart as addToCurrentCart, index_d$g_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, index_d$g_deleteCurrentCart as deleteCurrentCart, index_d$g_estimateCurrentCartTotals as estimateCurrentCartTotals, index_d$g_getCurrentCart as getCurrentCart, index_d$g_onCartCreated as onCartCreated, index_d$g_onCartDeleted as onCartDeleted, index_d$g_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, index_d$g_removeCouponFromCurrentCart as removeCouponFromCurrentCart, index_d$g_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, index_d$g_updateCurrentCart as updateCurrentCart, index_d$g_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
8634
|
+
export { type ActionEvent$e as ActionEvent, type index_d$g_AddToCartRequest as AddToCartRequest, type index_d$g_AddToCartResponse as AddToCartResponse, type index_d$g_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type index_d$g_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type index_d$g_AddToCurrentCartOptions as AddToCurrentCartOptions, type index_d$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 index_d$g_Cart as Cart, type index_d$g_CartCreatedEnvelope as CartCreatedEnvelope, type index_d$g_CartDeletedEnvelope as CartDeletedEnvelope, type index_d$g_CartDiscount as CartDiscount, type index_d$g_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type index_d$g_CartNonNullableFields as CartNonNullableFields, type index_d$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 index_d$g_CreateCartRequest as CreateCartRequest, type index_d$g_CreateCartResponse as CreateCartResponse, type index_d$g_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type index_d$g_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type index_d$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 index_d$g_DeleteCartRequest as DeleteCartRequest, type index_d$g_DeleteCartResponse as DeleteCartResponse, type index_d$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 index_d$g_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type index_d$g_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type index_d$g_EstimateTotalsRequest as EstimateTotalsRequest, type index_d$g_EstimateTotalsResponse as EstimateTotalsResponse, type index_d$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 index_d$g_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type index_d$g_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type index_d$g_GetCartRequest as GetCartRequest, type index_d$g_GetCartResponse as GetCartResponse, type index_d$g_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type index_d$g_GetCurrentCartRequest as GetCurrentCartRequest, type index_d$g_GetCurrentCartResponse as GetCurrentCartResponse, type index_d$g_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$4 as GiftCard, type Group$3 as Group, type index_d$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 index_d$g_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type index_d$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 index_d$g_UpdateCartRequest as UpdateCartRequest, type index_d$g_UpdateCartResponse as UpdateCartResponse, type index_d$g_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type index_d$g_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type index_d$g_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$g_V1Coupon as V1Coupon, type index_d$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 index_d$g__publicOnCartCreatedType as _publicOnCartCreatedType, type index_d$g__publicOnCartDeletedType as _publicOnCartDeletedType, type index_d$g__publicOnCartUpdatedType as _publicOnCartUpdatedType, index_d$g_addToCurrentCart as addToCurrentCart, index_d$g_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, index_d$g_deleteCurrentCart as deleteCurrentCart, index_d$g_estimateCurrentCartTotals as estimateCurrentCartTotals, index_d$g_getCurrentCart as getCurrentCart, index_d$g_onCartCreated as onCartCreated, index_d$g_onCartDeleted as onCartDeleted, index_d$g_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, index_d$g_removeCouponFromCurrentCart as removeCouponFromCurrentCart, index_d$g_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, index_d$g_updateCurrentCart as updateCurrentCart, index_d$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 index_d$f_V1ShippingInfoDetailsOneOf = V1ShippingInfoDetailsOneOf;
|
|
|
12108
11991
|
type index_d$f_V1SubscriptionOptionInfo = V1SubscriptionOptionInfo;
|
|
12109
11992
|
type index_d$f_V1SubscriptionSettings = V1SubscriptionSettings;
|
|
12110
11993
|
type index_d$f_ViolationsList = ViolationsList;
|
|
12111
|
-
type index_d$f__publicAddToCheckoutType = _publicAddToCheckoutType;
|
|
12112
|
-
type index_d$f__publicCreateCheckoutType = _publicCreateCheckoutType;
|
|
12113
|
-
type index_d$f__publicGetCheckoutByCartIdType = _publicGetCheckoutByCartIdType;
|
|
12114
|
-
type index_d$f__publicGetCheckoutType = _publicGetCheckoutType;
|
|
12115
|
-
type index_d$f__publicGetCheckoutUrlType = _publicGetCheckoutUrlType;
|
|
12116
|
-
type index_d$f__publicMarkCheckoutAsCompletedType = _publicMarkCheckoutAsCompletedType;
|
|
12117
11994
|
type index_d$f__publicOnCheckoutCompletedType = _publicOnCheckoutCompletedType;
|
|
12118
11995
|
type index_d$f__publicOnCheckoutCreatedType = _publicOnCheckoutCreatedType;
|
|
12119
11996
|
type index_d$f__publicOnCheckoutUpdatedType = _publicOnCheckoutUpdatedType;
|
|
12120
|
-
type index_d$f__publicRemoveCouponType = _publicRemoveCouponType;
|
|
12121
|
-
type index_d$f__publicRemoveGiftCardType = _publicRemoveGiftCardType;
|
|
12122
|
-
type index_d$f__publicRemoveLineItemsType = _publicRemoveLineItemsType;
|
|
12123
|
-
type index_d$f__publicRemoveOverrideCheckoutUrlType = _publicRemoveOverrideCheckoutUrlType;
|
|
12124
|
-
type index_d$f__publicUpdateCheckoutType = _publicUpdateCheckoutType;
|
|
12125
|
-
type index_d$f__publicUpdateLineItemsQuantityType = _publicUpdateLineItemsQuantityType;
|
|
12126
11997
|
declare const index_d$f_addToCheckout: typeof addToCheckout;
|
|
12127
11998
|
declare const index_d$f_createCheckout: typeof createCheckout;
|
|
12128
11999
|
declare const index_d$f_getCheckout: typeof getCheckout;
|
|
@@ -12139,7 +12010,7 @@ declare const index_d$f_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
|
|
|
12139
12010
|
declare const index_d$f_updateCheckout: typeof updateCheckout;
|
|
12140
12011
|
declare const index_d$f_updateLineItemsQuantity: typeof updateLineItemsQuantity;
|
|
12141
12012
|
declare namespace index_d$f {
|
|
12142
|
-
export { type ActionEvent$d as ActionEvent, type index_d$f_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$f_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$f_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$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 index_d$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, index_d$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type index_d$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$f_CommonVatId as CommonVatId, index_d$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type index_d$f_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$f_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$f_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$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, index_d$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 index_d$f_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$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 index_d$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$f_GetCheckoutRequest as GetCheckoutRequest, type index_d$f_GetCheckoutResponse as GetCheckoutResponse, type index_d$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$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 index_d$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type index_d$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$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 index_d$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 index_d$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type index_d$f_RedeemErrorData as RedeemErrorData, type index_d$f_RemoveCouponRequest as RemoveCouponRequest, type index_d$f_RemoveCouponResponse as RemoveCouponResponse, type index_d$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$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 index_d$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$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 index_d$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type index_d$f_Subscription as Subscription, type index_d$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 index_d$f_UpdateCheckout as UpdateCheckout, type index_d$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$f_V1BuyerInfo as V1BuyerInfo, type index_d$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$f_V1ShippingInfo as V1ShippingInfo, type index_d$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type index_d$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type index_d$f__publicAddToCheckoutType as _publicAddToCheckoutType, type index_d$f__publicCreateCheckoutType as _publicCreateCheckoutType, type _publicCreateOrderType$1 as _publicCreateOrderType, type index_d$f__publicGetCheckoutByCartIdType as _publicGetCheckoutByCartIdType, type index_d$f__publicGetCheckoutType as _publicGetCheckoutType, type index_d$f__publicGetCheckoutUrlType as _publicGetCheckoutUrlType, type index_d$f__publicMarkCheckoutAsCompletedType as _publicMarkCheckoutAsCompletedType, type index_d$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type index_d$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type index_d$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, type index_d$f__publicRemoveCouponType as _publicRemoveCouponType, type index_d$f__publicRemoveGiftCardType as _publicRemoveGiftCardType, type index_d$f__publicRemoveLineItemsType as _publicRemoveLineItemsType, type index_d$f__publicRemoveOverrideCheckoutUrlType as _publicRemoveOverrideCheckoutUrlType, type index_d$f__publicUpdateCheckoutType as _publicUpdateCheckoutType, type index_d$f__publicUpdateLineItemsQuantityType as _publicUpdateLineItemsQuantityType, index_d$f_addToCheckout as addToCheckout, index_d$f_createCheckout as createCheckout, createOrder$2 as createOrder, index_d$f_getCheckout as getCheckout, index_d$f_getCheckoutByCartId as getCheckoutByCartId, index_d$f_getCheckoutUrl as getCheckoutUrl, index_d$f_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$f_onCheckoutCompleted as onCheckoutCompleted, index_d$f_onCheckoutCreated as onCheckoutCreated, index_d$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, index_d$f_removeCoupon as removeCoupon, index_d$f_removeGiftCard as removeGiftCard, index_d$f_removeLineItems as removeLineItems, index_d$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$f_updateCheckout as updateCheckout, index_d$f_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
12013
|
+
export { type ActionEvent$d as ActionEvent, type index_d$f_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$f_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$f_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$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 index_d$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, index_d$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type index_d$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$f_CommonVatId as CommonVatId, index_d$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type index_d$f_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$f_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$f_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$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, index_d$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 index_d$f_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$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 index_d$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$f_GetCheckoutRequest as GetCheckoutRequest, type index_d$f_GetCheckoutResponse as GetCheckoutResponse, type index_d$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$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 index_d$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type index_d$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$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 index_d$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 index_d$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type index_d$f_RedeemErrorData as RedeemErrorData, type index_d$f_RemoveCouponRequest as RemoveCouponRequest, type index_d$f_RemoveCouponResponse as RemoveCouponResponse, type index_d$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$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 index_d$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$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 index_d$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type index_d$f_Subscription as Subscription, type index_d$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 index_d$f_UpdateCheckout as UpdateCheckout, type index_d$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$f_V1BuyerInfo as V1BuyerInfo, type index_d$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$f_V1ShippingInfo as V1ShippingInfo, type index_d$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type index_d$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type index_d$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type index_d$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type index_d$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, index_d$f_addToCheckout as addToCheckout, index_d$f_createCheckout as createCheckout, createOrder$2 as createOrder, index_d$f_getCheckout as getCheckout, index_d$f_getCheckoutByCartId as getCheckoutByCartId, index_d$f_getCheckoutUrl as getCheckoutUrl, index_d$f_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$f_onCheckoutCompleted as onCheckoutCompleted, index_d$f_onCheckoutCreated as onCheckoutCreated, index_d$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, index_d$f_removeCoupon as removeCoupon, index_d$f_removeGiftCard as removeGiftCard, index_d$f_removeLineItems as removeLineItems, index_d$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$f_updateCheckout as updateCheckout, index_d$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 index_d$e_TermsAndConditionsPolicy = TermsAndConditionsPolicy;
|
|
|
12585
12452
|
type index_d$e_UpdateCheckoutSettingsRequest = UpdateCheckoutSettingsRequest;
|
|
12586
12453
|
type index_d$e_UpdateCheckoutSettingsResponse = UpdateCheckoutSettingsResponse;
|
|
12587
12454
|
type index_d$e_UpdateCheckoutSettingsResponseNonNullableFields = UpdateCheckoutSettingsResponseNonNullableFields;
|
|
12588
|
-
type index_d$e__publicGetCheckoutSettingsType = _publicGetCheckoutSettingsType;
|
|
12589
12455
|
type index_d$e__publicOnCheckoutSettingsUpdatedType = _publicOnCheckoutSettingsUpdatedType;
|
|
12590
|
-
type index_d$e__publicUpdateCheckoutSettingsType = _publicUpdateCheckoutSettingsType;
|
|
12591
12456
|
declare const index_d$e_getCheckoutSettings: typeof getCheckoutSettings;
|
|
12592
12457
|
declare const index_d$e_onCheckoutSettingsUpdated: typeof onCheckoutSettingsUpdated;
|
|
12593
12458
|
declare const index_d$e_updateCheckoutSettings: typeof updateCheckoutSettings;
|
|
12594
12459
|
declare namespace index_d$e {
|
|
12595
|
-
export { type ActionEvent$c as ActionEvent, index_d$e_Alignment as Alignment, type BaseEventMetadata$a as BaseEventMetadata, type index_d$e_CheckboxField as CheckboxField, type index_d$e_CheckoutBrand as CheckoutBrand, type index_d$e_CheckoutFields as CheckoutFields, type index_d$e_CheckoutHeader as CheckoutHeader, type index_d$e_CheckoutPolicies as CheckoutPolicies, type index_d$e_CheckoutSettings as CheckoutSettings, type index_d$e_CheckoutSettingsUpdatedEnvelope as CheckoutSettingsUpdatedEnvelope, type index_d$e_ContactUsPolicy as ContactUsPolicy, type index_d$e_CustomCheckoutPolicy as CustomCheckoutPolicy, type index_d$e_DeleteCheckoutSettingsRequest as DeleteCheckoutSettingsRequest, type index_d$e_DeleteCheckoutSettingsResponse as DeleteCheckoutSettingsResponse, type index_d$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 index_d$e_GetCheckoutSettingsRequest as GetCheckoutSettingsRequest, type index_d$e_GetCheckoutSettingsResponse as GetCheckoutSettingsResponse, type index_d$e_GetCheckoutSettingsResponseNonNullableFields as GetCheckoutSettingsResponseNonNullableFields, type index_d$e_GiftCardProviderWasProvisioned as GiftCardProviderWasProvisioned, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type index_d$e_ListCheckoutSettingsRequest as ListCheckoutSettingsRequest, type index_d$e_ListCheckoutSettingsResponse as ListCheckoutSettingsResponse, type index_d$e_Logo as Logo, index_d$e_LogoSize as LogoSize, type MessageEnvelope$c as MessageEnvelope, type index_d$e_PrivacyPolicy as PrivacyPolicy, type RestoreInfo$c as RestoreInfo, type index_d$e_ReturnPolicy as ReturnPolicy, type index_d$e_TermsAndConditionsPolicy as TermsAndConditionsPolicy, type index_d$e_UpdateCheckoutSettingsRequest as UpdateCheckoutSettingsRequest, type index_d$e_UpdateCheckoutSettingsResponse as UpdateCheckoutSettingsResponse, type index_d$e_UpdateCheckoutSettingsResponseNonNullableFields as UpdateCheckoutSettingsResponseNonNullableFields, WebhookIdentityType$c as WebhookIdentityType, type index_d$
|
|
12460
|
+
export { type ActionEvent$c as ActionEvent, index_d$e_Alignment as Alignment, type BaseEventMetadata$a as BaseEventMetadata, type index_d$e_CheckboxField as CheckboxField, type index_d$e_CheckoutBrand as CheckoutBrand, type index_d$e_CheckoutFields as CheckoutFields, type index_d$e_CheckoutHeader as CheckoutHeader, type index_d$e_CheckoutPolicies as CheckoutPolicies, type index_d$e_CheckoutSettings as CheckoutSettings, type index_d$e_CheckoutSettingsUpdatedEnvelope as CheckoutSettingsUpdatedEnvelope, type index_d$e_ContactUsPolicy as ContactUsPolicy, type index_d$e_CustomCheckoutPolicy as CustomCheckoutPolicy, type index_d$e_DeleteCheckoutSettingsRequest as DeleteCheckoutSettingsRequest, type index_d$e_DeleteCheckoutSettingsResponse as DeleteCheckoutSettingsResponse, type index_d$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 index_d$e_GetCheckoutSettingsRequest as GetCheckoutSettingsRequest, type index_d$e_GetCheckoutSettingsResponse as GetCheckoutSettingsResponse, type index_d$e_GetCheckoutSettingsResponseNonNullableFields as GetCheckoutSettingsResponseNonNullableFields, type index_d$e_GiftCardProviderWasProvisioned as GiftCardProviderWasProvisioned, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type index_d$e_ListCheckoutSettingsRequest as ListCheckoutSettingsRequest, type index_d$e_ListCheckoutSettingsResponse as ListCheckoutSettingsResponse, type index_d$e_Logo as Logo, index_d$e_LogoSize as LogoSize, type MessageEnvelope$c as MessageEnvelope, type index_d$e_PrivacyPolicy as PrivacyPolicy, type RestoreInfo$c as RestoreInfo, type index_d$e_ReturnPolicy as ReturnPolicy, type index_d$e_TermsAndConditionsPolicy as TermsAndConditionsPolicy, type index_d$e_UpdateCheckoutSettingsRequest as UpdateCheckoutSettingsRequest, type index_d$e_UpdateCheckoutSettingsResponse as UpdateCheckoutSettingsResponse, type index_d$e_UpdateCheckoutSettingsResponseNonNullableFields as UpdateCheckoutSettingsResponseNonNullableFields, WebhookIdentityType$c as WebhookIdentityType, type index_d$e__publicOnCheckoutSettingsUpdatedType as _publicOnCheckoutSettingsUpdatedType, index_d$e_getCheckoutSettings as getCheckoutSettings, index_d$e_onCheckoutSettingsUpdated as onCheckoutSettingsUpdated, onCheckoutSettingsUpdated$1 as publicOnCheckoutSettingsUpdated, index_d$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 index_d$d_UpdateCheckoutTemplateResponseNonNullableFields = UpdateCheckoutT
|
|
|
14987
14843
|
type index_d$d_V1LineItem = V1LineItem;
|
|
14988
14844
|
type index_d$d_Violation = Violation;
|
|
14989
14845
|
type index_d$d_WebClientCustomization = WebClientCustomization;
|
|
14990
|
-
type index_d$d__publicCreateAndRedirectToCheckoutType = _publicCreateAndRedirectToCheckoutType;
|
|
14991
|
-
type index_d$d__publicCreateCheckoutFromTemplateType = _publicCreateCheckoutFromTemplateType;
|
|
14992
|
-
type index_d$d__publicCreateCheckoutTemplateType = _publicCreateCheckoutTemplateType;
|
|
14993
|
-
type index_d$d__publicDeleteCheckoutTemplateType = _publicDeleteCheckoutTemplateType;
|
|
14994
|
-
type index_d$d__publicGetCheckoutTemplateType = _publicGetCheckoutTemplateType;
|
|
14995
14846
|
type index_d$d__publicOnCheckoutTemplateCreatedType = _publicOnCheckoutTemplateCreatedType;
|
|
14996
14847
|
type index_d$d__publicOnCheckoutTemplateDeletedType = _publicOnCheckoutTemplateDeletedType;
|
|
14997
14848
|
type index_d$d__publicOnCheckoutTemplateUpdatedType = _publicOnCheckoutTemplateUpdatedType;
|
|
14998
14849
|
type index_d$d__publicOnCheckoutTemplateUsedType = _publicOnCheckoutTemplateUsedType;
|
|
14999
|
-
type index_d$d__publicQueryCheckoutTemplatesType = _publicQueryCheckoutTemplatesType;
|
|
15000
|
-
type index_d$d__publicUpdateCheckoutTemplateType = _publicUpdateCheckoutTemplateType;
|
|
15001
14850
|
declare const index_d$d_createAndRedirectToCheckout: typeof createAndRedirectToCheckout;
|
|
15002
14851
|
declare const index_d$d_createCheckoutFromTemplate: typeof createCheckoutFromTemplate;
|
|
15003
14852
|
declare const index_d$d_createCheckoutTemplate: typeof createCheckoutTemplate;
|
|
@@ -15010,7 +14859,7 @@ declare const index_d$d_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
|
|
|
15010
14859
|
declare const index_d$d_queryCheckoutTemplates: typeof queryCheckoutTemplates;
|
|
15011
14860
|
declare const index_d$d_updateCheckoutTemplate: typeof updateCheckoutTemplate;
|
|
15012
14861
|
declare namespace index_d$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 index_d$d_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$2 as ChargeType, type index_d$d_Checkout as Checkout, type index_d$d_CheckoutCustomization as CheckoutCustomization, type index_d$d_CheckoutTemplate as CheckoutTemplate, type index_d$d_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type index_d$d_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type index_d$d_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type index_d$d_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type index_d$d_CheckoutTemplateUsed as CheckoutTemplateUsed, type index_d$d_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type index_d$d_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type index_d$d_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type index_d$d_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type index_d$d_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type index_d$d_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type index_d$d_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type index_d$d_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type index_d$d_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type index_d$d_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type index_d$d_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type index_d$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 index_d$d_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type index_d$d_CustomSettings as CustomSettings, type index_d$d_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type index_d$d_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type index_d$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 index_d$d_ExternalReference as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$2 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$2 as FullAddressContactDetails, type index_d$d_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type index_d$d_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type index_d$d_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$2 as GiftCard, type Group$1 as Group, type index_d$d_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type index_d$d_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$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, index_d$d_NameInLineItem as NameInLineItem, index_d$d_NameInOther as NameInOther, type index_d$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 index_d$d_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type index_d$d_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type index_d$d_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type index_d$d_RawHttpResponse as RawHttpResponse, type index_d$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, index_d$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 index_d$d_Target as Target, type index_d$d_TargetLineItem as TargetLineItem, type index_d$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 index_d$d_Title as Title, type index_d$d_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type index_d$d_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type index_d$d_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type index_d$d_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type index_d$d_V1LineItem as V1LineItem, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, type index_d$d_Violation as Violation, type index_d$d_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$4 as WeightUnit, type index_d$d__publicCreateAndRedirectToCheckoutType as _publicCreateAndRedirectToCheckoutType, type index_d$d__publicCreateCheckoutFromTemplateType as _publicCreateCheckoutFromTemplateType, type index_d$d__publicCreateCheckoutTemplateType as _publicCreateCheckoutTemplateType, type index_d$d__publicDeleteCheckoutTemplateType as _publicDeleteCheckoutTemplateType, type index_d$d__publicGetCheckoutTemplateType as _publicGetCheckoutTemplateType, type index_d$d__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type index_d$d__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type index_d$d__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type index_d$d__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, type index_d$d__publicQueryCheckoutTemplatesType as _publicQueryCheckoutTemplatesType, type index_d$d__publicUpdateCheckoutTemplateType as _publicUpdateCheckoutTemplateType, index_d$d_createAndRedirectToCheckout as createAndRedirectToCheckout, index_d$d_createCheckoutFromTemplate as createCheckoutFromTemplate, index_d$d_createCheckoutTemplate as createCheckoutTemplate, index_d$d_deleteCheckoutTemplate as deleteCheckoutTemplate, index_d$d_getCheckoutTemplate as getCheckoutTemplate, index_d$d_onCheckoutTemplateCreated as onCheckoutTemplateCreated, index_d$d_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, index_d$d_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, index_d$d_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, index_d$d_queryCheckoutTemplates as queryCheckoutTemplates, index_d$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 index_d$d_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$2 as ChargeType, type index_d$d_Checkout as Checkout, type index_d$d_CheckoutCustomization as CheckoutCustomization, type index_d$d_CheckoutTemplate as CheckoutTemplate, type index_d$d_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type index_d$d_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type index_d$d_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type index_d$d_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type index_d$d_CheckoutTemplateUsed as CheckoutTemplateUsed, type index_d$d_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type index_d$d_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type index_d$d_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type index_d$d_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type index_d$d_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type index_d$d_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type index_d$d_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type index_d$d_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type index_d$d_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type index_d$d_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type index_d$d_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type index_d$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 index_d$d_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type index_d$d_CustomSettings as CustomSettings, type index_d$d_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type index_d$d_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type index_d$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 index_d$d_ExternalReference as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$2 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$2 as FullAddressContactDetails, type index_d$d_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type index_d$d_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type index_d$d_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$2 as GiftCard, type Group$1 as Group, type index_d$d_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type index_d$d_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$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, index_d$d_NameInLineItem as NameInLineItem, index_d$d_NameInOther as NameInOther, type index_d$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 index_d$d_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type index_d$d_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type index_d$d_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type index_d$d_RawHttpResponse as RawHttpResponse, type index_d$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, index_d$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 index_d$d_Target as Target, type index_d$d_TargetLineItem as TargetLineItem, type index_d$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 index_d$d_Title as Title, type index_d$d_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type index_d$d_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type index_d$d_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type index_d$d_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type index_d$d_V1LineItem as V1LineItem, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, type index_d$d_Violation as Violation, type index_d$d_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$4 as WeightUnit, type index_d$d__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type index_d$d__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type index_d$d__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type index_d$d__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, index_d$d_createAndRedirectToCheckout as createAndRedirectToCheckout, index_d$d_createCheckoutFromTemplate as createCheckoutFromTemplate, index_d$d_createCheckoutTemplate as createCheckoutTemplate, index_d$d_deleteCheckoutTemplate as deleteCheckoutTemplate, index_d$d_getCheckoutTemplate as getCheckoutTemplate, index_d$d_onCheckoutTemplateCreated as onCheckoutTemplateCreated, index_d$d_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, index_d$d_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, index_d$d_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, index_d$d_queryCheckoutTemplates as queryCheckoutTemplates, index_d$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 index_d$c_UpdateDeliveryRegionOptions = UpdateDeliveryRegionOptions;
|
|
|
16514
16347
|
type index_d$c_UpdateDeliveryRegionRequest = UpdateDeliveryRegionRequest;
|
|
16515
16348
|
type index_d$c_UpdateDeliveryRegionResponse = UpdateDeliveryRegionResponse;
|
|
16516
16349
|
type index_d$c_UpdateDeliveryRegionResponseNonNullableFields = UpdateDeliveryRegionResponseNonNullableFields;
|
|
16517
|
-
type index_d$c__publicAddDeliveryCarrierType = _publicAddDeliveryCarrierType;
|
|
16518
|
-
type index_d$c__publicAddDeliveryRegionType = _publicAddDeliveryRegionType;
|
|
16519
|
-
type index_d$c__publicCreateDeliveryProfileType = _publicCreateDeliveryProfileType;
|
|
16520
|
-
type index_d$c__publicDeleteDeliveryProfileType = _publicDeleteDeliveryProfileType;
|
|
16521
|
-
type index_d$c__publicGetDeliveryProfileType = _publicGetDeliveryProfileType;
|
|
16522
|
-
type index_d$c__publicListDeliveryCarrierDetailsType = _publicListDeliveryCarrierDetailsType;
|
|
16523
|
-
type index_d$c__publicListDeliveryCarriersType = _publicListDeliveryCarriersType;
|
|
16524
16350
|
type index_d$c__publicOnDeliveryProfileCreatedType = _publicOnDeliveryProfileCreatedType;
|
|
16525
16351
|
type index_d$c__publicOnDeliveryProfileDeletedType = _publicOnDeliveryProfileDeletedType;
|
|
16526
16352
|
type index_d$c__publicOnDeliveryProfileDeliveryRegionAddedType = _publicOnDeliveryProfileDeliveryRegionAddedType;
|
|
16527
16353
|
type index_d$c__publicOnDeliveryProfileDeliveryRegionRemovedType = _publicOnDeliveryProfileDeliveryRegionRemovedType;
|
|
16528
16354
|
type index_d$c__publicOnDeliveryProfileDeliveryRegionUpdatedType = _publicOnDeliveryProfileDeliveryRegionUpdatedType;
|
|
16529
16355
|
type index_d$c__publicOnDeliveryProfileUpdatedType = _publicOnDeliveryProfileUpdatedType;
|
|
16530
|
-
type index_d$c__publicQueryDeliveryProfilesType = _publicQueryDeliveryProfilesType;
|
|
16531
|
-
type index_d$c__publicRemoveDeliveryCarrierType = _publicRemoveDeliveryCarrierType;
|
|
16532
|
-
type index_d$c__publicRemoveDeliveryRegionType = _publicRemoveDeliveryRegionType;
|
|
16533
|
-
type index_d$c__publicUpdateDeliveryCarrierType = _publicUpdateDeliveryCarrierType;
|
|
16534
|
-
type index_d$c__publicUpdateDeliveryProfileType = _publicUpdateDeliveryProfileType;
|
|
16535
|
-
type index_d$c__publicUpdateDeliveryRegionType = _publicUpdateDeliveryRegionType;
|
|
16536
16356
|
declare const index_d$c_addDeliveryCarrier: typeof addDeliveryCarrier;
|
|
16537
16357
|
declare const index_d$c_addDeliveryRegion: typeof addDeliveryRegion;
|
|
16538
16358
|
declare const index_d$c_createDeliveryProfile: typeof createDeliveryProfile;
|
|
@@ -16553,7 +16373,7 @@ declare const index_d$c_updateDeliveryCarrier: typeof updateDeliveryCarrier;
|
|
|
16553
16373
|
declare const index_d$c_updateDeliveryProfile: typeof updateDeliveryProfile;
|
|
16554
16374
|
declare const index_d$c_updateDeliveryRegion: typeof updateDeliveryRegion;
|
|
16555
16375
|
declare namespace index_d$c {
|
|
16556
|
-
export { type ActionEvent$a as ActionEvent, type index_d$c_AddDeliveryCarrierOptions as AddDeliveryCarrierOptions, type index_d$c_AddDeliveryCarrierRequest as AddDeliveryCarrierRequest, type index_d$c_AddDeliveryCarrierResponse as AddDeliveryCarrierResponse, type index_d$c_AddDeliveryCarrierResponseNonNullableFields as AddDeliveryCarrierResponseNonNullableFields, type index_d$c_AddDeliveryRegionOptions as AddDeliveryRegionOptions, type index_d$c_AddDeliveryRegionRequest as AddDeliveryRegionRequest, type index_d$c_AddDeliveryRegionResponse as AddDeliveryRegionResponse, type index_d$c_AddDeliveryRegionResponseNonNullableFields as AddDeliveryRegionResponseNonNullableFields, type index_d$c_AdditionalCharge as AdditionalCharge, type ApplicationError$6 as ApplicationError, type index_d$c_Asset as Asset, type index_d$c_BackupRate as BackupRate, type BaseEventMetadata$8 as BaseEventMetadata, type BulkActionMetadata$3 as BulkActionMetadata, ChargeType$1 as ChargeType, type index_d$c_Column as Column, type index_d$c_CreateDeliveryProfileRequest as CreateDeliveryProfileRequest, type index_d$c_CreateDeliveryProfileResponse as CreateDeliveryProfileResponse, type index_d$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 index_d$c_DashboardTable as DashboardTable, type index_d$c_DeleteContext as DeleteContext, type index_d$c_DeleteDeliveryProfileRequest as DeleteDeliveryProfileRequest, type index_d$c_DeleteDeliveryProfileResponse as DeleteDeliveryProfileResponse, index_d$c_DeleteStatus as DeleteStatus, type index_d$c_DeliveryCarrier as DeliveryCarrier, type index_d$c_DeliveryCarrierDetails as DeliveryCarrierDetails, type index_d$c_DeliveryCarrierRegionalSettings as DeliveryCarrierRegionalSettings, type index_d$c_DeliveryProfile as DeliveryProfile, type index_d$c_DeliveryProfileCreatedEnvelope as DeliveryProfileCreatedEnvelope, type index_d$c_DeliveryProfileDeletedEnvelope as DeliveryProfileDeletedEnvelope, type index_d$c_DeliveryProfileDeliveryRegionAddedEnvelope as DeliveryProfileDeliveryRegionAddedEnvelope, type index_d$c_DeliveryProfileDeliveryRegionRemovedEnvelope as DeliveryProfileDeliveryRegionRemovedEnvelope, type index_d$c_DeliveryProfileDeliveryRegionUpdatedEnvelope as DeliveryProfileDeliveryRegionUpdatedEnvelope, type index_d$c_DeliveryProfileNonNullableFields as DeliveryProfileNonNullableFields, type index_d$c_DeliveryProfileUpdatedEnvelope as DeliveryProfileUpdatedEnvelope, type index_d$c_DeliveryProfilesQueryBuilder as DeliveryProfilesQueryBuilder, type index_d$c_DeliveryProfilesQueryResult as DeliveryProfilesQueryResult, type index_d$c_DeliveryRegion as DeliveryRegion, type index_d$c_DeliveryRegionAdded as DeliveryRegionAdded, type index_d$c_DeliveryRegionRemoved as DeliveryRegionRemoved, type index_d$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 index_d$c_GetDeliveryProfileRequest as GetDeliveryProfileRequest, type index_d$c_GetDeliveryProfileResponse as GetDeliveryProfileResponse, type index_d$c_GetDeliveryProfileResponseNonNullableFields as GetDeliveryProfileResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type ItemMetadata$3 as ItemMetadata, type index_d$c_ListDeliveryCarrierDetailsRequest as ListDeliveryCarrierDetailsRequest, type index_d$c_ListDeliveryCarrierDetailsResponse as ListDeliveryCarrierDetailsResponse, type index_d$c_ListDeliveryCarrierDetailsResponseNonNullableFields as ListDeliveryCarrierDetailsResponseNonNullableFields, type index_d$c_ListDeliveryCarriersOptions as ListDeliveryCarriersOptions, type index_d$c_ListDeliveryCarriersRequest as ListDeliveryCarriersRequest, type index_d$c_ListDeliveryCarriersResponse as ListDeliveryCarriersResponse, type index_d$c_ListDeliveryCarriersResponseNonNullableFields as ListDeliveryCarriersResponseNonNullableFields, type index_d$c_ListDeliveryCarriersResult as ListDeliveryCarriersResult, type MessageEnvelope$a as MessageEnvelope, type index_d$c_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d$c_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, Namespace$1 as Namespace, type index_d$c_NamespaceChanged as NamespaceChanged, type index_d$c_QueryDeliveryProfilesRequest as QueryDeliveryProfilesRequest, type index_d$c_QueryDeliveryProfilesResponse as QueryDeliveryProfilesResponse, type index_d$c_QueryDeliveryProfilesResponseNonNullableFields as QueryDeliveryProfilesResponseNonNullableFields, type index_d$c_RemoveDeliveryCarrierOptions as RemoveDeliveryCarrierOptions, type index_d$c_RemoveDeliveryCarrierRequest as RemoveDeliveryCarrierRequest, type index_d$c_RemoveDeliveryCarrierResponse as RemoveDeliveryCarrierResponse, type index_d$c_RemoveDeliveryCarrierResponseNonNullableFields as RemoveDeliveryCarrierResponseNonNullableFields, type index_d$c_RemoveDeliveryRegionIdentifiers as RemoveDeliveryRegionIdentifiers, type index_d$c_RemoveDeliveryRegionOptions as RemoveDeliveryRegionOptions, type index_d$c_RemoveDeliveryRegionRequest as RemoveDeliveryRegionRequest, type index_d$c_RemoveDeliveryRegionResponse as RemoveDeliveryRegionResponse, type index_d$c_RemoveDeliveryRegionResponseNonNullableFields as RemoveDeliveryRegionResponseNonNullableFields, type RestoreInfo$a as RestoreInfo, type index_d$c_Row as Row, type index_d$c_ServiceProvisioned as ServiceProvisioned, type index_d$c_ServiceRemoved as ServiceRemoved, type index_d$c_SiteCreated as SiteCreated, index_d$c_SiteCreatedContext as SiteCreatedContext, type index_d$c_SiteDeleted as SiteDeleted, type index_d$c_SiteHardDeleted as SiteHardDeleted, type index_d$c_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d$c_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d$c_SitePublished as SitePublished, type index_d$c_SiteRenamed as SiteRenamed, type index_d$c_SiteTransferred as SiteTransferred, type index_d$c_SiteUndeleted as SiteUndeleted, type index_d$c_SiteUnpublished as SiteUnpublished, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, State$1 as State, type index_d$c_StudioAssigned as StudioAssigned, type index_d$c_StudioUnassigned as StudioUnassigned, type index_d$c_UpdateDeliveryCarrierOptions as UpdateDeliveryCarrierOptions, type index_d$c_UpdateDeliveryCarrierRequest as UpdateDeliveryCarrierRequest, type index_d$c_UpdateDeliveryCarrierResponse as UpdateDeliveryCarrierResponse, type index_d$c_UpdateDeliveryCarrierResponseNonNullableFields as UpdateDeliveryCarrierResponseNonNullableFields, type index_d$c_UpdateDeliveryProfile as UpdateDeliveryProfile, type index_d$c_UpdateDeliveryProfileRequest as UpdateDeliveryProfileRequest, type index_d$c_UpdateDeliveryProfileResponse as UpdateDeliveryProfileResponse, type index_d$c_UpdateDeliveryProfileResponseNonNullableFields as UpdateDeliveryProfileResponseNonNullableFields, type index_d$c_UpdateDeliveryRegion as UpdateDeliveryRegion, type index_d$c_UpdateDeliveryRegionIdentifiers as UpdateDeliveryRegionIdentifiers, type index_d$c_UpdateDeliveryRegionOptions as UpdateDeliveryRegionOptions, type index_d$c_UpdateDeliveryRegionRequest as UpdateDeliveryRegionRequest, type index_d$c_UpdateDeliveryRegionResponse as UpdateDeliveryRegionResponse, type index_d$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 index_d$c__publicAddDeliveryCarrierType as _publicAddDeliveryCarrierType, type index_d$c__publicAddDeliveryRegionType as _publicAddDeliveryRegionType, type index_d$c__publicCreateDeliveryProfileType as _publicCreateDeliveryProfileType, type index_d$c__publicDeleteDeliveryProfileType as _publicDeleteDeliveryProfileType, type index_d$c__publicGetDeliveryProfileType as _publicGetDeliveryProfileType, type index_d$c__publicListDeliveryCarrierDetailsType as _publicListDeliveryCarrierDetailsType, type index_d$c__publicListDeliveryCarriersType as _publicListDeliveryCarriersType, type index_d$c__publicOnDeliveryProfileCreatedType as _publicOnDeliveryProfileCreatedType, type index_d$c__publicOnDeliveryProfileDeletedType as _publicOnDeliveryProfileDeletedType, type index_d$c__publicOnDeliveryProfileDeliveryRegionAddedType as _publicOnDeliveryProfileDeliveryRegionAddedType, type index_d$c__publicOnDeliveryProfileDeliveryRegionRemovedType as _publicOnDeliveryProfileDeliveryRegionRemovedType, type index_d$c__publicOnDeliveryProfileDeliveryRegionUpdatedType as _publicOnDeliveryProfileDeliveryRegionUpdatedType, type index_d$c__publicOnDeliveryProfileUpdatedType as _publicOnDeliveryProfileUpdatedType, type index_d$c__publicQueryDeliveryProfilesType as _publicQueryDeliveryProfilesType, type index_d$c__publicRemoveDeliveryCarrierType as _publicRemoveDeliveryCarrierType, type index_d$c__publicRemoveDeliveryRegionType as _publicRemoveDeliveryRegionType, type index_d$c__publicUpdateDeliveryCarrierType as _publicUpdateDeliveryCarrierType, type index_d$c__publicUpdateDeliveryProfileType as _publicUpdateDeliveryProfileType, type index_d$c__publicUpdateDeliveryRegionType as _publicUpdateDeliveryRegionType, type _publicUpdateExtendedFieldsType$3 as _publicUpdateExtendedFieldsType, index_d$c_addDeliveryCarrier as addDeliveryCarrier, index_d$c_addDeliveryRegion as addDeliveryRegion, index_d$c_createDeliveryProfile as createDeliveryProfile, index_d$c_deleteDeliveryProfile as deleteDeliveryProfile, index_d$c_getDeliveryProfile as getDeliveryProfile, index_d$c_listDeliveryCarrierDetails as listDeliveryCarrierDetails, index_d$c_listDeliveryCarriers as listDeliveryCarriers, index_d$c_onDeliveryProfileCreated as onDeliveryProfileCreated, index_d$c_onDeliveryProfileDeleted as onDeliveryProfileDeleted, index_d$c_onDeliveryProfileDeliveryRegionAdded as onDeliveryProfileDeliveryRegionAdded, index_d$c_onDeliveryProfileDeliveryRegionRemoved as onDeliveryProfileDeliveryRegionRemoved, index_d$c_onDeliveryProfileDeliveryRegionUpdated as onDeliveryProfileDeliveryRegionUpdated, index_d$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, index_d$c_queryDeliveryProfiles as queryDeliveryProfiles, index_d$c_removeDeliveryCarrier as removeDeliveryCarrier, index_d$c_removeDeliveryRegion as removeDeliveryRegion, index_d$c_updateDeliveryCarrier as updateDeliveryCarrier, index_d$c_updateDeliveryProfile as updateDeliveryProfile, index_d$c_updateDeliveryRegion as updateDeliveryRegion, updateExtendedFields$6 as updateExtendedFields };
|
|
16376
|
+
export { type ActionEvent$a as ActionEvent, type index_d$c_AddDeliveryCarrierOptions as AddDeliveryCarrierOptions, type index_d$c_AddDeliveryCarrierRequest as AddDeliveryCarrierRequest, type index_d$c_AddDeliveryCarrierResponse as AddDeliveryCarrierResponse, type index_d$c_AddDeliveryCarrierResponseNonNullableFields as AddDeliveryCarrierResponseNonNullableFields, type index_d$c_AddDeliveryRegionOptions as AddDeliveryRegionOptions, type index_d$c_AddDeliveryRegionRequest as AddDeliveryRegionRequest, type index_d$c_AddDeliveryRegionResponse as AddDeliveryRegionResponse, type index_d$c_AddDeliveryRegionResponseNonNullableFields as AddDeliveryRegionResponseNonNullableFields, type index_d$c_AdditionalCharge as AdditionalCharge, type ApplicationError$6 as ApplicationError, type index_d$c_Asset as Asset, type index_d$c_BackupRate as BackupRate, type BaseEventMetadata$8 as BaseEventMetadata, type BulkActionMetadata$3 as BulkActionMetadata, ChargeType$1 as ChargeType, type index_d$c_Column as Column, type index_d$c_CreateDeliveryProfileRequest as CreateDeliveryProfileRequest, type index_d$c_CreateDeliveryProfileResponse as CreateDeliveryProfileResponse, type index_d$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 index_d$c_DashboardTable as DashboardTable, type index_d$c_DeleteContext as DeleteContext, type index_d$c_DeleteDeliveryProfileRequest as DeleteDeliveryProfileRequest, type index_d$c_DeleteDeliveryProfileResponse as DeleteDeliveryProfileResponse, index_d$c_DeleteStatus as DeleteStatus, type index_d$c_DeliveryCarrier as DeliveryCarrier, type index_d$c_DeliveryCarrierDetails as DeliveryCarrierDetails, type index_d$c_DeliveryCarrierRegionalSettings as DeliveryCarrierRegionalSettings, type index_d$c_DeliveryProfile as DeliveryProfile, type index_d$c_DeliveryProfileCreatedEnvelope as DeliveryProfileCreatedEnvelope, type index_d$c_DeliveryProfileDeletedEnvelope as DeliveryProfileDeletedEnvelope, type index_d$c_DeliveryProfileDeliveryRegionAddedEnvelope as DeliveryProfileDeliveryRegionAddedEnvelope, type index_d$c_DeliveryProfileDeliveryRegionRemovedEnvelope as DeliveryProfileDeliveryRegionRemovedEnvelope, type index_d$c_DeliveryProfileDeliveryRegionUpdatedEnvelope as DeliveryProfileDeliveryRegionUpdatedEnvelope, type index_d$c_DeliveryProfileNonNullableFields as DeliveryProfileNonNullableFields, type index_d$c_DeliveryProfileUpdatedEnvelope as DeliveryProfileUpdatedEnvelope, type index_d$c_DeliveryProfilesQueryBuilder as DeliveryProfilesQueryBuilder, type index_d$c_DeliveryProfilesQueryResult as DeliveryProfilesQueryResult, type index_d$c_DeliveryRegion as DeliveryRegion, type index_d$c_DeliveryRegionAdded as DeliveryRegionAdded, type index_d$c_DeliveryRegionRemoved as DeliveryRegionRemoved, type index_d$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 index_d$c_GetDeliveryProfileRequest as GetDeliveryProfileRequest, type index_d$c_GetDeliveryProfileResponse as GetDeliveryProfileResponse, type index_d$c_GetDeliveryProfileResponseNonNullableFields as GetDeliveryProfileResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type ItemMetadata$3 as ItemMetadata, type index_d$c_ListDeliveryCarrierDetailsRequest as ListDeliveryCarrierDetailsRequest, type index_d$c_ListDeliveryCarrierDetailsResponse as ListDeliveryCarrierDetailsResponse, type index_d$c_ListDeliveryCarrierDetailsResponseNonNullableFields as ListDeliveryCarrierDetailsResponseNonNullableFields, type index_d$c_ListDeliveryCarriersOptions as ListDeliveryCarriersOptions, type index_d$c_ListDeliveryCarriersRequest as ListDeliveryCarriersRequest, type index_d$c_ListDeliveryCarriersResponse as ListDeliveryCarriersResponse, type index_d$c_ListDeliveryCarriersResponseNonNullableFields as ListDeliveryCarriersResponseNonNullableFields, type index_d$c_ListDeliveryCarriersResult as ListDeliveryCarriersResult, type MessageEnvelope$a as MessageEnvelope, type index_d$c_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d$c_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, Namespace$1 as Namespace, type index_d$c_NamespaceChanged as NamespaceChanged, type index_d$c_QueryDeliveryProfilesRequest as QueryDeliveryProfilesRequest, type index_d$c_QueryDeliveryProfilesResponse as QueryDeliveryProfilesResponse, type index_d$c_QueryDeliveryProfilesResponseNonNullableFields as QueryDeliveryProfilesResponseNonNullableFields, type index_d$c_RemoveDeliveryCarrierOptions as RemoveDeliveryCarrierOptions, type index_d$c_RemoveDeliveryCarrierRequest as RemoveDeliveryCarrierRequest, type index_d$c_RemoveDeliveryCarrierResponse as RemoveDeliveryCarrierResponse, type index_d$c_RemoveDeliveryCarrierResponseNonNullableFields as RemoveDeliveryCarrierResponseNonNullableFields, type index_d$c_RemoveDeliveryRegionIdentifiers as RemoveDeliveryRegionIdentifiers, type index_d$c_RemoveDeliveryRegionOptions as RemoveDeliveryRegionOptions, type index_d$c_RemoveDeliveryRegionRequest as RemoveDeliveryRegionRequest, type index_d$c_RemoveDeliveryRegionResponse as RemoveDeliveryRegionResponse, type index_d$c_RemoveDeliveryRegionResponseNonNullableFields as RemoveDeliveryRegionResponseNonNullableFields, type RestoreInfo$a as RestoreInfo, type index_d$c_Row as Row, type index_d$c_ServiceProvisioned as ServiceProvisioned, type index_d$c_ServiceRemoved as ServiceRemoved, type index_d$c_SiteCreated as SiteCreated, index_d$c_SiteCreatedContext as SiteCreatedContext, type index_d$c_SiteDeleted as SiteDeleted, type index_d$c_SiteHardDeleted as SiteHardDeleted, type index_d$c_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d$c_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d$c_SitePublished as SitePublished, type index_d$c_SiteRenamed as SiteRenamed, type index_d$c_SiteTransferred as SiteTransferred, type index_d$c_SiteUndeleted as SiteUndeleted, type index_d$c_SiteUnpublished as SiteUnpublished, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, State$1 as State, type index_d$c_StudioAssigned as StudioAssigned, type index_d$c_StudioUnassigned as StudioUnassigned, type index_d$c_UpdateDeliveryCarrierOptions as UpdateDeliveryCarrierOptions, type index_d$c_UpdateDeliveryCarrierRequest as UpdateDeliveryCarrierRequest, type index_d$c_UpdateDeliveryCarrierResponse as UpdateDeliveryCarrierResponse, type index_d$c_UpdateDeliveryCarrierResponseNonNullableFields as UpdateDeliveryCarrierResponseNonNullableFields, type index_d$c_UpdateDeliveryProfile as UpdateDeliveryProfile, type index_d$c_UpdateDeliveryProfileRequest as UpdateDeliveryProfileRequest, type index_d$c_UpdateDeliveryProfileResponse as UpdateDeliveryProfileResponse, type index_d$c_UpdateDeliveryProfileResponseNonNullableFields as UpdateDeliveryProfileResponseNonNullableFields, type index_d$c_UpdateDeliveryRegion as UpdateDeliveryRegion, type index_d$c_UpdateDeliveryRegionIdentifiers as UpdateDeliveryRegionIdentifiers, type index_d$c_UpdateDeliveryRegionOptions as UpdateDeliveryRegionOptions, type index_d$c_UpdateDeliveryRegionRequest as UpdateDeliveryRegionRequest, type index_d$c_UpdateDeliveryRegionResponse as UpdateDeliveryRegionResponse, type index_d$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 index_d$c__publicOnDeliveryProfileCreatedType as _publicOnDeliveryProfileCreatedType, type index_d$c__publicOnDeliveryProfileDeletedType as _publicOnDeliveryProfileDeletedType, type index_d$c__publicOnDeliveryProfileDeliveryRegionAddedType as _publicOnDeliveryProfileDeliveryRegionAddedType, type index_d$c__publicOnDeliveryProfileDeliveryRegionRemovedType as _publicOnDeliveryProfileDeliveryRegionRemovedType, type index_d$c__publicOnDeliveryProfileDeliveryRegionUpdatedType as _publicOnDeliveryProfileDeliveryRegionUpdatedType, type index_d$c__publicOnDeliveryProfileUpdatedType as _publicOnDeliveryProfileUpdatedType, index_d$c_addDeliveryCarrier as addDeliveryCarrier, index_d$c_addDeliveryRegion as addDeliveryRegion, index_d$c_createDeliveryProfile as createDeliveryProfile, index_d$c_deleteDeliveryProfile as deleteDeliveryProfile, index_d$c_getDeliveryProfile as getDeliveryProfile, index_d$c_listDeliveryCarrierDetails as listDeliveryCarrierDetails, index_d$c_listDeliveryCarriers as listDeliveryCarriers, index_d$c_onDeliveryProfileCreated as onDeliveryProfileCreated, index_d$c_onDeliveryProfileDeleted as onDeliveryProfileDeleted, index_d$c_onDeliveryProfileDeliveryRegionAdded as onDeliveryProfileDeliveryRegionAdded, index_d$c_onDeliveryProfileDeliveryRegionRemoved as onDeliveryProfileDeliveryRegionRemoved, index_d$c_onDeliveryProfileDeliveryRegionUpdated as onDeliveryProfileDeliveryRegionUpdated, index_d$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, index_d$c_queryDeliveryProfiles as queryDeliveryProfiles, index_d$c_removeDeliveryCarrier as removeDeliveryCarrier, index_d$c_removeDeliveryRegion as removeDeliveryRegion, index_d$c_updateDeliveryCarrier as updateDeliveryCarrier, index_d$c_updateDeliveryProfile as updateDeliveryProfile, index_d$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 index_d$b_AddLineItemsToDraftOrderOptions = AddLineItemsToDraftOrderOptions;
|
|
19687
19491
|
type index_d$b_AddLineItemsToDraftOrderRequest = AddLineItemsToDraftOrderRequest;
|
|
@@ -19788,20 +19592,6 @@ type index_d$b_V1DeliveryLogisticsAddressOneOf = V1DeliveryLogisticsAddressOneOf
|
|
|
19788
19592
|
type index_d$b_V1DeliveryTimeSlot = V1DeliveryTimeSlot;
|
|
19789
19593
|
type index_d$b_V1PickupDetails = V1PickupDetails;
|
|
19790
19594
|
type index_d$b_V1ShippingPrice = V1ShippingPrice;
|
|
19791
|
-
type index_d$b__publicAddLineItemsToDraftOrderType = _publicAddLineItemsToDraftOrderType;
|
|
19792
|
-
type index_d$b__publicCommitDraftOrderType = _publicCommitDraftOrderType;
|
|
19793
|
-
type index_d$b__publicCreateCustomAdditionalFeesType = _publicCreateCustomAdditionalFeesType;
|
|
19794
|
-
type index_d$b__publicCreateCustomDiscountsType = _publicCreateCustomDiscountsType;
|
|
19795
|
-
type index_d$b__publicCreateDraftOrderType = _publicCreateDraftOrderType;
|
|
19796
|
-
type index_d$b__publicDeleteCustomAdditionalFeesType = _publicDeleteCustomAdditionalFeesType;
|
|
19797
|
-
type index_d$b__publicDeleteCustomDiscountsType = _publicDeleteCustomDiscountsType;
|
|
19798
|
-
type index_d$b__publicDeleteDraftOrderType = _publicDeleteDraftOrderType;
|
|
19799
|
-
type index_d$b__publicGetDraftOrderType = _publicGetDraftOrderType;
|
|
19800
|
-
type index_d$b__publicGetOrderDraftabilityStatusType = _publicGetOrderDraftabilityStatusType;
|
|
19801
|
-
type index_d$b__publicQueryDraftOrdersType = _publicQueryDraftOrdersType;
|
|
19802
|
-
type index_d$b__publicSetAdditionalFeesType = _publicSetAdditionalFeesType;
|
|
19803
|
-
type index_d$b__publicSetDiscountsType = _publicSetDiscountsType;
|
|
19804
|
-
type index_d$b__publicUpdateLineItemsType = _publicUpdateLineItemsType;
|
|
19805
19595
|
declare const index_d$b_addLineItemsToDraftOrder: typeof addLineItemsToDraftOrder;
|
|
19806
19596
|
declare const index_d$b_commitDraftOrder: typeof commitDraftOrder;
|
|
19807
19597
|
declare const index_d$b_createCustomAdditionalFees: typeof createCustomAdditionalFees;
|
|
@@ -19817,7 +19607,7 @@ declare const index_d$b_setAdditionalFees: typeof setAdditionalFees;
|
|
|
19817
19607
|
declare const index_d$b_setDiscounts: typeof setDiscounts;
|
|
19818
19608
|
declare const index_d$b_updateLineItems: typeof updateLineItems;
|
|
19819
19609
|
declare namespace index_d$b {
|
|
19820
|
-
export { type ActionEvent$9 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type index_d$b_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type index_d$b_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type index_d$b_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type index_d$b_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type index_d$b_AdditionalFeeDetails as AdditionalFeeDetails, type index_d$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, index_d$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 index_d$b_BillingChangedDetails as BillingChangedDetails, type index_d$b_BillingDetails as BillingDetails, type index_d$b_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type index_d$b_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type index_d$b_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type index_d$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 index_d$b_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type index_d$b_CommitDraftOrderOptions as CommitDraftOrderOptions, type index_d$b_CommitDraftOrderRequest as CommitDraftOrderRequest, type index_d$b_CommitDraftOrderResponse as CommitDraftOrderResponse, type index_d$b_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type index_d$b_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type index_d$b_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type index_d$b_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type index_d$b_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type index_d$b_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type index_d$b_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type index_d$b_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type index_d$b_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type index_d$b_CreateDraftOrderRequest as CreateDraftOrderRequest, type index_d$b_CreateDraftOrderResponse as CreateDraftOrderResponse, type index_d$b_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type index_d$b_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type index_d$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 index_d$b_CustomLineItem as CustomLineItem, type index_d$b_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type index_d$b_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type index_d$b_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type index_d$b_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type index_d$b_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type index_d$b_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type index_d$b_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type index_d$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 index_d$b_DiscountDetails as DiscountDetails, type index_d$b_DiscountOption as DiscountOption, type index_d$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 index_d$b_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type index_d$b_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type index_d$b_DraftOrdersQueryResult as DraftOrdersQueryResult, index_d$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, index_d$b_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$b_GetDraftOrderRequest as GetDraftOrderRequest, type index_d$b_GetDraftOrderResponse as GetDraftOrderResponse, type index_d$b_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type index_d$b_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type index_d$b_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type index_d$b_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type index_d$b_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$b_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type index_d$b_ItemDetails as ItemDetails, type index_d$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 index_d$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, index_d$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 index_d$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, index_d$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 index_d$b_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type index_d$b_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type index_d$b_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type index_d$b_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type index_d$b_RecipientInfoDetails as RecipientInfoDetails, type index_d$b_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RestoreInfo$9 as RestoreInfo, RuleType$1 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type index_d$b_SecuredMedia as SecuredMedia, type index_d$b_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type index_d$b_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type index_d$b_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type index_d$b_SetBillingInfoRequest as SetBillingInfoRequest, type index_d$b_SetBillingInfoResponse as SetBillingInfoResponse, type index_d$b_SetBuyerInfoRequest as SetBuyerInfoRequest, type index_d$b_SetBuyerInfoResponse as SetBuyerInfoResponse, type index_d$b_SetDiscountsRequest as SetDiscountsRequest, type index_d$b_SetDiscountsResponse as SetDiscountsResponse, type index_d$b_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type index_d$b_SetRecipientInfoRequest as SetRecipientInfoRequest, type index_d$b_SetRecipientInfoResponse as SetRecipientInfoResponse, type index_d$b_SetShippingInfoRequest as SetShippingInfoRequest, type index_d$b_SetShippingInfoResponse as SetShippingInfoResponse, type index_d$b_ShippingChangedDetails as ShippingChangedDetails, type index_d$b_ShippingDetails as ShippingDetails, type index_d$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 index_d$b_UpdateLineItemsOptions as UpdateLineItemsOptions, type index_d$b_UpdateLineItemsRequest as UpdateLineItemsRequest, type index_d$b_UpdateLineItemsResponse as UpdateLineItemsResponse, type index_d$b_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type index_d$b_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type index_d$b_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type index_d$b_V1BalanceSummary as V1BalanceSummary, type index_d$b_V1CreatedBy as V1CreatedBy, type index_d$b_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$b_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$b_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type index_d$b_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$b_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type index_d$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 index_d$b__publicAddLineItemsToDraftOrderType as _publicAddLineItemsToDraftOrderType, type index_d$b__publicCommitDraftOrderType as _publicCommitDraftOrderType, type index_d$b__publicCreateCustomAdditionalFeesType as _publicCreateCustomAdditionalFeesType, type index_d$b__publicCreateCustomDiscountsType as _publicCreateCustomDiscountsType, type index_d$b__publicCreateDraftOrderType as _publicCreateDraftOrderType, type index_d$b__publicDeleteCustomAdditionalFeesType as _publicDeleteCustomAdditionalFeesType, type index_d$b__publicDeleteCustomDiscountsType as _publicDeleteCustomDiscountsType, type index_d$b__publicDeleteDraftOrderType as _publicDeleteDraftOrderType, type index_d$b__publicGetDraftOrderType as _publicGetDraftOrderType, type index_d$b__publicGetOrderDraftabilityStatusType as _publicGetOrderDraftabilityStatusType, type index_d$b__publicQueryDraftOrdersType as _publicQueryDraftOrdersType, type index_d$b__publicSetAdditionalFeesType as _publicSetAdditionalFeesType, type index_d$b__publicSetDiscountsType as _publicSetDiscountsType, type index_d$b__publicUpdateLineItemsType as _publicUpdateLineItemsType, index_d$b_addLineItemsToDraftOrder as addLineItemsToDraftOrder, index_d$b_commitDraftOrder as commitDraftOrder, index_d$b_createCustomAdditionalFees as createCustomAdditionalFees, index_d$b_createCustomDiscounts as createCustomDiscounts, index_d$b_createDraftOrder as createDraftOrder, index_d$b_deleteCustomAdditionalFees as deleteCustomAdditionalFees, index_d$b_deleteCustomDiscounts as deleteCustomDiscounts, index_d$b_deleteDraftOrder as deleteDraftOrder, index_d$b_getDraftOrder as getDraftOrder, index_d$b_getOrderDraftabilityStatus as getOrderDraftabilityStatus, index_d$b_queryDraftOrders as queryDraftOrders, index_d$b_setAdditionalFees as setAdditionalFees, index_d$b_setDiscounts as setDiscounts, index_d$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 index_d$b_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type index_d$b_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type index_d$b_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type index_d$b_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type index_d$b_AdditionalFeeDetails as AdditionalFeeDetails, type index_d$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, index_d$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 index_d$b_BillingChangedDetails as BillingChangedDetails, type index_d$b_BillingDetails as BillingDetails, type index_d$b_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type index_d$b_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type index_d$b_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type index_d$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 index_d$b_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type index_d$b_CommitDraftOrderOptions as CommitDraftOrderOptions, type index_d$b_CommitDraftOrderRequest as CommitDraftOrderRequest, type index_d$b_CommitDraftOrderResponse as CommitDraftOrderResponse, type index_d$b_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type index_d$b_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type index_d$b_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type index_d$b_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type index_d$b_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type index_d$b_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type index_d$b_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type index_d$b_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type index_d$b_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type index_d$b_CreateDraftOrderRequest as CreateDraftOrderRequest, type index_d$b_CreateDraftOrderResponse as CreateDraftOrderResponse, type index_d$b_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type index_d$b_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type index_d$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 index_d$b_CustomLineItem as CustomLineItem, type index_d$b_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type index_d$b_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type index_d$b_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type index_d$b_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type index_d$b_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type index_d$b_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type index_d$b_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type index_d$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 index_d$b_DiscountDetails as DiscountDetails, type index_d$b_DiscountOption as DiscountOption, type index_d$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 index_d$b_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type index_d$b_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type index_d$b_DraftOrdersQueryResult as DraftOrdersQueryResult, index_d$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, index_d$b_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$b_GetDraftOrderRequest as GetDraftOrderRequest, type index_d$b_GetDraftOrderResponse as GetDraftOrderResponse, type index_d$b_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type index_d$b_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type index_d$b_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type index_d$b_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type index_d$b_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$b_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type index_d$b_ItemDetails as ItemDetails, type index_d$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 index_d$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, index_d$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 index_d$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, index_d$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 index_d$b_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type index_d$b_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type index_d$b_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type index_d$b_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type index_d$b_RecipientInfoDetails as RecipientInfoDetails, type index_d$b_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RestoreInfo$9 as RestoreInfo, RuleType$1 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type index_d$b_SecuredMedia as SecuredMedia, type index_d$b_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type index_d$b_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type index_d$b_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type index_d$b_SetBillingInfoRequest as SetBillingInfoRequest, type index_d$b_SetBillingInfoResponse as SetBillingInfoResponse, type index_d$b_SetBuyerInfoRequest as SetBuyerInfoRequest, type index_d$b_SetBuyerInfoResponse as SetBuyerInfoResponse, type index_d$b_SetDiscountsRequest as SetDiscountsRequest, type index_d$b_SetDiscountsResponse as SetDiscountsResponse, type index_d$b_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type index_d$b_SetRecipientInfoRequest as SetRecipientInfoRequest, type index_d$b_SetRecipientInfoResponse as SetRecipientInfoResponse, type index_d$b_SetShippingInfoRequest as SetShippingInfoRequest, type index_d$b_SetShippingInfoResponse as SetShippingInfoResponse, type index_d$b_ShippingChangedDetails as ShippingChangedDetails, type index_d$b_ShippingDetails as ShippingDetails, type index_d$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 index_d$b_UpdateLineItemsOptions as UpdateLineItemsOptions, type index_d$b_UpdateLineItemsRequest as UpdateLineItemsRequest, type index_d$b_UpdateLineItemsResponse as UpdateLineItemsResponse, type index_d$b_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type index_d$b_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type index_d$b_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type index_d$b_V1BalanceSummary as V1BalanceSummary, type index_d$b_V1CreatedBy as V1CreatedBy, type index_d$b_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$b_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$b_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type index_d$b_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$b_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type index_d$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, index_d$b_addLineItemsToDraftOrder as addLineItemsToDraftOrder, index_d$b_commitDraftOrder as commitDraftOrder, index_d$b_createCustomAdditionalFees as createCustomAdditionalFees, index_d$b_createCustomDiscounts as createCustomDiscounts, index_d$b_createDraftOrder as createDraftOrder, index_d$b_deleteCustomAdditionalFees as deleteCustomAdditionalFees, index_d$b_deleteCustomDiscounts as deleteCustomDiscounts, index_d$b_deleteDraftOrder as deleteDraftOrder, index_d$b_getDraftOrder as getDraftOrder, index_d$b_getOrderDraftabilityStatus as getOrderDraftabilityStatus, index_d$b_queryDraftOrders as queryDraftOrders, index_d$b_setAdditionalFees as setAdditionalFees, index_d$b_setDiscounts as setDiscounts, index_d$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 index_d$a_UpdateFulfillmentRequest = UpdateFulfillmentRequest;
|
|
|
20481
20263
|
type index_d$a_UpdateFulfillmentResponse = UpdateFulfillmentResponse;
|
|
20482
20264
|
type index_d$a_UpdateFulfillmentResponseNonNullableFields = UpdateFulfillmentResponseNonNullableFields;
|
|
20483
20265
|
type index_d$a_V2FulfillmentTrackingInfo = V2FulfillmentTrackingInfo;
|
|
20484
|
-
type index_d$a__publicBulkCreateFulfillmentsType = _publicBulkCreateFulfillmentsType;
|
|
20485
|
-
type index_d$a__publicCreateFulfillmentType = _publicCreateFulfillmentType;
|
|
20486
|
-
type index_d$a__publicDeleteFulfillmentType = _publicDeleteFulfillmentType;
|
|
20487
|
-
type index_d$a__publicListFulfillmentsForMultipleOrdersType = _publicListFulfillmentsForMultipleOrdersType;
|
|
20488
|
-
type index_d$a__publicListFulfillmentsForSingleOrderType = _publicListFulfillmentsForSingleOrderType;
|
|
20489
20266
|
type index_d$a__publicOnFulfillmentsUpdatedType = _publicOnFulfillmentsUpdatedType;
|
|
20490
|
-
type index_d$a__publicUpdateFulfillmentType = _publicUpdateFulfillmentType;
|
|
20491
20267
|
declare const index_d$a_bulkCreateFulfillments: typeof bulkCreateFulfillments;
|
|
20492
20268
|
declare const index_d$a_createFulfillment: typeof createFulfillment;
|
|
20493
20269
|
declare const index_d$a_deleteFulfillment: typeof deleteFulfillment;
|
|
@@ -20496,7 +20272,7 @@ declare const index_d$a_listFulfillmentsForSingleOrder: typeof listFulfillmentsF
|
|
|
20496
20272
|
declare const index_d$a_onFulfillmentsUpdated: typeof onFulfillmentsUpdated;
|
|
20497
20273
|
declare const index_d$a_updateFulfillment: typeof updateFulfillment;
|
|
20498
20274
|
declare namespace index_d$a {
|
|
20499
|
-
export { type ActionEvent$8 as ActionEvent, type ApplicationError$4 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type index_d$a_BulkCreateFulfillmentRequest as BulkCreateFulfillmentRequest, type index_d$a_BulkCreateFulfillmentResponse as BulkCreateFulfillmentResponse, type index_d$a_BulkCreateFulfillmentResponseNonNullableFields as BulkCreateFulfillmentResponseNonNullableFields, type index_d$a_BulkCreateOrderWithFulfillments as BulkCreateOrderWithFulfillments, type index_d$a_BulkOrderFulfillmentsResult as BulkOrderFulfillmentsResult, type BuyerInfo$2 as BuyerInfo, type index_d$a_CreateFulfillmentRequest as CreateFulfillmentRequest, type index_d$a_CreateFulfillmentResponse as CreateFulfillmentResponse, type index_d$a_CreateFulfillmentResponseNonNullableFields as CreateFulfillmentResponseNonNullableFields, type index_d$a_CustomFulfillmentInfo as CustomFulfillmentInfo, type index_d$a_DeleteFulfillmentIdentifiers as DeleteFulfillmentIdentifiers, type index_d$a_DeleteFulfillmentRequest as DeleteFulfillmentRequest, type index_d$a_DeleteFulfillmentResponse as DeleteFulfillmentResponse, type index_d$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 index_d$a_FulfillmentCreated as FulfillmentCreated, type index_d$a_FulfillmentDeleted as FulfillmentDeleted, type index_d$a_FulfillmentFulfillmentInfoOneOf as FulfillmentFulfillmentInfoOneOf, type FulfillmentLineItem$1 as FulfillmentLineItem, FulfillmentStatus$2 as FulfillmentStatus, type FulfillmentTrackingInfo$1 as FulfillmentTrackingInfo, type index_d$a_FulfillmentUpdated as FulfillmentUpdated, type index_d$a_FulfillmentsUpdatedEnvelope as FulfillmentsUpdatedEnvelope, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type ItemMetadata$2 as ItemMetadata, type index_d$a_ListFulfillmentsForMultipleOrdersRequest as ListFulfillmentsForMultipleOrdersRequest, type index_d$a_ListFulfillmentsForMultipleOrdersResponse as ListFulfillmentsForMultipleOrdersResponse, type index_d$a_ListFulfillmentsForMultipleOrdersResponseNonNullableFields as ListFulfillmentsForMultipleOrdersResponseNonNullableFields, type index_d$a_ListFulfillmentsForSingleOrderRequest as ListFulfillmentsForSingleOrderRequest, type index_d$a_ListFulfillmentsForSingleOrderResponse as ListFulfillmentsForSingleOrderResponse, type index_d$a_ListFulfillmentsForSingleOrderResponseNonNullableFields as ListFulfillmentsForSingleOrderResponseNonNullableFields, type MessageEnvelope$8 as MessageEnvelope, type index_d$a_OrderWithFulfillments as OrderWithFulfillments, type index_d$a_OrderWithFulfillmentsNonNullableFields as OrderWithFulfillmentsNonNullableFields, type RestoreInfo$8 as RestoreInfo, type index_d$a_UpdateFulfillmentIdentifiers as UpdateFulfillmentIdentifiers, type index_d$a_UpdateFulfillmentOptions as UpdateFulfillmentOptions, type index_d$a_UpdateFulfillmentRequest as UpdateFulfillmentRequest, type index_d$a_UpdateFulfillmentResponse as UpdateFulfillmentResponse, type index_d$a_UpdateFulfillmentResponseNonNullableFields as UpdateFulfillmentResponseNonNullableFields, type index_d$a_V2FulfillmentTrackingInfo as V2FulfillmentTrackingInfo, WebhookIdentityType$8 as WebhookIdentityType, type index_d$
|
|
20275
|
+
export { type ActionEvent$8 as ActionEvent, type ApplicationError$4 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type index_d$a_BulkCreateFulfillmentRequest as BulkCreateFulfillmentRequest, type index_d$a_BulkCreateFulfillmentResponse as BulkCreateFulfillmentResponse, type index_d$a_BulkCreateFulfillmentResponseNonNullableFields as BulkCreateFulfillmentResponseNonNullableFields, type index_d$a_BulkCreateOrderWithFulfillments as BulkCreateOrderWithFulfillments, type index_d$a_BulkOrderFulfillmentsResult as BulkOrderFulfillmentsResult, type BuyerInfo$2 as BuyerInfo, type index_d$a_CreateFulfillmentRequest as CreateFulfillmentRequest, type index_d$a_CreateFulfillmentResponse as CreateFulfillmentResponse, type index_d$a_CreateFulfillmentResponseNonNullableFields as CreateFulfillmentResponseNonNullableFields, type index_d$a_CustomFulfillmentInfo as CustomFulfillmentInfo, type index_d$a_DeleteFulfillmentIdentifiers as DeleteFulfillmentIdentifiers, type index_d$a_DeleteFulfillmentRequest as DeleteFulfillmentRequest, type index_d$a_DeleteFulfillmentResponse as DeleteFulfillmentResponse, type index_d$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 index_d$a_FulfillmentCreated as FulfillmentCreated, type index_d$a_FulfillmentDeleted as FulfillmentDeleted, type index_d$a_FulfillmentFulfillmentInfoOneOf as FulfillmentFulfillmentInfoOneOf, type FulfillmentLineItem$1 as FulfillmentLineItem, FulfillmentStatus$2 as FulfillmentStatus, type FulfillmentTrackingInfo$1 as FulfillmentTrackingInfo, type index_d$a_FulfillmentUpdated as FulfillmentUpdated, type index_d$a_FulfillmentsUpdatedEnvelope as FulfillmentsUpdatedEnvelope, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type ItemMetadata$2 as ItemMetadata, type index_d$a_ListFulfillmentsForMultipleOrdersRequest as ListFulfillmentsForMultipleOrdersRequest, type index_d$a_ListFulfillmentsForMultipleOrdersResponse as ListFulfillmentsForMultipleOrdersResponse, type index_d$a_ListFulfillmentsForMultipleOrdersResponseNonNullableFields as ListFulfillmentsForMultipleOrdersResponseNonNullableFields, type index_d$a_ListFulfillmentsForSingleOrderRequest as ListFulfillmentsForSingleOrderRequest, type index_d$a_ListFulfillmentsForSingleOrderResponse as ListFulfillmentsForSingleOrderResponse, type index_d$a_ListFulfillmentsForSingleOrderResponseNonNullableFields as ListFulfillmentsForSingleOrderResponseNonNullableFields, type MessageEnvelope$8 as MessageEnvelope, type index_d$a_OrderWithFulfillments as OrderWithFulfillments, type index_d$a_OrderWithFulfillmentsNonNullableFields as OrderWithFulfillmentsNonNullableFields, type RestoreInfo$8 as RestoreInfo, type index_d$a_UpdateFulfillmentIdentifiers as UpdateFulfillmentIdentifiers, type index_d$a_UpdateFulfillmentOptions as UpdateFulfillmentOptions, type index_d$a_UpdateFulfillmentRequest as UpdateFulfillmentRequest, type index_d$a_UpdateFulfillmentResponse as UpdateFulfillmentResponse, type index_d$a_UpdateFulfillmentResponseNonNullableFields as UpdateFulfillmentResponseNonNullableFields, type index_d$a_V2FulfillmentTrackingInfo as V2FulfillmentTrackingInfo, WebhookIdentityType$8 as WebhookIdentityType, type index_d$a__publicOnFulfillmentsUpdatedType as _publicOnFulfillmentsUpdatedType, index_d$a_bulkCreateFulfillments as bulkCreateFulfillments, index_d$a_createFulfillment as createFulfillment, index_d$a_deleteFulfillment as deleteFulfillment, index_d$a_listFulfillmentsForMultipleOrders as listFulfillmentsForMultipleOrders, index_d$a_listFulfillmentsForSingleOrder as listFulfillmentsForSingleOrder, index_d$a_onFulfillmentsUpdated as onFulfillmentsUpdated, onFulfillmentsUpdated$1 as publicOnFulfillmentsUpdated, index_d$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 index_d$9_UpdateLocalDeliveryOptionRequest = UpdateLocalDeliveryOptionReque
|
|
|
21128
20894
|
type index_d$9_UpdateLocalDeliveryOptionResponse = UpdateLocalDeliveryOptionResponse;
|
|
21129
20895
|
type index_d$9_UpdateLocalDeliveryOptionResponseNonNullableFields = UpdateLocalDeliveryOptionResponseNonNullableFields;
|
|
21130
20896
|
type index_d$9_ZipCodeConfig = ZipCodeConfig;
|
|
21131
|
-
type index_d$9__publicBulkCreateLocalDeliveryOptionType = _publicBulkCreateLocalDeliveryOptionType;
|
|
21132
|
-
type index_d$9__publicBulkDeleteLocalDeliveryOptionType = _publicBulkDeleteLocalDeliveryOptionType;
|
|
21133
|
-
type index_d$9__publicBulkUpdateLocalDeliveryOptionType = _publicBulkUpdateLocalDeliveryOptionType;
|
|
21134
|
-
type index_d$9__publicCreateLocalDeliveryOptionType = _publicCreateLocalDeliveryOptionType;
|
|
21135
|
-
type index_d$9__publicDeleteLocalDeliveryOptionType = _publicDeleteLocalDeliveryOptionType;
|
|
21136
|
-
type index_d$9__publicGetLocalDeliveryOptionType = _publicGetLocalDeliveryOptionType;
|
|
21137
|
-
type index_d$9__publicListLocalDeliveryOptionsType = _publicListLocalDeliveryOptionsType;
|
|
21138
20897
|
type index_d$9__publicOnLocalDeliveryOptionCreatedType = _publicOnLocalDeliveryOptionCreatedType;
|
|
21139
20898
|
type index_d$9__publicOnLocalDeliveryOptionDeletedType = _publicOnLocalDeliveryOptionDeletedType;
|
|
21140
20899
|
type index_d$9__publicOnLocalDeliveryOptionUpdatedType = _publicOnLocalDeliveryOptionUpdatedType;
|
|
21141
|
-
type index_d$9__publicUpdateLocalDeliveryOptionType = _publicUpdateLocalDeliveryOptionType;
|
|
21142
20900
|
declare const index_d$9_bulkCreateLocalDeliveryOption: typeof bulkCreateLocalDeliveryOption;
|
|
21143
20901
|
declare const index_d$9_bulkDeleteLocalDeliveryOption: typeof bulkDeleteLocalDeliveryOption;
|
|
21144
20902
|
declare const index_d$9_bulkUpdateLocalDeliveryOption: typeof bulkUpdateLocalDeliveryOption;
|
|
@@ -21151,7 +20909,7 @@ declare const index_d$9_onLocalDeliveryOptionDeleted: typeof onLocalDeliveryOpti
|
|
|
21151
20909
|
declare const index_d$9_onLocalDeliveryOptionUpdated: typeof onLocalDeliveryOptionUpdated;
|
|
21152
20910
|
declare const index_d$9_updateLocalDeliveryOption: typeof updateLocalDeliveryOption;
|
|
21153
20911
|
declare namespace index_d$9 {
|
|
21154
|
-
export { type ActionEvent$7 as ActionEvent, type AddressLocation$3 as AddressLocation, type BaseEventMetadata$6 as BaseEventMetadata, type index_d$9_BulkCreateLocalDeliveryOptionRequest as BulkCreateLocalDeliveryOptionRequest, type index_d$9_BulkCreateLocalDeliveryOptionResponse as BulkCreateLocalDeliveryOptionResponse, type index_d$9_BulkCreateLocalDeliveryOptionResponseNonNullableFields as BulkCreateLocalDeliveryOptionResponseNonNullableFields, type index_d$9_BulkDeleteLocalDeliveryOptionRequest as BulkDeleteLocalDeliveryOptionRequest, type index_d$9_BulkDeleteLocalDeliveryOptionResponse as BulkDeleteLocalDeliveryOptionResponse, type index_d$9_BulkUpdateLocalDeliveryOptionRequest as BulkUpdateLocalDeliveryOptionRequest, type index_d$9_BulkUpdateLocalDeliveryOptionResponse as BulkUpdateLocalDeliveryOptionResponse, type index_d$9_BulkUpdateLocalDeliveryOptionResponseNonNullableFields as BulkUpdateLocalDeliveryOptionResponseNonNullableFields, type Condition$2 as Condition, ConditionType$2 as ConditionType, type ConditionalRates$2 as ConditionalRates, type index_d$9_CreateLocalDeliveryOptionRequest as CreateLocalDeliveryOptionRequest, type index_d$9_CreateLocalDeliveryOptionResponse as CreateLocalDeliveryOptionResponse, type index_d$9_CreateLocalDeliveryOptionResponseNonNullableFields as CreateLocalDeliveryOptionResponseNonNullableFields, type index_d$9_CustomAreaConfig as CustomAreaConfig, index_d$9_DayOfWeek as DayOfWeek, type index_d$9_DaySlot as DaySlot, type index_d$9_Days as Days, type index_d$9_DeleteLocalDeliveryOptionRequest as DeleteLocalDeliveryOptionRequest, type index_d$9_DeleteLocalDeliveryOptionResponse as DeleteLocalDeliveryOptionResponse, type index_d$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 index_d$9_GetLocalDeliveryOptionRequest as GetLocalDeliveryOptionRequest, type index_d$9_GetLocalDeliveryOptionResponse as GetLocalDeliveryOptionResponse, type index_d$9_GetLocalDeliveryOptionResponseNonNullableFields as GetLocalDeliveryOptionResponseNonNullableFields, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, index_d$9_LengthUnit as LengthUnit, type index_d$9_ListLocalDeliveryOptionsRequest as ListLocalDeliveryOptionsRequest, type index_d$9_ListLocalDeliveryOptionsResponse as ListLocalDeliveryOptionsResponse, type index_d$9_ListLocalDeliveryOptionsResponseNonNullableFields as ListLocalDeliveryOptionsResponseNonNullableFields, type index_d$9_LocalDeliveryAddress as LocalDeliveryAddress, type index_d$9_LocalDeliveryOption as LocalDeliveryOption, type index_d$9_LocalDeliveryOptionConfigOneOf as LocalDeliveryOptionConfigOneOf, type index_d$9_LocalDeliveryOptionCreatedEnvelope as LocalDeliveryOptionCreatedEnvelope, type index_d$9_LocalDeliveryOptionDeletedEnvelope as LocalDeliveryOptionDeletedEnvelope, type index_d$9_LocalDeliveryOptionError as LocalDeliveryOptionError, type index_d$9_LocalDeliveryOptionNonNullableFields as LocalDeliveryOptionNonNullableFields, type index_d$9_LocalDeliveryOptionUpdatedEnvelope as LocalDeliveryOptionUpdatedEnvelope, LogicalOperator$2 as LogicalOperator, type MessageEnvelope$7 as MessageEnvelope, type index_d$9_RadiusConfig as RadiusConfig, type RestoreInfo$7 as RestoreInfo, type index_d$9_ScheduledDelivery as ScheduledDelivery, type index_d$9_TimeOfDay as TimeOfDay, type index_d$9_TimePoint as TimePoint, type index_d$9_TimeSlot as TimeSlot, type index_d$9_TimeWindow as TimeWindow, type index_d$9_UpdateLocalDeliveryOption as UpdateLocalDeliveryOption, type index_d$9_UpdateLocalDeliveryOptionRequest as UpdateLocalDeliveryOptionRequest, type index_d$9_UpdateLocalDeliveryOptionResponse as UpdateLocalDeliveryOptionResponse, type index_d$9_UpdateLocalDeliveryOptionResponseNonNullableFields as UpdateLocalDeliveryOptionResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, type index_d$9_ZipCodeConfig as ZipCodeConfig, type index_d$
|
|
20912
|
+
export { type ActionEvent$7 as ActionEvent, type AddressLocation$3 as AddressLocation, type BaseEventMetadata$6 as BaseEventMetadata, type index_d$9_BulkCreateLocalDeliveryOptionRequest as BulkCreateLocalDeliveryOptionRequest, type index_d$9_BulkCreateLocalDeliveryOptionResponse as BulkCreateLocalDeliveryOptionResponse, type index_d$9_BulkCreateLocalDeliveryOptionResponseNonNullableFields as BulkCreateLocalDeliveryOptionResponseNonNullableFields, type index_d$9_BulkDeleteLocalDeliveryOptionRequest as BulkDeleteLocalDeliveryOptionRequest, type index_d$9_BulkDeleteLocalDeliveryOptionResponse as BulkDeleteLocalDeliveryOptionResponse, type index_d$9_BulkUpdateLocalDeliveryOptionRequest as BulkUpdateLocalDeliveryOptionRequest, type index_d$9_BulkUpdateLocalDeliveryOptionResponse as BulkUpdateLocalDeliveryOptionResponse, type index_d$9_BulkUpdateLocalDeliveryOptionResponseNonNullableFields as BulkUpdateLocalDeliveryOptionResponseNonNullableFields, type Condition$2 as Condition, ConditionType$2 as ConditionType, type ConditionalRates$2 as ConditionalRates, type index_d$9_CreateLocalDeliveryOptionRequest as CreateLocalDeliveryOptionRequest, type index_d$9_CreateLocalDeliveryOptionResponse as CreateLocalDeliveryOptionResponse, type index_d$9_CreateLocalDeliveryOptionResponseNonNullableFields as CreateLocalDeliveryOptionResponseNonNullableFields, type index_d$9_CustomAreaConfig as CustomAreaConfig, index_d$9_DayOfWeek as DayOfWeek, type index_d$9_DaySlot as DaySlot, type index_d$9_Days as Days, type index_d$9_DeleteLocalDeliveryOptionRequest as DeleteLocalDeliveryOptionRequest, type index_d$9_DeleteLocalDeliveryOptionResponse as DeleteLocalDeliveryOptionResponse, type index_d$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 index_d$9_GetLocalDeliveryOptionRequest as GetLocalDeliveryOptionRequest, type index_d$9_GetLocalDeliveryOptionResponse as GetLocalDeliveryOptionResponse, type index_d$9_GetLocalDeliveryOptionResponseNonNullableFields as GetLocalDeliveryOptionResponseNonNullableFields, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, index_d$9_LengthUnit as LengthUnit, type index_d$9_ListLocalDeliveryOptionsRequest as ListLocalDeliveryOptionsRequest, type index_d$9_ListLocalDeliveryOptionsResponse as ListLocalDeliveryOptionsResponse, type index_d$9_ListLocalDeliveryOptionsResponseNonNullableFields as ListLocalDeliveryOptionsResponseNonNullableFields, type index_d$9_LocalDeliveryAddress as LocalDeliveryAddress, type index_d$9_LocalDeliveryOption as LocalDeliveryOption, type index_d$9_LocalDeliveryOptionConfigOneOf as LocalDeliveryOptionConfigOneOf, type index_d$9_LocalDeliveryOptionCreatedEnvelope as LocalDeliveryOptionCreatedEnvelope, type index_d$9_LocalDeliveryOptionDeletedEnvelope as LocalDeliveryOptionDeletedEnvelope, type index_d$9_LocalDeliveryOptionError as LocalDeliveryOptionError, type index_d$9_LocalDeliveryOptionNonNullableFields as LocalDeliveryOptionNonNullableFields, type index_d$9_LocalDeliveryOptionUpdatedEnvelope as LocalDeliveryOptionUpdatedEnvelope, LogicalOperator$2 as LogicalOperator, type MessageEnvelope$7 as MessageEnvelope, type index_d$9_RadiusConfig as RadiusConfig, type RestoreInfo$7 as RestoreInfo, type index_d$9_ScheduledDelivery as ScheduledDelivery, type index_d$9_TimeOfDay as TimeOfDay, type index_d$9_TimePoint as TimePoint, type index_d$9_TimeSlot as TimeSlot, type index_d$9_TimeWindow as TimeWindow, type index_d$9_UpdateLocalDeliveryOption as UpdateLocalDeliveryOption, type index_d$9_UpdateLocalDeliveryOptionRequest as UpdateLocalDeliveryOptionRequest, type index_d$9_UpdateLocalDeliveryOptionResponse as UpdateLocalDeliveryOptionResponse, type index_d$9_UpdateLocalDeliveryOptionResponseNonNullableFields as UpdateLocalDeliveryOptionResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, type index_d$9_ZipCodeConfig as ZipCodeConfig, type index_d$9__publicOnLocalDeliveryOptionCreatedType as _publicOnLocalDeliveryOptionCreatedType, type index_d$9__publicOnLocalDeliveryOptionDeletedType as _publicOnLocalDeliveryOptionDeletedType, type index_d$9__publicOnLocalDeliveryOptionUpdatedType as _publicOnLocalDeliveryOptionUpdatedType, index_d$9_bulkCreateLocalDeliveryOption as bulkCreateLocalDeliveryOption, index_d$9_bulkDeleteLocalDeliveryOption as bulkDeleteLocalDeliveryOption, index_d$9_bulkUpdateLocalDeliveryOption as bulkUpdateLocalDeliveryOption, index_d$9_createLocalDeliveryOption as createLocalDeliveryOption, index_d$9_deleteLocalDeliveryOption as deleteLocalDeliveryOption, index_d$9_getLocalDeliveryOption as getLocalDeliveryOption, index_d$9_listLocalDeliveryOptions as listLocalDeliveryOptions, index_d$9_onLocalDeliveryOptionCreated as onLocalDeliveryOptionCreated, index_d$9_onLocalDeliveryOptionDeleted as onLocalDeliveryOptionDeleted, index_d$9_onLocalDeliveryOptionUpdated as onLocalDeliveryOptionUpdated, onLocalDeliveryOptionCreated$1 as publicOnLocalDeliveryOptionCreated, onLocalDeliveryOptionDeleted$1 as publicOnLocalDeliveryOptionDeleted, onLocalDeliveryOptionUpdated$1 as publicOnLocalDeliveryOptionUpdated, index_d$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 index_d$8_VersioningMode = VersioningMode;
|
|
|
26489
26238
|
declare const index_d$8_VersioningMode: typeof VersioningMode;
|
|
26490
26239
|
type index_d$8_VoidAuthorizedPaymentsRequest = VoidAuthorizedPaymentsRequest;
|
|
26491
26240
|
type index_d$8_VoidAuthorizedPaymentsResponse = VoidAuthorizedPaymentsResponse;
|
|
26492
|
-
type index_d$8__publicBulkUpdateOrdersType = _publicBulkUpdateOrdersType;
|
|
26493
|
-
type index_d$8__publicCancelOrderType = _publicCancelOrderType;
|
|
26494
|
-
type index_d$8__publicCreateOrderType = _publicCreateOrderType;
|
|
26495
|
-
type index_d$8__publicGetOrderType = _publicGetOrderType;
|
|
26496
|
-
type index_d$8__publicGetPaymentCollectabilityStatusType = _publicGetPaymentCollectabilityStatusType;
|
|
26497
26241
|
type index_d$8__publicOnOrderApprovedType = _publicOnOrderApprovedType;
|
|
26498
26242
|
type index_d$8__publicOnOrderCanceledType = _publicOnOrderCanceledType;
|
|
26499
26243
|
type index_d$8__publicOnOrderCreatedType = _publicOnOrderCreatedType;
|
|
26500
26244
|
type index_d$8__publicOnOrderPaymentStatusUpdatedType = _publicOnOrderPaymentStatusUpdatedType;
|
|
26501
|
-
type index_d$8__publicSearchOrdersType = _publicSearchOrdersType;
|
|
26502
|
-
type index_d$8__publicUpdateOrderType = _publicUpdateOrderType;
|
|
26503
26245
|
declare const index_d$8_bulkUpdateOrders: typeof bulkUpdateOrders;
|
|
26504
26246
|
declare const index_d$8_cancelOrder: typeof cancelOrder;
|
|
26505
26247
|
declare const index_d$8_createOrder: typeof createOrder;
|
|
@@ -26512,7 +26254,7 @@ declare const index_d$8_onOrderPaymentStatusUpdated: typeof onOrderPaymentStatus
|
|
|
26512
26254
|
declare const index_d$8_searchOrders: typeof searchOrders;
|
|
26513
26255
|
declare const index_d$8_updateOrder: typeof updateOrder;
|
|
26514
26256
|
declare namespace index_d$8 {
|
|
26515
|
-
export { type ActionEvent$6 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type index_d$8_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$8_AddActivitiesRequest as AddActivitiesRequest, type index_d$8_AddActivitiesResponse as AddActivitiesResponse, type index_d$8_AddActivityRequest as AddActivityRequest, type index_d$8_AddActivityResponse as AddActivityResponse, type index_d$8_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$8_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type index_d$8_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$8_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$4 as Address, type index_d$8_AddressDescription as AddressDescription, type AddressLocation$2 as AddressLocation, type index_d$8_AddressWithContact as AddressWithContact, type index_d$8_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$8_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type index_d$8_App as App, type ApplicationError$3 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type index_d$8_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$8_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type index_d$8_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$8_ArchiveOrderResponse as ArchiveOrderResponse, index_d$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 index_d$8_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$8_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$8_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$8_Balance as Balance, type index_d$8_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type index_d$8_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$8_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$8_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$8_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$8_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$8_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$8_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$8_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$8_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$8_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$8_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$8_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$8_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$8_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$8_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$8_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$8_BulkOrderResult as BulkOrderResult, type index_d$8_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$8_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$8_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$8_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$8_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$8_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$8_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$8_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$8_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$8_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$8_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$8_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$8_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$8_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$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 index_d$8_CalculatedTax as CalculatedTax, type index_d$8_CalculatedTaxes as CalculatedTaxes, type index_d$8_Cancel as Cancel, type index_d$8_CancelOrderOptions as CancelOrderOptions, type index_d$8_CancelOrderRequest as CancelOrderRequest, type index_d$8_CancelOrderResponse as CancelOrderResponse, type index_d$8_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$8_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$8_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type CatalogReference$1 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$8_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$8_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$8_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$8_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$8_ChargedBy as ChargedBy, type index_d$8_Color as Color, type index_d$8_CommitDeltasRequest as CommitDeltasRequest, type index_d$8_CommitDeltasResponse as CommitDeltasResponse, type index_d$8_CommittedDiffs as CommittedDiffs, type index_d$8_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$8_CommonAddress as CommonAddress, type index_d$8_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$8_Company as Company, type index_d$8_Complete as Complete, type index_d$8_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type index_d$8_CreateOrderRequest as CreateOrderRequest, type index_d$8_CreateOrderResponse as CreateOrderResponse, type index_d$8_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$8_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$8_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$8_CreatedBy as CreatedBy, type index_d$8_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type index_d$8_CursorSearch as CursorSearch, type index_d$8_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type index_d$8_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$8_CustomFieldGroup as CustomFieldGroup, type index_d$8_CustomFieldValue as CustomFieldValue, type index_d$8_Customer as Customer, type index_d$8_DecrementData as DecrementData, type index_d$8_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$8_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$8_DeleteActivityRequest as DeleteActivityRequest, type index_d$8_DeleteActivityResponse as DeleteActivityResponse, type index_d$8_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$8_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$1 as DeliveryLogistics, type index_d$8_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$1 as DeliveryTimeSlot, index_d$8_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$8_Deposit as Deposit, index_d$8_DepositType as DepositType, type index_d$8_DescriptionLine as DescriptionLine, type index_d$8_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$8_DescriptionLineName as DescriptionLineName, index_d$8_DescriptionLineType as DescriptionLineType, type index_d$8_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$8_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$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 index_d$8_DownloadLinkSent as DownloadLinkSent, type index_d$8_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$8_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$8_DraftOrderDiffs as DraftOrderDiffs, type index_d$8_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$8_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$8_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$8_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$8_Email as Email, type index_d$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 index_d$8_ExternalUriMapping as ExternalUriMapping, type index_d$8_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$8_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$8_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$8_FullAddressContactDetails as FullAddressContactDetails, type index_d$8_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$8_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$8_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$8_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$8_GetOrderRequest as GetOrderRequest, type index_d$8_GetOrderResponse as GetOrderResponse, type index_d$8_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$8_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$8_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$8_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$8_GetShipmentsRequest as GetShipmentsRequest, type index_d$8_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type index_d$8_HtmlApplication as HtmlApplication, type index_d$8_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$8_InternalActivity as InternalActivity, type index_d$8_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$8_InternalDocument as InternalDocument, type index_d$8_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$8_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$8_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$8_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$8_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$8_InventoryAction as InventoryAction, type index_d$8_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$8_InvoiceAdded as InvoiceAdded, type index_d$8_InvoiceDates as InvoiceDates, type index_d$8_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$8_InvoiceFields as InvoiceFields, type index_d$8_InvoiceSent as InvoiceSent, type index_d$8_InvoiceSentEvent as InvoiceSentEvent, index_d$8_InvoiceStatus as InvoiceStatus, type index_d$8_InvoicesPayment as InvoicesPayment, type index_d$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 index_d$8_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type index_d$8_LineItemAmount as LineItemAmount, type index_d$8_LineItemChanges as LineItemChanges, type index_d$8_LineItemDelta as LineItemDelta, type index_d$8_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type index_d$8_LineItemExchangeData as LineItemExchangeData, type index_d$8_LineItemMetaData as LineItemMetaData, type index_d$8_LineItemPriceChange as LineItemPriceChange, type index_d$8_LineItemQuantityChange as LineItemQuantityChange, index_d$8_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type index_d$8_LineItemTax as LineItemTax, type index_d$8_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$8_LineItemTaxInfo as LineItemTaxInfo, type index_d$8_LineItemUpdate as LineItemUpdate, type index_d$8_LineItems as LineItems, type index_d$8_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$8_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$8_Locale as Locale, type index_d$8_LocationAndQuantity as LocationAndQuantity, type index_d$8_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$8_ManagedDiscount as ManagedDiscount, type index_d$8_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$8_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$8_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$8_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$8_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$8_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$8_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$8_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$8_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$8_MaskedOrder as MaskedOrder, type index_d$8_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$8_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type index_d$8_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$8_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type index_d$8_MetaData as MetaData, type index_d$8_MetaSite as MetaSite, type index_d$8_MetaTag as MetaTag, index_d$8_Namespace as Namespace, type index_d$8_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, index_d$8_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$8_OrderApproved as OrderApproved, type index_d$8_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$8_OrderCanceled as OrderCanceled, type index_d$8_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$8_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$8_OrderChange as OrderChange, type index_d$8_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$8_OrderCreateNotifications as OrderCreateNotifications, type index_d$8_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$8_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$8_OrderCreationSettings as OrderCreationSettings, type index_d$8_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$8_OrderFulfilled as OrderFulfilled, type index_d$8_OrderItemsRestocked as OrderItemsRestocked, type index_d$8_OrderLineItem as OrderLineItem, type index_d$8_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$8_OrderNonNullableFields as OrderNonNullableFields, type index_d$8_OrderNotFulfilled as OrderNotFulfilled, type index_d$8_OrderPaid as OrderPaid, type index_d$8_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$8_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$8_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$8_OrderStatus as OrderStatus, type index_d$8_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$8_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type index_d$8_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type index_d$8_PaymentCapture as PaymentCapture, index_d$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, PaymentStatus$1 as PaymentStatus, type index_d$8_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$8_Payments as Payments, type PaymentsUpdated$2 as PaymentsUpdated, type index_d$8_Phone as Phone, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$2 as PickupDetails, PickupMethod$1 as PickupMethod, type index_d$8_PickupReadyEmailSent as PickupReadyEmailSent, index_d$8_Placement as Placement, type index_d$8_PlainTextValue as PlainTextValue, type index_d$8_PlatformPaging as PlatformPaging, type index_d$8_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$8_PlatformQuery as PlatformQuery, type index_d$8_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$8_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$8_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$8_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$8_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$8_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$8_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$8_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$8_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$8_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$8_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$8_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$8_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$8_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$8_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$8_PreviewEmailType as PreviewEmailType, type index_d$8_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$8_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$8_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$8_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$8_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$8_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type index_d$8_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type index_d$8_ProductName as ProductName, type index_d$8_PublicActivity as PublicActivity, type index_d$8_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$8_QueryOrderRequest as QueryOrderRequest, type index_d$8_QueryOrderResponse as QueryOrderResponse, type index_d$8_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$8_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$8_QuotesAddress as QuotesAddress, Reason$2 as Reason, type index_d$8_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$8_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$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 index_d$8_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$6 as RestoreInfo, type index_d$8_SavedPaymentMethod as SavedPaymentMethod, type ScheduledAction$2 as ScheduledAction, type index_d$8_SearchOrdersOptions as SearchOrdersOptions, type index_d$8_SearchOrdersRequest as SearchOrdersRequest, type index_d$8_SearchOrdersResponse as SearchOrdersResponse, type index_d$8_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$8_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$8_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$8_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$8_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$8_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$8_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$8_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$8_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$8_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$8_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$8_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$8_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$8_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$8_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$8_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type index_d$8_ShippingAddressEdited as ShippingAddressEdited, type index_d$8_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type index_d$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, index_d$8_SourceType as SourceType, type index_d$8_StandardDetails as StandardDetails, index_d$8_State as State, type StreetAddress$3 as StreetAddress, type index_d$8_Subdivision as Subdivision, index_d$8_SubdivisionType as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type index_d$8_TagList as TagList, type index_d$8_Tags as Tags, type index_d$8_Task as Task, type index_d$8_TaskAction as TaskAction, type index_d$8_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$8_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type index_d$8_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$8_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$8_TotalPrice as TotalPrice, type index_d$8_TotalPriceChange as TotalPriceChange, type index_d$8_TrackingLinkAdded as TrackingLinkAdded, type index_d$8_TrackingNumberAdded as TrackingNumberAdded, type index_d$8_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type index_d$8_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$8_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$8_TriggerReindexRequest as TriggerReindexRequest, type index_d$8_TriggerReindexResponse as TriggerReindexResponse, type index_d$8_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$8_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$8_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$8_UpdateActivityRequest as UpdateActivityRequest, type index_d$8_UpdateActivityResponse as UpdateActivityResponse, type index_d$8_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$8_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$8_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$8_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$8_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$8_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$8_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$8_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$8_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$8_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$8_UpdateOrder as UpdateOrder, type index_d$8_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$8_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$8_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$8_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$8_UpdateOrderRequest as UpdateOrderRequest, type index_d$8_UpdateOrderResponse as UpdateOrderResponse, type index_d$8_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$8_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$8_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$8_UpsertRefundRequest as UpsertRefundRequest, type index_d$8_UpsertRefundResponse as UpsertRefundResponse, type index_d$8_UserDataResponse as UserDataResponse, type index_d$8_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$8_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$8_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$8_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$8_V1LineItemDelta as V1LineItemDelta, type index_d$8_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$8_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$8_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$8_V1RestockItem as V1RestockItem, type index_d$8_V1ShippingInformation as V1ShippingInformation, type index_d$8_Value as Value, index_d$8_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$8_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$8_VersionedDocumentId as VersionedDocumentId, type index_d$8_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$8_VersioningMode as VersioningMode, type index_d$8_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$8_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$2 as WeightUnit, type index_d$8__publicBulkUpdateOrdersType as _publicBulkUpdateOrdersType, type index_d$8__publicCancelOrderType as _publicCancelOrderType, type index_d$8__publicCreateOrderType as _publicCreateOrderType, type index_d$8__publicGetOrderType as _publicGetOrderType, type index_d$8__publicGetPaymentCollectabilityStatusType as _publicGetPaymentCollectabilityStatusType, type index_d$8__publicOnOrderApprovedType as _publicOnOrderApprovedType, type index_d$8__publicOnOrderCanceledType as _publicOnOrderCanceledType, type index_d$8__publicOnOrderCreatedType as _publicOnOrderCreatedType, type index_d$8__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type index_d$8__publicSearchOrdersType as _publicSearchOrdersType, type index_d$8__publicUpdateOrderType as _publicUpdateOrderType, index_d$8_bulkUpdateOrders as bulkUpdateOrders, index_d$8_cancelOrder as cancelOrder, index_d$8_createOrder as createOrder, index_d$8_getOrder as getOrder, index_d$8_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$8_onOrderApproved as onOrderApproved, index_d$8_onOrderCanceled as onOrderCanceled, index_d$8_onOrderCreated as onOrderCreated, index_d$8_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, index_d$8_searchOrders as searchOrders, index_d$8_updateOrder as updateOrder };
|
|
26257
|
+
export { type ActionEvent$6 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type index_d$8_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$8_AddActivitiesRequest as AddActivitiesRequest, type index_d$8_AddActivitiesResponse as AddActivitiesResponse, type index_d$8_AddActivityRequest as AddActivityRequest, type index_d$8_AddActivityResponse as AddActivityResponse, type index_d$8_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$8_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type index_d$8_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$8_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$4 as Address, type index_d$8_AddressDescription as AddressDescription, type AddressLocation$2 as AddressLocation, type index_d$8_AddressWithContact as AddressWithContact, type index_d$8_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$8_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type index_d$8_App as App, type ApplicationError$3 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type index_d$8_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$8_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type index_d$8_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$8_ArchiveOrderResponse as ArchiveOrderResponse, index_d$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 index_d$8_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$8_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$8_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$8_Balance as Balance, type index_d$8_BalanceSummary as BalanceSummary, type BaseEventMetadata$5 as BaseEventMetadata, type index_d$8_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$8_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$8_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$8_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$8_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$8_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$8_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$8_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$8_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$8_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$8_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$8_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$8_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$8_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$8_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$8_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$8_BulkOrderResult as BulkOrderResult, type index_d$8_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$8_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$8_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$8_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$8_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$8_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$8_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$8_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$8_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$8_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$8_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$8_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$8_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$8_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$8_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$8_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$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 index_d$8_CalculatedTax as CalculatedTax, type index_d$8_CalculatedTaxes as CalculatedTaxes, type index_d$8_Cancel as Cancel, type index_d$8_CancelOrderOptions as CancelOrderOptions, type index_d$8_CancelOrderRequest as CancelOrderRequest, type index_d$8_CancelOrderResponse as CancelOrderResponse, type index_d$8_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$8_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$8_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type CatalogReference$1 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$8_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$8_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$8_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$8_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$8_ChargedBy as ChargedBy, type index_d$8_Color as Color, type index_d$8_CommitDeltasRequest as CommitDeltasRequest, type index_d$8_CommitDeltasResponse as CommitDeltasResponse, type index_d$8_CommittedDiffs as CommittedDiffs, type index_d$8_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$8_CommonAddress as CommonAddress, type index_d$8_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$8_Company as Company, type index_d$8_Complete as Complete, type index_d$8_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type index_d$8_CreateOrderRequest as CreateOrderRequest, type index_d$8_CreateOrderResponse as CreateOrderResponse, type index_d$8_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$8_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$8_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$8_CreatedBy as CreatedBy, type index_d$8_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type index_d$8_CursorSearch as CursorSearch, type index_d$8_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type index_d$8_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$8_CustomFieldGroup as CustomFieldGroup, type index_d$8_CustomFieldValue as CustomFieldValue, type index_d$8_Customer as Customer, type index_d$8_DecrementData as DecrementData, type index_d$8_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$8_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$8_DeleteActivityRequest as DeleteActivityRequest, type index_d$8_DeleteActivityResponse as DeleteActivityResponse, type index_d$8_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$8_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$1 as DeliveryLogistics, type index_d$8_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$1 as DeliveryTimeSlot, index_d$8_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$8_Deposit as Deposit, index_d$8_DepositType as DepositType, type index_d$8_DescriptionLine as DescriptionLine, type index_d$8_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$8_DescriptionLineName as DescriptionLineName, index_d$8_DescriptionLineType as DescriptionLineType, type index_d$8_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$8_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$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 index_d$8_DownloadLinkSent as DownloadLinkSent, type index_d$8_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$8_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$8_DraftOrderDiffs as DraftOrderDiffs, type index_d$8_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$8_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$8_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$8_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$8_Email as Email, type index_d$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 index_d$8_ExternalUriMapping as ExternalUriMapping, type index_d$8_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$8_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$8_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$8_FullAddressContactDetails as FullAddressContactDetails, type index_d$8_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$8_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$8_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$8_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$8_GetOrderRequest as GetOrderRequest, type index_d$8_GetOrderResponse as GetOrderResponse, type index_d$8_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$8_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$8_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$8_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$8_GetShipmentsRequest as GetShipmentsRequest, type index_d$8_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type index_d$8_HtmlApplication as HtmlApplication, type index_d$8_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$8_InternalActivity as InternalActivity, type index_d$8_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$8_InternalDocument as InternalDocument, type index_d$8_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$8_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$8_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$8_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$8_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$8_InventoryAction as InventoryAction, type index_d$8_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$8_InvoiceAdded as InvoiceAdded, type index_d$8_InvoiceDates as InvoiceDates, type index_d$8_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$8_InvoiceFields as InvoiceFields, type index_d$8_InvoiceSent as InvoiceSent, type index_d$8_InvoiceSentEvent as InvoiceSentEvent, index_d$8_InvoiceStatus as InvoiceStatus, type index_d$8_InvoicesPayment as InvoicesPayment, type index_d$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 index_d$8_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type index_d$8_LineItemAmount as LineItemAmount, type index_d$8_LineItemChanges as LineItemChanges, type index_d$8_LineItemDelta as LineItemDelta, type index_d$8_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type index_d$8_LineItemExchangeData as LineItemExchangeData, type index_d$8_LineItemMetaData as LineItemMetaData, type index_d$8_LineItemPriceChange as LineItemPriceChange, type index_d$8_LineItemQuantityChange as LineItemQuantityChange, index_d$8_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type index_d$8_LineItemTax as LineItemTax, type index_d$8_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$8_LineItemTaxInfo as LineItemTaxInfo, type index_d$8_LineItemUpdate as LineItemUpdate, type index_d$8_LineItems as LineItems, type index_d$8_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$8_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$8_Locale as Locale, type index_d$8_LocationAndQuantity as LocationAndQuantity, type index_d$8_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$8_ManagedDiscount as ManagedDiscount, type index_d$8_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$8_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$8_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$8_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$8_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$8_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$8_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$8_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$8_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$8_MaskedOrder as MaskedOrder, type index_d$8_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$8_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type index_d$8_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$8_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type index_d$8_MetaData as MetaData, type index_d$8_MetaSite as MetaSite, type index_d$8_MetaTag as MetaTag, index_d$8_Namespace as Namespace, type index_d$8_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, index_d$8_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$8_OrderApproved as OrderApproved, type index_d$8_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$8_OrderCanceled as OrderCanceled, type index_d$8_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$8_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$8_OrderChange as OrderChange, type index_d$8_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$8_OrderCreateNotifications as OrderCreateNotifications, type index_d$8_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$8_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$8_OrderCreationSettings as OrderCreationSettings, type index_d$8_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$8_OrderFulfilled as OrderFulfilled, type index_d$8_OrderItemsRestocked as OrderItemsRestocked, type index_d$8_OrderLineItem as OrderLineItem, type index_d$8_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$8_OrderNonNullableFields as OrderNonNullableFields, type index_d$8_OrderNotFulfilled as OrderNotFulfilled, type index_d$8_OrderPaid as OrderPaid, type index_d$8_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$8_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$8_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$8_OrderStatus as OrderStatus, type index_d$8_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$8_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type index_d$8_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type index_d$8_PaymentCapture as PaymentCapture, index_d$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, PaymentStatus$1 as PaymentStatus, type index_d$8_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$8_Payments as Payments, type PaymentsUpdated$2 as PaymentsUpdated, type index_d$8_Phone as Phone, type PhysicalProperties$1 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$2 as PickupDetails, PickupMethod$1 as PickupMethod, type index_d$8_PickupReadyEmailSent as PickupReadyEmailSent, index_d$8_Placement as Placement, type index_d$8_PlainTextValue as PlainTextValue, type index_d$8_PlatformPaging as PlatformPaging, type index_d$8_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$8_PlatformQuery as PlatformQuery, type index_d$8_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$8_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$8_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$8_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$8_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$8_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$8_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$8_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$8_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$8_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$8_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$8_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$8_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$8_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$8_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$8_PreviewEmailType as PreviewEmailType, type index_d$8_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$8_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$8_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$8_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$8_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$8_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type index_d$8_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type index_d$8_ProductName as ProductName, type index_d$8_PublicActivity as PublicActivity, type index_d$8_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$8_QueryOrderRequest as QueryOrderRequest, type index_d$8_QueryOrderResponse as QueryOrderResponse, type index_d$8_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$8_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$8_QuotesAddress as QuotesAddress, Reason$2 as Reason, type index_d$8_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$8_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$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 index_d$8_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$6 as RestoreInfo, type index_d$8_SavedPaymentMethod as SavedPaymentMethod, type ScheduledAction$2 as ScheduledAction, type index_d$8_SearchOrdersOptions as SearchOrdersOptions, type index_d$8_SearchOrdersRequest as SearchOrdersRequest, type index_d$8_SearchOrdersResponse as SearchOrdersResponse, type index_d$8_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$8_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$8_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$8_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$8_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$8_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$8_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$8_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$8_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$8_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$8_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$8_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$8_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$8_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$8_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$8_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type index_d$8_ShippingAddressEdited as ShippingAddressEdited, type index_d$8_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type index_d$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, index_d$8_SourceType as SourceType, type index_d$8_StandardDetails as StandardDetails, index_d$8_State as State, type StreetAddress$3 as StreetAddress, type index_d$8_Subdivision as Subdivision, index_d$8_SubdivisionType as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type index_d$8_TagList as TagList, type index_d$8_Tags as Tags, type index_d$8_Task as Task, type index_d$8_TaskAction as TaskAction, type index_d$8_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$8_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type index_d$8_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$8_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$8_TotalPrice as TotalPrice, type index_d$8_TotalPriceChange as TotalPriceChange, type index_d$8_TrackingLinkAdded as TrackingLinkAdded, type index_d$8_TrackingNumberAdded as TrackingNumberAdded, type index_d$8_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type index_d$8_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$8_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$8_TriggerReindexRequest as TriggerReindexRequest, type index_d$8_TriggerReindexResponse as TriggerReindexResponse, type index_d$8_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$8_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$8_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$8_UpdateActivityRequest as UpdateActivityRequest, type index_d$8_UpdateActivityResponse as UpdateActivityResponse, type index_d$8_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$8_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$8_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$8_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$8_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$8_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$8_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$8_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$8_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$8_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$8_UpdateOrder as UpdateOrder, type index_d$8_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$8_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$8_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$8_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$8_UpdateOrderRequest as UpdateOrderRequest, type index_d$8_UpdateOrderResponse as UpdateOrderResponse, type index_d$8_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$8_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$8_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$8_UpsertRefundRequest as UpsertRefundRequest, type index_d$8_UpsertRefundResponse as UpsertRefundResponse, type index_d$8_UserDataResponse as UserDataResponse, type index_d$8_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$8_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$8_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$8_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$8_V1LineItemDelta as V1LineItemDelta, type index_d$8_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$8_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$8_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$8_V1RestockItem as V1RestockItem, type index_d$8_V1ShippingInformation as V1ShippingInformation, type index_d$8_Value as Value, index_d$8_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$8_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$8_VersionedDocumentId as VersionedDocumentId, type index_d$8_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$8_VersioningMode as VersioningMode, type index_d$8_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$8_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$2 as WeightUnit, type index_d$8__publicOnOrderApprovedType as _publicOnOrderApprovedType, type index_d$8__publicOnOrderCanceledType as _publicOnOrderCanceledType, type index_d$8__publicOnOrderCreatedType as _publicOnOrderCreatedType, type index_d$8__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, index_d$8_bulkUpdateOrders as bulkUpdateOrders, index_d$8_cancelOrder as cancelOrder, index_d$8_createOrder as createOrder, index_d$8_getOrder as getOrder, index_d$8_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$8_onOrderApproved as onOrderApproved, index_d$8_onOrderCanceled as onOrderCanceled, index_d$8_onOrderCreated as onOrderCreated, index_d$8_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, index_d$8_searchOrders as searchOrders, index_d$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 index_d$7_CreateOrderPaymentRequestOptions = CreateOrderPaymentRequestOptions;
|
|
27371
27104
|
type index_d$7_CreateOrderPaymentRequestRequest = CreateOrderPaymentRequestRequest;
|
|
@@ -27395,12 +27128,6 @@ type index_d$7_UpdateOrderPaymentRequest = UpdateOrderPaymentRequest;
|
|
|
27395
27128
|
type index_d$7_UpdateOrderPaymentRequestRequest = UpdateOrderPaymentRequestRequest;
|
|
27396
27129
|
type index_d$7_UpdateOrderPaymentRequestResponse = UpdateOrderPaymentRequestResponse;
|
|
27397
27130
|
type index_d$7_UpdateOrderPaymentRequestResponseNonNullableFields = UpdateOrderPaymentRequestResponseNonNullableFields;
|
|
27398
|
-
type index_d$7__publicCreateOrderPaymentRequestType = _publicCreateOrderPaymentRequestType;
|
|
27399
|
-
type index_d$7__publicDeleteOrderPaymentRequestType = _publicDeleteOrderPaymentRequestType;
|
|
27400
|
-
type index_d$7__publicGetOrderPaymentRequestType = _publicGetOrderPaymentRequestType;
|
|
27401
|
-
type index_d$7__publicGetOrderPaymentRequestUrlType = _publicGetOrderPaymentRequestUrlType;
|
|
27402
|
-
type index_d$7__publicQueryOrderPaymentRequestsType = _publicQueryOrderPaymentRequestsType;
|
|
27403
|
-
type index_d$7__publicUpdateOrderPaymentRequestType = _publicUpdateOrderPaymentRequestType;
|
|
27404
27131
|
declare const index_d$7_createOrderPaymentRequest: typeof createOrderPaymentRequest;
|
|
27405
27132
|
declare const index_d$7_deleteOrderPaymentRequest: typeof deleteOrderPaymentRequest;
|
|
27406
27133
|
declare const index_d$7_getOrderPaymentRequest: typeof getOrderPaymentRequest;
|
|
@@ -27408,7 +27135,7 @@ declare const index_d$7_getOrderPaymentRequestUrl: typeof getOrderPaymentRequest
|
|
|
27408
27135
|
declare const index_d$7_queryOrderPaymentRequests: typeof queryOrderPaymentRequests;
|
|
27409
27136
|
declare const index_d$7_updateOrderPaymentRequest: typeof updateOrderPaymentRequest;
|
|
27410
27137
|
declare namespace index_d$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 index_d$7_CreateOrderPaymentRequestOptions as CreateOrderPaymentRequestOptions, type index_d$7_CreateOrderPaymentRequestRequest as CreateOrderPaymentRequestRequest, type index_d$7_CreateOrderPaymentRequestResponse as CreateOrderPaymentRequestResponse, type index_d$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 index_d$7_DeleteOrderPaymentRequestRequest as DeleteOrderPaymentRequestRequest, type index_d$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 index_d$7_GetOrderPaymentRequestRequest as GetOrderPaymentRequestRequest, type index_d$7_GetOrderPaymentRequestResponse as GetOrderPaymentRequestResponse, type index_d$7_GetOrderPaymentRequestResponseNonNullableFields as GetOrderPaymentRequestResponseNonNullableFields, type index_d$7_GetOrderPaymentRequestURLRequest as GetOrderPaymentRequestURLRequest, type index_d$7_GetOrderPaymentRequestURLResponse as GetOrderPaymentRequestURLResponse, type index_d$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 index_d$7_OrderPaymentRequest as OrderPaymentRequest, type index_d$7_OrderPaymentRequestExpired as OrderPaymentRequestExpired, type index_d$7_OrderPaymentRequestNonNullableFields as OrderPaymentRequestNonNullableFields, type index_d$7_OrderPaymentRequestPaid as OrderPaymentRequestPaid, type index_d$7_OrderPaymentRequestsQueryBuilder as OrderPaymentRequestsQueryBuilder, type index_d$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 index_d$7_QueryOrderPaymentRequestsRequest as QueryOrderPaymentRequestsRequest, type index_d$7_QueryOrderPaymentRequestsResponse as QueryOrderPaymentRequestsResponse, type index_d$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 index_d$7_Source as Source, index_d$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 index_d$7_UpdateOrderPaymentRequest as UpdateOrderPaymentRequest, type index_d$7_UpdateOrderPaymentRequestRequest as UpdateOrderPaymentRequestRequest, type index_d$7_UpdateOrderPaymentRequestResponse as UpdateOrderPaymentRequestResponse, type index_d$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 index_d$7_CreateOrderPaymentRequestOptions as CreateOrderPaymentRequestOptions, type index_d$7_CreateOrderPaymentRequestRequest as CreateOrderPaymentRequestRequest, type index_d$7_CreateOrderPaymentRequestResponse as CreateOrderPaymentRequestResponse, type index_d$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 index_d$7_DeleteOrderPaymentRequestRequest as DeleteOrderPaymentRequestRequest, type index_d$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 index_d$7_GetOrderPaymentRequestRequest as GetOrderPaymentRequestRequest, type index_d$7_GetOrderPaymentRequestResponse as GetOrderPaymentRequestResponse, type index_d$7_GetOrderPaymentRequestResponseNonNullableFields as GetOrderPaymentRequestResponseNonNullableFields, type index_d$7_GetOrderPaymentRequestURLRequest as GetOrderPaymentRequestURLRequest, type index_d$7_GetOrderPaymentRequestURLResponse as GetOrderPaymentRequestURLResponse, type index_d$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 index_d$7_OrderPaymentRequest as OrderPaymentRequest, type index_d$7_OrderPaymentRequestExpired as OrderPaymentRequestExpired, type index_d$7_OrderPaymentRequestNonNullableFields as OrderPaymentRequestNonNullableFields, type index_d$7_OrderPaymentRequestPaid as OrderPaymentRequestPaid, type index_d$7_OrderPaymentRequestsQueryBuilder as OrderPaymentRequestsQueryBuilder, type index_d$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 index_d$7_QueryOrderPaymentRequestsRequest as QueryOrderPaymentRequestsRequest, type index_d$7_QueryOrderPaymentRequestsResponse as QueryOrderPaymentRequestsResponse, type index_d$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 index_d$7_Source as Source, index_d$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 index_d$7_UpdateOrderPaymentRequest as UpdateOrderPaymentRequest, type index_d$7_UpdateOrderPaymentRequestRequest as UpdateOrderPaymentRequestRequest, type index_d$7_UpdateOrderPaymentRequestResponse as UpdateOrderPaymentRequestResponse, type index_d$7_UpdateOrderPaymentRequestResponseNonNullableFields as UpdateOrderPaymentRequestResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType, index_d$7_createOrderPaymentRequest as createOrderPaymentRequest, index_d$7_deleteOrderPaymentRequest as deleteOrderPaymentRequest, index_d$7_getOrderPaymentRequest as getOrderPaymentRequest, index_d$7_getOrderPaymentRequestUrl as getOrderPaymentRequestUrl, index_d$7_queryOrderPaymentRequests as queryOrderPaymentRequests, updateExtendedFields$4 as updateExtendedFields, index_d$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 index_d$6_V2Refund = V2Refund;
|
|
|
29442
29162
|
type index_d$6_VatId = VatId;
|
|
29443
29163
|
type index_d$6_VatType = VatType;
|
|
29444
29164
|
declare const index_d$6_VatType: typeof VatType;
|
|
29445
|
-
type index_d$6__publicAddPaymentsType = _publicAddPaymentsType;
|
|
29446
|
-
type index_d$6__publicBulkUpdatePaymentStatusesType = _publicBulkUpdatePaymentStatusesType;
|
|
29447
|
-
type index_d$6__publicListTransactionsForMultipleOrdersType = _publicListTransactionsForMultipleOrdersType;
|
|
29448
|
-
type index_d$6__publicListTransactionsForSingleOrderType = _publicListTransactionsForSingleOrderType;
|
|
29449
29165
|
type index_d$6__publicOnOrderTransactionsUpdatedType = _publicOnOrderTransactionsUpdatedType;
|
|
29450
|
-
type index_d$6__publicUpdatePaymentStatusType = _publicUpdatePaymentStatusType;
|
|
29451
29166
|
declare const index_d$6_addPayments: typeof addPayments;
|
|
29452
29167
|
declare const index_d$6_bulkUpdatePaymentStatuses: typeof bulkUpdatePaymentStatuses;
|
|
29453
29168
|
declare const index_d$6_listTransactionsForMultipleOrders: typeof listTransactionsForMultipleOrders;
|
|
@@ -29455,7 +29170,7 @@ declare const index_d$6_listTransactionsForSingleOrder: typeof listTransactionsF
|
|
|
29455
29170
|
declare const index_d$6_onOrderTransactionsUpdated: typeof onOrderTransactionsUpdated;
|
|
29456
29171
|
declare const index_d$6_updatePaymentStatus: typeof updatePaymentStatus;
|
|
29457
29172
|
declare namespace index_d$6 {
|
|
29458
|
-
export { type ActionEvent$4 as ActionEvent, index_d$6_ActionType as ActionType, type index_d$6_Activity as Activity, index_d$6_ActivityType as ActivityType, type index_d$6_AddInvoiceToOrderRequest as AddInvoiceToOrderRequest, type index_d$6_AddInvoiceToOrderResponse as AddInvoiceToOrderResponse, type index_d$6_AddPaymentsRequest as AddPaymentsRequest, type index_d$6_AddPaymentsResponse as AddPaymentsResponse, type index_d$6_AddPaymentsResponseNonNullableFields as AddPaymentsResponseNonNullableFields, type index_d$6_AddRefundRequest as AddRefundRequest, type index_d$6_AddRefundResponse as AddRefundResponse, type index_d$6_AdditionalFeeRefund as AdditionalFeeRefund, type Address$3 as Address, type index_d$6_AddressAddressLine1OptionsOneOf as AddressAddressLine1OptionsOneOf, type index_d$6_AggregatedRefundSummary as AggregatedRefundSummary, type ApplicationError$2 as ApplicationError, type index_d$6_AppliedCoupon as AppliedCoupon, type index_d$6_AuthorizationActionFailureDetails as AuthorizationActionFailureDetails, type index_d$6_AuthorizationCapture as AuthorizationCapture, index_d$6_AuthorizationCaptureStatus as AuthorizationCaptureStatus, type index_d$6_AuthorizationDetails as AuthorizationDetails, type index_d$6_AuthorizationVoid as AuthorizationVoid, index_d$6_AuthorizationVoidStatus as AuthorizationVoidStatus, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$6_BillingInfo as BillingInfo, type index_d$6_BulkActionMetadata as BulkActionMetadata, type index_d$6_BulkGenerateInvoicesRequest as BulkGenerateInvoicesRequest, type index_d$6_BulkGenerateInvoicesResponse as BulkGenerateInvoicesResponse, type index_d$6_BulkInvoiceResult as BulkInvoiceResult, type index_d$6_BulkPaymentResult as BulkPaymentResult, type index_d$6_BulkUpdatePaymentStatusesOptions as BulkUpdatePaymentStatusesOptions, type index_d$6_BulkUpdatePaymentStatusesRequest as BulkUpdatePaymentStatusesRequest, type index_d$6_BulkUpdatePaymentStatusesResponse as BulkUpdatePaymentStatusesResponse, type index_d$6_BulkUpdatePaymentStatusesResponseNonNullableFields as BulkUpdatePaymentStatusesResponseNonNullableFields, type index_d$6_BuyerDetails as BuyerDetails, type index_d$6_BuyerInfo as BuyerInfo, type index_d$6_CalculateRefundItemRequest as CalculateRefundItemRequest, type index_d$6_CalculateRefundItemResponse as CalculateRefundItemResponse, type index_d$6_CalculateRefundRequest as CalculateRefundRequest, type index_d$6_CalculateRefundResponse as CalculateRefundResponse, type index_d$6_ChannelInfo as ChannelInfo, index_d$6_ChannelType as ChannelType, type index_d$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 index_d$6_CustomField as CustomField, type index_d$6_CustomTextFieldSelection as CustomTextFieldSelection, type DiffmatokyPayload$1 as DiffmatokyPayload, type index_d$6_DigitalFile as DigitalFile, type index_d$6_Discount as Discount, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$6_EnteredBy as EnteredBy, index_d$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 index_d$6_Fulfillment as Fulfillment, type index_d$6_FulfillmentLineItem as FulfillmentLineItem, index_d$6_FulfillmentStatus as FulfillmentStatus, type index_d$6_FulfillmentTrackingInfo as FulfillmentTrackingInfo, type index_d$6_FullName as FullName, type index_d$6_GenerateInvoiceRequest as GenerateInvoiceRequest, type index_d$6_GenerateInvoiceResponse as GenerateInvoiceResponse, type index_d$6_GetRefundabilityStatusRequest as GetRefundabilityStatusRequest, type index_d$6_GetRefundabilityStatusResponse as GetRefundabilityStatusResponse, type GiftCard$1 as GiftCard, type index_d$6_GiftCardPaymentDetails as GiftCardPaymentDetails, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, index_d$6_IdentityType as IdentityType, type index_d$6_IndexingMessage as IndexingMessage, type index_d$6_InvoiceForOrder as InvoiceForOrder, type index_d$6_InvoiceInfo as InvoiceInfo, index_d$6_InvoiceSource as InvoiceSource, type index_d$6_InvoicesForOrder as InvoicesForOrder, type index_d$6_ItemMetadata as ItemMetadata, type LineItem$1 as LineItem, type index_d$6_LineItemPriceData as LineItemPriceData, type index_d$6_LineItemRefund as LineItemRefund, index_d$6_LineItemType as LineItemType, type index_d$6_ListInvoicesForMultipleOrdersRequest as ListInvoicesForMultipleOrdersRequest, type index_d$6_ListInvoicesForMultipleOrdersResponse as ListInvoicesForMultipleOrdersResponse, type index_d$6_ListInvoicesForSingleOrderRequest as ListInvoicesForSingleOrderRequest, type index_d$6_ListInvoicesForSingleOrderResponse as ListInvoicesForSingleOrderResponse, type index_d$6_ListTransactionsForMultipleOrdersRequest as ListTransactionsForMultipleOrdersRequest, type index_d$6_ListTransactionsForMultipleOrdersResponse as ListTransactionsForMultipleOrdersResponse, type index_d$6_ListTransactionsForMultipleOrdersResponseNonNullableFields as ListTransactionsForMultipleOrdersResponseNonNullableFields, type index_d$6_ListTransactionsForSingleOrderRequest as ListTransactionsForSingleOrderRequest, type index_d$6_ListTransactionsForSingleOrderResponse as ListTransactionsForSingleOrderResponse, type index_d$6_ListTransactionsForSingleOrderResponseNonNullableFields as ListTransactionsForSingleOrderResponseNonNullableFields, index_d$6_ManuallyRefundableReason as ManuallyRefundableReason, type index_d$6_MaskedPayment as MaskedPayment, type index_d$6_MediaItem as MediaItem, index_d$6_MediaItemType as MediaItemType, type MembershipName$1 as MembershipName, type index_d$6_MembershipPaymentDetails as MembershipPaymentDetails, index_d$6_MembershipPaymentStatus as MembershipPaymentStatus, type MessageEnvelope$4 as MessageEnvelope, index_d$6_NonRefundableReason as NonRefundableReason, type index_d$6_OptionSelection as OptionSelection, type index_d$6_Order as Order, type index_d$6_OrderRefunded as OrderRefunded, type index_d$6_OrderTransactions as OrderTransactions, type index_d$6_OrderTransactionsUpdatedEnvelope as OrderTransactionsUpdatedEnvelope, type index_d$6_Payment as Payment, type index_d$6_PaymentAndOrderId as PaymentAndOrderId, type index_d$6_PaymentPaymentDetailsOneOf as PaymentPaymentDetailsOneOf, type index_d$6_PaymentRefund as PaymentRefund, index_d$6_PaymentStatus as PaymentStatus, type index_d$6_PaymentsUpdated as PaymentsUpdated, type index_d$6_PickupAddress as PickupAddress, type PickupDetails$1 as PickupDetails, type index_d$6_Price as Price, type index_d$6_QueryOrderTransactionsRequest as QueryOrderTransactionsRequest, type index_d$6_QueryOrderTransactionsResponse as QueryOrderTransactionsResponse, index_d$6_Reason as Reason, type index_d$6_Refund as Refund, type index_d$6_RefundCreated as RefundCreated, type index_d$6_RefundDetails as RefundDetails, type index_d$6_RefundItem as RefundItem, type index_d$6_RefundSideEffects as RefundSideEffects, index_d$6_RefundStatus as RefundStatus, type index_d$6_RefundTransaction as RefundTransaction, type index_d$6_Refundability as Refundability, type index_d$6_RefundabilityAdditionalRefundabilityInfoOneOf as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$6_RefundableStatus as RefundableStatus, type index_d$6_RegularPaymentDetails as RegularPaymentDetails, type index_d$6_RegularPaymentDetailsPaymentMethodDetailsOneOf as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$6_RestockInfo as RestockInfo, type index_d$6_RestockItem as RestockItem, index_d$6_RestockType as RestockType, type RestoreInfo$4 as RestoreInfo, type index_d$6_ScheduledAction as ScheduledAction, type index_d$6_ShipmentDetails as ShipmentDetails, type index_d$6_ShippingInfo as ShippingInfo, type index_d$6_ShippingInfoDetailsOneOf as ShippingInfoDetailsOneOf, type index_d$6_ShippingPriceData as ShippingPriceData, type index_d$6_ShippingRefund as ShippingRefund, type index_d$6_SnapshotMessage as SnapshotMessage, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type index_d$6_Street as Street, SubscriptionFrequency$1 as SubscriptionFrequency, type index_d$6_SubscriptionInfo as SubscriptionInfo, type index_d$6_SubscriptionOptionInfo as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$6_Totals as Totals, type index_d$6_TrackingInfo as TrackingInfo, index_d$6_TransactionStatus as TransactionStatus, type index_d$6_TriggerRefundRequest as TriggerRefundRequest, type index_d$6_TriggerRefundResponse as TriggerRefundResponse, type index_d$6_UpdatePaymentStatusIdentifiers as UpdatePaymentStatusIdentifiers, type index_d$6_UpdatePaymentStatusOptions as UpdatePaymentStatusOptions, type index_d$6_UpdatePaymentStatusRequest as UpdatePaymentStatusRequest, type index_d$6_UpdatePaymentStatusResponse as UpdatePaymentStatusResponse, type index_d$6_UpdatePaymentStatusResponseNonNullableFields as UpdatePaymentStatusResponseNonNullableFields, type index_d$6_UpdatePaymentsRequest as UpdatePaymentsRequest, type index_d$6_UpdatePaymentsResponse as UpdatePaymentsResponse, type index_d$6_UpdateRefundTransactionRequest as UpdateRefundTransactionRequest, type index_d$6_UpdateRefundTransactionResponse as UpdateRefundTransactionResponse, type index_d$6_V2InvoiceInfo as V2InvoiceInfo, type index_d$6_V2Refund as V2Refund, type index_d$6_VatId as VatId, index_d$6_VatType as VatType, WebhookIdentityType$4 as WebhookIdentityType, WeightUnit$1 as WeightUnit, type index_d$6__publicAddPaymentsType as _publicAddPaymentsType, type index_d$6__publicBulkUpdatePaymentStatusesType as _publicBulkUpdatePaymentStatusesType, type index_d$6__publicListTransactionsForMultipleOrdersType as _publicListTransactionsForMultipleOrdersType, type index_d$6__publicListTransactionsForSingleOrderType as _publicListTransactionsForSingleOrderType, type index_d$6__publicOnOrderTransactionsUpdatedType as _publicOnOrderTransactionsUpdatedType, type index_d$6__publicUpdatePaymentStatusType as _publicUpdatePaymentStatusType, index_d$6_addPayments as addPayments, index_d$6_bulkUpdatePaymentStatuses as bulkUpdatePaymentStatuses, index_d$6_listTransactionsForMultipleOrders as listTransactionsForMultipleOrders, index_d$6_listTransactionsForSingleOrder as listTransactionsForSingleOrder, index_d$6_onOrderTransactionsUpdated as onOrderTransactionsUpdated, onOrderTransactionsUpdated$1 as publicOnOrderTransactionsUpdated, index_d$6_updatePaymentStatus as updatePaymentStatus };
|
|
29173
|
+
export { type ActionEvent$4 as ActionEvent, index_d$6_ActionType as ActionType, type index_d$6_Activity as Activity, index_d$6_ActivityType as ActivityType, type index_d$6_AddInvoiceToOrderRequest as AddInvoiceToOrderRequest, type index_d$6_AddInvoiceToOrderResponse as AddInvoiceToOrderResponse, type index_d$6_AddPaymentsRequest as AddPaymentsRequest, type index_d$6_AddPaymentsResponse as AddPaymentsResponse, type index_d$6_AddPaymentsResponseNonNullableFields as AddPaymentsResponseNonNullableFields, type index_d$6_AddRefundRequest as AddRefundRequest, type index_d$6_AddRefundResponse as AddRefundResponse, type index_d$6_AdditionalFeeRefund as AdditionalFeeRefund, type Address$3 as Address, type index_d$6_AddressAddressLine1OptionsOneOf as AddressAddressLine1OptionsOneOf, type index_d$6_AggregatedRefundSummary as AggregatedRefundSummary, type ApplicationError$2 as ApplicationError, type index_d$6_AppliedCoupon as AppliedCoupon, type index_d$6_AuthorizationActionFailureDetails as AuthorizationActionFailureDetails, type index_d$6_AuthorizationCapture as AuthorizationCapture, index_d$6_AuthorizationCaptureStatus as AuthorizationCaptureStatus, type index_d$6_AuthorizationDetails as AuthorizationDetails, type index_d$6_AuthorizationVoid as AuthorizationVoid, index_d$6_AuthorizationVoidStatus as AuthorizationVoidStatus, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$6_BillingInfo as BillingInfo, type index_d$6_BulkActionMetadata as BulkActionMetadata, type index_d$6_BulkGenerateInvoicesRequest as BulkGenerateInvoicesRequest, type index_d$6_BulkGenerateInvoicesResponse as BulkGenerateInvoicesResponse, type index_d$6_BulkInvoiceResult as BulkInvoiceResult, type index_d$6_BulkPaymentResult as BulkPaymentResult, type index_d$6_BulkUpdatePaymentStatusesOptions as BulkUpdatePaymentStatusesOptions, type index_d$6_BulkUpdatePaymentStatusesRequest as BulkUpdatePaymentStatusesRequest, type index_d$6_BulkUpdatePaymentStatusesResponse as BulkUpdatePaymentStatusesResponse, type index_d$6_BulkUpdatePaymentStatusesResponseNonNullableFields as BulkUpdatePaymentStatusesResponseNonNullableFields, type index_d$6_BuyerDetails as BuyerDetails, type index_d$6_BuyerInfo as BuyerInfo, type index_d$6_CalculateRefundItemRequest as CalculateRefundItemRequest, type index_d$6_CalculateRefundItemResponse as CalculateRefundItemResponse, type index_d$6_CalculateRefundRequest as CalculateRefundRequest, type index_d$6_CalculateRefundResponse as CalculateRefundResponse, type index_d$6_ChannelInfo as ChannelInfo, index_d$6_ChannelType as ChannelType, type index_d$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 index_d$6_CustomField as CustomField, type index_d$6_CustomTextFieldSelection as CustomTextFieldSelection, type DiffmatokyPayload$1 as DiffmatokyPayload, type index_d$6_DigitalFile as DigitalFile, type index_d$6_Discount as Discount, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$6_EnteredBy as EnteredBy, index_d$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 index_d$6_Fulfillment as Fulfillment, type index_d$6_FulfillmentLineItem as FulfillmentLineItem, index_d$6_FulfillmentStatus as FulfillmentStatus, type index_d$6_FulfillmentTrackingInfo as FulfillmentTrackingInfo, type index_d$6_FullName as FullName, type index_d$6_GenerateInvoiceRequest as GenerateInvoiceRequest, type index_d$6_GenerateInvoiceResponse as GenerateInvoiceResponse, type index_d$6_GetRefundabilityStatusRequest as GetRefundabilityStatusRequest, type index_d$6_GetRefundabilityStatusResponse as GetRefundabilityStatusResponse, type GiftCard$1 as GiftCard, type index_d$6_GiftCardPaymentDetails as GiftCardPaymentDetails, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, index_d$6_IdentityType as IdentityType, type index_d$6_IndexingMessage as IndexingMessage, type index_d$6_InvoiceForOrder as InvoiceForOrder, type index_d$6_InvoiceInfo as InvoiceInfo, index_d$6_InvoiceSource as InvoiceSource, type index_d$6_InvoicesForOrder as InvoicesForOrder, type index_d$6_ItemMetadata as ItemMetadata, type LineItem$1 as LineItem, type index_d$6_LineItemPriceData as LineItemPriceData, type index_d$6_LineItemRefund as LineItemRefund, index_d$6_LineItemType as LineItemType, type index_d$6_ListInvoicesForMultipleOrdersRequest as ListInvoicesForMultipleOrdersRequest, type index_d$6_ListInvoicesForMultipleOrdersResponse as ListInvoicesForMultipleOrdersResponse, type index_d$6_ListInvoicesForSingleOrderRequest as ListInvoicesForSingleOrderRequest, type index_d$6_ListInvoicesForSingleOrderResponse as ListInvoicesForSingleOrderResponse, type index_d$6_ListTransactionsForMultipleOrdersRequest as ListTransactionsForMultipleOrdersRequest, type index_d$6_ListTransactionsForMultipleOrdersResponse as ListTransactionsForMultipleOrdersResponse, type index_d$6_ListTransactionsForMultipleOrdersResponseNonNullableFields as ListTransactionsForMultipleOrdersResponseNonNullableFields, type index_d$6_ListTransactionsForSingleOrderRequest as ListTransactionsForSingleOrderRequest, type index_d$6_ListTransactionsForSingleOrderResponse as ListTransactionsForSingleOrderResponse, type index_d$6_ListTransactionsForSingleOrderResponseNonNullableFields as ListTransactionsForSingleOrderResponseNonNullableFields, index_d$6_ManuallyRefundableReason as ManuallyRefundableReason, type index_d$6_MaskedPayment as MaskedPayment, type index_d$6_MediaItem as MediaItem, index_d$6_MediaItemType as MediaItemType, type MembershipName$1 as MembershipName, type index_d$6_MembershipPaymentDetails as MembershipPaymentDetails, index_d$6_MembershipPaymentStatus as MembershipPaymentStatus, type MessageEnvelope$4 as MessageEnvelope, index_d$6_NonRefundableReason as NonRefundableReason, type index_d$6_OptionSelection as OptionSelection, type index_d$6_Order as Order, type index_d$6_OrderRefunded as OrderRefunded, type index_d$6_OrderTransactions as OrderTransactions, type index_d$6_OrderTransactionsUpdatedEnvelope as OrderTransactionsUpdatedEnvelope, type index_d$6_Payment as Payment, type index_d$6_PaymentAndOrderId as PaymentAndOrderId, type index_d$6_PaymentPaymentDetailsOneOf as PaymentPaymentDetailsOneOf, type index_d$6_PaymentRefund as PaymentRefund, index_d$6_PaymentStatus as PaymentStatus, type index_d$6_PaymentsUpdated as PaymentsUpdated, type index_d$6_PickupAddress as PickupAddress, type PickupDetails$1 as PickupDetails, type index_d$6_Price as Price, type index_d$6_QueryOrderTransactionsRequest as QueryOrderTransactionsRequest, type index_d$6_QueryOrderTransactionsResponse as QueryOrderTransactionsResponse, index_d$6_Reason as Reason, type index_d$6_Refund as Refund, type index_d$6_RefundCreated as RefundCreated, type index_d$6_RefundDetails as RefundDetails, type index_d$6_RefundItem as RefundItem, type index_d$6_RefundSideEffects as RefundSideEffects, index_d$6_RefundStatus as RefundStatus, type index_d$6_RefundTransaction as RefundTransaction, type index_d$6_Refundability as Refundability, type index_d$6_RefundabilityAdditionalRefundabilityInfoOneOf as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$6_RefundableStatus as RefundableStatus, type index_d$6_RegularPaymentDetails as RegularPaymentDetails, type index_d$6_RegularPaymentDetailsPaymentMethodDetailsOneOf as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$6_RestockInfo as RestockInfo, type index_d$6_RestockItem as RestockItem, index_d$6_RestockType as RestockType, type RestoreInfo$4 as RestoreInfo, type index_d$6_ScheduledAction as ScheduledAction, type index_d$6_ShipmentDetails as ShipmentDetails, type index_d$6_ShippingInfo as ShippingInfo, type index_d$6_ShippingInfoDetailsOneOf as ShippingInfoDetailsOneOf, type index_d$6_ShippingPriceData as ShippingPriceData, type index_d$6_ShippingRefund as ShippingRefund, type index_d$6_SnapshotMessage as SnapshotMessage, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type index_d$6_Street as Street, SubscriptionFrequency$1 as SubscriptionFrequency, type index_d$6_SubscriptionInfo as SubscriptionInfo, type index_d$6_SubscriptionOptionInfo as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$6_Totals as Totals, type index_d$6_TrackingInfo as TrackingInfo, index_d$6_TransactionStatus as TransactionStatus, type index_d$6_TriggerRefundRequest as TriggerRefundRequest, type index_d$6_TriggerRefundResponse as TriggerRefundResponse, type index_d$6_UpdatePaymentStatusIdentifiers as UpdatePaymentStatusIdentifiers, type index_d$6_UpdatePaymentStatusOptions as UpdatePaymentStatusOptions, type index_d$6_UpdatePaymentStatusRequest as UpdatePaymentStatusRequest, type index_d$6_UpdatePaymentStatusResponse as UpdatePaymentStatusResponse, type index_d$6_UpdatePaymentStatusResponseNonNullableFields as UpdatePaymentStatusResponseNonNullableFields, type index_d$6_UpdatePaymentsRequest as UpdatePaymentsRequest, type index_d$6_UpdatePaymentsResponse as UpdatePaymentsResponse, type index_d$6_UpdateRefundTransactionRequest as UpdateRefundTransactionRequest, type index_d$6_UpdateRefundTransactionResponse as UpdateRefundTransactionResponse, type index_d$6_V2InvoiceInfo as V2InvoiceInfo, type index_d$6_V2Refund as V2Refund, type index_d$6_VatId as VatId, index_d$6_VatType as VatType, WebhookIdentityType$4 as WebhookIdentityType, WeightUnit$1 as WeightUnit, type index_d$6__publicOnOrderTransactionsUpdatedType as _publicOnOrderTransactionsUpdatedType, index_d$6_addPayments as addPayments, index_d$6_bulkUpdatePaymentStatuses as bulkUpdatePaymentStatuses, index_d$6_listTransactionsForMultipleOrders as listTransactionsForMultipleOrders, index_d$6_listTransactionsForSingleOrder as listTransactionsForSingleOrder, index_d$6_onOrderTransactionsUpdated as onOrderTransactionsUpdated, onOrderTransactionsUpdated$1 as publicOnOrderTransactionsUpdated, index_d$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 index_d$5_OrdersSettingsUpdatedEnvelope = OrdersSettingsUpdatedEnvelope;
|
|
|
29737
29448
|
type index_d$5_UpdateOrdersSettingsRequest = UpdateOrdersSettingsRequest;
|
|
29738
29449
|
type index_d$5_UpdateOrdersSettingsResponse = UpdateOrdersSettingsResponse;
|
|
29739
29450
|
type index_d$5_UpdateOrdersSettingsResponseNonNullableFields = UpdateOrdersSettingsResponseNonNullableFields;
|
|
29740
|
-
type index_d$5__publicGetOrdersSettingsType = _publicGetOrdersSettingsType;
|
|
29741
29451
|
type index_d$5__publicOnOrdersSettingsUpdatedType = _publicOnOrdersSettingsUpdatedType;
|
|
29742
|
-
type index_d$5__publicUpdateOrdersSettingsType = _publicUpdateOrdersSettingsType;
|
|
29743
29452
|
declare const index_d$5_getOrdersSettings: typeof getOrdersSettings;
|
|
29744
29453
|
declare const index_d$5_onOrdersSettingsUpdated: typeof onOrdersSettingsUpdated;
|
|
29745
29454
|
declare const index_d$5_updateOrdersSettings: typeof updateOrdersSettings;
|
|
29746
29455
|
declare namespace index_d$5 {
|
|
29747
|
-
export { type ActionEvent$3 as ActionEvent, type BaseEventMetadata$3 as BaseEventMetadata, type index_d$5_DeleteOrdersSettingsRequest as DeleteOrdersSettingsRequest, type index_d$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 index_d$5_GetOrdersSettingsRequest as GetOrdersSettingsRequest, type index_d$5_GetOrdersSettingsResponse as GetOrdersSettingsResponse, type index_d$5_GetOrdersSettingsResponseNonNullableFields as GetOrdersSettingsResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, index_d$5_InventoryUpdateTrigger as InventoryUpdateTrigger, type index_d$5_ListOrdersSettingsRequest as ListOrdersSettingsRequest, type index_d$5_ListOrdersSettingsResponse as ListOrdersSettingsResponse, type MessageEnvelope$3 as MessageEnvelope, type index_d$5_OrdersSettings as OrdersSettings, type index_d$5_OrdersSettingsUpdatedEnvelope as OrdersSettingsUpdatedEnvelope, type RestoreInfo$3 as RestoreInfo, type index_d$5_UpdateOrdersSettingsRequest as UpdateOrdersSettingsRequest, type index_d$5_UpdateOrdersSettingsResponse as UpdateOrdersSettingsResponse, type index_d$5_UpdateOrdersSettingsResponseNonNullableFields as UpdateOrdersSettingsResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type index_d$
|
|
29456
|
+
export { type ActionEvent$3 as ActionEvent, type BaseEventMetadata$3 as BaseEventMetadata, type index_d$5_DeleteOrdersSettingsRequest as DeleteOrdersSettingsRequest, type index_d$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 index_d$5_GetOrdersSettingsRequest as GetOrdersSettingsRequest, type index_d$5_GetOrdersSettingsResponse as GetOrdersSettingsResponse, type index_d$5_GetOrdersSettingsResponseNonNullableFields as GetOrdersSettingsResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, index_d$5_InventoryUpdateTrigger as InventoryUpdateTrigger, type index_d$5_ListOrdersSettingsRequest as ListOrdersSettingsRequest, type index_d$5_ListOrdersSettingsResponse as ListOrdersSettingsResponse, type MessageEnvelope$3 as MessageEnvelope, type index_d$5_OrdersSettings as OrdersSettings, type index_d$5_OrdersSettingsUpdatedEnvelope as OrdersSettingsUpdatedEnvelope, type RestoreInfo$3 as RestoreInfo, type index_d$5_UpdateOrdersSettingsRequest as UpdateOrdersSettingsRequest, type index_d$5_UpdateOrdersSettingsResponse as UpdateOrdersSettingsResponse, type index_d$5_UpdateOrdersSettingsResponseNonNullableFields as UpdateOrdersSettingsResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type index_d$5__publicOnOrdersSettingsUpdatedType as _publicOnOrdersSettingsUpdatedType, index_d$5_getOrdersSettings as getOrdersSettings, index_d$5_onOrdersSettingsUpdated as onOrdersSettingsUpdated, onOrdersSettingsUpdated$1 as publicOnOrdersSettingsUpdated, index_d$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 index_d$4_UpdatePickupLocation = UpdatePickupLocation;
|
|
|
30467
30166
|
type index_d$4_UpdatePickupLocationRequest = UpdatePickupLocationRequest;
|
|
30468
30167
|
type index_d$4_UpdatePickupLocationResponse = UpdatePickupLocationResponse;
|
|
30469
30168
|
type index_d$4_UpdatePickupLocationResponseNonNullableFields = UpdatePickupLocationResponseNonNullableFields;
|
|
30470
|
-
type index_d$4__publicBulkCreatePickupLocationType = _publicBulkCreatePickupLocationType;
|
|
30471
|
-
type index_d$4__publicBulkDeletePickupLocationType = _publicBulkDeletePickupLocationType;
|
|
30472
|
-
type index_d$4__publicBulkUpdatePickupLocationType = _publicBulkUpdatePickupLocationType;
|
|
30473
|
-
type index_d$4__publicCreatePickupLocationType = _publicCreatePickupLocationType;
|
|
30474
|
-
type index_d$4__publicDeletePickupLocationType = _publicDeletePickupLocationType;
|
|
30475
|
-
type index_d$4__publicGetPickupLocationType = _publicGetPickupLocationType;
|
|
30476
30169
|
type index_d$4__publicOnPickupLocationCreatedType = _publicOnPickupLocationCreatedType;
|
|
30477
30170
|
type index_d$4__publicOnPickupLocationDeletedType = _publicOnPickupLocationDeletedType;
|
|
30478
30171
|
type index_d$4__publicOnPickupLocationUpdatedType = _publicOnPickupLocationUpdatedType;
|
|
30479
|
-
type index_d$4__publicQueryPickupLocationType = _publicQueryPickupLocationType;
|
|
30480
|
-
type index_d$4__publicUpdatePickupLocationType = _publicUpdatePickupLocationType;
|
|
30481
30172
|
declare const index_d$4_bulkCreatePickupLocation: typeof bulkCreatePickupLocation;
|
|
30482
30173
|
declare const index_d$4_bulkDeletePickupLocation: typeof bulkDeletePickupLocation;
|
|
30483
30174
|
declare const index_d$4_bulkUpdatePickupLocation: typeof bulkUpdatePickupLocation;
|
|
@@ -30490,7 +30181,7 @@ declare const index_d$4_onPickupLocationUpdated: typeof onPickupLocationUpdated;
|
|
|
30490
30181
|
declare const index_d$4_queryPickupLocation: typeof queryPickupLocation;
|
|
30491
30182
|
declare const index_d$4_updatePickupLocation: typeof updatePickupLocation;
|
|
30492
30183
|
declare namespace index_d$4 {
|
|
30493
|
-
export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type index_d$4_AddressStreetOneOf as AddressStreetOneOf, type ApplicationError$1 as ApplicationError, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$4_BulkCreatePickupLocationRequest as BulkCreatePickupLocationRequest, type index_d$4_BulkCreatePickupLocationResponse as BulkCreatePickupLocationResponse, type index_d$4_BulkCreatePickupLocationResponseNonNullableFields as BulkCreatePickupLocationResponseNonNullableFields, type index_d$4_BulkDeletePickupLocationRequest as BulkDeletePickupLocationRequest, type index_d$4_BulkDeletePickupLocationResponse as BulkDeletePickupLocationResponse, type index_d$4_BulkDeletePickupLocationResponseNonNullableFields as BulkDeletePickupLocationResponseNonNullableFields, type index_d$4_BulkUpdatePickupLocationRequest as BulkUpdatePickupLocationRequest, type index_d$4_BulkUpdatePickupLocationResponse as BulkUpdatePickupLocationResponse, type index_d$4_BulkUpdatePickupLocationResponseNonNullableFields as BulkUpdatePickupLocationResponseNonNullableFields, type Condition$1 as Condition, ConditionType$1 as ConditionType, type ConditionalRates$1 as ConditionalRates, type index_d$4_CreatePickupLocationRequest as CreatePickupLocationRequest, type index_d$4_CreatePickupLocationResponse as CreatePickupLocationResponse, type index_d$4_CreatePickupLocationResponseNonNullableFields as CreatePickupLocationResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$2 as Cursors, type index_d$4_DeletePickupLocationRequest as DeletePickupLocationRequest, type index_d$4_DeletePickupLocationResponse as DeletePickupLocationResponse, type index_d$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 index_d$4_ErrorInformation as ErrorInformation, type EventMetadata$2 as EventMetadata, type index_d$4_GetPickupLocationRequest as GetPickupLocationRequest, type index_d$4_GetPickupLocationResponse as GetPickupLocationResponse, type index_d$4_GetPickupLocationResponseNonNullableFields as GetPickupLocationResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, LogicalOperator$1 as LogicalOperator, type MessageEnvelope$2 as MessageEnvelope, type index_d$4_Paging as Paging, type index_d$4_PickupLocation as PickupLocation, type index_d$4_PickupLocationCreatedEnvelope as PickupLocationCreatedEnvelope, type index_d$4_PickupLocationDeletedEnvelope as PickupLocationDeletedEnvelope, type index_d$4_PickupLocationError as PickupLocationError, type index_d$4_PickupLocationNonNullableFields as PickupLocationNonNullableFields, type index_d$4_PickupLocationUpdatedEnvelope as PickupLocationUpdatedEnvelope, type index_d$4_PickupLocationsQueryBuilder as PickupLocationsQueryBuilder, type index_d$4_PickupLocationsQueryResult as PickupLocationsQueryResult, type index_d$4_QueryPickupLocationRequest as QueryPickupLocationRequest, type index_d$4_QueryPickupLocationResponse as QueryPickupLocationResponse, type index_d$4_QueryPickupLocationResponseNonNullableFields as QueryPickupLocationResponseNonNullableFields, type index_d$4_QueryV2 as QueryV2, type index_d$4_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type RestoreInfo$2 as RestoreInfo, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, type StreetAddress$2 as StreetAddress, type index_d$4_UpdatePickupLocation as UpdatePickupLocation, type index_d$4_UpdatePickupLocationRequest as UpdatePickupLocationRequest, type index_d$4_UpdatePickupLocationResponse as UpdatePickupLocationResponse, type index_d$4_UpdatePickupLocationResponseNonNullableFields as UpdatePickupLocationResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType, type index_d$
|
|
30184
|
+
export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type index_d$4_AddressStreetOneOf as AddressStreetOneOf, type ApplicationError$1 as ApplicationError, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$4_BulkCreatePickupLocationRequest as BulkCreatePickupLocationRequest, type index_d$4_BulkCreatePickupLocationResponse as BulkCreatePickupLocationResponse, type index_d$4_BulkCreatePickupLocationResponseNonNullableFields as BulkCreatePickupLocationResponseNonNullableFields, type index_d$4_BulkDeletePickupLocationRequest as BulkDeletePickupLocationRequest, type index_d$4_BulkDeletePickupLocationResponse as BulkDeletePickupLocationResponse, type index_d$4_BulkDeletePickupLocationResponseNonNullableFields as BulkDeletePickupLocationResponseNonNullableFields, type index_d$4_BulkUpdatePickupLocationRequest as BulkUpdatePickupLocationRequest, type index_d$4_BulkUpdatePickupLocationResponse as BulkUpdatePickupLocationResponse, type index_d$4_BulkUpdatePickupLocationResponseNonNullableFields as BulkUpdatePickupLocationResponseNonNullableFields, type Condition$1 as Condition, ConditionType$1 as ConditionType, type ConditionalRates$1 as ConditionalRates, type index_d$4_CreatePickupLocationRequest as CreatePickupLocationRequest, type index_d$4_CreatePickupLocationResponse as CreatePickupLocationResponse, type index_d$4_CreatePickupLocationResponseNonNullableFields as CreatePickupLocationResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$2 as Cursors, type index_d$4_DeletePickupLocationRequest as DeletePickupLocationRequest, type index_d$4_DeletePickupLocationResponse as DeletePickupLocationResponse, type index_d$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 index_d$4_ErrorInformation as ErrorInformation, type EventMetadata$2 as EventMetadata, type index_d$4_GetPickupLocationRequest as GetPickupLocationRequest, type index_d$4_GetPickupLocationResponse as GetPickupLocationResponse, type index_d$4_GetPickupLocationResponseNonNullableFields as GetPickupLocationResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, LogicalOperator$1 as LogicalOperator, type MessageEnvelope$2 as MessageEnvelope, type index_d$4_Paging as Paging, type index_d$4_PickupLocation as PickupLocation, type index_d$4_PickupLocationCreatedEnvelope as PickupLocationCreatedEnvelope, type index_d$4_PickupLocationDeletedEnvelope as PickupLocationDeletedEnvelope, type index_d$4_PickupLocationError as PickupLocationError, type index_d$4_PickupLocationNonNullableFields as PickupLocationNonNullableFields, type index_d$4_PickupLocationUpdatedEnvelope as PickupLocationUpdatedEnvelope, type index_d$4_PickupLocationsQueryBuilder as PickupLocationsQueryBuilder, type index_d$4_PickupLocationsQueryResult as PickupLocationsQueryResult, type index_d$4_QueryPickupLocationRequest as QueryPickupLocationRequest, type index_d$4_QueryPickupLocationResponse as QueryPickupLocationResponse, type index_d$4_QueryPickupLocationResponseNonNullableFields as QueryPickupLocationResponseNonNullableFields, type index_d$4_QueryV2 as QueryV2, type index_d$4_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type RestoreInfo$2 as RestoreInfo, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, type StreetAddress$2 as StreetAddress, type index_d$4_UpdatePickupLocation as UpdatePickupLocation, type index_d$4_UpdatePickupLocationRequest as UpdatePickupLocationRequest, type index_d$4_UpdatePickupLocationResponse as UpdatePickupLocationResponse, type index_d$4_UpdatePickupLocationResponseNonNullableFields as UpdatePickupLocationResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType, type index_d$4__publicOnPickupLocationCreatedType as _publicOnPickupLocationCreatedType, type index_d$4__publicOnPickupLocationDeletedType as _publicOnPickupLocationDeletedType, type index_d$4__publicOnPickupLocationUpdatedType as _publicOnPickupLocationUpdatedType, index_d$4_bulkCreatePickupLocation as bulkCreatePickupLocation, index_d$4_bulkDeletePickupLocation as bulkDeletePickupLocation, index_d$4_bulkUpdatePickupLocation as bulkUpdatePickupLocation, index_d$4_createPickupLocation as createPickupLocation, index_d$4_deletePickupLocation as deletePickupLocation, index_d$4_getPickupLocation as getPickupLocation, index_d$4_onPickupLocationCreated as onPickupLocationCreated, index_d$4_onPickupLocationDeleted as onPickupLocationDeleted, index_d$4_onPickupLocationUpdated as onPickupLocationUpdated, onPickupLocationCreated$1 as publicOnPickupLocationCreated, onPickupLocationDeleted$1 as publicOnPickupLocationDeleted, onPickupLocationUpdated$1 as publicOnPickupLocationUpdated, index_d$4_queryPickupLocation as queryPickupLocation, index_d$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 index_d$3_UpdateShippingOption = UpdateShippingOption;
|
|
|
31109
30792
|
type index_d$3_UpdateShippingOptionRequest = UpdateShippingOptionRequest;
|
|
31110
30793
|
type index_d$3_UpdateShippingOptionResponse = UpdateShippingOptionResponse;
|
|
31111
30794
|
type index_d$3_UpdateShippingOptionResponseNonNullableFields = UpdateShippingOptionResponseNonNullableFields;
|
|
31112
|
-
type index_d$3__publicCreateShippingOptionType = _publicCreateShippingOptionType;
|
|
31113
|
-
type index_d$3__publicDeleteShippingOptionType = _publicDeleteShippingOptionType;
|
|
31114
|
-
type index_d$3__publicGetShippingOptionType = _publicGetShippingOptionType;
|
|
31115
30795
|
type index_d$3__publicOnShippingOptionCreatedType = _publicOnShippingOptionCreatedType;
|
|
31116
30796
|
type index_d$3__publicOnShippingOptionDeletedType = _publicOnShippingOptionDeletedType;
|
|
31117
30797
|
type index_d$3__publicOnShippingOptionUpdatedType = _publicOnShippingOptionUpdatedType;
|
|
31118
|
-
type index_d$3__publicQueryShippingOptionsType = _publicQueryShippingOptionsType;
|
|
31119
|
-
type index_d$3__publicUpdateShippingOptionType = _publicUpdateShippingOptionType;
|
|
31120
30798
|
declare const index_d$3_createShippingOption: typeof createShippingOption;
|
|
31121
30799
|
declare const index_d$3_deleteShippingOption: typeof deleteShippingOption;
|
|
31122
30800
|
declare const index_d$3_getShippingOption: typeof getShippingOption;
|
|
@@ -31126,7 +30804,7 @@ declare const index_d$3_onShippingOptionUpdated: typeof onShippingOptionUpdated;
|
|
|
31126
30804
|
declare const index_d$3_queryShippingOptions: typeof queryShippingOptions;
|
|
31127
30805
|
declare const index_d$3_updateShippingOption: typeof updateShippingOption;
|
|
31128
30806
|
declare namespace index_d$3 {
|
|
31129
|
-
export { type ActionEvent$1 as ActionEvent, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$3_Condition as Condition, index_d$3_ConditionType as ConditionType, type index_d$3_ConditionalRates as ConditionalRates, type index_d$3_CreateShippingOptionRequest as CreateShippingOptionRequest, type index_d$3_CreateShippingOptionResponse as CreateShippingOptionResponse, type index_d$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 index_d$3_DeleteShippingOptionRequest as DeleteShippingOptionRequest, type index_d$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 index_d$3_GetShippingOptionRequest as GetShippingOptionRequest, type index_d$3_GetShippingOptionResponse as GetShippingOptionResponse, type index_d$3_GetShippingOptionResponseNonNullableFields as GetShippingOptionResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, index_d$3_LogicalOperator as LogicalOperator, type MessageEnvelope$1 as MessageEnvelope, type index_d$3_QueryShippingOptionsRequest as QueryShippingOptionsRequest, type index_d$3_QueryShippingOptionsResponse as QueryShippingOptionsResponse, type index_d$3_QueryShippingOptionsResponseNonNullableFields as QueryShippingOptionsResponseNonNullableFields, type RestoreInfo$1 as RestoreInfo, type ShippingOption$1 as ShippingOption, type index_d$3_ShippingOptionCreatedEnvelope as ShippingOptionCreatedEnvelope, type index_d$3_ShippingOptionDeletedEnvelope as ShippingOptionDeletedEnvelope, type ShippingOptionNonNullableFields$1 as ShippingOptionNonNullableFields, type index_d$3_ShippingOptionUpdatedEnvelope as ShippingOptionUpdatedEnvelope, type index_d$3_ShippingOptionsQueryBuilder as ShippingOptionsQueryBuilder, type index_d$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 index_d$3_UpdateShippingOption as UpdateShippingOption, type index_d$3_UpdateShippingOptionRequest as UpdateShippingOptionRequest, type index_d$3_UpdateShippingOptionResponse as UpdateShippingOptionResponse, type index_d$3_UpdateShippingOptionResponseNonNullableFields as UpdateShippingOptionResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, type index_d$
|
|
30807
|
+
export { type ActionEvent$1 as ActionEvent, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$3_Condition as Condition, index_d$3_ConditionType as ConditionType, type index_d$3_ConditionalRates as ConditionalRates, type index_d$3_CreateShippingOptionRequest as CreateShippingOptionRequest, type index_d$3_CreateShippingOptionResponse as CreateShippingOptionResponse, type index_d$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 index_d$3_DeleteShippingOptionRequest as DeleteShippingOptionRequest, type index_d$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 index_d$3_GetShippingOptionRequest as GetShippingOptionRequest, type index_d$3_GetShippingOptionResponse as GetShippingOptionResponse, type index_d$3_GetShippingOptionResponseNonNullableFields as GetShippingOptionResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, index_d$3_LogicalOperator as LogicalOperator, type MessageEnvelope$1 as MessageEnvelope, type index_d$3_QueryShippingOptionsRequest as QueryShippingOptionsRequest, type index_d$3_QueryShippingOptionsResponse as QueryShippingOptionsResponse, type index_d$3_QueryShippingOptionsResponseNonNullableFields as QueryShippingOptionsResponseNonNullableFields, type RestoreInfo$1 as RestoreInfo, type ShippingOption$1 as ShippingOption, type index_d$3_ShippingOptionCreatedEnvelope as ShippingOptionCreatedEnvelope, type index_d$3_ShippingOptionDeletedEnvelope as ShippingOptionDeletedEnvelope, type ShippingOptionNonNullableFields$1 as ShippingOptionNonNullableFields, type index_d$3_ShippingOptionUpdatedEnvelope as ShippingOptionUpdatedEnvelope, type index_d$3_ShippingOptionsQueryBuilder as ShippingOptionsQueryBuilder, type index_d$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 index_d$3_UpdateShippingOption as UpdateShippingOption, type index_d$3_UpdateShippingOptionRequest as UpdateShippingOptionRequest, type index_d$3_UpdateShippingOptionResponse as UpdateShippingOptionResponse, type index_d$3_UpdateShippingOptionResponseNonNullableFields as UpdateShippingOptionResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, type index_d$3__publicOnShippingOptionCreatedType as _publicOnShippingOptionCreatedType, type index_d$3__publicOnShippingOptionDeletedType as _publicOnShippingOptionDeletedType, type index_d$3__publicOnShippingOptionUpdatedType as _publicOnShippingOptionUpdatedType, index_d$3_createShippingOption as createShippingOption, index_d$3_deleteShippingOption as deleteShippingOption, index_d$3_getShippingOption as getShippingOption, index_d$3_onShippingOptionCreated as onShippingOptionCreated, index_d$3_onShippingOptionDeleted as onShippingOptionDeleted, index_d$3_onShippingOptionUpdated as onShippingOptionUpdated, onShippingOptionCreated$1 as publicOnShippingOptionCreated, onShippingOptionDeleted$1 as publicOnShippingOptionDeleted, onShippingOptionUpdated$1 as publicOnShippingOptionUpdated, index_d$3_queryShippingOptions as queryShippingOptions, updateExtendedFields$2 as updateExtendedFields, index_d$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 index_d$2_UpdateShippoConfigurationResponse = UpdateShippoConfigurationResp
|
|
|
31890
31560
|
type index_d$2_UpdateShippoConfigurationResponseNonNullableFields = UpdateShippoConfigurationResponseNonNullableFields;
|
|
31891
31561
|
type index_d$2_WebhookIdentityType = WebhookIdentityType;
|
|
31892
31562
|
declare const index_d$2_WebhookIdentityType: typeof WebhookIdentityType;
|
|
31893
|
-
type index_d$2__publicCreateShippoConfigurationType = _publicCreateShippoConfigurationType;
|
|
31894
|
-
type index_d$2__publicDeleteShippoConfigurationType = _publicDeleteShippoConfigurationType;
|
|
31895
|
-
type index_d$2__publicGetShippoConfigurationType = _publicGetShippoConfigurationType;
|
|
31896
31563
|
type index_d$2__publicOnShippoConfigurationCreatedType = _publicOnShippoConfigurationCreatedType;
|
|
31897
31564
|
type index_d$2__publicOnShippoConfigurationDeletedType = _publicOnShippoConfigurationDeletedType;
|
|
31898
31565
|
type index_d$2__publicOnShippoConfigurationUpdatedType = _publicOnShippoConfigurationUpdatedType;
|
|
31899
|
-
type index_d$2__publicQueryShippoConfigurationsType = _publicQueryShippoConfigurationsType;
|
|
31900
|
-
type index_d$2__publicUpdateExtendedFieldsType = _publicUpdateExtendedFieldsType;
|
|
31901
|
-
type index_d$2__publicUpdateShippoConfigurationType = _publicUpdateShippoConfigurationType;
|
|
31902
31566
|
declare const index_d$2_createShippoConfiguration: typeof createShippoConfiguration;
|
|
31903
31567
|
declare const index_d$2_deleteShippoConfiguration: typeof deleteShippoConfiguration;
|
|
31904
31568
|
declare const index_d$2_getShippoConfiguration: typeof getShippoConfiguration;
|
|
@@ -31909,7 +31573,7 @@ declare const index_d$2_queryShippoConfigurations: typeof queryShippoConfigurati
|
|
|
31909
31573
|
declare const index_d$2_updateExtendedFields: typeof updateExtendedFields;
|
|
31910
31574
|
declare const index_d$2_updateShippoConfiguration: typeof updateShippoConfiguration;
|
|
31911
31575
|
declare namespace index_d$2 {
|
|
31912
|
-
export { type index_d$2_ActionEvent as ActionEvent, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type index_d$2_BaseEventMetadata as BaseEventMetadata, index_d$2_CalculationType as CalculationType, type index_d$2_CreateShippoConfigurationOptions as CreateShippoConfigurationOptions, type index_d$2_CreateShippoConfigurationRequest as CreateShippoConfigurationRequest, type index_d$2_CreateShippoConfigurationResponse as CreateShippoConfigurationResponse, type index_d$2_CreateShippoConfigurationResponseNonNullableFields as CreateShippoConfigurationResponseNonNullableFields, type index_d$2_CursorPaging as CursorPaging, type index_d$2_CursorPagingMetadata as CursorPagingMetadata, type index_d$2_CursorQuery as CursorQuery, type index_d$2_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d$2_Cursors as Cursors, type index_d$2_DeleteShippoConfigurationRequest as DeleteShippoConfigurationRequest, type index_d$2_DeleteShippoConfigurationResponse as DeleteShippoConfigurationResponse, type index_d$2_DomainEvent as DomainEvent, type index_d$2_DomainEventBodyOneOf as DomainEventBodyOneOf, index_d$2_DomesticService as DomesticService, type index_d$2_DomesticServiceSettings as DomesticServiceSettings, type index_d$2_Empty as Empty, type index_d$2_EntityCreatedEvent as EntityCreatedEvent, type index_d$2_EntityDeletedEvent as EntityDeletedEvent, type index_d$2_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$2_EventMetadata as EventMetadata, type index_d$2_ExtendedFields as ExtendedFields, type index_d$2_GetShippoConfigurationRequest as GetShippoConfigurationRequest, type index_d$2_GetShippoConfigurationResponse as GetShippoConfigurationResponse, type index_d$2_GetShippoConfigurationResponseNonNullableFields as GetShippoConfigurationResponseNonNullableFields, type index_d$2_HandlingFee as HandlingFee, type index_d$2_IdentificationData as IdentificationData, type index_d$2_IdentificationDataIdOneOf as IdentificationDataIdOneOf, index_d$2_InternationalService as InternationalService, type index_d$2_InternationalServiceSettings as InternationalServiceSettings, type index_d$2_MessageEnvelope as MessageEnvelope, type index_d$2_PackageDetails as PackageDetails, type index_d$2_PackageDimensions as PackageDimensions, index_d$2_PackageType as PackageType, type index_d$2_QueryShippoConfigurationsRequest as QueryShippoConfigurationsRequest, type index_d$2_QueryShippoConfigurationsResponse as QueryShippoConfigurationsResponse, type index_d$2_QueryShippoConfigurationsResponseNonNullableFields as QueryShippoConfigurationsResponseNonNullableFields, type index_d$2_RestoreInfo as RestoreInfo, type index_d$2_ServiceSettings as ServiceSettings, type index_d$2_ShippoConfiguration as ShippoConfiguration, type index_d$2_ShippoConfigurationCreatedEnvelope as ShippoConfigurationCreatedEnvelope, type index_d$2_ShippoConfigurationDeletedEnvelope as ShippoConfigurationDeletedEnvelope, type index_d$2_ShippoConfigurationNonNullableFields as ShippoConfigurationNonNullableFields, type index_d$2_ShippoConfigurationUpdatedEnvelope as ShippoConfigurationUpdatedEnvelope, type index_d$2_ShippoConfigurationsQueryBuilder as ShippoConfigurationsQueryBuilder, type index_d$2_ShippoConfigurationsQueryResult as ShippoConfigurationsQueryResult, index_d$2_SortOrder as SortOrder, type index_d$2_Sorting as Sorting, type StreetAddress$1 as StreetAddress, type index_d$2_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type index_d$2_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type index_d$2_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type index_d$2_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, type index_d$2_UpdateShippoConfiguration as UpdateShippoConfiguration, type index_d$2_UpdateShippoConfigurationRequest as UpdateShippoConfigurationRequest, type index_d$2_UpdateShippoConfigurationResponse as UpdateShippoConfigurationResponse, type index_d$2_UpdateShippoConfigurationResponseNonNullableFields as UpdateShippoConfigurationResponseNonNullableFields, index_d$2_WebhookIdentityType as WebhookIdentityType, type index_d$
|
|
31576
|
+
export { type index_d$2_ActionEvent as ActionEvent, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type index_d$2_BaseEventMetadata as BaseEventMetadata, index_d$2_CalculationType as CalculationType, type index_d$2_CreateShippoConfigurationOptions as CreateShippoConfigurationOptions, type index_d$2_CreateShippoConfigurationRequest as CreateShippoConfigurationRequest, type index_d$2_CreateShippoConfigurationResponse as CreateShippoConfigurationResponse, type index_d$2_CreateShippoConfigurationResponseNonNullableFields as CreateShippoConfigurationResponseNonNullableFields, type index_d$2_CursorPaging as CursorPaging, type index_d$2_CursorPagingMetadata as CursorPagingMetadata, type index_d$2_CursorQuery as CursorQuery, type index_d$2_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d$2_Cursors as Cursors, type index_d$2_DeleteShippoConfigurationRequest as DeleteShippoConfigurationRequest, type index_d$2_DeleteShippoConfigurationResponse as DeleteShippoConfigurationResponse, type index_d$2_DomainEvent as DomainEvent, type index_d$2_DomainEventBodyOneOf as DomainEventBodyOneOf, index_d$2_DomesticService as DomesticService, type index_d$2_DomesticServiceSettings as DomesticServiceSettings, type index_d$2_Empty as Empty, type index_d$2_EntityCreatedEvent as EntityCreatedEvent, type index_d$2_EntityDeletedEvent as EntityDeletedEvent, type index_d$2_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$2_EventMetadata as EventMetadata, type index_d$2_ExtendedFields as ExtendedFields, type index_d$2_GetShippoConfigurationRequest as GetShippoConfigurationRequest, type index_d$2_GetShippoConfigurationResponse as GetShippoConfigurationResponse, type index_d$2_GetShippoConfigurationResponseNonNullableFields as GetShippoConfigurationResponseNonNullableFields, type index_d$2_HandlingFee as HandlingFee, type index_d$2_IdentificationData as IdentificationData, type index_d$2_IdentificationDataIdOneOf as IdentificationDataIdOneOf, index_d$2_InternationalService as InternationalService, type index_d$2_InternationalServiceSettings as InternationalServiceSettings, type index_d$2_MessageEnvelope as MessageEnvelope, type index_d$2_PackageDetails as PackageDetails, type index_d$2_PackageDimensions as PackageDimensions, index_d$2_PackageType as PackageType, type index_d$2_QueryShippoConfigurationsRequest as QueryShippoConfigurationsRequest, type index_d$2_QueryShippoConfigurationsResponse as QueryShippoConfigurationsResponse, type index_d$2_QueryShippoConfigurationsResponseNonNullableFields as QueryShippoConfigurationsResponseNonNullableFields, type index_d$2_RestoreInfo as RestoreInfo, type index_d$2_ServiceSettings as ServiceSettings, type index_d$2_ShippoConfiguration as ShippoConfiguration, type index_d$2_ShippoConfigurationCreatedEnvelope as ShippoConfigurationCreatedEnvelope, type index_d$2_ShippoConfigurationDeletedEnvelope as ShippoConfigurationDeletedEnvelope, type index_d$2_ShippoConfigurationNonNullableFields as ShippoConfigurationNonNullableFields, type index_d$2_ShippoConfigurationUpdatedEnvelope as ShippoConfigurationUpdatedEnvelope, type index_d$2_ShippoConfigurationsQueryBuilder as ShippoConfigurationsQueryBuilder, type index_d$2_ShippoConfigurationsQueryResult as ShippoConfigurationsQueryResult, index_d$2_SortOrder as SortOrder, type index_d$2_Sorting as Sorting, type StreetAddress$1 as StreetAddress, type index_d$2_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type index_d$2_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type index_d$2_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type index_d$2_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, type index_d$2_UpdateShippoConfiguration as UpdateShippoConfiguration, type index_d$2_UpdateShippoConfigurationRequest as UpdateShippoConfigurationRequest, type index_d$2_UpdateShippoConfigurationResponse as UpdateShippoConfigurationResponse, type index_d$2_UpdateShippoConfigurationResponseNonNullableFields as UpdateShippoConfigurationResponseNonNullableFields, index_d$2_WebhookIdentityType as WebhookIdentityType, type index_d$2__publicOnShippoConfigurationCreatedType as _publicOnShippoConfigurationCreatedType, type index_d$2__publicOnShippoConfigurationDeletedType as _publicOnShippoConfigurationDeletedType, type index_d$2__publicOnShippoConfigurationUpdatedType as _publicOnShippoConfigurationUpdatedType, index_d$2_createShippoConfiguration as createShippoConfiguration, index_d$2_deleteShippoConfiguration as deleteShippoConfiguration, index_d$2_getShippoConfiguration as getShippoConfiguration, index_d$2_onShippoConfigurationCreated as onShippoConfigurationCreated, index_d$2_onShippoConfigurationDeleted as onShippoConfigurationDeleted, index_d$2_onShippoConfigurationUpdated as onShippoConfigurationUpdated, onShippoConfigurationCreated$1 as publicOnShippoConfigurationCreated, onShippoConfigurationDeleted$1 as publicOnShippoConfigurationDeleted, onShippoConfigurationUpdated$1 as publicOnShippoConfigurationUpdated, index_d$2_queryShippoConfigurations as queryShippoConfigurations, index_d$2_updateExtendedFields as updateExtendedFields, index_d$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 index_d$1_AdditionalFee = AdditionalFee;
|
|
33215
32876
|
type index_d$1_Address = Address;
|
|
@@ -33311,10 +32972,9 @@ type index_d$1_V1AdditionalFee = V1AdditionalFee;
|
|
|
33311
32972
|
type index_d$1_ValidationError = ValidationError;
|
|
33312
32973
|
type index_d$1_WeightUnit = WeightUnit;
|
|
33313
32974
|
declare const index_d$1_WeightUnit: typeof WeightUnit;
|
|
33314
|
-
type index_d$1__publicCalculateTotalsType = _publicCalculateTotalsType;
|
|
33315
32975
|
declare const index_d$1_calculateTotals: typeof calculateTotals;
|
|
33316
32976
|
declare namespace index_d$1 {
|
|
33317
|
-
export { type index_d$1_AdditionalFee as AdditionalFee, type index_d$1_Address as Address, type index_d$1_AddressLocation as AddressLocation, type index_d$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type index_d$1_ApplicationError as ApplicationError, type index_d$1_AppliedDiscount as AppliedDiscount, type index_d$1_AppliedDiscountDiscountSourceOneOf as AppliedDiscountDiscountSourceOneOf, type index_d$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type index_d$1_CalculateTotalsOptions as CalculateTotalsOptions, type index_d$1_CalculateTotalsRequest as CalculateTotalsRequest, type index_d$1_CalculateTotalsRequestCouponOneOf as CalculateTotalsRequestCouponOneOf, type index_d$1_CalculateTotalsRequestGiftCardOneOf as CalculateTotalsRequestGiftCardOneOf, type index_d$1_CalculateTotalsResponse as CalculateTotalsResponse, type index_d$1_CalculateTotalsResponseNonNullableFields as CalculateTotalsResponseNonNullableFields, type index_d$1_CalculatedLineItem as CalculatedLineItem, type index_d$1_CalculationErrors as CalculationErrors, type index_d$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type index_d$1_CarrierError as CarrierError, type index_d$1_CarrierErrors as CarrierErrors, type index_d$1_CarrierServiceOption as CarrierServiceOption, type index_d$1_CarrierShippingOption as CarrierShippingOption, type index_d$1_CatalogReference as CatalogReference, index_d$1_ChargeType as ChargeType, type index_d$1_Coupon as Coupon, index_d$1_DataFetchType as DataFetchType, type index_d$1_DeliveryLogistics as DeliveryLogistics, type index_d$1_DeliveryTimeSlot as DeliveryTimeSlot, type index_d$1_Details as Details, type index_d$1_DetailsKindOneOf as DetailsKindOneOf, type index_d$1_DiscountRule as DiscountRule, type index_d$1_DiscountRuleName as DiscountRuleName, index_d$1_DiscountType as DiscountType, index_d$1_FallbackReason as FallbackReason, type index_d$1_FieldViolation as FieldViolation, type index_d$1_GiftCard as GiftCard, type index_d$1_Group as Group, type index_d$1_InvalidMembership as InvalidMembership, type index_d$1_ItemTaxFullDetails as ItemTaxFullDetails, type index_d$1_ItemType as ItemType, index_d$1_ItemTypeItemType as ItemTypeItemType, type index_d$1_ItemTypeItemTypeDataOneOf as ItemTypeItemTypeDataOneOf, index_d$1_JurisdictionType as JurisdictionType, type index_d$1_LineItem as LineItem, type index_d$1_LineItemDiscount as LineItemDiscount, type index_d$1_LineItemPricesData as LineItemPricesData, index_d$1_ManualCalculationReason as ManualCalculationReason, type index_d$1_Membership as Membership, type index_d$1_MembershipName as MembershipName, type index_d$1_MembershipOptions as MembershipOptions, type index_d$1_MembershipPaymentCredits as MembershipPaymentCredits, type index_d$1_MerchantDiscount as MerchantDiscount, type index_d$1_MerchantDiscountInput as MerchantDiscountInput, type index_d$1_MultiCurrencyPrice as MultiCurrencyPrice, type index_d$1_OtherCharge as OtherCharge, index_d$1_PaymentOptionType as PaymentOptionType, type index_d$1_PhysicalProperties as PhysicalProperties, type index_d$1_PickupDetails as PickupDetails, index_d$1_PickupMethod as PickupMethod, type index_d$1_PriceSummary as PriceSummary, index_d$1_RateType as RateType, index_d$1_RuleType as RuleType, type index_d$1_Scope as Scope, type index_d$1_SelectedCarrierServiceOption as SelectedCarrierServiceOption, type index_d$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type index_d$1_SelectedCarrierServiceOptionPrices as SelectedCarrierServiceOptionPrices, type index_d$1_SelectedMembership as SelectedMembership, type index_d$1_SelectedMemberships as SelectedMemberships, type index_d$1_SelectedShippingOption as SelectedShippingOption, type index_d$1_ServiceProperties as ServiceProperties, type index_d$1_ShippingInformation as ShippingInformation, type index_d$1_ShippingOption as ShippingOption, type index_d$1_ShippingPrice as ShippingPrice, type index_d$1_ShippingRegion as ShippingRegion, type index_d$1_StreetAddress as StreetAddress, index_d$1_SubscriptionFrequency as SubscriptionFrequency, type index_d$1_SubscriptionSettings as SubscriptionSettings, type index_d$1_SystemError as SystemError, type index_d$1_TaxBreakdown as TaxBreakdown, type index_d$1_TaxCalculationDetails as TaxCalculationDetails, type index_d$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type index_d$1_TaxDetails as TaxDetails, type index_d$1_TaxRateBreakdown as TaxRateBreakdown, type index_d$1_TaxSummary as TaxSummary, type index_d$1_TotalsCalculationEntity as TotalsCalculationEntity, type index_d$1_V1AdditionalFee as V1AdditionalFee, type index_d$1_ValidationError as ValidationError, index_d$1_WeightUnit as WeightUnit,
|
|
32977
|
+
export { type index_d$1_AdditionalFee as AdditionalFee, type index_d$1_Address as Address, type index_d$1_AddressLocation as AddressLocation, type index_d$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type index_d$1_ApplicationError as ApplicationError, type index_d$1_AppliedDiscount as AppliedDiscount, type index_d$1_AppliedDiscountDiscountSourceOneOf as AppliedDiscountDiscountSourceOneOf, type index_d$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type index_d$1_CalculateTotalsOptions as CalculateTotalsOptions, type index_d$1_CalculateTotalsRequest as CalculateTotalsRequest, type index_d$1_CalculateTotalsRequestCouponOneOf as CalculateTotalsRequestCouponOneOf, type index_d$1_CalculateTotalsRequestGiftCardOneOf as CalculateTotalsRequestGiftCardOneOf, type index_d$1_CalculateTotalsResponse as CalculateTotalsResponse, type index_d$1_CalculateTotalsResponseNonNullableFields as CalculateTotalsResponseNonNullableFields, type index_d$1_CalculatedLineItem as CalculatedLineItem, type index_d$1_CalculationErrors as CalculationErrors, type index_d$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type index_d$1_CarrierError as CarrierError, type index_d$1_CarrierErrors as CarrierErrors, type index_d$1_CarrierServiceOption as CarrierServiceOption, type index_d$1_CarrierShippingOption as CarrierShippingOption, type index_d$1_CatalogReference as CatalogReference, index_d$1_ChargeType as ChargeType, type index_d$1_Coupon as Coupon, index_d$1_DataFetchType as DataFetchType, type index_d$1_DeliveryLogistics as DeliveryLogistics, type index_d$1_DeliveryTimeSlot as DeliveryTimeSlot, type index_d$1_Details as Details, type index_d$1_DetailsKindOneOf as DetailsKindOneOf, type index_d$1_DiscountRule as DiscountRule, type index_d$1_DiscountRuleName as DiscountRuleName, index_d$1_DiscountType as DiscountType, index_d$1_FallbackReason as FallbackReason, type index_d$1_FieldViolation as FieldViolation, type index_d$1_GiftCard as GiftCard, type index_d$1_Group as Group, type index_d$1_InvalidMembership as InvalidMembership, type index_d$1_ItemTaxFullDetails as ItemTaxFullDetails, type index_d$1_ItemType as ItemType, index_d$1_ItemTypeItemType as ItemTypeItemType, type index_d$1_ItemTypeItemTypeDataOneOf as ItemTypeItemTypeDataOneOf, index_d$1_JurisdictionType as JurisdictionType, type index_d$1_LineItem as LineItem, type index_d$1_LineItemDiscount as LineItemDiscount, type index_d$1_LineItemPricesData as LineItemPricesData, index_d$1_ManualCalculationReason as ManualCalculationReason, type index_d$1_Membership as Membership, type index_d$1_MembershipName as MembershipName, type index_d$1_MembershipOptions as MembershipOptions, type index_d$1_MembershipPaymentCredits as MembershipPaymentCredits, type index_d$1_MerchantDiscount as MerchantDiscount, type index_d$1_MerchantDiscountInput as MerchantDiscountInput, type index_d$1_MultiCurrencyPrice as MultiCurrencyPrice, type index_d$1_OtherCharge as OtherCharge, index_d$1_PaymentOptionType as PaymentOptionType, type index_d$1_PhysicalProperties as PhysicalProperties, type index_d$1_PickupDetails as PickupDetails, index_d$1_PickupMethod as PickupMethod, type index_d$1_PriceSummary as PriceSummary, index_d$1_RateType as RateType, index_d$1_RuleType as RuleType, type index_d$1_Scope as Scope, type index_d$1_SelectedCarrierServiceOption as SelectedCarrierServiceOption, type index_d$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type index_d$1_SelectedCarrierServiceOptionPrices as SelectedCarrierServiceOptionPrices, type index_d$1_SelectedMembership as SelectedMembership, type index_d$1_SelectedMemberships as SelectedMemberships, type index_d$1_SelectedShippingOption as SelectedShippingOption, type index_d$1_ServiceProperties as ServiceProperties, type index_d$1_ShippingInformation as ShippingInformation, type index_d$1_ShippingOption as ShippingOption, type index_d$1_ShippingPrice as ShippingPrice, type index_d$1_ShippingRegion as ShippingRegion, type index_d$1_StreetAddress as StreetAddress, index_d$1_SubscriptionFrequency as SubscriptionFrequency, type index_d$1_SubscriptionSettings as SubscriptionSettings, type index_d$1_SystemError as SystemError, type index_d$1_TaxBreakdown as TaxBreakdown, type index_d$1_TaxCalculationDetails as TaxCalculationDetails, type index_d$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type index_d$1_TaxDetails as TaxDetails, type index_d$1_TaxRateBreakdown as TaxRateBreakdown, type index_d$1_TaxSummary as TaxSummary, type index_d$1_TotalsCalculationEntity as TotalsCalculationEntity, type index_d$1_V1AdditionalFee as V1AdditionalFee, type index_d$1_ValidationError as ValidationError, index_d$1_WeightUnit as WeightUnit, index_d$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 index_d_ConversionRateRequest = ConversionRateRequest;
|
|
33438
33093
|
type index_d_ConversionRateResponse = ConversionRateResponse;
|
|
@@ -33448,14 +33103,11 @@ type index_d_GetConversionRateIdentifiers = GetConversionRateIdentifiers;
|
|
|
33448
33103
|
type index_d_ListCurrenciesRequest = ListCurrenciesRequest;
|
|
33449
33104
|
type index_d_ListCurrenciesResponse = ListCurrenciesResponse;
|
|
33450
33105
|
type index_d_ListCurrenciesResponseNonNullableFields = ListCurrenciesResponseNonNullableFields;
|
|
33451
|
-
type index_d__publicConvertCurrencyType = _publicConvertCurrencyType;
|
|
33452
|
-
type index_d__publicGetConversionRateType = _publicGetConversionRateType;
|
|
33453
|
-
type index_d__publicListCurrenciesType = _publicListCurrenciesType;
|
|
33454
33106
|
declare const index_d_convertCurrency: typeof convertCurrency;
|
|
33455
33107
|
declare const index_d_getConversionRate: typeof getConversionRate;
|
|
33456
33108
|
declare const index_d_listCurrencies: typeof listCurrencies;
|
|
33457
33109
|
declare namespace index_d {
|
|
33458
|
-
export { type index_d_ConversionRateRequest as ConversionRateRequest, type index_d_ConversionRateResponse as ConversionRateResponse, type index_d_ConversionRateResponseNonNullableFields as ConversionRateResponseNonNullableFields, type index_d_ConvertCurrencyIdentifiers as ConvertCurrencyIdentifiers, type index_d_ConvertCurrencyRequest as ConvertCurrencyRequest, type index_d_ConvertCurrencyResponse as ConvertCurrencyResponse, type index_d_ConvertCurrencyResponseNonNullableFields as ConvertCurrencyResponseNonNullableFields, type index_d_Currency as Currency, type index_d_CurrencyRate as CurrencyRate, type index_d_DecimalValue as DecimalValue, type index_d_GetConversionRateIdentifiers as GetConversionRateIdentifiers, type index_d_ListCurrenciesRequest as ListCurrenciesRequest, type index_d_ListCurrenciesResponse as ListCurrenciesResponse, type index_d_ListCurrenciesResponseNonNullableFields as ListCurrenciesResponseNonNullableFields,
|
|
33110
|
+
export { type index_d_ConversionRateRequest as ConversionRateRequest, type index_d_ConversionRateResponse as ConversionRateResponse, type index_d_ConversionRateResponseNonNullableFields as ConversionRateResponseNonNullableFields, type index_d_ConvertCurrencyIdentifiers as ConvertCurrencyIdentifiers, type index_d_ConvertCurrencyRequest as ConvertCurrencyRequest, type index_d_ConvertCurrencyResponse as ConvertCurrencyResponse, type index_d_ConvertCurrencyResponseNonNullableFields as ConvertCurrencyResponseNonNullableFields, type index_d_Currency as Currency, type index_d_CurrencyRate as CurrencyRate, type index_d_DecimalValue as DecimalValue, type index_d_GetConversionRateIdentifiers as GetConversionRateIdentifiers, type index_d_ListCurrenciesRequest as ListCurrenciesRequest, type index_d_ListCurrenciesResponse as ListCurrenciesResponse, type index_d_ListCurrenciesResponseNonNullableFields as ListCurrenciesResponseNonNullableFields, index_d_convertCurrency as convertCurrency, index_d_getConversionRate as getConversionRate, index_d_listCurrencies as listCurrencies };
|
|
33459
33111
|
}
|
|
33460
33112
|
|
|
33461
33113
|
export { index_d$k as abandonedCheckouts, index_d$j as backInStockNotifications, index_d$i as backInStockSettings, index_d$h as cart, index_d$f as checkout, index_d$p as checkoutContent, index_d$e as checkoutSettings, index_d$d as checkoutTemplates, index_d as currencies, index_d$g as currentCart, index_d$c as deliveryProfile, index_d$n as discountRules, index_d$o as discountsCustomTrigger, index_d$b as draftOrders, index_d$9 as localDeliveryOptions, index_d$a as orderFulfillments, index_d$m as orderInvoices, index_d$7 as orderPaymentRequests, index_d$6 as orderTransactions, index_d$8 as orders, index_d$5 as ordersSettings, index_d$4 as pickupLocations, index_d$l as recommendations, index_d$3 as shippingOptions, index_d$2 as shippoConfigurations, index_d$1 as totalsCalculator };
|