@wix/ecom 1.0.708 → 1.0.710

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.
@@ -100,9 +100,12 @@ declare global {
100
100
  }
101
101
  }
102
102
 
103
+ declare function getCheckoutContent$1(httpClient: HttpClient): (identifiers: GetCheckoutContentIdentifiers, options?: GetCheckoutContentOptions) => Promise<GetCheckoutContentResponse>;
104
+
103
105
  declare function createRESTModule$p<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
104
106
 
105
- declare const getCheckoutContent: ReturnType<typeof createRESTModule$p<typeof publicGetCheckoutContent>>;
107
+ type _publicGetCheckoutContentType = typeof getCheckoutContent$1;
108
+ declare const getCheckoutContent: ReturnType<typeof createRESTModule$p<_publicGetCheckoutContentType>>;
106
109
 
107
110
  type index_d$p_CheckoutContent = CheckoutContent;
108
111
  type index_d$p_CheckoutContentProvider = CheckoutContentProvider;
@@ -110,9 +113,10 @@ type index_d$p_GetCheckoutContentIdentifiers = GetCheckoutContentIdentifiers;
110
113
  type index_d$p_GetCheckoutContentOptions = GetCheckoutContentOptions;
111
114
  type index_d$p_GetCheckoutContentRequest = GetCheckoutContentRequest;
112
115
  type index_d$p_GetCheckoutContentResponse = GetCheckoutContentResponse;
116
+ type index_d$p__publicGetCheckoutContentType = _publicGetCheckoutContentType;
113
117
  declare const index_d$p_getCheckoutContent: typeof getCheckoutContent;
114
118
  declare namespace index_d$p {
115
- 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 };
119
+ 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, type index_d$p__publicGetCheckoutContentType as _publicGetCheckoutContentType, index_d$p_getCheckoutContent as getCheckoutContent };
116
120
  }
117
121
 
118
122
  interface CustomTrigger {
@@ -205,9 +209,12 @@ interface ListTriggersResponseNonNullableFields {
205
209
  triggers: ListTriggersResponseCustomTriggerNonNullableFields[];
206
210
  }
207
211
 
212
+ declare function listTriggers$1(httpClient: HttpClient): () => Promise<ListTriggersResponse & ListTriggersResponseNonNullableFields>;
213
+
208
214
  declare function createRESTModule$o<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
209
215
 
210
- declare const listTriggers: ReturnType<typeof createRESTModule$o<typeof publicListTriggers>>;
216
+ type _publicListTriggersType = typeof listTriggers$1;
217
+ declare const listTriggers: ReturnType<typeof createRESTModule$o<_publicListTriggersType>>;
211
218
 
212
219
  type index_d$o_CustomTrigger = CustomTrigger;
213
220
  type index_d$o_EligibleTrigger = EligibleTrigger;
@@ -218,9 +225,10 @@ type index_d$o_ListTriggersResponse = ListTriggersResponse;
218
225
  type index_d$o_ListTriggersResponseCustomTrigger = ListTriggersResponseCustomTrigger;
219
226
  type index_d$o_ListTriggersResponseNonNullableFields = ListTriggersResponseNonNullableFields;
220
227
  type index_d$o_TriggerToFilterBy = TriggerToFilterBy;
228
+ type index_d$o__publicListTriggersType = _publicListTriggersType;
221
229
  declare const index_d$o_listTriggers: typeof listTriggers;
222
230
  declare namespace index_d$o {
223
- 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 };
231
+ 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, type index_d$o__publicListTriggersType as _publicListTriggersType, index_d$o_listTriggers as listTriggers };
224
232
  }
225
233
 
226
234
  interface DiscountRule$7 {
@@ -1120,18 +1128,38 @@ interface DiscountRulesQueryBuilder {
1120
1128
  find: () => Promise<DiscountRulesQueryResult>;
1121
1129
  }
1122
1130
 
1131
+ declare function createDiscountRule$1(httpClient: HttpClient): (discountRule: DiscountRule$7) => Promise<DiscountRule$7 & DiscountRuleNonNullableFields$6>;
1132
+ declare function getDiscountRule$1(httpClient: HttpClient): (discountRuleId: string) => Promise<DiscountRule$7 & DiscountRuleNonNullableFields$6>;
1133
+ declare function updateDiscountRule$1(httpClient: HttpClient): (_id: string | null, discountRule: UpdateDiscountRule) => Promise<DiscountRule$7 & DiscountRuleNonNullableFields$6>;
1134
+ declare function deleteDiscountRule$1(httpClient: HttpClient): (discountRuleId: string) => Promise<void>;
1135
+ declare function queryDiscountRules$1(httpClient: HttpClient): () => DiscountRulesQueryBuilder;
1136
+ declare const onDiscountRuleCreated$1: EventDefinition<DiscountRuleCreatedEnvelope, "wix.ecom.discounts.v1.discount_rule_created">;
1137
+ declare const onDiscountRuleUpdated$1: EventDefinition<DiscountRuleUpdatedEnvelope, "wix.ecom.discounts.v1.discount_rule_updated">;
1138
+ declare const onDiscountRuleDeleted$1: EventDefinition<DiscountRuleDeletedEnvelope, "wix.ecom.discounts.v1.discount_rule_deleted">;
1139
+
1123
1140
  declare function createRESTModule$n<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
1124
1141
 
1125
1142
  declare function createEventModule$g<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
1126
1143
 
1127
- declare const createDiscountRule: ReturnType<typeof createRESTModule$n<typeof publicCreateDiscountRule>>;
1128
- declare const getDiscountRule: ReturnType<typeof createRESTModule$n<typeof publicGetDiscountRule>>;
1129
- declare const updateDiscountRule: ReturnType<typeof createRESTModule$n<typeof publicUpdateDiscountRule>>;
1130
- declare const deleteDiscountRule: ReturnType<typeof createRESTModule$n<typeof publicDeleteDiscountRule>>;
1131
- declare const queryDiscountRules: ReturnType<typeof createRESTModule$n<typeof publicQueryDiscountRules>>;
1132
- declare const onDiscountRuleCreated: ReturnType<typeof createEventModule$g<typeof publicOnDiscountRuleCreated>>;
1133
- declare const onDiscountRuleUpdated: ReturnType<typeof createEventModule$g<typeof publicOnDiscountRuleUpdated>>;
1134
- declare const onDiscountRuleDeleted: ReturnType<typeof createEventModule$g<typeof publicOnDiscountRuleDeleted>>;
1144
+ type _publicCreateDiscountRuleType = typeof createDiscountRule$1;
1145
+ declare const createDiscountRule: ReturnType<typeof createRESTModule$n<_publicCreateDiscountRuleType>>;
1146
+ type _publicGetDiscountRuleType = typeof getDiscountRule$1;
1147
+ declare const getDiscountRule: ReturnType<typeof createRESTModule$n<_publicGetDiscountRuleType>>;
1148
+ type _publicUpdateDiscountRuleType = typeof updateDiscountRule$1;
1149
+ declare const updateDiscountRule: ReturnType<typeof createRESTModule$n<_publicUpdateDiscountRuleType>>;
1150
+ type _publicDeleteDiscountRuleType = typeof deleteDiscountRule$1;
1151
+ declare const deleteDiscountRule: ReturnType<typeof createRESTModule$n<_publicDeleteDiscountRuleType>>;
1152
+ type _publicQueryDiscountRulesType = typeof queryDiscountRules$1;
1153
+ declare const queryDiscountRules: ReturnType<typeof createRESTModule$n<_publicQueryDiscountRulesType>>;
1154
+
1155
+ type _publicOnDiscountRuleCreatedType = typeof onDiscountRuleCreated$1;
1156
+ declare const onDiscountRuleCreated: ReturnType<typeof createEventModule$g<_publicOnDiscountRuleCreatedType>>;
1157
+
1158
+ type _publicOnDiscountRuleUpdatedType = typeof onDiscountRuleUpdated$1;
1159
+ declare const onDiscountRuleUpdated: ReturnType<typeof createEventModule$g<_publicOnDiscountRuleUpdatedType>>;
1160
+
1161
+ type _publicOnDiscountRuleDeletedType = typeof onDiscountRuleDeleted$1;
1162
+ declare const onDiscountRuleDeleted: ReturnType<typeof createEventModule$g<_publicOnDiscountRuleDeletedType>>;
1135
1163
 
1136
1164
  type index_d$n_ActiveTimeInfo = ActiveTimeInfo;
1137
1165
  type index_d$n_And = And;
@@ -1184,6 +1212,14 @@ type index_d$n_UpdateDiscountRule = UpdateDiscountRule;
1184
1212
  type index_d$n_UpdateDiscountRuleRequest = UpdateDiscountRuleRequest;
1185
1213
  type index_d$n_UpdateDiscountRuleResponse = UpdateDiscountRuleResponse;
1186
1214
  type index_d$n_UpdateDiscountRuleResponseNonNullableFields = UpdateDiscountRuleResponseNonNullableFields;
1215
+ type index_d$n__publicCreateDiscountRuleType = _publicCreateDiscountRuleType;
1216
+ type index_d$n__publicDeleteDiscountRuleType = _publicDeleteDiscountRuleType;
1217
+ type index_d$n__publicGetDiscountRuleType = _publicGetDiscountRuleType;
1218
+ type index_d$n__publicOnDiscountRuleCreatedType = _publicOnDiscountRuleCreatedType;
1219
+ type index_d$n__publicOnDiscountRuleDeletedType = _publicOnDiscountRuleDeletedType;
1220
+ type index_d$n__publicOnDiscountRuleUpdatedType = _publicOnDiscountRuleUpdatedType;
1221
+ type index_d$n__publicQueryDiscountRulesType = _publicQueryDiscountRulesType;
1222
+ type index_d$n__publicUpdateDiscountRuleType = _publicUpdateDiscountRuleType;
1187
1223
  declare const index_d$n_createDiscountRule: typeof createDiscountRule;
1188
1224
  declare const index_d$n_deleteDiscountRule: typeof deleteDiscountRule;
1189
1225
  declare const index_d$n_getDiscountRule: typeof getDiscountRule;
@@ -1193,7 +1229,7 @@ declare const index_d$n_onDiscountRuleUpdated: typeof onDiscountRuleUpdated;
1193
1229
  declare const index_d$n_queryDiscountRules: typeof queryDiscountRules;
1194
1230
  declare const index_d$n_updateDiscountRule: typeof updateDiscountRule;
1195
1231
  declare namespace index_d$n {
1196
- 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, 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, index_d$n_queryDiscountRules as queryDiscountRules, index_d$n_updateDiscountRule as updateDiscountRule };
1232
+ 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__publicCreateDiscountRuleType as _publicCreateDiscountRuleType, type index_d$n__publicDeleteDiscountRuleType as _publicDeleteDiscountRuleType, type index_d$n__publicGetDiscountRuleType as _publicGetDiscountRuleType, type index_d$n__publicOnDiscountRuleCreatedType as _publicOnDiscountRuleCreatedType, type index_d$n__publicOnDiscountRuleDeletedType as _publicOnDiscountRuleDeletedType, type index_d$n__publicOnDiscountRuleUpdatedType as _publicOnDiscountRuleUpdatedType, type index_d$n__publicQueryDiscountRulesType as _publicQueryDiscountRulesType, type index_d$n__publicUpdateDiscountRuleType as _publicUpdateDiscountRuleType, 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 };
1197
1233
  }
1198
1234
 
1199
1235
  interface Invoice {
@@ -1432,9 +1468,12 @@ interface ListInvoicesForMultipleOrdersResponseNonNullableFields {
1432
1468
  invoicesForOrder: InvoicesForOrderNonNullableFields[];
1433
1469
  }
1434
1470
 
1471
+ declare function listInvoicesForMultipleOrders$1(httpClient: HttpClient): (orderIds: string[]) => Promise<ListInvoicesForMultipleOrdersResponse$1 & ListInvoicesForMultipleOrdersResponseNonNullableFields>;
1472
+
1435
1473
  declare function createRESTModule$m<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
1436
1474
 
1437
- declare const listInvoicesForMultipleOrders: ReturnType<typeof createRESTModule$m<typeof publicListInvoicesForMultipleOrders>>;
1475
+ type _publicListInvoicesForMultipleOrdersType = typeof listInvoicesForMultipleOrders$1;
1476
+ declare const listInvoicesForMultipleOrders: ReturnType<typeof createRESTModule$m<_publicListInvoicesForMultipleOrdersType>>;
1438
1477
 
1439
1478
  type index_d$m_GenerateInvoiceWithNumberRequest = GenerateInvoiceWithNumberRequest;
1440
1479
  type index_d$m_GenerateInvoiceWithNumberResponse = GenerateInvoiceWithNumberResponse;
@@ -1442,9 +1481,10 @@ type index_d$m_GetOrderInvoiceRequest = GetOrderInvoiceRequest;
1442
1481
  type index_d$m_GetOrderInvoiceResponse = GetOrderInvoiceResponse;
1443
1482
  type index_d$m_Invoice = Invoice;
1444
1483
  type index_d$m_ListInvoicesForMultipleOrdersResponseNonNullableFields = ListInvoicesForMultipleOrdersResponseNonNullableFields;
1484
+ type index_d$m__publicListInvoicesForMultipleOrdersType = _publicListInvoicesForMultipleOrdersType;
1445
1485
  declare const index_d$m_listInvoicesForMultipleOrders: typeof listInvoicesForMultipleOrders;
1446
1486
  declare namespace index_d$m {
1447
- 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 };
1487
+ 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, type index_d$m__publicListInvoicesForMultipleOrdersType as _publicListInvoicesForMultipleOrdersType, index_d$m_listInvoicesForMultipleOrders as listInvoicesForMultipleOrders };
1448
1488
  }
1449
1489
 
1450
1490
  interface Recommendation {
@@ -1599,10 +1639,15 @@ interface GetRecommendationOptions {
1599
1639
  minimumRecommendedItems?: number;
1600
1640
  }
1601
1641
 
1642
+ declare function listAvailableAlgorithms$1(httpClient: HttpClient): () => Promise<ListAvailableAlgorithmsResponse & ListAvailableAlgorithmsResponseNonNullableFields>;
1643
+ declare function getRecommendation$1(httpClient: HttpClient): (algorithms: Algorithm[], options?: GetRecommendationOptions) => Promise<GetRecommendationResponse & GetRecommendationResponseNonNullableFields>;
1644
+
1602
1645
  declare function createRESTModule$l<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
1603
1646
 
1604
- declare const listAvailableAlgorithms: ReturnType<typeof createRESTModule$l<typeof publicListAvailableAlgorithms>>;
1605
- declare const getRecommendation: ReturnType<typeof createRESTModule$l<typeof publicGetRecommendation>>;
1647
+ type _publicListAvailableAlgorithmsType = typeof listAvailableAlgorithms$1;
1648
+ declare const listAvailableAlgorithms: ReturnType<typeof createRESTModule$l<_publicListAvailableAlgorithmsType>>;
1649
+ type _publicGetRecommendationType = typeof getRecommendation$1;
1650
+ declare const getRecommendation: ReturnType<typeof createRESTModule$l<_publicGetRecommendationType>>;
1606
1651
 
1607
1652
  type index_d$l_Algorithm = Algorithm;
1608
1653
  type index_d$l_AlgorithmConfig = AlgorithmConfig;
@@ -1619,10 +1664,12 @@ type index_d$l_ListAvailableAlgorithmsResponse = ListAvailableAlgorithmsResponse
1619
1664
  type index_d$l_ListAvailableAlgorithmsResponseNonNullableFields = ListAvailableAlgorithmsResponseNonNullableFields;
1620
1665
  type index_d$l_Recommendation = Recommendation;
1621
1666
  type index_d$l_RecommendationAlgorithmNotSupported = RecommendationAlgorithmNotSupported;
1667
+ type index_d$l__publicGetRecommendationType = _publicGetRecommendationType;
1668
+ type index_d$l__publicListAvailableAlgorithmsType = _publicListAvailableAlgorithmsType;
1622
1669
  declare const index_d$l_getRecommendation: typeof getRecommendation;
1623
1670
  declare const index_d$l_listAvailableAlgorithms: typeof listAvailableAlgorithms;
1624
1671
  declare namespace index_d$l {
1625
- 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 };
1672
+ 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, type index_d$l__publicGetRecommendationType as _publicGetRecommendationType, type index_d$l__publicListAvailableAlgorithmsType as _publicListAvailableAlgorithmsType, index_d$l_getRecommendation as getRecommendation, index_d$l_listAvailableAlgorithms as listAvailableAlgorithms };
1626
1673
  }
1627
1674
 
1628
1675
  interface AbandonedCheckout {
@@ -2390,15 +2437,27 @@ interface AbandonedCheckoutsQueryBuilder {
2390
2437
  find: () => Promise<AbandonedCheckoutsQueryResult>;
2391
2438
  }
2392
2439
 
2440
+ declare function getAbandonedCheckout$1(httpClient: HttpClient): (abandonedCheckoutId: string) => Promise<AbandonedCheckout & AbandonedCheckoutNonNullableFields>;
2441
+ declare function deleteAbandonedCheckout$1(httpClient: HttpClient): (abandonedCheckoutId: string) => Promise<void>;
2442
+ declare function queryAbandonedCheckouts$1(httpClient: HttpClient): () => AbandonedCheckoutsQueryBuilder;
2443
+ declare function redirectToCheckout$1(httpClient: HttpClient): (abandonedCheckoutId: string, metasiteId: string) => Promise<RawHttpResponse$1 & RawHttpResponseNonNullableFields$1>;
2444
+ declare const onAbandonedCheckoutRecovered$1: EventDefinition<AbandonedCheckoutRecoveredEnvelope, "wix.ecom.v1.abandoned_checkout_recovered">;
2445
+
2393
2446
  declare function createRESTModule$k<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
2394
2447
 
2395
2448
  declare function createEventModule$f<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
2396
2449
 
2397
- declare const getAbandonedCheckout: ReturnType<typeof createRESTModule$k<typeof publicGetAbandonedCheckout>>;
2398
- declare const deleteAbandonedCheckout: ReturnType<typeof createRESTModule$k<typeof publicDeleteAbandonedCheckout>>;
2399
- declare const queryAbandonedCheckouts: ReturnType<typeof createRESTModule$k<typeof publicQueryAbandonedCheckouts>>;
2400
- declare const redirectToCheckout: ReturnType<typeof createRESTModule$k<typeof publicRedirectToCheckout>>;
2401
- declare const onAbandonedCheckoutRecovered: ReturnType<typeof createEventModule$f<typeof publicOnAbandonedCheckoutRecovered>>;
2450
+ type _publicGetAbandonedCheckoutType = typeof getAbandonedCheckout$1;
2451
+ declare const getAbandonedCheckout: ReturnType<typeof createRESTModule$k<_publicGetAbandonedCheckoutType>>;
2452
+ type _publicDeleteAbandonedCheckoutType = typeof deleteAbandonedCheckout$1;
2453
+ declare const deleteAbandonedCheckout: ReturnType<typeof createRESTModule$k<_publicDeleteAbandonedCheckoutType>>;
2454
+ type _publicQueryAbandonedCheckoutsType = typeof queryAbandonedCheckouts$1;
2455
+ declare const queryAbandonedCheckouts: ReturnType<typeof createRESTModule$k<_publicQueryAbandonedCheckoutsType>>;
2456
+ type _publicRedirectToCheckoutType = typeof redirectToCheckout$1;
2457
+ declare const redirectToCheckout: ReturnType<typeof createRESTModule$k<_publicRedirectToCheckoutType>>;
2458
+
2459
+ type _publicOnAbandonedCheckoutRecoveredType = typeof onAbandonedCheckoutRecovered$1;
2460
+ declare const onAbandonedCheckoutRecovered: ReturnType<typeof createEventModule$f<_publicOnAbandonedCheckoutRecoveredType>>;
2402
2461
 
2403
2462
  type index_d$k_AbandonedCheckout = AbandonedCheckout;
2404
2463
  type index_d$k_AbandonedCheckoutNonNullableFields = AbandonedCheckoutNonNullableFields;
@@ -2437,13 +2496,18 @@ type index_d$k_SearchAbandonedCheckoutsResponse = SearchAbandonedCheckoutsRespon
2437
2496
  type index_d$k_SearchDetails = SearchDetails;
2438
2497
  type index_d$k_SearchPagingMethodOneOf = SearchPagingMethodOneOf;
2439
2498
  type index_d$k_V1BuyerInfoIdOneOf = V1BuyerInfoIdOneOf;
2499
+ type index_d$k__publicDeleteAbandonedCheckoutType = _publicDeleteAbandonedCheckoutType;
2500
+ type index_d$k__publicGetAbandonedCheckoutType = _publicGetAbandonedCheckoutType;
2501
+ type index_d$k__publicOnAbandonedCheckoutRecoveredType = _publicOnAbandonedCheckoutRecoveredType;
2502
+ type index_d$k__publicQueryAbandonedCheckoutsType = _publicQueryAbandonedCheckoutsType;
2503
+ type index_d$k__publicRedirectToCheckoutType = _publicRedirectToCheckoutType;
2440
2504
  declare const index_d$k_deleteAbandonedCheckout: typeof deleteAbandonedCheckout;
2441
2505
  declare const index_d$k_getAbandonedCheckout: typeof getAbandonedCheckout;
2442
2506
  declare const index_d$k_onAbandonedCheckoutRecovered: typeof onAbandonedCheckoutRecovered;
2443
2507
  declare const index_d$k_queryAbandonedCheckouts: typeof queryAbandonedCheckouts;
2444
2508
  declare const index_d$k_redirectToCheckout: typeof redirectToCheckout;
2445
2509
  declare namespace index_d$k {
2446
- 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, index_d$k_deleteAbandonedCheckout as deleteAbandonedCheckout, index_d$k_getAbandonedCheckout as getAbandonedCheckout, index_d$k_onAbandonedCheckoutRecovered as onAbandonedCheckoutRecovered, index_d$k_queryAbandonedCheckouts as queryAbandonedCheckouts, index_d$k_redirectToCheckout as redirectToCheckout };
2510
+ 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__publicDeleteAbandonedCheckoutType as _publicDeleteAbandonedCheckoutType, type index_d$k__publicGetAbandonedCheckoutType as _publicGetAbandonedCheckoutType, type index_d$k__publicOnAbandonedCheckoutRecoveredType as _publicOnAbandonedCheckoutRecoveredType, type index_d$k__publicQueryAbandonedCheckoutsType as _publicQueryAbandonedCheckoutsType, type index_d$k__publicRedirectToCheckoutType as _publicRedirectToCheckoutType, 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 };
2447
2511
  }
2448
2512
 
