@wix/ecom 1.0.803 → 1.0.805
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.js +0 -1
- package/build/cjs/index.js +0 -1
- package/build/cjs/meta.js +0 -1
- package/build/cjs/service-plugins-context.js +0 -1
- package/build/cjs/service-plugins.js +0 -1
- package/build/es/context.js +0 -1
- package/build/es/index.js +0 -1
- package/build/es/meta.js +0 -1
- package/build/es/service-plugins-context.js +0 -1
- package/build/es/service-plugins.js +0 -1
- package/package.json +40 -40
- package/type-bundles/context.bundle.d.ts +33 -4
- package/type-bundles/index.bundle.d.ts +33 -4
- package/type-bundles/meta.bundle.d.ts +42 -0
- package/type-bundles/service-plugins-context.bundle.d.ts +16 -2
- package/type-bundles/service-plugins.bundle.d.ts +16 -2
- package/build/cjs/context.js.map +0 -1
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.js.map +0 -1
- package/build/cjs/service-plugins-context.js.map +0 -1
- package/build/cjs/service-plugins.js.map +0 -1
- package/build/es/context.js.map +0 -1
- package/build/es/index.js.map +0 -1
- package/build/es/meta.js.map +0 -1
- package/build/es/service-plugins-context.js.map +0 -1
- package/build/es/service-plugins.js.map +0 -1
package/build/cjs/context.js
CHANGED
|
@@ -53,4 +53,3 @@ exports.shippoConfigurations = __importStar(require("@wix/ecom_shippo-configurat
|
|
|
53
53
|
exports.totalsCalculator = __importStar(require("@wix/ecom_totals-calculator/context"));
|
|
54
54
|
exports.currencies = __importStar(require("@wix/ecom_currencies/context"));
|
|
55
55
|
exports.deliverySolutions = __importStar(require("@wix/ecom_delivery-solutions/context"));
|
|
56
|
-
//# sourceMappingURL=context.js.map
|
package/build/cjs/index.js
CHANGED
|
@@ -82,4 +82,3 @@ const currencies = __importStar(require("@wix/ecom_currencies"));
|
|
|
82
82
|
exports.currencies = currencies;
|
|
83
83
|
const deliverySolutions = __importStar(require("@wix/ecom_delivery-solutions"));
|
|
84
84
|
exports.deliverySolutions = deliverySolutions;
|
|
85
|
-
//# sourceMappingURL=index.js.map
|
package/build/cjs/meta.js
CHANGED
|
@@ -53,4 +53,3 @@ exports.shippoConfigurations = __importStar(require("@wix/ecom_shippo-configurat
|
|
|
53
53
|
exports.totalsCalculator = __importStar(require("@wix/ecom_totals-calculator/meta"));
|
|
54
54
|
exports.currencies = __importStar(require("@wix/ecom_currencies/meta"));
|
|
55
55
|
exports.deliverySolutions = __importStar(require("@wix/ecom_delivery-solutions/meta"));
|
|
56
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -33,4 +33,3 @@ exports.customTriggers = __importStar(require("@wix/ecom_custom-triggers/context
|
|
|
33
33
|
exports.discounts = __importStar(require("@wix/ecom_discounts/context"));
|
|
34
34
|
exports.paymentSettings = __importStar(require("@wix/ecom_payment-settings/context"));
|
|
35
35
|
exports.validations = __importStar(require("@wix/ecom_validations/context"));
|
|
36
|
-
//# sourceMappingURL=service-plugins-context.js.map
|
|
@@ -33,4 +33,3 @@ exports.customTriggers = __importStar(require("@wix/ecom_custom-triggers"));
|
|
|
33
33
|
exports.discounts = __importStar(require("@wix/ecom_discounts"));
|
|
34
34
|
exports.paymentSettings = __importStar(require("@wix/ecom_payment-settings"));
|
|
35
35
|
exports.validations = __importStar(require("@wix/ecom_validations"));
|
|
36
|
-
//# sourceMappingURL=service-plugins.js.map
|
package/build/es/context.js
CHANGED
|
@@ -27,4 +27,3 @@ export * as shippoConfigurations from '@wix/ecom_shippo-configurations/context';
|
|
|
27
27
|
export * as totalsCalculator from '@wix/ecom_totals-calculator/context';
|
|
28
28
|
export * as currencies from '@wix/ecom_currencies/context';
|
|
29
29
|
export * as deliverySolutions from '@wix/ecom_delivery-solutions/context';
|
|
30
|
-
//# sourceMappingURL=context.js.map
|
package/build/es/index.js
CHANGED
|
@@ -28,4 +28,3 @@ import * as totalsCalculator from '@wix/ecom_totals-calculator';
|
|
|
28
28
|
import * as currencies from '@wix/ecom_currencies';
|
|
29
29
|
import * as deliverySolutions from '@wix/ecom_delivery-solutions';
|
|
30
30
|
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, };
|
|
31
|
-
//# sourceMappingURL=index.js.map
|
package/build/es/meta.js
CHANGED
|
@@ -27,4 +27,3 @@ export * as shippoConfigurations from '@wix/ecom_shippo-configurations/meta';
|
|
|
27
27
|
export * as totalsCalculator from '@wix/ecom_totals-calculator/meta';
|
|
28
28
|
export * as currencies from '@wix/ecom_currencies/meta';
|
|
29
29
|
export * as deliverySolutions from '@wix/ecom_delivery-solutions/meta';
|
|
30
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -7,4 +7,3 @@ export * as customTriggers from '@wix/ecom_custom-triggers/context';
|
|
|
7
7
|
export * as discounts from '@wix/ecom_discounts/context';
|
|
8
8
|
export * as paymentSettings from '@wix/ecom_payment-settings/context';
|
|
9
9
|
export * as validations from '@wix/ecom_validations/context';
|
|
10
|
-
//# sourceMappingURL=service-plugins-context.js.map
|
|
@@ -7,4 +7,3 @@ export * as customTriggers from '@wix/ecom_custom-triggers';
|
|
|
7
7
|
export * as discounts from '@wix/ecom_discounts';
|
|
8
8
|
export * as paymentSettings from '@wix/ecom_payment-settings';
|
|
9
9
|
export * as validations from '@wix/ecom_validations';
|
|
10
|
-
//# sourceMappingURL=service-plugins.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.805",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,44 +19,44 @@
|
|
|
19
19
|
"service-plugins"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@wix/ecom_abandoned-checkouts": "1.0.
|
|
23
|
-
"@wix/ecom_additional-fees": "1.0.
|
|
24
|
-
"@wix/ecom_back-in-stock-notifications": "1.0.
|
|
25
|
-
"@wix/ecom_back-in-stock-settings": "1.0.
|
|
26
|
-
"@wix/ecom_cart": "1.0.
|
|
27
|
-
"@wix/ecom_checkout": "1.0.
|
|
28
|
-
"@wix/ecom_checkout-content": "1.0.
|
|
29
|
-
"@wix/ecom_checkout-settings": "1.0.
|
|
30
|
-
"@wix/ecom_checkout-templates": "1.0.
|
|
31
|
-
"@wix/ecom_currencies": "1.0.
|
|
32
|
-
"@wix/ecom_current-cart": "1.0.
|
|
33
|
-
"@wix/ecom_custom-triggers": "1.0.
|
|
34
|
-
"@wix/ecom_delivery-profile": "1.0.
|
|
35
|
-
"@wix/ecom_delivery-solutions": "1.0.
|
|
36
|
-
"@wix/ecom_discount-rules": "1.0.
|
|
37
|
-
"@wix/ecom_discounts": "1.0.
|
|
38
|
-
"@wix/ecom_discounts-custom-trigger": "1.0.
|
|
39
|
-
"@wix/ecom_draft-orders": "1.0.
|
|
40
|
-
"@wix/ecom_gift-vouchers": "1.0.
|
|
41
|
-
"@wix/ecom_gift-vouchers-provider": "1.0.
|
|
42
|
-
"@wix/ecom_local-delivery-options": "1.0.
|
|
43
|
-
"@wix/ecom_memberships": "1.0.
|
|
44
|
-
"@wix/ecom_order-fulfillments": "1.0.
|
|
45
|
-
"@wix/ecom_order-invoices": "1.0.
|
|
46
|
-
"@wix/ecom_order-payment-requests": "1.0.
|
|
47
|
-
"@wix/ecom_order-transactions": "1.0.
|
|
48
|
-
"@wix/ecom_orders": "1.0.
|
|
49
|
-
"@wix/ecom_orders-settings": "1.0.
|
|
50
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
51
|
-
"@wix/ecom_pickup-locations": "1.0.
|
|
52
|
-
"@wix/ecom_recommendations": "1.0.
|
|
53
|
-
"@wix/ecom_recommendations-provider": "1.0.
|
|
54
|
-
"@wix/ecom_shipping-options": "1.0.
|
|
55
|
-
"@wix/ecom_shipping-rates": "1.0.
|
|
56
|
-
"@wix/ecom_shippo-configurations": "1.0.
|
|
57
|
-
"@wix/ecom_subscription-contracts": "1.0.
|
|
58
|
-
"@wix/ecom_totals-calculator": "1.0.
|
|
59
|
-
"@wix/ecom_validations": "1.0.
|
|
22
|
+
"@wix/ecom_abandoned-checkouts": "1.0.51",
|
|
23
|
+
"@wix/ecom_additional-fees": "1.0.30",
|
|
24
|
+
"@wix/ecom_back-in-stock-notifications": "1.0.55",
|
|
25
|
+
"@wix/ecom_back-in-stock-settings": "1.0.40",
|
|
26
|
+
"@wix/ecom_cart": "1.0.90",
|
|
27
|
+
"@wix/ecom_checkout": "1.0.98",
|
|
28
|
+
"@wix/ecom_checkout-content": "1.0.11",
|
|
29
|
+
"@wix/ecom_checkout-settings": "1.0.56",
|
|
30
|
+
"@wix/ecom_checkout-templates": "1.0.97",
|
|
31
|
+
"@wix/ecom_currencies": "1.0.41",
|
|
32
|
+
"@wix/ecom_current-cart": "1.0.90",
|
|
33
|
+
"@wix/ecom_custom-triggers": "1.0.27",
|
|
34
|
+
"@wix/ecom_delivery-profile": "1.0.24",
|
|
35
|
+
"@wix/ecom_delivery-solutions": "1.0.5",
|
|
36
|
+
"@wix/ecom_discount-rules": "1.0.57",
|
|
37
|
+
"@wix/ecom_discounts": "1.0.9",
|
|
38
|
+
"@wix/ecom_discounts-custom-trigger": "1.0.12",
|
|
39
|
+
"@wix/ecom_draft-orders": "1.0.33",
|
|
40
|
+
"@wix/ecom_gift-vouchers": "1.0.8",
|
|
41
|
+
"@wix/ecom_gift-vouchers-provider": "1.0.8",
|
|
42
|
+
"@wix/ecom_local-delivery-options": "1.0.14",
|
|
43
|
+
"@wix/ecom_memberships": "1.0.3",
|
|
44
|
+
"@wix/ecom_order-fulfillments": "1.0.51",
|
|
45
|
+
"@wix/ecom_order-invoices": "1.0.44",
|
|
46
|
+
"@wix/ecom_order-payment-requests": "1.0.15",
|
|
47
|
+
"@wix/ecom_order-transactions": "1.0.72",
|
|
48
|
+
"@wix/ecom_orders": "1.0.135",
|
|
49
|
+
"@wix/ecom_orders-settings": "1.0.50",
|
|
50
|
+
"@wix/ecom_payment-settings": "1.0.60",
|
|
51
|
+
"@wix/ecom_pickup-locations": "1.0.14",
|
|
52
|
+
"@wix/ecom_recommendations": "1.0.47",
|
|
53
|
+
"@wix/ecom_recommendations-provider": "1.0.5",
|
|
54
|
+
"@wix/ecom_shipping-options": "1.0.12",
|
|
55
|
+
"@wix/ecom_shipping-rates": "1.0.47",
|
|
56
|
+
"@wix/ecom_shippo-configurations": "1.0.19",
|
|
57
|
+
"@wix/ecom_subscription-contracts": "1.0.1",
|
|
58
|
+
"@wix/ecom_totals-calculator": "1.0.16",
|
|
59
|
+
"@wix/ecom_validations": "1.0.38"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"glob": "^10.4.1",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"fqdn": ""
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
-
"falconPackageHash": "
|
|
84
|
+
"falconPackageHash": "21160e07a12d93f0289de7beb10b75f58770f19f9eb63dae81c339b6"
|
|
85
85
|
}
|
|
@@ -6983,6 +6983,12 @@ declare enum NameInLineItem$3 {
|
|
|
6983
6983
|
/** default location, in case no specific location is specified */
|
|
6984
6984
|
LINE_ITEM_DEFAULT = "LINE_ITEM_DEFAULT"
|
|
6985
6985
|
}
|
|
6986
|
+
declare enum SuggestedFix$3 {
|
|
6987
|
+
/** No suggested fix is specified. The user should refer to the violation description to resolve the issue. */
|
|
6988
|
+
UNKNOWN_SUGGESTED_FIX = "UNKNOWN_SUGGESTED_FIX",
|
|
6989
|
+
/** The line item should be removed from the cart or checkout to resolve the violation. */
|
|
6990
|
+
REMOVE_LINE_ITEM = "REMOVE_LINE_ITEM"
|
|
6991
|
+
}
|
|
6986
6992
|
/** General (other) violation. */
|
|
6987
6993
|
interface Other$3 {
|
|
6988
6994
|
/** Location on a checkout or a cart page where a general (other) violation will be displayed. */
|
|
@@ -7720,6 +7726,7 @@ interface OtherNonNullableFields$2 {
|
|
|
7720
7726
|
}
|
|
7721
7727
|
interface TargetLineItemNonNullableFields$2 {
|
|
7722
7728
|
name: NameInLineItem$3;
|
|
7729
|
+
suggestedFix: SuggestedFix$3;
|
|
7723
7730
|
}
|
|
7724
7731
|
interface TargetNonNullableFields$2 {
|
|
7725
7732
|
other?: OtherNonNullableFields$2;
|
|
@@ -8157,7 +8164,7 @@ declare const context$j_estimateTotals: typeof estimateTotals;
|
|
|
8157
8164
|
declare const context$j_getCart: typeof getCart;
|
|
8158
8165
|
declare const context$j_updateCart: typeof updateCart;
|
|
8159
8166
|
declare namespace context$j {
|
|
8160
|
-
export { type ActionEvent$g as ActionEvent, type context$j_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$a as Address, type AddressLocation$9 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$b as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b 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$6 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$7 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$6 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type context$j_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$7 as DeliveryLogistics, type DeliveryTimeSlot$7 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$6 as Details, type DetailsKindOneOf$6 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, 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 EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type context$j_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$b as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$6 as FieldViolation, FileType$4 as FileType, type FullAddressContactDetails$6 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$7 as PhysicalProperties, type PickupDetails$8 as PickupDetails, PickupMethod$7 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$g as RestoreInfo, RuleType$6 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$9 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, type SystemError$6 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$6 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$6 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$6 as TaxableAddressType, type Title$3 as Title, type context$j_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$6 as ValidationError, type VatId$7 as VatId, VatType$7 as VatType, type Violation$3 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$8 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, context$j_addToCart as addToCart, context$j_createCart as createCart, createCheckout$2 as createCheckout, context$j_deleteCart as deleteCart, context$j_estimateTotals as estimateTotals, context$j_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$j_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
8167
|
+
export { type ActionEvent$g as ActionEvent, type context$j_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$a as Address, type AddressLocation$9 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$b as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b 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$6 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$7 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$6 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type context$j_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$7 as DeliveryLogistics, type DeliveryTimeSlot$7 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$6 as Details, type DetailsKindOneOf$6 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, 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 EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type context$j_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$b as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$6 as FieldViolation, FileType$4 as FileType, type FullAddressContactDetails$6 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$7 as PhysicalProperties, type PickupDetails$8 as PickupDetails, PickupMethod$7 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$g as RestoreInfo, RuleType$6 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$9 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, SuggestedFix$3 as SuggestedFix, type SystemError$6 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$6 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$6 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$6 as TaxableAddressType, type Title$3 as Title, type context$j_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$6 as ValidationError, type VatId$7 as VatId, VatType$7 as VatType, type Violation$3 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$8 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, context$j_addToCart as addToCart, context$j_createCart as createCart, createCheckout$2 as createCheckout, context$j_deleteCart as deleteCart, context$j_estimateTotals as estimateTotals, context$j_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$j_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
8161
8168
|
}
|
|
8162
8169
|
|
|
8163
8170
|
interface Cart {
|
|
@@ -9670,6 +9677,12 @@ declare enum NameInLineItem$2 {
|
|
|
9670
9677
|
/** default location, in case no specific location is specified */
|
|
9671
9678
|
LINE_ITEM_DEFAULT = "LINE_ITEM_DEFAULT"
|
|
9672
9679
|
}
|
|
9680
|
+
declare enum SuggestedFix$2 {
|
|
9681
|
+
/** No suggested fix is specified. The user should refer to the violation description to resolve the issue. */
|
|
9682
|
+
UNKNOWN_SUGGESTED_FIX = "UNKNOWN_SUGGESTED_FIX",
|
|
9683
|
+
/** The line item should be removed from the cart or checkout to resolve the violation. */
|
|
9684
|
+
REMOVE_LINE_ITEM = "REMOVE_LINE_ITEM"
|
|
9685
|
+
}
|
|
9673
9686
|
/** General (other) violation. */
|
|
9674
9687
|
interface Other$2 {
|
|
9675
9688
|
/** Location on a checkout or a cart page where a general (other) violation will be displayed. */
|
|
@@ -10407,6 +10420,7 @@ interface OtherNonNullableFields$1 {
|
|
|
10407
10420
|
}
|
|
10408
10421
|
interface TargetLineItemNonNullableFields$1 {
|
|
10409
10422
|
name: NameInLineItem$2;
|
|
10423
|
+
suggestedFix: SuggestedFix$2;
|
|
10410
10424
|
}
|
|
10411
10425
|
interface TargetNonNullableFields$1 {
|
|
10412
10426
|
other?: OtherNonNullableFields$1;
|
|
@@ -10767,7 +10781,7 @@ declare const context$i_removeLineItemsFromCurrentCart: typeof removeLineItemsFr
|
|
|
10767
10781
|
declare const context$i_updateCurrentCart: typeof updateCurrentCart;
|
|
10768
10782
|
declare const context$i_updateCurrentCartLineItemQuantity: typeof updateCurrentCartLineItemQuantity;
|
|
10769
10783
|
declare namespace context$i {
|
|
10770
|
-
export { type ActionEvent$f as ActionEvent, type context$i_AddToCartRequest as AddToCartRequest, type context$i_AddToCartResponse as AddToCartResponse, type context$i_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type context$i_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type context$i_AddToCurrentCartOptions as AddToCurrentCartOptions, type context$i_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$a 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$5 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type context$i_Cart as Cart, type context$i_CartCreatedEnvelope as CartCreatedEnvelope, type context$i_CartDeletedEnvelope as CartDeletedEnvelope, type context$i_CartDiscount as CartDiscount, type context$i_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type context$i_CartNonNullableFields as CartNonNullableFields, type context$i_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$5 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type context$i_CreateCartRequest as CreateCartRequest, type context$i_CreateCartResponse as CreateCartResponse, type context$i_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type context$i_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type context$i_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$i_DeleteCartRequest as DeleteCartRequest, type context$i_DeleteCartResponse as DeleteCartResponse, type context$i_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 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$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 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 context$i_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type context$i_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type context$i_EstimateTotalsRequest as EstimateTotalsRequest, type context$i_EstimateTotalsResponse as EstimateTotalsResponse, type context$i_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$a as EventMetadata, type ExtendedFields$8 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$5 as FullAddressContactDetails, type context$i_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type context$i_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type context$i_GetCartRequest as GetCartRequest, type context$i_GetCartResponse as GetCartResponse, type context$i_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type context$i_GetCurrentCartRequest as GetCurrentCartRequest, type context$i_GetCurrentCartResponse as GetCurrentCartResponse, type context$i_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$3 as Group, type context$i_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$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 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$i_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type context$i_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$f as RestoreInfo, RuleType$5 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$8 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, type SystemError$5 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$5 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$5 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$5 as TaxableAddressType, type Title$2 as Title, type context$i_UpdateCartRequest as UpdateCartRequest, type context$i_UpdateCartResponse as UpdateCartResponse, type context$i_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type context$i_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type context$i_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type context$i_V1Coupon as V1Coupon, type context$i_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$2 as Violation, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$7 as WeightUnit, type context$i__publicOnCartCreatedType as _publicOnCartCreatedType, type context$i__publicOnCartDeletedType as _publicOnCartDeletedType, type context$i__publicOnCartUpdatedType as _publicOnCartUpdatedType, context$i_addToCurrentCart as addToCurrentCart, context$i_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, context$i_deleteCurrentCart as deleteCurrentCart, context$i_estimateCurrentCartTotals as estimateCurrentCartTotals, context$i_getCurrentCart as getCurrentCart, context$i_onCartCreated as onCartCreated, context$i_onCartDeleted as onCartDeleted, context$i_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, context$i_removeCouponFromCurrentCart as removeCouponFromCurrentCart, context$i_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, context$i_updateCurrentCart as updateCurrentCart, context$i_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
10784
|
+
export { type ActionEvent$f as ActionEvent, type context$i_AddToCartRequest as AddToCartRequest, type context$i_AddToCartResponse as AddToCartResponse, type context$i_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type context$i_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type context$i_AddToCurrentCartOptions as AddToCurrentCartOptions, type context$i_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$a 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$5 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type context$i_Cart as Cart, type context$i_CartCreatedEnvelope as CartCreatedEnvelope, type context$i_CartDeletedEnvelope as CartDeletedEnvelope, type context$i_CartDiscount as CartDiscount, type context$i_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type context$i_CartNonNullableFields as CartNonNullableFields, type context$i_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$5 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type context$i_CreateCartRequest as CreateCartRequest, type context$i_CreateCartResponse as CreateCartResponse, type context$i_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type context$i_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type context$i_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$i_DeleteCartRequest as DeleteCartRequest, type context$i_DeleteCartResponse as DeleteCartResponse, type context$i_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 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$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 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 context$i_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type context$i_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type context$i_EstimateTotalsRequest as EstimateTotalsRequest, type context$i_EstimateTotalsResponse as EstimateTotalsResponse, type context$i_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$a as EventMetadata, type ExtendedFields$8 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$5 as FullAddressContactDetails, type context$i_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type context$i_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type context$i_GetCartRequest as GetCartRequest, type context$i_GetCartResponse as GetCartResponse, type context$i_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type context$i_GetCurrentCartRequest as GetCurrentCartRequest, type context$i_GetCurrentCartResponse as GetCurrentCartResponse, type context$i_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$3 as Group, type context$i_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$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 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$i_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type context$i_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$f as RestoreInfo, RuleType$5 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$8 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, SuggestedFix$2 as SuggestedFix, type SystemError$5 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$5 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$5 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$5 as TaxableAddressType, type Title$2 as Title, type context$i_UpdateCartRequest as UpdateCartRequest, type context$i_UpdateCartResponse as UpdateCartResponse, type context$i_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type context$i_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type context$i_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type context$i_V1Coupon as V1Coupon, type context$i_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$2 as Violation, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$7 as WeightUnit, type context$i__publicOnCartCreatedType as _publicOnCartCreatedType, type context$i__publicOnCartDeletedType as _publicOnCartDeletedType, type context$i__publicOnCartUpdatedType as _publicOnCartUpdatedType, context$i_addToCurrentCart as addToCurrentCart, context$i_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, context$i_deleteCurrentCart as deleteCurrentCart, context$i_estimateCurrentCartTotals as estimateCurrentCartTotals, context$i_getCurrentCart as getCurrentCart, context$i_onCartCreated as onCartCreated, context$i_onCartDeleted as onCartDeleted, context$i_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, context$i_removeCouponFromCurrentCart as removeCouponFromCurrentCart, context$i_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, context$i_updateCurrentCart as updateCurrentCart, context$i_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
10771
10785
|
}
|
|
10772
10786
|
|
|
10773
10787
|
interface Checkout$1 {
|
|
@@ -12193,6 +12207,12 @@ declare enum NameInLineItem$1 {
|
|
|
12193
12207
|
/** default location, in case no specific location is specified */
|
|
12194
12208
|
LINE_ITEM_DEFAULT = "LINE_ITEM_DEFAULT"
|
|
12195
12209
|
}
|
|
12210
|
+
declare enum SuggestedFix$1 {
|
|
12211
|
+
/** No suggested fix is specified. The user should refer to the violation description to resolve the issue. */
|
|
12212
|
+
UNKNOWN_SUGGESTED_FIX = "UNKNOWN_SUGGESTED_FIX",
|
|
12213
|
+
/** The line item should be removed from the cart or checkout to resolve the violation. */
|
|
12214
|
+
REMOVE_LINE_ITEM = "REMOVE_LINE_ITEM"
|
|
12215
|
+
}
|
|
12196
12216
|
/** General (other) violation. */
|
|
12197
12217
|
interface Other$1 {
|
|
12198
12218
|
/** Location on a checkout or a cart page where a general (other) violation will be displayed. */
|
|
@@ -13523,6 +13543,7 @@ interface OtherNonNullableFields {
|
|
|
13523
13543
|
}
|
|
13524
13544
|
interface TargetLineItemNonNullableFields {
|
|
13525
13545
|
name: NameInLineItem$1;
|
|
13546
|
+
suggestedFix: SuggestedFix$1;
|
|
13526
13547
|
}
|
|
13527
13548
|
interface TargetNonNullableFields {
|
|
13528
13549
|
other?: OtherNonNullableFields;
|
|
@@ -14239,7 +14260,7 @@ declare const context$h_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
|
|
|
14239
14260
|
declare const context$h_updateCheckout: typeof updateCheckout;
|
|
14240
14261
|
declare const context$h_updateLineItemsQuantity: typeof updateLineItemsQuantity;
|
|
14241
14262
|
declare namespace context$h {
|
|
14242
|
-
export { type ActionEvent$e as ActionEvent, type context$h_AddToCheckoutOptions as AddToCheckoutOptions, type context$h_AddToCheckoutRequest as AddToCheckoutRequest, type context$h_AddToCheckoutResponse as AddToCheckoutResponse, type context$h_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$8 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$7 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type context$h_ApiAddress as ApiAddress, type ApplicationError$9 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 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$4 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, type ChannelInfo$3 as ChannelInfo, context$h_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$h_ChargeDetails as ChargeDetails, ChargeType$4 as ChargeType, type Checkout$1 as Checkout, type context$h_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$h_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$h_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$h_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$h_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$h_CommonVatId as CommonVatId, context$h_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$h_CreateCheckoutOptions as CreateCheckoutOptions, type context$h_CreateCheckoutRequest as CreateCheckoutRequest, type context$h_CreateCheckoutResponse as CreateCheckoutResponse, type context$h_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$h_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$h_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$h_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type context$h_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$h_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$5 as DeliveryLogistics, type DeliveryTimeSlot$5 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$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type Discount$2 as Discount, context$h_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$e as DomainEvent, type DomainEventBodyOneOf$e as DomainEventBodyOneOf, type context$h_DoublePaymentErrorData as DoublePaymentErrorData, type context$h_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$9 as Empty, type EntityCreatedEvent$e as EntityCreatedEvent, type EntityDeletedEvent$e as EntityDeletedEvent, type EntityUpdatedEvent$e as EntityUpdatedEvent, type EventMetadata$9 as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type FullName$1 as FullName, type context$h_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$h_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$h_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$h_GetCheckoutPaymentSettingsRequest as GetCheckoutPaymentSettingsRequest, type context$h_GetCheckoutPaymentSettingsResponse as GetCheckoutPaymentSettingsResponse, type context$h_GetCheckoutPaymentSettingsResponseNonNullableFields as GetCheckoutPaymentSettingsResponseNonNullableFields, type context$h_GetCheckoutRequest as GetCheckoutRequest, type context$h_GetCheckoutResponse as GetCheckoutResponse, type context$h_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$h_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$h_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$h_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$h_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$h_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$h_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$h_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$h_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$h_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$h_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$h_PaymentErrorResponseData as PaymentErrorResponseData, context$h_PaymentOption as PaymentOption, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type context$h_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$h_RedeemErrorData as RedeemErrorData, type context$h_RemoveCouponRequest as RemoveCouponRequest, type context$h_RemoveCouponResponse as RemoveCouponResponse, type context$h_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$h_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$h_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$h_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$h_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$h_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$h_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$h_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$h_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$h_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$e as RestoreInfo, RuleType$4 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$h_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$h_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$h_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$7 as StreetAddress, type context$h_Subscription as Subscription, type context$h_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$4 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$4 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$4 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$4 as TaxableAddressType, type Title$1 as Title, type Totals$1 as Totals, type context$h_UpdateCheckout as UpdateCheckout, type context$h_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$h_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$h_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$h_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$h_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$h_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$h_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$h_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$h_V1BuyerInfo as V1BuyerInfo, type context$h_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$h_V1ShippingInfo as V1ShippingInfo, type context$h_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$h_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$h_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$1 as Violation, type context$h_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$6 as WeightUnit, type context$h__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$h__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$h__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$h_addToCheckout as addToCheckout, context$h_createCheckout as createCheckout, createOrder$2 as createOrder, context$h_getCheckout as getCheckout, context$h_getCheckoutByCartId as getCheckoutByCartId, context$h_getCheckoutPaymentSettings as getCheckoutPaymentSettings, context$h_getCheckoutUrl as getCheckoutUrl, context$h_markCheckoutAsCompleted as markCheckoutAsCompleted, context$h_onCheckoutCompleted as onCheckoutCompleted, context$h_onCheckoutCreated as onCheckoutCreated, context$h_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$h_removeCoupon as removeCoupon, context$h_removeGiftCard as removeGiftCard, context$h_removeLineItems as removeLineItems, context$h_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$h_updateCheckout as updateCheckout, context$h_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
14263
|
+
export { type ActionEvent$e as ActionEvent, type context$h_AddToCheckoutOptions as AddToCheckoutOptions, type context$h_AddToCheckoutRequest as AddToCheckoutRequest, type context$h_AddToCheckoutResponse as AddToCheckoutResponse, type context$h_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$8 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$7 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type context$h_ApiAddress as ApiAddress, type ApplicationError$9 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 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$4 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, type ChannelInfo$3 as ChannelInfo, context$h_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$h_ChargeDetails as ChargeDetails, ChargeType$4 as ChargeType, type Checkout$1 as Checkout, type context$h_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$h_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$h_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$h_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$h_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$h_CommonVatId as CommonVatId, context$h_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$h_CreateCheckoutOptions as CreateCheckoutOptions, type context$h_CreateCheckoutRequest as CreateCheckoutRequest, type context$h_CreateCheckoutResponse as CreateCheckoutResponse, type context$h_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$h_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$h_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$h_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type context$h_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$h_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$5 as DeliveryLogistics, type DeliveryTimeSlot$5 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$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type Discount$2 as Discount, context$h_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$e as DomainEvent, type DomainEventBodyOneOf$e as DomainEventBodyOneOf, type context$h_DoublePaymentErrorData as DoublePaymentErrorData, type context$h_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$9 as Empty, type EntityCreatedEvent$e as EntityCreatedEvent, type EntityDeletedEvent$e as EntityDeletedEvent, type EntityUpdatedEvent$e as EntityUpdatedEvent, type EventMetadata$9 as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type FullName$1 as FullName, type context$h_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$h_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$h_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$h_GetCheckoutPaymentSettingsRequest as GetCheckoutPaymentSettingsRequest, type context$h_GetCheckoutPaymentSettingsResponse as GetCheckoutPaymentSettingsResponse, type context$h_GetCheckoutPaymentSettingsResponseNonNullableFields as GetCheckoutPaymentSettingsResponseNonNullableFields, type context$h_GetCheckoutRequest as GetCheckoutRequest, type context$h_GetCheckoutResponse as GetCheckoutResponse, type context$h_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$h_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$h_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$h_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$h_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$h_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$h_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$h_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$h_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$h_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$h_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$h_PaymentErrorResponseData as PaymentErrorResponseData, context$h_PaymentOption as PaymentOption, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type context$h_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$h_RedeemErrorData as RedeemErrorData, type context$h_RemoveCouponRequest as RemoveCouponRequest, type context$h_RemoveCouponResponse as RemoveCouponResponse, type context$h_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$h_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$h_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$h_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$h_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$h_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$h_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$h_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$h_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$h_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$e as RestoreInfo, RuleType$4 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$h_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$h_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$h_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$7 as StreetAddress, type context$h_Subscription as Subscription, type context$h_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, SuggestedFix$1 as SuggestedFix, type SystemError$4 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$4 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$4 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$4 as TaxableAddressType, type Title$1 as Title, type Totals$1 as Totals, type context$h_UpdateCheckout as UpdateCheckout, type context$h_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$h_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$h_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$h_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$h_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$h_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$h_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$h_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$h_V1BuyerInfo as V1BuyerInfo, type context$h_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$h_V1ShippingInfo as V1ShippingInfo, type context$h_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$h_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$h_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$1 as Violation, type context$h_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$6 as WeightUnit, type context$h__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$h__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$h__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$h_addToCheckout as addToCheckout, context$h_createCheckout as createCheckout, createOrder$2 as createOrder, context$h_getCheckout as getCheckout, context$h_getCheckoutByCartId as getCheckoutByCartId, context$h_getCheckoutPaymentSettings as getCheckoutPaymentSettings, context$h_getCheckoutUrl as getCheckoutUrl, context$h_markCheckoutAsCompleted as markCheckoutAsCompleted, context$h_onCheckoutCompleted as onCheckoutCompleted, context$h_onCheckoutCreated as onCheckoutCreated, context$h_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$h_removeCoupon as removeCoupon, context$h_removeGiftCard as removeGiftCard, context$h_removeLineItems as removeLineItems, context$h_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$h_updateCheckout as updateCheckout, context$h_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
14243
14264
|
}
|
|
14244
14265
|
|
|
14245
14266
|
interface CheckoutSettings {
|
|
@@ -16474,6 +16495,12 @@ declare enum NameInLineItem {
|
|
|
16474
16495
|
/** default location, in case no specific location is specified */
|
|
16475
16496
|
LINE_ITEM_DEFAULT = "LINE_ITEM_DEFAULT"
|
|
16476
16497
|
}
|
|
16498
|
+
declare enum SuggestedFix {
|
|
16499
|
+
/** No suggested fix is specified. The user should refer to the violation description to resolve the issue. */
|
|
16500
|
+
UNKNOWN_SUGGESTED_FIX = "UNKNOWN_SUGGESTED_FIX",
|
|
16501
|
+
/** The line item should be removed from the cart or checkout to resolve the violation. */
|
|
16502
|
+
REMOVE_LINE_ITEM = "REMOVE_LINE_ITEM"
|
|
16503
|
+
}
|
|
16477
16504
|
/** General (other) violation. */
|
|
16478
16505
|
interface Other {
|
|
16479
16506
|
/** Location on a checkout or a cart page where a general (other) violation will be displayed. */
|
|
@@ -17117,6 +17144,8 @@ type context$f_RawHttpResponse = RawHttpResponse;
|
|
|
17117
17144
|
type context$f_RawHttpResponseNonNullableFields = RawHttpResponseNonNullableFields;
|
|
17118
17145
|
type context$f_Severity = Severity;
|
|
17119
17146
|
declare const context$f_Severity: typeof Severity;
|
|
17147
|
+
type context$f_SuggestedFix = SuggestedFix;
|
|
17148
|
+
declare const context$f_SuggestedFix: typeof SuggestedFix;
|
|
17120
17149
|
type context$f_Target = Target;
|
|
17121
17150
|
type context$f_TargetLineItem = TargetLineItem;
|
|
17122
17151
|
type context$f_TargetTargetTypeOneOf = TargetTargetTypeOneOf;
|
|
@@ -17144,7 +17173,7 @@ declare const context$f_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
|
|
|
17144
17173
|
declare const context$f_queryCheckoutTemplates: typeof queryCheckoutTemplates;
|
|
17145
17174
|
declare const context$f_updateCheckoutTemplate: typeof updateCheckoutTemplate;
|
|
17146
17175
|
declare namespace context$f {
|
|
17147
|
-
export { type ActionEvent$c as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$7 as Address, type AddressLocation$6 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$8 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$7 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type context$f_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$3 as ChargeType, type context$f_Checkout as Checkout, type context$f_CheckoutCustomization as CheckoutCustomization, type context$f_CheckoutTemplate as CheckoutTemplate, type context$f_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$f_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$f_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$f_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$f_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$f_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$f_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$f_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$f_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$f_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$f_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$f_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$f_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$f_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$f_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$f_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$f_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$9 as CursorPaging, type CursorPagingMetadata$9 as CursorPagingMetadata, type CursorQuery$6 as CursorQuery, type CursorQueryPagingMethodOneOf$6 as CursorQueryPagingMethodOneOf, type Cursors$9 as Cursors, type context$f_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$f_CustomSettings as CustomSettings, type context$f_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$f_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type context$f_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$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$c as DomainEvent, type DomainEventBodyOneOf$c as DomainEventBodyOneOf, type EntityCreatedEvent$c as EntityCreatedEvent, type EntityDeletedEvent$c as EntityDeletedEvent, type EntityUpdatedEvent$c as EntityUpdatedEvent, type EventMetadata$7 as EventMetadata, type ExtendedFields$6 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type context$f_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$f_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$f_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$1 as Group, type context$f_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$f_ItemAvailabilityInfo as ItemAvailabilityInfo, context$f_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$f_NameInLineItem as NameInLineItem, context$f_NameInOther as NameInOther, type context$f_Other as Other, type OtherCharge$1 as OtherCharge, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type context$f_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$f_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$f_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$f_RawHttpResponse as RawHttpResponse, type context$f_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$c as RestoreInfo, RuleType$3 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$f_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, Status$2 as Status, type StreetAddress$6 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, type SystemError$3 as SystemError, type context$f_Target as Target, type context$f_TargetLineItem as TargetLineItem, type context$f_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 TaxableAddress$3 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$3 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$3 as TaxableAddressType, type context$f_Title as Title, type context$f_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$f_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$f_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$f_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$f_V1LineItem as V1LineItem, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type context$f_Violation as Violation, type context$f_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$f__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type context$f__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type context$f__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type context$f__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, context$f_createAndRedirectToCheckout as createAndRedirectToCheckout, context$f_createCheckoutFromTemplate as createCheckoutFromTemplate, context$f_createCheckoutTemplate as createCheckoutTemplate, context$f_deleteCheckoutTemplate as deleteCheckoutTemplate, context$f_getCheckoutTemplate as getCheckoutTemplate, context$f_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$f_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$f_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$f_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, context$f_queryCheckoutTemplates as queryCheckoutTemplates, context$f_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
17176
|
+
export { type ActionEvent$c as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$7 as Address, type AddressLocation$6 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$8 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$7 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type context$f_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$3 as ChargeType, type context$f_Checkout as Checkout, type context$f_CheckoutCustomization as CheckoutCustomization, type context$f_CheckoutTemplate as CheckoutTemplate, type context$f_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$f_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$f_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$f_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$f_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$f_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$f_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$f_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$f_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$f_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$f_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$f_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$f_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$f_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$f_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$f_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$f_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$9 as CursorPaging, type CursorPagingMetadata$9 as CursorPagingMetadata, type CursorQuery$6 as CursorQuery, type CursorQueryPagingMethodOneOf$6 as CursorQueryPagingMethodOneOf, type Cursors$9 as Cursors, type context$f_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$f_CustomSettings as CustomSettings, type context$f_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$f_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type context$f_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$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$c as DomainEvent, type DomainEventBodyOneOf$c as DomainEventBodyOneOf, type EntityCreatedEvent$c as EntityCreatedEvent, type EntityDeletedEvent$c as EntityDeletedEvent, type EntityUpdatedEvent$c as EntityUpdatedEvent, type EventMetadata$7 as EventMetadata, type ExtendedFields$6 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type context$f_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$f_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$f_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$1 as Group, type context$f_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$f_ItemAvailabilityInfo as ItemAvailabilityInfo, context$f_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$f_NameInLineItem as NameInLineItem, context$f_NameInOther as NameInOther, type context$f_Other as Other, type OtherCharge$1 as OtherCharge, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type context$f_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$f_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$f_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$f_RawHttpResponse as RawHttpResponse, type context$f_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$c as RestoreInfo, RuleType$3 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$f_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, Status$2 as Status, type StreetAddress$6 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, context$f_SuggestedFix as SuggestedFix, type SystemError$3 as SystemError, type context$f_Target as Target, type context$f_TargetLineItem as TargetLineItem, type context$f_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 TaxableAddress$3 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$3 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$3 as TaxableAddressType, type context$f_Title as Title, type context$f_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$f_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$f_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$f_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$f_V1LineItem as V1LineItem, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type context$f_Violation as Violation, type context$f_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$f__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type context$f__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type context$f__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type context$f__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, context$f_createAndRedirectToCheckout as createAndRedirectToCheckout, context$f_createCheckoutFromTemplate as createCheckoutFromTemplate, context$f_createCheckoutTemplate as createCheckoutTemplate, context$f_deleteCheckoutTemplate as deleteCheckoutTemplate, context$f_getCheckoutTemplate as getCheckoutTemplate, context$f_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$f_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$f_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$f_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, context$f_queryCheckoutTemplates as queryCheckoutTemplates, context$f_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
17148
17177
|
}
|
|
17149
17178
|
|
|
17150
17179
|
/**
|