@wix/ecom 1.0.742 → 1.0.744
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/context.d.ts +1 -0
- package/build/cjs/context.js +2 -1
- package/build/cjs/context.js.map +1 -1
- package/build/cjs/index.d.ts +2 -1
- package/build/cjs/index.js +3 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -0
- package/build/cjs/meta.js +2 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/context.d.ts +1 -0
- package/build/es/context.js +1 -0
- package/build/es/context.js.map +1 -1
- package/build/es/index.d.ts +2 -1
- package/build/es/index.js +2 -1
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +1 -0
- package/build/es/meta.js +1 -0
- package/build/es/meta.js.map +1 -1
- package/package.json +4 -3
- package/type-bundles/context.bundle.d.ts +991 -827
- package/type-bundles/index.bundle.d.ts +991 -827
- package/type-bundles/meta.bundle.d.ts +497 -288
- package/type-bundles/service-plugins-context.bundle.d.ts +4 -1
- package/type-bundles/service-plugins.bundle.d.ts +4 -1
|
@@ -110,15 +110,15 @@ interface GetCheckoutContentSignature {
|
|
|
110
110
|
|
|
111
111
|
declare const getCheckoutContent: BuildRESTFunction<typeof getCheckoutContent$1> & typeof getCheckoutContent$1;
|
|
112
112
|
|
|
113
|
-
type context$
|
|
114
|
-
type context$
|
|
115
|
-
type context$
|
|
116
|
-
type context$
|
|
117
|
-
type context$
|
|
118
|
-
type context$
|
|
119
|
-
declare const context$
|
|
120
|
-
declare namespace context$
|
|
121
|
-
export { type context$
|
|
113
|
+
type context$q_CheckoutContent = CheckoutContent;
|
|
114
|
+
type context$q_CheckoutContentProvider = CheckoutContentProvider;
|
|
115
|
+
type context$q_GetCheckoutContentIdentifiers = GetCheckoutContentIdentifiers;
|
|
116
|
+
type context$q_GetCheckoutContentOptions = GetCheckoutContentOptions;
|
|
117
|
+
type context$q_GetCheckoutContentRequest = GetCheckoutContentRequest;
|
|
118
|
+
type context$q_GetCheckoutContentResponse = GetCheckoutContentResponse;
|
|
119
|
+
declare const context$q_getCheckoutContent: typeof getCheckoutContent;
|
|
120
|
+
declare namespace context$q {
|
|
121
|
+
export { type context$q_CheckoutContent as CheckoutContent, type context$q_CheckoutContentProvider as CheckoutContentProvider, type context$q_GetCheckoutContentIdentifiers as GetCheckoutContentIdentifiers, type context$q_GetCheckoutContentOptions as GetCheckoutContentOptions, type context$q_GetCheckoutContentRequest as GetCheckoutContentRequest, type context$q_GetCheckoutContentResponse as GetCheckoutContentResponse, context$q_getCheckoutContent as getCheckoutContent };
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
interface CustomTrigger {
|
|
@@ -221,18 +221,18 @@ interface ListTriggersSignature {
|
|
|
221
221
|
|
|
222
222
|
declare const listTriggers: BuildRESTFunction<typeof listTriggers$1> & typeof listTriggers$1;
|
|
223
223
|
|
|
224
|
-
type context$
|
|
225
|
-
type context$
|
|
226
|
-
type context$
|
|
227
|
-
type context$
|
|
228
|
-
type context$
|
|
229
|
-
type context$
|
|
230
|
-
type context$
|
|
231
|
-
type context$
|
|
232
|
-
type context$
|
|
233
|
-
declare const context$
|
|
234
|
-
declare namespace context$
|
|
235
|
-
export { type CatalogReference$a as CatalogReference, type context$
|
|
224
|
+
type context$p_CustomTrigger = CustomTrigger;
|
|
225
|
+
type context$p_EligibleTrigger = EligibleTrigger;
|
|
226
|
+
type context$p_GetEligibleTriggersRequest = GetEligibleTriggersRequest;
|
|
227
|
+
type context$p_GetEligibleTriggersResponse = GetEligibleTriggersResponse;
|
|
228
|
+
type context$p_ListTriggersRequest = ListTriggersRequest;
|
|
229
|
+
type context$p_ListTriggersResponse = ListTriggersResponse;
|
|
230
|
+
type context$p_ListTriggersResponseCustomTrigger = ListTriggersResponseCustomTrigger;
|
|
231
|
+
type context$p_ListTriggersResponseNonNullableFields = ListTriggersResponseNonNullableFields;
|
|
232
|
+
type context$p_TriggerToFilterBy = TriggerToFilterBy;
|
|
233
|
+
declare const context$p_listTriggers: typeof listTriggers;
|
|
234
|
+
declare namespace context$p {
|
|
235
|
+
export { type CatalogReference$a as CatalogReference, type context$p_CustomTrigger as CustomTrigger, type context$p_EligibleTrigger as EligibleTrigger, type context$p_GetEligibleTriggersRequest as GetEligibleTriggersRequest, type context$p_GetEligibleTriggersResponse as GetEligibleTriggersResponse, type LineItem$8 as LineItem, type context$p_ListTriggersRequest as ListTriggersRequest, type context$p_ListTriggersResponse as ListTriggersResponse, type context$p_ListTriggersResponseCustomTrigger as ListTriggersResponseCustomTrigger, type context$p_ListTriggersResponseNonNullableFields as ListTriggersResponseNonNullableFields, type context$p_TriggerToFilterBy as TriggerToFilterBy, context$p_listTriggers as listTriggers };
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
interface DiscountRule$7 {
|
|
@@ -287,7 +287,7 @@ interface DiscountRule$7 {
|
|
|
287
287
|
* Discount rule status.
|
|
288
288
|
* @readonly
|
|
289
289
|
*/
|
|
290
|
-
status?: Status$
|
|
290
|
+
status?: Status$5;
|
|
291
291
|
/**
|
|
292
292
|
* Number of times the discount rule was used.
|
|
293
293
|
* @readonly
|
|
@@ -519,7 +519,7 @@ interface CustomerGet {
|
|
|
519
519
|
/** Scopes of the items that will be discounted. */
|
|
520
520
|
scopes?: Scope$5[];
|
|
521
521
|
}
|
|
522
|
-
declare enum Status$
|
|
522
|
+
declare enum Status$5 {
|
|
523
523
|
/** Rule status is not defined. */
|
|
524
524
|
UNDEFINED = "UNDEFINED",
|
|
525
525
|
/** Rule status is live. */
|
|
@@ -941,7 +941,7 @@ interface DiscountSettingsNonNullableFields {
|
|
|
941
941
|
interface DiscountRuleNonNullableFields$6 {
|
|
942
942
|
trigger?: DiscountTriggerNonNullableFields;
|
|
943
943
|
discounts?: DiscountsNonNullableFields;
|
|
944
|
-
status: Status$
|
|
944
|
+
status: Status$5;
|
|
945
945
|
usageCount: number;
|
|
946
946
|
settings?: DiscountSettingsNonNullableFields;
|
|
947
947
|
}
|
|
@@ -1066,7 +1066,7 @@ interface UpdateDiscountRule {
|
|
|
1066
1066
|
* Discount rule status.
|
|
1067
1067
|
* @readonly
|
|
1068
1068
|
*/
|
|
1069
|
-
status?: Status$
|
|
1069
|
+
status?: Status$5;
|
|
1070
1070
|
/**
|
|
1071
1071
|
* Number of times the discount rule was used.
|
|
1072
1072
|
* @readonly
|
|
@@ -1233,70 +1233,70 @@ type _publicOnDiscountRuleDeletedType = typeof onDiscountRuleDeleted$1;
|
|
|
1233
1233
|
*/
|
|
1234
1234
|
declare const onDiscountRuleDeleted: ReturnType<typeof createEventModule$g<_publicOnDiscountRuleDeletedType>>;
|
|
1235
1235
|
|
|
1236
|
-
type context$
|
|
1237
|
-
type context$
|
|
1238
|
-
type context$
|
|
1239
|
-
type context$
|
|
1240
|
-
declare const context$
|
|
1241
|
-
type context$
|
|
1242
|
-
type context$
|
|
1243
|
-
type context$
|
|
1244
|
-
type context$
|
|
1245
|
-
type context$
|
|
1246
|
-
type context$
|
|
1247
|
-
type context$
|
|
1248
|
-
type context$
|
|
1249
|
-
type context$
|
|
1250
|
-
type context$
|
|
1251
|
-
type context$
|
|
1252
|
-
type context$
|
|
1253
|
-
type context$
|
|
1254
|
-
type context$
|
|
1255
|
-
type context$
|
|
1256
|
-
type context$
|
|
1257
|
-
type context$
|
|
1258
|
-
type context$
|
|
1259
|
-
type context$
|
|
1260
|
-
type context$
|
|
1261
|
-
type context$
|
|
1262
|
-
type context$
|
|
1263
|
-
type context$
|
|
1264
|
-
type context$
|
|
1265
|
-
type context$
|
|
1266
|
-
type context$
|
|
1267
|
-
type context$
|
|
1268
|
-
type context$
|
|
1269
|
-
type context$
|
|
1270
|
-
type context$
|
|
1271
|
-
type context$
|
|
1272
|
-
type context$
|
|
1273
|
-
type context$
|
|
1274
|
-
type context$
|
|
1275
|
-
type context$
|
|
1276
|
-
declare const context$
|
|
1277
|
-
type context$
|
|
1278
|
-
type context$
|
|
1279
|
-
type context$
|
|
1280
|
-
declare const context$
|
|
1281
|
-
type context$
|
|
1282
|
-
declare const context$
|
|
1283
|
-
type context$
|
|
1284
|
-
type context$
|
|
1285
|
-
type context$
|
|
1286
|
-
type context$
|
|
1287
|
-
type context$
|
|
1288
|
-
type context$
|
|
1289
|
-
type context$
|
|
1290
|
-
declare const context$
|
|
1291
|
-
declare const context$
|
|
1292
|
-
declare const context$
|
|
1293
|
-
declare const context$
|
|
1294
|
-
declare const context$
|
|
1295
|
-
declare const context$
|
|
1296
|
-
declare const context$
|
|
1297
|
-
declare const context$
|
|
1298
|
-
declare namespace context$
|
|
1299
|
-
export { type ActionEvent$j as ActionEvent, type context$
|
|
1236
|
+
type context$o_ActiveTimeInfo = ActiveTimeInfo;
|
|
1237
|
+
type context$o_And = And;
|
|
1238
|
+
type context$o_AppliedDiscountRule = AppliedDiscountRule;
|
|
1239
|
+
type context$o_AppliedSubjectType = AppliedSubjectType;
|
|
1240
|
+
declare const context$o_AppliedSubjectType: typeof AppliedSubjectType;
|
|
1241
|
+
type context$o_BuyXGetYInfo = BuyXGetYInfo;
|
|
1242
|
+
type context$o_CatalogItemFilter = CatalogItemFilter;
|
|
1243
|
+
type context$o_CreateDiscountRuleRequest = CreateDiscountRuleRequest;
|
|
1244
|
+
type context$o_CreateDiscountRuleResponse = CreateDiscountRuleResponse;
|
|
1245
|
+
type context$o_CreateDiscountRuleResponseNonNullableFields = CreateDiscountRuleResponseNonNullableFields;
|
|
1246
|
+
type context$o_Custom = Custom;
|
|
1247
|
+
type context$o_CustomFilter = CustomFilter;
|
|
1248
|
+
type context$o_CustomerBuy = CustomerBuy;
|
|
1249
|
+
type context$o_CustomerBuyConditionOneOf = CustomerBuyConditionOneOf;
|
|
1250
|
+
type context$o_CustomerGet = CustomerGet;
|
|
1251
|
+
type context$o_DeleteDiscountRuleRequest = DeleteDiscountRuleRequest;
|
|
1252
|
+
type context$o_DeleteDiscountRuleResponse = DeleteDiscountRuleResponse;
|
|
1253
|
+
type context$o_DiscountDiscountOneOf = DiscountDiscountOneOf;
|
|
1254
|
+
type context$o_DiscountRuleCreatedEnvelope = DiscountRuleCreatedEnvelope;
|
|
1255
|
+
type context$o_DiscountRuleDeletedEnvelope = DiscountRuleDeletedEnvelope;
|
|
1256
|
+
type context$o_DiscountRuleUpdatedEnvelope = DiscountRuleUpdatedEnvelope;
|
|
1257
|
+
type context$o_DiscountRuleUsageLimitReached = DiscountRuleUsageLimitReached;
|
|
1258
|
+
type context$o_DiscountRulesQueryBuilder = DiscountRulesQueryBuilder;
|
|
1259
|
+
type context$o_DiscountRulesQueryResult = DiscountRulesQueryResult;
|
|
1260
|
+
type context$o_DiscountSettings = DiscountSettings;
|
|
1261
|
+
type context$o_DiscountTrigger = DiscountTrigger;
|
|
1262
|
+
type context$o_DiscountTriggerTriggerOneOf = DiscountTriggerTriggerOneOf;
|
|
1263
|
+
type context$o_Discounts = Discounts;
|
|
1264
|
+
type context$o_GetAppliedDiscountsRequest = GetAppliedDiscountsRequest;
|
|
1265
|
+
type context$o_GetAppliedDiscountsResponse = GetAppliedDiscountsResponse;
|
|
1266
|
+
type context$o_GetDiscountRuleRequest = GetDiscountRuleRequest;
|
|
1267
|
+
type context$o_GetDiscountRuleResponse = GetDiscountRuleResponse;
|
|
1268
|
+
type context$o_GetDiscountRuleResponseNonNullableFields = GetDiscountRuleResponseNonNullableFields;
|
|
1269
|
+
type context$o_ItemQuantityRange = ItemQuantityRange;
|
|
1270
|
+
type context$o_Or = Or;
|
|
1271
|
+
type context$o_QueryDiscountRulesRequest = QueryDiscountRulesRequest;
|
|
1272
|
+
type context$o_QueryDiscountRulesResponse = QueryDiscountRulesResponse;
|
|
1273
|
+
type context$o_QueryDiscountRulesResponseNonNullableFields = QueryDiscountRulesResponseNonNullableFields;
|
|
1274
|
+
type context$o_ScopeScopeItemsOneOf = ScopeScopeItemsOneOf;
|
|
1275
|
+
type context$o_ScopeType = ScopeType;
|
|
1276
|
+
declare const context$o_ScopeType: typeof ScopeType;
|
|
1277
|
+
type context$o_SpecificItemsInfo = SpecificItemsInfo;
|
|
1278
|
+
type context$o_SubtotalRange = SubtotalRange;
|
|
1279
|
+
type context$o_TriggerType = TriggerType;
|
|
1280
|
+
declare const context$o_TriggerType: typeof TriggerType;
|
|
1281
|
+
type context$o_Type = Type;
|
|
1282
|
+
declare const context$o_Type: typeof Type;
|
|
1283
|
+
type context$o_UpdateDiscountRule = UpdateDiscountRule;
|
|
1284
|
+
type context$o_UpdateDiscountRuleRequest = UpdateDiscountRuleRequest;
|
|
1285
|
+
type context$o_UpdateDiscountRuleResponse = UpdateDiscountRuleResponse;
|
|
1286
|
+
type context$o_UpdateDiscountRuleResponseNonNullableFields = UpdateDiscountRuleResponseNonNullableFields;
|
|
1287
|
+
type context$o__publicOnDiscountRuleCreatedType = _publicOnDiscountRuleCreatedType;
|
|
1288
|
+
type context$o__publicOnDiscountRuleDeletedType = _publicOnDiscountRuleDeletedType;
|
|
1289
|
+
type context$o__publicOnDiscountRuleUpdatedType = _publicOnDiscountRuleUpdatedType;
|
|
1290
|
+
declare const context$o_createDiscountRule: typeof createDiscountRule;
|
|
1291
|
+
declare const context$o_deleteDiscountRule: typeof deleteDiscountRule;
|
|
1292
|
+
declare const context$o_getDiscountRule: typeof getDiscountRule;
|
|
1293
|
+
declare const context$o_onDiscountRuleCreated: typeof onDiscountRuleCreated;
|
|
1294
|
+
declare const context$o_onDiscountRuleDeleted: typeof onDiscountRuleDeleted;
|
|
1295
|
+
declare const context$o_onDiscountRuleUpdated: typeof onDiscountRuleUpdated;
|
|
1296
|
+
declare const context$o_queryDiscountRules: typeof queryDiscountRules;
|
|
1297
|
+
declare const context$o_updateDiscountRule: typeof updateDiscountRule;
|
|
1298
|
+
declare namespace context$o {
|
|
1299
|
+
export { type ActionEvent$j as ActionEvent, type context$o_ActiveTimeInfo as ActiveTimeInfo, type context$o_And as And, type AppliedDiscount$7 as AppliedDiscount, type context$o_AppliedDiscountRule as AppliedDiscountRule, context$o_AppliedSubjectType as AppliedSubjectType, type BaseEventMetadata$g as BaseEventMetadata, type context$o_BuyXGetYInfo as BuyXGetYInfo, type context$o_CatalogItemFilter as CatalogItemFilter, type CatalogReference$9 as CatalogReference, type context$o_CreateDiscountRuleRequest as CreateDiscountRuleRequest, type context$o_CreateDiscountRuleResponse as CreateDiscountRuleResponse, type context$o_CreateDiscountRuleResponseNonNullableFields as CreateDiscountRuleResponseNonNullableFields, type CursorPaging$b as CursorPaging, type Cursors$b as Cursors, type context$o_Custom as Custom, type context$o_CustomFilter as CustomFilter, type context$o_CustomerBuy as CustomerBuy, type context$o_CustomerBuyConditionOneOf as CustomerBuyConditionOneOf, type context$o_CustomerGet as CustomerGet, type context$o_DeleteDiscountRuleRequest as DeleteDiscountRuleRequest, type context$o_DeleteDiscountRuleResponse as DeleteDiscountRuleResponse, type Discount$3 as Discount, type context$o_DiscountDiscountOneOf as DiscountDiscountOneOf, type DiscountRule$7 as DiscountRule, type context$o_DiscountRuleCreatedEnvelope as DiscountRuleCreatedEnvelope, type context$o_DiscountRuleDeletedEnvelope as DiscountRuleDeletedEnvelope, type DiscountRuleName$7 as DiscountRuleName, type DiscountRuleNonNullableFields$6 as DiscountRuleNonNullableFields, type context$o_DiscountRuleUpdatedEnvelope as DiscountRuleUpdatedEnvelope, type context$o_DiscountRuleUsageLimitReached as DiscountRuleUsageLimitReached, type context$o_DiscountRulesQueryBuilder as DiscountRulesQueryBuilder, type context$o_DiscountRulesQueryResult as DiscountRulesQueryResult, type context$o_DiscountSettings as DiscountSettings, type context$o_DiscountTrigger as DiscountTrigger, type context$o_DiscountTriggerTriggerOneOf as DiscountTriggerTriggerOneOf, DiscountType$7 as DiscountType, type context$o_Discounts as Discounts, type DomainEvent$j as DomainEvent, type DomainEventBodyOneOf$j as DomainEventBodyOneOf, type Empty$e as Empty, type EntityCreatedEvent$j as EntityCreatedEvent, type EntityDeletedEvent$j as EntityDeletedEvent, type EntityUpdatedEvent$j as EntityUpdatedEvent, type EventMetadata$g as EventMetadata, type ExtendedFields$a as ExtendedFields, type context$o_GetAppliedDiscountsRequest as GetAppliedDiscountsRequest, type context$o_GetAppliedDiscountsResponse as GetAppliedDiscountsResponse, type context$o_GetDiscountRuleRequest as GetDiscountRuleRequest, type context$o_GetDiscountRuleResponse as GetDiscountRuleResponse, type context$o_GetDiscountRuleResponseNonNullableFields as GetDiscountRuleResponseNonNullableFields, type IdentificationData$j as IdentificationData, type IdentificationDataIdOneOf$j as IdentificationDataIdOneOf, type context$o_ItemQuantityRange as ItemQuantityRange, type LineItem$7 as LineItem, type MessageEnvelope$j as MessageEnvelope, type MultiCurrencyPrice$6 as MultiCurrencyPrice, type context$o_Or as Or, type PlatformPaging$2 as PlatformPaging, type PlatformPagingMetadata$2 as PlatformPagingMetadata, type PlatformQuery$2 as PlatformQuery, type PlatformQueryPagingMethodOneOf$2 as PlatformQueryPagingMethodOneOf, type context$o_QueryDiscountRulesRequest as QueryDiscountRulesRequest, type context$o_QueryDiscountRulesResponse as QueryDiscountRulesResponse, type context$o_QueryDiscountRulesResponseNonNullableFields as QueryDiscountRulesResponseNonNullableFields, type RestoreInfo$i as RestoreInfo, type Scope$5 as Scope, type context$o_ScopeScopeItemsOneOf as ScopeScopeItemsOneOf, context$o_ScopeType as ScopeType, SortOrder$b as SortOrder, type Sorting$b as Sorting, type context$o_SpecificItemsInfo as SpecificItemsInfo, Status$5 as Status, type context$o_SubtotalRange as SubtotalRange, context$o_TriggerType as TriggerType, context$o_Type as Type, type context$o_UpdateDiscountRule as UpdateDiscountRule, type context$o_UpdateDiscountRuleRequest as UpdateDiscountRuleRequest, type context$o_UpdateDiscountRuleResponse as UpdateDiscountRuleResponse, type context$o_UpdateDiscountRuleResponseNonNullableFields as UpdateDiscountRuleResponseNonNullableFields, WebhookIdentityType$j as WebhookIdentityType, type context$o__publicOnDiscountRuleCreatedType as _publicOnDiscountRuleCreatedType, type context$o__publicOnDiscountRuleDeletedType as _publicOnDiscountRuleDeletedType, type context$o__publicOnDiscountRuleUpdatedType as _publicOnDiscountRuleUpdatedType, context$o_createDiscountRule as createDiscountRule, context$o_deleteDiscountRule as deleteDiscountRule, context$o_getDiscountRule as getDiscountRule, context$o_onDiscountRuleCreated as onDiscountRuleCreated, context$o_onDiscountRuleDeleted as onDiscountRuleDeleted, context$o_onDiscountRuleUpdated as onDiscountRuleUpdated, onDiscountRuleCreated$1 as publicOnDiscountRuleCreated, onDiscountRuleDeleted$1 as publicOnDiscountRuleDeleted, onDiscountRuleUpdated$1 as publicOnDiscountRuleUpdated, context$o_queryDiscountRules as queryDiscountRules, context$o_updateDiscountRule as updateDiscountRule };
|
|
1300
1300
|
}
|
|
1301
1301
|
|
|
1302
1302
|
interface Invoice {
|
|
@@ -1549,15 +1549,15 @@ interface ListInvoicesForMultipleOrdersSignature {
|
|
|
1549
1549
|
|
|
1550
1550
|
declare const listInvoicesForMultipleOrders: BuildRESTFunction<typeof listInvoicesForMultipleOrders$1> & typeof listInvoicesForMultipleOrders$1;
|
|
1551
1551
|
|
|
1552
|
-
type context$
|
|
1553
|
-
type context$
|
|
1554
|
-
type context$
|
|
1555
|
-
type context$
|
|
1556
|
-
type context$
|
|
1557
|
-
type context$
|
|
1558
|
-
declare const context$
|
|
1559
|
-
declare namespace context$
|
|
1560
|
-
export { type ActionEvent$i as ActionEvent, type AddInvoiceToOrderRequest$1 as AddInvoiceToOrderRequest, type AddInvoiceToOrderResponse$1 as AddInvoiceToOrderResponse, type ApplicationError$b as ApplicationError, type BulkActionMetadata$4 as BulkActionMetadata, type BulkGenerateInvoicesRequest$1 as BulkGenerateInvoicesRequest, type BulkGenerateInvoicesResponse$1 as BulkGenerateInvoicesResponse, type BulkInvoiceResult$1 as BulkInvoiceResult, type DomainEvent$i as DomainEvent, type DomainEventBodyOneOf$i as DomainEventBodyOneOf, type Empty$d as Empty, type EntityCreatedEvent$i as EntityCreatedEvent, type EntityDeletedEvent$i as EntityDeletedEvent, type EntityUpdatedEvent$i as EntityUpdatedEvent, type GenerateInvoiceRequest$1 as GenerateInvoiceRequest, type GenerateInvoiceResponse$1 as GenerateInvoiceResponse, type context$
|
|
1552
|
+
type context$n_GenerateInvoiceWithNumberRequest = GenerateInvoiceWithNumberRequest;
|
|
1553
|
+
type context$n_GenerateInvoiceWithNumberResponse = GenerateInvoiceWithNumberResponse;
|
|
1554
|
+
type context$n_GetOrderInvoiceRequest = GetOrderInvoiceRequest;
|
|
1555
|
+
type context$n_GetOrderInvoiceResponse = GetOrderInvoiceResponse;
|
|
1556
|
+
type context$n_Invoice = Invoice;
|
|
1557
|
+
type context$n_ListInvoicesForMultipleOrdersResponseNonNullableFields = ListInvoicesForMultipleOrdersResponseNonNullableFields;
|
|
1558
|
+
declare const context$n_listInvoicesForMultipleOrders: typeof listInvoicesForMultipleOrders;
|
|
1559
|
+
declare namespace context$n {
|
|
1560
|
+
export { type ActionEvent$i as ActionEvent, type AddInvoiceToOrderRequest$1 as AddInvoiceToOrderRequest, type AddInvoiceToOrderResponse$1 as AddInvoiceToOrderResponse, type ApplicationError$b as ApplicationError, type BulkActionMetadata$4 as BulkActionMetadata, type BulkGenerateInvoicesRequest$1 as BulkGenerateInvoicesRequest, type BulkGenerateInvoicesResponse$1 as BulkGenerateInvoicesResponse, type BulkInvoiceResult$1 as BulkInvoiceResult, type DomainEvent$i as DomainEvent, type DomainEventBodyOneOf$i as DomainEventBodyOneOf, type Empty$d as Empty, type EntityCreatedEvent$i as EntityCreatedEvent, type EntityDeletedEvent$i as EntityDeletedEvent, type EntityUpdatedEvent$i as EntityUpdatedEvent, type GenerateInvoiceRequest$1 as GenerateInvoiceRequest, type GenerateInvoiceResponse$1 as GenerateInvoiceResponse, type context$n_GenerateInvoiceWithNumberRequest as GenerateInvoiceWithNumberRequest, type context$n_GenerateInvoiceWithNumberResponse as GenerateInvoiceWithNumberResponse, type context$n_GetOrderInvoiceRequest as GetOrderInvoiceRequest, type context$n_GetOrderInvoiceResponse as GetOrderInvoiceResponse, type IdentificationData$i as IdentificationData, type IdentificationDataIdOneOf$i as IdentificationDataIdOneOf, type context$n_Invoice as Invoice, type InvoiceForOrder$1 as InvoiceForOrder, type InvoicesForOrder$1 as InvoicesForOrder, type ItemMetadata$4 as ItemMetadata, type ListInvoicesForMultipleOrdersRequest$1 as ListInvoicesForMultipleOrdersRequest, type ListInvoicesForMultipleOrdersResponse$1 as ListInvoicesForMultipleOrdersResponse, type context$n_ListInvoicesForMultipleOrdersResponseNonNullableFields as ListInvoicesForMultipleOrdersResponseNonNullableFields, type ListInvoicesForSingleOrderRequest$1 as ListInvoicesForSingleOrderRequest, type ListInvoicesForSingleOrderResponse$1 as ListInvoicesForSingleOrderResponse, type MessageEnvelope$i as MessageEnvelope, type RestoreInfo$h as RestoreInfo, WebhookIdentityType$i as WebhookIdentityType, context$n_listInvoicesForMultipleOrders as listInvoicesForMultipleOrders };
|
|
1561
1561
|
}
|
|
1562
1562
|
|
|
1563
1563
|
interface Recommendation {
|
|
@@ -1763,25 +1763,25 @@ interface GetRecommendationSignature {
|
|
|
1763
1763
|
declare const listAvailableAlgorithms: BuildRESTFunction<typeof listAvailableAlgorithms$1> & typeof listAvailableAlgorithms$1;
|
|
1764
1764
|
declare const getRecommendation: BuildRESTFunction<typeof getRecommendation$1> & typeof getRecommendation$1;
|
|
1765
1765
|
|
|
1766
|
-
type context$
|
|
1767
|
-
type context$
|
|
1768
|
-
type context$
|
|
1769
|
-
type context$
|
|
1770
|
-
declare const context$
|
|
1771
|
-
type context$
|
|
1772
|
-
type context$
|
|
1773
|
-
type context$
|
|
1774
|
-
type context$
|
|
1775
|
-
type context$
|
|
1776
|
-
type context$
|
|
1777
|
-
type context$
|
|
1778
|
-
type context$
|
|
1779
|
-
type context$
|
|
1780
|
-
type context$
|
|
1781
|
-
declare const context$
|
|
1782
|
-
declare const context$
|
|
1783
|
-
declare namespace context$
|
|
1784
|
-
export { type context$
|
|
1766
|
+
type context$m_Algorithm = Algorithm;
|
|
1767
|
+
type context$m_AlgorithmConfig = AlgorithmConfig;
|
|
1768
|
+
type context$m_AlgorithmInfo = AlgorithmInfo;
|
|
1769
|
+
type context$m_AlgorithmType = AlgorithmType;
|
|
1770
|
+
declare const context$m_AlgorithmType: typeof AlgorithmType;
|
|
1771
|
+
type context$m_GetRecommendationOptions = GetRecommendationOptions;
|
|
1772
|
+
type context$m_GetRecommendationRequest = GetRecommendationRequest;
|
|
1773
|
+
type context$m_GetRecommendationResponse = GetRecommendationResponse;
|
|
1774
|
+
type context$m_GetRecommendationResponseNonNullableFields = GetRecommendationResponseNonNullableFields;
|
|
1775
|
+
type context$m_ItemAppIdNotSupportedByProvider = ItemAppIdNotSupportedByProvider;
|
|
1776
|
+
type context$m_ListAvailableAlgorithmsRequest = ListAvailableAlgorithmsRequest;
|
|
1777
|
+
type context$m_ListAvailableAlgorithmsResponse = ListAvailableAlgorithmsResponse;
|
|
1778
|
+
type context$m_ListAvailableAlgorithmsResponseNonNullableFields = ListAvailableAlgorithmsResponseNonNullableFields;
|
|
1779
|
+
type context$m_Recommendation = Recommendation;
|
|
1780
|
+
type context$m_RecommendationAlgorithmNotSupported = RecommendationAlgorithmNotSupported;
|
|
1781
|
+
declare const context$m_getRecommendation: typeof getRecommendation;
|
|
1782
|
+
declare const context$m_listAvailableAlgorithms: typeof listAvailableAlgorithms;
|
|
1783
|
+
declare namespace context$m {
|
|
1784
|
+
export { type context$m_Algorithm as Algorithm, type context$m_AlgorithmConfig as AlgorithmConfig, type context$m_AlgorithmInfo as AlgorithmInfo, context$m_AlgorithmType as AlgorithmType, type CatalogReference$8 as CatalogReference, type context$m_GetRecommendationOptions as GetRecommendationOptions, type context$m_GetRecommendationRequest as GetRecommendationRequest, type context$m_GetRecommendationResponse as GetRecommendationResponse, type context$m_GetRecommendationResponseNonNullableFields as GetRecommendationResponseNonNullableFields, type context$m_ItemAppIdNotSupportedByProvider as ItemAppIdNotSupportedByProvider, type context$m_ListAvailableAlgorithmsRequest as ListAvailableAlgorithmsRequest, type context$m_ListAvailableAlgorithmsResponse as ListAvailableAlgorithmsResponse, type context$m_ListAvailableAlgorithmsResponseNonNullableFields as ListAvailableAlgorithmsResponseNonNullableFields, type context$m_Recommendation as Recommendation, type context$m_RecommendationAlgorithmNotSupported as RecommendationAlgorithmNotSupported, context$m_getRecommendation as getRecommendation, context$m_listAvailableAlgorithms as listAvailableAlgorithms };
|
|
1785
1785
|
}
|
|
1786
1786
|
|
|
1787
1787
|
interface AbandonedCheckout {
|
|
@@ -1796,7 +1796,7 @@ interface AbandonedCheckout {
|
|
|
1796
1796
|
/** The associated cart ID. */
|
|
1797
1797
|
cartId?: string | null;
|
|
1798
1798
|
/** Status of the abandoned checkout. */
|
|
1799
|
-
status?: Status$
|
|
1799
|
+
status?: Status$4;
|
|
1800
1800
|
/**
|
|
1801
1801
|
* Language for communication with the buyer. Defaults to the site language.
|
|
1802
1802
|
* For a site that supports multiple languages, this is the language the buyer selected.
|
|
@@ -1833,7 +1833,7 @@ declare enum ActivityType$3 {
|
|
|
1833
1833
|
TASK_CREATED = "TASK_CREATED"
|
|
1834
1834
|
}
|
|
1835
1835
|
/** Status of the abandoned checkout. */
|
|
1836
|
-
declare enum Status$
|
|
1836
|
+
declare enum Status$4 {
|
|
1837
1837
|
ABANDONED = "ABANDONED",
|
|
1838
1838
|
RECOVERED = "RECOVERED"
|
|
1839
1839
|
}
|
|
@@ -2397,7 +2397,7 @@ interface ActivityNonNullableFields$2 {
|
|
|
2397
2397
|
}
|
|
2398
2398
|
interface AbandonedCheckoutNonNullableFields {
|
|
2399
2399
|
_id: string;
|
|
2400
|
-
status: Status$
|
|
2400
|
+
status: Status$4;
|
|
2401
2401
|
buyerInfo?: V1BuyerInfoNonNullableFields;
|
|
2402
2402
|
contactDetails?: FullAddressContactDetailsNonNullableFields$5;
|
|
2403
2403
|
currency: string;
|
|
@@ -2603,51 +2603,51 @@ type _publicOnAbandonedCheckoutRecoveredType = typeof onAbandonedCheckoutRecover
|
|
|
2603
2603
|
*/
|
|
2604
2604
|
declare const onAbandonedCheckoutRecovered: ReturnType<typeof createEventModule$f<_publicOnAbandonedCheckoutRecoveredType>>;
|
|
2605
2605
|
|
|
2606
|
-
type context$
|
|
2607
|
-
type context$
|
|
2608
|
-
type context$
|
|
2609
|
-
type context$
|
|
2610
|
-
type context$
|
|
2611
|
-
type context$
|
|
2612
|
-
type context$
|
|
2613
|
-
type context$
|
|
2614
|
-
type context$
|
|
2615
|
-
type context$
|
|
2616
|
-
type context$
|
|
2617
|
-
type context$
|
|
2618
|
-
type context$
|
|
2619
|
-
type context$
|
|
2620
|
-
type context$
|
|
2621
|
-
declare const context$
|
|
2622
|
-
type context$
|
|
2623
|
-
type context$
|
|
2624
|
-
type context$
|
|
2625
|
-
type context$
|
|
2626
|
-
type context$
|
|
2627
|
-
type context$
|
|
2628
|
-
type context$
|
|
2629
|
-
declare const context$
|
|
2630
|
-
type context$
|
|
2631
|
-
declare const context$
|
|
2632
|
-
type context$
|
|
2633
|
-
type context$
|
|
2634
|
-
type context$
|
|
2635
|
-
type context$
|
|
2636
|
-
type context$
|
|
2637
|
-
type context$
|
|
2638
|
-
type context$
|
|
2639
|
-
type context$
|
|
2640
|
-
type context$
|
|
2641
|
-
type context$
|
|
2642
|
-
type context$
|
|
2643
|
-
type context$
|
|
2644
|
-
declare const context$
|
|
2645
|
-
declare const context$
|
|
2646
|
-
declare const context$
|
|
2647
|
-
declare const context$
|
|
2648
|
-
declare const context$
|
|
2649
|
-
declare namespace context$
|
|
2650
|
-
export { type context$
|
|
2606
|
+
type context$l_AbandonedCheckout = AbandonedCheckout;
|
|
2607
|
+
type context$l_AbandonedCheckoutNonNullableFields = AbandonedCheckoutNonNullableFields;
|
|
2608
|
+
type context$l_AbandonedCheckoutRecovered = AbandonedCheckoutRecovered;
|
|
2609
|
+
type context$l_AbandonedCheckoutRecoveredEnvelope = AbandonedCheckoutRecoveredEnvelope;
|
|
2610
|
+
type context$l_AbandonedCheckoutsQueryBuilder = AbandonedCheckoutsQueryBuilder;
|
|
2611
|
+
type context$l_AbandonedCheckoutsQueryResult = AbandonedCheckoutsQueryResult;
|
|
2612
|
+
type context$l_AddAbandonedCheckoutActivityRequest = AddAbandonedCheckoutActivityRequest;
|
|
2613
|
+
type context$l_AddAbandonedCheckoutActivityResponse = AddAbandonedCheckoutActivityResponse;
|
|
2614
|
+
type context$l_CartAbandonedEvent = CartAbandonedEvent;
|
|
2615
|
+
type context$l_CartRecoveredEvent = CartRecoveredEvent;
|
|
2616
|
+
type context$l_CommonCursorPaging = CommonCursorPaging;
|
|
2617
|
+
type context$l_CommonCursors = CommonCursors;
|
|
2618
|
+
type context$l_CommonPaging = CommonPaging;
|
|
2619
|
+
type context$l_CommonPagingMetadataV2 = CommonPagingMetadataV2;
|
|
2620
|
+
type context$l_CommonSortOrder = CommonSortOrder;
|
|
2621
|
+
declare const context$l_CommonSortOrder: typeof CommonSortOrder;
|
|
2622
|
+
type context$l_CommonSorting = CommonSorting;
|
|
2623
|
+
type context$l_DeleteAbandonedCheckoutRequest = DeleteAbandonedCheckoutRequest;
|
|
2624
|
+
type context$l_DeleteAbandonedCheckoutResponse = DeleteAbandonedCheckoutResponse;
|
|
2625
|
+
type context$l_GetAbandonedCheckoutRequest = GetAbandonedCheckoutRequest;
|
|
2626
|
+
type context$l_GetAbandonedCheckoutResponse = GetAbandonedCheckoutResponse;
|
|
2627
|
+
type context$l_GetAbandonedCheckoutResponseNonNullableFields = GetAbandonedCheckoutResponseNonNullableFields;
|
|
2628
|
+
type context$l_Identity = Identity;
|
|
2629
|
+
declare const context$l_Identity: typeof Identity;
|
|
2630
|
+
type context$l_Mode = Mode;
|
|
2631
|
+
declare const context$l_Mode: typeof Mode;
|
|
2632
|
+
type context$l_PagingMetadataV2 = PagingMetadataV2;
|
|
2633
|
+
type context$l_QueryAbandonedCheckoutsRequest = QueryAbandonedCheckoutsRequest;
|
|
2634
|
+
type context$l_QueryAbandonedCheckoutsResponse = QueryAbandonedCheckoutsResponse;
|
|
2635
|
+
type context$l_QueryAbandonedCheckoutsResponseNonNullableFields = QueryAbandonedCheckoutsResponseNonNullableFields;
|
|
2636
|
+
type context$l_RedirectToCheckoutRequest = RedirectToCheckoutRequest;
|
|
2637
|
+
type context$l_Search = Search;
|
|
2638
|
+
type context$l_SearchAbandonedCheckoutsRequest = SearchAbandonedCheckoutsRequest;
|
|
2639
|
+
type context$l_SearchAbandonedCheckoutsResponse = SearchAbandonedCheckoutsResponse;
|
|
2640
|
+
type context$l_SearchDetails = SearchDetails;
|
|
2641
|
+
type context$l_SearchPagingMethodOneOf = SearchPagingMethodOneOf;
|
|
2642
|
+
type context$l_V1BuyerInfoIdOneOf = V1BuyerInfoIdOneOf;
|
|
2643
|
+
type context$l__publicOnAbandonedCheckoutRecoveredType = _publicOnAbandonedCheckoutRecoveredType;
|
|
2644
|
+
declare const context$l_deleteAbandonedCheckout: typeof deleteAbandonedCheckout;
|
|
2645
|
+
declare const context$l_getAbandonedCheckout: typeof getAbandonedCheckout;
|
|
2646
|
+
declare const context$l_onAbandonedCheckoutRecovered: typeof onAbandonedCheckoutRecovered;
|
|
2647
|
+
declare const context$l_queryAbandonedCheckouts: typeof queryAbandonedCheckouts;
|
|
2648
|
+
declare const context$l_redirectToCheckout: typeof redirectToCheckout;
|
|
2649
|
+
declare namespace context$l {
|
|
2650
|
+
export { type context$l_AbandonedCheckout as AbandonedCheckout, type context$l_AbandonedCheckoutNonNullableFields as AbandonedCheckoutNonNullableFields, type context$l_AbandonedCheckoutRecovered as AbandonedCheckoutRecovered, type context$l_AbandonedCheckoutRecoveredEnvelope as AbandonedCheckoutRecoveredEnvelope, type context$l_AbandonedCheckoutsQueryBuilder as AbandonedCheckoutsQueryBuilder, type context$l_AbandonedCheckoutsQueryResult as AbandonedCheckoutsQueryResult, type ActionEvent$h as ActionEvent, type Activity$3 as Activity, ActivityType$3 as ActivityType, type context$l_AddAbandonedCheckoutActivityRequest as AddAbandonedCheckoutActivityRequest, type context$l_AddAbandonedCheckoutActivityResponse as AddAbandonedCheckoutActivityResponse, type BaseEventMetadata$f as BaseEventMetadata, type BuyerInfo$8 as BuyerInfo, type Cancel$1 as Cancel, type context$l_CartAbandonedEvent as CartAbandonedEvent, type context$l_CartRecoveredEvent as CartRecoveredEvent, type context$l_CommonCursorPaging as CommonCursorPaging, type context$l_CommonCursors as CommonCursors, type context$l_CommonPaging as CommonPaging, type context$l_CommonPagingMetadataV2 as CommonPagingMetadataV2, context$l_CommonSortOrder as CommonSortOrder, type context$l_CommonSorting as CommonSorting, type Complete$1 as Complete, type CursorPaging$a as CursorPaging, type Cursors$a as Cursors, type context$l_DeleteAbandonedCheckoutRequest as DeleteAbandonedCheckoutRequest, type context$l_DeleteAbandonedCheckoutResponse as DeleteAbandonedCheckoutResponse, type DomainEvent$h as DomainEvent, type DomainEventBodyOneOf$h as DomainEventBodyOneOf, type Empty$c as Empty, type EntityCreatedEvent$h as EntityCreatedEvent, type EntityDeletedEvent$h as EntityDeletedEvent, type EntityUpdatedEvent$h as EntityUpdatedEvent, type EventMetadata$f as EventMetadata, type FullAddressContactDetails$6 as FullAddressContactDetails, type context$l_GetAbandonedCheckoutRequest as GetAbandonedCheckoutRequest, type context$l_GetAbandonedCheckoutResponse as GetAbandonedCheckoutResponse, type context$l_GetAbandonedCheckoutResponseNonNullableFields as GetAbandonedCheckoutResponseNonNullableFields, type HeadersEntry$1 as HeadersEntry, type IdentificationData$h as IdentificationData, type IdentificationDataIdOneOf$h as IdentificationDataIdOneOf, context$l_Identity as Identity, type MessageEnvelope$h as MessageEnvelope, context$l_Mode as Mode, type MultiCurrencyPrice$5 as MultiCurrencyPrice, type Paging$1 as Paging, type context$l_PagingMetadataV2 as PagingMetadataV2, type context$l_QueryAbandonedCheckoutsRequest as QueryAbandonedCheckoutsRequest, type context$l_QueryAbandonedCheckoutsResponse as QueryAbandonedCheckoutsResponse, type context$l_QueryAbandonedCheckoutsResponseNonNullableFields as QueryAbandonedCheckoutsResponseNonNullableFields, type QueryV2$1 as QueryV2, type QueryV2PagingMethodOneOf$1 as QueryV2PagingMethodOneOf, type RawHttpResponse$1 as RawHttpResponse, type RawHttpResponseNonNullableFields$1 as RawHttpResponseNonNullableFields, type context$l_RedirectToCheckoutRequest as RedirectToCheckoutRequest, type Reschedule$1 as Reschedule, type RestoreInfo$g as RestoreInfo, type context$l_Search as Search, type context$l_SearchAbandonedCheckoutsRequest as SearchAbandonedCheckoutsRequest, type context$l_SearchAbandonedCheckoutsResponse as SearchAbandonedCheckoutsResponse, type context$l_SearchDetails as SearchDetails, type context$l_SearchPagingMethodOneOf as SearchPagingMethodOneOf, SortOrder$a as SortOrder, type Sorting$a as Sorting, Status$4 as Status, type Task$1 as Task, type TaskAction$1 as TaskAction, type TaskActionActionOneOf$1 as TaskActionActionOneOf, type TaskKey$1 as TaskKey, type Totals$2 as Totals, type V1BuyerInfo$1 as V1BuyerInfo, type context$l_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type VatId$7 as VatId, VatType$7 as VatType, WebhookIdentityType$h as WebhookIdentityType, type context$l__publicOnAbandonedCheckoutRecoveredType as _publicOnAbandonedCheckoutRecoveredType, context$l_deleteAbandonedCheckout as deleteAbandonedCheckout, context$l_getAbandonedCheckout as getAbandonedCheckout, context$l_onAbandonedCheckoutRecovered as onAbandonedCheckoutRecovered, onAbandonedCheckoutRecovered$1 as publicOnAbandonedCheckoutRecovered, context$l_queryAbandonedCheckouts as queryAbandonedCheckouts, context$l_redirectToCheckout as redirectToCheckout };
|
|
2651
2651
|
}
|
|
2652
2652
|
|
|
2653
2653
|
/**
|
|
@@ -2685,7 +2685,7 @@ interface BackInStockNotificationRequest {
|
|
|
2685
2685
|
* + When a notification email is sent offline, use the `markAsNotificationSent()` function to set `status` to `NOTIFICATION_SENT`.
|
|
2686
2686
|
* @readonly
|
|
2687
2687
|
*/
|
|
2688
|
-
status?: Status$
|
|
2688
|
+
status?: Status$3;
|
|
2689
2689
|
/**
|
|
2690
2690
|
* Whether a notification was sent automatically.
|
|
2691
2691
|
*
|
|
@@ -2725,7 +2725,7 @@ interface CatalogReference$7 {
|
|
|
2725
2725
|
*/
|
|
2726
2726
|
options?: Record<string, any> | null;
|
|
2727
2727
|
}
|
|
2728
|
-
declare enum Status$
|
|
2728
|
+
declare enum Status$3 {
|
|
2729
2729
|
UNSPECIFIED = "UNSPECIFIED",
|
|
2730
2730
|
/** initial status of all new requests */
|
|
2731
2731
|
RECEIVED = "RECEIVED",
|
|
@@ -3069,7 +3069,7 @@ interface CatalogReferenceNonNullableFields$6 {
|
|
|
3069
3069
|
interface BackInStockNotificationRequestNonNullableFields {
|
|
3070
3070
|
catalogReference?: CatalogReferenceNonNullableFields$6;
|
|
3071
3071
|
email: string;
|
|
3072
|
-
status: Status$
|
|
3072
|
+
status: Status$3;
|
|
3073
3073
|
}
|
|
3074
3074
|
interface CreateBackInStockNotificationRequestResponseNonNullableFields {
|
|
3075
3075
|
request?: BackInStockNotificationRequestNonNullableFields;
|
|
@@ -3373,55 +3373,55 @@ type _publicOnBackInStockNotificationRequestUpdatedType = typeof onBackInStockNo
|
|
|
3373
3373
|
*/
|
|
3374
3374
|
declare const onBackInStockNotificationRequestUpdated: ReturnType<typeof createEventModule$e<_publicOnBackInStockNotificationRequestUpdatedType>>;
|
|
3375
3375
|
|
|
3376
|
-
type context$
|
|
3377
|
-
type context$
|
|
3378
|
-
type context$
|
|
3379
|
-
type context$
|
|
3380
|
-
type context$
|
|
3381
|
-
type context$
|
|
3382
|
-
type context$
|
|
3383
|
-
type context$
|
|
3384
|
-
type context$
|
|
3385
|
-
type context$
|
|
3386
|
-
type context$
|
|
3387
|
-
type context$
|
|
3388
|
-
type context$
|
|
3389
|
-
type context$
|
|
3390
|
-
type context$
|
|
3391
|
-
type context$
|
|
3392
|
-
type context$
|
|
3393
|
-
type context$
|
|
3394
|
-
type context$
|
|
3395
|
-
type context$
|
|
3396
|
-
type context$
|
|
3397
|
-
type context$
|
|
3398
|
-
type context$
|
|
3399
|
-
type context$
|
|
3400
|
-
type context$
|
|
3401
|
-
type context$
|
|
3402
|
-
type context$
|
|
3403
|
-
type context$
|
|
3404
|
-
type context$
|
|
3405
|
-
type context$
|
|
3406
|
-
type context$
|
|
3407
|
-
type context$
|
|
3408
|
-
type context$
|
|
3409
|
-
type context$
|
|
3410
|
-
type context$
|
|
3411
|
-
type context$
|
|
3412
|
-
type context$
|
|
3413
|
-
declare const context$
|
|
3414
|
-
declare const context$
|
|
3415
|
-
declare const context$
|
|
3416
|
-
declare const context$
|
|
3417
|
-
declare const context$
|
|
3418
|
-
declare const context$
|
|
3419
|
-
declare const context$
|
|
3420
|
-
declare const context$
|
|
3421
|
-
declare const context$
|
|
3422
|
-
declare const context$
|
|
3423
|
-
declare namespace context$
|
|
3424
|
-
export { type ActionEvent$g as ActionEvent, type App$1 as App, type context$
|
|
3376
|
+
type context$k_BackInStockItemDetails = BackInStockItemDetails;
|
|
3377
|
+
type context$k_BackInStockNotificationRequest = BackInStockNotificationRequest;
|
|
3378
|
+
type context$k_BackInStockNotificationRequestCreatedEnvelope = BackInStockNotificationRequestCreatedEnvelope;
|
|
3379
|
+
type context$k_BackInStockNotificationRequestDeletedEnvelope = BackInStockNotificationRequestDeletedEnvelope;
|
|
3380
|
+
type context$k_BackInStockNotificationRequestNonNullableFields = BackInStockNotificationRequestNonNullableFields;
|
|
3381
|
+
type context$k_BackInStockNotificationRequestUpdatedEnvelope = BackInStockNotificationRequestUpdatedEnvelope;
|
|
3382
|
+
type context$k_BackInStockNotificationRequestsCount = BackInStockNotificationRequestsCount;
|
|
3383
|
+
type context$k_CreateBackInStockNotificationRequestRequest = CreateBackInStockNotificationRequestRequest;
|
|
3384
|
+
type context$k_CreateBackInStockNotificationRequestResponse = CreateBackInStockNotificationRequestResponse;
|
|
3385
|
+
type context$k_CreateBackInStockNotificationRequestResponseNonNullableFields = CreateBackInStockNotificationRequestResponseNonNullableFields;
|
|
3386
|
+
type context$k_DeleteBackInStockNotificationRequestRequest = DeleteBackInStockNotificationRequestRequest;
|
|
3387
|
+
type context$k_DeleteBackInStockNotificationRequestResponse = DeleteBackInStockNotificationRequestResponse;
|
|
3388
|
+
type context$k_File = File;
|
|
3389
|
+
type context$k_GetBackInStockNotificationRequestRequest = GetBackInStockNotificationRequestRequest;
|
|
3390
|
+
type context$k_GetBackInStockNotificationRequestResponse = GetBackInStockNotificationRequestResponse;
|
|
3391
|
+
type context$k_GetBackInStockNotificationRequestResponseNonNullableFields = GetBackInStockNotificationRequestResponseNonNullableFields;
|
|
3392
|
+
type context$k_GetBackInStockNotificationRequestsCountByCatalogReferencesRequest = GetBackInStockNotificationRequestsCountByCatalogReferencesRequest;
|
|
3393
|
+
type context$k_GetBackInStockNotificationRequestsCountByCatalogReferencesResponse = GetBackInStockNotificationRequestsCountByCatalogReferencesResponse;
|
|
3394
|
+
type context$k_GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields = GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields;
|
|
3395
|
+
type context$k_InvalidateCache = InvalidateCache;
|
|
3396
|
+
type context$k_InvalidateCacheGetByOneOf = InvalidateCacheGetByOneOf;
|
|
3397
|
+
type context$k_MarkAsNotificationSentRequest = MarkAsNotificationSentRequest;
|
|
3398
|
+
type context$k_MarkAsNotificationSentResponse = MarkAsNotificationSentResponse;
|
|
3399
|
+
type context$k_MarkAsNotificationSentResponseNonNullableFields = MarkAsNotificationSentResponseNonNullableFields;
|
|
3400
|
+
type context$k_Page = Page;
|
|
3401
|
+
type context$k_QueryBackInStockNotificationRequestsRequest = QueryBackInStockNotificationRequestsRequest;
|
|
3402
|
+
type context$k_QueryBackInStockNotificationRequestsResponse = QueryBackInStockNotificationRequestsResponse;
|
|
3403
|
+
type context$k_QueryBackInStockNotificationRequestsResponseNonNullableFields = QueryBackInStockNotificationRequestsResponseNonNullableFields;
|
|
3404
|
+
type context$k_ReportItemsBackInStockOptions = ReportItemsBackInStockOptions;
|
|
3405
|
+
type context$k_ReportItemsBackInStockRequest = ReportItemsBackInStockRequest;
|
|
3406
|
+
type context$k_ReportItemsBackInStockResponse = ReportItemsBackInStockResponse;
|
|
3407
|
+
type context$k_RequestsQueryBuilder = RequestsQueryBuilder;
|
|
3408
|
+
type context$k_RequestsQueryResult = RequestsQueryResult;
|
|
3409
|
+
type context$k_URI = URI;
|
|
3410
|
+
type context$k__publicOnBackInStockNotificationRequestCreatedType = _publicOnBackInStockNotificationRequestCreatedType;
|
|
3411
|
+
type context$k__publicOnBackInStockNotificationRequestDeletedType = _publicOnBackInStockNotificationRequestDeletedType;
|
|
3412
|
+
type context$k__publicOnBackInStockNotificationRequestUpdatedType = _publicOnBackInStockNotificationRequestUpdatedType;
|
|
3413
|
+
declare const context$k_createBackInStockNotificationRequest: typeof createBackInStockNotificationRequest;
|
|
3414
|
+
declare const context$k_deleteBackInStockNotificationRequest: typeof deleteBackInStockNotificationRequest;
|
|
3415
|
+
declare const context$k_getBackInStockNotificationRequest: typeof getBackInStockNotificationRequest;
|
|
3416
|
+
declare const context$k_getBackInStockNotificationRequestsCountByCatalogReferences: typeof getBackInStockNotificationRequestsCountByCatalogReferences;
|
|
3417
|
+
declare const context$k_markAsNotificationSent: typeof markAsNotificationSent;
|
|
3418
|
+
declare const context$k_onBackInStockNotificationRequestCreated: typeof onBackInStockNotificationRequestCreated;
|
|
3419
|
+
declare const context$k_onBackInStockNotificationRequestDeleted: typeof onBackInStockNotificationRequestDeleted;
|
|
3420
|
+
declare const context$k_onBackInStockNotificationRequestUpdated: typeof onBackInStockNotificationRequestUpdated;
|
|
3421
|
+
declare const context$k_queryBackInStockNotificationRequests: typeof queryBackInStockNotificationRequests;
|
|
3422
|
+
declare const context$k_reportItemsBackInStock: typeof reportItemsBackInStock;
|
|
3423
|
+
declare namespace context$k {
|
|
3424
|
+
export { type ActionEvent$g as ActionEvent, type App$1 as App, type context$k_BackInStockItemDetails as BackInStockItemDetails, type context$k_BackInStockNotificationRequest as BackInStockNotificationRequest, type context$k_BackInStockNotificationRequestCreatedEnvelope as BackInStockNotificationRequestCreatedEnvelope, type context$k_BackInStockNotificationRequestDeletedEnvelope as BackInStockNotificationRequestDeletedEnvelope, type context$k_BackInStockNotificationRequestNonNullableFields as BackInStockNotificationRequestNonNullableFields, type context$k_BackInStockNotificationRequestUpdatedEnvelope as BackInStockNotificationRequestUpdatedEnvelope, type context$k_BackInStockNotificationRequestsCount as BackInStockNotificationRequestsCount, type BaseEventMetadata$e as BaseEventMetadata, type CatalogReference$7 as CatalogReference, type context$k_CreateBackInStockNotificationRequestRequest as CreateBackInStockNotificationRequestRequest, type context$k_CreateBackInStockNotificationRequestResponse as CreateBackInStockNotificationRequestResponse, type context$k_CreateBackInStockNotificationRequestResponseNonNullableFields as CreateBackInStockNotificationRequestResponseNonNullableFields, type CursorPaging$9 as CursorPaging, type Cursors$9 as Cursors, type context$k_DeleteBackInStockNotificationRequestRequest as DeleteBackInStockNotificationRequestRequest, type context$k_DeleteBackInStockNotificationRequestResponse as DeleteBackInStockNotificationRequestResponse, type DomainEvent$g as DomainEvent, type DomainEventBodyOneOf$g as DomainEventBodyOneOf, type Empty$b as Empty, type EntityCreatedEvent$g as EntityCreatedEvent, type EntityDeletedEvent$g as EntityDeletedEvent, type EntityUpdatedEvent$g as EntityUpdatedEvent, type EventMetadata$e as EventMetadata, type context$k_File as File, type context$k_GetBackInStockNotificationRequestRequest as GetBackInStockNotificationRequestRequest, type context$k_GetBackInStockNotificationRequestResponse as GetBackInStockNotificationRequestResponse, type context$k_GetBackInStockNotificationRequestResponseNonNullableFields as GetBackInStockNotificationRequestResponseNonNullableFields, type context$k_GetBackInStockNotificationRequestsCountByCatalogReferencesRequest as GetBackInStockNotificationRequestsCountByCatalogReferencesRequest, type context$k_GetBackInStockNotificationRequestsCountByCatalogReferencesResponse as GetBackInStockNotificationRequestsCountByCatalogReferencesResponse, type context$k_GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields as GetBackInStockNotificationRequestsCountByCatalogReferencesResponseNonNullableFields, type IdentificationData$g as IdentificationData, type IdentificationDataIdOneOf$g as IdentificationDataIdOneOf, type context$k_InvalidateCache as InvalidateCache, type context$k_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context$k_MarkAsNotificationSentRequest as MarkAsNotificationSentRequest, type context$k_MarkAsNotificationSentResponse as MarkAsNotificationSentResponse, type context$k_MarkAsNotificationSentResponseNonNullableFields as MarkAsNotificationSentResponseNonNullableFields, type MessageEnvelope$g as MessageEnvelope, type context$k_Page as Page, type PlatformPaging$1 as PlatformPaging, type PlatformPagingMetadata$1 as PlatformPagingMetadata, type PlatformQuery$1 as PlatformQuery, type PlatformQueryPagingMethodOneOf$1 as PlatformQueryPagingMethodOneOf, type context$k_QueryBackInStockNotificationRequestsRequest as QueryBackInStockNotificationRequestsRequest, type context$k_QueryBackInStockNotificationRequestsResponse as QueryBackInStockNotificationRequestsResponse, type context$k_QueryBackInStockNotificationRequestsResponseNonNullableFields as QueryBackInStockNotificationRequestsResponseNonNullableFields, type context$k_ReportItemsBackInStockOptions as ReportItemsBackInStockOptions, type context$k_ReportItemsBackInStockRequest as ReportItemsBackInStockRequest, type context$k_ReportItemsBackInStockResponse as ReportItemsBackInStockResponse, type context$k_RequestsQueryBuilder as RequestsQueryBuilder, type context$k_RequestsQueryResult as RequestsQueryResult, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, Status$3 as Status, type context$k_URI as URI, WebhookIdentityType$g as WebhookIdentityType, type context$k__publicOnBackInStockNotificationRequestCreatedType as _publicOnBackInStockNotificationRequestCreatedType, type context$k__publicOnBackInStockNotificationRequestDeletedType as _publicOnBackInStockNotificationRequestDeletedType, type context$k__publicOnBackInStockNotificationRequestUpdatedType as _publicOnBackInStockNotificationRequestUpdatedType, context$k_createBackInStockNotificationRequest as createBackInStockNotificationRequest, context$k_deleteBackInStockNotificationRequest as deleteBackInStockNotificationRequest, context$k_getBackInStockNotificationRequest as getBackInStockNotificationRequest, context$k_getBackInStockNotificationRequestsCountByCatalogReferences as getBackInStockNotificationRequestsCountByCatalogReferences, context$k_markAsNotificationSent as markAsNotificationSent, context$k_onBackInStockNotificationRequestCreated as onBackInStockNotificationRequestCreated, context$k_onBackInStockNotificationRequestDeleted as onBackInStockNotificationRequestDeleted, context$k_onBackInStockNotificationRequestUpdated as onBackInStockNotificationRequestUpdated, onBackInStockNotificationRequestCreated$1 as publicOnBackInStockNotificationRequestCreated, onBackInStockNotificationRequestDeleted$1 as publicOnBackInStockNotificationRequestDeleted, onBackInStockNotificationRequestUpdated$1 as publicOnBackInStockNotificationRequestUpdated, context$k_queryBackInStockNotificationRequests as queryBackInStockNotificationRequests, context$k_reportItemsBackInStock as reportItemsBackInStock };
|
|
3425
3425
|
}
|
|
3426
3426
|
|
|
3427
3427
|
/**
|
|
@@ -3515,22 +3515,22 @@ declare const startCollectingRequests: BuildRESTFunction<typeof startCollectingR
|
|
|
3515
3515
|
declare const stopCollectingRequests: BuildRESTFunction<typeof stopCollectingRequests$1> & typeof stopCollectingRequests$1;
|
|
3516
3516
|
declare const getSettings: BuildRESTFunction<typeof getSettings$1> & typeof getSettings$1;
|
|
3517
3517
|
|
|
3518
|
-
type context$
|
|
3519
|
-
type context$
|
|
3520
|
-
type context$
|
|
3521
|
-
type context$
|
|
3522
|
-
type context$
|
|
3523
|
-
type context$
|
|
3524
|
-
type context$
|
|
3525
|
-
type context$
|
|
3526
|
-
type context$
|
|
3527
|
-
type context$
|
|
3528
|
-
type context$
|
|
3529
|
-
declare const context$
|
|
3530
|
-
declare const context$
|
|
3531
|
-
declare const context$
|
|
3532
|
-
declare namespace context$
|
|
3533
|
-
export { type context$
|
|
3518
|
+
type context$j_BackInStockCollectionState = BackInStockCollectionState;
|
|
3519
|
+
type context$j_BackInStockSettings = BackInStockSettings;
|
|
3520
|
+
type context$j_GetSettingsRequest = GetSettingsRequest;
|
|
3521
|
+
type context$j_GetSettingsResponse = GetSettingsResponse;
|
|
3522
|
+
type context$j_GetSettingsResponseNonNullableFields = GetSettingsResponseNonNullableFields;
|
|
3523
|
+
type context$j_StartCollectingRequestsRequest = StartCollectingRequestsRequest;
|
|
3524
|
+
type context$j_StartCollectingRequestsResponse = StartCollectingRequestsResponse;
|
|
3525
|
+
type context$j_StartCollectingRequestsResponseNonNullableFields = StartCollectingRequestsResponseNonNullableFields;
|
|
3526
|
+
type context$j_StopCollectingRequestsRequest = StopCollectingRequestsRequest;
|
|
3527
|
+
type context$j_StopCollectingRequestsResponse = StopCollectingRequestsResponse;
|
|
3528
|
+
type context$j_StopCollectingRequestsResponseNonNullableFields = StopCollectingRequestsResponseNonNullableFields;
|
|
3529
|
+
declare const context$j_getSettings: typeof getSettings;
|
|
3530
|
+
declare const context$j_startCollectingRequests: typeof startCollectingRequests;
|
|
3531
|
+
declare const context$j_stopCollectingRequests: typeof stopCollectingRequests;
|
|
3532
|
+
declare namespace context$j {
|
|
3533
|
+
export { type context$j_BackInStockCollectionState as BackInStockCollectionState, type context$j_BackInStockSettings as BackInStockSettings, type context$j_GetSettingsRequest as GetSettingsRequest, type context$j_GetSettingsResponse as GetSettingsResponse, type context$j_GetSettingsResponseNonNullableFields as GetSettingsResponseNonNullableFields, type context$j_StartCollectingRequestsRequest as StartCollectingRequestsRequest, type context$j_StartCollectingRequestsResponse as StartCollectingRequestsResponse, type context$j_StartCollectingRequestsResponseNonNullableFields as StartCollectingRequestsResponseNonNullableFields, type context$j_StopCollectingRequestsRequest as StopCollectingRequestsRequest, type context$j_StopCollectingRequestsResponse as StopCollectingRequestsResponse, type context$j_StopCollectingRequestsResponseNonNullableFields as StopCollectingRequestsResponseNonNullableFields, context$j_getSettings as getSettings, context$j_startCollectingRequests as startCollectingRequests, context$j_stopCollectingRequests as stopCollectingRequests };
|
|
3534
3534
|
}
|
|
3535
3535
|
|
|
3536
3536
|
interface Cart$1 {
|
|
@@ -4338,7 +4338,7 @@ interface EstimateTotalsResponse$1 {
|
|
|
4338
4338
|
/** Price summary. */
|
|
4339
4339
|
priceSummary?: PriceSummary$6;
|
|
4340
4340
|
/** Applied gift card. */
|
|
4341
|
-
giftCard?: GiftCard$
|
|
4341
|
+
giftCard?: GiftCard$6;
|
|
4342
4342
|
/** Tax summary. */
|
|
4343
4343
|
taxSummary?: TaxSummary$6;
|
|
4344
4344
|
/** Shipping information. */
|
|
@@ -4472,7 +4472,7 @@ interface PriceSummary$6 {
|
|
|
4472
4472
|
/** Total additional fees price before tax. */
|
|
4473
4473
|
additionalFees?: MultiCurrencyPrice$4;
|
|
4474
4474
|
}
|
|
4475
|
-
interface GiftCard$
|
|
4475
|
+
interface GiftCard$6 {
|
|
4476
4476
|
/**
|
|
4477
4477
|
* Gift Card ID.
|
|
4478
4478
|
* @deprecated
|
|
@@ -5529,7 +5529,7 @@ interface PriceSummaryNonNullableFields$5 {
|
|
|
5529
5529
|
total?: MultiCurrencyPriceNonNullableFields$3;
|
|
5530
5530
|
additionalFees?: MultiCurrencyPriceNonNullableFields$3;
|
|
5531
5531
|
}
|
|
5532
|
-
interface GiftCardNonNullableFields$
|
|
5532
|
+
interface GiftCardNonNullableFields$4 {
|
|
5533
5533
|
_id: string;
|
|
5534
5534
|
obfuscatedCode: string;
|
|
5535
5535
|
amount?: MultiCurrencyPriceNonNullableFields$3;
|
|
@@ -5732,7 +5732,7 @@ interface EstimateTotalsResponseNonNullableFields$1 {
|
|
|
5732
5732
|
cart?: CartNonNullableFields$1;
|
|
5733
5733
|
calculatedLineItems: CalculatedLineItemNonNullableFields$2[];
|
|
5734
5734
|
priceSummary?: PriceSummaryNonNullableFields$5;
|
|
5735
|
-
giftCard?: GiftCardNonNullableFields$
|
|
5735
|
+
giftCard?: GiftCardNonNullableFields$4;
|
|
5736
5736
|
taxSummary?: TaxSummaryNonNullableFields$5;
|
|
5737
5737
|
shippingInfo?: ShippingInformationNonNullableFields$4;
|
|
5738
5738
|
appliedDiscounts: AppliedDiscountNonNullableFields$5[];
|
|
@@ -6133,18 +6133,18 @@ type _publicOnCartCreatedType$1 = typeof onCartCreated$3;
|
|
|
6133
6133
|
*/
|
|
6134
6134
|
declare const onCartCreated$2: ReturnType<typeof createEventModule$d<_publicOnCartCreatedType>>;
|
|
6135
6135
|
|
|
6136
|
-
type context$
|
|
6137
|
-
type context$
|
|
6138
|
-
type context$
|
|
6139
|
-
type context$
|
|
6140
|
-
declare const context$
|
|
6141
|
-
declare const context$
|
|
6142
|
-
declare const context$
|
|
6143
|
-
declare const context$
|
|
6144
|
-
declare const context$
|
|
6145
|
-
declare const context$
|
|
6146
|
-
declare namespace context$
|
|
6147
|
-
export { type ActionEvent$f as ActionEvent, type context$h_AddToCartOptions as AddToCartOptions, type AddToCartRequest$1 as AddToCartRequest, type AddToCartResponse$1 as AddToCartResponse, type AddToCartResponseNonNullableFields$1 as AddToCartResponseNonNullableFields, type AddToCurrentCartAndEstimateTotalsRequest$1 as AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest$1 as AddToCurrentCartRequest, type AdditionalFee$6 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$d as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$2 as CalculatedLineItem, type CalculationErrors$5 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$5 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$5 as CarrierError, type CarrierErrors$5 as CarrierErrors, type CarrierServiceOption$4 as CarrierServiceOption, type Cart$1 as Cart, type CartCreatedEnvelope$1 as CartCreatedEnvelope, type CartDeletedEnvelope$1 as CartDeletedEnvelope, type CartDiscount$1 as CartDiscount, type CartDiscountDiscountSourceOneOf$1 as CartDiscountDiscountSourceOneOf, type CartNonNullableFields$1 as CartNonNullableFields, type CartUpdatedEnvelope$1 as CartUpdatedEnvelope, type CatalogOverrideFields$3 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$5 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type context$h_CreateCartOptions as CreateCartOptions, type CreateCartRequest$1 as CreateCartRequest, type CreateCartResponse$1 as CreateCartResponse, type CreateCartResponseNonNullableFields$1 as CreateCartResponseNonNullableFields, type CreateCheckoutFromCurrentCartRequest$1 as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions$1 as CreateCheckoutOptions, type CreateCheckoutRequest$2 as CreateCheckoutRequest, type CreateCheckoutResponse$2 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$2 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$4 as CustomLineItem, type DeleteCartRequest$1 as DeleteCartRequest, type DeleteCartResponse$1 as DeleteCartResponse, type DeleteCurrentCartRequest$1 as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 as DeliveryTimeSlot, type Description$3 as Description, type DescriptionLine$5 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$5 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$5 as DescriptionLineName, DescriptionLineType$5 as DescriptionLineType, type DescriptionLineValueOneOf$5 as DescriptionLineValueOneOf, type Details$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type context$h_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$d as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$4 as FileType, type FullAddressContactDetails$5 as FullAddressContactDetails, type GetCartByCheckoutIdRequest$1 as GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse$1 as GetCartByCheckoutIdResponse, type GetCartRequest$1 as GetCartRequest, type GetCartResponse$1 as GetCartResponse, type GetCartResponseNonNullableFields$1 as GetCartResponseNonNullableFields, type GetCurrentCartRequest$1 as GetCurrentCartRequest, type GetCurrentCartResponse$1 as GetCurrentCartResponse, type GetCurrentCartResponseNonNullableFields$1 as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$4 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f as IdentificationDataIdOneOf, type InvalidMembership$4 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 as ItemAvailabilityStatus, type ItemTaxFullDetails$6 as ItemTaxFullDetails, type ItemType$6 as ItemType, ItemTypeItemType$6 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$6 as ItemTypeItemTypeDataOneOf, JurisdictionType$6 as JurisdictionType, type LineItem$6 as LineItem, type LineItemDiscount$6 as LineItemDiscount, type LineItemPricesData$2 as LineItemPricesData, type LineItemQuantityUpdate$2 as LineItemQuantityUpdate, ManualCalculationReason$4 as ManualCalculationReason, type Membership$4 as Membership, type MembershipName$7 as MembershipName, type MembershipOptions$4 as MembershipOptions, type MembershipPaymentCredits$4 as MembershipPaymentCredits, type MerchantDiscount$6 as MerchantDiscount, type MerchantDiscountInput$3 as MerchantDiscountInput, type MessageEnvelope$f as MessageEnvelope, type MultiCurrencyPrice$4 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$4 as OtherCharge, PaymentOptionType$6 as PaymentOptionType, type PhysicalProperties$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type PriceDescription$5 as PriceDescription, type PriceSummary$6 as PriceSummary, type ProductName$5 as ProductName, RateType$4 as RateType, type RemoveCouponFromCurrentCartRequest$1 as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$2 as RemoveCouponRequest, type RemoveCouponResponse$2 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$2 as RemoveCouponResponseNonNullableFields, type RemoveLineItemsFromCurrentCartRequest$1 as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$2 as RemoveLineItemsRequest, type RemoveLineItemsResponse$2 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$2 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$f as RestoreInfo, RuleType$5 as RuleType, type Scope$4 as Scope, type SecuredMedia$4 as SecuredMedia, type SelectedCarrierServiceOption$4 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$4 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$4 as SelectedCarrierServiceOptionPrices, type SelectedMembership$4 as SelectedMembership, type SelectedMemberships$4 as SelectedMemberships, type SelectedShippingOption$2 as SelectedShippingOption, type ServiceProperties$5 as ServiceProperties, Severity$3 as Severity, type ShippingInformation$4 as ShippingInformation, type ShippingOption$6 as ShippingOption, type ShippingPrice$6 as ShippingPrice, type ShippingRegion$6 as ShippingRegion, type StreetAddress$8 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, type SystemError$5 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 as TargetTargetTypeOneOf, type TaxBreakdown$4 as TaxBreakdown, type TaxCalculationDetails$4 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$4 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$4 as TaxRateBreakdown, type TaxSummary$6 as TaxSummary, type TaxableAddress$3 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$3 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$3 as TaxableAddressType, type Title$3 as Title, type context$h_UpdateCartOptions as UpdateCartOptions, type UpdateCartRequest$1 as UpdateCartRequest, type UpdateCartResponse$1 as UpdateCartResponse, type UpdateCartResponseNonNullableFields$1 as UpdateCartResponseNonNullableFields, type UpdateCurrentCartLineItemQuantityRequest$1 as UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest$2 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$2 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$2 as UpdateLineItemsQuantityResponseNonNullableFields, type V1Coupon$1 as V1Coupon, type V1MerchantDiscount$1 as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$3 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$7 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, context$h_addToCart as addToCart, context$h_createCart as createCart, createCheckout$2 as createCheckout, context$h_deleteCart as deleteCart, context$h_estimateTotals as estimateTotals, context$h_getCart as getCart, onCartCreated$2 as onCartCreated, onCartDeleted$2 as onCartDeleted, onCartUpdated$2 as onCartUpdated, onCartCreated$3 as publicOnCartCreated, onCartDeleted$3 as publicOnCartDeleted, onCartUpdated$3 as publicOnCartUpdated, removeCoupon$2 as removeCoupon, removeLineItems$2 as removeLineItems, context$h_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
6136
|
+
type context$i_AddToCartOptions = AddToCartOptions;
|
|
6137
|
+
type context$i_CreateCartOptions = CreateCartOptions;
|
|
6138
|
+
type context$i_EstimateTotalsOptions = EstimateTotalsOptions;
|
|
6139
|
+
type context$i_UpdateCartOptions = UpdateCartOptions;
|
|
6140
|
+
declare const context$i_addToCart: typeof addToCart;
|
|
6141
|
+
declare const context$i_createCart: typeof createCart;
|
|
6142
|
+
declare const context$i_deleteCart: typeof deleteCart;
|
|
6143
|
+
declare const context$i_estimateTotals: typeof estimateTotals;
|
|
6144
|
+
declare const context$i_getCart: typeof getCart;
|
|
6145
|
+
declare const context$i_updateCart: typeof updateCart;
|
|
6146
|
+
declare namespace context$i {
|
|
6147
|
+
export { type ActionEvent$f as ActionEvent, type context$i_AddToCartOptions as AddToCartOptions, type AddToCartRequest$1 as AddToCartRequest, type AddToCartResponse$1 as AddToCartResponse, type AddToCartResponseNonNullableFields$1 as AddToCartResponseNonNullableFields, type AddToCurrentCartAndEstimateTotalsRequest$1 as AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest$1 as AddToCurrentCartRequest, type AdditionalFee$6 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$d as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$2 as CalculatedLineItem, type CalculationErrors$5 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$5 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$5 as CarrierError, type CarrierErrors$5 as CarrierErrors, type CarrierServiceOption$4 as CarrierServiceOption, type Cart$1 as Cart, type CartCreatedEnvelope$1 as CartCreatedEnvelope, type CartDeletedEnvelope$1 as CartDeletedEnvelope, type CartDiscount$1 as CartDiscount, type CartDiscountDiscountSourceOneOf$1 as CartDiscountDiscountSourceOneOf, type CartNonNullableFields$1 as CartNonNullableFields, type CartUpdatedEnvelope$1 as CartUpdatedEnvelope, type CatalogOverrideFields$3 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$5 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type context$i_CreateCartOptions as CreateCartOptions, type CreateCartRequest$1 as CreateCartRequest, type CreateCartResponse$1 as CreateCartResponse, type CreateCartResponseNonNullableFields$1 as CreateCartResponseNonNullableFields, type CreateCheckoutFromCurrentCartRequest$1 as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions$1 as CreateCheckoutOptions, type CreateCheckoutRequest$2 as CreateCheckoutRequest, type CreateCheckoutResponse$2 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$2 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$4 as CustomLineItem, type DeleteCartRequest$1 as DeleteCartRequest, type DeleteCartResponse$1 as DeleteCartResponse, type DeleteCurrentCartRequest$1 as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 as DeliveryTimeSlot, type Description$3 as Description, type DescriptionLine$5 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$5 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$5 as DescriptionLineName, DescriptionLineType$5 as DescriptionLineType, type DescriptionLineValueOneOf$5 as DescriptionLineValueOneOf, type Details$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type context$i_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$6 as GiftCard, type Group$4 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f as IdentificationDataIdOneOf, type InvalidMembership$4 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 as ItemAvailabilityStatus, type ItemTaxFullDetails$6 as ItemTaxFullDetails, type ItemType$6 as ItemType, ItemTypeItemType$6 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$6 as ItemTypeItemTypeDataOneOf, JurisdictionType$6 as JurisdictionType, type LineItem$6 as LineItem, type LineItemDiscount$6 as LineItemDiscount, type LineItemPricesData$2 as LineItemPricesData, type LineItemQuantityUpdate$2 as LineItemQuantityUpdate, ManualCalculationReason$4 as ManualCalculationReason, type Membership$4 as Membership, type MembershipName$7 as MembershipName, type MembershipOptions$4 as MembershipOptions, type MembershipPaymentCredits$4 as MembershipPaymentCredits, type MerchantDiscount$6 as MerchantDiscount, type MerchantDiscountInput$3 as MerchantDiscountInput, type MessageEnvelope$f as MessageEnvelope, type MultiCurrencyPrice$4 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$4 as OtherCharge, PaymentOptionType$6 as PaymentOptionType, type PhysicalProperties$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type PriceDescription$5 as PriceDescription, type PriceSummary$6 as PriceSummary, type ProductName$5 as ProductName, RateType$4 as RateType, type RemoveCouponFromCurrentCartRequest$1 as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$2 as RemoveCouponRequest, type RemoveCouponResponse$2 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$2 as RemoveCouponResponseNonNullableFields, type RemoveLineItemsFromCurrentCartRequest$1 as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$2 as RemoveLineItemsRequest, type RemoveLineItemsResponse$2 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$2 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$f as RestoreInfo, RuleType$5 as RuleType, type Scope$4 as Scope, type SecuredMedia$4 as SecuredMedia, type SelectedCarrierServiceOption$4 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$4 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$4 as SelectedCarrierServiceOptionPrices, type SelectedMembership$4 as SelectedMembership, type SelectedMemberships$4 as SelectedMemberships, type SelectedShippingOption$2 as SelectedShippingOption, type ServiceProperties$5 as ServiceProperties, Severity$3 as Severity, type ShippingInformation$4 as ShippingInformation, type ShippingOption$6 as ShippingOption, type ShippingPrice$6 as ShippingPrice, type ShippingRegion$6 as ShippingRegion, type StreetAddress$8 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, type SystemError$5 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 as TargetTargetTypeOneOf, type TaxBreakdown$4 as TaxBreakdown, type TaxCalculationDetails$4 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$4 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$4 as TaxRateBreakdown, type TaxSummary$6 as TaxSummary, type TaxableAddress$3 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$3 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$3 as TaxableAddressType, type Title$3 as Title, type context$i_UpdateCartOptions as UpdateCartOptions, type UpdateCartRequest$1 as UpdateCartRequest, type UpdateCartResponse$1 as UpdateCartResponse, type UpdateCartResponseNonNullableFields$1 as UpdateCartResponseNonNullableFields, type UpdateCurrentCartLineItemQuantityRequest$1 as UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest$2 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$2 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$2 as UpdateLineItemsQuantityResponseNonNullableFields, type V1Coupon$1 as V1Coupon, type V1MerchantDiscount$1 as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$3 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$7 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, context$i_addToCart as addToCart, context$i_createCart as createCart, createCheckout$2 as createCheckout, context$i_deleteCart as deleteCart, context$i_estimateTotals as estimateTotals, context$i_getCart as getCart, onCartCreated$2 as onCartCreated, onCartDeleted$2 as onCartDeleted, onCartUpdated$2 as onCartUpdated, onCartCreated$3 as publicOnCartCreated, onCartDeleted$3 as publicOnCartDeleted, onCartUpdated$3 as publicOnCartUpdated, removeCoupon$2 as removeCoupon, removeLineItems$2 as removeLineItems, context$i_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
6148
6148
|
}
|
|
6149
6149
|
|
|
6150
6150
|
interface Cart {
|
|
@@ -6952,7 +6952,7 @@ interface EstimateTotalsResponse {
|
|
|
6952
6952
|
/** Price summary. */
|
|
6953
6953
|
priceSummary?: PriceSummary$5;
|
|
6954
6954
|
/** Applied gift card. */
|
|
6955
|
-
giftCard?: GiftCard$
|
|
6955
|
+
giftCard?: GiftCard$5;
|
|
6956
6956
|
/** Tax summary. */
|
|
6957
6957
|
taxSummary?: TaxSummary$5;
|
|
6958
6958
|
/** Shipping information. */
|
|
@@ -7086,7 +7086,7 @@ interface PriceSummary$5 {
|
|
|
7086
7086
|
/** Total additional fees price before tax. */
|
|
7087
7087
|
additionalFees?: MultiCurrencyPrice$3;
|
|
7088
7088
|
}
|
|
7089
|
-
interface GiftCard$
|
|
7089
|
+
interface GiftCard$5 {
|
|
7090
7090
|
/**
|
|
7091
7091
|
* Gift Card ID.
|
|
7092
7092
|
* @deprecated
|
|
@@ -8143,7 +8143,7 @@ interface PriceSummaryNonNullableFields$4 {
|
|
|
8143
8143
|
total?: MultiCurrencyPriceNonNullableFields$2;
|
|
8144
8144
|
additionalFees?: MultiCurrencyPriceNonNullableFields$2;
|
|
8145
8145
|
}
|
|
8146
|
-
interface GiftCardNonNullableFields$
|
|
8146
|
+
interface GiftCardNonNullableFields$3 {
|
|
8147
8147
|
_id: string;
|
|
8148
8148
|
obfuscatedCode: string;
|
|
8149
8149
|
amount?: MultiCurrencyPriceNonNullableFields$2;
|
|
@@ -8346,7 +8346,7 @@ interface EstimateTotalsResponseNonNullableFields {
|
|
|
8346
8346
|
cart?: CartNonNullableFields;
|
|
8347
8347
|
calculatedLineItems: CalculatedLineItemNonNullableFields$1[];
|
|
8348
8348
|
priceSummary?: PriceSummaryNonNullableFields$4;
|
|
8349
|
-
giftCard?: GiftCardNonNullableFields$
|
|
8349
|
+
giftCard?: GiftCardNonNullableFields$3;
|
|
8350
8350
|
taxSummary?: TaxSummaryNonNullableFields$4;
|
|
8351
8351
|
shippingInfo?: ShippingInformationNonNullableFields$3;
|
|
8352
8352
|
appliedDiscounts: AppliedDiscountNonNullableFields$4[];
|
|
@@ -8621,67 +8621,67 @@ type _publicOnCartCreatedType = typeof onCartCreated$1;
|
|
|
8621
8621
|
*/
|
|
8622
8622
|
declare const onCartCreated: ReturnType<typeof createEventModule$c<_publicOnCartCreatedType>>;
|
|
8623
8623
|
|
|
8624
|
-
type context$
|
|
8625
|
-
type context$
|
|
8626
|
-
type context$
|
|
8627
|
-
type context$
|
|
8628
|
-
type context$
|
|
8629
|
-
type context$
|
|
8630
|
-
type context$
|
|
8631
|
-
type context$
|
|
8632
|
-
type context$
|
|
8633
|
-
type context$
|
|
8634
|
-
type context$
|
|
8635
|
-
type context$
|
|
8636
|
-
type context$
|
|
8637
|
-
type context$
|
|
8638
|
-
type context$
|
|
8639
|
-
type context$
|
|
8640
|
-
type context$
|
|
8641
|
-
type context$
|
|
8642
|
-
type context$
|
|
8643
|
-
type context$
|
|
8644
|
-
type context$
|
|
8645
|
-
type context$
|
|
8646
|
-
type context$
|
|
8647
|
-
type context$
|
|
8648
|
-
type context$
|
|
8649
|
-
type context$
|
|
8650
|
-
type context$
|
|
8651
|
-
type context$
|
|
8652
|
-
type context$
|
|
8653
|
-
type context$
|
|
8654
|
-
type context$
|
|
8655
|
-
type context$
|
|
8656
|
-
type context$
|
|
8657
|
-
type context$
|
|
8658
|
-
type context$
|
|
8659
|
-
type context$
|
|
8660
|
-
type context$
|
|
8661
|
-
type context$
|
|
8662
|
-
type context$
|
|
8663
|
-
type context$
|
|
8664
|
-
type context$
|
|
8665
|
-
type context$
|
|
8666
|
-
type context$
|
|
8667
|
-
type context$
|
|
8668
|
-
type context$
|
|
8669
|
-
type context$
|
|
8670
|
-
type context$
|
|
8671
|
-
declare const context$
|
|
8672
|
-
declare const context$
|
|
8673
|
-
declare const context$
|
|
8674
|
-
declare const context$
|
|
8675
|
-
declare const context$
|
|
8676
|
-
declare const context$
|
|
8677
|
-
declare const context$
|
|
8678
|
-
declare const context$
|
|
8679
|
-
declare const context$
|
|
8680
|
-
declare const context$
|
|
8681
|
-
declare const context$
|
|
8682
|
-
declare const context$
|
|
8683
|
-
declare namespace context$
|
|
8684
|
-
export { type ActionEvent$e as ActionEvent, type context$g_AddToCartRequest as AddToCartRequest, type context$g_AddToCartResponse as AddToCartResponse, type context$g_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type context$g_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type context$g_AddToCurrentCartOptions as AddToCurrentCartOptions, type context$g_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$8 as Address, type AddressLocation$7 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$9 as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$c as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type context$g_Cart as Cart, type context$g_CartCreatedEnvelope as CartCreatedEnvelope, type context$g_CartDeletedEnvelope as CartDeletedEnvelope, type context$g_CartDiscount as CartDiscount, type context$g_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type context$g_CartNonNullableFields as CartNonNullableFields, type context$g_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$4 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type context$g_CreateCartRequest as CreateCartRequest, type context$g_CreateCartResponse as CreateCartResponse, type context$g_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type context$g_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type context$g_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type context$g_DeleteCartRequest as DeleteCartRequest, type context$g_DeleteCartResponse as DeleteCartResponse, type context$g_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$5 as DeliveryLogistics, type DeliveryTimeSlot$5 as DeliveryTimeSlot, type Description$2 as Description, type DescriptionLine$4 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$4 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$4 as DescriptionLineName, DescriptionLineType$4 as DescriptionLineType, type DescriptionLineValueOneOf$4 as DescriptionLineValueOneOf, type Details$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$e as DomainEvent, type DomainEventBodyOneOf$e as DomainEventBodyOneOf, type Empty$9 as Empty, type EntityCreatedEvent$e as EntityCreatedEvent, type EntityDeletedEvent$e as EntityDeletedEvent, type EntityUpdatedEvent$e as EntityUpdatedEvent, type context$g_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type context$g_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type context$g_EstimateTotalsRequest as EstimateTotalsRequest, type context$g_EstimateTotalsResponse as EstimateTotalsResponse, type context$g_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$c as EventMetadata, type ExtendedFields$8 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type context$g_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type context$g_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type context$g_GetCartRequest as GetCartRequest, type context$g_GetCartResponse as GetCartResponse, type context$g_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type context$g_GetCurrentCartRequest as GetCurrentCartRequest, type context$g_GetCurrentCartResponse as GetCurrentCartResponse, type context$g_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$4 as GiftCard, type Group$3 as Group, type context$g_HostSelectedMembership as HostSelectedMembership, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$5 as ItemTaxFullDetails, type ItemType$5 as ItemType, ItemTypeItemType$5 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$5 as ItemTypeItemTypeDataOneOf, JurisdictionType$5 as JurisdictionType, type LineItem$5 as LineItem, type LineItemDiscount$5 as LineItemDiscount, type LineItemPricesData$1 as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$3 as ManualCalculationReason, type Membership$3 as Membership, type MembershipName$6 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$e as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$3 as OtherCharge, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$4 as ProductName, RateType$3 as RateType, type context$g_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type context$g_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$e as RestoreInfo, RuleType$4 as RuleType, type Scope$3 as Scope, type SecuredMedia$3 as SecuredMedia, type SelectedCarrierServiceOption$3 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$3 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$3 as SelectedCarrierServiceOptionPrices, type SelectedMembership$3 as SelectedMembership, type SelectedMemberships$3 as SelectedMemberships, type SelectedShippingOption$1 as SelectedShippingOption, type ServiceProperties$4 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$3 as ShippingInformation, type ShippingOption$5 as ShippingOption, type ShippingPrice$5 as ShippingPrice, type ShippingRegion$5 as ShippingRegion, type StreetAddress$7 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, type SystemError$4 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 as TargetTargetTypeOneOf, type TaxBreakdown$3 as TaxBreakdown, type TaxCalculationDetails$3 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$3 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$3 as TaxRateBreakdown, type TaxSummary$5 as TaxSummary, type TaxableAddress$2 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$2 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$2 as TaxableAddressType, type Title$2 as Title, type context$g_UpdateCartRequest as UpdateCartRequest, type context$g_UpdateCartResponse as UpdateCartResponse, type context$g_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type context$g_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type context$g_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type context$g_V1Coupon as V1Coupon, type context$g_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$2 as Violation, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$6 as WeightUnit, type context$g__publicOnCartCreatedType as _publicOnCartCreatedType, type context$g__publicOnCartDeletedType as _publicOnCartDeletedType, type context$g__publicOnCartUpdatedType as _publicOnCartUpdatedType, context$g_addToCurrentCart as addToCurrentCart, context$g_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, context$g_deleteCurrentCart as deleteCurrentCart, context$g_estimateCurrentCartTotals as estimateCurrentCartTotals, context$g_getCurrentCart as getCurrentCart, context$g_onCartCreated as onCartCreated, context$g_onCartDeleted as onCartDeleted, context$g_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, context$g_removeCouponFromCurrentCart as removeCouponFromCurrentCart, context$g_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, context$g_updateCurrentCart as updateCurrentCart, context$g_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
8624
|
+
type context$h_AddToCartRequest = AddToCartRequest;
|
|
8625
|
+
type context$h_AddToCartResponse = AddToCartResponse;
|
|
8626
|
+
type context$h_AddToCartResponseNonNullableFields = AddToCartResponseNonNullableFields;
|
|
8627
|
+
type context$h_AddToCurrentCartAndEstimateTotalsRequest = AddToCurrentCartAndEstimateTotalsRequest;
|
|
8628
|
+
type context$h_AddToCurrentCartOptions = AddToCurrentCartOptions;
|
|
8629
|
+
type context$h_AddToCurrentCartRequest = AddToCurrentCartRequest;
|
|
8630
|
+
type context$h_Cart = Cart;
|
|
8631
|
+
type context$h_CartCreatedEnvelope = CartCreatedEnvelope;
|
|
8632
|
+
type context$h_CartDeletedEnvelope = CartDeletedEnvelope;
|
|
8633
|
+
type context$h_CartDiscount = CartDiscount;
|
|
8634
|
+
type context$h_CartDiscountDiscountSourceOneOf = CartDiscountDiscountSourceOneOf;
|
|
8635
|
+
type context$h_CartNonNullableFields = CartNonNullableFields;
|
|
8636
|
+
type context$h_CartUpdatedEnvelope = CartUpdatedEnvelope;
|
|
8637
|
+
type context$h_CreateCartRequest = CreateCartRequest;
|
|
8638
|
+
type context$h_CreateCartResponse = CreateCartResponse;
|
|
8639
|
+
type context$h_CreateCartResponseNonNullableFields = CreateCartResponseNonNullableFields;
|
|
8640
|
+
type context$h_CreateCheckoutFromCurrentCartOptions = CreateCheckoutFromCurrentCartOptions;
|
|
8641
|
+
type context$h_CreateCheckoutFromCurrentCartRequest = CreateCheckoutFromCurrentCartRequest;
|
|
8642
|
+
type context$h_DeleteCartRequest = DeleteCartRequest;
|
|
8643
|
+
type context$h_DeleteCartResponse = DeleteCartResponse;
|
|
8644
|
+
type context$h_DeleteCurrentCartRequest = DeleteCurrentCartRequest;
|
|
8645
|
+
type context$h_EstimateCurrentCartTotalsOptions = EstimateCurrentCartTotalsOptions;
|
|
8646
|
+
type context$h_EstimateCurrentCartTotalsRequest = EstimateCurrentCartTotalsRequest;
|
|
8647
|
+
type context$h_EstimateTotalsRequest = EstimateTotalsRequest;
|
|
8648
|
+
type context$h_EstimateTotalsResponse = EstimateTotalsResponse;
|
|
8649
|
+
type context$h_EstimateTotalsResponseNonNullableFields = EstimateTotalsResponseNonNullableFields;
|
|
8650
|
+
type context$h_GetCartByCheckoutIdRequest = GetCartByCheckoutIdRequest;
|
|
8651
|
+
type context$h_GetCartByCheckoutIdResponse = GetCartByCheckoutIdResponse;
|
|
8652
|
+
type context$h_GetCartRequest = GetCartRequest;
|
|
8653
|
+
type context$h_GetCartResponse = GetCartResponse;
|
|
8654
|
+
type context$h_GetCartResponseNonNullableFields = GetCartResponseNonNullableFields;
|
|
8655
|
+
type context$h_GetCurrentCartRequest = GetCurrentCartRequest;
|
|
8656
|
+
type context$h_GetCurrentCartResponse = GetCurrentCartResponse;
|
|
8657
|
+
type context$h_GetCurrentCartResponseNonNullableFields = GetCurrentCartResponseNonNullableFields;
|
|
8658
|
+
type context$h_HostSelectedMembership = HostSelectedMembership;
|
|
8659
|
+
type context$h_RemoveCouponFromCurrentCartRequest = RemoveCouponFromCurrentCartRequest;
|
|
8660
|
+
type context$h_RemoveLineItemsFromCurrentCartRequest = RemoveLineItemsFromCurrentCartRequest;
|
|
8661
|
+
type context$h_UpdateCartRequest = UpdateCartRequest;
|
|
8662
|
+
type context$h_UpdateCartResponse = UpdateCartResponse;
|
|
8663
|
+
type context$h_UpdateCartResponseNonNullableFields = UpdateCartResponseNonNullableFields;
|
|
8664
|
+
type context$h_UpdateCurrentCartLineItemQuantityRequest = UpdateCurrentCartLineItemQuantityRequest;
|
|
8665
|
+
type context$h_UpdateCurrentCartOptions = UpdateCurrentCartOptions;
|
|
8666
|
+
type context$h_V1Coupon = V1Coupon;
|
|
8667
|
+
type context$h_V1MerchantDiscount = V1MerchantDiscount;
|
|
8668
|
+
type context$h__publicOnCartCreatedType = _publicOnCartCreatedType;
|
|
8669
|
+
type context$h__publicOnCartDeletedType = _publicOnCartDeletedType;
|
|
8670
|
+
type context$h__publicOnCartUpdatedType = _publicOnCartUpdatedType;
|
|
8671
|
+
declare const context$h_addToCurrentCart: typeof addToCurrentCart;
|
|
8672
|
+
declare const context$h_createCheckoutFromCurrentCart: typeof createCheckoutFromCurrentCart;
|
|
8673
|
+
declare const context$h_deleteCurrentCart: typeof deleteCurrentCart;
|
|
8674
|
+
declare const context$h_estimateCurrentCartTotals: typeof estimateCurrentCartTotals;
|
|
8675
|
+
declare const context$h_getCurrentCart: typeof getCurrentCart;
|
|
8676
|
+
declare const context$h_onCartCreated: typeof onCartCreated;
|
|
8677
|
+
declare const context$h_onCartDeleted: typeof onCartDeleted;
|
|
8678
|
+
declare const context$h_onCartUpdated: typeof onCartUpdated;
|
|
8679
|
+
declare const context$h_removeCouponFromCurrentCart: typeof removeCouponFromCurrentCart;
|
|
8680
|
+
declare const context$h_removeLineItemsFromCurrentCart: typeof removeLineItemsFromCurrentCart;
|
|
8681
|
+
declare const context$h_updateCurrentCart: typeof updateCurrentCart;
|
|
8682
|
+
declare const context$h_updateCurrentCartLineItemQuantity: typeof updateCurrentCartLineItemQuantity;
|
|
8683
|
+
declare namespace context$h {
|
|
8684
|
+
export { type ActionEvent$e as ActionEvent, type context$h_AddToCartRequest as AddToCartRequest, type context$h_AddToCartResponse as AddToCartResponse, type context$h_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type context$h_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type context$h_AddToCurrentCartOptions as AddToCurrentCartOptions, type context$h_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$8 as Address, type AddressLocation$7 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$9 as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$c as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type context$h_Cart as Cart, type context$h_CartCreatedEnvelope as CartCreatedEnvelope, type context$h_CartDeletedEnvelope as CartDeletedEnvelope, type context$h_CartDiscount as CartDiscount, type context$h_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type context$h_CartNonNullableFields as CartNonNullableFields, type context$h_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$4 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type context$h_CreateCartRequest as CreateCartRequest, type context$h_CreateCartResponse as CreateCartResponse, type context$h_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type context$h_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type context$h_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type context$h_DeleteCartRequest as DeleteCartRequest, type context$h_DeleteCartResponse as DeleteCartResponse, type context$h_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$5 as DeliveryLogistics, type DeliveryTimeSlot$5 as DeliveryTimeSlot, type Description$2 as Description, type DescriptionLine$4 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$4 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$4 as DescriptionLineName, DescriptionLineType$4 as DescriptionLineType, type DescriptionLineValueOneOf$4 as DescriptionLineValueOneOf, type Details$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$e as DomainEvent, type DomainEventBodyOneOf$e as DomainEventBodyOneOf, type Empty$9 as Empty, type EntityCreatedEvent$e as EntityCreatedEvent, type EntityDeletedEvent$e as EntityDeletedEvent, type EntityUpdatedEvent$e as EntityUpdatedEvent, type context$h_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type context$h_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type context$h_EstimateTotalsRequest as EstimateTotalsRequest, type context$h_EstimateTotalsResponse as EstimateTotalsResponse, type context$h_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$c as EventMetadata, type ExtendedFields$8 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type context$h_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type context$h_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type context$h_GetCartRequest as GetCartRequest, type context$h_GetCartResponse as GetCartResponse, type context$h_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type context$h_GetCurrentCartRequest as GetCurrentCartRequest, type context$h_GetCurrentCartResponse as GetCurrentCartResponse, type context$h_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$3 as Group, type context$h_HostSelectedMembership as HostSelectedMembership, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$5 as ItemTaxFullDetails, type ItemType$5 as ItemType, ItemTypeItemType$5 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$5 as ItemTypeItemTypeDataOneOf, JurisdictionType$5 as JurisdictionType, type LineItem$5 as LineItem, type LineItemDiscount$5 as LineItemDiscount, type LineItemPricesData$1 as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$3 as ManualCalculationReason, type Membership$3 as Membership, type MembershipName$6 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$e as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$3 as OtherCharge, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$4 as ProductName, RateType$3 as RateType, type context$h_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type context$h_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 TaxableAddress$2 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$2 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$2 as TaxableAddressType, type Title$2 as Title, type context$h_UpdateCartRequest as UpdateCartRequest, type context$h_UpdateCartResponse as UpdateCartResponse, type context$h_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type context$h_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type context$h_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type context$h_V1Coupon as V1Coupon, type context$h_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$2 as Violation, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$6 as WeightUnit, type context$h__publicOnCartCreatedType as _publicOnCartCreatedType, type context$h__publicOnCartDeletedType as _publicOnCartDeletedType, type context$h__publicOnCartUpdatedType as _publicOnCartUpdatedType, context$h_addToCurrentCart as addToCurrentCart, context$h_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, context$h_deleteCurrentCart as deleteCurrentCart, context$h_estimateCurrentCartTotals as estimateCurrentCartTotals, context$h_getCurrentCart as getCurrentCart, context$h_onCartCreated as onCartCreated, context$h_onCartDeleted as onCartDeleted, context$h_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, context$h_removeCouponFromCurrentCart as removeCouponFromCurrentCart, context$h_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, context$h_updateCurrentCart as updateCurrentCart, context$h_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
8685
8685
|
}
|
|
8686
8686
|
|
|
8687
8687
|
interface Checkout$1 {
|
|
@@ -8726,7 +8726,7 @@ interface Checkout$1 {
|
|
|
8726
8726
|
* >**Note:** Gift cards are supported through the Wix UI, though the service plugin is not currently available. Learn more about [Wix Gift Cards](https://support.wix.com/en/article/wix-stores-setting-up-wix-gift-cards).
|
|
8727
8727
|
* @readonly
|
|
8728
8728
|
*/
|
|
8729
|
-
giftCard?: GiftCard$
|
|
8729
|
+
giftCard?: GiftCard$4;
|
|
8730
8730
|
/**
|
|
8731
8731
|
* Applied discounts.
|
|
8732
8732
|
* @readonly
|
|
@@ -9736,7 +9736,7 @@ interface CarrierError$3 {
|
|
|
9736
9736
|
/** Error details. */
|
|
9737
9737
|
error?: Details$3;
|
|
9738
9738
|
}
|
|
9739
|
-
interface GiftCard$
|
|
9739
|
+
interface GiftCard$4 {
|
|
9740
9740
|
/**
|
|
9741
9741
|
* Gift Card ID.
|
|
9742
9742
|
* @deprecated
|
|
@@ -11274,7 +11274,7 @@ interface CalculationErrorsNonNullableFields$2 {
|
|
|
11274
11274
|
membershipError?: DetailsNonNullableFields$2;
|
|
11275
11275
|
discountsCalculationError?: DetailsNonNullableFields$2;
|
|
11276
11276
|
}
|
|
11277
|
-
interface GiftCardNonNullableFields$
|
|
11277
|
+
interface GiftCardNonNullableFields$2 {
|
|
11278
11278
|
_id: string;
|
|
11279
11279
|
obfuscatedCode: string;
|
|
11280
11280
|
amount?: MultiCurrencyPriceNonNullableFields$1;
|
|
@@ -11423,7 +11423,7 @@ interface CheckoutNonNullableFields {
|
|
|
11423
11423
|
conversionCurrency: string;
|
|
11424
11424
|
priceSummary?: PriceSummaryNonNullableFields$3;
|
|
11425
11425
|
calculationErrors?: CalculationErrorsNonNullableFields$2;
|
|
11426
|
-
giftCard?: GiftCardNonNullableFields$
|
|
11426
|
+
giftCard?: GiftCardNonNullableFields$2;
|
|
11427
11427
|
appliedDiscounts: AppliedDiscountNonNullableFields$3[];
|
|
11428
11428
|
customFields: CustomFieldNonNullableFields$2[];
|
|
11429
11429
|
weightUnit: WeightUnit$5;
|
|
@@ -11618,7 +11618,7 @@ interface UpdateCheckout {
|
|
|
11618
11618
|
* >**Note:** Gift cards are supported through the Wix UI, though the service plugin is not currently available. Learn more about [Wix Gift Cards](https://support.wix.com/en/article/wix-stores-setting-up-wix-gift-cards).
|
|
11619
11619
|
* @readonly
|
|
11620
11620
|
*/
|
|
11621
|
-
giftCard?: GiftCard$
|
|
11621
|
+
giftCard?: GiftCard$4;
|
|
11622
11622
|
/**
|
|
11623
11623
|
* Applied discounts.
|
|
11624
11624
|
* @readonly
|
|
@@ -11992,107 +11992,107 @@ type _publicOnCheckoutCompletedType = typeof onCheckoutCompleted$1;
|
|
|
11992
11992
|
*/
|
|
11993
11993
|
declare const onCheckoutCompleted: ReturnType<typeof createEventModule$b<_publicOnCheckoutCompletedType>>;
|
|
11994
11994
|
|
|
11995
|
-
type context$
|
|
11996
|
-
type context$
|
|
11997
|
-
type context$
|
|
11998
|
-
type context$
|
|
11999
|
-
type context$
|
|
12000
|
-
type context$
|
|
12001
|
-
declare const context$
|
|
12002
|
-
type context$
|
|
12003
|
-
type context$
|
|
12004
|
-
type context$
|
|
12005
|
-
type context$
|
|
12006
|
-
type context$
|
|
12007
|
-
type context$
|
|
12008
|
-
type context$
|
|
12009
|
-
type context$
|
|
12010
|
-
declare const context$
|
|
12011
|
-
type context$
|
|
12012
|
-
type context$
|
|
12013
|
-
type context$
|
|
12014
|
-
type context$
|
|
12015
|
-
type context$
|
|
12016
|
-
type context$
|
|
12017
|
-
type context$
|
|
12018
|
-
type context$
|
|
12019
|
-
type context$
|
|
12020
|
-
type context$
|
|
12021
|
-
declare const context$
|
|
12022
|
-
type context$
|
|
12023
|
-
type context$
|
|
12024
|
-
type context$
|
|
12025
|
-
type context$
|
|
12026
|
-
type context$
|
|
12027
|
-
type context$
|
|
12028
|
-
type context$
|
|
12029
|
-
type context$
|
|
12030
|
-
type context$
|
|
12031
|
-
type context$
|
|
12032
|
-
type context$
|
|
12033
|
-
type context$
|
|
12034
|
-
type context$
|
|
12035
|
-
type context$
|
|
12036
|
-
type context$
|
|
12037
|
-
type context$
|
|
12038
|
-
type context$
|
|
12039
|
-
type context$
|
|
12040
|
-
type context$
|
|
12041
|
-
type context$
|
|
12042
|
-
type context$
|
|
12043
|
-
type context$
|
|
12044
|
-
type context$
|
|
12045
|
-
type context$
|
|
12046
|
-
type context$
|
|
12047
|
-
type context$
|
|
12048
|
-
type context$
|
|
12049
|
-
type context$
|
|
12050
|
-
type context$
|
|
12051
|
-
type context$
|
|
12052
|
-
type context$
|
|
12053
|
-
type context$
|
|
12054
|
-
type context$
|
|
12055
|
-
type context$
|
|
12056
|
-
type context$
|
|
12057
|
-
type context$
|
|
12058
|
-
type context$
|
|
12059
|
-
type context$
|
|
12060
|
-
type context$
|
|
12061
|
-
type context$
|
|
12062
|
-
type context$
|
|
12063
|
-
type context$
|
|
12064
|
-
type context$
|
|
12065
|
-
type context$
|
|
12066
|
-
type context$
|
|
12067
|
-
type context$
|
|
12068
|
-
type context$
|
|
12069
|
-
type context$
|
|
12070
|
-
type context$
|
|
12071
|
-
type context$
|
|
12072
|
-
type context$
|
|
12073
|
-
type context$
|
|
12074
|
-
type context$
|
|
12075
|
-
type context$
|
|
12076
|
-
type context$
|
|
12077
|
-
type context$
|
|
12078
|
-
type context$
|
|
12079
|
-
declare const context$
|
|
12080
|
-
declare const context$
|
|
12081
|
-
declare const context$
|
|
12082
|
-
declare const context$
|
|
12083
|
-
declare const context$
|
|
12084
|
-
declare const context$
|
|
12085
|
-
declare const context$
|
|
12086
|
-
declare const context$
|
|
12087
|
-
declare const context$
|
|
12088
|
-
declare const context$
|
|
12089
|
-
declare const context$
|
|
12090
|
-
declare const context$
|
|
12091
|
-
declare const context$
|
|
12092
|
-
declare const context$
|
|
12093
|
-
declare const context$
|
|
12094
|
-
declare namespace context$
|
|
12095
|
-
export { type ActionEvent$d as ActionEvent, type context$f_AddToCheckoutOptions as AddToCheckoutOptions, type context$f_AddToCheckoutRequest as AddToCheckoutRequest, type context$f_AddToCheckoutResponse as AddToCheckoutResponse, type context$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type context$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, context$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type context$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$f_CommonVatId as CommonVatId, context$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$f_CreateCheckoutOptions as CreateCheckoutOptions, type context$f_CreateCheckoutRequest as CreateCheckoutRequest, type context$f_CreateCheckoutResponse as CreateCheckoutResponse, type context$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type context$f_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, context$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type context$f_DoublePaymentErrorData as DoublePaymentErrorData, type context$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type context$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$f_GetCheckoutRequest as GetCheckoutRequest, type context$f_GetCheckoutResponse as GetCheckoutResponse, type context$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type context$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type context$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type context$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$f_RedeemErrorData as RedeemErrorData, type context$f_RemoveCouponRequest as RemoveCouponRequest, type context$f_RemoveCouponResponse as RemoveCouponResponse, type context$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type context$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type context$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type context$f_Subscription as Subscription, type context$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type Title$1 as Title, type Totals$1 as Totals, type context$f_UpdateCheckout as UpdateCheckout, type context$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$f_V1BuyerInfo as V1BuyerInfo, type context$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$f_V1ShippingInfo as V1ShippingInfo, type context$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type context$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$f_addToCheckout as addToCheckout, context$f_createCheckout as createCheckout, createOrder$2 as createOrder, context$f_getCheckout as getCheckout, context$f_getCheckoutByCartId as getCheckoutByCartId, context$f_getCheckoutUrl as getCheckoutUrl, context$f_markCheckoutAsCompleted as markCheckoutAsCompleted, context$f_onCheckoutCompleted as onCheckoutCompleted, context$f_onCheckoutCreated as onCheckoutCreated, context$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$f_removeCoupon as removeCoupon, context$f_removeGiftCard as removeGiftCard, context$f_removeLineItems as removeLineItems, context$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$f_updateCheckout as updateCheckout, context$f_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
11995
|
+
type context$g_AddToCheckoutOptions = AddToCheckoutOptions;
|
|
11996
|
+
type context$g_AddToCheckoutRequest = AddToCheckoutRequest;
|
|
11997
|
+
type context$g_AddToCheckoutResponse = AddToCheckoutResponse;
|
|
11998
|
+
type context$g_AddToCheckoutResponseNonNullableFields = AddToCheckoutResponseNonNullableFields;
|
|
11999
|
+
type context$g_ApiAddress = ApiAddress;
|
|
12000
|
+
type context$g_ChannelInfoChannelType = ChannelInfoChannelType;
|
|
12001
|
+
declare const context$g_ChannelInfoChannelType: typeof ChannelInfoChannelType;
|
|
12002
|
+
type context$g_ChargeDetails = ChargeDetails;
|
|
12003
|
+
type context$g_CheckoutCompletedEnvelope = CheckoutCompletedEnvelope;
|
|
12004
|
+
type context$g_CheckoutCreatedEnvelope = CheckoutCreatedEnvelope;
|
|
12005
|
+
type context$g_CheckoutMarkedAsCompleted = CheckoutMarkedAsCompleted;
|
|
12006
|
+
type context$g_CheckoutNonNullableFields = CheckoutNonNullableFields;
|
|
12007
|
+
type context$g_CheckoutUpdatedEnvelope = CheckoutUpdatedEnvelope;
|
|
12008
|
+
type context$g_CommonVatId = CommonVatId;
|
|
12009
|
+
type context$g_CommonVatType = CommonVatType;
|
|
12010
|
+
declare const context$g_CommonVatType: typeof CommonVatType;
|
|
12011
|
+
type context$g_CreateCheckoutOptions = CreateCheckoutOptions;
|
|
12012
|
+
type context$g_CreateCheckoutRequest = CreateCheckoutRequest;
|
|
12013
|
+
type context$g_CreateCheckoutResponse = CreateCheckoutResponse;
|
|
12014
|
+
type context$g_CreateCheckoutResponseNonNullableFields = CreateCheckoutResponseNonNullableFields;
|
|
12015
|
+
type context$g_CreateOrderAndChargeRequest = CreateOrderAndChargeRequest;
|
|
12016
|
+
type context$g_CreateOrderAndChargeResponse = CreateOrderAndChargeResponse;
|
|
12017
|
+
type context$g_CreateOrderAndChargeResponseIdOneOf = CreateOrderAndChargeResponseIdOneOf;
|
|
12018
|
+
type context$g_CreateOrderOptions = CreateOrderOptions;
|
|
12019
|
+
type context$g_CreateOrderResponseIdOneOf = CreateOrderResponseIdOneOf;
|
|
12020
|
+
type context$g_DiscountDiscountType = DiscountDiscountType;
|
|
12021
|
+
declare const context$g_DiscountDiscountType: typeof DiscountDiscountType;
|
|
12022
|
+
type context$g_DoublePaymentErrorData = DoublePaymentErrorData;
|
|
12023
|
+
type context$g_DoublePaymentErrorDataIdOneOf = DoublePaymentErrorDataIdOneOf;
|
|
12024
|
+
type context$g_GetCheckoutByCartIdRequest = GetCheckoutByCartIdRequest;
|
|
12025
|
+
type context$g_GetCheckoutByCartIdResponse = GetCheckoutByCartIdResponse;
|
|
12026
|
+
type context$g_GetCheckoutByCartIdResponseNonNullableFields = GetCheckoutByCartIdResponseNonNullableFields;
|
|
12027
|
+
type context$g_GetCheckoutRequest = GetCheckoutRequest;
|
|
12028
|
+
type context$g_GetCheckoutResponse = GetCheckoutResponse;
|
|
12029
|
+
type context$g_GetCheckoutResponseNonNullableFields = GetCheckoutResponseNonNullableFields;
|
|
12030
|
+
type context$g_GetCheckoutURLRequest = GetCheckoutURLRequest;
|
|
12031
|
+
type context$g_GetCheckoutURLResponse = GetCheckoutURLResponse;
|
|
12032
|
+
type context$g_GetCheckoutURLResponseNonNullableFields = GetCheckoutURLResponseNonNullableFields;
|
|
12033
|
+
type context$g_GetCheckoutWithAllExtendedFieldsRequest = GetCheckoutWithAllExtendedFieldsRequest;
|
|
12034
|
+
type context$g_GetCheckoutWithAllExtendedFieldsResponse = GetCheckoutWithAllExtendedFieldsResponse;
|
|
12035
|
+
type context$g_GetWixCheckoutURLRequest = GetWixCheckoutURLRequest;
|
|
12036
|
+
type context$g_GetWixCheckoutURLResponse = GetWixCheckoutURLResponse;
|
|
12037
|
+
type context$g_LineItemQuantityUpdate = LineItemQuantityUpdate;
|
|
12038
|
+
type context$g_MarkCheckoutAsCompletedRequest = MarkCheckoutAsCompletedRequest;
|
|
12039
|
+
type context$g_MarkCheckoutAsCompletedResponse = MarkCheckoutAsCompletedResponse;
|
|
12040
|
+
type context$g_PaymentErrorResponseData = PaymentErrorResponseData;
|
|
12041
|
+
type context$g_ProductDetails = ProductDetails;
|
|
12042
|
+
type context$g_RedeemErrorData = RedeemErrorData;
|
|
12043
|
+
type context$g_RemoveCouponRequest = RemoveCouponRequest;
|
|
12044
|
+
type context$g_RemoveCouponResponse = RemoveCouponResponse;
|
|
12045
|
+
type context$g_RemoveCouponResponseNonNullableFields = RemoveCouponResponseNonNullableFields;
|
|
12046
|
+
type context$g_RemoveGiftCardRequest = RemoveGiftCardRequest;
|
|
12047
|
+
type context$g_RemoveGiftCardResponse = RemoveGiftCardResponse;
|
|
12048
|
+
type context$g_RemoveGiftCardResponseNonNullableFields = RemoveGiftCardResponseNonNullableFields;
|
|
12049
|
+
type context$g_RemoveLineItemsRequest = RemoveLineItemsRequest;
|
|
12050
|
+
type context$g_RemoveLineItemsResponse = RemoveLineItemsResponse;
|
|
12051
|
+
type context$g_RemoveLineItemsResponseNonNullableFields = RemoveLineItemsResponseNonNullableFields;
|
|
12052
|
+
type context$g_RemoveOverrideCheckoutUrlRequest = RemoveOverrideCheckoutUrlRequest;
|
|
12053
|
+
type context$g_RemoveOverrideCheckoutUrlResponse = RemoveOverrideCheckoutUrlResponse;
|
|
12054
|
+
type context$g_RemoveOverrideCheckoutUrlResponseNonNullableFields = RemoveOverrideCheckoutUrlResponseNonNullableFields;
|
|
12055
|
+
type context$g_ShippingCalculationErrorData = ShippingCalculationErrorData;
|
|
12056
|
+
type context$g_ShippingCalculationErrorDataShippingCalculationErrorOneOf = ShippingCalculationErrorDataShippingCalculationErrorOneOf;
|
|
12057
|
+
type context$g_StoreSettings = StoreSettings;
|
|
12058
|
+
type context$g_Subscription = Subscription;
|
|
12059
|
+
type context$g_SubscriptionCreated = SubscriptionCreated;
|
|
12060
|
+
type context$g_UpdateCheckout = UpdateCheckout;
|
|
12061
|
+
type context$g_UpdateCheckoutOptions = UpdateCheckoutOptions;
|
|
12062
|
+
type context$g_UpdateCheckoutRequest = UpdateCheckoutRequest;
|
|
12063
|
+
type context$g_UpdateCheckoutResponse = UpdateCheckoutResponse;
|
|
12064
|
+
type context$g_UpdateCheckoutResponseNonNullableFields = UpdateCheckoutResponseNonNullableFields;
|
|
12065
|
+
type context$g_UpdateLineItemsQuantityRequest = UpdateLineItemsQuantityRequest;
|
|
12066
|
+
type context$g_UpdateLineItemsQuantityResponse = UpdateLineItemsQuantityResponse;
|
|
12067
|
+
type context$g_UpdateLineItemsQuantityResponseNonNullableFields = UpdateLineItemsQuantityResponseNonNullableFields;
|
|
12068
|
+
type context$g_UpdatedCheckoutMessage = UpdatedCheckoutMessage;
|
|
12069
|
+
type context$g_V1BuyerInfo = V1BuyerInfo;
|
|
12070
|
+
type context$g_V1CustomField = V1CustomField;
|
|
12071
|
+
type context$g_V1ShippingInfo = V1ShippingInfo;
|
|
12072
|
+
type context$g_V1ShippingInfoDetailsOneOf = V1ShippingInfoDetailsOneOf;
|
|
12073
|
+
type context$g_V1SubscriptionOptionInfo = V1SubscriptionOptionInfo;
|
|
12074
|
+
type context$g_V1SubscriptionSettings = V1SubscriptionSettings;
|
|
12075
|
+
type context$g_ViolationsList = ViolationsList;
|
|
12076
|
+
type context$g__publicOnCheckoutCompletedType = _publicOnCheckoutCompletedType;
|
|
12077
|
+
type context$g__publicOnCheckoutCreatedType = _publicOnCheckoutCreatedType;
|
|
12078
|
+
type context$g__publicOnCheckoutUpdatedType = _publicOnCheckoutUpdatedType;
|
|
12079
|
+
declare const context$g_addToCheckout: typeof addToCheckout;
|
|
12080
|
+
declare const context$g_createCheckout: typeof createCheckout;
|
|
12081
|
+
declare const context$g_getCheckout: typeof getCheckout;
|
|
12082
|
+
declare const context$g_getCheckoutByCartId: typeof getCheckoutByCartId;
|
|
12083
|
+
declare const context$g_getCheckoutUrl: typeof getCheckoutUrl;
|
|
12084
|
+
declare const context$g_markCheckoutAsCompleted: typeof markCheckoutAsCompleted;
|
|
12085
|
+
declare const context$g_onCheckoutCompleted: typeof onCheckoutCompleted;
|
|
12086
|
+
declare const context$g_onCheckoutCreated: typeof onCheckoutCreated;
|
|
12087
|
+
declare const context$g_onCheckoutUpdated: typeof onCheckoutUpdated;
|
|
12088
|
+
declare const context$g_removeCoupon: typeof removeCoupon;
|
|
12089
|
+
declare const context$g_removeGiftCard: typeof removeGiftCard;
|
|
12090
|
+
declare const context$g_removeLineItems: typeof removeLineItems;
|
|
12091
|
+
declare const context$g_removeOverrideCheckoutUrl: typeof removeOverrideCheckoutUrl;
|
|
12092
|
+
declare const context$g_updateCheckout: typeof updateCheckout;
|
|
12093
|
+
declare const context$g_updateLineItemsQuantity: typeof updateLineItemsQuantity;
|
|
12094
|
+
declare namespace context$g {
|
|
12095
|
+
export { type ActionEvent$d as ActionEvent, type context$g_AddToCheckoutOptions as AddToCheckoutOptions, type context$g_AddToCheckoutRequest as AddToCheckoutRequest, type context$g_AddToCheckoutResponse as AddToCheckoutResponse, type context$g_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type context$g_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, context$g_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$g_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type context$g_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$g_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$g_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$g_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$g_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$g_CommonVatId as CommonVatId, context$g_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$g_CreateCheckoutOptions as CreateCheckoutOptions, type context$g_CreateCheckoutRequest as CreateCheckoutRequest, type context$g_CreateCheckoutResponse as CreateCheckoutResponse, type context$g_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$g_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$g_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$g_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type context$g_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$g_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, context$g_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type context$g_DoublePaymentErrorData as DoublePaymentErrorData, type context$g_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$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type context$g_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$g_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$g_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$g_GetCheckoutRequest as GetCheckoutRequest, type context$g_GetCheckoutResponse as GetCheckoutResponse, type context$g_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$g_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$g_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$g_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$g_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$g_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$g_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$g_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$4 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type context$g_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$g_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$g_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type context$g_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type context$g_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$g_RedeemErrorData as RedeemErrorData, type context$g_RemoveCouponRequest as RemoveCouponRequest, type context$g_RemoveCouponResponse as RemoveCouponResponse, type context$g_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$g_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$g_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$g_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$g_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$g_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$g_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$g_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$g_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$g_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type context$g_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$g_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type context$g_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type context$g_Subscription as Subscription, type context$g_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 TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type Title$1 as Title, type Totals$1 as Totals, type context$g_UpdateCheckout as UpdateCheckout, type context$g_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$g_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$g_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$g_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$g_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$g_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$g_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$g_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$g_V1BuyerInfo as V1BuyerInfo, type context$g_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$g_V1ShippingInfo as V1ShippingInfo, type context$g_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$g_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$g_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type context$g_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$g__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$g__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$g__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$g_addToCheckout as addToCheckout, context$g_createCheckout as createCheckout, createOrder$2 as createOrder, context$g_getCheckout as getCheckout, context$g_getCheckoutByCartId as getCheckoutByCartId, context$g_getCheckoutUrl as getCheckoutUrl, context$g_markCheckoutAsCompleted as markCheckoutAsCompleted, context$g_onCheckoutCompleted as onCheckoutCompleted, context$g_onCheckoutCreated as onCheckoutCreated, context$g_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$g_removeCoupon as removeCoupon, context$g_removeGiftCard as removeGiftCard, context$g_removeLineItems as removeLineItems, context$g_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$g_updateCheckout as updateCheckout, context$g_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
12096
12096
|
}
|
|
12097
12097
|
|
|
12098
12098
|
interface CheckoutSettings {
|
|
@@ -12520,41 +12520,41 @@ type _publicOnCheckoutSettingsUpdatedType = typeof onCheckoutSettingsUpdated$1;
|
|
|
12520
12520
|
*/
|
|
12521
12521
|
declare const onCheckoutSettingsUpdated: ReturnType<typeof createEventModule$a<_publicOnCheckoutSettingsUpdatedType>>;
|
|
12522
12522
|
|
|
12523
|
-
type context$
|
|
12524
|
-
declare const context$
|
|
12525
|
-
type context$
|
|
12526
|
-
type context$
|
|
12527
|
-
type context$
|
|
12528
|
-
type context$
|
|
12529
|
-
type context$
|
|
12530
|
-
type context$
|
|
12531
|
-
type context$
|
|
12532
|
-
type context$
|
|
12533
|
-
type context$
|
|
12534
|
-
type context$
|
|
12535
|
-
type context$
|
|
12536
|
-
type context$
|
|
12537
|
-
type context$
|
|
12538
|
-
type context$
|
|
12539
|
-
type context$
|
|
12540
|
-
type context$
|
|
12541
|
-
type context$
|
|
12542
|
-
type context$
|
|
12543
|
-
type context$
|
|
12544
|
-
type context$
|
|
12545
|
-
declare const context$
|
|
12546
|
-
type context$
|
|
12547
|
-
type context$
|
|
12548
|
-
type context$
|
|
12549
|
-
type context$
|
|
12550
|
-
type context$
|
|
12551
|
-
type context$
|
|
12552
|
-
type context$
|
|
12553
|
-
declare const context$
|
|
12554
|
-
declare const context$
|
|
12555
|
-
declare const context$
|
|
12556
|
-
declare namespace context$
|
|
12557
|
-
export { type ActionEvent$c as ActionEvent, context$
|
|
12523
|
+
type context$f_Alignment = Alignment;
|
|
12524
|
+
declare const context$f_Alignment: typeof Alignment;
|
|
12525
|
+
type context$f_CheckboxField = CheckboxField;
|
|
12526
|
+
type context$f_CheckoutBrand = CheckoutBrand;
|
|
12527
|
+
type context$f_CheckoutFields = CheckoutFields;
|
|
12528
|
+
type context$f_CheckoutHeader = CheckoutHeader;
|
|
12529
|
+
type context$f_CheckoutPolicies = CheckoutPolicies;
|
|
12530
|
+
type context$f_CheckoutSettings = CheckoutSettings;
|
|
12531
|
+
type context$f_CheckoutSettingsUpdatedEnvelope = CheckoutSettingsUpdatedEnvelope;
|
|
12532
|
+
type context$f_ContactUsPolicy = ContactUsPolicy;
|
|
12533
|
+
type context$f_CustomCheckoutPolicy = CustomCheckoutPolicy;
|
|
12534
|
+
type context$f_DeleteCheckoutSettingsRequest = DeleteCheckoutSettingsRequest;
|
|
12535
|
+
type context$f_DeleteCheckoutSettingsResponse = DeleteCheckoutSettingsResponse;
|
|
12536
|
+
type context$f_DigitalItemPolicy = DigitalItemPolicy;
|
|
12537
|
+
type context$f_GetCheckoutSettingsRequest = GetCheckoutSettingsRequest;
|
|
12538
|
+
type context$f_GetCheckoutSettingsResponse = GetCheckoutSettingsResponse;
|
|
12539
|
+
type context$f_GetCheckoutSettingsResponseNonNullableFields = GetCheckoutSettingsResponseNonNullableFields;
|
|
12540
|
+
type context$f_GiftCardProviderWasProvisioned = GiftCardProviderWasProvisioned;
|
|
12541
|
+
type context$f_ListCheckoutSettingsRequest = ListCheckoutSettingsRequest;
|
|
12542
|
+
type context$f_ListCheckoutSettingsResponse = ListCheckoutSettingsResponse;
|
|
12543
|
+
type context$f_Logo = Logo;
|
|
12544
|
+
type context$f_LogoSize = LogoSize;
|
|
12545
|
+
declare const context$f_LogoSize: typeof LogoSize;
|
|
12546
|
+
type context$f_PrivacyPolicy = PrivacyPolicy;
|
|
12547
|
+
type context$f_ReturnPolicy = ReturnPolicy;
|
|
12548
|
+
type context$f_TermsAndConditionsPolicy = TermsAndConditionsPolicy;
|
|
12549
|
+
type context$f_UpdateCheckoutSettingsRequest = UpdateCheckoutSettingsRequest;
|
|
12550
|
+
type context$f_UpdateCheckoutSettingsResponse = UpdateCheckoutSettingsResponse;
|
|
12551
|
+
type context$f_UpdateCheckoutSettingsResponseNonNullableFields = UpdateCheckoutSettingsResponseNonNullableFields;
|
|
12552
|
+
type context$f__publicOnCheckoutSettingsUpdatedType = _publicOnCheckoutSettingsUpdatedType;
|
|
12553
|
+
declare const context$f_getCheckoutSettings: typeof getCheckoutSettings;
|
|
12554
|
+
declare const context$f_onCheckoutSettingsUpdated: typeof onCheckoutSettingsUpdated;
|
|
12555
|
+
declare const context$f_updateCheckoutSettings: typeof updateCheckoutSettings;
|
|
12556
|
+
declare namespace context$f {
|
|
12557
|
+
export { type ActionEvent$c as ActionEvent, context$f_Alignment as Alignment, type BaseEventMetadata$a as BaseEventMetadata, type context$f_CheckboxField as CheckboxField, type context$f_CheckoutBrand as CheckoutBrand, type context$f_CheckoutFields as CheckoutFields, type context$f_CheckoutHeader as CheckoutHeader, type context$f_CheckoutPolicies as CheckoutPolicies, type context$f_CheckoutSettings as CheckoutSettings, type context$f_CheckoutSettingsUpdatedEnvelope as CheckoutSettingsUpdatedEnvelope, type context$f_ContactUsPolicy as ContactUsPolicy, type context$f_CustomCheckoutPolicy as CustomCheckoutPolicy, type context$f_DeleteCheckoutSettingsRequest as DeleteCheckoutSettingsRequest, type context$f_DeleteCheckoutSettingsResponse as DeleteCheckoutSettingsResponse, type context$f_DigitalItemPolicy as DigitalItemPolicy, type DomainEvent$c as DomainEvent, type DomainEventBodyOneOf$c as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$c as EntityCreatedEvent, type EntityDeletedEvent$c as EntityDeletedEvent, type EntityUpdatedEvent$c as EntityUpdatedEvent, type EventMetadata$a as EventMetadata, type context$f_GetCheckoutSettingsRequest as GetCheckoutSettingsRequest, type context$f_GetCheckoutSettingsResponse as GetCheckoutSettingsResponse, type context$f_GetCheckoutSettingsResponseNonNullableFields as GetCheckoutSettingsResponseNonNullableFields, type context$f_GiftCardProviderWasProvisioned as GiftCardProviderWasProvisioned, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type context$f_ListCheckoutSettingsRequest as ListCheckoutSettingsRequest, type context$f_ListCheckoutSettingsResponse as ListCheckoutSettingsResponse, type context$f_Logo as Logo, context$f_LogoSize as LogoSize, type MessageEnvelope$c as MessageEnvelope, type context$f_PrivacyPolicy as PrivacyPolicy, type RestoreInfo$c as RestoreInfo, type context$f_ReturnPolicy as ReturnPolicy, type context$f_TermsAndConditionsPolicy as TermsAndConditionsPolicy, type context$f_UpdateCheckoutSettingsRequest as UpdateCheckoutSettingsRequest, type context$f_UpdateCheckoutSettingsResponse as UpdateCheckoutSettingsResponse, type context$f_UpdateCheckoutSettingsResponseNonNullableFields as UpdateCheckoutSettingsResponseNonNullableFields, WebhookIdentityType$c as WebhookIdentityType, type context$f__publicOnCheckoutSettingsUpdatedType as _publicOnCheckoutSettingsUpdatedType, context$f_getCheckoutSettings as getCheckoutSettings, context$f_onCheckoutSettingsUpdated as onCheckoutSettingsUpdated, onCheckoutSettingsUpdated$1 as publicOnCheckoutSettingsUpdated, context$f_updateCheckoutSettings as updateCheckoutSettings };
|
|
12558
12558
|
}
|
|
12559
12559
|
|
|
12560
12560
|
interface CheckoutTemplate {
|
|
@@ -12570,7 +12570,7 @@ interface CheckoutTemplate {
|
|
|
12570
12570
|
*
|
|
12571
12571
|
* Default: `ACTIVE`
|
|
12572
12572
|
*/
|
|
12573
|
-
status?: Status$
|
|
12573
|
+
status?: Status$2;
|
|
12574
12574
|
/** Custom settings to apply to the checkout page created from this template. */
|
|
12575
12575
|
customization?: CheckoutCustomization;
|
|
12576
12576
|
/**
|
|
@@ -12600,7 +12600,7 @@ interface CheckoutTemplate {
|
|
|
12600
12600
|
*/
|
|
12601
12601
|
customContentReference?: CustomContentReference;
|
|
12602
12602
|
}
|
|
12603
|
-
declare enum Status$
|
|
12603
|
+
declare enum Status$2 {
|
|
12604
12604
|
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
12605
12605
|
ACTIVE = "ACTIVE",
|
|
12606
12606
|
INACTIVE = "INACTIVE"
|
|
@@ -13163,7 +13163,7 @@ interface Checkout {
|
|
|
13163
13163
|
* >**Note:** Gift cards are supported through the Wix UI, though the service plugin is not currently available. Learn more about [Wix Gift Cards](https://support.wix.com/en/article/wix-stores-setting-up-wix-gift-cards).
|
|
13164
13164
|
* @readonly
|
|
13165
13165
|
*/
|
|
13166
|
-
giftCard?: GiftCard$
|
|
13166
|
+
giftCard?: GiftCard$3;
|
|
13167
13167
|
/**
|
|
13168
13168
|
* Applied discounts.
|
|
13169
13169
|
* @readonly
|
|
@@ -13944,7 +13944,7 @@ interface CarrierError$2 {
|
|
|
13944
13944
|
/** Error details. */
|
|
13945
13945
|
error?: Details$2;
|
|
13946
13946
|
}
|
|
13947
|
-
interface GiftCard$
|
|
13947
|
+
interface GiftCard$3 {
|
|
13948
13948
|
/**
|
|
13949
13949
|
* Gift Card ID.
|
|
13950
13950
|
* @deprecated
|
|
@@ -14563,7 +14563,7 @@ interface ExternalReferenceNonNullableFields {
|
|
|
14563
14563
|
appId: string;
|
|
14564
14564
|
}
|
|
14565
14565
|
interface CheckoutTemplateNonNullableFields {
|
|
14566
|
-
status: Status$
|
|
14566
|
+
status: Status$2;
|
|
14567
14567
|
customization?: CheckoutCustomizationNonNullableFields;
|
|
14568
14568
|
lineItems: V1LineItemNonNullableFields[];
|
|
14569
14569
|
customLineItems: CustomLineItemNonNullableFields[];
|
|
@@ -14668,7 +14668,7 @@ interface UpdateCheckoutTemplate {
|
|
|
14668
14668
|
*
|
|
14669
14669
|
* Default: `ACTIVE`
|
|
14670
14670
|
*/
|
|
14671
|
-
status?: Status$
|
|
14671
|
+
status?: Status$2;
|
|
14672
14672
|
/** Custom settings to apply to the checkout page created from this template. */
|
|
14673
14673
|
customization?: CheckoutCustomization;
|
|
14674
14674
|
/**
|
|
@@ -14896,83 +14896,83 @@ type _publicOnCheckoutTemplateUsedType = typeof onCheckoutTemplateUsed$1;
|
|
|
14896
14896
|
*/
|
|
14897
14897
|
declare const onCheckoutTemplateUsed: ReturnType<typeof createEventModule$9<_publicOnCheckoutTemplateUsedType>>;
|
|
14898
14898
|
|
|
14899
|
-
type context$
|
|
14900
|
-
type context$
|
|
14901
|
-
type context$
|
|
14902
|
-
type context$
|
|
14903
|
-
type context$
|
|
14904
|
-
type context$
|
|
14905
|
-
type context$
|
|
14906
|
-
type context$
|
|
14907
|
-
type context$
|
|
14908
|
-
type context$
|
|
14909
|
-
type context$
|
|
14910
|
-
type context$
|
|
14911
|
-
type context$
|
|
14912
|
-
type context$
|
|
14913
|
-
type context$
|
|
14914
|
-
type context$
|
|
14915
|
-
type context$
|
|
14916
|
-
type context$
|
|
14917
|
-
type context$
|
|
14918
|
-
type context$
|
|
14919
|
-
type context$
|
|
14920
|
-
type context$
|
|
14921
|
-
type context$
|
|
14922
|
-
type context$
|
|
14923
|
-
type context$
|
|
14924
|
-
type context$
|
|
14925
|
-
type context$
|
|
14926
|
-
type context$
|
|
14927
|
-
type context$
|
|
14928
|
-
type context$
|
|
14929
|
-
type context$
|
|
14930
|
-
type context$
|
|
14931
|
-
declare const context$
|
|
14932
|
-
type context$
|
|
14933
|
-
declare const context$
|
|
14934
|
-
type context$
|
|
14935
|
-
declare const context$
|
|
14936
|
-
type context$
|
|
14937
|
-
type context$
|
|
14938
|
-
type context$
|
|
14939
|
-
type context$
|
|
14940
|
-
type context$
|
|
14941
|
-
type context$
|
|
14942
|
-
type context$
|
|
14943
|
-
declare const context$
|
|
14944
|
-
type context$
|
|
14945
|
-
type context$
|
|
14946
|
-
type context$
|
|
14947
|
-
type context$
|
|
14948
|
-
type context$
|
|
14949
|
-
type context$
|
|
14950
|
-
declare const context$
|
|
14951
|
-
type context$
|
|
14952
|
-
type context$
|
|
14953
|
-
type context$
|
|
14954
|
-
type context$
|
|
14955
|
-
type context$
|
|
14956
|
-
type context$
|
|
14957
|
-
type context$
|
|
14958
|
-
type context$
|
|
14959
|
-
type context$
|
|
14960
|
-
type context$
|
|
14961
|
-
type context$
|
|
14962
|
-
type context$
|
|
14963
|
-
declare const context$
|
|
14964
|
-
declare const context$
|
|
14965
|
-
declare const context$
|
|
14966
|
-
declare const context$
|
|
14967
|
-
declare const context$
|
|
14968
|
-
declare const context$
|
|
14969
|
-
declare const context$
|
|
14970
|
-
declare const context$
|
|
14971
|
-
declare const context$
|
|
14972
|
-
declare const context$
|
|
14973
|
-
declare const context$
|
|
14974
|
-
declare namespace context$
|
|
14975
|
-
export { type ActionEvent$b as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$7 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type context$d_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$2 as ChargeType, type context$d_Checkout as Checkout, type context$d_CheckoutCustomization as CheckoutCustomization, type context$d_CheckoutTemplate as CheckoutTemplate, type context$d_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$d_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$d_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$d_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$d_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$d_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$d_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$d_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$d_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$d_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$d_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$d_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$d_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$d_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$d_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$d_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$d_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$8 as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type CursorQuery$6 as CursorQuery, type CursorQueryPagingMethodOneOf$6 as CursorQueryPagingMethodOneOf, type Cursors$8 as Cursors, type context$d_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$d_CustomSettings as CustomSettings, type context$d_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$d_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type context$d_Description as Description, type DescriptionLine$2 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$2 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$2 as DescriptionLineName, DescriptionLineType$2 as DescriptionLineType, type DescriptionLineValueOneOf$2 as DescriptionLineValueOneOf, type Details$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$b as DomainEvent, type DomainEventBodyOneOf$b as DomainEventBodyOneOf, type EntityCreatedEvent$b as EntityCreatedEvent, type EntityDeletedEvent$b as EntityDeletedEvent, type EntityUpdatedEvent$b as EntityUpdatedEvent, type EventMetadata$9 as EventMetadata, type ExtendedFields$6 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$2 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$2 as FullAddressContactDetails, type context$d_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$d_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$d_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$2 as GiftCard, type Group$1 as Group, type context$d_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$d_ItemAvailabilityInfo as ItemAvailabilityInfo, context$d_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$4 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$b as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, context$d_NameInLineItem as NameInLineItem, context$d_NameInOther as NameInOther, type context$d_Other as Other, type OtherCharge$1 as OtherCharge, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$3 as PhysicalProperties, type PickupDetails$4 as PickupDetails, PickupMethod$3 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type context$d_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$d_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$d_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$d_RawHttpResponse as RawHttpResponse, type context$d_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$b as RestoreInfo, RuleType$2 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, context$d_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, Status$1 as Status, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, type SystemError$2 as SystemError, type context$d_Target as Target, type context$d_TargetLineItem as TargetLineItem, type context$d_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type context$d_TaxableAddress as TaxableAddress, type context$d_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, context$d_TaxableAddressType as TaxableAddressType, type context$d_Title as Title, type context$d_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$d_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$d_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$d_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$d_V1LineItem as V1LineItem, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, type context$d_Violation as Violation, type context$d_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$4 as WeightUnit, type context$d__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type context$d__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type context$d__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type context$d__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, context$d_createAndRedirectToCheckout as createAndRedirectToCheckout, context$d_createCheckoutFromTemplate as createCheckoutFromTemplate, context$d_createCheckoutTemplate as createCheckoutTemplate, context$d_deleteCheckoutTemplate as deleteCheckoutTemplate, context$d_getCheckoutTemplate as getCheckoutTemplate, context$d_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$d_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$d_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$d_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, context$d_queryCheckoutTemplates as queryCheckoutTemplates, context$d_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
14899
|
+
type context$e_CatalogOverrideFields = CatalogOverrideFields;
|
|
14900
|
+
type context$e_Checkout = Checkout;
|
|
14901
|
+
type context$e_CheckoutCustomization = CheckoutCustomization;
|
|
14902
|
+
type context$e_CheckoutTemplate = CheckoutTemplate;
|
|
14903
|
+
type context$e_CheckoutTemplateCreatedEnvelope = CheckoutTemplateCreatedEnvelope;
|
|
14904
|
+
type context$e_CheckoutTemplateDeletedEnvelope = CheckoutTemplateDeletedEnvelope;
|
|
14905
|
+
type context$e_CheckoutTemplateNonNullableFields = CheckoutTemplateNonNullableFields;
|
|
14906
|
+
type context$e_CheckoutTemplateUpdatedEnvelope = CheckoutTemplateUpdatedEnvelope;
|
|
14907
|
+
type context$e_CheckoutTemplateUsed = CheckoutTemplateUsed;
|
|
14908
|
+
type context$e_CheckoutTemplateUsedEnvelope = CheckoutTemplateUsedEnvelope;
|
|
14909
|
+
type context$e_CheckoutTemplatesQueryBuilder = CheckoutTemplatesQueryBuilder;
|
|
14910
|
+
type context$e_CheckoutTemplatesQueryResult = CheckoutTemplatesQueryResult;
|
|
14911
|
+
type context$e_ConversionInfo = ConversionInfo;
|
|
14912
|
+
type context$e_CreateAndRedirectToCheckoutRequest = CreateAndRedirectToCheckoutRequest;
|
|
14913
|
+
type context$e_CreateCheckoutFromTemplateRequest = CreateCheckoutFromTemplateRequest;
|
|
14914
|
+
type context$e_CreateCheckoutFromTemplateResponse = CreateCheckoutFromTemplateResponse;
|
|
14915
|
+
type context$e_CreateCheckoutFromTemplateResponseNonNullableFields = CreateCheckoutFromTemplateResponseNonNullableFields;
|
|
14916
|
+
type context$e_CreateCheckoutTemplateRequest = CreateCheckoutTemplateRequest;
|
|
14917
|
+
type context$e_CreateCheckoutTemplateResponse = CreateCheckoutTemplateResponse;
|
|
14918
|
+
type context$e_CreateCheckoutTemplateResponseNonNullableFields = CreateCheckoutTemplateResponseNonNullableFields;
|
|
14919
|
+
type context$e_CreatedByIdOneOf = CreatedByIdOneOf;
|
|
14920
|
+
type context$e_CustomContentReference = CustomContentReference;
|
|
14921
|
+
type context$e_CustomSettings = CustomSettings;
|
|
14922
|
+
type context$e_DeleteCheckoutTemplateRequest = DeleteCheckoutTemplateRequest;
|
|
14923
|
+
type context$e_DeleteCheckoutTemplateResponse = DeleteCheckoutTemplateResponse;
|
|
14924
|
+
type context$e_Description = Description;
|
|
14925
|
+
type context$e_GetCheckoutTemplateRequest = GetCheckoutTemplateRequest;
|
|
14926
|
+
type context$e_GetCheckoutTemplateResponse = GetCheckoutTemplateResponse;
|
|
14927
|
+
type context$e_GetCheckoutTemplateResponseNonNullableFields = GetCheckoutTemplateResponseNonNullableFields;
|
|
14928
|
+
type context$e_HeadersEntry = HeadersEntry;
|
|
14929
|
+
type context$e_ItemAvailabilityInfo = ItemAvailabilityInfo;
|
|
14930
|
+
type context$e_ItemAvailabilityStatus = ItemAvailabilityStatus;
|
|
14931
|
+
declare const context$e_ItemAvailabilityStatus: typeof ItemAvailabilityStatus;
|
|
14932
|
+
type context$e_NameInLineItem = NameInLineItem;
|
|
14933
|
+
declare const context$e_NameInLineItem: typeof NameInLineItem;
|
|
14934
|
+
type context$e_NameInOther = NameInOther;
|
|
14935
|
+
declare const context$e_NameInOther: typeof NameInOther;
|
|
14936
|
+
type context$e_Other = Other;
|
|
14937
|
+
type context$e_QueryCheckoutTemplatesRequest = QueryCheckoutTemplatesRequest;
|
|
14938
|
+
type context$e_QueryCheckoutTemplatesResponse = QueryCheckoutTemplatesResponse;
|
|
14939
|
+
type context$e_QueryCheckoutTemplatesResponseNonNullableFields = QueryCheckoutTemplatesResponseNonNullableFields;
|
|
14940
|
+
type context$e_RawHttpResponse = RawHttpResponse;
|
|
14941
|
+
type context$e_RawHttpResponseNonNullableFields = RawHttpResponseNonNullableFields;
|
|
14942
|
+
type context$e_Severity = Severity;
|
|
14943
|
+
declare const context$e_Severity: typeof Severity;
|
|
14944
|
+
type context$e_Target = Target;
|
|
14945
|
+
type context$e_TargetLineItem = TargetLineItem;
|
|
14946
|
+
type context$e_TargetTargetTypeOneOf = TargetTargetTypeOneOf;
|
|
14947
|
+
type context$e_TaxableAddress = TaxableAddress;
|
|
14948
|
+
type context$e_TaxableAddressTaxableAddressDataOneOf = TaxableAddressTaxableAddressDataOneOf;
|
|
14949
|
+
type context$e_TaxableAddressType = TaxableAddressType;
|
|
14950
|
+
declare const context$e_TaxableAddressType: typeof TaxableAddressType;
|
|
14951
|
+
type context$e_Title = Title;
|
|
14952
|
+
type context$e_UpdateCheckoutTemplate = UpdateCheckoutTemplate;
|
|
14953
|
+
type context$e_UpdateCheckoutTemplateRequest = UpdateCheckoutTemplateRequest;
|
|
14954
|
+
type context$e_UpdateCheckoutTemplateResponse = UpdateCheckoutTemplateResponse;
|
|
14955
|
+
type context$e_UpdateCheckoutTemplateResponseNonNullableFields = UpdateCheckoutTemplateResponseNonNullableFields;
|
|
14956
|
+
type context$e_V1LineItem = V1LineItem;
|
|
14957
|
+
type context$e_Violation = Violation;
|
|
14958
|
+
type context$e_WebClientCustomization = WebClientCustomization;
|
|
14959
|
+
type context$e__publicOnCheckoutTemplateCreatedType = _publicOnCheckoutTemplateCreatedType;
|
|
14960
|
+
type context$e__publicOnCheckoutTemplateDeletedType = _publicOnCheckoutTemplateDeletedType;
|
|
14961
|
+
type context$e__publicOnCheckoutTemplateUpdatedType = _publicOnCheckoutTemplateUpdatedType;
|
|
14962
|
+
type context$e__publicOnCheckoutTemplateUsedType = _publicOnCheckoutTemplateUsedType;
|
|
14963
|
+
declare const context$e_createAndRedirectToCheckout: typeof createAndRedirectToCheckout;
|
|
14964
|
+
declare const context$e_createCheckoutFromTemplate: typeof createCheckoutFromTemplate;
|
|
14965
|
+
declare const context$e_createCheckoutTemplate: typeof createCheckoutTemplate;
|
|
14966
|
+
declare const context$e_deleteCheckoutTemplate: typeof deleteCheckoutTemplate;
|
|
14967
|
+
declare const context$e_getCheckoutTemplate: typeof getCheckoutTemplate;
|
|
14968
|
+
declare const context$e_onCheckoutTemplateCreated: typeof onCheckoutTemplateCreated;
|
|
14969
|
+
declare const context$e_onCheckoutTemplateDeleted: typeof onCheckoutTemplateDeleted;
|
|
14970
|
+
declare const context$e_onCheckoutTemplateUpdated: typeof onCheckoutTemplateUpdated;
|
|
14971
|
+
declare const context$e_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
|
|
14972
|
+
declare const context$e_queryCheckoutTemplates: typeof queryCheckoutTemplates;
|
|
14973
|
+
declare const context$e_updateCheckoutTemplate: typeof updateCheckoutTemplate;
|
|
14974
|
+
declare namespace context$e {
|
|
14975
|
+
export { type ActionEvent$b as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$7 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type context$e_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$2 as ChargeType, type context$e_Checkout as Checkout, type context$e_CheckoutCustomization as CheckoutCustomization, type context$e_CheckoutTemplate as CheckoutTemplate, type context$e_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$e_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$e_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$e_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$e_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$e_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$e_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$e_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$e_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$e_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$e_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$e_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$e_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$e_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$e_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$e_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$e_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$8 as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type CursorQuery$6 as CursorQuery, type CursorQueryPagingMethodOneOf$6 as CursorQueryPagingMethodOneOf, type Cursors$8 as Cursors, type context$e_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$e_CustomSettings as CustomSettings, type context$e_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$e_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type context$e_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 ExternalReference$1 as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$2 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$2 as FullAddressContactDetails, type context$e_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$e_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$e_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$1 as Group, type context$e_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$e_ItemAvailabilityInfo as ItemAvailabilityInfo, context$e_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$4 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$b as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, context$e_NameInLineItem as NameInLineItem, context$e_NameInOther as NameInOther, type context$e_Other as Other, type OtherCharge$1 as OtherCharge, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$3 as PhysicalProperties, type PickupDetails$4 as PickupDetails, PickupMethod$3 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type context$e_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$e_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$e_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$e_RawHttpResponse as RawHttpResponse, type context$e_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$b as RestoreInfo, RuleType$2 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, context$e_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$2 as Status, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, type SystemError$2 as SystemError, type context$e_Target as Target, type context$e_TargetLineItem as TargetLineItem, type context$e_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type context$e_TaxableAddress as TaxableAddress, type context$e_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, context$e_TaxableAddressType as TaxableAddressType, type context$e_Title as Title, type context$e_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$e_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$e_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$e_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$e_V1LineItem as V1LineItem, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, type context$e_Violation as Violation, type context$e_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$4 as WeightUnit, type context$e__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type context$e__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type context$e__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type context$e__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, context$e_createAndRedirectToCheckout as createAndRedirectToCheckout, context$e_createCheckoutFromTemplate as createCheckoutFromTemplate, context$e_createCheckoutTemplate as createCheckoutTemplate, context$e_deleteCheckoutTemplate as deleteCheckoutTemplate, context$e_getCheckoutTemplate as getCheckoutTemplate, context$e_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$e_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$e_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$e_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, context$e_queryCheckoutTemplates as queryCheckoutTemplates, context$e_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
14976
14976
|
}
|
|
14977
14977
|
|
|
14978
14978
|
/**
|
|
@@ -16370,128 +16370,128 @@ type _publicOnDeliveryProfileDeliveryRegionUpdatedType = typeof onDeliveryProfil
|
|
|
16370
16370
|
*/
|
|
16371
16371
|
declare const onDeliveryProfileDeliveryRegionUpdated: ReturnType<typeof createEventModule$8<_publicOnDeliveryProfileDeliveryRegionUpdatedType>>;
|
|
16372
16372
|
|
|
16373
|
-
type context$
|
|
16374
|
-
type context$
|
|
16375
|
-
type context$
|
|
16376
|
-
type context$
|
|
16377
|
-
type context$
|
|
16378
|
-
type context$
|
|
16379
|
-
type context$
|
|
16380
|
-
type context$
|
|
16381
|
-
type context$
|
|
16382
|
-
type context$
|
|
16383
|
-
type context$
|
|
16384
|
-
type context$
|
|
16385
|
-
type context$
|
|
16386
|
-
type context$
|
|
16387
|
-
type context$
|
|
16388
|
-
type context$
|
|
16389
|
-
type context$
|
|
16390
|
-
type context$
|
|
16391
|
-
type context$
|
|
16392
|
-
type context$
|
|
16393
|
-
declare const context$
|
|
16394
|
-
type context$
|
|
16395
|
-
type context$
|
|
16396
|
-
type context$
|
|
16397
|
-
type context$
|
|
16398
|
-
type context$
|
|
16399
|
-
type context$
|
|
16400
|
-
type context$
|
|
16401
|
-
type context$
|
|
16402
|
-
type context$
|
|
16403
|
-
type context$
|
|
16404
|
-
type context$
|
|
16405
|
-
type context$
|
|
16406
|
-
type context$
|
|
16407
|
-
type context$
|
|
16408
|
-
type context$
|
|
16409
|
-
type context$
|
|
16410
|
-
type context$
|
|
16411
|
-
type context$
|
|
16412
|
-
type context$
|
|
16413
|
-
type context$
|
|
16414
|
-
type context$
|
|
16415
|
-
type context$
|
|
16416
|
-
type context$
|
|
16417
|
-
type context$
|
|
16418
|
-
type context$
|
|
16419
|
-
type context$
|
|
16420
|
-
type context$
|
|
16421
|
-
type context$
|
|
16422
|
-
type context$
|
|
16423
|
-
type context$
|
|
16424
|
-
type context$
|
|
16425
|
-
type context$
|
|
16426
|
-
type context$
|
|
16427
|
-
type context$
|
|
16428
|
-
type context$
|
|
16429
|
-
type context$
|
|
16430
|
-
type context$
|
|
16431
|
-
type context$
|
|
16432
|
-
type context$
|
|
16433
|
-
type context$
|
|
16434
|
-
type context$
|
|
16435
|
-
type context$
|
|
16436
|
-
type context$
|
|
16437
|
-
type context$
|
|
16438
|
-
type context$
|
|
16439
|
-
type context$
|
|
16440
|
-
type context$
|
|
16441
|
-
type context$
|
|
16442
|
-
declare const context$
|
|
16443
|
-
type context$
|
|
16444
|
-
type context$
|
|
16445
|
-
type context$
|
|
16446
|
-
type context$
|
|
16447
|
-
type context$
|
|
16448
|
-
type context$
|
|
16449
|
-
type context$
|
|
16450
|
-
type context$
|
|
16451
|
-
type context$
|
|
16452
|
-
type context$
|
|
16453
|
-
type context$
|
|
16454
|
-
type context$
|
|
16455
|
-
type context$
|
|
16456
|
-
type context$
|
|
16457
|
-
type context$
|
|
16458
|
-
type context$
|
|
16459
|
-
type context$
|
|
16460
|
-
type context$
|
|
16461
|
-
type context$
|
|
16462
|
-
type context$
|
|
16463
|
-
type context$
|
|
16464
|
-
type context$
|
|
16465
|
-
type context$
|
|
16466
|
-
type context$
|
|
16467
|
-
type context$
|
|
16468
|
-
type context$
|
|
16469
|
-
type context$
|
|
16470
|
-
type context$
|
|
16471
|
-
type context$
|
|
16472
|
-
type context$
|
|
16473
|
-
type context$
|
|
16474
|
-
declare const context$
|
|
16475
|
-
declare const context$
|
|
16476
|
-
declare const context$
|
|
16477
|
-
declare const context$
|
|
16478
|
-
declare const context$
|
|
16479
|
-
declare const context$
|
|
16480
|
-
declare const context$
|
|
16481
|
-
declare const context$
|
|
16482
|
-
declare const context$
|
|
16483
|
-
declare const context$
|
|
16484
|
-
declare const context$
|
|
16485
|
-
declare const context$
|
|
16486
|
-
declare const context$
|
|
16487
|
-
declare const context$
|
|
16488
|
-
declare const context$
|
|
16489
|
-
declare const context$
|
|
16490
|
-
declare const context$
|
|
16491
|
-
declare const context$
|
|
16492
|
-
declare const context$
|
|
16493
|
-
declare namespace context$
|
|
16494
|
-
export { type ActionEvent$a as ActionEvent, type context$c_AddDeliveryCarrierOptions as AddDeliveryCarrierOptions, type context$c_AddDeliveryCarrierRequest as AddDeliveryCarrierRequest, type context$c_AddDeliveryCarrierResponse as AddDeliveryCarrierResponse, type context$c_AddDeliveryCarrierResponseNonNullableFields as AddDeliveryCarrierResponseNonNullableFields, type context$c_AddDeliveryRegionOptions as AddDeliveryRegionOptions, type context$c_AddDeliveryRegionRequest as AddDeliveryRegionRequest, type context$c_AddDeliveryRegionResponse as AddDeliveryRegionResponse, type context$c_AddDeliveryRegionResponseNonNullableFields as AddDeliveryRegionResponseNonNullableFields, type context$c_AdditionalCharge as AdditionalCharge, type ApplicationError$6 as ApplicationError, type context$c_Asset as Asset, type context$c_BackupRate as BackupRate, type BaseEventMetadata$8 as BaseEventMetadata, type BulkActionMetadata$3 as BulkActionMetadata, ChargeType$1 as ChargeType, type context$c_Column as Column, type context$c_CreateDeliveryProfileRequest as CreateDeliveryProfileRequest, type context$c_CreateDeliveryProfileResponse as CreateDeliveryProfileResponse, type context$c_CreateDeliveryProfileResponseNonNullableFields as CreateDeliveryProfileResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type CursorPagingMetadata$7 as CursorPagingMetadata, type CursorQuery$5 as CursorQuery, type CursorQueryPagingMethodOneOf$5 as CursorQueryPagingMethodOneOf, type Cursors$7 as Cursors, type context$c_DashboardTable as DashboardTable, type context$c_DeleteContext as DeleteContext, type context$c_DeleteDeliveryProfileRequest as DeleteDeliveryProfileRequest, type context$c_DeleteDeliveryProfileResponse as DeleteDeliveryProfileResponse, context$c_DeleteStatus as DeleteStatus, type context$c_DeliveryCarrier as DeliveryCarrier, type context$c_DeliveryCarrierDetails as DeliveryCarrierDetails, type context$c_DeliveryCarrierRegionalSettings as DeliveryCarrierRegionalSettings, type context$c_DeliveryProfile as DeliveryProfile, type context$c_DeliveryProfileCreatedEnvelope as DeliveryProfileCreatedEnvelope, type context$c_DeliveryProfileDeletedEnvelope as DeliveryProfileDeletedEnvelope, type context$c_DeliveryProfileDeliveryRegionAddedEnvelope as DeliveryProfileDeliveryRegionAddedEnvelope, type context$c_DeliveryProfileDeliveryRegionRemovedEnvelope as DeliveryProfileDeliveryRegionRemovedEnvelope, type context$c_DeliveryProfileDeliveryRegionUpdatedEnvelope as DeliveryProfileDeliveryRegionUpdatedEnvelope, type context$c_DeliveryProfileNonNullableFields as DeliveryProfileNonNullableFields, type context$c_DeliveryProfileUpdatedEnvelope as DeliveryProfileUpdatedEnvelope, type context$c_DeliveryProfilesQueryBuilder as DeliveryProfilesQueryBuilder, type context$c_DeliveryProfilesQueryResult as DeliveryProfilesQueryResult, type context$c_DeliveryRegion as DeliveryRegion, type context$c_DeliveryRegionAdded as DeliveryRegionAdded, type context$c_DeliveryRegionRemoved as DeliveryRegionRemoved, type context$c_DeliveryRegionUpdated as DeliveryRegionUpdated, type Destination$1 as Destination, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, type EventMetadata$8 as EventMetadata, type ExtendedFields$5 as ExtendedFields, type context$c_GetDeliveryProfileRequest as GetDeliveryProfileRequest, type context$c_GetDeliveryProfileResponse as GetDeliveryProfileResponse, type context$c_GetDeliveryProfileResponseNonNullableFields as GetDeliveryProfileResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type ItemMetadata$3 as ItemMetadata, type context$c_ListDeliveryCarrierDetailsRequest as ListDeliveryCarrierDetailsRequest, type context$c_ListDeliveryCarrierDetailsResponse as ListDeliveryCarrierDetailsResponse, type context$c_ListDeliveryCarrierDetailsResponseNonNullableFields as ListDeliveryCarrierDetailsResponseNonNullableFields, type context$c_ListDeliveryCarriersOptions as ListDeliveryCarriersOptions, type context$c_ListDeliveryCarriersRequest as ListDeliveryCarriersRequest, type context$c_ListDeliveryCarriersResponse as ListDeliveryCarriersResponse, type context$c_ListDeliveryCarriersResponseNonNullableFields as ListDeliveryCarriersResponseNonNullableFields, type context$c_ListDeliveryCarriersResult as ListDeliveryCarriersResult, type MessageEnvelope$a as MessageEnvelope, type context$c_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$c_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, Namespace$1 as Namespace, type context$c_NamespaceChanged as NamespaceChanged, type context$c_QueryDeliveryProfilesRequest as QueryDeliveryProfilesRequest, type context$c_QueryDeliveryProfilesResponse as QueryDeliveryProfilesResponse, type context$c_QueryDeliveryProfilesResponseNonNullableFields as QueryDeliveryProfilesResponseNonNullableFields, type context$c_RemoveDeliveryCarrierOptions as RemoveDeliveryCarrierOptions, type context$c_RemoveDeliveryCarrierRequest as RemoveDeliveryCarrierRequest, type context$c_RemoveDeliveryCarrierResponse as RemoveDeliveryCarrierResponse, type context$c_RemoveDeliveryCarrierResponseNonNullableFields as RemoveDeliveryCarrierResponseNonNullableFields, type context$c_RemoveDeliveryRegionIdentifiers as RemoveDeliveryRegionIdentifiers, type context$c_RemoveDeliveryRegionOptions as RemoveDeliveryRegionOptions, type context$c_RemoveDeliveryRegionRequest as RemoveDeliveryRegionRequest, type context$c_RemoveDeliveryRegionResponse as RemoveDeliveryRegionResponse, type context$c_RemoveDeliveryRegionResponseNonNullableFields as RemoveDeliveryRegionResponseNonNullableFields, type RestoreInfo$a as RestoreInfo, type context$c_Row as Row, type context$c_ServiceProvisioned as ServiceProvisioned, type context$c_ServiceRemoved as ServiceRemoved, type context$c_SiteCreated as SiteCreated, context$c_SiteCreatedContext as SiteCreatedContext, type context$c_SiteDeleted as SiteDeleted, type context$c_SiteHardDeleted as SiteHardDeleted, type context$c_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$c_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$c_SitePublished as SitePublished, type context$c_SiteRenamed as SiteRenamed, type context$c_SiteTransferred as SiteTransferred, type context$c_SiteUndeleted as SiteUndeleted, type context$c_SiteUnpublished as SiteUnpublished, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, State$1 as State, type context$c_StudioAssigned as StudioAssigned, type context$c_StudioUnassigned as StudioUnassigned, type context$c_UpdateDeliveryCarrierOptions as UpdateDeliveryCarrierOptions, type context$c_UpdateDeliveryCarrierRequest as UpdateDeliveryCarrierRequest, type context$c_UpdateDeliveryCarrierResponse as UpdateDeliveryCarrierResponse, type context$c_UpdateDeliveryCarrierResponseNonNullableFields as UpdateDeliveryCarrierResponseNonNullableFields, type context$c_UpdateDeliveryProfile as UpdateDeliveryProfile, type context$c_UpdateDeliveryProfileRequest as UpdateDeliveryProfileRequest, type context$c_UpdateDeliveryProfileResponse as UpdateDeliveryProfileResponse, type context$c_UpdateDeliveryProfileResponseNonNullableFields as UpdateDeliveryProfileResponseNonNullableFields, type context$c_UpdateDeliveryRegion as UpdateDeliveryRegion, type context$c_UpdateDeliveryRegionIdentifiers as UpdateDeliveryRegionIdentifiers, type context$c_UpdateDeliveryRegionOptions as UpdateDeliveryRegionOptions, type context$c_UpdateDeliveryRegionRequest as UpdateDeliveryRegionRequest, type context$c_UpdateDeliveryRegionResponse as UpdateDeliveryRegionResponse, type context$c_UpdateDeliveryRegionResponseNonNullableFields as UpdateDeliveryRegionResponseNonNullableFields, type UpdateExtendedFieldsOptions$3 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$4 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$4 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$3 as UpdateExtendedFieldsResponseNonNullableFields, WebhookIdentityType$a as WebhookIdentityType, type context$c__publicOnDeliveryProfileCreatedType as _publicOnDeliveryProfileCreatedType, type context$c__publicOnDeliveryProfileDeletedType as _publicOnDeliveryProfileDeletedType, type context$c__publicOnDeliveryProfileDeliveryRegionAddedType as _publicOnDeliveryProfileDeliveryRegionAddedType, type context$c__publicOnDeliveryProfileDeliveryRegionRemovedType as _publicOnDeliveryProfileDeliveryRegionRemovedType, type context$c__publicOnDeliveryProfileDeliveryRegionUpdatedType as _publicOnDeliveryProfileDeliveryRegionUpdatedType, type context$c__publicOnDeliveryProfileUpdatedType as _publicOnDeliveryProfileUpdatedType, context$c_addDeliveryCarrier as addDeliveryCarrier, context$c_addDeliveryRegion as addDeliveryRegion, context$c_createDeliveryProfile as createDeliveryProfile, context$c_deleteDeliveryProfile as deleteDeliveryProfile, context$c_getDeliveryProfile as getDeliveryProfile, context$c_listDeliveryCarrierDetails as listDeliveryCarrierDetails, context$c_listDeliveryCarriers as listDeliveryCarriers, context$c_onDeliveryProfileCreated as onDeliveryProfileCreated, context$c_onDeliveryProfileDeleted as onDeliveryProfileDeleted, context$c_onDeliveryProfileDeliveryRegionAdded as onDeliveryProfileDeliveryRegionAdded, context$c_onDeliveryProfileDeliveryRegionRemoved as onDeliveryProfileDeliveryRegionRemoved, context$c_onDeliveryProfileDeliveryRegionUpdated as onDeliveryProfileDeliveryRegionUpdated, context$c_onDeliveryProfileUpdated as onDeliveryProfileUpdated, onDeliveryProfileCreated$1 as publicOnDeliveryProfileCreated, onDeliveryProfileDeleted$1 as publicOnDeliveryProfileDeleted, onDeliveryProfileDeliveryRegionAdded$1 as publicOnDeliveryProfileDeliveryRegionAdded, onDeliveryProfileDeliveryRegionRemoved$1 as publicOnDeliveryProfileDeliveryRegionRemoved, onDeliveryProfileDeliveryRegionUpdated$1 as publicOnDeliveryProfileDeliveryRegionUpdated, onDeliveryProfileUpdated$1 as publicOnDeliveryProfileUpdated, context$c_queryDeliveryProfiles as queryDeliveryProfiles, context$c_removeDeliveryCarrier as removeDeliveryCarrier, context$c_removeDeliveryRegion as removeDeliveryRegion, context$c_updateDeliveryCarrier as updateDeliveryCarrier, context$c_updateDeliveryProfile as updateDeliveryProfile, context$c_updateDeliveryRegion as updateDeliveryRegion, updateExtendedFields$6 as updateExtendedFields };
|
|
16373
|
+
type context$d_AddDeliveryCarrierOptions = AddDeliveryCarrierOptions;
|
|
16374
|
+
type context$d_AddDeliveryCarrierRequest = AddDeliveryCarrierRequest;
|
|
16375
|
+
type context$d_AddDeliveryCarrierResponse = AddDeliveryCarrierResponse;
|
|
16376
|
+
type context$d_AddDeliveryCarrierResponseNonNullableFields = AddDeliveryCarrierResponseNonNullableFields;
|
|
16377
|
+
type context$d_AddDeliveryRegionOptions = AddDeliveryRegionOptions;
|
|
16378
|
+
type context$d_AddDeliveryRegionRequest = AddDeliveryRegionRequest;
|
|
16379
|
+
type context$d_AddDeliveryRegionResponse = AddDeliveryRegionResponse;
|
|
16380
|
+
type context$d_AddDeliveryRegionResponseNonNullableFields = AddDeliveryRegionResponseNonNullableFields;
|
|
16381
|
+
type context$d_AdditionalCharge = AdditionalCharge;
|
|
16382
|
+
type context$d_Asset = Asset;
|
|
16383
|
+
type context$d_BackupRate = BackupRate;
|
|
16384
|
+
type context$d_Column = Column;
|
|
16385
|
+
type context$d_CreateDeliveryProfileRequest = CreateDeliveryProfileRequest;
|
|
16386
|
+
type context$d_CreateDeliveryProfileResponse = CreateDeliveryProfileResponse;
|
|
16387
|
+
type context$d_CreateDeliveryProfileResponseNonNullableFields = CreateDeliveryProfileResponseNonNullableFields;
|
|
16388
|
+
type context$d_DashboardTable = DashboardTable;
|
|
16389
|
+
type context$d_DeleteContext = DeleteContext;
|
|
16390
|
+
type context$d_DeleteDeliveryProfileRequest = DeleteDeliveryProfileRequest;
|
|
16391
|
+
type context$d_DeleteDeliveryProfileResponse = DeleteDeliveryProfileResponse;
|
|
16392
|
+
type context$d_DeleteStatus = DeleteStatus;
|
|
16393
|
+
declare const context$d_DeleteStatus: typeof DeleteStatus;
|
|
16394
|
+
type context$d_DeliveryCarrier = DeliveryCarrier;
|
|
16395
|
+
type context$d_DeliveryCarrierDetails = DeliveryCarrierDetails;
|
|
16396
|
+
type context$d_DeliveryCarrierRegionalSettings = DeliveryCarrierRegionalSettings;
|
|
16397
|
+
type context$d_DeliveryProfile = DeliveryProfile;
|
|
16398
|
+
type context$d_DeliveryProfileCreatedEnvelope = DeliveryProfileCreatedEnvelope;
|
|
16399
|
+
type context$d_DeliveryProfileDeletedEnvelope = DeliveryProfileDeletedEnvelope;
|
|
16400
|
+
type context$d_DeliveryProfileDeliveryRegionAddedEnvelope = DeliveryProfileDeliveryRegionAddedEnvelope;
|
|
16401
|
+
type context$d_DeliveryProfileDeliveryRegionRemovedEnvelope = DeliveryProfileDeliveryRegionRemovedEnvelope;
|
|
16402
|
+
type context$d_DeliveryProfileDeliveryRegionUpdatedEnvelope = DeliveryProfileDeliveryRegionUpdatedEnvelope;
|
|
16403
|
+
type context$d_DeliveryProfileNonNullableFields = DeliveryProfileNonNullableFields;
|
|
16404
|
+
type context$d_DeliveryProfileUpdatedEnvelope = DeliveryProfileUpdatedEnvelope;
|
|
16405
|
+
type context$d_DeliveryProfilesQueryBuilder = DeliveryProfilesQueryBuilder;
|
|
16406
|
+
type context$d_DeliveryProfilesQueryResult = DeliveryProfilesQueryResult;
|
|
16407
|
+
type context$d_DeliveryRegion = DeliveryRegion;
|
|
16408
|
+
type context$d_DeliveryRegionAdded = DeliveryRegionAdded;
|
|
16409
|
+
type context$d_DeliveryRegionRemoved = DeliveryRegionRemoved;
|
|
16410
|
+
type context$d_DeliveryRegionUpdated = DeliveryRegionUpdated;
|
|
16411
|
+
type context$d_GetDeliveryProfileRequest = GetDeliveryProfileRequest;
|
|
16412
|
+
type context$d_GetDeliveryProfileResponse = GetDeliveryProfileResponse;
|
|
16413
|
+
type context$d_GetDeliveryProfileResponseNonNullableFields = GetDeliveryProfileResponseNonNullableFields;
|
|
16414
|
+
type context$d_ListDeliveryCarrierDetailsRequest = ListDeliveryCarrierDetailsRequest;
|
|
16415
|
+
type context$d_ListDeliveryCarrierDetailsResponse = ListDeliveryCarrierDetailsResponse;
|
|
16416
|
+
type context$d_ListDeliveryCarrierDetailsResponseNonNullableFields = ListDeliveryCarrierDetailsResponseNonNullableFields;
|
|
16417
|
+
type context$d_ListDeliveryCarriersOptions = ListDeliveryCarriersOptions;
|
|
16418
|
+
type context$d_ListDeliveryCarriersRequest = ListDeliveryCarriersRequest;
|
|
16419
|
+
type context$d_ListDeliveryCarriersResponse = ListDeliveryCarriersResponse;
|
|
16420
|
+
type context$d_ListDeliveryCarriersResponseNonNullableFields = ListDeliveryCarriersResponseNonNullableFields;
|
|
16421
|
+
type context$d_ListDeliveryCarriersResult = ListDeliveryCarriersResult;
|
|
16422
|
+
type context$d_MetaSiteSpecialEvent = MetaSiteSpecialEvent;
|
|
16423
|
+
type context$d_MetaSiteSpecialEventPayloadOneOf = MetaSiteSpecialEventPayloadOneOf;
|
|
16424
|
+
type context$d_NamespaceChanged = NamespaceChanged;
|
|
16425
|
+
type context$d_QueryDeliveryProfilesRequest = QueryDeliveryProfilesRequest;
|
|
16426
|
+
type context$d_QueryDeliveryProfilesResponse = QueryDeliveryProfilesResponse;
|
|
16427
|
+
type context$d_QueryDeliveryProfilesResponseNonNullableFields = QueryDeliveryProfilesResponseNonNullableFields;
|
|
16428
|
+
type context$d_RemoveDeliveryCarrierOptions = RemoveDeliveryCarrierOptions;
|
|
16429
|
+
type context$d_RemoveDeliveryCarrierRequest = RemoveDeliveryCarrierRequest;
|
|
16430
|
+
type context$d_RemoveDeliveryCarrierResponse = RemoveDeliveryCarrierResponse;
|
|
16431
|
+
type context$d_RemoveDeliveryCarrierResponseNonNullableFields = RemoveDeliveryCarrierResponseNonNullableFields;
|
|
16432
|
+
type context$d_RemoveDeliveryRegionIdentifiers = RemoveDeliveryRegionIdentifiers;
|
|
16433
|
+
type context$d_RemoveDeliveryRegionOptions = RemoveDeliveryRegionOptions;
|
|
16434
|
+
type context$d_RemoveDeliveryRegionRequest = RemoveDeliveryRegionRequest;
|
|
16435
|
+
type context$d_RemoveDeliveryRegionResponse = RemoveDeliveryRegionResponse;
|
|
16436
|
+
type context$d_RemoveDeliveryRegionResponseNonNullableFields = RemoveDeliveryRegionResponseNonNullableFields;
|
|
16437
|
+
type context$d_Row = Row;
|
|
16438
|
+
type context$d_ServiceProvisioned = ServiceProvisioned;
|
|
16439
|
+
type context$d_ServiceRemoved = ServiceRemoved;
|
|
16440
|
+
type context$d_SiteCreated = SiteCreated;
|
|
16441
|
+
type context$d_SiteCreatedContext = SiteCreatedContext;
|
|
16442
|
+
declare const context$d_SiteCreatedContext: typeof SiteCreatedContext;
|
|
16443
|
+
type context$d_SiteDeleted = SiteDeleted;
|
|
16444
|
+
type context$d_SiteHardDeleted = SiteHardDeleted;
|
|
16445
|
+
type context$d_SiteMarkedAsTemplate = SiteMarkedAsTemplate;
|
|
16446
|
+
type context$d_SiteMarkedAsWixSite = SiteMarkedAsWixSite;
|
|
16447
|
+
type context$d_SitePublished = SitePublished;
|
|
16448
|
+
type context$d_SiteRenamed = SiteRenamed;
|
|
16449
|
+
type context$d_SiteTransferred = SiteTransferred;
|
|
16450
|
+
type context$d_SiteUndeleted = SiteUndeleted;
|
|
16451
|
+
type context$d_SiteUnpublished = SiteUnpublished;
|
|
16452
|
+
type context$d_StudioAssigned = StudioAssigned;
|
|
16453
|
+
type context$d_StudioUnassigned = StudioUnassigned;
|
|
16454
|
+
type context$d_UpdateDeliveryCarrierOptions = UpdateDeliveryCarrierOptions;
|
|
16455
|
+
type context$d_UpdateDeliveryCarrierRequest = UpdateDeliveryCarrierRequest;
|
|
16456
|
+
type context$d_UpdateDeliveryCarrierResponse = UpdateDeliveryCarrierResponse;
|
|
16457
|
+
type context$d_UpdateDeliveryCarrierResponseNonNullableFields = UpdateDeliveryCarrierResponseNonNullableFields;
|
|
16458
|
+
type context$d_UpdateDeliveryProfile = UpdateDeliveryProfile;
|
|
16459
|
+
type context$d_UpdateDeliveryProfileRequest = UpdateDeliveryProfileRequest;
|
|
16460
|
+
type context$d_UpdateDeliveryProfileResponse = UpdateDeliveryProfileResponse;
|
|
16461
|
+
type context$d_UpdateDeliveryProfileResponseNonNullableFields = UpdateDeliveryProfileResponseNonNullableFields;
|
|
16462
|
+
type context$d_UpdateDeliveryRegion = UpdateDeliveryRegion;
|
|
16463
|
+
type context$d_UpdateDeliveryRegionIdentifiers = UpdateDeliveryRegionIdentifiers;
|
|
16464
|
+
type context$d_UpdateDeliveryRegionOptions = UpdateDeliveryRegionOptions;
|
|
16465
|
+
type context$d_UpdateDeliveryRegionRequest = UpdateDeliveryRegionRequest;
|
|
16466
|
+
type context$d_UpdateDeliveryRegionResponse = UpdateDeliveryRegionResponse;
|
|
16467
|
+
type context$d_UpdateDeliveryRegionResponseNonNullableFields = UpdateDeliveryRegionResponseNonNullableFields;
|
|
16468
|
+
type context$d__publicOnDeliveryProfileCreatedType = _publicOnDeliveryProfileCreatedType;
|
|
16469
|
+
type context$d__publicOnDeliveryProfileDeletedType = _publicOnDeliveryProfileDeletedType;
|
|
16470
|
+
type context$d__publicOnDeliveryProfileDeliveryRegionAddedType = _publicOnDeliveryProfileDeliveryRegionAddedType;
|
|
16471
|
+
type context$d__publicOnDeliveryProfileDeliveryRegionRemovedType = _publicOnDeliveryProfileDeliveryRegionRemovedType;
|
|
16472
|
+
type context$d__publicOnDeliveryProfileDeliveryRegionUpdatedType = _publicOnDeliveryProfileDeliveryRegionUpdatedType;
|
|
16473
|
+
type context$d__publicOnDeliveryProfileUpdatedType = _publicOnDeliveryProfileUpdatedType;
|
|
16474
|
+
declare const context$d_addDeliveryCarrier: typeof addDeliveryCarrier;
|
|
16475
|
+
declare const context$d_addDeliveryRegion: typeof addDeliveryRegion;
|
|
16476
|
+
declare const context$d_createDeliveryProfile: typeof createDeliveryProfile;
|
|
16477
|
+
declare const context$d_deleteDeliveryProfile: typeof deleteDeliveryProfile;
|
|
16478
|
+
declare const context$d_getDeliveryProfile: typeof getDeliveryProfile;
|
|
16479
|
+
declare const context$d_listDeliveryCarrierDetails: typeof listDeliveryCarrierDetails;
|
|
16480
|
+
declare const context$d_listDeliveryCarriers: typeof listDeliveryCarriers;
|
|
16481
|
+
declare const context$d_onDeliveryProfileCreated: typeof onDeliveryProfileCreated;
|
|
16482
|
+
declare const context$d_onDeliveryProfileDeleted: typeof onDeliveryProfileDeleted;
|
|
16483
|
+
declare const context$d_onDeliveryProfileDeliveryRegionAdded: typeof onDeliveryProfileDeliveryRegionAdded;
|
|
16484
|
+
declare const context$d_onDeliveryProfileDeliveryRegionRemoved: typeof onDeliveryProfileDeliveryRegionRemoved;
|
|
16485
|
+
declare const context$d_onDeliveryProfileDeliveryRegionUpdated: typeof onDeliveryProfileDeliveryRegionUpdated;
|
|
16486
|
+
declare const context$d_onDeliveryProfileUpdated: typeof onDeliveryProfileUpdated;
|
|
16487
|
+
declare const context$d_queryDeliveryProfiles: typeof queryDeliveryProfiles;
|
|
16488
|
+
declare const context$d_removeDeliveryCarrier: typeof removeDeliveryCarrier;
|
|
16489
|
+
declare const context$d_removeDeliveryRegion: typeof removeDeliveryRegion;
|
|
16490
|
+
declare const context$d_updateDeliveryCarrier: typeof updateDeliveryCarrier;
|
|
16491
|
+
declare const context$d_updateDeliveryProfile: typeof updateDeliveryProfile;
|
|
16492
|
+
declare const context$d_updateDeliveryRegion: typeof updateDeliveryRegion;
|
|
16493
|
+
declare namespace context$d {
|
|
16494
|
+
export { type ActionEvent$a as ActionEvent, type context$d_AddDeliveryCarrierOptions as AddDeliveryCarrierOptions, type context$d_AddDeliveryCarrierRequest as AddDeliveryCarrierRequest, type context$d_AddDeliveryCarrierResponse as AddDeliveryCarrierResponse, type context$d_AddDeliveryCarrierResponseNonNullableFields as AddDeliveryCarrierResponseNonNullableFields, type context$d_AddDeliveryRegionOptions as AddDeliveryRegionOptions, type context$d_AddDeliveryRegionRequest as AddDeliveryRegionRequest, type context$d_AddDeliveryRegionResponse as AddDeliveryRegionResponse, type context$d_AddDeliveryRegionResponseNonNullableFields as AddDeliveryRegionResponseNonNullableFields, type context$d_AdditionalCharge as AdditionalCharge, type ApplicationError$6 as ApplicationError, type context$d_Asset as Asset, type context$d_BackupRate as BackupRate, type BaseEventMetadata$8 as BaseEventMetadata, type BulkActionMetadata$3 as BulkActionMetadata, ChargeType$1 as ChargeType, type context$d_Column as Column, type context$d_CreateDeliveryProfileRequest as CreateDeliveryProfileRequest, type context$d_CreateDeliveryProfileResponse as CreateDeliveryProfileResponse, type context$d_CreateDeliveryProfileResponseNonNullableFields as CreateDeliveryProfileResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type CursorPagingMetadata$7 as CursorPagingMetadata, type CursorQuery$5 as CursorQuery, type CursorQueryPagingMethodOneOf$5 as CursorQueryPagingMethodOneOf, type Cursors$7 as Cursors, type context$d_DashboardTable as DashboardTable, type context$d_DeleteContext as DeleteContext, type context$d_DeleteDeliveryProfileRequest as DeleteDeliveryProfileRequest, type context$d_DeleteDeliveryProfileResponse as DeleteDeliveryProfileResponse, context$d_DeleteStatus as DeleteStatus, type context$d_DeliveryCarrier as DeliveryCarrier, type context$d_DeliveryCarrierDetails as DeliveryCarrierDetails, type context$d_DeliveryCarrierRegionalSettings as DeliveryCarrierRegionalSettings, type context$d_DeliveryProfile as DeliveryProfile, type context$d_DeliveryProfileCreatedEnvelope as DeliveryProfileCreatedEnvelope, type context$d_DeliveryProfileDeletedEnvelope as DeliveryProfileDeletedEnvelope, type context$d_DeliveryProfileDeliveryRegionAddedEnvelope as DeliveryProfileDeliveryRegionAddedEnvelope, type context$d_DeliveryProfileDeliveryRegionRemovedEnvelope as DeliveryProfileDeliveryRegionRemovedEnvelope, type context$d_DeliveryProfileDeliveryRegionUpdatedEnvelope as DeliveryProfileDeliveryRegionUpdatedEnvelope, type context$d_DeliveryProfileNonNullableFields as DeliveryProfileNonNullableFields, type context$d_DeliveryProfileUpdatedEnvelope as DeliveryProfileUpdatedEnvelope, type context$d_DeliveryProfilesQueryBuilder as DeliveryProfilesQueryBuilder, type context$d_DeliveryProfilesQueryResult as DeliveryProfilesQueryResult, type context$d_DeliveryRegion as DeliveryRegion, type context$d_DeliveryRegionAdded as DeliveryRegionAdded, type context$d_DeliveryRegionRemoved as DeliveryRegionRemoved, type context$d_DeliveryRegionUpdated as DeliveryRegionUpdated, type Destination$1 as Destination, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, type EventMetadata$8 as EventMetadata, type ExtendedFields$5 as ExtendedFields, type context$d_GetDeliveryProfileRequest as GetDeliveryProfileRequest, type context$d_GetDeliveryProfileResponse as GetDeliveryProfileResponse, type context$d_GetDeliveryProfileResponseNonNullableFields as GetDeliveryProfileResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type ItemMetadata$3 as ItemMetadata, type context$d_ListDeliveryCarrierDetailsRequest as ListDeliveryCarrierDetailsRequest, type context$d_ListDeliveryCarrierDetailsResponse as ListDeliveryCarrierDetailsResponse, type context$d_ListDeliveryCarrierDetailsResponseNonNullableFields as ListDeliveryCarrierDetailsResponseNonNullableFields, type context$d_ListDeliveryCarriersOptions as ListDeliveryCarriersOptions, type context$d_ListDeliveryCarriersRequest as ListDeliveryCarriersRequest, type context$d_ListDeliveryCarriersResponse as ListDeliveryCarriersResponse, type context$d_ListDeliveryCarriersResponseNonNullableFields as ListDeliveryCarriersResponseNonNullableFields, type context$d_ListDeliveryCarriersResult as ListDeliveryCarriersResult, type MessageEnvelope$a as MessageEnvelope, type context$d_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$d_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, Namespace$1 as Namespace, type context$d_NamespaceChanged as NamespaceChanged, type context$d_QueryDeliveryProfilesRequest as QueryDeliveryProfilesRequest, type context$d_QueryDeliveryProfilesResponse as QueryDeliveryProfilesResponse, type context$d_QueryDeliveryProfilesResponseNonNullableFields as QueryDeliveryProfilesResponseNonNullableFields, type context$d_RemoveDeliveryCarrierOptions as RemoveDeliveryCarrierOptions, type context$d_RemoveDeliveryCarrierRequest as RemoveDeliveryCarrierRequest, type context$d_RemoveDeliveryCarrierResponse as RemoveDeliveryCarrierResponse, type context$d_RemoveDeliveryCarrierResponseNonNullableFields as RemoveDeliveryCarrierResponseNonNullableFields, type context$d_RemoveDeliveryRegionIdentifiers as RemoveDeliveryRegionIdentifiers, type context$d_RemoveDeliveryRegionOptions as RemoveDeliveryRegionOptions, type context$d_RemoveDeliveryRegionRequest as RemoveDeliveryRegionRequest, type context$d_RemoveDeliveryRegionResponse as RemoveDeliveryRegionResponse, type context$d_RemoveDeliveryRegionResponseNonNullableFields as RemoveDeliveryRegionResponseNonNullableFields, type RestoreInfo$a as RestoreInfo, type context$d_Row as Row, type context$d_ServiceProvisioned as ServiceProvisioned, type context$d_ServiceRemoved as ServiceRemoved, type context$d_SiteCreated as SiteCreated, context$d_SiteCreatedContext as SiteCreatedContext, type context$d_SiteDeleted as SiteDeleted, type context$d_SiteHardDeleted as SiteHardDeleted, type context$d_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$d_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$d_SitePublished as SitePublished, type context$d_SiteRenamed as SiteRenamed, type context$d_SiteTransferred as SiteTransferred, type context$d_SiteUndeleted as SiteUndeleted, type context$d_SiteUnpublished as SiteUnpublished, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, State$1 as State, type context$d_StudioAssigned as StudioAssigned, type context$d_StudioUnassigned as StudioUnassigned, type context$d_UpdateDeliveryCarrierOptions as UpdateDeliveryCarrierOptions, type context$d_UpdateDeliveryCarrierRequest as UpdateDeliveryCarrierRequest, type context$d_UpdateDeliveryCarrierResponse as UpdateDeliveryCarrierResponse, type context$d_UpdateDeliveryCarrierResponseNonNullableFields as UpdateDeliveryCarrierResponseNonNullableFields, type context$d_UpdateDeliveryProfile as UpdateDeliveryProfile, type context$d_UpdateDeliveryProfileRequest as UpdateDeliveryProfileRequest, type context$d_UpdateDeliveryProfileResponse as UpdateDeliveryProfileResponse, type context$d_UpdateDeliveryProfileResponseNonNullableFields as UpdateDeliveryProfileResponseNonNullableFields, type context$d_UpdateDeliveryRegion as UpdateDeliveryRegion, type context$d_UpdateDeliveryRegionIdentifiers as UpdateDeliveryRegionIdentifiers, type context$d_UpdateDeliveryRegionOptions as UpdateDeliveryRegionOptions, type context$d_UpdateDeliveryRegionRequest as UpdateDeliveryRegionRequest, type context$d_UpdateDeliveryRegionResponse as UpdateDeliveryRegionResponse, type context$d_UpdateDeliveryRegionResponseNonNullableFields as UpdateDeliveryRegionResponseNonNullableFields, type UpdateExtendedFieldsOptions$3 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$4 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$4 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$3 as UpdateExtendedFieldsResponseNonNullableFields, WebhookIdentityType$a as WebhookIdentityType, type context$d__publicOnDeliveryProfileCreatedType as _publicOnDeliveryProfileCreatedType, type context$d__publicOnDeliveryProfileDeletedType as _publicOnDeliveryProfileDeletedType, type context$d__publicOnDeliveryProfileDeliveryRegionAddedType as _publicOnDeliveryProfileDeliveryRegionAddedType, type context$d__publicOnDeliveryProfileDeliveryRegionRemovedType as _publicOnDeliveryProfileDeliveryRegionRemovedType, type context$d__publicOnDeliveryProfileDeliveryRegionUpdatedType as _publicOnDeliveryProfileDeliveryRegionUpdatedType, type context$d__publicOnDeliveryProfileUpdatedType as _publicOnDeliveryProfileUpdatedType, context$d_addDeliveryCarrier as addDeliveryCarrier, context$d_addDeliveryRegion as addDeliveryRegion, context$d_createDeliveryProfile as createDeliveryProfile, context$d_deleteDeliveryProfile as deleteDeliveryProfile, context$d_getDeliveryProfile as getDeliveryProfile, context$d_listDeliveryCarrierDetails as listDeliveryCarrierDetails, context$d_listDeliveryCarriers as listDeliveryCarriers, context$d_onDeliveryProfileCreated as onDeliveryProfileCreated, context$d_onDeliveryProfileDeleted as onDeliveryProfileDeleted, context$d_onDeliveryProfileDeliveryRegionAdded as onDeliveryProfileDeliveryRegionAdded, context$d_onDeliveryProfileDeliveryRegionRemoved as onDeliveryProfileDeliveryRegionRemoved, context$d_onDeliveryProfileDeliveryRegionUpdated as onDeliveryProfileDeliveryRegionUpdated, context$d_onDeliveryProfileUpdated as onDeliveryProfileUpdated, onDeliveryProfileCreated$1 as publicOnDeliveryProfileCreated, onDeliveryProfileDeleted$1 as publicOnDeliveryProfileDeleted, onDeliveryProfileDeliveryRegionAdded$1 as publicOnDeliveryProfileDeliveryRegionAdded, onDeliveryProfileDeliveryRegionRemoved$1 as publicOnDeliveryProfileDeliveryRegionRemoved, onDeliveryProfileDeliveryRegionUpdated$1 as publicOnDeliveryProfileDeliveryRegionUpdated, onDeliveryProfileUpdated$1 as publicOnDeliveryProfileUpdated, context$d_queryDeliveryProfiles as queryDeliveryProfiles, context$d_removeDeliveryCarrier as removeDeliveryCarrier, context$d_removeDeliveryRegion as removeDeliveryRegion, context$d_updateDeliveryCarrier as updateDeliveryCarrier, context$d_updateDeliveryProfile as updateDeliveryProfile, context$d_updateDeliveryRegion as updateDeliveryRegion, updateExtendedFields$6 as updateExtendedFields };
|
|
16495
16495
|
}
|
|
16496
16496
|
|
|
16497
16497
|
/** DraftOrder is the main entity of DraftOrders service. It represents a single edit order. */
|
|
@@ -19706,131 +19706,131 @@ declare const commitDraftOrder: BuildRESTFunction<typeof commitDraftOrder$1> & t
|
|
|
19706
19706
|
declare const deleteDraftOrder: BuildRESTFunction<typeof deleteDraftOrder$1> & typeof deleteDraftOrder$1;
|
|
19707
19707
|
declare const queryDraftOrders: BuildRESTFunction<typeof queryDraftOrders$1> & typeof queryDraftOrders$1;
|
|
19708
19708
|
|
|
19709
|
-
type context$
|
|
19710
|
-
type context$
|
|
19711
|
-
type context$
|
|
19712
|
-
type context$
|
|
19713
|
-
type context$
|
|
19714
|
-
type context$
|
|
19715
|
-
type context$
|
|
19716
|
-
declare const context$
|
|
19717
|
-
type context$
|
|
19718
|
-
type context$
|
|
19719
|
-
type context$
|
|
19720
|
-
type context$
|
|
19721
|
-
type context$
|
|
19722
|
-
type context$
|
|
19723
|
-
type context$
|
|
19724
|
-
type context$
|
|
19725
|
-
type context$
|
|
19726
|
-
type context$
|
|
19727
|
-
type context$
|
|
19728
|
-
type context$
|
|
19729
|
-
type context$
|
|
19730
|
-
type context$
|
|
19731
|
-
type context$
|
|
19732
|
-
type context$
|
|
19733
|
-
type context$
|
|
19734
|
-
type context$
|
|
19735
|
-
type context$
|
|
19736
|
-
type context$
|
|
19737
|
-
type context$
|
|
19738
|
-
type context$
|
|
19739
|
-
type context$
|
|
19740
|
-
type context$
|
|
19741
|
-
type context$
|
|
19742
|
-
type context$
|
|
19743
|
-
type context$
|
|
19744
|
-
type context$
|
|
19745
|
-
type context$
|
|
19746
|
-
type context$
|
|
19747
|
-
type context$
|
|
19748
|
-
type context$
|
|
19749
|
-
type context$
|
|
19750
|
-
type context$
|
|
19751
|
-
type context$
|
|
19752
|
-
type context$
|
|
19753
|
-
type context$
|
|
19754
|
-
type context$
|
|
19755
|
-
type context$
|
|
19756
|
-
type context$
|
|
19757
|
-
type context$
|
|
19758
|
-
type context$
|
|
19759
|
-
declare const context$
|
|
19760
|
-
type context$
|
|
19761
|
-
declare const context$
|
|
19762
|
-
type context$
|
|
19763
|
-
type context$
|
|
19764
|
-
type context$
|
|
19765
|
-
type context$
|
|
19766
|
-
type context$
|
|
19767
|
-
type context$
|
|
19768
|
-
type context$
|
|
19769
|
-
type context$
|
|
19770
|
-
type context$
|
|
19771
|
-
type context$
|
|
19772
|
-
type context$
|
|
19773
|
-
type context$
|
|
19774
|
-
type context$
|
|
19775
|
-
type context$
|
|
19776
|
-
declare const context$
|
|
19777
|
-
type context$
|
|
19778
|
-
type context$
|
|
19779
|
-
declare const context$
|
|
19780
|
-
type context$
|
|
19781
|
-
type context$
|
|
19782
|
-
type context$
|
|
19783
|
-
type context$
|
|
19784
|
-
type context$
|
|
19785
|
-
type context$
|
|
19786
|
-
type context$
|
|
19787
|
-
type context$
|
|
19788
|
-
type context$
|
|
19789
|
-
type context$
|
|
19790
|
-
type context$
|
|
19791
|
-
type context$
|
|
19792
|
-
type context$
|
|
19793
|
-
type context$
|
|
19794
|
-
type context$
|
|
19795
|
-
type context$
|
|
19796
|
-
type context$
|
|
19797
|
-
type context$
|
|
19798
|
-
type context$
|
|
19799
|
-
type context$
|
|
19800
|
-
type context$
|
|
19801
|
-
type context$
|
|
19802
|
-
type context$
|
|
19803
|
-
type context$
|
|
19804
|
-
type context$
|
|
19805
|
-
type context$
|
|
19806
|
-
type context$
|
|
19807
|
-
type context$
|
|
19808
|
-
type context$
|
|
19809
|
-
type context$
|
|
19810
|
-
type context$
|
|
19811
|
-
type context$
|
|
19812
|
-
type context$
|
|
19813
|
-
type context$
|
|
19814
|
-
type context$
|
|
19815
|
-
type context$
|
|
19816
|
-
type context$
|
|
19817
|
-
type context$
|
|
19818
|
-
declare const context$
|
|
19819
|
-
declare const context$
|
|
19820
|
-
declare const context$
|
|
19821
|
-
declare const context$
|
|
19822
|
-
declare const context$
|
|
19823
|
-
declare const context$
|
|
19824
|
-
declare const context$
|
|
19825
|
-
declare const context$
|
|
19826
|
-
declare const context$
|
|
19827
|
-
declare const context$
|
|
19828
|
-
declare const context$
|
|
19829
|
-
declare const context$
|
|
19830
|
-
declare const context$
|
|
19831
|
-
declare const context$
|
|
19832
|
-
declare namespace context$
|
|
19833
|
-
export { type ActionEvent$9 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type context$b_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type context$b_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type context$b_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type context$b_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type context$b_AdditionalFeeDetails as AdditionalFeeDetails, type context$b_AdditionalFeeOption as AdditionalFeeOption, type Address$5 as Address, type AddressLocation$4 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$5 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, context$b_AppliedDiscountDiscountType as AppliedDiscountDiscountType, AttributionSource$1 as AttributionSource, type AuthorizedPaymentCaptured$1 as AuthorizedPaymentCaptured, type AuthorizedPaymentCreated$1 as AuthorizedPaymentCreated, type AuthorizedPaymentVoided$1 as AuthorizedPaymentVoided, type Balance$1 as Balance, type BalanceSummary$1 as BalanceSummary, type context$b_BillingChangedDetails as BillingChangedDetails, type context$b_BillingDetails as BillingDetails, type context$b_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type context$b_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type context$b_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type context$b_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$1 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$2 as CatalogReference, type context$b_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type context$b_CommitDraftOrderOptions as CommitDraftOrderOptions, type context$b_CommitDraftOrderRequest as CommitDraftOrderRequest, type context$b_CommitDraftOrderResponse as CommitDraftOrderResponse, type context$b_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type context$b_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type context$b_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type context$b_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type context$b_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type context$b_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type context$b_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type context$b_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type context$b_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type context$b_CreateDraftOrderRequest as CreateDraftOrderRequest, type context$b_CreateDraftOrderResponse as CreateDraftOrderResponse, type context$b_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type context$b_CreateEmptyDraftOrderRequest as CreateEmptyDraftOrderRequest, type context$b_CreateEmptyDraftOrderResponse as CreateEmptyDraftOrderResponse, type context$b_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type context$b_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type context$b_CustomLineItem as CustomLineItem, type context$b_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type context$b_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type context$b_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type context$b_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type context$b_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type context$b_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type context$b_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type context$b_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$2 as DeliveryLogistics, type DeliveryTimeSlot$2 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$1 as Details, type DetailsKindOneOf$1 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type context$b_DiscountDetails as DiscountDetails, type context$b_DiscountOption as DiscountOption, type context$b_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type context$b_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type context$b_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type context$b_DraftOrdersQueryResult as DraftOrdersQueryResult, context$b_EditingStatus as EditingStatus, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$1 as FieldViolation, context$b_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$b_GetDraftEditabilityStatusRequest as GetDraftEditabilityStatusRequest, type context$b_GetDraftEditabilityStatusResponse as GetDraftEditabilityStatusResponse, type context$b_GetDraftOrderRequest as GetDraftOrderRequest, type context$b_GetDraftOrderResponse as GetDraftOrderResponse, type context$b_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type context$b_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type context$b_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type context$b_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type context$b_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$b_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type context$b_ItemDetails as ItemDetails, type context$b_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type context$b_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$2 as LineItemDiscount, type LineItemExchangeData$1 as LineItemExchangeData, type LineItemPriceChange$1 as LineItemPriceChange, type LineItemQuantityChange$1 as LineItemQuantityChange, LineItemQuantityChangeType$1 as LineItemQuantityChangeType, type LineItemTaxBreakdown$1 as LineItemTaxBreakdown, type LineItemTaxInfo$1 as LineItemTaxInfo, type LocationAndQuantity$1 as LocationAndQuantity, type ManagedAdditionalFee$1 as ManagedAdditionalFee, type ManagedDiscount$1 as ManagedDiscount, type ManagedLineItem$1 as ManagedLineItem, type MerchantComment$1 as MerchantComment, type MerchantDiscount$2 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$9 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, context$b_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type context$b_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, PaymentOptionType$2 as PaymentOptionType, type PaymentRefundFailed$1 as PaymentRefundFailed, type PaymentRefunded$1 as PaymentRefunded, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$3 as PickupDetails, context$b_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$2 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$3 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$1 as ProductName, type context$b_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type context$b_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type context$b_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type context$b_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type context$b_RecipientInfoDetails as RecipientInfoDetails, type context$b_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RefundInitiated$1 as RefundInitiated, type RefundedPayment$1 as RefundedPayment, type RefundedPaymentKindOneOf$1 as RefundedPaymentKindOneOf, type RegularPaymentRefund$1 as RegularPaymentRefund, type RestoreInfo$9 as RestoreInfo, RuleType$1 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type context$b_SecuredMedia as SecuredMedia, type context$b_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type context$b_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type context$b_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type context$b_SetBillingInfoRequest as SetBillingInfoRequest, type context$b_SetBillingInfoResponse as SetBillingInfoResponse, type context$b_SetBuyerInfoRequest as SetBuyerInfoRequest, type context$b_SetBuyerInfoResponse as SetBuyerInfoResponse, type context$b_SetDiscountsRequest as SetDiscountsRequest, type context$b_SetDiscountsResponse as SetDiscountsResponse, type context$b_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type context$b_SetRecipientInfoRequest as SetRecipientInfoRequest, type context$b_SetRecipientInfoResponse as SetRecipientInfoResponse, type context$b_SetShippingInfoRequest as SetShippingInfoRequest, type context$b_SetShippingInfoResponse as SetShippingInfoResponse, type context$b_ShippingChangedDetails as ShippingChangedDetails, type context$b_ShippingDetails as ShippingDetails, type context$b_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$2 as ShippingInformation, type ShippingInformationChange$1 as ShippingInformationChange, type ShippingOption$2 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, SourceType$1 as SourceType, type StreetAddress$4 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$1 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type context$b_UpdateLineItemsOptions as UpdateLineItemsOptions, type context$b_UpdateLineItemsRequest as UpdateLineItemsRequest, type context$b_UpdateLineItemsResponse as UpdateLineItemsResponse, type context$b_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type context$b_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type context$b_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type context$b_V1BalanceSummary as V1BalanceSummary, type context$b_V1CreatedBy as V1CreatedBy, type context$b_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$b_V1DeliveryLogistics as V1DeliveryLogistics, type context$b_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type context$b_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$b_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type context$b_V1ShippingPrice as V1ShippingPrice, type ValidationError$1 as ValidationError, type VatId$2 as VatId, VatType$2 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$3 as WeightUnit, context$b_addLineItemsToDraftOrder as addLineItemsToDraftOrder, context$b_commitDraftOrder as commitDraftOrder, context$b_createCustomAdditionalFees as createCustomAdditionalFees, context$b_createCustomDiscounts as createCustomDiscounts, context$b_createDraftOrder as createDraftOrder, context$b_deleteCustomAdditionalFees as deleteCustomAdditionalFees, context$b_deleteCustomDiscounts as deleteCustomDiscounts, context$b_deleteDraftOrder as deleteDraftOrder, context$b_getDraftOrder as getDraftOrder, context$b_getOrderDraftabilityStatus as getOrderDraftabilityStatus, context$b_queryDraftOrders as queryDraftOrders, context$b_setAdditionalFees as setAdditionalFees, context$b_setDiscounts as setDiscounts, context$b_updateLineItems as updateLineItems };
|
|
19709
|
+
type context$c_AddLineItemsToDraftOrderOptions = AddLineItemsToDraftOrderOptions;
|
|
19710
|
+
type context$c_AddLineItemsToDraftOrderRequest = AddLineItemsToDraftOrderRequest;
|
|
19711
|
+
type context$c_AddLineItemsToDraftOrderResponse = AddLineItemsToDraftOrderResponse;
|
|
19712
|
+
type context$c_AddLineItemsToDraftOrderResponseNonNullableFields = AddLineItemsToDraftOrderResponseNonNullableFields;
|
|
19713
|
+
type context$c_AdditionalFeeDetails = AdditionalFeeDetails;
|
|
19714
|
+
type context$c_AdditionalFeeOption = AdditionalFeeOption;
|
|
19715
|
+
type context$c_AppliedDiscountDiscountType = AppliedDiscountDiscountType;
|
|
19716
|
+
declare const context$c_AppliedDiscountDiscountType: typeof AppliedDiscountDiscountType;
|
|
19717
|
+
type context$c_BillingChangedDetails = BillingChangedDetails;
|
|
19718
|
+
type context$c_BillingDetails = BillingDetails;
|
|
19719
|
+
type context$c_BillingDetailsChangeTypeOneOf = BillingDetailsChangeTypeOneOf;
|
|
19720
|
+
type context$c_BuyerChangedDetails = BuyerChangedDetails;
|
|
19721
|
+
type context$c_BuyerDetailsChangeTypeOneOf = BuyerDetailsChangeTypeOneOf;
|
|
19722
|
+
type context$c_CalculatedDraftOrder = CalculatedDraftOrder;
|
|
19723
|
+
type context$c_CatalogReferenceLineItem = CatalogReferenceLineItem;
|
|
19724
|
+
type context$c_CommitDraftOrderOptions = CommitDraftOrderOptions;
|
|
19725
|
+
type context$c_CommitDraftOrderRequest = CommitDraftOrderRequest;
|
|
19726
|
+
type context$c_CommitDraftOrderResponse = CommitDraftOrderResponse;
|
|
19727
|
+
type context$c_CommitDraftOrderResponseNonNullableFields = CommitDraftOrderResponseNonNullableFields;
|
|
19728
|
+
type context$c_CreateCustomAdditionalFeesOptions = CreateCustomAdditionalFeesOptions;
|
|
19729
|
+
type context$c_CreateCustomAdditionalFeesRequest = CreateCustomAdditionalFeesRequest;
|
|
19730
|
+
type context$c_CreateCustomAdditionalFeesResponse = CreateCustomAdditionalFeesResponse;
|
|
19731
|
+
type context$c_CreateCustomAdditionalFeesResponseNonNullableFields = CreateCustomAdditionalFeesResponseNonNullableFields;
|
|
19732
|
+
type context$c_CreateCustomDiscountsOptions = CreateCustomDiscountsOptions;
|
|
19733
|
+
type context$c_CreateCustomDiscountsRequest = CreateCustomDiscountsRequest;
|
|
19734
|
+
type context$c_CreateCustomDiscountsResponse = CreateCustomDiscountsResponse;
|
|
19735
|
+
type context$c_CreateCustomDiscountsResponseNonNullableFields = CreateCustomDiscountsResponseNonNullableFields;
|
|
19736
|
+
type context$c_CreateDraftOrderRequest = CreateDraftOrderRequest;
|
|
19737
|
+
type context$c_CreateDraftOrderResponse = CreateDraftOrderResponse;
|
|
19738
|
+
type context$c_CreateDraftOrderResponseNonNullableFields = CreateDraftOrderResponseNonNullableFields;
|
|
19739
|
+
type context$c_CreateEmptyDraftOrderRequest = CreateEmptyDraftOrderRequest;
|
|
19740
|
+
type context$c_CreateEmptyDraftOrderResponse = CreateEmptyDraftOrderResponse;
|
|
19741
|
+
type context$c_CreateOrderFromDraftRequest = CreateOrderFromDraftRequest;
|
|
19742
|
+
type context$c_CreateOrderFromDraftResponse = CreateOrderFromDraftResponse;
|
|
19743
|
+
type context$c_CustomLineItem = CustomLineItem;
|
|
19744
|
+
type context$c_DeleteCustomAdditionalFeesRequest = DeleteCustomAdditionalFeesRequest;
|
|
19745
|
+
type context$c_DeleteCustomAdditionalFeesResponse = DeleteCustomAdditionalFeesResponse;
|
|
19746
|
+
type context$c_DeleteCustomAdditionalFeesResponseNonNullableFields = DeleteCustomAdditionalFeesResponseNonNullableFields;
|
|
19747
|
+
type context$c_DeleteCustomDiscountsRequest = DeleteCustomDiscountsRequest;
|
|
19748
|
+
type context$c_DeleteCustomDiscountsResponse = DeleteCustomDiscountsResponse;
|
|
19749
|
+
type context$c_DeleteCustomDiscountsResponseNonNullableFields = DeleteCustomDiscountsResponseNonNullableFields;
|
|
19750
|
+
type context$c_DeleteDraftOrderRequest = DeleteDraftOrderRequest;
|
|
19751
|
+
type context$c_DeleteDraftOrderResponse = DeleteDraftOrderResponse;
|
|
19752
|
+
type context$c_DiscountDetails = DiscountDetails;
|
|
19753
|
+
type context$c_DiscountOption = DiscountOption;
|
|
19754
|
+
type context$c_DiscountOptionDiscountAmountOneOf = DiscountOptionDiscountAmountOneOf;
|
|
19755
|
+
type context$c_DraftOrder = DraftOrder;
|
|
19756
|
+
type context$c_DraftOrdersQueryBuilder = DraftOrdersQueryBuilder;
|
|
19757
|
+
type context$c_DraftOrdersQueryResult = DraftOrdersQueryResult;
|
|
19758
|
+
type context$c_EditingStatus = EditingStatus;
|
|
19759
|
+
declare const context$c_EditingStatus: typeof EditingStatus;
|
|
19760
|
+
type context$c_FileType = FileType;
|
|
19761
|
+
declare const context$c_FileType: typeof FileType;
|
|
19762
|
+
type context$c_GetDraftEditabilityStatusRequest = GetDraftEditabilityStatusRequest;
|
|
19763
|
+
type context$c_GetDraftEditabilityStatusResponse = GetDraftEditabilityStatusResponse;
|
|
19764
|
+
type context$c_GetDraftOrderRequest = GetDraftOrderRequest;
|
|
19765
|
+
type context$c_GetDraftOrderResponse = GetDraftOrderResponse;
|
|
19766
|
+
type context$c_GetDraftOrderResponseNonNullableFields = GetDraftOrderResponseNonNullableFields;
|
|
19767
|
+
type context$c_GetOrderDraftabilityStatusRequest = GetOrderDraftabilityStatusRequest;
|
|
19768
|
+
type context$c_GetOrderDraftabilityStatusResponse = GetOrderDraftabilityStatusResponse;
|
|
19769
|
+
type context$c_GetOrderDraftabilityStatusResponseNonNullableFields = GetOrderDraftabilityStatusResponseNonNullableFields;
|
|
19770
|
+
type context$c_IdAndApplied = IdAndApplied;
|
|
19771
|
+
type context$c_InventoryUpdate = InventoryUpdate;
|
|
19772
|
+
type context$c_ItemDetails = ItemDetails;
|
|
19773
|
+
type context$c_ItemDetailsChangeTypeOneOf = ItemDetailsChangeTypeOneOf;
|
|
19774
|
+
type context$c_LineItemChangeDetails = LineItemChangeDetails;
|
|
19775
|
+
type context$c_NonDraftableReason = NonDraftableReason;
|
|
19776
|
+
declare const context$c_NonDraftableReason: typeof NonDraftableReason;
|
|
19777
|
+
type context$c_OrderCreateSettings = OrderCreateSettings;
|
|
19778
|
+
type context$c_PickupDetailsPickupMethod = PickupDetailsPickupMethod;
|
|
19779
|
+
declare const context$c_PickupDetailsPickupMethod: typeof PickupDetailsPickupMethod;
|
|
19780
|
+
type context$c_QueryDraftOrdersRequest = QueryDraftOrdersRequest;
|
|
19781
|
+
type context$c_QueryDraftOrdersResponse = QueryDraftOrdersResponse;
|
|
19782
|
+
type context$c_QueryDraftOrdersResponseNonNullableFields = QueryDraftOrdersResponseNonNullableFields;
|
|
19783
|
+
type context$c_RecipientInfoChangedDetails = RecipientInfoChangedDetails;
|
|
19784
|
+
type context$c_RecipientInfoDetails = RecipientInfoDetails;
|
|
19785
|
+
type context$c_RecipientInfoDetailsChangeTypeOneOf = RecipientInfoDetailsChangeTypeOneOf;
|
|
19786
|
+
type context$c_SecuredMedia = SecuredMedia;
|
|
19787
|
+
type context$c_SetAdditionalFeesRequest = SetAdditionalFeesRequest;
|
|
19788
|
+
type context$c_SetAdditionalFeesResponse = SetAdditionalFeesResponse;
|
|
19789
|
+
type context$c_SetAdditionalFeesResponseNonNullableFields = SetAdditionalFeesResponseNonNullableFields;
|
|
19790
|
+
type context$c_SetBillingInfoRequest = SetBillingInfoRequest;
|
|
19791
|
+
type context$c_SetBillingInfoResponse = SetBillingInfoResponse;
|
|
19792
|
+
type context$c_SetBuyerInfoRequest = SetBuyerInfoRequest;
|
|
19793
|
+
type context$c_SetBuyerInfoResponse = SetBuyerInfoResponse;
|
|
19794
|
+
type context$c_SetDiscountsRequest = SetDiscountsRequest;
|
|
19795
|
+
type context$c_SetDiscountsResponse = SetDiscountsResponse;
|
|
19796
|
+
type context$c_SetDiscountsResponseNonNullableFields = SetDiscountsResponseNonNullableFields;
|
|
19797
|
+
type context$c_SetRecipientInfoRequest = SetRecipientInfoRequest;
|
|
19798
|
+
type context$c_SetRecipientInfoResponse = SetRecipientInfoResponse;
|
|
19799
|
+
type context$c_SetShippingInfoRequest = SetShippingInfoRequest;
|
|
19800
|
+
type context$c_SetShippingInfoResponse = SetShippingInfoResponse;
|
|
19801
|
+
type context$c_ShippingChangedDetails = ShippingChangedDetails;
|
|
19802
|
+
type context$c_ShippingDetails = ShippingDetails;
|
|
19803
|
+
type context$c_ShippingDetailsChangeTypeOneOf = ShippingDetailsChangeTypeOneOf;
|
|
19804
|
+
type context$c_UpdateLineItemsOptions = UpdateLineItemsOptions;
|
|
19805
|
+
type context$c_UpdateLineItemsRequest = UpdateLineItemsRequest;
|
|
19806
|
+
type context$c_UpdateLineItemsResponse = UpdateLineItemsResponse;
|
|
19807
|
+
type context$c_UpdateLineItemsResponseNonNullableFields = UpdateLineItemsResponseNonNullableFields;
|
|
19808
|
+
type context$c_UpdateShippingInfoRequest = UpdateShippingInfoRequest;
|
|
19809
|
+
type context$c_UpdateShippingInfoResponse = UpdateShippingInfoResponse;
|
|
19810
|
+
type context$c_V1BalanceSummary = V1BalanceSummary;
|
|
19811
|
+
type context$c_V1CreatedBy = V1CreatedBy;
|
|
19812
|
+
type context$c_V1CreatedByStringOneOf = V1CreatedByStringOneOf;
|
|
19813
|
+
type context$c_V1DeliveryLogistics = V1DeliveryLogistics;
|
|
19814
|
+
type context$c_V1DeliveryLogisticsAddressOneOf = V1DeliveryLogisticsAddressOneOf;
|
|
19815
|
+
type context$c_V1DeliveryTimeSlot = V1DeliveryTimeSlot;
|
|
19816
|
+
type context$c_V1PickupDetails = V1PickupDetails;
|
|
19817
|
+
type context$c_V1ShippingPrice = V1ShippingPrice;
|
|
19818
|
+
declare const context$c_addLineItemsToDraftOrder: typeof addLineItemsToDraftOrder;
|
|
19819
|
+
declare const context$c_commitDraftOrder: typeof commitDraftOrder;
|
|
19820
|
+
declare const context$c_createCustomAdditionalFees: typeof createCustomAdditionalFees;
|
|
19821
|
+
declare const context$c_createCustomDiscounts: typeof createCustomDiscounts;
|
|
19822
|
+
declare const context$c_createDraftOrder: typeof createDraftOrder;
|
|
19823
|
+
declare const context$c_deleteCustomAdditionalFees: typeof deleteCustomAdditionalFees;
|
|
19824
|
+
declare const context$c_deleteCustomDiscounts: typeof deleteCustomDiscounts;
|
|
19825
|
+
declare const context$c_deleteDraftOrder: typeof deleteDraftOrder;
|
|
19826
|
+
declare const context$c_getDraftOrder: typeof getDraftOrder;
|
|
19827
|
+
declare const context$c_getOrderDraftabilityStatus: typeof getOrderDraftabilityStatus;
|
|
19828
|
+
declare const context$c_queryDraftOrders: typeof queryDraftOrders;
|
|
19829
|
+
declare const context$c_setAdditionalFees: typeof setAdditionalFees;
|
|
19830
|
+
declare const context$c_setDiscounts: typeof setDiscounts;
|
|
19831
|
+
declare const context$c_updateLineItems: typeof updateLineItems;
|
|
19832
|
+
declare namespace context$c {
|
|
19833
|
+
export { type ActionEvent$9 as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type context$c_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type context$c_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type context$c_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type context$c_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type context$c_AdditionalFeeDetails as AdditionalFeeDetails, type context$c_AdditionalFeeOption as AdditionalFeeOption, type Address$5 as Address, type AddressLocation$4 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$5 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, context$c_AppliedDiscountDiscountType as AppliedDiscountDiscountType, AttributionSource$1 as AttributionSource, type AuthorizedPaymentCaptured$1 as AuthorizedPaymentCaptured, type AuthorizedPaymentCreated$1 as AuthorizedPaymentCreated, type AuthorizedPaymentVoided$1 as AuthorizedPaymentVoided, type Balance$1 as Balance, type BalanceSummary$1 as BalanceSummary, type context$c_BillingChangedDetails as BillingChangedDetails, type context$c_BillingDetails as BillingDetails, type context$c_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type context$c_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type context$c_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type context$c_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$1 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$2 as CatalogReference, type context$c_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type context$c_CommitDraftOrderOptions as CommitDraftOrderOptions, type context$c_CommitDraftOrderRequest as CommitDraftOrderRequest, type context$c_CommitDraftOrderResponse as CommitDraftOrderResponse, type context$c_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type context$c_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type context$c_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type context$c_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type context$c_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type context$c_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type context$c_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type context$c_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type context$c_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type context$c_CreateDraftOrderRequest as CreateDraftOrderRequest, type context$c_CreateDraftOrderResponse as CreateDraftOrderResponse, type context$c_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type context$c_CreateEmptyDraftOrderRequest as CreateEmptyDraftOrderRequest, type context$c_CreateEmptyDraftOrderResponse as CreateEmptyDraftOrderResponse, type context$c_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type context$c_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type context$c_CustomLineItem as CustomLineItem, type context$c_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type context$c_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type context$c_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type context$c_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type context$c_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type context$c_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type context$c_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type context$c_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$2 as DeliveryLogistics, type DeliveryTimeSlot$2 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$1 as Details, type DetailsKindOneOf$1 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type context$c_DiscountDetails as DiscountDetails, type context$c_DiscountOption as DiscountOption, type context$c_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type context$c_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type context$c_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type context$c_DraftOrdersQueryResult as DraftOrdersQueryResult, context$c_EditingStatus as EditingStatus, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$1 as FieldViolation, context$c_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$c_GetDraftEditabilityStatusRequest as GetDraftEditabilityStatusRequest, type context$c_GetDraftEditabilityStatusResponse as GetDraftEditabilityStatusResponse, type context$c_GetDraftOrderRequest as GetDraftOrderRequest, type context$c_GetDraftOrderResponse as GetDraftOrderResponse, type context$c_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type context$c_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type context$c_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type context$c_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type context$c_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$c_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type context$c_ItemDetails as ItemDetails, type context$c_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type context$c_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$2 as LineItemDiscount, type LineItemExchangeData$1 as LineItemExchangeData, type LineItemPriceChange$1 as LineItemPriceChange, type LineItemQuantityChange$1 as LineItemQuantityChange, LineItemQuantityChangeType$1 as LineItemQuantityChangeType, type LineItemTaxBreakdown$1 as LineItemTaxBreakdown, type LineItemTaxInfo$1 as LineItemTaxInfo, type LocationAndQuantity$1 as LocationAndQuantity, type ManagedAdditionalFee$1 as ManagedAdditionalFee, type ManagedDiscount$1 as ManagedDiscount, type ManagedLineItem$1 as ManagedLineItem, type MerchantComment$1 as MerchantComment, type MerchantDiscount$2 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$9 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, context$c_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type context$c_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, type PaymentRefundFailed$1 as PaymentRefundFailed, type PaymentRefunded$1 as PaymentRefunded, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$3 as PickupDetails, context$c_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$2 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$3 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$1 as ProductName, type context$c_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type context$c_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type context$c_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type context$c_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type context$c_RecipientInfoDetails as RecipientInfoDetails, type context$c_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RefundInitiated$1 as RefundInitiated, type RefundedPayment$1 as RefundedPayment, type RefundedPaymentKindOneOf$1 as RefundedPaymentKindOneOf, type RegularPaymentRefund$1 as RegularPaymentRefund, type RestoreInfo$9 as RestoreInfo, RuleType$1 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type context$c_SecuredMedia as SecuredMedia, type context$c_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type context$c_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type context$c_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type context$c_SetBillingInfoRequest as SetBillingInfoRequest, type context$c_SetBillingInfoResponse as SetBillingInfoResponse, type context$c_SetBuyerInfoRequest as SetBuyerInfoRequest, type context$c_SetBuyerInfoResponse as SetBuyerInfoResponse, type context$c_SetDiscountsRequest as SetDiscountsRequest, type context$c_SetDiscountsResponse as SetDiscountsResponse, type context$c_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type context$c_SetRecipientInfoRequest as SetRecipientInfoRequest, type context$c_SetRecipientInfoResponse as SetRecipientInfoResponse, type context$c_SetShippingInfoRequest as SetShippingInfoRequest, type context$c_SetShippingInfoResponse as SetShippingInfoResponse, type context$c_ShippingChangedDetails as ShippingChangedDetails, type context$c_ShippingDetails as ShippingDetails, type context$c_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$2 as ShippingInformation, type ShippingInformationChange$1 as ShippingInformationChange, type ShippingOption$2 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, SourceType$1 as SourceType, type StreetAddress$4 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$1 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type context$c_UpdateLineItemsOptions as UpdateLineItemsOptions, type context$c_UpdateLineItemsRequest as UpdateLineItemsRequest, type context$c_UpdateLineItemsResponse as UpdateLineItemsResponse, type context$c_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type context$c_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type context$c_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type context$c_V1BalanceSummary as V1BalanceSummary, type context$c_V1CreatedBy as V1CreatedBy, type context$c_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$c_V1DeliveryLogistics as V1DeliveryLogistics, type context$c_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type context$c_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$c_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type context$c_V1ShippingPrice as V1ShippingPrice, type ValidationError$1 as ValidationError, type VatId$2 as VatId, VatType$2 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$3 as WeightUnit, context$c_addLineItemsToDraftOrder as addLineItemsToDraftOrder, context$c_commitDraftOrder as commitDraftOrder, context$c_createCustomAdditionalFees as createCustomAdditionalFees, context$c_createCustomDiscounts as createCustomDiscounts, context$c_createDraftOrder as createDraftOrder, context$c_deleteCustomAdditionalFees as deleteCustomAdditionalFees, context$c_deleteCustomDiscounts as deleteCustomDiscounts, context$c_deleteDraftOrder as deleteDraftOrder, context$c_getDraftOrder as getDraftOrder, context$c_getOrderDraftabilityStatus as getOrderDraftabilityStatus, context$c_queryDraftOrders as queryDraftOrders, context$c_setAdditionalFees as setAdditionalFees, context$c_setDiscounts as setDiscounts, context$c_updateLineItems as updateLineItems };
|
|
19834
19834
|
}
|
|
19835
19835
|
|
|
19836
19836
|
interface OrderWithFulfillments {
|
|
@@ -20454,48 +20454,212 @@ type _publicOnFulfillmentsUpdatedType = typeof onFulfillmentsUpdated$1;
|
|
|
20454
20454
|
*/
|
|
20455
20455
|
declare const onFulfillmentsUpdated: ReturnType<typeof createEventModule$7<_publicOnFulfillmentsUpdatedType>>;
|
|
20456
20456
|
|
|
20457
|
-
type context$
|
|
20458
|
-
type context$
|
|
20459
|
-
type context$
|
|
20460
|
-
type context$
|
|
20461
|
-
type context$
|
|
20462
|
-
type context$
|
|
20463
|
-
type context$
|
|
20464
|
-
type context$
|
|
20465
|
-
type context$
|
|
20466
|
-
type context$
|
|
20467
|
-
type context$
|
|
20468
|
-
type context$
|
|
20469
|
-
type context$
|
|
20470
|
-
type context$
|
|
20471
|
-
type context$
|
|
20472
|
-
type context$
|
|
20473
|
-
type context$
|
|
20474
|
-
type context$
|
|
20475
|
-
type context$
|
|
20476
|
-
type context$
|
|
20477
|
-
type context$
|
|
20478
|
-
type context$
|
|
20479
|
-
type context$
|
|
20480
|
-
type context$
|
|
20481
|
-
type context$
|
|
20482
|
-
type context$
|
|
20483
|
-
type context$
|
|
20484
|
-
type context$
|
|
20485
|
-
type context$
|
|
20486
|
-
type context$
|
|
20487
|
-
type context$
|
|
20488
|
-
type context$
|
|
20489
|
-
type context$
|
|
20490
|
-
declare const context$
|
|
20491
|
-
declare const context$
|
|
20492
|
-
declare const context$
|
|
20493
|
-
declare const context$
|
|
20494
|
-
declare const context$
|
|
20495
|
-
declare const context$
|
|
20496
|
-
declare const context$
|
|
20457
|
+
type context$b_BulkCreateFulfillmentRequest = BulkCreateFulfillmentRequest;
|
|
20458
|
+
type context$b_BulkCreateFulfillmentResponse = BulkCreateFulfillmentResponse;
|
|
20459
|
+
type context$b_BulkCreateFulfillmentResponseNonNullableFields = BulkCreateFulfillmentResponseNonNullableFields;
|
|
20460
|
+
type context$b_BulkCreateOrderWithFulfillments = BulkCreateOrderWithFulfillments;
|
|
20461
|
+
type context$b_BulkOrderFulfillmentsResult = BulkOrderFulfillmentsResult;
|
|
20462
|
+
type context$b_CreateFulfillmentRequest = CreateFulfillmentRequest;
|
|
20463
|
+
type context$b_CreateFulfillmentResponse = CreateFulfillmentResponse;
|
|
20464
|
+
type context$b_CreateFulfillmentResponseNonNullableFields = CreateFulfillmentResponseNonNullableFields;
|
|
20465
|
+
type context$b_CustomFulfillmentInfo = CustomFulfillmentInfo;
|
|
20466
|
+
type context$b_DeleteFulfillmentIdentifiers = DeleteFulfillmentIdentifiers;
|
|
20467
|
+
type context$b_DeleteFulfillmentRequest = DeleteFulfillmentRequest;
|
|
20468
|
+
type context$b_DeleteFulfillmentResponse = DeleteFulfillmentResponse;
|
|
20469
|
+
type context$b_DeleteFulfillmentResponseNonNullableFields = DeleteFulfillmentResponseNonNullableFields;
|
|
20470
|
+
type context$b_FulfillmentCreated = FulfillmentCreated;
|
|
20471
|
+
type context$b_FulfillmentDeleted = FulfillmentDeleted;
|
|
20472
|
+
type context$b_FulfillmentFulfillmentInfoOneOf = FulfillmentFulfillmentInfoOneOf;
|
|
20473
|
+
type context$b_FulfillmentUpdated = FulfillmentUpdated;
|
|
20474
|
+
type context$b_FulfillmentsUpdatedEnvelope = FulfillmentsUpdatedEnvelope;
|
|
20475
|
+
type context$b_ListFulfillmentsForMultipleOrdersRequest = ListFulfillmentsForMultipleOrdersRequest;
|
|
20476
|
+
type context$b_ListFulfillmentsForMultipleOrdersResponse = ListFulfillmentsForMultipleOrdersResponse;
|
|
20477
|
+
type context$b_ListFulfillmentsForMultipleOrdersResponseNonNullableFields = ListFulfillmentsForMultipleOrdersResponseNonNullableFields;
|
|
20478
|
+
type context$b_ListFulfillmentsForSingleOrderRequest = ListFulfillmentsForSingleOrderRequest;
|
|
20479
|
+
type context$b_ListFulfillmentsForSingleOrderResponse = ListFulfillmentsForSingleOrderResponse;
|
|
20480
|
+
type context$b_ListFulfillmentsForSingleOrderResponseNonNullableFields = ListFulfillmentsForSingleOrderResponseNonNullableFields;
|
|
20481
|
+
type context$b_OrderWithFulfillments = OrderWithFulfillments;
|
|
20482
|
+
type context$b_OrderWithFulfillmentsNonNullableFields = OrderWithFulfillmentsNonNullableFields;
|
|
20483
|
+
type context$b_UpdateFulfillmentIdentifiers = UpdateFulfillmentIdentifiers;
|
|
20484
|
+
type context$b_UpdateFulfillmentOptions = UpdateFulfillmentOptions;
|
|
20485
|
+
type context$b_UpdateFulfillmentRequest = UpdateFulfillmentRequest;
|
|
20486
|
+
type context$b_UpdateFulfillmentResponse = UpdateFulfillmentResponse;
|
|
20487
|
+
type context$b_UpdateFulfillmentResponseNonNullableFields = UpdateFulfillmentResponseNonNullableFields;
|
|
20488
|
+
type context$b_V2FulfillmentTrackingInfo = V2FulfillmentTrackingInfo;
|
|
20489
|
+
type context$b__publicOnFulfillmentsUpdatedType = _publicOnFulfillmentsUpdatedType;
|
|
20490
|
+
declare const context$b_bulkCreateFulfillments: typeof bulkCreateFulfillments;
|
|
20491
|
+
declare const context$b_createFulfillment: typeof createFulfillment;
|
|
20492
|
+
declare const context$b_deleteFulfillment: typeof deleteFulfillment;
|
|
20493
|
+
declare const context$b_listFulfillmentsForMultipleOrders: typeof listFulfillmentsForMultipleOrders;
|
|
20494
|
+
declare const context$b_listFulfillmentsForSingleOrder: typeof listFulfillmentsForSingleOrder;
|
|
20495
|
+
declare const context$b_onFulfillmentsUpdated: typeof onFulfillmentsUpdated;
|
|
20496
|
+
declare const context$b_updateFulfillment: typeof updateFulfillment;
|
|
20497
|
+
declare namespace context$b {
|
|
20498
|
+
export { type ActionEvent$8 as ActionEvent, type ApplicationError$4 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$2 as BulkActionMetadata, type context$b_BulkCreateFulfillmentRequest as BulkCreateFulfillmentRequest, type context$b_BulkCreateFulfillmentResponse as BulkCreateFulfillmentResponse, type context$b_BulkCreateFulfillmentResponseNonNullableFields as BulkCreateFulfillmentResponseNonNullableFields, type context$b_BulkCreateOrderWithFulfillments as BulkCreateOrderWithFulfillments, type context$b_BulkOrderFulfillmentsResult as BulkOrderFulfillmentsResult, type BuyerInfo$2 as BuyerInfo, type context$b_CreateFulfillmentRequest as CreateFulfillmentRequest, type context$b_CreateFulfillmentResponse as CreateFulfillmentResponse, type context$b_CreateFulfillmentResponseNonNullableFields as CreateFulfillmentResponseNonNullableFields, type context$b_CustomFulfillmentInfo as CustomFulfillmentInfo, type context$b_DeleteFulfillmentIdentifiers as DeleteFulfillmentIdentifiers, type context$b_DeleteFulfillmentRequest as DeleteFulfillmentRequest, type context$b_DeleteFulfillmentResponse as DeleteFulfillmentResponse, type context$b_DeleteFulfillmentResponseNonNullableFields as DeleteFulfillmentResponseNonNullableFields, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type EventMetadata$7 as EventMetadata, type Fulfillment$1 as Fulfillment, type context$b_FulfillmentCreated as FulfillmentCreated, type context$b_FulfillmentDeleted as FulfillmentDeleted, type context$b_FulfillmentFulfillmentInfoOneOf as FulfillmentFulfillmentInfoOneOf, type FulfillmentLineItem$1 as FulfillmentLineItem, FulfillmentStatus$2 as FulfillmentStatus, type FulfillmentTrackingInfo$1 as FulfillmentTrackingInfo, type context$b_FulfillmentUpdated as FulfillmentUpdated, type context$b_FulfillmentsUpdatedEnvelope as FulfillmentsUpdatedEnvelope, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type ItemMetadata$2 as ItemMetadata, type context$b_ListFulfillmentsForMultipleOrdersRequest as ListFulfillmentsForMultipleOrdersRequest, type context$b_ListFulfillmentsForMultipleOrdersResponse as ListFulfillmentsForMultipleOrdersResponse, type context$b_ListFulfillmentsForMultipleOrdersResponseNonNullableFields as ListFulfillmentsForMultipleOrdersResponseNonNullableFields, type context$b_ListFulfillmentsForSingleOrderRequest as ListFulfillmentsForSingleOrderRequest, type context$b_ListFulfillmentsForSingleOrderResponse as ListFulfillmentsForSingleOrderResponse, type context$b_ListFulfillmentsForSingleOrderResponseNonNullableFields as ListFulfillmentsForSingleOrderResponseNonNullableFields, type MessageEnvelope$8 as MessageEnvelope, type context$b_OrderWithFulfillments as OrderWithFulfillments, type context$b_OrderWithFulfillmentsNonNullableFields as OrderWithFulfillmentsNonNullableFields, type RestoreInfo$8 as RestoreInfo, type context$b_UpdateFulfillmentIdentifiers as UpdateFulfillmentIdentifiers, type context$b_UpdateFulfillmentOptions as UpdateFulfillmentOptions, type context$b_UpdateFulfillmentRequest as UpdateFulfillmentRequest, type context$b_UpdateFulfillmentResponse as UpdateFulfillmentResponse, type context$b_UpdateFulfillmentResponseNonNullableFields as UpdateFulfillmentResponseNonNullableFields, type context$b_V2FulfillmentTrackingInfo as V2FulfillmentTrackingInfo, WebhookIdentityType$8 as WebhookIdentityType, type context$b__publicOnFulfillmentsUpdatedType as _publicOnFulfillmentsUpdatedType, context$b_bulkCreateFulfillments as bulkCreateFulfillments, context$b_createFulfillment as createFulfillment, context$b_deleteFulfillment as deleteFulfillment, context$b_listFulfillmentsForMultipleOrders as listFulfillmentsForMultipleOrders, context$b_listFulfillmentsForSingleOrder as listFulfillmentsForSingleOrder, context$b_onFulfillmentsUpdated as onFulfillmentsUpdated, onFulfillmentsUpdated$1 as publicOnFulfillmentsUpdated, context$b_updateFulfillment as updateFulfillment };
|
|
20499
|
+
}
|
|
20500
|
+
|
|
20501
|
+
interface GiftCard$2 {
|
|
20502
|
+
/**
|
|
20503
|
+
* Gift card obfuscated code.
|
|
20504
|
+
*
|
|
20505
|
+
* For example: "****-****-****-1234".
|
|
20506
|
+
*/
|
|
20507
|
+
obfuscatedCode?: string;
|
|
20508
|
+
/** Gift card balance. */
|
|
20509
|
+
balance?: Money;
|
|
20510
|
+
/**
|
|
20511
|
+
* Current gift card status. Supported values:
|
|
20512
|
+
* + **VALID**: Gift card is active and can be used for purchases.
|
|
20513
|
+
* + **EXPIRED**: Gift card expiration date has passed and can no longer be used.
|
|
20514
|
+
* + **DISABLED**: Gift card has been disabled by the merchant and can no longer be used.
|
|
20515
|
+
*/
|
|
20516
|
+
status?: Status$1;
|
|
20517
|
+
/** App ID of the gift card provider, as returned in [Get Checkout](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/get-checkout) or [List Transactions for Single Order](https://dev.wix.com/docs/rest/business-solutions/e-commerce/order-transactions/list-transactions-for-single-order). */
|
|
20518
|
+
appId?: string;
|
|
20519
|
+
/**
|
|
20520
|
+
* External ID in the gift card provider's system.
|
|
20521
|
+
* Used for integration and tracking across different platforms.
|
|
20522
|
+
*/
|
|
20523
|
+
externalId?: string | null;
|
|
20524
|
+
}
|
|
20525
|
+
interface Money {
|
|
20526
|
+
/** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
|
|
20527
|
+
value?: string;
|
|
20528
|
+
/** Currency code. Must be valid ISO 4217 currency code (e.g., USD). */
|
|
20529
|
+
currency?: string;
|
|
20530
|
+
}
|
|
20531
|
+
declare enum Status$1 {
|
|
20532
|
+
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
20533
|
+
VALID = "VALID",
|
|
20534
|
+
EXPIRED = "EXPIRED",
|
|
20535
|
+
DISABLED = "DISABLED"
|
|
20536
|
+
}
|
|
20537
|
+
interface GetGiftCardRequest {
|
|
20538
|
+
/** Gift card code. */
|
|
20539
|
+
code: string;
|
|
20540
|
+
/** Contextual information for the request, including the physical location ID if applicable. */
|
|
20541
|
+
context?: Context;
|
|
20542
|
+
}
|
|
20543
|
+
interface Context {
|
|
20544
|
+
/** Physical location ID. Can be based on the [Locations API](https://dev.wix.com/docs/rest/business-management/locations/introduction) or an external provider. */
|
|
20545
|
+
locationId?: string | null;
|
|
20546
|
+
}
|
|
20547
|
+
interface GetGiftCardResponse {
|
|
20548
|
+
/** Retrieved gift card. */
|
|
20549
|
+
giftCard?: GiftCard$2;
|
|
20550
|
+
}
|
|
20551
|
+
interface RedeemGiftCardRequest {
|
|
20552
|
+
/** Gift card code. */
|
|
20553
|
+
code: string;
|
|
20554
|
+
/** Amount to redeem from the gift card. */
|
|
20555
|
+
amount: Money;
|
|
20556
|
+
/** Order ID to apply the gift card transaction, when applying a gift card after order creation. Order ID can be collected from the [Order Created](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/order-created) webhook or by calling [Search Orders](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/search-orders). */
|
|
20557
|
+
orderId?: string;
|
|
20558
|
+
/** App ID of the gift card provider. */
|
|
20559
|
+
appId: string;
|
|
20560
|
+
/** Contextual information for the request, including the physical location ID if applicable. */
|
|
20561
|
+
context?: Context;
|
|
20562
|
+
}
|
|
20563
|
+
interface RedeemGiftCardResponse {
|
|
20564
|
+
/** Gift card transaction ID. */
|
|
20565
|
+
transactionId?: string;
|
|
20566
|
+
}
|
|
20567
|
+
interface VoidTransactionRequest {
|
|
20568
|
+
/** Gift card transaction ID, as returned from [Redeem Gift Card](https://dev.wix.com/docs/rest/business-solutions/e-commerce/gift-cards/gift-cards/redeem-gift-card). */
|
|
20569
|
+
transactionId: string;
|
|
20570
|
+
/** App ID of the gift card provider. */
|
|
20571
|
+
appId: string;
|
|
20572
|
+
/** Contextual information for the request, including the physical location ID if applicable. */
|
|
20573
|
+
context?: Context;
|
|
20574
|
+
}
|
|
20575
|
+
interface VoidTransactionResponse {
|
|
20576
|
+
}
|
|
20577
|
+
interface MoneyNonNullableFields {
|
|
20578
|
+
value: string;
|
|
20579
|
+
currency: string;
|
|
20580
|
+
}
|
|
20581
|
+
interface GiftCardNonNullableFields$1 {
|
|
20582
|
+
obfuscatedCode: string;
|
|
20583
|
+
balance?: MoneyNonNullableFields;
|
|
20584
|
+
status: Status$1;
|
|
20585
|
+
appId: string;
|
|
20586
|
+
}
|
|
20587
|
+
interface GetGiftCardResponseNonNullableFields {
|
|
20588
|
+
giftCard?: GiftCardNonNullableFields$1;
|
|
20589
|
+
}
|
|
20590
|
+
interface RedeemGiftCardResponseNonNullableFields {
|
|
20591
|
+
transactionId: string;
|
|
20592
|
+
}
|
|
20593
|
+
interface GetGiftCardOptions {
|
|
20594
|
+
/** Contextual information for the request, including the physical location ID if applicable. */
|
|
20595
|
+
context?: Context;
|
|
20596
|
+
}
|
|
20597
|
+
interface RedeemGiftCardOptions {
|
|
20598
|
+
/** Amount to redeem from the gift card. */
|
|
20599
|
+
amount: Money;
|
|
20600
|
+
/** Order ID to apply the gift card transaction, when applying a gift card after order creation. Order ID can be collected from the [Order Created](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/order-created) webhook or by calling [Search Orders](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/search-orders). */
|
|
20601
|
+
orderId?: string;
|
|
20602
|
+
/** App ID of the gift card provider. */
|
|
20603
|
+
appId: string;
|
|
20604
|
+
/** Contextual information for the request, including the physical location ID if applicable. */
|
|
20605
|
+
context?: Context;
|
|
20606
|
+
}
|
|
20607
|
+
interface VoidTransactionOptions {
|
|
20608
|
+
/** App ID of the gift card provider. */
|
|
20609
|
+
appId: string;
|
|
20610
|
+
/** Contextual information for the request, including the physical location ID if applicable. */
|
|
20611
|
+
context?: Context;
|
|
20612
|
+
}
|
|
20613
|
+
|
|
20614
|
+
declare function getGiftCard$1(httpClient: HttpClient): GetGiftCardSignature;
|
|
20615
|
+
interface GetGiftCardSignature {
|
|
20616
|
+
/**
|
|
20617
|
+
* Retrieves a gift card.
|
|
20618
|
+
* @param - Gift card code.
|
|
20619
|
+
*/
|
|
20620
|
+
(code: string, options?: GetGiftCardOptions | undefined): Promise<GetGiftCardResponse & GetGiftCardResponseNonNullableFields>;
|
|
20621
|
+
}
|
|
20622
|
+
declare function redeemGiftCard$1(httpClient: HttpClient): RedeemGiftCardSignature;
|
|
20623
|
+
interface RedeemGiftCardSignature {
|
|
20624
|
+
/**
|
|
20625
|
+
* Redeems a gift card.
|
|
20626
|
+
* Creates a transaction and lowers the card balance by the transaction amount.
|
|
20627
|
+
* @param - Gift card code.
|
|
20628
|
+
*/
|
|
20629
|
+
(code: string, options?: RedeemGiftCardOptions | undefined): Promise<RedeemGiftCardResponse & RedeemGiftCardResponseNonNullableFields>;
|
|
20630
|
+
}
|
|
20631
|
+
declare function voidTransaction$1(httpClient: HttpClient): VoidTransactionSignature;
|
|
20632
|
+
interface VoidTransactionSignature {
|
|
20633
|
+
/**
|
|
20634
|
+
* Voids a gift card transaction.
|
|
20635
|
+
* Transaction IDs are returned in the [Redeem Gift Card](https://dev.wix.com/docs/rest/business-solutions/e-commerce/gift-cards/gift-cards/redeem-gift-card) call.
|
|
20636
|
+
* @param - Gift card transaction ID, as returned from [Redeem Gift Card](https://dev.wix.com/docs/rest/business-solutions/e-commerce/gift-cards/gift-cards/redeem-gift-card).
|
|
20637
|
+
*/
|
|
20638
|
+
(transactionId: string, options?: VoidTransactionOptions | undefined): Promise<void>;
|
|
20639
|
+
}
|
|
20640
|
+
|
|
20641
|
+
declare const getGiftCard: BuildRESTFunction<typeof getGiftCard$1> & typeof getGiftCard$1;
|
|
20642
|
+
declare const redeemGiftCard: BuildRESTFunction<typeof redeemGiftCard$1> & typeof redeemGiftCard$1;
|
|
20643
|
+
declare const voidTransaction: BuildRESTFunction<typeof voidTransaction$1> & typeof voidTransaction$1;
|
|
20644
|
+
|
|
20645
|
+
type context$a_Context = Context;
|
|
20646
|
+
type context$a_GetGiftCardOptions = GetGiftCardOptions;
|
|
20647
|
+
type context$a_GetGiftCardRequest = GetGiftCardRequest;
|
|
20648
|
+
type context$a_GetGiftCardResponse = GetGiftCardResponse;
|
|
20649
|
+
type context$a_GetGiftCardResponseNonNullableFields = GetGiftCardResponseNonNullableFields;
|
|
20650
|
+
type context$a_Money = Money;
|
|
20651
|
+
type context$a_RedeemGiftCardOptions = RedeemGiftCardOptions;
|
|
20652
|
+
type context$a_RedeemGiftCardRequest = RedeemGiftCardRequest;
|
|
20653
|
+
type context$a_RedeemGiftCardResponse = RedeemGiftCardResponse;
|
|
20654
|
+
type context$a_RedeemGiftCardResponseNonNullableFields = RedeemGiftCardResponseNonNullableFields;
|
|
20655
|
+
type context$a_VoidTransactionOptions = VoidTransactionOptions;
|
|
20656
|
+
type context$a_VoidTransactionRequest = VoidTransactionRequest;
|
|
20657
|
+
type context$a_VoidTransactionResponse = VoidTransactionResponse;
|
|
20658
|
+
declare const context$a_getGiftCard: typeof getGiftCard;
|
|
20659
|
+
declare const context$a_redeemGiftCard: typeof redeemGiftCard;
|
|
20660
|
+
declare const context$a_voidTransaction: typeof voidTransaction;
|
|
20497
20661
|
declare namespace context$a {
|
|
20498
|
-
export { type
|
|
20662
|
+
export { type context$a_Context as Context, type context$a_GetGiftCardOptions as GetGiftCardOptions, type context$a_GetGiftCardRequest as GetGiftCardRequest, type context$a_GetGiftCardResponse as GetGiftCardResponse, type context$a_GetGiftCardResponseNonNullableFields as GetGiftCardResponseNonNullableFields, type GiftCard$2 as GiftCard, type context$a_Money as Money, type context$a_RedeemGiftCardOptions as RedeemGiftCardOptions, type context$a_RedeemGiftCardRequest as RedeemGiftCardRequest, type context$a_RedeemGiftCardResponse as RedeemGiftCardResponse, type context$a_RedeemGiftCardResponseNonNullableFields as RedeemGiftCardResponseNonNullableFields, Status$1 as Status, type context$a_VoidTransactionOptions as VoidTransactionOptions, type context$a_VoidTransactionRequest as VoidTransactionRequest, type context$a_VoidTransactionResponse as VoidTransactionResponse, context$a_getGiftCard as getGiftCard, context$a_redeemGiftCard as redeemGiftCard, context$a_voidTransaction as voidTransaction };
|
|
20499
20663
|
}
|
|
20500
20664
|
|
|
20501
20665
|
interface LocalDeliveryOption extends LocalDeliveryOptionConfigOneOf {
|
|
@@ -33756,4 +33920,4 @@ declare namespace context {
|
|
|
33756
33920
|
export { type context_ConversionRateRequest as ConversionRateRequest, type context_ConversionRateResponse as ConversionRateResponse, type context_ConversionRateResponseNonNullableFields as ConversionRateResponseNonNullableFields, type context_ConvertCurrencyIdentifiers as ConvertCurrencyIdentifiers, type context_ConvertCurrencyRequest as ConvertCurrencyRequest, type context_ConvertCurrencyResponse as ConvertCurrencyResponse, type context_ConvertCurrencyResponseNonNullableFields as ConvertCurrencyResponseNonNullableFields, type context_Currency as Currency, type context_CurrencyRate as CurrencyRate, type context_DecimalValue as DecimalValue, type context_GetConversionRateIdentifiers as GetConversionRateIdentifiers, type context_ListCurrenciesRequest as ListCurrenciesRequest, type context_ListCurrenciesResponse as ListCurrenciesResponse, type context_ListCurrenciesResponseNonNullableFields as ListCurrenciesResponseNonNullableFields, context_convertCurrency as convertCurrency, context_getConversionRate as getConversionRate, context_listCurrencies as listCurrencies };
|
|
33757
33921
|
}
|
|
33758
33922
|
|
|
33759
|
-
export { context$
|
|
33923
|
+
export { context$l as abandonedCheckouts, context$k as backInStockNotifications, context$j as backInStockSettings, context$i as cart, context$g as checkout, context$q as checkoutContent, context$f as checkoutSettings, context$e as checkoutTemplates, context as currencies, context$h as currentCart, context$d as deliveryProfile, context$o as discountRules, context$p as discountsCustomTrigger, context$c as draftOrders, context$a as giftVouchers, context$9 as localDeliveryOptions, context$b as orderFulfillments, context$n as orderInvoices, context$7 as orderPaymentRequests, context$6 as orderTransactions, context$8 as orders, context$5 as ordersSettings, context$4 as pickupLocations, context$m as recommendations, context$3 as shippingOptions, context$2 as shippoConfigurations, context$1 as totalsCalculator };
|