2449
2513
  /**
@@ -3037,20 +3101,44 @@ interface ReportItemsBackInStockOptions {
3037
3101
  extraAutomationTemplateParameters?: Record<string, string>;
3038
3102
  }
3039
3103
 
3104
+ declare function createBackInStockNotificationRequest$1(httpClient: HttpClient): (request: BackInStockNotificationRequest, itemDetails: BackInStockItemDetails) => Promise<BackInStockNotificationRequest & BackInStockNotificationRequestNonNullableFields>;
3105
+ declare function getBackInStockNotificationRequest$1(httpClient: HttpClient): (_id: string) => Promise<BackInStockNotificationRequest & BackInStockNotificationRequestNonNullableFields>;
3106
+ declare function deleteBackInStockNotificationRequest$1(httpClient: HttpClient): (_id: string) => Promise<void>;
3107
+ declare function markAsNotificationSent$1(httpClient: HttpClient): (_id: string) => Promise<MarkAsNotificationSentResponse & MarkAsNotificationSentResponseNonNullableFields>;
3108
+ declare function queryBackInStockNotificationRequests$1(httpClient: HttpClient): () => RequestsQueryBuilder;
3109
+ declare function getBackInStockNotificationRequestsCountByCatalogReferences$1(httpClient: HttpClient): (catalogReferences: CatalogReference$7[]) => Promise<GetBackInStockNotificationRequestsCountByCatalogReferencesResponse & GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields>;
3110
+ declare function reportItemsBackInStock$1(httpClient: HttpClient): (itemDetails: BackInStockItemDetails, options?: ReportItemsBackInStockOptions) => Promise<void>;
3111
+ declare const onBackInStockNotificationRequestCreated$1: EventDefinition<BackInStockNotificationRequestCreatedEnvelope, "wix.ecom.v1.back_in_stock_notification_request_created">;
3112
+ declare const onBackInStockNotificationRequestDeleted$1: EventDefinition<BackInStockNotificationRequestDeletedEnvelope, "wix.ecom.v1.back_in_stock_notification_request_deleted">;
3113
+ declare const onBackInStockNotificationRequestUpdated$1: EventDefinition<BackInStockNotificationRequestUpdatedEnvelope, "wix.ecom.v1.back_in_stock_notification_request_updated">;
3114
+
3040
3115
  declare function createRESTModule$j<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
3041
3116
 
3042
3117
  declare function createEventModule$e<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
3043
3118
 
3044
- declare const createBackInStockNotificationRequest: ReturnType<typeof createRESTModule$j<typeof publicCreateBackInStockNotificationRequest>>;
3045
- declare const getBackInStockNotificationRequest: ReturnType<typeof createRESTModule$j<typeof publicGetBackInStockNotificationRequest>>;
3046
- declare const deleteBackInStockNotificationRequest: ReturnType<typeof createRESTModule$j<typeof publicDeleteBackInStockNotificationRequest>>;
3047
- declare const markAsNotificationSent: ReturnType<typeof createRESTModule$j<typeof publicMarkAsNotificationSent>>;
3048
- declare const queryBackInStockNotificationRequests: ReturnType<typeof createRESTModule$j<typeof publicQueryBackInStockNotificationRequests>>;
3049
- declare const getBackInStockNotificationRequestsCountByCatalogReferences: ReturnType<typeof createRESTModule$j<typeof publicGetBackInStockNotificationRequestsCountByCatalogReferences>>;
3050
- declare const reportItemsBackInStock: ReturnType<typeof createRESTModule$j<typeof publicReportItemsBackInStock>>;
3051
- declare const onBackInStockNotificationRequestCreated: ReturnType<typeof createEventModule$e<typeof publicOnBackInStockNotificationRequestCreated>>;
3052
- declare const onBackInStockNotificationRequestDeleted: ReturnType<typeof createEventModule$e<typeof publicOnBackInStockNotificationRequestDeleted>>;
3053
- declare const onBackInStockNotificationRequestUpdated: ReturnType<typeof createEventModule$e<typeof publicOnBackInStockNotificationRequestUpdated>>;
3119
+ type _publicCreateBackInStockNotificationRequestType = typeof createBackInStockNotificationRequest$1;
3120
+ declare const createBackInStockNotificationRequest: ReturnType<typeof createRESTModule$j<_publicCreateBackInStockNotificationRequestType>>;
3121
+ type _publicGetBackInStockNotificationRequestType = typeof getBackInStockNotificationRequest$1;
3122
+ declare const getBackInStockNotificationRequest: ReturnType<typeof createRESTModule$j<_publicGetBackInStockNotificationRequestType>>;
3123
+ type _publicDeleteBackInStockNotificationRequestType = typeof deleteBackInStockNotificationRequest$1;
3124
+ declare const deleteBackInStockNotificationRequest: ReturnType<typeof createRESTModule$j<_publicDeleteBackInStockNotificationRequestType>>;
3125
+ type _publicMarkAsNotificationSentType = typeof markAsNotificationSent$1;
3126
+ declare const markAsNotificationSent: ReturnType<typeof createRESTModule$j<_publicMarkAsNotificationSentType>>;
3127
+ type _publicQueryBackInStockNotificationRequestsType = typeof queryBackInStockNotificationRequests$1;
3128
+ declare const queryBackInStockNotificationRequests: ReturnType<typeof createRESTModule$j<_publicQueryBackInStockNotificationRequestsType>>;
3129
+ type _publicGetBackInStockNotificationRequestsCountByCatalogReferencesType = typeof getBackInStockNotificationRequestsCountByCatalogReferences$1;
3130
+ declare const getBackInStockNotificationRequestsCountByCatalogReferences: ReturnType<typeof createRESTModule$j<_publicGetBackInStockNotificationRequestsCountByCatalogReferencesType>>;
3131
+ type _publicReportItemsBackInStockType = typeof reportItemsBackInStock$1;
3132
+ declare const reportItemsBackInStock: ReturnType<typeof createRESTModule$j<_publicReportItemsBackInStockType>>;
3133
+
3134
+ type _publicOnBackInStockNotificationRequestCreatedType = typeof onBackInStockNotificationRequestCreated$1;
3135
+ declare const onBackInStockNotificationRequestCreated: ReturnType<typeof createEventModule$e<_publicOnBackInStockNotificationRequestCreatedType>>;
3136
+
3137
+ type _publicOnBackInStockNotificationRequestDeletedType = typeof onBackInStockNotificationRequestDeleted$1;
3138
+ declare const onBackInStockNotificationRequestDeleted: ReturnType<typeof createEventModule$e<_publicOnBackInStockNotificationRequestDeletedType>>;
3139
+
3140
+ type _publicOnBackInStockNotificationRequestUpdatedType = typeof onBackInStockNotificationRequestUpdated$1;
3141
+ declare const onBackInStockNotificationRequestUpdated: ReturnType<typeof createEventModule$e<_publicOnBackInStockNotificationRequestUpdatedType>>;
3054
3142
 
3055
3143
  type index_d$j_BackInStockItemDetails = BackInStockItemDetails;
3056
3144
  type index_d$j_BackInStockNotificationRequest = BackInStockNotificationRequest;
@@ -3086,6 +3174,16 @@ type index_d$j_ReportItemsBackInStockResponse = ReportItemsBackInStockResponse;
3086
3174
  type index_d$j_RequestsQueryBuilder = RequestsQueryBuilder;
3087
3175
  type index_d$j_RequestsQueryResult = RequestsQueryResult;
3088
3176
  type index_d$j_URI = URI;
3177
+ type index_d$j__publicCreateBackInStockNotificationRequestType = _publicCreateBackInStockNotificationRequestType;
3178
+ type index_d$j__publicDeleteBackInStockNotificationRequestType = _publicDeleteBackInStockNotificationRequestType;
3179
+ type index_d$j__publicGetBackInStockNotificationRequestType = _publicGetBackInStockNotificationRequestType;
3180
+ type index_d$j__publicGetBackInStockNotificationRequestsCountByCatalogReferencesType = _publicGetBackInStockNotificationRequestsCountByCatalogReferencesType;
3181
+ type index_d$j__publicMarkAsNotificationSentType = _publicMarkAsNotificationSentType;
3182
+ type index_d$j__publicOnBackInStockNotificationRequestCreatedType = _publicOnBackInStockNotificationRequestCreatedType;
3183
+ type index_d$j__publicOnBackInStockNotificationRequestDeletedType = _publicOnBackInStockNotificationRequestDeletedType;
3184
+ type index_d$j__publicOnBackInStockNotificationRequestUpdatedType = _publicOnBackInStockNotificationRequestUpdatedType;
3185
+ type index_d$j__publicQueryBackInStockNotificationRequestsType = _publicQueryBackInStockNotificationRequestsType;
3186
+ type index_d$j__publicReportItemsBackInStockType = _publicReportItemsBackInStockType;
3089
3187
  declare const index_d$j_createBackInStockNotificationRequest: typeof createBackInStockNotificationRequest;
3090
3188
  declare const index_d$j_deleteBackInStockNotificationRequest: typeof deleteBackInStockNotificationRequest;
3091
3189
  declare const index_d$j_getBackInStockNotificationRequest: typeof getBackInStockNotificationRequest;
@@ -3097,7 +3195,7 @@ declare const index_d$j_onBackInStockNotificationRequestUpdated: typeof onBackIn
3097
3195
  declare const index_d$j_queryBackInStockNotificationRequests: typeof queryBackInStockNotificationRequests;
3098
3196
  declare const index_d$j_reportItemsBackInStock: typeof reportItemsBackInStock;
3099
3197
  declare namespace index_d$j {
3100
- 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, 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, index_d$j_queryBackInStockNotificationRequests as queryBackInStockNotificationRequests, index_d$j_reportItemsBackInStock as reportItemsBackInStock };
3198
+ 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__publicCreateBackInStockNotificationRequestType as _publicCreateBackInStockNotificationRequestType, type index_d$j__publicDeleteBackInStockNotificationRequestType as _publicDeleteBackInStockNotificationRequestType, type index_d$j__publicGetBackInStockNotificationRequestType as _publicGetBackInStockNotificationRequestType, type index_d$j__publicGetBackInStockNotificationRequestsCountByCatalogReferencesType as _publicGetBackInStockNotificationRequestsCountByCatalogReferencesType, type index_d$j__publicMarkAsNotificationSentType as _publicMarkAsNotificationSentType, type index_d$j__publicOnBackInStockNotificationRequestCreatedType as _publicOnBackInStockNotificationRequestCreatedType, type index_d$j__publicOnBackInStockNotificationRequestDeletedType as _publicOnBackInStockNotificationRequestDeletedType, type index_d$j__publicOnBackInStockNotificationRequestUpdatedType as _publicOnBackInStockNotificationRequestUpdatedType, type index_d$j__publicQueryBackInStockNotificationRequestsType as _publicQueryBackInStockNotificationRequestsType, type index_d$j__publicReportItemsBackInStockType as _publicReportItemsBackInStockType, 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 };
3101
3199
  }
3102
3200
 
3103
3201
  /**
@@ -3156,11 +3254,18 @@ interface GetSettingsResponseNonNullableFields {
3156
3254
  settings?: BackInStockSettingsNonNullableFields;
3157
3255
  }
3158
3256
 
3257
+ declare function startCollectingRequests$1(httpClient: HttpClient): (appId: string) => Promise<StartCollectingRequestsResponse & StartCollectingRequestsResponseNonNullableFields>;
3258
+ declare function stopCollectingRequests$1(httpClient: HttpClient): (appId: string) => Promise<StopCollectingRequestsResponse & StopCollectingRequestsResponseNonNullableFields>;
3259
+ declare function getSettings$1(httpClient: HttpClient): () => Promise<GetSettingsResponse & GetSettingsResponseNonNullableFields>;
3260
+
3159
3261
  declare function createRESTModule$i<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
3160
3262
 
3161
- declare const startCollectingRequests: ReturnType<typeof createRESTModule$i<typeof publicStartCollectingRequests>>;
3162
- declare const stopCollectingRequests: ReturnType<typeof createRESTModule$i<typeof publicStopCollectingRequests>>;
3163
- declare const getSettings: ReturnType<typeof createRESTModule$i<typeof publicGetSettings>>;
3263
+ type _publicStartCollectingRequestsType = typeof startCollectingRequests$1;
3264
+ declare const startCollectingRequests: ReturnType<typeof createRESTModule$i<_publicStartCollectingRequestsType>>;
3265
+ type _publicStopCollectingRequestsType = typeof stopCollectingRequests$1;
3266
+ declare const stopCollectingRequests: ReturnType<typeof createRESTModule$i<_publicStopCollectingRequestsType>>;
3267
+ type _publicGetSettingsType = typeof getSettings$1;
3268
+ declare const getSettings: ReturnType<typeof createRESTModule$i<_publicGetSettingsType>>;
3164
3269
 
3165
3270
  type index_d$i_BackInStockCollectionState = BackInStockCollectionState;
3166
3271
  type index_d$i_BackInStockSettings = BackInStockSettings;
@@ -3173,11 +3278,14 @@ type index_d$i_StartCollectingRequestsResponseNonNullableFields = StartCollectin
3173
3278
  type index_d$i_StopCollectingRequestsRequest = StopCollectingRequestsRequest;
3174
3279
  type index_d$i_StopCollectingRequestsResponse = StopCollectingRequestsResponse;
3175
3280
  type index_d$i_StopCollectingRequestsResponseNonNullableFields = StopCollectingRequestsResponseNonNullableFields;
3281
+ type index_d$i__publicGetSettingsType = _publicGetSettingsType;
3282
+ type index_d$i__publicStartCollectingRequestsType = _publicStartCollectingRequestsType;
3283
+ type index_d$i__publicStopCollectingRequestsType = _publicStopCollectingRequestsType;
3176
3284
  declare const index_d$i_getSettings: typeof getSettings;
3177
3285
  declare const index_d$i_startCollectingRequests: typeof startCollectingRequests;
3178
3286
  declare const index_d$i_stopCollectingRequests: typeof stopCollectingRequests;
3179
3287
  declare namespace index_d$i {
3180
- 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 };
3288
+ 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, type index_d$i__publicGetSettingsType as _publicGetSettingsType, type index_d$i__publicStartCollectingRequestsType as _publicStartCollectingRequestsType, type index_d$i__publicStopCollectingRequestsType as _publicStopCollectingRequestsType, index_d$i_getSettings as getSettings, index_d$i_startCollectingRequests as startCollectingRequests, index_d$i_stopCollectingRequests as stopCollectingRequests };
3181
3289
  }
3182
3290
 
3183
3291
  interface Cart$1 {
@@ -5529,28 +5637,64 @@ interface EstimateTotalsOptions {
5529
5637
  selectedMemberships?: SelectedMemberships$4;
5530
5638
  }
5531
5639
 
5640
+ declare function createCart$1(httpClient: HttpClient): (options?: CreateCartOptions) => Promise<Cart$1 & CartNonNullableFields$1>;
5641
+ declare function updateCart$1(httpClient: HttpClient): (_id: string | null, options?: UpdateCartOptions) => Promise<Cart$1 & CartNonNullableFields$1>;
5642
+ declare function getCart$1(httpClient: HttpClient): (_id: string) => Promise<Cart$1 & CartNonNullableFields$1>;
5643
+ declare function addToCart$1(httpClient: HttpClient): (_id: string, options?: AddToCartOptions) => Promise<AddToCartResponse$1 & AddToCartResponseNonNullableFields$1>;
5644
+ declare function removeLineItems$3(httpClient: HttpClient): (_id: string, lineItemIds: string[]) => Promise<RemoveLineItemsResponse$2 & RemoveLineItemsResponseNonNullableFields$2>;
5645
+ declare function createCheckout$3(httpClient: HttpClient): (_id: string, options?: CreateCheckoutOptions$1) => Promise<CreateCheckoutResponse$2 & CreateCheckoutResponseNonNullableFields$2>;
5646
+ declare function removeCoupon$3(httpClient: HttpClient): (_id: string) => Promise<RemoveCouponResponse$2 & RemoveCouponResponseNonNullableFields$2>;
5647
+ declare function updateLineItemsQuantity$3(httpClient: HttpClient): (_id: string, lineItems: LineItemQuantityUpdate$2[]) => Promise<UpdateLineItemsQuantityResponse$2 & UpdateLineItemsQuantityResponseNonNullableFields$2>;
5648
+ declare function estimateTotals$1(httpClient: HttpClient): (_id: string, options?: EstimateTotalsOptions) => Promise<EstimateTotalsResponse$1 & EstimateTotalsResponseNonNullableFields$1>;
5649
+ declare function deleteCart$1(httpClient: HttpClient): (_id: string) => Promise<void>;
5650
+ declare const onCartUpdated$3: EventDefinition<CartUpdatedEnvelope$1, "wix.ecom.v1.cart_updated">;
5651
+ declare const onCartDeleted$3: EventDefinition<CartDeletedEnvelope$1, "wix.ecom.v1.cart_deleted">;
5652
+ declare const onCartCreated$3: EventDefinition<CartCreatedEnvelope$1, "wix.ecom.v1.cart_created">;
5653
+
5532
5654
  declare function createRESTModule$h<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
5533
5655
 
5534
5656
  declare function createEventModule$d<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
5535
5657
 
5536
- declare const createCart: ReturnType<typeof createRESTModule$h<typeof publicCreateCart>>;
5537
- declare const updateCart: ReturnType<typeof createRESTModule$h<typeof publicUpdateCart>>;
5538
- declare const getCart: ReturnType<typeof createRESTModule$h<typeof publicGetCart>>;
5539
- declare const addToCart: ReturnType<typeof createRESTModule$h<typeof publicAddToCart>>;
5540
- declare const removeLineItems$1: ReturnType<typeof createRESTModule$h<typeof publicRemoveLineItems>>;
5541
- declare const createCheckout$1: ReturnType<typeof createRESTModule$h<typeof publicCreateCheckout>>;
5542
- declare const removeCoupon$1: ReturnType<typeof createRESTModule$h<typeof publicRemoveCoupon>>;
5543
- declare const updateLineItemsQuantity$1: ReturnType<typeof createRESTModule$h<typeof publicUpdateLineItemsQuantity>>;
5544
- declare const estimateTotals: ReturnType<typeof createRESTModule$h<typeof publicEstimateTotals>>;
5545
- declare const deleteCart: ReturnType<typeof createRESTModule$h<typeof publicDeleteCart>>;
5546
- declare const onCartUpdated$1: ReturnType<typeof createEventModule$d<typeof publicOnCartUpdated>>;
5547
- declare const onCartDeleted$1: ReturnType<typeof createEventModule$d<typeof publicOnCartDeleted>>;
5548
- declare const onCartCreated$1: ReturnType<typeof createEventModule$d<typeof publicOnCartCreated>>;
5658
+ type _publicCreateCartType = typeof createCart$1;
5659
+ declare const createCart: ReturnType<typeof createRESTModule$h<_publicCreateCartType>>;
5660
+ type _publicUpdateCartType = typeof updateCart$1;
5661
+ declare const updateCart: ReturnType<typeof createRESTModule$h<_publicUpdateCartType>>;
5662
+ type _publicGetCartType = typeof getCart$1;
5663
+ declare const getCart: ReturnType<typeof createRESTModule$h<_publicGetCartType>>;
5664
+ type _publicAddToCartType = typeof addToCart$1;
5665
+ declare const addToCart: ReturnType<typeof createRESTModule$h<_publicAddToCartType>>;
5666
+ type _publicRemoveLineItemsType$1 = typeof removeLineItems$3;
5667
+ declare const removeLineItems$2: ReturnType<typeof createRESTModule$h<_publicRemoveLineItemsType>>;
5668
+ type _publicCreateCheckoutType$1 = typeof createCheckout$3;
5669
+ declare const createCheckout$2: ReturnType<typeof createRESTModule$h<_publicCreateCheckoutType>>;
5670
+ type _publicRemoveCouponType$1 = typeof removeCoupon$3;
5671
+ declare const removeCoupon$2: ReturnType<typeof createRESTModule$h<_publicRemoveCouponType>>;
5672
+ type _publicUpdateLineItemsQuantityType$1 = typeof updateLineItemsQuantity$3;
5673
+ declare const updateLineItemsQuantity$2: ReturnType<typeof createRESTModule$h<_publicUpdateLineItemsQuantityType>>;
5674
+ type _publicEstimateTotalsType = typeof estimateTotals$1;
5675
+ declare const estimateTotals: ReturnType<typeof createRESTModule$h<_publicEstimateTotalsType>>;
5676
+ type _publicDeleteCartType = typeof deleteCart$1;
5677
+ declare const deleteCart: ReturnType<typeof createRESTModule$h<_publicDeleteCartType>>;
5678
+
5679
+ type _publicOnCartUpdatedType$1 = typeof onCartUpdated$3;
5680
+ declare const onCartUpdated$2: ReturnType<typeof createEventModule$d<_publicOnCartUpdatedType>>;
5681
+
5682
+ type _publicOnCartDeletedType$1 = typeof onCartDeleted$3;
5683
+ declare const onCartDeleted$2: ReturnType<typeof createEventModule$d<_publicOnCartDeletedType>>;
5684
+
5685
+ type _publicOnCartCreatedType$1 = typeof onCartCreated$3;
5686
+ declare const onCartCreated$2: ReturnType<typeof createEventModule$d<_publicOnCartCreatedType>>;
5549
5687
 
5550
5688
  type index_d$h_AddToCartOptions = AddToCartOptions;
5551
5689
  type index_d$h_CreateCartOptions = CreateCartOptions;
5552
5690
  type index_d$h_EstimateTotalsOptions = EstimateTotalsOptions;
5553
5691
  type index_d$h_UpdateCartOptions = UpdateCartOptions;
5692
+ type index_d$h__publicAddToCartType = _publicAddToCartType;
5693
+ type index_d$h__publicCreateCartType = _publicCreateCartType;
5694
+ type index_d$h__publicDeleteCartType = _publicDeleteCartType;
5695
+ type index_d$h__publicEstimateTotalsType = _publicEstimateTotalsType;
5696
+ type index_d$h__publicGetCartType = _publicGetCartType;
5697
+ type index_d$h__publicUpdateCartType = _publicUpdateCartType;
5554
5698
  declare const index_d$h_addToCart: typeof addToCart;
5555
5699
  declare const index_d$h_createCart: typeof createCart;
5556
5700
  declare const index_d$h_deleteCart: typeof deleteCart;
@@ -5558,7 +5702,7 @@ declare const index_d$h_estimateTotals: typeof estimateTotals;
5558
5702
  declare const index_d$h_getCart: typeof getCart;
5559
5703
  declare const index_d$h_updateCart: typeof updateCart;
5560
5704
  declare namespace index_d$h {
5561
- 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$6 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, index_d$h_addToCart as addToCart, index_d$h_createCart as createCart, createCheckout$1 as createCheckout, index_d$h_deleteCart as deleteCart, index_d$h_estimateTotals as estimateTotals, index_d$h_getCart as getCart, onCartCreated$1 as onCartCreated, onCartDeleted$1 as onCartDeleted, onCartUpdated$1 as onCartUpdated, removeCoupon$1 as removeCoupon, removeLineItems$1 as removeLineItems, index_d$h_updateCart as updateCart, updateLineItemsQuantity$1 as updateLineItemsQuantity };
5705
+ 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$6 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 };
5562
5706
  }
5563
5707
 
5564
5708
  interface Cart {
@@ -7819,22 +7963,50 @@ interface EstimateCurrentCartTotalsOptions {
7819
7963
  selectedMemberships?: SelectedMemberships$3;
7820
7964
  }
7821
7965
 
7966
+ declare function getCurrentCart$1(httpClient: HttpClient): () => Promise<Cart & CartNonNullableFields>;
7967
+ declare function updateCurrentCart$1(httpClient: HttpClient): (options?: UpdateCurrentCartOptions) => Promise<Cart & CartNonNullableFields>;
7968
+ declare function addToCurrentCart$1(httpClient: HttpClient): (options?: AddToCurrentCartOptions) => Promise<AddToCartResponse & AddToCartResponseNonNullableFields>;
7969
+ declare function removeLineItemsFromCurrentCart$1(httpClient: HttpClient): (lineItemIds: string[]) => Promise<RemoveLineItemsResponse$1 & RemoveLineItemsResponseNonNullableFields$1>;
7970
+ declare function createCheckoutFromCurrentCart$1(httpClient: HttpClient): (options?: CreateCheckoutFromCurrentCartOptions) => Promise<CreateCheckoutResponse$1 & CreateCheckoutResponseNonNullableFields$1>;
7971
+ declare function removeCouponFromCurrentCart$1(httpClient: HttpClient): () => Promise<RemoveCouponResponse$1 & RemoveCouponResponseNonNullableFields$1>;
7972
+ declare function updateCurrentCartLineItemQuantity$1(httpClient: HttpClient): (lineItems: LineItemQuantityUpdate$1[]) => Promise<UpdateLineItemsQuantityResponse$1 & UpdateLineItemsQuantityResponseNonNullableFields$1>;
7973
+ declare function estimateCurrentCartTotals$1(httpClient: HttpClient): (options?: EstimateCurrentCartTotalsOptions) => Promise<EstimateTotalsResponse & EstimateTotalsResponseNonNullableFields>;
7974
+ declare function deleteCurrentCart$1(httpClient: HttpClient): () => Promise<void>;
7975
+ declare const onCartUpdated$1: EventDefinition<CartUpdatedEnvelope, "wix.ecom.v1.cart_updated">;
7976
+ declare const onCartDeleted$1: EventDefinition<CartDeletedEnvelope, "wix.ecom.v1.cart_deleted">;
7977
+ declare const onCartCreated$1: EventDefinition<CartCreatedEnvelope, "wix.ecom.v1.cart_created">;
7978
+
7822
7979
  declare function createRESTModule$g<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
7823
7980
 
7824
7981
  declare function createEventModule$c<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
7825
7982
 
7826
- declare const getCurrentCart: ReturnType<typeof createRESTModule$g<typeof publicGetCurrentCart>>;
7827
- declare const updateCurrentCart: ReturnType<typeof createRESTModule$g<typeof publicUpdateCurrentCart>>;
7828
- declare const addToCurrentCart: ReturnType<typeof createRESTModule$g<typeof publicAddToCurrentCart>>;
7829
- declare const removeLineItemsFromCurrentCart: ReturnType<typeof createRESTModule$g<typeof publicRemoveLineItemsFromCurrentCart>>;
7830
- declare const createCheckoutFromCurrentCart: ReturnType<typeof createRESTModule$g<typeof publicCreateCheckoutFromCurrentCart>>;
7831
- declare const removeCouponFromCurrentCart: ReturnType<typeof createRESTModule$g<typeof publicRemoveCouponFromCurrentCart>>;
7832
- declare const updateCurrentCartLineItemQuantity: ReturnType<typeof createRESTModule$g<typeof publicUpdateCurrentCartLineItemQuantity>>;
7833
- declare const estimateCurrentCartTotals: ReturnType<typeof createRESTModule$g<typeof publicEstimateCurrentCartTotals>>;
7834
- declare const deleteCurrentCart: ReturnType<typeof createRESTModule$g<typeof publicDeleteCurrentCart>>;
7835
- declare const onCartUpdated: ReturnType<typeof createEventModule$c<typeof publicOnCartUpdated>>;
7836
- declare const onCartDeleted: ReturnType<typeof createEventModule$c<typeof publicOnCartDeleted>>;
7837
- declare const onCartCreated: ReturnType<typeof createEventModule$c<typeof publicOnCartCreated>>;
7983
+ type _publicGetCurrentCartType = typeof getCurrentCart$1;
7984
+ declare const getCurrentCart: ReturnType<typeof createRESTModule$g<_publicGetCurrentCartType>>;
7985
+ type _publicUpdateCurrentCartType = typeof updateCurrentCart$1;
7986
+ declare const updateCurrentCart: ReturnType<typeof createRESTModule$g<_publicUpdateCurrentCartType>>;
7987
+ type _publicAddToCurrentCartType = typeof addToCurrentCart$1;
7988
+ declare const addToCurrentCart: ReturnType<typeof createRESTModule$g<_publicAddToCurrentCartType>>;
7989
+ type _publicRemoveLineItemsFromCurrentCartType = typeof removeLineItemsFromCurrentCart$1;
7990
+ declare const removeLineItemsFromCurrentCart: ReturnType<typeof createRESTModule$g<_publicRemoveLineItemsFromCurrentCartType>>;
7991
+ type _publicCreateCheckoutFromCurrentCartType = typeof createCheckoutFromCurrentCart$1;
7992
+ declare const createCheckoutFromCurrentCart: ReturnType<typeof createRESTModule$g<_publicCreateCheckoutFromCurrentCartType>>;
7993
+ type _publicRemoveCouponFromCurrentCartType = typeof removeCouponFromCurrentCart$1;
7994
+ declare const removeCouponFromCurrentCart: ReturnType<typeof createRESTModule$g<_publicRemoveCouponFromCurrentCartType>>;
7995
+ type _publicUpdateCurrentCartLineItemQuantityType = typeof updateCurrentCartLineItemQuantity$1;
7996
+ declare const updateCurrentCartLineItemQuantity: ReturnType<typeof createRESTModule$g<_publicUpdateCurrentCartLineItemQuantityType>>;
7997
+ type _publicEstimateCurrentCartTotalsType = typeof estimateCurrentCartTotals$1;
7998
+ declare const estimateCurrentCartTotals: ReturnType<typeof createRESTModule$g<_publicEstimateCurrentCartTotalsType>>;
7999
+ type _publicDeleteCurrentCartType = typeof deleteCurrentCart$1;
8000
+ declare const deleteCurrentCart: ReturnType<typeof createRESTModule$g<_publicDeleteCurrentCartType>>;
8001
+
8002
+ type _publicOnCartUpdatedType = typeof onCartUpdated$1;
8003
+ declare const onCartUpdated: ReturnType<typeof createEventModule$c<_publicOnCartUpdatedType>>;
8004
+
8005
+ type _publicOnCartDeletedType = typeof onCartDeleted$1;
8006
+ declare const onCartDeleted: ReturnType<typeof createEventModule$c<_publicOnCartDeletedType>>;
8007
+
8008
+ type _publicOnCartCreatedType = typeof onCartCreated$1;
8009
+ declare const onCartCreated: ReturnType<typeof createEventModule$c<_publicOnCartCreatedType>>;
7838
8010
 
7839
8011
  type index_d$g_AddToCartRequest = AddToCartRequest;
7840
8012
  type index_d$g_AddToCartResponse = AddToCartResponse;
@@ -7880,6 +8052,18 @@ type index_d$g_UpdateCurrentCartLineItemQuantityRequest = UpdateCurrentCartLineI
7880
8052
  type index_d$g_UpdateCurrentCartOptions = UpdateCurrentCartOptions;
7881
8053
  type index_d$g_V1Coupon = V1Coupon;
7882
8054
  type index_d$g_V1MerchantDiscount = V1MerchantDiscount;
8055
+ type index_d$g__publicAddToCurrentCartType = _publicAddToCurrentCartType;
8056
+ type index_d$g__publicCreateCheckoutFromCurrentCartType = _publicCreateCheckoutFromCurrentCartType;
8057
+ type index_d$g__publicDeleteCurrentCartType = _publicDeleteCurrentCartType;
8058
+ type index_d$g__publicEstimateCurrentCartTotalsType = _publicEstimateCurrentCartTotalsType;
8059
+ type index_d$g__publicGetCurrentCartType = _publicGetCurrentCartType;
8060
+ type index_d$g__publicOnCartCreatedType = _publicOnCartCreatedType;
8061
+ type index_d$g__publicOnCartDeletedType = _publicOnCartDeletedType;
8062
+ type index_d$g__publicOnCartUpdatedType = _publicOnCartUpdatedType;
8063
+ type index_d$g__publicRemoveCouponFromCurrentCartType = _publicRemoveCouponFromCurrentCartType;
8064
+ type index_d$g__publicRemoveLineItemsFromCurrentCartType = _publicRemoveLineItemsFromCurrentCartType;
8065
+ type index_d$g__publicUpdateCurrentCartLineItemQuantityType = _publicUpdateCurrentCartLineItemQuantityType;
8066
+ type index_d$g__publicUpdateCurrentCartType = _publicUpdateCurrentCartType;
7883
8067
  declare const index_d$g_addToCurrentCart: typeof addToCurrentCart;
7884
8068
  declare const index_d$g_createCheckoutFromCurrentCart: typeof createCheckoutFromCurrentCart;
7885
8069
  declare const index_d$g_deleteCurrentCart: typeof deleteCurrentCart;
@@ -7893,7 +8077,7 @@ declare const index_d$g_removeLineItemsFromCurrentCart: typeof removeLineItemsFr
7893
8077
  declare const index_d$g_updateCurrentCart: typeof updateCurrentCart;
7894
8078
  declare const index_d$g_updateCurrentCartLineItemQuantity: typeof updateCurrentCartLineItemQuantity;
7895
8079
  declare namespace index_d$g {
7896
- 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$5 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$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, 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, index_d$g_removeCouponFromCurrentCart as removeCouponFromCurrentCart, index_d$g_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, index_d$g_updateCurrentCart as updateCurrentCart, index_d$g_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
8080
+ 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$5 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$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 };
7897
8081
  }
7898
8082
 
7899
8083
  interface Checkout$1 {
@@ -10910,26 +11094,62 @@ interface AddToCheckoutOptions {
10910
11094
  customLineItems?: CustomLineItem$2[];
10911
11095
  }
10912
11096
 
11097
+ declare function createCheckout$1(httpClient: HttpClient): (options?: CreateCheckoutOptions) => Promise<Checkout$1 & CheckoutNonNullableFields>;
11098
+ declare function getCheckout$1(httpClient: HttpClient): (_id: string) => Promise<Checkout$1 & CheckoutNonNullableFields>;
11099
+ declare function getCheckoutByCartId$1(httpClient: HttpClient): (_id: string) => Promise<GetCheckoutByCartIdResponse & GetCheckoutByCartIdResponseNonNullableFields>;
11100
+ declare function getCheckoutUrl$1(httpClient: HttpClient): (_id: string) => Promise<GetCheckoutURLResponse & GetCheckoutURLResponseNonNullableFields>;
11101
+ declare function updateCheckout$1(httpClient: HttpClient): (_id: string | null, checkout: UpdateCheckout, options?: UpdateCheckoutOptions) => Promise<Checkout$1 & CheckoutNonNullableFields>;
11102
+ declare function removeCoupon$1(httpClient: HttpClient): (_id: string) => Promise<RemoveCouponResponse & RemoveCouponResponseNonNullableFields>;
11103
+ declare function removeGiftCard$1(httpClient: HttpClient): (_id: string) => Promise<RemoveGiftCardResponse & RemoveGiftCardResponseNonNullableFields>;
11104
+ declare function removeOverrideCheckoutUrl$1(httpClient: HttpClient): (_id: string) => Promise<RemoveOverrideCheckoutUrlResponse & RemoveOverrideCheckoutUrlResponseNonNullableFields>;
11105
+ declare function addToCheckout$1(httpClient: HttpClient): (_id: string, options?: AddToCheckoutOptions) => Promise<AddToCheckoutResponse & AddToCheckoutResponseNonNullableFields>;
11106
+ declare function removeLineItems$1(httpClient: HttpClient): (_id: string, lineItemIds: string[]) => Promise<RemoveLineItemsResponse & RemoveLineItemsResponseNonNullableFields>;
11107
+ declare function createOrder$3(httpClient: HttpClient): (_id: string) => Promise<CreateOrderResponse$1 & CreateOrderResponseNonNullableFields$1>;
11108
+ declare function markCheckoutAsCompleted$1(httpClient: HttpClient): (_id: string) => Promise<void>;
11109
+ declare function updateLineItemsQuantity$1(httpClient: HttpClient): (_id: string, lineItems: LineItemQuantityUpdate[]) => Promise<UpdateLineItemsQuantityResponse & UpdateLineItemsQuantityResponseNonNullableFields>;
11110
+ declare const onCheckoutCreated$1: EventDefinition<CheckoutCreatedEnvelope, "wix.ecom.v1.checkout_created">;
11111
+ declare const onCheckoutUpdated$1: EventDefinition<CheckoutUpdatedEnvelope, "wix.ecom.v1.checkout_updated">;
11112
+ declare const onCheckoutCompleted$1: EventDefinition<CheckoutCompletedEnvelope, "wix.ecom.v1.checkout_completed">;
11113
+
10913
11114
  declare function createRESTModule$f<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
10914
11115
 
10915
11116
  declare function createEventModule$b<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
10916
11117
 
10917
- declare const createCheckout: ReturnType<typeof createRESTModule$f<typeof publicCreateCheckout>>;
10918
- declare const getCheckout: ReturnType<typeof createRESTModule$f<typeof publicGetCheckout>>;
10919
- declare const getCheckoutByCartId: ReturnType<typeof createRESTModule$f<typeof publicGetCheckoutByCartId>>;
10920
- declare const getCheckoutUrl: ReturnType<typeof createRESTModule$f<typeof publicGetCheckoutUrl>>;
10921
- declare const updateCheckout: ReturnType<typeof createRESTModule$f<typeof publicUpdateCheckout>>;
10922
- declare const removeCoupon: ReturnType<typeof createRESTModule$f<typeof publicRemoveCoupon>>;
10923
- declare const removeGiftCard: ReturnType<typeof createRESTModule$f<typeof publicRemoveGiftCard>>;
10924
- declare const removeOverrideCheckoutUrl: ReturnType<typeof createRESTModule$f<typeof publicRemoveOverrideCheckoutUrl>>;
10925
- declare const addToCheckout: ReturnType<typeof createRESTModule$f<typeof publicAddToCheckout>>;
10926
- declare const removeLineItems: ReturnType<typeof createRESTModule$f<typeof publicRemoveLineItems>>;
10927
- declare const createOrder$1: ReturnType<typeof createRESTModule$f<typeof publicCreateOrder>>;
10928
- declare const markCheckoutAsCompleted: ReturnType<typeof createRESTModule$f<typeof publicMarkCheckoutAsCompleted>>;
10929
- declare const updateLineItemsQuantity: ReturnType<typeof createRESTModule$f<typeof publicUpdateLineItemsQuantity>>;
10930
- declare const onCheckoutCreated: ReturnType<typeof createEventModule$b<typeof publicOnCheckoutCreated>>;
10931
- declare const onCheckoutUpdated: ReturnType<typeof createEventModule$b<typeof publicOnCheckoutUpdated>>;
10932
- declare const onCheckoutCompleted: ReturnType<typeof createEventModule$b<typeof publicOnCheckoutCompleted>>;
11118
+ type _publicCreateCheckoutType = typeof createCheckout$1;
11119
+ declare const createCheckout: ReturnType<typeof createRESTModule$f<_publicCreateCheckoutType>>;
11120
+ type _publicGetCheckoutType = typeof getCheckout$1;
11121
+ declare const getCheckout: ReturnType<typeof createRESTModule$f<_publicGetCheckoutType>>;
11122
+ type _publicGetCheckoutByCartIdType = typeof getCheckoutByCartId$1;
11123
+ declare const getCheckoutByCartId: ReturnType<typeof createRESTModule$f<_publicGetCheckoutByCartIdType>>;
11124
+ type _publicGetCheckoutUrlType = typeof getCheckoutUrl$1;
11125
+ declare const getCheckoutUrl: ReturnType<typeof createRESTModule$f<_publicGetCheckoutUrlType>>;
11126
+ type _publicUpdateCheckoutType = typeof updateCheckout$1;
11127
+ declare const updateCheckout: ReturnType<typeof createRESTModule$f<_publicUpdateCheckoutType>>;
11128
+ type _publicRemoveCouponType = typeof removeCoupon$1;
11129
+ declare const removeCoupon: ReturnType<typeof createRESTModule$f<_publicRemoveCouponType>>;
11130
+ type _publicRemoveGiftCardType = typeof removeGiftCard$1;
11131
+ declare const removeGiftCard: ReturnType<typeof createRESTModule$f<_publicRemoveGiftCardType>>;
11132
+ type _publicRemoveOverrideCheckoutUrlType = typeof removeOverrideCheckoutUrl$1;
11133
+ declare const removeOverrideCheckoutUrl: ReturnType<typeof createRESTModule$f<_publicRemoveOverrideCheckoutUrlType>>;
11134
+ type _publicAddToCheckoutType = typeof addToCheckout$1;
11135
+ declare const addToCheckout: ReturnType<typeof createRESTModule$f<_publicAddToCheckoutType>>;
11136
+ type _publicRemoveLineItemsType = typeof removeLineItems$1;
11137
+ declare const removeLineItems: ReturnType<typeof createRESTModule$f<_publicRemoveLineItemsType>>;
11138
+ type _publicCreateOrderType$1 = typeof createOrder$3;
11139
+ declare const createOrder$2: ReturnType<typeof createRESTModule$f<_publicCreateOrderType>>;
11140
+ type _publicMarkCheckoutAsCompletedType = typeof markCheckoutAsCompleted$1;
11141
+ declare const markCheckoutAsCompleted: ReturnType<typeof createRESTModule$f<_publicMarkCheckoutAsCompletedType>>;
11142
+ type _publicUpdateLineItemsQuantityType = typeof updateLineItemsQuantity$1;
11143
+ declare const updateLineItemsQuantity: ReturnType<typeof createRESTModule$f<_publicUpdateLineItemsQuantityType>>;
11144
+
11145
+ type _publicOnCheckoutCreatedType = typeof onCheckoutCreated$1;
11146
+ declare const onCheckoutCreated: ReturnType<typeof createEventModule$b<_publicOnCheckoutCreatedType>>;
11147
+
11148
+ type _publicOnCheckoutUpdatedType = typeof onCheckoutUpdated$1;
11149
+ declare const onCheckoutUpdated: ReturnType<typeof createEventModule$b<_publicOnCheckoutUpdatedType>>;
11150
+
11151
+ type _publicOnCheckoutCompletedType = typeof onCheckoutCompleted$1;
11152
+ declare const onCheckoutCompleted: ReturnType<typeof createEventModule$b<_publicOnCheckoutCompletedType>>;
10933
11153
 
10934
11154
  type index_d$f_AddToCheckoutOptions = AddToCheckoutOptions;
10935
11155
  type index_d$f_AddToCheckoutRequest = AddToCheckoutRequest;
@@ -11011,6 +11231,21 @@ type index_d$f_V1ShippingInfoDetailsOneOf = V1ShippingInfoDetailsOneOf;
11011
11231
  type index_d$f_V1SubscriptionOptionInfo = V1SubscriptionOptionInfo;
11012
11232
  type index_d$f_V1SubscriptionSettings = V1SubscriptionSettings;
11013
11233
  type index_d$f_ViolationsList = ViolationsList;
11234
+ type index_d$f__publicAddToCheckoutType = _publicAddToCheckoutType;
11235
+ type index_d$f__publicCreateCheckoutType = _publicCreateCheckoutType;
11236
+ type index_d$f__publicGetCheckoutByCartIdType = _publicGetCheckoutByCartIdType;
11237
+ type index_d$f__publicGetCheckoutType = _publicGetCheckoutType;
11238
+ type index_d$f__publicGetCheckoutUrlType = _publicGetCheckoutUrlType;
11239
+ type index_d$f__publicMarkCheckoutAsCompletedType = _publicMarkCheckoutAsCompletedType;
11240
+ type index_d$f__publicOnCheckoutCompletedType = _publicOnCheckoutCompletedType;
11241
+ type index_d$f__publicOnCheckoutCreatedType = _publicOnCheckoutCreatedType;
11242
+ type index_d$f__publicOnCheckoutUpdatedType = _publicOnCheckoutUpdatedType;
11243
+ type index_d$f__publicRemoveCouponType = _publicRemoveCouponType;
11244
+ type index_d$f__publicRemoveGiftCardType = _publicRemoveGiftCardType;
11245
+ type index_d$f__publicRemoveLineItemsType = _publicRemoveLineItemsType;
11246
+ type index_d$f__publicRemoveOverrideCheckoutUrlType = _publicRemoveOverrideCheckoutUrlType;
11247
+ type index_d$f__publicUpdateCheckoutType = _publicUpdateCheckoutType;
11248
+ type index_d$f__publicUpdateLineItemsQuantityType = _publicUpdateLineItemsQuantityType;
11014
11249
  declare const index_d$f_addToCheckout: typeof addToCheckout;
11015
11250
  declare const index_d$f_createCheckout: typeof createCheckout;
11016
11251
  declare const index_d$f_getCheckout: typeof getCheckout;
@@ -11027,7 +11262,7 @@ declare const index_d$f_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
11027
11262
  declare const index_d$f_updateCheckout: typeof updateCheckout;
11028
11263
  declare const index_d$f_updateLineItemsQuantity: typeof updateLineItemsQuantity;
11029
11264
  declare namespace index_d$f {
11030
- 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$4 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$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, index_d$f_addToCheckout as addToCheckout, index_d$f_createCheckout as createCheckout, createOrder$1 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, 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 };
11265
+ 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$4 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$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 };
11031
11266
  }
11032
11267
 
11033
11268
  interface CheckoutSettings {
@@ -11404,13 +11639,21 @@ interface CheckoutSettingsUpdatedEnvelope {
11404
11639
  metadata: EventMetadata$a;
11405
11640
  }
11406
11641
 
11642
+ declare function getCheckoutSettings$1(httpClient: HttpClient): () => Promise<GetCheckoutSettingsResponse & GetCheckoutSettingsResponseNonNullableFields>;
11643
+ declare function updateCheckoutSettings$1(httpClient: HttpClient): (checkoutSettings: CheckoutSettings) => Promise<UpdateCheckoutSettingsResponse & UpdateCheckoutSettingsResponseNonNullableFields>;
11644
+ declare const onCheckoutSettingsUpdated$1: EventDefinition<CheckoutSettingsUpdatedEnvelope, "wix.ecom.v1.checkout_settings_updated">;
11645
+
11407
11646
  declare function createRESTModule$e<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
11408
11647
 
11409
11648
  declare function createEventModule$a<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
11410
11649
 
11411
- declare const getCheckoutSettings: ReturnType<typeof createRESTModule$e<typeof publicGetCheckoutSettings>>;
11412
- declare const updateCheckoutSettings: ReturnType<typeof createRESTModule$e<typeof publicUpdateCheckoutSettings>>;
11413
- declare const onCheckoutSettingsUpdated: ReturnType<typeof createEventModule$a<typeof publicOnCheckoutSettingsUpdated>>;
11650
+ type _publicGetCheckoutSettingsType = typeof getCheckoutSettings$1;
11651
+ declare const getCheckoutSettings: ReturnType<typeof createRESTModule$e<_publicGetCheckoutSettingsType>>;
11652
+ type _publicUpdateCheckoutSettingsType = typeof updateCheckoutSettings$1;
11653
+ declare const updateCheckoutSettings: ReturnType<typeof createRESTModule$e<_publicUpdateCheckoutSettingsType>>;
11654
+
11655
+ type _publicOnCheckoutSettingsUpdatedType = typeof onCheckoutSettingsUpdated$1;
11656
+ declare const onCheckoutSettingsUpdated: ReturnType<typeof createEventModule$a<_publicOnCheckoutSettingsUpdatedType>>;
11414
11657
 
11415
11658
  type index_d$e_Alignment = Alignment;
11416
11659
  declare const index_d$e_Alignment: typeof Alignment;
@@ -11441,11 +11684,14 @@ type index_d$e_TermsAndConditionsPolicy = TermsAndConditionsPolicy;
11441
11684
  type index_d$e_UpdateCheckoutSettingsRequest = UpdateCheckoutSettingsRequest;
11442
11685
  type index_d$e_UpdateCheckoutSettingsResponse = UpdateCheckoutSettingsResponse;
11443
11686
  type index_d$e_UpdateCheckoutSettingsResponseNonNullableFields = UpdateCheckoutSettingsResponseNonNullableFields;
11687
+ type index_d$e__publicGetCheckoutSettingsType = _publicGetCheckoutSettingsType;
11688
+ type index_d$e__publicOnCheckoutSettingsUpdatedType = _publicOnCheckoutSettingsUpdatedType;
11689
+ type index_d$e__publicUpdateCheckoutSettingsType = _publicUpdateCheckoutSettingsType;
11444
11690
  declare const index_d$e_getCheckoutSettings: typeof getCheckoutSettings;
11445
11691
  declare const index_d$e_onCheckoutSettingsUpdated: typeof onCheckoutSettingsUpdated;
11446
11692
  declare const index_d$e_updateCheckoutSettings: typeof updateCheckoutSettings;
11447
11693
  declare namespace index_d$e {
11448
- 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, index_d$e_getCheckoutSettings as getCheckoutSettings, index_d$e_onCheckoutSettingsUpdated as onCheckoutSettingsUpdated, index_d$e_updateCheckoutSettings as updateCheckoutSettings };
11694
+ 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__publicGetCheckoutSettingsType as _publicGetCheckoutSettingsType, type index_d$e__publicOnCheckoutSettingsUpdatedType as _publicOnCheckoutSettingsUpdatedType, type index_d$e__publicUpdateCheckoutSettingsType as _publicUpdateCheckoutSettingsType, index_d$e_getCheckoutSettings as getCheckoutSettings, index_d$e_onCheckoutSettingsUpdated as onCheckoutSettingsUpdated, onCheckoutSettingsUpdated$1 as publicOnCheckoutSettingsUpdated, index_d$e_updateCheckoutSettings as updateCheckoutSettings };
11449
11695
  }
11450
11696
 
11451
11697
  interface CheckoutTemplate {
@@ -13619,21 +13865,48 @@ interface CheckoutTemplatesQueryBuilder {
13619
13865
  find: () => Promise<CheckoutTemplatesQueryResult>;
13620
13866
  }
13621
13867
 
13868
+ declare function createCheckoutTemplate$1(httpClient: HttpClient): (checkoutTemplate: CheckoutTemplate) => Promise<CheckoutTemplate & CheckoutTemplateNonNullableFields>;
13869
+ declare function getCheckoutTemplate$1(httpClient: HttpClient): (checkoutTemplateId: string) => Promise<CheckoutTemplate & CheckoutTemplateNonNullableFields>;
13870
+ declare function updateCheckoutTemplate$1(httpClient: HttpClient): (_id: string | null, checkoutTemplate: UpdateCheckoutTemplate) => Promise<CheckoutTemplate & CheckoutTemplateNonNullableFields>;
13871
+ declare function deleteCheckoutTemplate$1(httpClient: HttpClient): (checkoutTemplateId: string) => Promise<void>;
13872
+ declare function queryCheckoutTemplates$1(httpClient: HttpClient): () => CheckoutTemplatesQueryBuilder;
13873
+ declare function createCheckoutFromTemplate$1(httpClient: HttpClient): (checkoutTemplateId: string, siteId: string) => Promise<CreateCheckoutFromTemplateResponse & CreateCheckoutFromTemplateResponseNonNullableFields>;
13874
+ declare function createAndRedirectToCheckout$1(httpClient: HttpClient): (checkoutTemplateId: string, siteId: string) => Promise<RawHttpResponse & RawHttpResponseNonNullableFields>;
13875
+ declare const onCheckoutTemplateCreated$1: EventDefinition<CheckoutTemplateCreatedEnvelope, "wix.ecom.v1.checkout_template_created">;
13876
+ declare const onCheckoutTemplateUpdated$1: EventDefinition<CheckoutTemplateUpdatedEnvelope, "wix.ecom.v1.checkout_template_updated">;
13877
+ declare const onCheckoutTemplateDeleted$1: EventDefinition<CheckoutTemplateDeletedEnvelope, "wix.ecom.v1.checkout_template_deleted">;
13878
+ declare const onCheckoutTemplateUsed$1: EventDefinition<CheckoutTemplateUsedEnvelope, "wix.ecom.v1.checkout_template_used">;
13879
+
13622
13880
  declare function createRESTModule$d<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
13623
13881
 
13624
13882
  declare function createEventModule$9<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
13625
13883
 
13626
- declare const createCheckoutTemplate: ReturnType<typeof createRESTModule$d<typeof publicCreateCheckoutTemplate>>;
13627
- declare const getCheckoutTemplate: ReturnType<typeof createRESTModule$d<typeof publicGetCheckoutTemplate>>;
13628
- declare const updateCheckoutTemplate: ReturnType<typeof createRESTModule$d<typeof publicUpdateCheckoutTemplate>>;
13629
- declare const deleteCheckoutTemplate: ReturnType<typeof createRESTModule$d<typeof publicDeleteCheckoutTemplate>>;
13630
- declare const queryCheckoutTemplates: ReturnType<typeof createRESTModule$d<typeof publicQueryCheckoutTemplates>>;
13631
- declare const createCheckoutFromTemplate: ReturnType<typeof createRESTModule$d<typeof publicCreateCheckoutFromTemplate>>;
13632
- declare const createAndRedirectToCheckout: ReturnType<typeof createRESTModule$d<typeof publicCreateAndRedirectToCheckout>>;
13633
- declare const onCheckoutTemplateCreated: ReturnType<typeof createEventModule$9<typeof publicOnCheckoutTemplateCreated>>;
13634
- declare const onCheckoutTemplateUpdated: ReturnType<typeof createEventModule$9<typeof publicOnCheckoutTemplateUpdated>>;
13635
- declare const onCheckoutTemplateDeleted: ReturnType<typeof createEventModule$9<typeof publicOnCheckoutTemplateDeleted>>;
13636
- declare const onCheckoutTemplateUsed: ReturnType<typeof createEventModule$9<typeof publicOnCheckoutTemplateUsed>>;
13884
+ type _publicCreateCheckoutTemplateType = typeof createCheckoutTemplate$1;
13885
+ declare const createCheckoutTemplate: ReturnType<typeof createRESTModule$d<_publicCreateCheckoutTemplateType>>;
13886
+ type _publicGetCheckoutTemplateType = typeof getCheckoutTemplate$1;
13887
+ declare const getCheckoutTemplate: ReturnType<typeof createRESTModule$d<_publicGetCheckoutTemplateType>>;
13888
+ type _publicUpdateCheckoutTemplateType = typeof updateCheckoutTemplate$1;
13889
+ declare const updateCheckoutTemplate: ReturnType<typeof createRESTModule$d<_publicUpdateCheckoutTemplateType>>;
13890
+ type _publicDeleteCheckoutTemplateType = typeof deleteCheckoutTemplate$1;
13891
+ declare const deleteCheckoutTemplate: ReturnType<typeof createRESTModule$d<_publicDeleteCheckoutTemplateType>>;
13892
+ type _publicQueryCheckoutTemplatesType = typeof queryCheckoutTemplates$1;
13893
+ declare const queryCheckoutTemplates: ReturnType<typeof createRESTModule$d<_publicQueryCheckoutTemplatesType>>;
13894
+ type _publicCreateCheckoutFromTemplateType = typeof createCheckoutFromTemplate$1;
13895
+ declare const createCheckoutFromTemplate: ReturnType<typeof createRESTModule$d<_publicCreateCheckoutFromTemplateType>>;
13896
+ type _publicCreateAndRedirectToCheckoutType = typeof createAndRedirectToCheckout$1;
13897
+ declare const createAndRedirectToCheckout: ReturnType<typeof createRESTModule$d<_publicCreateAndRedirectToCheckoutType>>;
13898
+
13899
+ type _publicOnCheckoutTemplateCreatedType = typeof onCheckoutTemplateCreated$1;
13900
+ declare const onCheckoutTemplateCreated: ReturnType<typeof createEventModule$9<_publicOnCheckoutTemplateCreatedType>>;
13901
+
13902
+ type _publicOnCheckoutTemplateUpdatedType = typeof onCheckoutTemplateUpdated$1;
13903
+ declare const onCheckoutTemplateUpdated: ReturnType<typeof createEventModule$9<_publicOnCheckoutTemplateUpdatedType>>;
13904
+
13905
+ type _publicOnCheckoutTemplateDeletedType = typeof onCheckoutTemplateDeleted$1;
13906
+ declare const onCheckoutTemplateDeleted: ReturnType<typeof createEventModule$9<_publicOnCheckoutTemplateDeletedType>>;
13907
+
13908
+ type _publicOnCheckoutTemplateUsedType = typeof onCheckoutTemplateUsed$1;
13909
+ declare const onCheckoutTemplateUsed: ReturnType<typeof createEventModule$9<_publicOnCheckoutTemplateUsedType>>;
13637
13910
 
13638
13911
  type index_d$d_CatalogOverrideFields = CatalogOverrideFields;
13639
13912
  type index_d$d_Checkout = Checkout;
@@ -13692,6 +13965,17 @@ type index_d$d_UpdateCheckoutTemplateResponseNonNullableFields = UpdateCheckoutT
13692
13965
  type index_d$d_V1LineItem = V1LineItem;
13693
13966
  type index_d$d_Violation = Violation;
13694
13967
  type index_d$d_WebClientCustomization = WebClientCustomization;
13968
+ type index_d$d__publicCreateAndRedirectToCheckoutType = _publicCreateAndRedirectToCheckoutType;
13969
+ type index_d$d__publicCreateCheckoutFromTemplateType = _publicCreateCheckoutFromTemplateType;
13970
+ type index_d$d__publicCreateCheckoutTemplateType = _publicCreateCheckoutTemplateType;
13971
+ type index_d$d__publicDeleteCheckoutTemplateType = _publicDeleteCheckoutTemplateType;
13972
+ type index_d$d__publicGetCheckoutTemplateType = _publicGetCheckoutTemplateType;
13973
+ type index_d$d__publicOnCheckoutTemplateCreatedType = _publicOnCheckoutTemplateCreatedType;
13974
+ type index_d$d__publicOnCheckoutTemplateDeletedType = _publicOnCheckoutTemplateDeletedType;
13975
+ type index_d$d__publicOnCheckoutTemplateUpdatedType = _publicOnCheckoutTemplateUpdatedType;
13976
+ type index_d$d__publicOnCheckoutTemplateUsedType = _publicOnCheckoutTemplateUsedType;
13977
+ type index_d$d__publicQueryCheckoutTemplatesType = _publicQueryCheckoutTemplatesType;
13978
+ type index_d$d__publicUpdateCheckoutTemplateType = _publicUpdateCheckoutTemplateType;
13695
13979
  declare const index_d$d_createAndRedirectToCheckout: typeof createAndRedirectToCheckout;
13696
13980
  declare const index_d$d_createCheckoutFromTemplate: typeof createCheckoutFromTemplate;
13697
13981
  declare const index_d$d_createCheckoutTemplate: typeof createCheckoutTemplate;
@@ -13704,7 +13988,7 @@ declare const index_d$d_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
13704
13988
  declare const index_d$d_queryCheckoutTemplates: typeof queryCheckoutTemplates;
13705
13989
  declare const index_d$d_updateCheckoutTemplate: typeof updateCheckoutTemplate;
13706
13990
  declare namespace index_d$d {
13707
- 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$3 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, 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, index_d$d_queryCheckoutTemplates as queryCheckoutTemplates, index_d$d_updateCheckoutTemplate as updateCheckoutTemplate };
13991
+ 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$3 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 };
13708
13992
  }
13709
13993
 
13710
13994
  /**
@@ -14902,30 +15186,77 @@ interface UpdateExtendedFieldsOptions$3 {
14902
15186
  namespaceData: Record<string, any> | null;
14903
15187
  }
14904
15188
 
15189
+ declare function createDeliveryProfile$1(httpClient: HttpClient): (deliveryProfile: DeliveryProfile) => Promise<DeliveryProfile & DeliveryProfileNonNullableFields>;
15190
+ declare function getDeliveryProfile$1(httpClient: HttpClient): (deliveryProfileId: string) => Promise<DeliveryProfile & DeliveryProfileNonNullableFields>;
15191
+ declare function updateDeliveryProfile$1(httpClient: HttpClient): (_id: string | null, deliveryProfile: UpdateDeliveryProfile) => Promise<DeliveryProfile & DeliveryProfileNonNullableFields>;
15192
+ declare function deleteDeliveryProfile$1(httpClient: HttpClient): (deliveryProfileId: string) => Promise<void>;
15193
+ declare function queryDeliveryProfiles$1(httpClient: HttpClient): () => DeliveryProfilesQueryBuilder;
15194
+ declare function addDeliveryRegion$1(httpClient: HttpClient): (deliveryProfileId: string, deliveryRegion: DeliveryRegion, options?: AddDeliveryRegionOptions) => Promise<AddDeliveryRegionResponse & AddDeliveryRegionResponseNonNullableFields>;
15195
+ declare function updateDeliveryRegion$1(httpClient: HttpClient): (identifiers: UpdateDeliveryRegionIdentifiers, deliveryRegion: UpdateDeliveryRegion, options?: UpdateDeliveryRegionOptions) => Promise<UpdateDeliveryRegionResponse & UpdateDeliveryRegionResponseNonNullableFields>;
15196
+ declare function removeDeliveryRegion$1(httpClient: HttpClient): (identifiers: RemoveDeliveryRegionIdentifiers, options?: RemoveDeliveryRegionOptions) => Promise<RemoveDeliveryRegionResponse & RemoveDeliveryRegionResponseNonNullableFields>;
15197
+ declare function addDeliveryCarrier$1(httpClient: HttpClient): (deliveryRegionId: string, options: AddDeliveryCarrierOptions) => Promise<AddDeliveryCarrierResponse & AddDeliveryCarrierResponseNonNullableFields>;
15198
+ declare function removeDeliveryCarrier$1(httpClient: HttpClient): (deliveryRegionId: string, options: RemoveDeliveryCarrierOptions) => Promise<RemoveDeliveryCarrierResponse & RemoveDeliveryCarrierResponseNonNullableFields>;
15199
+ declare function updateDeliveryCarrier$1(httpClient: HttpClient): (deliveryRegionId: string, options?: UpdateDeliveryCarrierOptions) => Promise<UpdateDeliveryCarrierResponse & UpdateDeliveryCarrierResponseNonNullableFields>;
15200
+ declare function listDeliveryCarrierDetails$1(httpClient: HttpClient): () => Promise<ListDeliveryCarrierDetailsResponse & ListDeliveryCarrierDetailsResponseNonNullableFields>;
15201
+ declare function listDeliveryCarriers$1(httpClient: HttpClient): (deliveryProfileId: string, options?: ListDeliveryCarriersOptions) => Promise<ListDeliveryCarriersResponse & ListDeliveryCarriersResponseNonNullableFields>;
15202
+ declare function updateExtendedFields$7(httpClient: HttpClient): (_id: string, namespace: string, options: UpdateExtendedFieldsOptions$3) => Promise<UpdateExtendedFieldsResponse$4 & UpdateExtendedFieldsResponseNonNullableFields$3>;
15203
+ declare const onDeliveryProfileCreated$1: EventDefinition<DeliveryProfileCreatedEnvelope, "wix.ecom.v1.delivery_profile_created">;
15204
+ declare const onDeliveryProfileDeliveryRegionAdded$1: EventDefinition<DeliveryProfileDeliveryRegionAddedEnvelope, "wix.ecom.v1.delivery_profile_delivery_region_added">;
15205
+ declare const onDeliveryProfileUpdated$1: EventDefinition<DeliveryProfileUpdatedEnvelope, "wix.ecom.v1.delivery_profile_updated">;
15206
+ declare const onDeliveryProfileDeleted$1: EventDefinition<DeliveryProfileDeletedEnvelope, "wix.ecom.v1.delivery_profile_deleted">;
15207
+ declare const onDeliveryProfileDeliveryRegionRemoved$1: EventDefinition<DeliveryProfileDeliveryRegionRemovedEnvelope, "wix.ecom.v1.delivery_profile_delivery_region_removed">;
15208
+ declare const onDeliveryProfileDeliveryRegionUpdated$1: EventDefinition<DeliveryProfileDeliveryRegionUpdatedEnvelope, "wix.ecom.v1.delivery_profile_delivery_region_updated">;
15209
+
14905
15210
  declare function createRESTModule$c<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
14906
15211
 
14907
15212
  declare function createEventModule$8<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
14908
15213
 
14909
- declare const createDeliveryProfile: ReturnType<typeof createRESTModule$c<typeof publicCreateDeliveryProfile>>;
14910
- declare const getDeliveryProfile: ReturnType<typeof createRESTModule$c<typeof publicGetDeliveryProfile>>;
14911
- declare const updateDeliveryProfile: ReturnType<typeof createRESTModule$c<typeof publicUpdateDeliveryProfile>>;
14912
- declare const deleteDeliveryProfile: ReturnType<typeof createRESTModule$c<typeof publicDeleteDeliveryProfile>>;
14913
- declare const queryDeliveryProfiles: ReturnType<typeof createRESTModule$c<typeof publicQueryDeliveryProfiles>>;
14914
- declare const addDeliveryRegion: ReturnType<typeof createRESTModule$c<typeof publicAddDeliveryRegion>>;
14915
- declare const updateDeliveryRegion: ReturnType<typeof createRESTModule$c<typeof publicUpdateDeliveryRegion>>;
14916
- declare const removeDeliveryRegion: ReturnType<typeof createRESTModule$c<typeof publicRemoveDeliveryRegion>>;
14917
- declare const addDeliveryCarrier: ReturnType<typeof createRESTModule$c<typeof publicAddDeliveryCarrier>>;
14918
- declare const removeDeliveryCarrier: ReturnType<typeof createRESTModule$c<typeof publicRemoveDeliveryCarrier>>;
14919
- declare const updateDeliveryCarrier: ReturnType<typeof createRESTModule$c<typeof publicUpdateDeliveryCarrier>>;
14920
- declare const listDeliveryCarrierDetails: ReturnType<typeof createRESTModule$c<typeof publicListDeliveryCarrierDetails>>;
14921
- declare const listDeliveryCarriers: ReturnType<typeof createRESTModule$c<typeof publicListDeliveryCarriers>>;
14922
- declare const updateExtendedFields$3: ReturnType<typeof createRESTModule$c<typeof publicUpdateExtendedFields>>;
14923
- declare const onDeliveryProfileCreated: ReturnType<typeof createEventModule$8<typeof publicOnDeliveryProfileCreated>>;
14924
- declare const onDeliveryProfileDeliveryRegionAdded: ReturnType<typeof createEventModule$8<typeof publicOnDeliveryProfileDeliveryRegionAdded>>;
14925
- declare const onDeliveryProfileUpdated: ReturnType<typeof createEventModule$8<typeof publicOnDeliveryProfileUpdated>>;
14926
- declare const onDeliveryProfileDeleted: ReturnType<typeof createEventModule$8<typeof publicOnDeliveryProfileDeleted>>;
14927
- declare const onDeliveryProfileDeliveryRegionRemoved: ReturnType<typeof createEventModule$8<typeof publicOnDeliveryProfileDeliveryRegionRemoved>>;
14928
- declare const onDeliveryProfileDeliveryRegionUpdated: ReturnType<typeof createEventModule$8<typeof publicOnDeliveryProfileDeliveryRegionUpdated>>;
15214
+ type _publicCreateDeliveryProfileType = typeof createDeliveryProfile$1;
15215
+ declare const createDeliveryProfile: ReturnType<typeof createRESTModule$c<_publicCreateDeliveryProfileType>>;
15216
+ type _publicGetDeliveryProfileType = typeof getDeliveryProfile$1;
15217
+ declare const getDeliveryProfile: ReturnType<typeof createRESTModule$c<_publicGetDeliveryProfileType>>;
15218
+ type _publicUpdateDeliveryProfileType = typeof updateDeliveryProfile$1;
15219
+ declare const updateDeliveryProfile: ReturnType<typeof createRESTModule$c<_publicUpdateDeliveryProfileType>>;
15220
+ type _publicDeleteDeliveryProfileType = typeof deleteDeliveryProfile$1;
15221
+ declare const deleteDeliveryProfile: ReturnType<typeof createRESTModule$c<_publicDeleteDeliveryProfileType>>;
15222
+ type _publicQueryDeliveryProfilesType = typeof queryDeliveryProfiles$1;
15223
+ declare const queryDeliveryProfiles: ReturnType<typeof createRESTModule$c<_publicQueryDeliveryProfilesType>>;
15224
+ type _publicAddDeliveryRegionType = typeof addDeliveryRegion$1;
15225
+ declare const addDeliveryRegion: ReturnType<typeof createRESTModule$c<_publicAddDeliveryRegionType>>;
15226
+ type _publicUpdateDeliveryRegionType = typeof updateDeliveryRegion$1;
15227
+ declare const updateDeliveryRegion: ReturnType<typeof createRESTModule$c<_publicUpdateDeliveryRegionType>>;
15228
+ type _publicRemoveDeliveryRegionType = typeof removeDeliveryRegion$1;
15229
+ declare const removeDeliveryRegion: ReturnType<typeof createRESTModule$c<_publicRemoveDeliveryRegionType>>;
15230
+ type _publicAddDeliveryCarrierType = typeof addDeliveryCarrier$1;
15231
+ declare const addDeliveryCarrier: ReturnType<typeof createRESTModule$c<_publicAddDeliveryCarrierType>>;
15232
+ type _publicRemoveDeliveryCarrierType = typeof removeDeliveryCarrier$1;
15233
+ declare const removeDeliveryCarrier: ReturnType<typeof createRESTModule$c<_publicRemoveDeliveryCarrierType>>;
15234
+ type _publicUpdateDeliveryCarrierType = typeof updateDeliveryCarrier$1;
15235
+ declare const updateDeliveryCarrier: ReturnType<typeof createRESTModule$c<_publicUpdateDeliveryCarrierType>>;
15236
+ type _publicListDeliveryCarrierDetailsType = typeof listDeliveryCarrierDetails$1;
15237
+ declare const listDeliveryCarrierDetails: ReturnType<typeof createRESTModule$c<_publicListDeliveryCarrierDetailsType>>;
15238
+ type _publicListDeliveryCarriersType = typeof listDeliveryCarriers$1;
15239
+ declare const listDeliveryCarriers: ReturnType<typeof createRESTModule$c<_publicListDeliveryCarriersType>>;
15240
+ type _publicUpdateExtendedFieldsType$3 = typeof updateExtendedFields$7;
15241
+ declare const updateExtendedFields$6: ReturnType<typeof createRESTModule$c<_publicUpdateExtendedFieldsType>>;
15242
+
15243
+ type _publicOnDeliveryProfileCreatedType = typeof onDeliveryProfileCreated$1;
15244
+ declare const onDeliveryProfileCreated: ReturnType<typeof createEventModule$8<_publicOnDeliveryProfileCreatedType>>;
15245
+
15246
+ type _publicOnDeliveryProfileDeliveryRegionAddedType = typeof onDeliveryProfileDeliveryRegionAdded$1;
15247
+ declare const onDeliveryProfileDeliveryRegionAdded: ReturnType<typeof createEventModule$8<_publicOnDeliveryProfileDeliveryRegionAddedType>>;
15248
+
15249
+ type _publicOnDeliveryProfileUpdatedType = typeof onDeliveryProfileUpdated$1;
15250
+ declare const onDeliveryProfileUpdated: ReturnType<typeof createEventModule$8<_publicOnDeliveryProfileUpdatedType>>;
15251
+
15252
+ type _publicOnDeliveryProfileDeletedType = typeof onDeliveryProfileDeleted$1;
15253
+ declare const onDeliveryProfileDeleted: ReturnType<typeof createEventModule$8<_publicOnDeliveryProfileDeletedType>>;
15254
+
15255
+ type _publicOnDeliveryProfileDeliveryRegionRemovedType = typeof onDeliveryProfileDeliveryRegionRemoved$1;
15256
+ declare const onDeliveryProfileDeliveryRegionRemoved: ReturnType<typeof createEventModule$8<_publicOnDeliveryProfileDeliveryRegionRemovedType>>;
15257
+
15258
+ type _publicOnDeliveryProfileDeliveryRegionUpdatedType = typeof onDeliveryProfileDeliveryRegionUpdated$1;
15259
+ declare const onDeliveryProfileDeliveryRegionUpdated: ReturnType<typeof createEventModule$8<_publicOnDeliveryProfileDeliveryRegionUpdatedType>>;
14929
15260
 
14930
15261
  type index_d$c_AddDeliveryCarrierOptions = AddDeliveryCarrierOptions;
14931
15262
  type index_d$c_AddDeliveryCarrierRequest = AddDeliveryCarrierRequest;
@@ -15022,6 +15353,25 @@ type index_d$c_UpdateDeliveryRegionOptions = UpdateDeliveryRegionOptions;
15022
15353
  type index_d$c_UpdateDeliveryRegionRequest = UpdateDeliveryRegionRequest;
15023
15354
  type index_d$c_UpdateDeliveryRegionResponse = UpdateDeliveryRegionResponse;
15024
15355
  type index_d$c_UpdateDeliveryRegionResponseNonNullableFields = UpdateDeliveryRegionResponseNonNullableFields;
15356
+ type index_d$c__publicAddDeliveryCarrierType = _publicAddDeliveryCarrierType;
15357
+ type index_d$c__publicAddDeliveryRegionType = _publicAddDeliveryRegionType;
15358
+ type index_d$c__publicCreateDeliveryProfileType = _publicCreateDeliveryProfileType;
15359
+ type index_d$c__publicDeleteDeliveryProfileType = _publicDeleteDeliveryProfileType;
15360
+ type index_d$c__publicGetDeliveryProfileType = _publicGetDeliveryProfileType;
15361
+ type index_d$c__publicListDeliveryCarrierDetailsType = _publicListDeliveryCarrierDetailsType;
15362
+ type index_d$c__publicListDeliveryCarriersType = _publicListDeliveryCarriersType;
15363
+ type index_d$c__publicOnDeliveryProfileCreatedType = _publicOnDeliveryProfileCreatedType;
15364
+ type index_d$c__publicOnDeliveryProfileDeletedType = _publicOnDeliveryProfileDeletedType;
15365
+ type index_d$c__publicOnDeliveryProfileDeliveryRegionAddedType = _publicOnDeliveryProfileDeliveryRegionAddedType;
15366
+ type index_d$c__publicOnDeliveryProfileDeliveryRegionRemovedType = _publicOnDeliveryProfileDeliveryRegionRemovedType;
15367
+ type index_d$c__publicOnDeliveryProfileDeliveryRegionUpdatedType = _publicOnDeliveryProfileDeliveryRegionUpdatedType;
15368
+ type index_d$c__publicOnDeliveryProfileUpdatedType = _publicOnDeliveryProfileUpdatedType;
15369
+ type index_d$c__publicQueryDeliveryProfilesType = _publicQueryDeliveryProfilesType;
15370
+ type index_d$c__publicRemoveDeliveryCarrierType = _publicRemoveDeliveryCarrierType;
15371
+ type index_d$c__publicRemoveDeliveryRegionType = _publicRemoveDeliveryRegionType;
15372
+ type index_d$c__publicUpdateDeliveryCarrierType = _publicUpdateDeliveryCarrierType;
15373
+ type index_d$c__publicUpdateDeliveryProfileType = _publicUpdateDeliveryProfileType;
15374
+ type index_d$c__publicUpdateDeliveryRegionType = _publicUpdateDeliveryRegionType;
15025
15375
  declare const index_d$c_addDeliveryCarrier: typeof addDeliveryCarrier;
15026
15376
  declare const index_d$c_addDeliveryRegion: typeof addDeliveryRegion;
15027
15377
  declare const index_d$c_createDeliveryProfile: typeof createDeliveryProfile;
@@ -15042,7 +15392,7 @@ declare const index_d$c_updateDeliveryCarrier: typeof updateDeliveryCarrier;
15042
15392
  declare const index_d$c_updateDeliveryProfile: typeof updateDeliveryProfile;
15043
15393
  declare const index_d$c_updateDeliveryRegion: typeof updateDeliveryRegion;
15044
15394
  declare namespace index_d$c {
15045
- 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, 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, 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$3 as updateExtendedFields };
15395
+ 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 };
15046
15396
  }
15047
15397
 
15048
15398
  /** DraftOrder is the main entity of DraftOrders service. It represents a single edit order. */
@@ -18004,22 +18354,51 @@ interface DraftOrdersQueryBuilder {
18004
18354
  find: () => Promise<DraftOrdersQueryResult>;
18005
18355
  }
18006
18356
 
18357
+ declare function createDraftOrder$1(httpClient: HttpClient): (orderId: string | null) => Promise<CreateDraftOrderResponse & CreateDraftOrderResponseNonNullableFields>;
18358
+ declare function addLineItemsToDraftOrder$1(httpClient: HttpClient): (draftOrderId: string, options?: AddLineItemsToDraftOrderOptions) => Promise<AddLineItemsToDraftOrderResponse & AddLineItemsToDraftOrderResponseNonNullableFields>;
18359
+ declare function updateLineItems$1(httpClient: HttpClient): (draftOrderId: string, options?: UpdateLineItemsOptions) => Promise<UpdateLineItemsResponse & UpdateLineItemsResponseNonNullableFields>;
18360
+ declare function setDiscounts$1(httpClient: HttpClient): (draftOrderId: string, discounts: IdAndApplied[]) => Promise<SetDiscountsResponse & SetDiscountsResponseNonNullableFields>;
18361
+ declare function createCustomDiscounts$1(httpClient: HttpClient): (draftOrderId: string, options?: CreateCustomDiscountsOptions) => Promise<CreateCustomDiscountsResponse & CreateCustomDiscountsResponseNonNullableFields>;
18362
+ declare function deleteCustomDiscounts$1(httpClient: HttpClient): (draftOrderId: string, discountIds: string[]) => Promise<DeleteCustomDiscountsResponse & DeleteCustomDiscountsResponseNonNullableFields>;
18363
+ declare function setAdditionalFees$1(httpClient: HttpClient): (draftOrderId: string, additionalFees: IdAndApplied[]) => Promise<SetAdditionalFeesResponse & SetAdditionalFeesResponseNonNullableFields>;
18364
+ declare function createCustomAdditionalFees$1(httpClient: HttpClient): (draftOrderId: string, options?: CreateCustomAdditionalFeesOptions) => Promise<CreateCustomAdditionalFeesResponse & CreateCustomAdditionalFeesResponseNonNullableFields>;
18365
+ declare function deleteCustomAdditionalFees$1(httpClient: HttpClient): (draftOrderId: string, customAdditionalFees: string[]) => Promise<DeleteCustomAdditionalFeesResponse & DeleteCustomAdditionalFeesResponseNonNullableFields>;
18366
+ declare function getDraftOrder$1(httpClient: HttpClient): (draftOrderId: string) => Promise<GetDraftOrderResponse & GetDraftOrderResponseNonNullableFields>;
18367
+ declare function getOrderDraftabilityStatus$1(httpClient: HttpClient): (orderId: string) => Promise<GetOrderDraftabilityStatusResponse & GetOrderDraftabilityStatusResponseNonNullableFields>;
18368
+ declare function commitDraftOrder$1(httpClient: HttpClient): (draftOrderId: string, options?: CommitDraftOrderOptions) => Promise<CommitDraftOrderResponse & CommitDraftOrderResponseNonNullableFields>;
18369
+ declare function deleteDraftOrder$1(httpClient: HttpClient): (draftOrderId: string) => Promise<void>;
18370
+ declare function queryDraftOrders$1(httpClient: HttpClient): () => DraftOrdersQueryBuilder;
18371
+
18007
18372
  declare function createRESTModule$b<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
18008
18373
 
18009
- declare const createDraftOrder: ReturnType<typeof createRESTModule$b<typeof publicCreateDraftOrder>>;
18010
- declare const addLineItemsToDraftOrder: ReturnType<typeof createRESTModule$b<typeof publicAddLineItemsToDraftOrder>>;
18011
- declare const updateLineItems: ReturnType<typeof createRESTModule$b<typeof publicUpdateLineItems>>;
18012
- declare const setDiscounts: ReturnType<typeof createRESTModule$b<typeof publicSetDiscounts>>;
18013
- declare const createCustomDiscounts: ReturnType<typeof createRESTModule$b<typeof publicCreateCustomDiscounts>>;
18014
- declare const deleteCustomDiscounts: ReturnType<typeof createRESTModule$b<typeof publicDeleteCustomDiscounts>>;
18015
- declare const setAdditionalFees: ReturnType<typeof createRESTModule$b<typeof publicSetAdditionalFees>>;
18016
- declare const createCustomAdditionalFees: ReturnType<typeof createRESTModule$b<typeof publicCreateCustomAdditionalFees>>;
18017
- declare const deleteCustomAdditionalFees: ReturnType<typeof createRESTModule$b<typeof publicDeleteCustomAdditionalFees>>;
18018
- declare const getDraftOrder: ReturnType<typeof createRESTModule$b<typeof publicGetDraftOrder>>;
18019
- declare const getOrderDraftabilityStatus: ReturnType<typeof createRESTModule$b<typeof publicGetOrderDraftabilityStatus>>;
18020
- declare const commitDraftOrder: ReturnType<typeof createRESTModule$b<typeof publicCommitDraftOrder>>;
18021
- declare const deleteDraftOrder: ReturnType<typeof createRESTModule$b<typeof publicDeleteDraftOrder>>;
18022
- declare const queryDraftOrders: ReturnType<typeof createRESTModule$b<typeof publicQueryDraftOrders>>;
18374
+ type _publicCreateDraftOrderType = typeof createDraftOrder$1;
18375
+ declare const createDraftOrder: ReturnType<typeof createRESTModule$b<_publicCreateDraftOrderType>>;
18376
+ type _publicAddLineItemsToDraftOrderType = typeof addLineItemsToDraftOrder$1;
18377
+ declare const addLineItemsToDraftOrder: ReturnType<typeof createRESTModule$b<_publicAddLineItemsToDraftOrderType>>;
18378
+ type _publicUpdateLineItemsType = typeof updateLineItems$1;
18379
+ declare const updateLineItems: ReturnType<typeof createRESTModule$b<_publicUpdateLineItemsType>>;
18380
+ type _publicSetDiscountsType = typeof setDiscounts$1;
18381
+ declare const setDiscounts: ReturnType<typeof createRESTModule$b<_publicSetDiscountsType>>;
18382
+ type _publicCreateCustomDiscountsType = typeof createCustomDiscounts$1;
18383
+ declare const createCustomDiscounts: ReturnType<typeof createRESTModule$b<_publicCreateCustomDiscountsType>>;
18384
+ type _publicDeleteCustomDiscountsType = typeof deleteCustomDiscounts$1;
18385
+ declare const deleteCustomDiscounts: ReturnType<typeof createRESTModule$b<_publicDeleteCustomDiscountsType>>;
18386
+ type _publicSetAdditionalFeesType = typeof setAdditionalFees$1;
18387
+ declare const setAdditionalFees: ReturnType<typeof createRESTModule$b<_publicSetAdditionalFeesType>>;
18388
+ type _publicCreateCustomAdditionalFeesType = typeof createCustomAdditionalFees$1;
18389
+ declare const createCustomAdditionalFees: ReturnType<typeof createRESTModule$b<_publicCreateCustomAdditionalFeesType>>;
18390
+ type _publicDeleteCustomAdditionalFeesType = typeof deleteCustomAdditionalFees$1;
18391
+ declare const deleteCustomAdditionalFees: ReturnType<typeof createRESTModule$b<_publicDeleteCustomAdditionalFeesType>>;
18392
+ type _publicGetDraftOrderType = typeof getDraftOrder$1;
18393
+ declare const getDraftOrder: ReturnType<typeof createRESTModule$b<_publicGetDraftOrderType>>;
18394
+ type _publicGetOrderDraftabilityStatusType = typeof getOrderDraftabilityStatus$1;
18395
+ declare const getOrderDraftabilityStatus: ReturnType<typeof createRESTModule$b<_publicGetOrderDraftabilityStatusType>>;
18396
+ type _publicCommitDraftOrderType = typeof commitDraftOrder$1;
18397
+ declare const commitDraftOrder: ReturnType<typeof createRESTModule$b<_publicCommitDraftOrderType>>;
18398
+ type _publicDeleteDraftOrderType = typeof deleteDraftOrder$1;
18399
+ declare const deleteDraftOrder: ReturnType<typeof createRESTModule$b<_publicDeleteDraftOrderType>>;
18400
+ type _publicQueryDraftOrdersType = typeof queryDraftOrders$1;
18401
+ declare const queryDraftOrders: ReturnType<typeof createRESTModule$b<_publicQueryDraftOrdersType>>;
18023
18402
 
18024
18403
  type index_d$b_AddLineItemsToDraftOrderOptions = AddLineItemsToDraftOrderOptions;
18025
18404
  type index_d$b_AddLineItemsToDraftOrderRequest = AddLineItemsToDraftOrderRequest;
@@ -18126,6 +18505,20 @@ type index_d$b_V1DeliveryLogisticsAddressOneOf = V1DeliveryLogisticsAddressOneOf
18126
18505
  type index_d$b_V1DeliveryTimeSlot = V1DeliveryTimeSlot;
18127
18506
  type index_d$b_V1PickupDetails = V1PickupDetails;
18128
18507
  type index_d$b_V1ShippingPrice = V1ShippingPrice;
18508
+ type index_d$b__publicAddLineItemsToDraftOrderType = _publicAddLineItemsToDraftOrderType;
18509
+ type index_d$b__publicCommitDraftOrderType = _publicCommitDraftOrderType;
18510
+ type index_d$b__publicCreateCustomAdditionalFeesType = _publicCreateCustomAdditionalFeesType;
18511
+ type index_d$b__publicCreateCustomDiscountsType = _publicCreateCustomDiscountsType;
18512
+ type index_d$b__publicCreateDraftOrderType = _publicCreateDraftOrderType;
18513
+ type index_d$b__publicDeleteCustomAdditionalFeesType = _publicDeleteCustomAdditionalFeesType;
18514
+ type index_d$b__publicDeleteCustomDiscountsType = _publicDeleteCustomDiscountsType;
18515
+ type index_d$b__publicDeleteDraftOrderType = _publicDeleteDraftOrderType;
18516
+ type index_d$b__publicGetDraftOrderType = _publicGetDraftOrderType;
18517
+ type index_d$b__publicGetOrderDraftabilityStatusType = _publicGetOrderDraftabilityStatusType;
18518
+ type index_d$b__publicQueryDraftOrdersType = _publicQueryDraftOrdersType;
18519
+ type index_d$b__publicSetAdditionalFeesType = _publicSetAdditionalFeesType;
18520
+ type index_d$b__publicSetDiscountsType = _publicSetDiscountsType;
18521
+ type index_d$b__publicUpdateLineItemsType = _publicUpdateLineItemsType;
18129
18522
  declare const index_d$b_addLineItemsToDraftOrder: typeof addLineItemsToDraftOrder;
18130
18523
  declare const index_d$b_commitDraftOrder: typeof commitDraftOrder;
18131
18524
  declare const index_d$b_createCustomAdditionalFees: typeof createCustomAdditionalFees;
@@ -18141,7 +18534,7 @@ declare const index_d$b_setAdditionalFees: typeof setAdditionalFees;
18141
18534
  declare const index_d$b_setDiscounts: typeof setDiscounts;
18142
18535
  declare const index_d$b_updateLineItems: typeof updateLineItems;
18143
18536
  declare namespace index_d$b {
18144
- 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 };
18537
+ 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 };
18145
18538
  }
18146
18539
 
18147
18540
  interface OrderWithFulfillments {
@@ -18673,17 +19066,33 @@ interface DeleteFulfillmentIdentifiers {
18673
19066
  orderId: string;
18674
19067
  }
18675
19068
 
19069
+ declare function listFulfillmentsForSingleOrder$1(httpClient: HttpClient): (orderId: string) => Promise<ListFulfillmentsForSingleOrderResponse & ListFulfillmentsForSingleOrderResponseNonNullableFields>;
19070
+ declare function listFulfillmentsForMultipleOrders$1(httpClient: HttpClient): (orderIds: string[]) => Promise<ListFulfillmentsForMultipleOrdersResponse & ListFulfillmentsForMultipleOrdersResponseNonNullableFields>;
19071
+ declare function createFulfillment$1(httpClient: HttpClient): (orderId: string, fulfillment: Fulfillment$1) => Promise<CreateFulfillmentResponse & CreateFulfillmentResponseNonNullableFields>;
19072
+ declare function updateFulfillment$1(httpClient: HttpClient): (identifiers: UpdateFulfillmentIdentifiers, options?: UpdateFulfillmentOptions) => Promise<OrderWithFulfillments & OrderWithFulfillmentsNonNullableFields>;
19073
+ declare function deleteFulfillment$1(httpClient: HttpClient): (identifiers: DeleteFulfillmentIdentifiers) => Promise<DeleteFulfillmentResponse & DeleteFulfillmentResponseNonNullableFields>;
19074
+ declare function bulkCreateFulfillments$1(httpClient: HttpClient): (ordersWithFulfillments: BulkCreateOrderWithFulfillments[]) => Promise<BulkCreateFulfillmentResponse & BulkCreateFulfillmentResponseNonNullableFields>;
19075
+ declare const onFulfillmentsUpdated$1: EventDefinition<FulfillmentsUpdatedEnvelope, "wix.ecom.v1.fulfillments_updated">;
19076
+
18676
19077
  declare function createRESTModule$a<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
18677
19078
 
18678
19079
  declare function createEventModule$7<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
18679
19080
 
18680
- declare const listFulfillmentsForSingleOrder: ReturnType<typeof createRESTModule$a<typeof publicListFulfillmentsForSingleOrder>>;
18681
- declare const listFulfillmentsForMultipleOrders: ReturnType<typeof createRESTModule$a<typeof publicListFulfillmentsForMultipleOrders>>;
18682
- declare const createFulfillment: ReturnType<typeof createRESTModule$a<typeof publicCreateFulfillment>>;
18683
- declare const updateFulfillment: ReturnType<typeof createRESTModule$a<typeof publicUpdateFulfillment>>;
18684
- declare const deleteFulfillment: ReturnType<typeof createRESTModule$a<typeof publicDeleteFulfillment>>;
18685
- declare const bulkCreateFulfillments: ReturnType<typeof createRESTModule$a<typeof publicBulkCreateFulfillments>>;
18686
- declare const onFulfillmentsUpdated: ReturnType<typeof createEventModule$7<typeof publicOnFulfillmentsUpdated>>;
19081
+ type _publicListFulfillmentsForSingleOrderType = typeof listFulfillmentsForSingleOrder$1;
19082
+ declare const listFulfillmentsForSingleOrder: ReturnType<typeof createRESTModule$a<_publicListFulfillmentsForSingleOrderType>>;
19083
+ type _publicListFulfillmentsForMultipleOrdersType = typeof listFulfillmentsForMultipleOrders$1;
19084
+ declare const listFulfillmentsForMultipleOrders: ReturnType<typeof createRESTModule$a<_publicListFulfillmentsForMultipleOrdersType>>;
19085
+ type _publicCreateFulfillmentType = typeof createFulfillment$1;
19086
+ declare const createFulfillment: ReturnType<typeof createRESTModule$a<_publicCreateFulfillmentType>>;
19087
+ type _publicUpdateFulfillmentType = typeof updateFulfillment$1;
19088
+ declare const updateFulfillment: ReturnType<typeof createRESTModule$a<_publicUpdateFulfillmentType>>;
19089
+ type _publicDeleteFulfillmentType = typeof deleteFulfillment$1;
19090
+ declare const deleteFulfillment: ReturnType<typeof createRESTModule$a<_publicDeleteFulfillmentType>>;
19091
+ type _publicBulkCreateFulfillmentsType = typeof bulkCreateFulfillments$1;
19092
+ declare const bulkCreateFulfillments: ReturnType<typeof createRESTModule$a<_publicBulkCreateFulfillmentsType>>;
19093
+
19094
+ type _publicOnFulfillmentsUpdatedType = typeof onFulfillmentsUpdated$1;
19095
+ declare const onFulfillmentsUpdated: ReturnType<typeof createEventModule$7<_publicOnFulfillmentsUpdatedType>>;
18687
19096
 
18688
19097
  type index_d$a_BulkCreateFulfillmentRequest = BulkCreateFulfillmentRequest;
18689
19098
  type index_d$a_BulkCreateFulfillmentResponse = BulkCreateFulfillmentResponse;
@@ -18717,6 +19126,13 @@ type index_d$a_UpdateFulfillmentRequest = UpdateFulfillmentRequest;
18717
19126
  type index_d$a_UpdateFulfillmentResponse = UpdateFulfillmentResponse;
18718
19127
  type index_d$a_UpdateFulfillmentResponseNonNullableFields = UpdateFulfillmentResponseNonNullableFields;
18719
19128
  type index_d$a_V2FulfillmentTrackingInfo = V2FulfillmentTrackingInfo;
19129
+ type index_d$a__publicBulkCreateFulfillmentsType = _publicBulkCreateFulfillmentsType;
19130
+ type index_d$a__publicCreateFulfillmentType = _publicCreateFulfillmentType;
19131
+ type index_d$a__publicDeleteFulfillmentType = _publicDeleteFulfillmentType;
19132
+ type index_d$a__publicListFulfillmentsForMultipleOrdersType = _publicListFulfillmentsForMultipleOrdersType;
19133
+ type index_d$a__publicListFulfillmentsForSingleOrderType = _publicListFulfillmentsForSingleOrderType;
19134
+ type index_d$a__publicOnFulfillmentsUpdatedType = _publicOnFulfillmentsUpdatedType;
19135
+ type index_d$a__publicUpdateFulfillmentType = _publicUpdateFulfillmentType;
18720
19136
  declare const index_d$a_bulkCreateFulfillments: typeof bulkCreateFulfillments;
18721
19137
  declare const index_d$a_createFulfillment: typeof createFulfillment;
18722
19138
  declare const index_d$a_deleteFulfillment: typeof deleteFulfillment;
@@ -18725,7 +19141,7 @@ declare const index_d$a_listFulfillmentsForSingleOrder: typeof listFulfillmentsF
18725
19141
  declare const index_d$a_onFulfillmentsUpdated: typeof onFulfillmentsUpdated;
18726
19142
  declare const index_d$a_updateFulfillment: typeof updateFulfillment;
18727
19143
  declare namespace index_d$a {
18728
- 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, 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, index_d$a_updateFulfillment as updateFulfillment };
19144
+ 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__publicBulkCreateFulfillmentsType as _publicBulkCreateFulfillmentsType, type index_d$a__publicCreateFulfillmentType as _publicCreateFulfillmentType, type index_d$a__publicDeleteFulfillmentType as _publicDeleteFulfillmentType, type index_d$a__publicListFulfillmentsForMultipleOrdersType as _publicListFulfillmentsForMultipleOrdersType, type index_d$a__publicListFulfillmentsForSingleOrderType as _publicListFulfillmentsForSingleOrderType, type index_d$a__publicOnFulfillmentsUpdatedType as _publicOnFulfillmentsUpdatedType, type index_d$a__publicUpdateFulfillmentType as _publicUpdateFulfillmentType, 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 };
18729
19145
  }
18730
19146
 
18731
19147
  interface LocalDeliveryOption extends LocalDeliveryOptionConfigOneOf {
@@ -19234,21 +19650,47 @@ interface UpdateLocalDeliveryOption {
19234
19650
  _createdDate?: Date;
19235
19651
  }
19236
19652
 
19653
+ declare function createLocalDeliveryOption$1(httpClient: HttpClient): (localDeliveryOption: LocalDeliveryOption) => Promise<LocalDeliveryOption & LocalDeliveryOptionNonNullableFields>;
19654
+ declare function getLocalDeliveryOption$1(httpClient: HttpClient): (_id: string) => Promise<LocalDeliveryOption & LocalDeliveryOptionNonNullableFields>;
19655
+ declare function listLocalDeliveryOptions$1(httpClient: HttpClient): (externalId: string) => Promise<ListLocalDeliveryOptionsResponse & ListLocalDeliveryOptionsResponseNonNullableFields>;
19656
+ declare function updateLocalDeliveryOption$1(httpClient: HttpClient): (_id: string | null, localDeliveryOption: UpdateLocalDeliveryOption) => Promise<LocalDeliveryOption & LocalDeliveryOptionNonNullableFields>;
19657
+ declare function deleteLocalDeliveryOption$1(httpClient: HttpClient): (_id: string) => Promise<void>;
19658
+ declare function bulkCreateLocalDeliveryOption$1(httpClient: HttpClient): (localDeliveryOptions: LocalDeliveryOption[]) => Promise<BulkCreateLocalDeliveryOptionResponse & BulkCreateLocalDeliveryOptionResponseNonNullableFields>;
19659
+ declare function bulkUpdateLocalDeliveryOption$1(httpClient: HttpClient): (localDeliveryOptions: LocalDeliveryOption[]) => Promise<BulkUpdateLocalDeliveryOptionResponse & BulkUpdateLocalDeliveryOptionResponseNonNullableFields>;
19660
+ declare function bulkDeleteLocalDeliveryOption$1(httpClient: HttpClient): (ids: string[]) => Promise<void>;
19661
+ declare const onLocalDeliveryOptionCreated$1: EventDefinition<LocalDeliveryOptionCreatedEnvelope, "wix.ecom.v1.local_delivery_option_created">;
19662
+ declare const onLocalDeliveryOptionUpdated$1: EventDefinition<LocalDeliveryOptionUpdatedEnvelope, "wix.ecom.v1.local_delivery_option_updated">;
19663
+ declare const onLocalDeliveryOptionDeleted$1: EventDefinition<LocalDeliveryOptionDeletedEnvelope, "wix.ecom.v1.local_delivery_option_deleted">;
19664
+
19237
19665
  declare function createRESTModule$9<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
19238
19666
 
19239
19667
  declare function createEventModule$6<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
19240
19668
 
19241
- declare const createLocalDeliveryOption: ReturnType<typeof createRESTModule$9<typeof publicCreateLocalDeliveryOption>>;
19242
- declare const getLocalDeliveryOption: ReturnType<typeof createRESTModule$9<typeof publicGetLocalDeliveryOption>>;
19243
- declare const listLocalDeliveryOptions: ReturnType<typeof createRESTModule$9<typeof publicListLocalDeliveryOptions>>;
19244
- declare const updateLocalDeliveryOption: ReturnType<typeof createRESTModule$9<typeof publicUpdateLocalDeliveryOption>>;
19245
- declare const deleteLocalDeliveryOption: ReturnType<typeof createRESTModule$9<typeof publicDeleteLocalDeliveryOption>>;
19246
- declare const bulkCreateLocalDeliveryOption: ReturnType<typeof createRESTModule$9<typeof publicBulkCreateLocalDeliveryOption>>;
19247
- declare const bulkUpdateLocalDeliveryOption: ReturnType<typeof createRESTModule$9<typeof publicBulkUpdateLocalDeliveryOption>>;
19248
- declare const bulkDeleteLocalDeliveryOption: ReturnType<typeof createRESTModule$9<typeof publicBulkDeleteLocalDeliveryOption>>;
19249
- declare const onLocalDeliveryOptionCreated: ReturnType<typeof createEventModule$6<typeof publicOnLocalDeliveryOptionCreated>>;
19250
- declare const onLocalDeliveryOptionUpdated: ReturnType<typeof createEventModule$6<typeof publicOnLocalDeliveryOptionUpdated>>;
19251
- declare const onLocalDeliveryOptionDeleted: ReturnType<typeof createEventModule$6<typeof publicOnLocalDeliveryOptionDeleted>>;
19669
+ type _publicCreateLocalDeliveryOptionType = typeof createLocalDeliveryOption$1;
19670
+ declare const createLocalDeliveryOption: ReturnType<typeof createRESTModule$9<_publicCreateLocalDeliveryOptionType>>;
19671
+ type _publicGetLocalDeliveryOptionType = typeof getLocalDeliveryOption$1;
19672
+ declare const getLocalDeliveryOption: ReturnType<typeof createRESTModule$9<_publicGetLocalDeliveryOptionType>>;
19673
+ type _publicListLocalDeliveryOptionsType = typeof listLocalDeliveryOptions$1;
19674
+ declare const listLocalDeliveryOptions: ReturnType<typeof createRESTModule$9<_publicListLocalDeliveryOptionsType>>;
19675
+ type _publicUpdateLocalDeliveryOptionType = typeof updateLocalDeliveryOption$1;
19676
+ declare const updateLocalDeliveryOption: ReturnType<typeof createRESTModule$9<_publicUpdateLocalDeliveryOptionType>>;
19677
+ type _publicDeleteLocalDeliveryOptionType = typeof deleteLocalDeliveryOption$1;
19678
+ declare const deleteLocalDeliveryOption: ReturnType<typeof createRESTModule$9<_publicDeleteLocalDeliveryOptionType>>;
19679
+ type _publicBulkCreateLocalDeliveryOptionType = typeof bulkCreateLocalDeliveryOption$1;
19680
+ declare const bulkCreateLocalDeliveryOption: ReturnType<typeof createRESTModule$9<_publicBulkCreateLocalDeliveryOptionType>>;
19681
+ type _publicBulkUpdateLocalDeliveryOptionType = typeof bulkUpdateLocalDeliveryOption$1;
19682
+ declare const bulkUpdateLocalDeliveryOption: ReturnType<typeof createRESTModule$9<_publicBulkUpdateLocalDeliveryOptionType>>;
19683
+ type _publicBulkDeleteLocalDeliveryOptionType = typeof bulkDeleteLocalDeliveryOption$1;
19684
+ declare const bulkDeleteLocalDeliveryOption: ReturnType<typeof createRESTModule$9<_publicBulkDeleteLocalDeliveryOptionType>>;
19685
+
19686
+ type _publicOnLocalDeliveryOptionCreatedType = typeof onLocalDeliveryOptionCreated$1;
19687
+ declare const onLocalDeliveryOptionCreated: ReturnType<typeof createEventModule$6<_publicOnLocalDeliveryOptionCreatedType>>;
19688
+
19689
+ type _publicOnLocalDeliveryOptionUpdatedType = typeof onLocalDeliveryOptionUpdated$1;
19690
+ declare const onLocalDeliveryOptionUpdated: ReturnType<typeof createEventModule$6<_publicOnLocalDeliveryOptionUpdatedType>>;
19691
+
19692
+ type _publicOnLocalDeliveryOptionDeletedType = typeof onLocalDeliveryOptionDeleted$1;
19693
+ declare const onLocalDeliveryOptionDeleted: ReturnType<typeof createEventModule$6<_publicOnLocalDeliveryOptionDeletedType>>;
19252
19694
 
19253
19695
  type index_d$9_BulkCreateLocalDeliveryOptionRequest = BulkCreateLocalDeliveryOptionRequest;
19254
19696
  type index_d$9_BulkCreateLocalDeliveryOptionResponse = BulkCreateLocalDeliveryOptionResponse;
@@ -19296,6 +19738,17 @@ type index_d$9_UpdateLocalDeliveryOptionRequest = UpdateLocalDeliveryOptionReque
19296
19738
  type index_d$9_UpdateLocalDeliveryOptionResponse = UpdateLocalDeliveryOptionResponse;
19297
19739
  type index_d$9_UpdateLocalDeliveryOptionResponseNonNullableFields = UpdateLocalDeliveryOptionResponseNonNullableFields;
19298
19740
  type index_d$9_ZipCodeConfig = ZipCodeConfig;
19741
+ type index_d$9__publicBulkCreateLocalDeliveryOptionType = _publicBulkCreateLocalDeliveryOptionType;
19742
+ type index_d$9__publicBulkDeleteLocalDeliveryOptionType = _publicBulkDeleteLocalDeliveryOptionType;
19743
+ type index_d$9__publicBulkUpdateLocalDeliveryOptionType = _publicBulkUpdateLocalDeliveryOptionType;
19744
+ type index_d$9__publicCreateLocalDeliveryOptionType = _publicCreateLocalDeliveryOptionType;
19745
+ type index_d$9__publicDeleteLocalDeliveryOptionType = _publicDeleteLocalDeliveryOptionType;
19746
+ type index_d$9__publicGetLocalDeliveryOptionType = _publicGetLocalDeliveryOptionType;
19747
+ type index_d$9__publicListLocalDeliveryOptionsType = _publicListLocalDeliveryOptionsType;
19748
+ type index_d$9__publicOnLocalDeliveryOptionCreatedType = _publicOnLocalDeliveryOptionCreatedType;
19749
+ type index_d$9__publicOnLocalDeliveryOptionDeletedType = _publicOnLocalDeliveryOptionDeletedType;
19750
+ type index_d$9__publicOnLocalDeliveryOptionUpdatedType = _publicOnLocalDeliveryOptionUpdatedType;
19751
+ type index_d$9__publicUpdateLocalDeliveryOptionType = _publicUpdateLocalDeliveryOptionType;
19299
19752
  declare const index_d$9_bulkCreateLocalDeliveryOption: typeof bulkCreateLocalDeliveryOption;
19300
19753
  declare const index_d$9_bulkDeleteLocalDeliveryOption: typeof bulkDeleteLocalDeliveryOption;
19301
19754
  declare const index_d$9_bulkUpdateLocalDeliveryOption: typeof bulkUpdateLocalDeliveryOption;
@@ -19308,7 +19761,7 @@ declare const index_d$9_onLocalDeliveryOptionDeleted: typeof onLocalDeliveryOpti
19308
19761
  declare const index_d$9_onLocalDeliveryOptionUpdated: typeof onLocalDeliveryOptionUpdated;
19309
19762
  declare const index_d$9_updateLocalDeliveryOption: typeof updateLocalDeliveryOption;
19310
19763
  declare namespace index_d$9 {
19311
- 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, 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, index_d$9_updateLocalDeliveryOption as updateLocalDeliveryOption };
19764
+ 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__publicBulkCreateLocalDeliveryOptionType as _publicBulkCreateLocalDeliveryOptionType, type index_d$9__publicBulkDeleteLocalDeliveryOptionType as _publicBulkDeleteLocalDeliveryOptionType, type index_d$9__publicBulkUpdateLocalDeliveryOptionType as _publicBulkUpdateLocalDeliveryOptionType, type index_d$9__publicCreateLocalDeliveryOptionType as _publicCreateLocalDeliveryOptionType, type index_d$9__publicDeleteLocalDeliveryOptionType as _publicDeleteLocalDeliveryOptionType, type index_d$9__publicGetLocalDeliveryOptionType as _publicGetLocalDeliveryOptionType, type index_d$9__publicListLocalDeliveryOptionsType as _publicListLocalDeliveryOptionsType, type index_d$9__publicOnLocalDeliveryOptionCreatedType as _publicOnLocalDeliveryOptionCreatedType, type index_d$9__publicOnLocalDeliveryOptionDeletedType as _publicOnLocalDeliveryOptionDeletedType, type index_d$9__publicOnLocalDeliveryOptionUpdatedType as _publicOnLocalDeliveryOptionUpdatedType, type index_d$9__publicUpdateLocalDeliveryOptionType as _publicUpdateLocalDeliveryOptionType, 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 };
19312
19765
  }
19313
19766
 
19314
19767
  interface Order$1 {
@@ -24062,21 +24515,48 @@ interface CancelOrderOptions {
24062
24515
  restockAllItems?: boolean;
24063
24516
  }
24064
24517
 
24518
+ declare function getPaymentCollectabilityStatus$1(httpClient: HttpClient): (ecomOrderId: string) => Promise<GetPaymentCollectabilityStatusResponse & GetPaymentCollectabilityStatusResponseNonNullableFields>;
24519
+ declare function getOrder$1(httpClient: HttpClient): (_id: string) => Promise<Order$1 & OrderNonNullableFields>;
24520
+ declare function searchOrders$1(httpClient: HttpClient): (options?: SearchOrdersOptions) => Promise<SearchOrdersResponse & SearchOrdersResponseNonNullableFields>;
24521
+ declare function createOrder$1(httpClient: HttpClient): (order: Order$1) => Promise<Order$1 & OrderNonNullableFields>;
24522
+ declare function updateOrder$1(httpClient: HttpClient): (_id: string | null, order: UpdateOrder) => Promise<Order$1 & OrderNonNullableFields>;
24523
+ declare function bulkUpdateOrders$1(httpClient: HttpClient): (orders: MaskedOrder[], options?: BulkUpdateOrdersOptions) => Promise<BulkUpdateOrdersResponse & BulkUpdateOrdersResponseNonNullableFields>;
24524
+ declare function cancelOrder$1(httpClient: HttpClient): (_id: string, options?: CancelOrderOptions) => Promise<CancelOrderResponse & CancelOrderResponseNonNullableFields>;
24525
+ declare const onOrderPaymentStatusUpdated$1: EventDefinition<OrderPaymentStatusUpdatedEnvelope, "wix.ecom.v1.order_payment_status_updated">;
24526
+ declare const onOrderCreated$1: EventDefinition<OrderCreatedEnvelope, "wix.ecom.v1.order_created">;
24527
+ declare const onOrderCanceled$1: EventDefinition<OrderCanceledEnvelope, "wix.ecom.v1.order_canceled">;
24528
+ declare const onOrderApproved$1: EventDefinition<OrderApprovedEnvelope, "wix.ecom.v1.order_approved">;
24529
+
24065
24530
  declare function createRESTModule$8<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
24066
24531
 
24067
24532
  declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
24068
24533
 
24069
- declare const getPaymentCollectabilityStatus: ReturnType<typeof createRESTModule$8<typeof publicGetPaymentCollectabilityStatus>>;
24070
- declare const getOrder: ReturnType<typeof createRESTModule$8<typeof publicGetOrder>>;
24071
- declare const searchOrders: ReturnType<typeof createRESTModule$8<typeof publicSearchOrders>>;
24072
- declare const createOrder: ReturnType<typeof createRESTModule$8<typeof publicCreateOrder>>;
24073
- declare const updateOrder: ReturnType<typeof createRESTModule$8<typeof publicUpdateOrder>>;
24074
- declare const bulkUpdateOrders: ReturnType<typeof createRESTModule$8<typeof publicBulkUpdateOrders>>;
24075
- declare const cancelOrder: ReturnType<typeof createRESTModule$8<typeof publicCancelOrder>>;
24076
- declare const onOrderPaymentStatusUpdated: ReturnType<typeof createEventModule$5<typeof publicOnOrderPaymentStatusUpdated>>;
24077
- declare const onOrderCreated: ReturnType<typeof createEventModule$5<typeof publicOnOrderCreated>>;
24078
- declare const onOrderCanceled: ReturnType<typeof createEventModule$5<typeof publicOnOrderCanceled>>;
24079
- declare const onOrderApproved: ReturnType<typeof createEventModule$5<typeof publicOnOrderApproved>>;
24534
+ type _publicGetPaymentCollectabilityStatusType = typeof getPaymentCollectabilityStatus$1;
24535
+ declare const getPaymentCollectabilityStatus: ReturnType<typeof createRESTModule$8<_publicGetPaymentCollectabilityStatusType>>;
24536
+ type _publicGetOrderType = typeof getOrder$1;
24537
+ declare const getOrder: ReturnType<typeof createRESTModule$8<_publicGetOrderType>>;
24538
+ type _publicSearchOrdersType = typeof searchOrders$1;
24539
+ declare const searchOrders: ReturnType<typeof createRESTModule$8<_publicSearchOrdersType>>;
24540
+ type _publicCreateOrderType = typeof createOrder$1;
24541
+ declare const createOrder: ReturnType<typeof createRESTModule$8<_publicCreateOrderType>>;
24542
+ type _publicUpdateOrderType = typeof updateOrder$1;
24543
+ declare const updateOrder: ReturnType<typeof createRESTModule$8<_publicUpdateOrderType>>;
24544
+ type _publicBulkUpdateOrdersType = typeof bulkUpdateOrders$1;
24545
+ declare const bulkUpdateOrders: ReturnType<typeof createRESTModule$8<_publicBulkUpdateOrdersType>>;
24546
+ type _publicCancelOrderType = typeof cancelOrder$1;
24547
+ declare const cancelOrder: ReturnType<typeof createRESTModule$8<_publicCancelOrderType>>;
24548
+
24549
+ type _publicOnOrderPaymentStatusUpdatedType = typeof onOrderPaymentStatusUpdated$1;
24550
+ declare const onOrderPaymentStatusUpdated: ReturnType<typeof createEventModule$5<_publicOnOrderPaymentStatusUpdatedType>>;
24551
+
24552
+ type _publicOnOrderCreatedType = typeof onOrderCreated$1;
24553
+ declare const onOrderCreated: ReturnType<typeof createEventModule$5<_publicOnOrderCreatedType>>;
24554
+
24555
+ type _publicOnOrderCanceledType = typeof onOrderCanceled$1;
24556
+ declare const onOrderCanceled: ReturnType<typeof createEventModule$5<_publicOnOrderCanceledType>>;
24557
+
24558
+ type _publicOnOrderApprovedType = typeof onOrderApproved$1;
24559
+ declare const onOrderApproved: ReturnType<typeof createEventModule$5<_publicOnOrderApprovedType>>;
24080
24560
 
24081
24561
  type index_d$8_ActivityContentOneOf = ActivityContentOneOf;
24082
24562
  type index_d$8_AddActivitiesRequest = AddActivitiesRequest;
@@ -24461,6 +24941,17 @@ type index_d$8_VersioningMode = VersioningMode;
24461
24941
  declare const index_d$8_VersioningMode: typeof VersioningMode;
24462
24942
  type index_d$8_VoidAuthorizedPaymentsRequest = VoidAuthorizedPaymentsRequest;
24463
24943
  type index_d$8_VoidAuthorizedPaymentsResponse = VoidAuthorizedPaymentsResponse;
24944
+ type index_d$8__publicBulkUpdateOrdersType = _publicBulkUpdateOrdersType;
24945
+ type index_d$8__publicCancelOrderType = _publicCancelOrderType;
24946
+ type index_d$8__publicCreateOrderType = _publicCreateOrderType;
24947
+ type index_d$8__publicGetOrderType = _publicGetOrderType;
24948
+ type index_d$8__publicGetPaymentCollectabilityStatusType = _publicGetPaymentCollectabilityStatusType;
24949
+ type index_d$8__publicOnOrderApprovedType = _publicOnOrderApprovedType;
24950
+ type index_d$8__publicOnOrderCanceledType = _publicOnOrderCanceledType;
24951
+ type index_d$8__publicOnOrderCreatedType = _publicOnOrderCreatedType;
24952
+ type index_d$8__publicOnOrderPaymentStatusUpdatedType = _publicOnOrderPaymentStatusUpdatedType;
24953
+ type index_d$8__publicSearchOrdersType = _publicSearchOrdersType;
24954
+ type index_d$8__publicUpdateOrderType = _publicUpdateOrderType;
24464
24955
  declare const index_d$8_bulkUpdateOrders: typeof bulkUpdateOrders;
24465
24956
  declare const index_d$8_cancelOrder: typeof cancelOrder;
24466
24957
  declare const index_d$8_createOrder: typeof createOrder;
@@ -24473,7 +24964,7 @@ declare const index_d$8_onOrderPaymentStatusUpdated: typeof onOrderPaymentStatus
24473
24964
  declare const index_d$8_searchOrders: typeof searchOrders;
24474
24965
  declare const index_d$8_updateOrder: typeof updateOrder;
24475
24966
  declare namespace index_d$8 {
24476
- export { type ActionEvent$6 as ActionEvent, ActionType$1 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$1 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$1 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$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$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$1 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$1 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$1 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$2 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 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$1 as OrderTransactions, type index_d$8_OrdersExperiments as OrdersExperiments, type Payment$1 as Payment, type index_d$8_PaymentCapture as PaymentCapture, index_d$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 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$1 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$1 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$1 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 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$1 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$1 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$1 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_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, 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, index_d$8_searchOrders as searchOrders, index_d$8_updateOrder as updateOrder };
24967
+ export { type ActionEvent$6 as ActionEvent, ActionType$1 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$1 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$1 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$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$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$1 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$1 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$1 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$2 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 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$1 as OrderTransactions, type index_d$8_OrdersExperiments as OrdersExperiments, type Payment$1 as Payment, type index_d$8_PaymentCapture as PaymentCapture, index_d$8_PaymentCollectabilityStatus as PaymentCollectabilityStatus, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 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$1 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$1 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$1 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 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$1 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$1 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$1 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_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 };
24477
24968
  }
24478
24969
 
24479
24970
  interface OrderPaymentRequest {
@@ -24988,15 +25479,30 @@ interface UpdateExtendedFieldsOptions$2 {
24988
25479
  namespaceData: Record<string, any> | null;
24989
25480
  }
24990
25481
 
25482
+ declare function createOrderPaymentRequest$1(httpClient: HttpClient): (options?: CreateOrderPaymentRequestOptions) => Promise<OrderPaymentRequest & OrderPaymentRequestNonNullableFields>;
25483
+ declare function getOrderPaymentRequest$1(httpClient: HttpClient): (orderPaymentRequestId: string) => Promise<OrderPaymentRequest & OrderPaymentRequestNonNullableFields>;
25484
+ declare function updateOrderPaymentRequest$1(httpClient: HttpClient): (_id: string | null, orderPaymentRequest: UpdateOrderPaymentRequest) => Promise<OrderPaymentRequest & OrderPaymentRequestNonNullableFields>;
25485
+ declare function deleteOrderPaymentRequest$1(httpClient: HttpClient): (orderPaymentRequestId: string) => Promise<void>;
25486
+ declare function queryOrderPaymentRequests$1(httpClient: HttpClient): () => OrderPaymentRequestsQueryBuilder;
25487
+ declare function getOrderPaymentRequestUrl$1(httpClient: HttpClient): (orderPaymentRequestId: string) => Promise<GetOrderPaymentRequestURLResponse & GetOrderPaymentRequestURLResponseNonNullableFields>;
25488
+ declare function updateExtendedFields$5(httpClient: HttpClient): (_id: string, namespace: string, options: UpdateExtendedFieldsOptions$2) => Promise<UpdateExtendedFieldsResponse$2 & UpdateExtendedFieldsResponseNonNullableFields$2>;
25489
+
24991
25490
  declare function createRESTModule$7<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
24992
25491
 
24993
- declare const createOrderPaymentRequest: ReturnType<typeof createRESTModule$7<typeof publicCreateOrderPaymentRequest>>;
24994
- declare const getOrderPaymentRequest: ReturnType<typeof createRESTModule$7<typeof publicGetOrderPaymentRequest>>;
24995
- declare const updateOrderPaymentRequest: ReturnType<typeof createRESTModule$7<typeof publicUpdateOrderPaymentRequest>>;
24996
- declare const deleteOrderPaymentRequest: ReturnType<typeof createRESTModule$7<typeof publicDeleteOrderPaymentRequest>>;
24997
- declare const queryOrderPaymentRequests: ReturnType<typeof createRESTModule$7<typeof publicQueryOrderPaymentRequests>>;
24998
- declare const getOrderPaymentRequestUrl: ReturnType<typeof createRESTModule$7<typeof publicGetOrderPaymentRequestUrl>>;
24999
- declare const updateExtendedFields$2: ReturnType<typeof createRESTModule$7<typeof publicUpdateExtendedFields>>;
25492
+ type _publicCreateOrderPaymentRequestType = typeof createOrderPaymentRequest$1;
25493
+ declare const createOrderPaymentRequest: ReturnType<typeof createRESTModule$7<_publicCreateOrderPaymentRequestType>>;
25494
+ type _publicGetOrderPaymentRequestType = typeof getOrderPaymentRequest$1;
25495
+ declare const getOrderPaymentRequest: ReturnType<typeof createRESTModule$7<_publicGetOrderPaymentRequestType>>;
25496
+ type _publicUpdateOrderPaymentRequestType = typeof updateOrderPaymentRequest$1;
25497
+ declare const updateOrderPaymentRequest: ReturnType<typeof createRESTModule$7<_publicUpdateOrderPaymentRequestType>>;
25498
+ type _publicDeleteOrderPaymentRequestType = typeof deleteOrderPaymentRequest$1;
25499
+ declare const deleteOrderPaymentRequest: ReturnType<typeof createRESTModule$7<_publicDeleteOrderPaymentRequestType>>;
25500
+ type _publicQueryOrderPaymentRequestsType = typeof queryOrderPaymentRequests$1;
25501
+ declare const queryOrderPaymentRequests: ReturnType<typeof createRESTModule$7<_publicQueryOrderPaymentRequestsType>>;
25502
+ type _publicGetOrderPaymentRequestUrlType = typeof getOrderPaymentRequestUrl$1;
25503
+ declare const getOrderPaymentRequestUrl: ReturnType<typeof createRESTModule$7<_publicGetOrderPaymentRequestUrlType>>;
25504
+ type _publicUpdateExtendedFieldsType$2 = typeof updateExtendedFields$5;
25505
+ declare const updateExtendedFields$4: ReturnType<typeof createRESTModule$7<_publicUpdateExtendedFieldsType>>;
25000
25506
 
25001
25507
  type index_d$7_CreateOrderPaymentRequestOptions = CreateOrderPaymentRequestOptions;
25002
25508
  type index_d$7_CreateOrderPaymentRequestRequest = CreateOrderPaymentRequestRequest;
@@ -25026,6 +25532,12 @@ type index_d$7_UpdateOrderPaymentRequest = UpdateOrderPaymentRequest;
25026
25532
  type index_d$7_UpdateOrderPaymentRequestRequest = UpdateOrderPaymentRequestRequest;
25027
25533
  type index_d$7_UpdateOrderPaymentRequestResponse = UpdateOrderPaymentRequestResponse;
25028
25534
  type index_d$7_UpdateOrderPaymentRequestResponseNonNullableFields = UpdateOrderPaymentRequestResponseNonNullableFields;
25535
+ type index_d$7__publicCreateOrderPaymentRequestType = _publicCreateOrderPaymentRequestType;
25536
+ type index_d$7__publicDeleteOrderPaymentRequestType = _publicDeleteOrderPaymentRequestType;
25537
+ type index_d$7__publicGetOrderPaymentRequestType = _publicGetOrderPaymentRequestType;
25538
+ type index_d$7__publicGetOrderPaymentRequestUrlType = _publicGetOrderPaymentRequestUrlType;
25539
+ type index_d$7__publicQueryOrderPaymentRequestsType = _publicQueryOrderPaymentRequestsType;
25540
+ type index_d$7__publicUpdateOrderPaymentRequestType = _publicUpdateOrderPaymentRequestType;
25029
25541
  declare const index_d$7_createOrderPaymentRequest: typeof createOrderPaymentRequest;
25030
25542
  declare const index_d$7_deleteOrderPaymentRequest: typeof deleteOrderPaymentRequest;
25031
25543
  declare const index_d$7_getOrderPaymentRequest: typeof getOrderPaymentRequest;
@@ -25033,7 +25545,7 @@ declare const index_d$7_getOrderPaymentRequestUrl: typeof getOrderPaymentRequest
25033
25545
  declare const index_d$7_queryOrderPaymentRequests: typeof queryOrderPaymentRequests;
25034
25546
  declare const index_d$7_updateOrderPaymentRequest: typeof updateOrderPaymentRequest;
25035
25547
  declare namespace index_d$7 {
25036
- export { type ActionEvent$5 as ActionEvent, 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 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 IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, 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 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, type RestoreInfo$5 as RestoreInfo, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, type index_d$7_Source as Source, index_d$7_Status as Status, 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$2 as updateExtendedFields, index_d$7_updateOrderPaymentRequest as updateOrderPaymentRequest };
25548
+ export { type ActionEvent$5 as ActionEvent, 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 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 IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, 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 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, type RestoreInfo$5 as RestoreInfo, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, type index_d$7_Source as Source, index_d$7_Status as Status, 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, type index_d$7__publicCreateOrderPaymentRequestType as _publicCreateOrderPaymentRequestType, type index_d$7__publicDeleteOrderPaymentRequestType as _publicDeleteOrderPaymentRequestType, type index_d$7__publicGetOrderPaymentRequestType as _publicGetOrderPaymentRequestType, type index_d$7__publicGetOrderPaymentRequestUrlType as _publicGetOrderPaymentRequestUrlType, type index_d$7__publicQueryOrderPaymentRequestsType as _publicQueryOrderPaymentRequestsType, type _publicUpdateExtendedFieldsType$2 as _publicUpdateExtendedFieldsType, type index_d$7__publicUpdateOrderPaymentRequestType as _publicUpdateOrderPaymentRequestType, 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 };
25037
25549
  }
25038
25550
 
25039
25551
  interface OrderTransactions {
@@ -26827,16 +27339,30 @@ interface BulkUpdatePaymentStatusesOptions {
26827
27339
  status?: TransactionStatus;
26828
27340
  }
26829
27341
 
27342
+ declare function listTransactionsForSingleOrder$1(httpClient: HttpClient): (orderId: string) => Promise<ListTransactionsForSingleOrderResponse & ListTransactionsForSingleOrderResponseNonNullableFields>;
27343
+ declare function listTransactionsForMultipleOrders$1(httpClient: HttpClient): (orderIds: string[]) => Promise<ListTransactionsForMultipleOrdersResponse & ListTransactionsForMultipleOrdersResponseNonNullableFields>;
27344
+ declare function addPayments$1(httpClient: HttpClient): (orderId: string, payments: Payment[]) => Promise<AddPaymentsResponse & AddPaymentsResponseNonNullableFields>;
27345
+ declare function updatePaymentStatus$1(httpClient: HttpClient): (identifiers: UpdatePaymentStatusIdentifiers, options?: UpdatePaymentStatusOptions) => Promise<UpdatePaymentStatusResponse & UpdatePaymentStatusResponseNonNullableFields>;
27346
+ declare function bulkUpdatePaymentStatuses$1(httpClient: HttpClient): (paymentAndOrderIds: PaymentAndOrderId[], options?: BulkUpdatePaymentStatusesOptions) => Promise<BulkUpdatePaymentStatusesResponse & BulkUpdatePaymentStatusesResponseNonNullableFields>;
27347
+ declare const onOrderTransactionsUpdated$1: EventDefinition<OrderTransactionsUpdatedEnvelope, "wix.ecom.v1.order_transactions_updated">;
27348
+
26830
27349
  declare function createRESTModule$6<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
26831
27350
 
26832
27351
  declare function createEventModule$4<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
26833
27352
 
26834
- declare const listTransactionsForSingleOrder: ReturnType<typeof createRESTModule$6<typeof publicListTransactionsForSingleOrder>>;
26835
- declare const listTransactionsForMultipleOrders: ReturnType<typeof createRESTModule$6<typeof publicListTransactionsForMultipleOrders>>;
26836
- declare const addPayments: ReturnType<typeof createRESTModule$6<typeof publicAddPayments>>;
26837
- declare const updatePaymentStatus: ReturnType<typeof createRESTModule$6<typeof publicUpdatePaymentStatus>>;
26838
- declare const bulkUpdatePaymentStatuses: ReturnType<typeof createRESTModule$6<typeof publicBulkUpdatePaymentStatuses>>;
26839
- declare const onOrderTransactionsUpdated: ReturnType<typeof createEventModule$4<typeof publicOnOrderTransactionsUpdated>>;
27353
+ type _publicListTransactionsForSingleOrderType = typeof listTransactionsForSingleOrder$1;
27354
+ declare const listTransactionsForSingleOrder: ReturnType<typeof createRESTModule$6<_publicListTransactionsForSingleOrderType>>;
27355
+ type _publicListTransactionsForMultipleOrdersType = typeof listTransactionsForMultipleOrders$1;
27356
+ declare const listTransactionsForMultipleOrders: ReturnType<typeof createRESTModule$6<_publicListTransactionsForMultipleOrdersType>>;
27357
+ type _publicAddPaymentsType = typeof addPayments$1;
27358
+ declare const addPayments: ReturnType<typeof createRESTModule$6<_publicAddPaymentsType>>;
27359
+ type _publicUpdatePaymentStatusType = typeof updatePaymentStatus$1;
27360
+ declare const updatePaymentStatus: ReturnType<typeof createRESTModule$6<_publicUpdatePaymentStatusType>>;
27361
+ type _publicBulkUpdatePaymentStatusesType = typeof bulkUpdatePaymentStatuses$1;
27362
+ declare const bulkUpdatePaymentStatuses: ReturnType<typeof createRESTModule$6<_publicBulkUpdatePaymentStatusesType>>;
27363
+
27364
+ type _publicOnOrderTransactionsUpdatedType = typeof onOrderTransactionsUpdated$1;
27365
+ declare const onOrderTransactionsUpdated: ReturnType<typeof createEventModule$4<_publicOnOrderTransactionsUpdatedType>>;
26840
27366
 
26841
27367
  type index_d$6_ActionType = ActionType;
26842
27368
  declare const index_d$6_ActionType: typeof ActionType;
@@ -27000,6 +27526,12 @@ type index_d$6_V2Refund = V2Refund;
27000
27526
  type index_d$6_VatId = VatId;
27001
27527
  type index_d$6_VatType = VatType;
27002
27528
  declare const index_d$6_VatType: typeof VatType;
27529
+ type index_d$6__publicAddPaymentsType = _publicAddPaymentsType;
27530
+ type index_d$6__publicBulkUpdatePaymentStatusesType = _publicBulkUpdatePaymentStatusesType;
27531
+ type index_d$6__publicListTransactionsForMultipleOrdersType = _publicListTransactionsForMultipleOrdersType;
27532
+ type index_d$6__publicListTransactionsForSingleOrderType = _publicListTransactionsForSingleOrderType;
27533
+ type index_d$6__publicOnOrderTransactionsUpdatedType = _publicOnOrderTransactionsUpdatedType;
27534
+ type index_d$6__publicUpdatePaymentStatusType = _publicUpdatePaymentStatusType;
27003
27535
  declare const index_d$6_addPayments: typeof addPayments;
27004
27536
  declare const index_d$6_bulkUpdatePaymentStatuses: typeof bulkUpdatePaymentStatuses;
27005
27537
  declare const index_d$6_listTransactionsForMultipleOrders: typeof listTransactionsForMultipleOrders;
@@ -27007,7 +27539,7 @@ declare const index_d$6_listTransactionsForSingleOrder: typeof listTransactionsF
27007
27539
  declare const index_d$6_onOrderTransactionsUpdated: typeof onOrderTransactionsUpdated;
27008
27540
  declare const index_d$6_updatePaymentStatus: typeof updatePaymentStatus;
27009
27541
  declare namespace index_d$6 {
27010
- 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, 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, index_d$6_updatePaymentStatus as updatePaymentStatus };
27542
+ 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 };
27011
27543
  }
27012
27544
 
27013
27545
  interface OrdersSettings {
@@ -27235,13 +27767,21 @@ interface OrdersSettingsUpdatedEnvelope {
27235
27767
  metadata: EventMetadata$3;
27236
27768
  }
27237
27769
 
27770
+ declare function getOrdersSettings$1(httpClient: HttpClient): () => Promise<GetOrdersSettingsResponse & GetOrdersSettingsResponseNonNullableFields>;
27771
+ declare function updateOrdersSettings$1(httpClient: HttpClient): (ordersSettings: OrdersSettings) => Promise<UpdateOrdersSettingsResponse & UpdateOrdersSettingsResponseNonNullableFields>;
27772
+ declare const onOrdersSettingsUpdated$1: EventDefinition<OrdersSettingsUpdatedEnvelope, "wix.ecom.v1.orders_settings_updated">;
27773
+
27238
27774
  declare function createRESTModule$5<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
27239
27775
 
27240
27776
  declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
27241
27777
 
27242
- declare const getOrdersSettings: ReturnType<typeof createRESTModule$5<typeof publicGetOrdersSettings>>;
27243
- declare const updateOrdersSettings: ReturnType<typeof createRESTModule$5<typeof publicUpdateOrdersSettings>>;
27244
- declare const onOrdersSettingsUpdated: ReturnType<typeof createEventModule$3<typeof publicOnOrdersSettingsUpdated>>;
27778
+ type _publicGetOrdersSettingsType = typeof getOrdersSettings$1;
27779
+ declare const getOrdersSettings: ReturnType<typeof createRESTModule$5<_publicGetOrdersSettingsType>>;
27780
+ type _publicUpdateOrdersSettingsType = typeof updateOrdersSettings$1;
27781
+ declare const updateOrdersSettings: ReturnType<typeof createRESTModule$5<_publicUpdateOrdersSettingsType>>;
27782
+
27783
+ type _publicOnOrdersSettingsUpdatedType = typeof onOrdersSettingsUpdated$1;
27784
+ declare const onOrdersSettingsUpdated: ReturnType<typeof createEventModule$3<_publicOnOrdersSettingsUpdatedType>>;
27245
27785
 
27246
27786
  type index_d$5_DeleteOrdersSettingsRequest = DeleteOrdersSettingsRequest;
27247
27787
  type index_d$5_DeleteOrdersSettingsResponse = DeleteOrdersSettingsResponse;
@@ -27257,11 +27797,14 @@ type index_d$5_OrdersSettingsUpdatedEnvelope = OrdersSettingsUpdatedEnvelope;
27257
27797
  type index_d$5_UpdateOrdersSettingsRequest = UpdateOrdersSettingsRequest;
27258
27798
  type index_d$5_UpdateOrdersSettingsResponse = UpdateOrdersSettingsResponse;
27259
27799
  type index_d$5_UpdateOrdersSettingsResponseNonNullableFields = UpdateOrdersSettingsResponseNonNullableFields;
27800
+ type index_d$5__publicGetOrdersSettingsType = _publicGetOrdersSettingsType;
27801
+ type index_d$5__publicOnOrdersSettingsUpdatedType = _publicOnOrdersSettingsUpdatedType;
27802
+ type index_d$5__publicUpdateOrdersSettingsType = _publicUpdateOrdersSettingsType;
27260
27803
  declare const index_d$5_getOrdersSettings: typeof getOrdersSettings;
27261
27804
  declare const index_d$5_onOrdersSettingsUpdated: typeof onOrdersSettingsUpdated;
27262
27805
  declare const index_d$5_updateOrdersSettings: typeof updateOrdersSettings;
27263
27806
  declare namespace index_d$5 {
27264
- 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, index_d$5_getOrdersSettings as getOrdersSettings, index_d$5_onOrdersSettingsUpdated as onOrdersSettingsUpdated, index_d$5_updateOrdersSettings as updateOrdersSettings };
27807
+ 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__publicGetOrdersSettingsType as _publicGetOrdersSettingsType, type index_d$5__publicOnOrdersSettingsUpdatedType as _publicOnOrdersSettingsUpdatedType, type index_d$5__publicUpdateOrdersSettingsType as _publicUpdateOrdersSettingsType, index_d$5_getOrdersSettings as getOrdersSettings, index_d$5_onOrdersSettingsUpdated as onOrdersSettingsUpdated, onOrdersSettingsUpdated$1 as publicOnOrdersSettingsUpdated, index_d$5_updateOrdersSettings as updateOrdersSettings };
27265
27808
  }
27266
27809
 
27267
27810
  /** PickupLocation is the main entity of PickupLocations that can be used for lorem ipsum dolor */
@@ -27846,21 +28389,47 @@ interface PickupLocationsQueryBuilder {
27846
28389
  find: () => Promise<PickupLocationsQueryResult>;
27847
28390
  }
27848
28391
 
28392
+ declare function createPickupLocation$1(httpClient: HttpClient): (pickupLocation: PickupLocation) => Promise<PickupLocation & PickupLocationNonNullableFields>;
28393
+ declare function getPickupLocation$1(httpClient: HttpClient): (pickupLocationId: string) => Promise<PickupLocation & PickupLocationNonNullableFields>;
28394
+ declare function updatePickupLocation$1(httpClient: HttpClient): (_id: string | null, pickupLocation: UpdatePickupLocation) => Promise<PickupLocation & PickupLocationNonNullableFields>;
28395
+ declare function deletePickupLocation$1(httpClient: HttpClient): (pickupLocationId: string) => Promise<void>;
28396
+ declare function queryPickupLocation$1(httpClient: HttpClient): () => PickupLocationsQueryBuilder;
28397
+ declare function bulkCreatePickupLocation$1(httpClient: HttpClient): (pickupLocations: PickupLocation[]) => Promise<BulkCreatePickupLocationResponse & BulkCreatePickupLocationResponseNonNullableFields>;
28398
+ declare function bulkUpdatePickupLocation$1(httpClient: HttpClient): (pickupLocations: PickupLocation[]) => Promise<BulkUpdatePickupLocationResponse & BulkUpdatePickupLocationResponseNonNullableFields>;
28399
+ declare function bulkDeletePickupLocation$1(httpClient: HttpClient): (pickupLocationIds: string[]) => Promise<BulkDeletePickupLocationResponse & BulkDeletePickupLocationResponseNonNullableFields>;
28400
+ declare const onPickupLocationCreated$1: EventDefinition<PickupLocationCreatedEnvelope, "wix.ecom.v1.pickup_location_created">;
28401
+ declare const onPickupLocationUpdated$1: EventDefinition<PickupLocationUpdatedEnvelope, "wix.ecom.v1.pickup_location_updated">;
28402
+ declare const onPickupLocationDeleted$1: EventDefinition<PickupLocationDeletedEnvelope, "wix.ecom.v1.pickup_location_deleted">;
28403
+
27849
28404
  declare function createRESTModule$4<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
27850
28405
 
27851
28406
  declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
27852
28407
 
27853
- declare const createPickupLocation: ReturnType<typeof createRESTModule$4<typeof publicCreatePickupLocation>>;
27854
- declare const getPickupLocation: ReturnType<typeof createRESTModule$4<typeof publicGetPickupLocation>>;
27855
- declare const updatePickupLocation: ReturnType<typeof createRESTModule$4<typeof publicUpdatePickupLocation>>;
27856
- declare const deletePickupLocation: ReturnType<typeof createRESTModule$4<typeof publicDeletePickupLocation>>;
27857
- declare const queryPickupLocation: ReturnType<typeof createRESTModule$4<typeof publicQueryPickupLocation>>;
27858
- declare const bulkCreatePickupLocation: ReturnType<typeof createRESTModule$4<typeof publicBulkCreatePickupLocation>>;
27859
- declare const bulkUpdatePickupLocation: ReturnType<typeof createRESTModule$4<typeof publicBulkUpdatePickupLocation>>;
27860
- declare const bulkDeletePickupLocation: ReturnType<typeof createRESTModule$4<typeof publicBulkDeletePickupLocation>>;
27861
- declare const onPickupLocationCreated: ReturnType<typeof createEventModule$2<typeof publicOnPickupLocationCreated>>;
27862
- declare const onPickupLocationUpdated: ReturnType<typeof createEventModule$2<typeof publicOnPickupLocationUpdated>>;
27863
- declare const onPickupLocationDeleted: ReturnType<typeof createEventModule$2<typeof publicOnPickupLocationDeleted>>;
28408
+ type _publicCreatePickupLocationType = typeof createPickupLocation$1;
28409
+ declare const createPickupLocation: ReturnType<typeof createRESTModule$4<_publicCreatePickupLocationType>>;
28410
+ type _publicGetPickupLocationType = typeof getPickupLocation$1;
28411
+ declare const getPickupLocation: ReturnType<typeof createRESTModule$4<_publicGetPickupLocationType>>;
28412
+ type _publicUpdatePickupLocationType = typeof updatePickupLocation$1;
28413
+ declare const updatePickupLocation: ReturnType<typeof createRESTModule$4<_publicUpdatePickupLocationType>>;
28414
+ type _publicDeletePickupLocationType = typeof deletePickupLocation$1;
28415
+ declare const deletePickupLocation: ReturnType<typeof createRESTModule$4<_publicDeletePickupLocationType>>;
28416
+ type _publicQueryPickupLocationType = typeof queryPickupLocation$1;
28417
+ declare const queryPickupLocation: ReturnType<typeof createRESTModule$4<_publicQueryPickupLocationType>>;
28418
+ type _publicBulkCreatePickupLocationType = typeof bulkCreatePickupLocation$1;
28419
+ declare const bulkCreatePickupLocation: ReturnType<typeof createRESTModule$4<_publicBulkCreatePickupLocationType>>;
28420
+ type _publicBulkUpdatePickupLocationType = typeof bulkUpdatePickupLocation$1;
28421
+ declare const bulkUpdatePickupLocation: ReturnType<typeof createRESTModule$4<_publicBulkUpdatePickupLocationType>>;
28422
+ type _publicBulkDeletePickupLocationType = typeof bulkDeletePickupLocation$1;
28423
+ declare const bulkDeletePickupLocation: ReturnType<typeof createRESTModule$4<_publicBulkDeletePickupLocationType>>;
28424
+
28425
+ type _publicOnPickupLocationCreatedType = typeof onPickupLocationCreated$1;
28426
+ declare const onPickupLocationCreated: ReturnType<typeof createEventModule$2<_publicOnPickupLocationCreatedType>>;
28427
+
28428
+ type _publicOnPickupLocationUpdatedType = typeof onPickupLocationUpdated$1;
28429
+ declare const onPickupLocationUpdated: ReturnType<typeof createEventModule$2<_publicOnPickupLocationUpdatedType>>;
28430
+
28431
+ type _publicOnPickupLocationDeletedType = typeof onPickupLocationDeleted$1;
28432
+ declare const onPickupLocationDeleted: ReturnType<typeof createEventModule$2<_publicOnPickupLocationDeletedType>>;
27864
28433
 
27865
28434
  type index_d$4_AddressStreetOneOf = AddressStreetOneOf;
27866
28435
  type index_d$4_BulkCreatePickupLocationRequest = BulkCreatePickupLocationRequest;
@@ -27900,6 +28469,17 @@ type index_d$4_UpdatePickupLocation = UpdatePickupLocation;
27900
28469
  type index_d$4_UpdatePickupLocationRequest = UpdatePickupLocationRequest;
27901
28470
  type index_d$4_UpdatePickupLocationResponse = UpdatePickupLocationResponse;
27902
28471
  type index_d$4_UpdatePickupLocationResponseNonNullableFields = UpdatePickupLocationResponseNonNullableFields;
28472
+ type index_d$4__publicBulkCreatePickupLocationType = _publicBulkCreatePickupLocationType;
28473
+ type index_d$4__publicBulkDeletePickupLocationType = _publicBulkDeletePickupLocationType;
28474
+ type index_d$4__publicBulkUpdatePickupLocationType = _publicBulkUpdatePickupLocationType;
28475
+ type index_d$4__publicCreatePickupLocationType = _publicCreatePickupLocationType;
28476
+ type index_d$4__publicDeletePickupLocationType = _publicDeletePickupLocationType;
28477
+ type index_d$4__publicGetPickupLocationType = _publicGetPickupLocationType;
28478
+ type index_d$4__publicOnPickupLocationCreatedType = _publicOnPickupLocationCreatedType;
28479
+ type index_d$4__publicOnPickupLocationDeletedType = _publicOnPickupLocationDeletedType;
28480
+ type index_d$4__publicOnPickupLocationUpdatedType = _publicOnPickupLocationUpdatedType;
28481
+ type index_d$4__publicQueryPickupLocationType = _publicQueryPickupLocationType;
28482
+ type index_d$4__publicUpdatePickupLocationType = _publicUpdatePickupLocationType;
27903
28483
  declare const index_d$4_bulkCreatePickupLocation: typeof bulkCreatePickupLocation;
27904
28484
  declare const index_d$4_bulkDeletePickupLocation: typeof bulkDeletePickupLocation;
27905
28485
  declare const index_d$4_bulkUpdatePickupLocation: typeof bulkUpdatePickupLocation;
@@ -27912,7 +28492,7 @@ declare const index_d$4_onPickupLocationUpdated: typeof onPickupLocationUpdated;
27912
28492
  declare const index_d$4_queryPickupLocation: typeof queryPickupLocation;
27913
28493
  declare const index_d$4_updatePickupLocation: typeof updatePickupLocation;
27914
28494
  declare namespace index_d$4 {
27915
- 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, 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, index_d$4_queryPickupLocation as queryPickupLocation, index_d$4_updatePickupLocation as updatePickupLocation };
28495
+ 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__publicBulkCreatePickupLocationType as _publicBulkCreatePickupLocationType, type index_d$4__publicBulkDeletePickupLocationType as _publicBulkDeletePickupLocationType, type index_d$4__publicBulkUpdatePickupLocationType as _publicBulkUpdatePickupLocationType, type index_d$4__publicCreatePickupLocationType as _publicCreatePickupLocationType, type index_d$4__publicDeletePickupLocationType as _publicDeletePickupLocationType, type index_d$4__publicGetPickupLocationType as _publicGetPickupLocationType, type index_d$4__publicOnPickupLocationCreatedType as _publicOnPickupLocationCreatedType, type index_d$4__publicOnPickupLocationDeletedType as _publicOnPickupLocationDeletedType, type index_d$4__publicOnPickupLocationUpdatedType as _publicOnPickupLocationUpdatedType, type index_d$4__publicQueryPickupLocationType as _publicQueryPickupLocationType, type index_d$4__publicUpdatePickupLocationType as _publicUpdatePickupLocationType, 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 };
27916
28496
  }
27917
28497
 
27918
28498
  interface ShippingOption$1 {
@@ -28404,19 +28984,41 @@ interface UpdateExtendedFieldsOptions$1 {
28404
28984
  namespaceData: Record<string, any> | null;
28405
28985
  }
28406
28986
 
28987
+ declare function createShippingOption$1(httpClient: HttpClient): (shippingOption: ShippingOption$1) => Promise<ShippingOption$1 & ShippingOptionNonNullableFields$1>;
28988
+ declare function getShippingOption$1(httpClient: HttpClient): (shippingOptionId: string) => Promise<ShippingOption$1 & ShippingOptionNonNullableFields$1>;
28989
+ declare function updateShippingOption$1(httpClient: HttpClient): (_id: string | null, shippingOption: UpdateShippingOption) => Promise<ShippingOption$1 & ShippingOptionNonNullableFields$1>;
28990
+ declare function deleteShippingOption$1(httpClient: HttpClient): (shippingOptionId: string) => Promise<void>;
28991
+ declare function queryShippingOptions$1(httpClient: HttpClient): () => ShippingOptionsQueryBuilder;
28992
+ declare function updateExtendedFields$3(httpClient: HttpClient): (_id: string, namespace: string, options: UpdateExtendedFieldsOptions$1) => Promise<UpdateExtendedFieldsResponse$1 & UpdateExtendedFieldsResponseNonNullableFields$1>;
28993
+ declare const onShippingOptionCreated$1: EventDefinition<ShippingOptionCreatedEnvelope, "wix.ecom.v1.shipping_option_created">;
28994
+ declare const onShippingOptionUpdated$1: EventDefinition<ShippingOptionUpdatedEnvelope, "wix.ecom.v1.shipping_option_updated">;
28995
+ declare const onShippingOptionDeleted$1: EventDefinition<ShippingOptionDeletedEnvelope, "wix.ecom.v1.shipping_option_deleted">;
28996
+
28407
28997
  declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
28408
28998
 
28409
28999
  declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
28410
29000
 
28411
- declare const createShippingOption: ReturnType<typeof createRESTModule$3<typeof publicCreateShippingOption>>;
28412
- declare const getShippingOption: ReturnType<typeof createRESTModule$3<typeof publicGetShippingOption>>;
28413
- declare const updateShippingOption: ReturnType<typeof createRESTModule$3<typeof publicUpdateShippingOption>>;
28414
- declare const deleteShippingOption: ReturnType<typeof createRESTModule$3<typeof publicDeleteShippingOption>>;
28415
- declare const queryShippingOptions: ReturnType<typeof createRESTModule$3<typeof publicQueryShippingOptions>>;
28416
- declare const updateExtendedFields$1: ReturnType<typeof createRESTModule$3<typeof publicUpdateExtendedFields>>;
28417
- declare const onShippingOptionCreated: ReturnType<typeof createEventModule$1<typeof publicOnShippingOptionCreated>>;
28418
- declare const onShippingOptionUpdated: ReturnType<typeof createEventModule$1<typeof publicOnShippingOptionUpdated>>;
28419
- declare const onShippingOptionDeleted: ReturnType<typeof createEventModule$1<typeof publicOnShippingOptionDeleted>>;
29001
+ type _publicCreateShippingOptionType = typeof createShippingOption$1;
29002
+ declare const createShippingOption: ReturnType<typeof createRESTModule$3<_publicCreateShippingOptionType>>;
29003
+ type _publicGetShippingOptionType = typeof getShippingOption$1;
29004
+ declare const getShippingOption: ReturnType<typeof createRESTModule$3<_publicGetShippingOptionType>>;
29005
+ type _publicUpdateShippingOptionType = typeof updateShippingOption$1;
29006
+ declare const updateShippingOption: ReturnType<typeof createRESTModule$3<_publicUpdateShippingOptionType>>;
29007
+ type _publicDeleteShippingOptionType = typeof deleteShippingOption$1;
29008
+ declare const deleteShippingOption: ReturnType<typeof createRESTModule$3<_publicDeleteShippingOptionType>>;
29009
+ type _publicQueryShippingOptionsType = typeof queryShippingOptions$1;
29010
+ declare const queryShippingOptions: ReturnType<typeof createRESTModule$3<_publicQueryShippingOptionsType>>;
29011
+ type _publicUpdateExtendedFieldsType$1 = typeof updateExtendedFields$3;
29012
+ declare const updateExtendedFields$2: ReturnType<typeof createRESTModule$3<_publicUpdateExtendedFieldsType>>;
29013
+
29014
+ type _publicOnShippingOptionCreatedType = typeof onShippingOptionCreated$1;
29015
+ declare const onShippingOptionCreated: ReturnType<typeof createEventModule$1<_publicOnShippingOptionCreatedType>>;
29016
+
29017
+ type _publicOnShippingOptionUpdatedType = typeof onShippingOptionUpdated$1;
29018
+ declare const onShippingOptionUpdated: ReturnType<typeof createEventModule$1<_publicOnShippingOptionUpdatedType>>;
29019
+
29020
+ type _publicOnShippingOptionDeletedType = typeof onShippingOptionDeleted$1;
29021
+ declare const onShippingOptionDeleted: ReturnType<typeof createEventModule$1<_publicOnShippingOptionDeletedType>>;
28420
29022
 
28421
29023
  type index_d$3_Condition = Condition;
28422
29024
  type index_d$3_ConditionType = ConditionType;
@@ -28444,6 +29046,14 @@ type index_d$3_UpdateShippingOption = UpdateShippingOption;
28444
29046
  type index_d$3_UpdateShippingOptionRequest = UpdateShippingOptionRequest;
28445
29047
  type index_d$3_UpdateShippingOptionResponse = UpdateShippingOptionResponse;
28446
29048
  type index_d$3_UpdateShippingOptionResponseNonNullableFields = UpdateShippingOptionResponseNonNullableFields;
29049
+ type index_d$3__publicCreateShippingOptionType = _publicCreateShippingOptionType;
29050
+ type index_d$3__publicDeleteShippingOptionType = _publicDeleteShippingOptionType;
29051
+ type index_d$3__publicGetShippingOptionType = _publicGetShippingOptionType;
29052
+ type index_d$3__publicOnShippingOptionCreatedType = _publicOnShippingOptionCreatedType;
29053
+ type index_d$3__publicOnShippingOptionDeletedType = _publicOnShippingOptionDeletedType;
29054
+ type index_d$3__publicOnShippingOptionUpdatedType = _publicOnShippingOptionUpdatedType;
29055
+ type index_d$3__publicQueryShippingOptionsType = _publicQueryShippingOptionsType;
29056
+ type index_d$3__publicUpdateShippingOptionType = _publicUpdateShippingOptionType;
28447
29057
  declare const index_d$3_createShippingOption: typeof createShippingOption;
28448
29058
  declare const index_d$3_deleteShippingOption: typeof deleteShippingOption;
28449
29059
  declare const index_d$3_getShippingOption: typeof getShippingOption;
@@ -28453,7 +29063,7 @@ declare const index_d$3_onShippingOptionUpdated: typeof onShippingOptionUpdated;
28453
29063
  declare const index_d$3_queryShippingOptions: typeof queryShippingOptions;
28454
29064
  declare const index_d$3_updateShippingOption: typeof updateShippingOption;
28455
29065
  declare namespace index_d$3 {
28456
- 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, 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, index_d$3_queryShippingOptions as queryShippingOptions, updateExtendedFields$1 as updateExtendedFields, index_d$3_updateShippingOption as updateShippingOption };
29066
+ 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__publicCreateShippingOptionType as _publicCreateShippingOptionType, type index_d$3__publicDeleteShippingOptionType as _publicDeleteShippingOptionType, type index_d$3__publicGetShippingOptionType as _publicGetShippingOptionType, type index_d$3__publicOnShippingOptionCreatedType as _publicOnShippingOptionCreatedType, type index_d$3__publicOnShippingOptionDeletedType as _publicOnShippingOptionDeletedType, type index_d$3__publicOnShippingOptionUpdatedType as _publicOnShippingOptionUpdatedType, type index_d$3__publicQueryShippingOptionsType as _publicQueryShippingOptionsType, type _publicUpdateExtendedFieldsType$1 as _publicUpdateExtendedFieldsType, type index_d$3__publicUpdateShippingOptionType as _publicUpdateShippingOptionType, 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 };
28457
29067
  }
28458
29068
 
28459
29069
  interface ShippoConfiguration {
@@ -29061,19 +29671,41 @@ interface UpdateExtendedFieldsOptions {
29061
29671
  namespaceData: Record<string, any> | null;
29062
29672
  }
29063
29673
 
29674
+ declare function createShippoConfiguration$1(httpClient: HttpClient): (shippoConfiguration: ShippoConfiguration, options?: CreateShippoConfigurationOptions) => Promise<ShippoConfiguration & ShippoConfigurationNonNullableFields>;
29675
+ declare function getShippoConfiguration$1(httpClient: HttpClient): (shippoConfigurationId: string) => Promise<ShippoConfiguration & ShippoConfigurationNonNullableFields>;
29676
+ declare function updateShippoConfiguration$1(httpClient: HttpClient): (_id: string | null, shippoConfiguration: UpdateShippoConfiguration) => Promise<ShippoConfiguration & ShippoConfigurationNonNullableFields>;
29677
+ declare function deleteShippoConfiguration$1(httpClient: HttpClient): (shippoConfigurationId: string) => Promise<void>;
29678
+ declare function queryShippoConfigurations$1(httpClient: HttpClient): () => ShippoConfigurationsQueryBuilder;
29679
+ declare function updateExtendedFields$1(httpClient: HttpClient): (_id: string, namespace: string, options: UpdateExtendedFieldsOptions) => Promise<UpdateExtendedFieldsResponse & UpdateExtendedFieldsResponseNonNullableFields>;
29680
+ declare const onShippoConfigurationCreated$1: EventDefinition<ShippoConfigurationCreatedEnvelope, "wix.ecom.v1.shippo_configuration_created">;
29681
+ declare const onShippoConfigurationUpdated$1: EventDefinition<ShippoConfigurationUpdatedEnvelope, "wix.ecom.v1.shippo_configuration_updated">;
29682
+ declare const onShippoConfigurationDeleted$1: EventDefinition<ShippoConfigurationDeletedEnvelope, "wix.ecom.v1.shippo_configuration_deleted">;
29683
+
29064
29684
  declare function createRESTModule$2<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
29065
29685
 
29066
29686
  declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
29067
29687
 
29068
- declare const createShippoConfiguration: ReturnType<typeof createRESTModule$2<typeof publicCreateShippoConfiguration>>;
29069
- declare const getShippoConfiguration: ReturnType<typeof createRESTModule$2<typeof publicGetShippoConfiguration>>;
29070
- declare const updateShippoConfiguration: ReturnType<typeof createRESTModule$2<typeof publicUpdateShippoConfiguration>>;
29071
- declare const deleteShippoConfiguration: ReturnType<typeof createRESTModule$2<typeof publicDeleteShippoConfiguration>>;
29072
- declare const queryShippoConfigurations: ReturnType<typeof createRESTModule$2<typeof publicQueryShippoConfigurations>>;
29073
- declare const updateExtendedFields: ReturnType<typeof createRESTModule$2<typeof publicUpdateExtendedFields>>;
29074
- declare const onShippoConfigurationCreated: ReturnType<typeof createEventModule<typeof publicOnShippoConfigurationCreated>>;
29075
- declare const onShippoConfigurationUpdated: ReturnType<typeof createEventModule<typeof publicOnShippoConfigurationUpdated>>;
29076
- declare const onShippoConfigurationDeleted: ReturnType<typeof createEventModule<typeof publicOnShippoConfigurationDeleted>>;
29688
+ type _publicCreateShippoConfigurationType = typeof createShippoConfiguration$1;
29689
+ declare const createShippoConfiguration: ReturnType<typeof createRESTModule$2<_publicCreateShippoConfigurationType>>;
29690
+ type _publicGetShippoConfigurationType = typeof getShippoConfiguration$1;
29691
+ declare const getShippoConfiguration: ReturnType<typeof createRESTModule$2<_publicGetShippoConfigurationType>>;
29692
+ type _publicUpdateShippoConfigurationType = typeof updateShippoConfiguration$1;
29693
+ declare const updateShippoConfiguration: ReturnType<typeof createRESTModule$2<_publicUpdateShippoConfigurationType>>;
29694
+ type _publicDeleteShippoConfigurationType = typeof deleteShippoConfiguration$1;
29695
+ declare const deleteShippoConfiguration: ReturnType<typeof createRESTModule$2<_publicDeleteShippoConfigurationType>>;
29696
+ type _publicQueryShippoConfigurationsType = typeof queryShippoConfigurations$1;
29697
+ declare const queryShippoConfigurations: ReturnType<typeof createRESTModule$2<_publicQueryShippoConfigurationsType>>;
29698
+ type _publicUpdateExtendedFieldsType = typeof updateExtendedFields$1;
29699
+ declare const updateExtendedFields: ReturnType<typeof createRESTModule$2<_publicUpdateExtendedFieldsType>>;
29700
+
29701
+ type _publicOnShippoConfigurationCreatedType = typeof onShippoConfigurationCreated$1;
29702
+ declare const onShippoConfigurationCreated: ReturnType<typeof createEventModule<_publicOnShippoConfigurationCreatedType>>;
29703
+
29704
+ type _publicOnShippoConfigurationUpdatedType = typeof onShippoConfigurationUpdated$1;
29705
+ declare const onShippoConfigurationUpdated: ReturnType<typeof createEventModule<_publicOnShippoConfigurationUpdatedType>>;
29706
+
29707
+ type _publicOnShippoConfigurationDeletedType = typeof onShippoConfigurationDeleted$1;
29708
+ declare const onShippoConfigurationDeleted: ReturnType<typeof createEventModule<_publicOnShippoConfigurationDeletedType>>;
29077
29709
 
29078
29710
  type index_d$2_ActionEvent = ActionEvent;
29079
29711
  type index_d$2_BaseEventMetadata = BaseEventMetadata;
@@ -29140,6 +29772,15 @@ type index_d$2_UpdateShippoConfigurationResponse = UpdateShippoConfigurationResp
29140
29772
  type index_d$2_UpdateShippoConfigurationResponseNonNullableFields = UpdateShippoConfigurationResponseNonNullableFields;
29141
29773
  type index_d$2_WebhookIdentityType = WebhookIdentityType;
29142
29774
  declare const index_d$2_WebhookIdentityType: typeof WebhookIdentityType;
29775
+ type index_d$2__publicCreateShippoConfigurationType = _publicCreateShippoConfigurationType;
29776
+ type index_d$2__publicDeleteShippoConfigurationType = _publicDeleteShippoConfigurationType;
29777
+ type index_d$2__publicGetShippoConfigurationType = _publicGetShippoConfigurationType;
29778
+ type index_d$2__publicOnShippoConfigurationCreatedType = _publicOnShippoConfigurationCreatedType;
29779
+ type index_d$2__publicOnShippoConfigurationDeletedType = _publicOnShippoConfigurationDeletedType;
29780
+ type index_d$2__publicOnShippoConfigurationUpdatedType = _publicOnShippoConfigurationUpdatedType;
29781
+ type index_d$2__publicQueryShippoConfigurationsType = _publicQueryShippoConfigurationsType;
29782
+ type index_d$2__publicUpdateExtendedFieldsType = _publicUpdateExtendedFieldsType;
29783
+ type index_d$2__publicUpdateShippoConfigurationType = _publicUpdateShippoConfigurationType;
29143
29784
  declare const index_d$2_createShippoConfiguration: typeof createShippoConfiguration;
29144
29785
  declare const index_d$2_deleteShippoConfiguration: typeof deleteShippoConfiguration;
29145
29786
  declare const index_d$2_getShippoConfiguration: typeof getShippoConfiguration;
@@ -29150,7 +29791,7 @@ declare const index_d$2_queryShippoConfigurations: typeof queryShippoConfigurati
29150
29791
  declare const index_d$2_updateExtendedFields: typeof updateExtendedFields;
29151
29792
  declare const index_d$2_updateShippoConfiguration: typeof updateShippoConfiguration;
29152
29793
  declare namespace index_d$2 {
29153
- 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, 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, index_d$2_queryShippoConfigurations as queryShippoConfigurations, index_d$2_updateExtendedFields as updateExtendedFields, index_d$2_updateShippoConfiguration as updateShippoConfiguration };
29794
+ 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__publicCreateShippoConfigurationType as _publicCreateShippoConfigurationType, type index_d$2__publicDeleteShippoConfigurationType as _publicDeleteShippoConfigurationType, type index_d$2__publicGetShippoConfigurationType as _publicGetShippoConfigurationType, type index_d$2__publicOnShippoConfigurationCreatedType as _publicOnShippoConfigurationCreatedType, type index_d$2__publicOnShippoConfigurationDeletedType as _publicOnShippoConfigurationDeletedType, type index_d$2__publicOnShippoConfigurationUpdatedType as _publicOnShippoConfigurationUpdatedType, type index_d$2__publicQueryShippoConfigurationsType as _publicQueryShippoConfigurationsType, type index_d$2__publicUpdateExtendedFieldsType as _publicUpdateExtendedFieldsType, type index_d$2__publicUpdateShippoConfigurationType as _publicUpdateShippoConfigurationType, 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 };
29154
29795
  }
29155
29796
 
29156
29797
  interface TotalsCalculationEntity {
@@ -30439,9 +31080,12 @@ interface CalculateTotalsOptions extends CalculateTotalsRequestCouponOneOf, Calc
30439
31080
  purchaseFlowId?: string | null;
30440
31081
  }
30441
31082
 
31083
+ declare function calculateTotals$1(httpClient: HttpClient): (options?: CalculateTotalsOptions) => Promise<CalculateTotalsResponse & CalculateTotalsResponseNonNullableFields>;
31084
+
30442
31085
  declare function createRESTModule$1<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
30443
31086
 
30444
- declare const calculateTotals: ReturnType<typeof createRESTModule$1<typeof publicCalculateTotals>>;
31087
+ type _publicCalculateTotalsType = typeof calculateTotals$1;
31088
+ declare const calculateTotals: ReturnType<typeof createRESTModule$1<_publicCalculateTotalsType>>;
30445
31089
 
30446
31090
  type index_d$1_AdditionalFee = AdditionalFee;
30447
31091
  type index_d$1_Address = Address;
@@ -30543,9 +31187,10 @@ type index_d$1_V1AdditionalFee = V1AdditionalFee;
30543
31187
  type index_d$1_ValidationError = ValidationError;
30544
31188
  type index_d$1_WeightUnit = WeightUnit;
30545
31189
  declare const index_d$1_WeightUnit: typeof WeightUnit;
31190
+ type index_d$1__publicCalculateTotalsType = _publicCalculateTotalsType;
30546
31191
  declare const index_d$1_calculateTotals: typeof calculateTotals;
30547
31192
  declare namespace index_d$1 {
30548
- 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 };
31193
+ 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, type index_d$1__publicCalculateTotalsType as _publicCalculateTotalsType, index_d$1_calculateTotals as calculateTotals };
30549
31194
  }
30550
31195
 
30551
31196
  interface CurrencyRate {
@@ -30624,11 +31269,18 @@ interface GetConversionRateIdentifiers {
30624
31269
  to: string;
30625
31270
  }
30626
31271
 
31272
+ declare function listCurrencies$1(httpClient: HttpClient): () => Promise<ListCurrenciesResponse & ListCurrenciesResponseNonNullableFields>;
31273
+ declare function convertCurrency$1(httpClient: HttpClient): (identifiers: ConvertCurrencyIdentifiers, amounts: DecimalValue[]) => Promise<ConvertCurrencyResponse & ConvertCurrencyResponseNonNullableFields>;
31274
+ declare function getConversionRate$1(httpClient: HttpClient): (identifiers: GetConversionRateIdentifiers) => Promise<ConversionRateResponse & ConversionRateResponseNonNullableFields>;
31275
+
30627
31276
  declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
30628
31277
 
30629
- declare const listCurrencies: ReturnType<typeof createRESTModule<typeof publicListCurrencies>>;
30630
- declare const convertCurrency: ReturnType<typeof createRESTModule<typeof publicConvertCurrency>>;
30631
- declare const getConversionRate: ReturnType<typeof createRESTModule<typeof publicGetConversionRate>>;
31278
+ type _publicListCurrenciesType = typeof listCurrencies$1;
31279
+ declare const listCurrencies: ReturnType<typeof createRESTModule<_publicListCurrenciesType>>;
31280
+ type _publicConvertCurrencyType = typeof convertCurrency$1;
31281
+ declare const convertCurrency: ReturnType<typeof createRESTModule<_publicConvertCurrencyType>>;
31282
+ type _publicGetConversionRateType = typeof getConversionRate$1;
31283
+ declare const getConversionRate: ReturnType<typeof createRESTModule<_publicGetConversionRateType>>;
30632
31284
 
30633
31285
  type index_d_ConversionRateRequest = ConversionRateRequest;
30634
31286
  type index_d_ConversionRateResponse = ConversionRateResponse;
@@ -30644,11 +31296,14 @@ type index_d_GetConversionRateIdentifiers = GetConversionRateIdentifiers;
30644
31296
  type index_d_ListCurrenciesRequest = ListCurrenciesRequest;
30645
31297
  type index_d_ListCurrenciesResponse = ListCurrenciesResponse;
30646
31298
  type index_d_ListCurrenciesResponseNonNullableFields = ListCurrenciesResponseNonNullableFields;
31299
+ type index_d__publicConvertCurrencyType = _publicConvertCurrencyType;
31300
+ type index_d__publicGetConversionRateType = _publicGetConversionRateType;
31301
+ type index_d__publicListCurrenciesType = _publicListCurrenciesType;
30647
31302
  declare const index_d_convertCurrency: typeof convertCurrency;
30648
31303
  declare const index_d_getConversionRate: typeof getConversionRate;
30649
31304
  declare const index_d_listCurrencies: typeof listCurrencies;
30650
31305
  declare namespace index_d {
30651
- 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 };
31306
+ 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, type index_d__publicConvertCurrencyType as _publicConvertCurrencyType, type index_d__publicGetConversionRateType as _publicGetConversionRateType, type index_d__publicListCurrenciesType as _publicListCurrenciesType, index_d_convertCurrency as convertCurrency, index_d_getConversionRate as getConversionRate, index_d_listCurrencies as listCurrencies };
30652
31307
  }
30653
31308
 
30654
31309
  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 };