@wix/ecom 1.0.812 → 1.0.813
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.813",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"@wix/ecom_additional-fees": "1.0.32",
|
|
27
27
|
"@wix/ecom_back-in-stock-notifications": "1.0.57",
|
|
28
28
|
"@wix/ecom_back-in-stock-settings": "1.0.42",
|
|
29
|
-
"@wix/ecom_cart": "1.0.
|
|
30
|
-
"@wix/ecom_checkout": "1.0.
|
|
29
|
+
"@wix/ecom_cart": "1.0.94",
|
|
30
|
+
"@wix/ecom_checkout": "1.0.102",
|
|
31
31
|
"@wix/ecom_checkout-content": "1.0.13",
|
|
32
32
|
"@wix/ecom_checkout-settings": "1.0.58",
|
|
33
|
-
"@wix/ecom_checkout-templates": "1.0.
|
|
33
|
+
"@wix/ecom_checkout-templates": "1.0.100",
|
|
34
34
|
"@wix/ecom_currencies": "1.0.43",
|
|
35
|
-
"@wix/ecom_current-cart": "1.0.
|
|
35
|
+
"@wix/ecom_current-cart": "1.0.94",
|
|
36
36
|
"@wix/ecom_custom-triggers": "1.0.29",
|
|
37
37
|
"@wix/ecom_delivery-profile": "1.0.26",
|
|
38
38
|
"@wix/ecom_delivery-solutions": "1.0.7",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@wix/ecom_order-transactions": "1.0.74",
|
|
51
51
|
"@wix/ecom_orders": "1.0.138",
|
|
52
52
|
"@wix/ecom_orders-settings": "1.0.52",
|
|
53
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
53
|
+
"@wix/ecom_payment-settings": "1.0.63",
|
|
54
54
|
"@wix/ecom_pickup-locations": "1.0.16",
|
|
55
55
|
"@wix/ecom_recommendations": "1.0.49",
|
|
56
56
|
"@wix/ecom_recommendations-provider": "1.0.7",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"fqdn": ""
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
|
-
"falconPackageHash": "
|
|
88
|
+
"falconPackageHash": "9d8d18512bbaebb662d021555deaf0199039567106fbe4d9c9510b98"
|
|
89
89
|
}
|
|
@@ -5947,6 +5947,16 @@ interface CatalogOverrideFields$3 {
|
|
|
5947
5947
|
*/
|
|
5948
5948
|
savePaymentMethod?: boolean | null;
|
|
5949
5949
|
}
|
|
5950
|
+
interface PaymentOption$3 {
|
|
5951
|
+
/**
|
|
5952
|
+
* + `FULL_PAYMENT_ONLINE`: The entire payment for this item happens as part of the checkout.
|
|
5953
|
+
* + `FULL_PAYMENT_OFFLINE`: The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods.
|
|
5954
|
+
* + `MEMBERSHIP`: Payment for this item is done by charging a membership. When selected, `price` is `0`.
|
|
5955
|
+
* + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
|
|
5956
|
+
* + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
|
|
5957
|
+
*/
|
|
5958
|
+
paymentOption?: PaymentOptionType$6;
|
|
5959
|
+
}
|
|
5950
5960
|
interface TaxableAddress$6 extends TaxableAddressTaxableAddressDataOneOf$6 {
|
|
5951
5961
|
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
5952
5962
|
addressType?: TaxableAddressType$6;
|
|
@@ -7384,11 +7394,15 @@ interface SelectedMembershipNonNullableFields$3 {
|
|
|
7384
7394
|
_id: string;
|
|
7385
7395
|
appId: string;
|
|
7386
7396
|
}
|
|
7397
|
+
interface PaymentOptionNonNullableFields$3 {
|
|
7398
|
+
paymentOption: PaymentOptionType$6;
|
|
7399
|
+
}
|
|
7387
7400
|
interface CatalogOverrideFieldsNonNullableFields$3 {
|
|
7388
7401
|
productName?: ProductNameNonNullableFields$5;
|
|
7389
7402
|
descriptionLines: DescriptionLineNonNullableFields$5[];
|
|
7390
7403
|
physicalProperties?: PhysicalPropertiesNonNullableFields$5;
|
|
7391
7404
|
image: string;
|
|
7405
|
+
paymentOption?: PaymentOptionNonNullableFields$3;
|
|
7392
7406
|
}
|
|
7393
7407
|
interface TaxableAddressNonNullableFields$5 {
|
|
7394
7408
|
addressType: TaxableAddressType$6;
|
|
@@ -8164,7 +8178,7 @@ declare const context$k_estimateTotals: typeof estimateTotals;
|
|
|
8164
8178
|
declare const context$k_getCart: typeof getCart;
|
|
8165
8179
|
declare const context$k_updateCart: typeof updateCart;
|
|
8166
8180
|
declare namespace context$k {
|
|
8167
|
-
export { type ActionEvent$h as ActionEvent, type context$k_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$8 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$6 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type context$k_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$h as DomainEvent, type DomainEventBodyOneOf$h as DomainEventBodyOneOf, type Empty$b as Empty, type EntityCreatedEvent$h as EntityCreatedEvent, type EntityDeletedEvent$h as EntityDeletedEvent, type EntityUpdatedEvent$h as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type context$k_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$g as IdentificationData, type IdentificationDataIdOneOf$g 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$g 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$h 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$k_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$g as WebhookIdentityType, WeightUnit$8 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, context$k_addToCart as addToCart, context$k_createCart as createCart, createCheckout$2 as createCheckout, context$k_deleteCart as deleteCart, context$k_estimateTotals as estimateTotals, context$k_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$k_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
8181
|
+
export { type ActionEvent$h as ActionEvent, type context$k_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$8 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$6 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type context$k_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$h as DomainEvent, type DomainEventBodyOneOf$h as DomainEventBodyOneOf, type Empty$b as Empty, type EntityCreatedEvent$h as EntityCreatedEvent, type EntityDeletedEvent$h as EntityDeletedEvent, type EntityUpdatedEvent$h as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type context$k_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$g as IdentificationData, type IdentificationDataIdOneOf$g 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$g 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, type PaymentOption$3 as PaymentOption, 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$h 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$k_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$g as WebhookIdentityType, WeightUnit$8 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, context$k_addToCart as addToCart, context$k_createCart as createCart, createCheckout$2 as createCheckout, context$k_deleteCart as deleteCart, context$k_estimateTotals as estimateTotals, context$k_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$k_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
8168
8182
|
}
|
|
8169
8183
|
|
|
8170
8184
|
interface Cart {
|
|
@@ -8641,6 +8655,16 @@ interface CatalogOverrideFields$2 {
|
|
|
8641
8655
|
*/
|
|
8642
8656
|
savePaymentMethod?: boolean | null;
|
|
8643
8657
|
}
|
|
8658
|
+
interface PaymentOption$2 {
|
|
8659
|
+
/**
|
|
8660
|
+
* + `FULL_PAYMENT_ONLINE`: The entire payment for this item happens as part of the checkout.
|
|
8661
|
+
* + `FULL_PAYMENT_OFFLINE`: The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods.
|
|
8662
|
+
* + `MEMBERSHIP`: Payment for this item is done by charging a membership. When selected, `price` is `0`.
|
|
8663
|
+
* + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
|
|
8664
|
+
* + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
|
|
8665
|
+
*/
|
|
8666
|
+
paymentOption?: PaymentOptionType$5;
|
|
8667
|
+
}
|
|
8644
8668
|
interface TaxableAddress$5 extends TaxableAddressTaxableAddressDataOneOf$5 {
|
|
8645
8669
|
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
8646
8670
|
addressType?: TaxableAddressType$5;
|
|
@@ -10078,11 +10102,15 @@ interface SelectedMembershipNonNullableFields$2 {
|
|
|
10078
10102
|
_id: string;
|
|
10079
10103
|
appId: string;
|
|
10080
10104
|
}
|
|
10105
|
+
interface PaymentOptionNonNullableFields$2 {
|
|
10106
|
+
paymentOption: PaymentOptionType$5;
|
|
10107
|
+
}
|
|
10081
10108
|
interface CatalogOverrideFieldsNonNullableFields$2 {
|
|
10082
10109
|
productName?: ProductNameNonNullableFields$4;
|
|
10083
10110
|
descriptionLines: DescriptionLineNonNullableFields$4[];
|
|
10084
10111
|
physicalProperties?: PhysicalPropertiesNonNullableFields$4;
|
|
10085
10112
|
image: string;
|
|
10113
|
+
paymentOption?: PaymentOptionNonNullableFields$2;
|
|
10086
10114
|
}
|
|
10087
10115
|
interface TaxableAddressNonNullableFields$4 {
|
|
10088
10116
|
addressType: TaxableAddressType$5;
|
|
@@ -10781,7 +10809,7 @@ declare const context$j_removeLineItemsFromCurrentCart: typeof removeLineItemsFr
|
|
|
10781
10809
|
declare const context$j_updateCurrentCart: typeof updateCurrentCart;
|
|
10782
10810
|
declare const context$j_updateCurrentCartLineItemQuantity: typeof updateCurrentCartLineItemQuantity;
|
|
10783
10811
|
declare namespace context$j {
|
|
10784
|
-
export { type ActionEvent$g as ActionEvent, type context$j_AddToCartRequest as AddToCartRequest, type context$j_AddToCartResponse as AddToCartResponse, type context$j_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type context$j_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type context$j_AddToCurrentCartOptions as AddToCurrentCartOptions, type context$j_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$j_Cart as Cart, type context$j_CartCreatedEnvelope as CartCreatedEnvelope, type context$j_CartDeletedEnvelope as CartDeletedEnvelope, type context$j_CartDiscount as CartDiscount, type context$j_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type context$j_CartNonNullableFields as CartNonNullableFields, type context$j_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$7 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$5 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type context$j_CreateCartRequest as CreateCartRequest, type context$j_CreateCartResponse as CreateCartResponse, type context$j_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type context$j_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type context$j_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$j_DeleteCartRequest as DeleteCartRequest, type context$j_DeleteCartResponse as DeleteCartResponse, type context$j_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$g as DomainEvent, type DomainEventBodyOneOf$g as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$g as EntityCreatedEvent, type EntityDeletedEvent$g as EntityDeletedEvent, type EntityUpdatedEvent$g as EntityUpdatedEvent, type context$j_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type context$j_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type context$j_EstimateTotalsRequest as EstimateTotalsRequest, type context$j_EstimateTotalsResponse as EstimateTotalsResponse, type context$j_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$j_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type context$j_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type context$j_GetCartRequest as GetCartRequest, type context$j_GetCartResponse as GetCartResponse, type context$j_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type context$j_GetCurrentCartRequest as GetCurrentCartRequest, type context$j_GetCurrentCartResponse as GetCurrentCartResponse, type context$j_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$3 as Group, type context$j_HostSelectedMembership as HostSelectedMembership, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f 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$f 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$j_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type context$j_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$g 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$j_UpdateCartRequest as UpdateCartRequest, type context$j_UpdateCartResponse as UpdateCartResponse, type context$j_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type context$j_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type context$j_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type context$j_V1Coupon as V1Coupon, type context$j_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$2 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$7 as WeightUnit, type context$j__publicOnCartCreatedType as _publicOnCartCreatedType, type context$j__publicOnCartDeletedType as _publicOnCartDeletedType, type context$j__publicOnCartUpdatedType as _publicOnCartUpdatedType, context$j_addToCurrentCart as addToCurrentCart, context$j_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, context$j_deleteCurrentCart as deleteCurrentCart, context$j_estimateCurrentCartTotals as estimateCurrentCartTotals, context$j_getCurrentCart as getCurrentCart, context$j_onCartCreated as onCartCreated, context$j_onCartDeleted as onCartDeleted, context$j_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, context$j_removeCouponFromCurrentCart as removeCouponFromCurrentCart, context$j_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, context$j_updateCurrentCart as updateCurrentCart, context$j_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
10812
|
+
export { type ActionEvent$g as ActionEvent, type context$j_AddToCartRequest as AddToCartRequest, type context$j_AddToCartResponse as AddToCartResponse, type context$j_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type context$j_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type context$j_AddToCurrentCartOptions as AddToCurrentCartOptions, type context$j_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$j_Cart as Cart, type context$j_CartCreatedEnvelope as CartCreatedEnvelope, type context$j_CartDeletedEnvelope as CartDeletedEnvelope, type context$j_CartDiscount as CartDiscount, type context$j_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type context$j_CartNonNullableFields as CartNonNullableFields, type context$j_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$7 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$5 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type context$j_CreateCartRequest as CreateCartRequest, type context$j_CreateCartResponse as CreateCartResponse, type context$j_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type context$j_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type context$j_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$j_DeleteCartRequest as DeleteCartRequest, type context$j_DeleteCartResponse as DeleteCartResponse, type context$j_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$g as DomainEvent, type DomainEventBodyOneOf$g as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$g as EntityCreatedEvent, type EntityDeletedEvent$g as EntityDeletedEvent, type EntityUpdatedEvent$g as EntityUpdatedEvent, type context$j_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type context$j_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type context$j_EstimateTotalsRequest as EstimateTotalsRequest, type context$j_EstimateTotalsResponse as EstimateTotalsResponse, type context$j_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$j_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type context$j_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type context$j_GetCartRequest as GetCartRequest, type context$j_GetCartResponse as GetCartResponse, type context$j_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type context$j_GetCurrentCartRequest as GetCurrentCartRequest, type context$j_GetCurrentCartResponse as GetCurrentCartResponse, type context$j_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$3 as Group, type context$j_HostSelectedMembership as HostSelectedMembership, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f 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$f 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, type PaymentOption$2 as PaymentOption, 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$j_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type context$j_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$g 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$j_UpdateCartRequest as UpdateCartRequest, type context$j_UpdateCartResponse as UpdateCartResponse, type context$j_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type context$j_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type context$j_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type context$j_V1Coupon as V1Coupon, type context$j_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$2 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$7 as WeightUnit, type context$j__publicOnCartCreatedType as _publicOnCartCreatedType, type context$j__publicOnCartDeletedType as _publicOnCartDeletedType, type context$j__publicOnCartUpdatedType as _publicOnCartUpdatedType, context$j_addToCurrentCart as addToCurrentCart, context$j_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, context$j_deleteCurrentCart as deleteCurrentCart, context$j_estimateCurrentCartTotals as estimateCurrentCartTotals, context$j_getCurrentCart as getCurrentCart, context$j_onCartCreated as onCartCreated, context$j_onCartDeleted as onCartDeleted, context$j_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, context$j_removeCouponFromCurrentCart as removeCouponFromCurrentCart, context$j_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, context$j_updateCurrentCart as updateCurrentCart, context$j_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
10785
10813
|
}
|
|
10786
10814
|
|
|
10787
10815
|
interface Checkout$1 {
|
|
@@ -11447,6 +11475,16 @@ interface CatalogOverrideFields$1 {
|
|
|
11447
11475
|
*/
|
|
11448
11476
|
savePaymentMethod?: boolean | null;
|
|
11449
11477
|
}
|
|
11478
|
+
interface PaymentOption$1 {
|
|
11479
|
+
/**
|
|
11480
|
+
* + `FULL_PAYMENT_ONLINE`: The entire payment for this item happens as part of the checkout.
|
|
11481
|
+
* + `FULL_PAYMENT_OFFLINE`: The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods.
|
|
11482
|
+
* + `MEMBERSHIP`: Payment for this item is done by charging a membership. When selected, `price` is `0`.
|
|
11483
|
+
* + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
|
|
11484
|
+
* + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
|
|
11485
|
+
*/
|
|
11486
|
+
paymentOption?: PaymentOptionType$4;
|
|
11487
|
+
}
|
|
11450
11488
|
interface TaxableAddress$4 extends TaxableAddressTaxableAddressDataOneOf$4 {
|
|
11451
11489
|
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
11452
11490
|
addressType?: TaxableAddressType$4;
|
|
@@ -12676,9 +12714,9 @@ interface GetCheckoutPaymentSettingsRequest {
|
|
|
12676
12714
|
_id: string;
|
|
12677
12715
|
}
|
|
12678
12716
|
interface GetCheckoutPaymentSettingsResponse {
|
|
12679
|
-
blockedPaymentOptions?:
|
|
12717
|
+
blockedPaymentOptions?: GetCheckoutPaymentSettingsResponsePaymentOption[];
|
|
12680
12718
|
}
|
|
12681
|
-
declare enum
|
|
12719
|
+
declare enum GetCheckoutPaymentSettingsResponsePaymentOption {
|
|
12682
12720
|
UNKNOWN_PAYMENT_OPTION = "UNKNOWN_PAYMENT_OPTION",
|
|
12683
12721
|
MANUAL = "MANUAL"
|
|
12684
12722
|
}
|
|
@@ -13264,11 +13302,15 @@ interface SecuredMediaNonNullableFields$1 {
|
|
|
13264
13302
|
interface PriceDescriptionNonNullableFields$3 {
|
|
13265
13303
|
original: string;
|
|
13266
13304
|
}
|
|
13305
|
+
interface PaymentOptionNonNullableFields$1 {
|
|
13306
|
+
paymentOption: PaymentOptionType$4;
|
|
13307
|
+
}
|
|
13267
13308
|
interface CatalogOverrideFieldsNonNullableFields$1 {
|
|
13268
13309
|
productName?: ProductNameNonNullableFields$3;
|
|
13269
13310
|
descriptionLines: DescriptionLineNonNullableFields$3[];
|
|
13270
13311
|
physicalProperties?: PhysicalPropertiesNonNullableFields$3;
|
|
13271
13312
|
image: string;
|
|
13313
|
+
paymentOption?: PaymentOptionNonNullableFields$1;
|
|
13272
13314
|
}
|
|
13273
13315
|
interface TaxableAddressNonNullableFields$3 {
|
|
13274
13316
|
addressType: TaxableAddressType$4;
|
|
@@ -13636,7 +13678,7 @@ interface UpdateLineItemsQuantityResponseNonNullableFields {
|
|
|
13636
13678
|
checkout?: CheckoutNonNullableFields;
|
|
13637
13679
|
}
|
|
13638
13680
|
interface GetCheckoutPaymentSettingsResponseNonNullableFields {
|
|
13639
|
-
blockedPaymentOptions:
|
|
13681
|
+
blockedPaymentOptions: GetCheckoutPaymentSettingsResponsePaymentOption[];
|
|
13640
13682
|
}
|
|
13641
13683
|
interface BaseEventMetadata$9 {
|
|
13642
13684
|
/** App instance ID. */
|
|
@@ -14189,6 +14231,8 @@ type context$i_GetCheckoutByCartIdResponseNonNullableFields = GetCheckoutByCartI
|
|
|
14189
14231
|
type context$i_GetCheckoutPaymentSettingsRequest = GetCheckoutPaymentSettingsRequest;
|
|
14190
14232
|
type context$i_GetCheckoutPaymentSettingsResponse = GetCheckoutPaymentSettingsResponse;
|
|
14191
14233
|
type context$i_GetCheckoutPaymentSettingsResponseNonNullableFields = GetCheckoutPaymentSettingsResponseNonNullableFields;
|
|
14234
|
+
type context$i_GetCheckoutPaymentSettingsResponsePaymentOption = GetCheckoutPaymentSettingsResponsePaymentOption;
|
|
14235
|
+
declare const context$i_GetCheckoutPaymentSettingsResponsePaymentOption: typeof GetCheckoutPaymentSettingsResponsePaymentOption;
|
|
14192
14236
|
type context$i_GetCheckoutRequest = GetCheckoutRequest;
|
|
14193
14237
|
type context$i_GetCheckoutResponse = GetCheckoutResponse;
|
|
14194
14238
|
type context$i_GetCheckoutResponseNonNullableFields = GetCheckoutResponseNonNullableFields;
|
|
@@ -14203,8 +14247,6 @@ type context$i_LineItemQuantityUpdate = LineItemQuantityUpdate;
|
|
|
14203
14247
|
type context$i_MarkCheckoutAsCompletedRequest = MarkCheckoutAsCompletedRequest;
|
|
14204
14248
|
type context$i_MarkCheckoutAsCompletedResponse = MarkCheckoutAsCompletedResponse;
|
|
14205
14249
|
type context$i_PaymentErrorResponseData = PaymentErrorResponseData;
|
|
14206
|
-
type context$i_PaymentOption = PaymentOption;
|
|
14207
|
-
declare const context$i_PaymentOption: typeof PaymentOption;
|
|
14208
14250
|
type context$i_ProductDetails = ProductDetails;
|
|
14209
14251
|
type context$i_RedeemErrorData = RedeemErrorData;
|
|
14210
14252
|
type context$i_RemoveCouponRequest = RemoveCouponRequest;
|
|
@@ -14260,7 +14302,7 @@ declare const context$i_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
|
|
|
14260
14302
|
declare const context$i_updateCheckout: typeof updateCheckout;
|
|
14261
14303
|
declare const context$i_updateLineItemsQuantity: typeof updateLineItemsQuantity;
|
|
14262
14304
|
declare namespace context$i {
|
|
14263
|
-
export { type ActionEvent$f as ActionEvent, type context$i_AddToCheckoutOptions as AddToCheckoutOptions, type context$i_AddToCheckoutRequest as AddToCheckoutRequest, type context$i_AddToCheckoutResponse as AddToCheckoutResponse, type context$i_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$i_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$6 as CatalogReference, type ChannelInfo$3 as ChannelInfo, context$i_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$i_ChargeDetails as ChargeDetails, ChargeType$4 as ChargeType, type Checkout$1 as Checkout, type context$i_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$i_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$i_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$i_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$i_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$i_CommonVatId as CommonVatId, context$i_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$i_CreateCheckoutOptions as CreateCheckoutOptions, type context$i_CreateCheckoutRequest as CreateCheckoutRequest, type context$i_CreateCheckoutResponse as CreateCheckoutResponse, type context$i_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$i_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$i_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$i_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type context$i_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$i_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$i_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type context$i_DoublePaymentErrorData as DoublePaymentErrorData, type context$i_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$9 as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f 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$i_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$i_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$i_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$i_GetCheckoutPaymentSettingsRequest as GetCheckoutPaymentSettingsRequest, type context$i_GetCheckoutPaymentSettingsResponse as GetCheckoutPaymentSettingsResponse, type context$i_GetCheckoutPaymentSettingsResponseNonNullableFields as GetCheckoutPaymentSettingsResponseNonNullableFields, type context$i_GetCheckoutRequest as GetCheckoutRequest, type context$i_GetCheckoutResponse as GetCheckoutResponse, type context$i_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$i_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$i_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$i_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$i_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$i_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$i_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$i_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$4 as GiftCard, type Group$2 as Group, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, IdentityType$3 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$i_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$i_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$i_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$e 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$i_PaymentErrorResponseData as PaymentErrorResponseData, context$i_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$i_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$i_RedeemErrorData as RedeemErrorData, type context$i_RemoveCouponRequest as RemoveCouponRequest, type context$i_RemoveCouponResponse as RemoveCouponResponse, type context$i_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$i_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$i_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$i_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$i_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$i_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$i_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$i_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$i_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$i_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$f 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$i_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$i_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$i_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$7 as StreetAddress, type context$i_Subscription as Subscription, type context$i_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$i_UpdateCheckout as UpdateCheckout, type context$i_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$i_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$i_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$i_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$i_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$i_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$i_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$i_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$i_V1BuyerInfo as V1BuyerInfo, type context$i_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$i_V1ShippingInfo as V1ShippingInfo, type context$i_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$i_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$i_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$1 as Violation, type context$i_ViolationsList as ViolationsList, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$6 as WeightUnit, type context$i__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$i__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$i__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$i_addToCheckout as addToCheckout, context$i_createCheckout as createCheckout, createOrder$2 as createOrder, context$i_getCheckout as getCheckout, context$i_getCheckoutByCartId as getCheckoutByCartId, context$i_getCheckoutPaymentSettings as getCheckoutPaymentSettings, context$i_getCheckoutUrl as getCheckoutUrl, context$i_markCheckoutAsCompleted as markCheckoutAsCompleted, context$i_onCheckoutCompleted as onCheckoutCompleted, context$i_onCheckoutCreated as onCheckoutCreated, context$i_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$i_removeCoupon as removeCoupon, context$i_removeGiftCard as removeGiftCard, context$i_removeLineItems as removeLineItems, context$i_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$i_updateCheckout as updateCheckout, context$i_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
14305
|
+
export { type ActionEvent$f as ActionEvent, type context$i_AddToCheckoutOptions as AddToCheckoutOptions, type context$i_AddToCheckoutRequest as AddToCheckoutRequest, type context$i_AddToCheckoutResponse as AddToCheckoutResponse, type context$i_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$i_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$6 as CatalogReference, type ChannelInfo$3 as ChannelInfo, context$i_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$i_ChargeDetails as ChargeDetails, ChargeType$4 as ChargeType, type Checkout$1 as Checkout, type context$i_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$i_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$i_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$i_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$i_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$i_CommonVatId as CommonVatId, context$i_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$i_CreateCheckoutOptions as CreateCheckoutOptions, type context$i_CreateCheckoutRequest as CreateCheckoutRequest, type context$i_CreateCheckoutResponse as CreateCheckoutResponse, type context$i_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$i_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$i_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$i_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type context$i_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$i_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$i_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type context$i_DoublePaymentErrorData as DoublePaymentErrorData, type context$i_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$9 as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f 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$i_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$i_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$i_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$i_GetCheckoutPaymentSettingsRequest as GetCheckoutPaymentSettingsRequest, type context$i_GetCheckoutPaymentSettingsResponse as GetCheckoutPaymentSettingsResponse, type context$i_GetCheckoutPaymentSettingsResponseNonNullableFields as GetCheckoutPaymentSettingsResponseNonNullableFields, context$i_GetCheckoutPaymentSettingsResponsePaymentOption as GetCheckoutPaymentSettingsResponsePaymentOption, type context$i_GetCheckoutRequest as GetCheckoutRequest, type context$i_GetCheckoutResponse as GetCheckoutResponse, type context$i_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$i_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$i_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$i_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$i_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$i_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$i_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$i_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$4 as GiftCard, type Group$2 as Group, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, IdentityType$3 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$i_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$i_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$i_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$e 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$i_PaymentErrorResponseData as PaymentErrorResponseData, type PaymentOption$1 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$i_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$i_RedeemErrorData as RedeemErrorData, type context$i_RemoveCouponRequest as RemoveCouponRequest, type context$i_RemoveCouponResponse as RemoveCouponResponse, type context$i_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$i_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$i_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$i_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$i_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$i_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$i_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$i_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$i_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$i_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$f 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$i_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$i_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$i_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$7 as StreetAddress, type context$i_Subscription as Subscription, type context$i_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$i_UpdateCheckout as UpdateCheckout, type context$i_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$i_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$i_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$i_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$i_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$i_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$i_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$i_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$i_V1BuyerInfo as V1BuyerInfo, type context$i_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$i_V1ShippingInfo as V1ShippingInfo, type context$i_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$i_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$i_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$1 as Violation, type context$i_ViolationsList as ViolationsList, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$6 as WeightUnit, type context$i__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$i__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$i__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$i_addToCheckout as addToCheckout, context$i_createCheckout as createCheckout, createOrder$2 as createOrder, context$i_getCheckout as getCheckout, context$i_getCheckoutByCartId as getCheckoutByCartId, context$i_getCheckoutPaymentSettings as getCheckoutPaymentSettings, context$i_getCheckoutUrl as getCheckoutUrl, context$i_markCheckoutAsCompleted as markCheckoutAsCompleted, context$i_onCheckoutCompleted as onCheckoutCompleted, context$i_onCheckoutCreated as onCheckoutCreated, context$i_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$i_removeCoupon as removeCoupon, context$i_removeGiftCard as removeGiftCard, context$i_removeLineItems as removeLineItems, context$i_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$i_updateCheckout as updateCheckout, context$i_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
14264
14306
|
}
|
|
14265
14307
|
|
|
14266
14308
|
interface CheckoutSettings {
|
|
@@ -14944,6 +14986,29 @@ interface PhysicalProperties$4 {
|
|
|
14944
14986
|
/** Whether this line item is shippable. */
|
|
14945
14987
|
shippable?: boolean;
|
|
14946
14988
|
}
|
|
14989
|
+
interface PaymentOption {
|
|
14990
|
+
/**
|
|
14991
|
+
* + `FULL_PAYMENT_ONLINE`: The entire payment for this item happens as part of the checkout.
|
|
14992
|
+
* + `FULL_PAYMENT_OFFLINE`: The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods.
|
|
14993
|
+
* + `MEMBERSHIP`: Payment for this item is done by charging a membership. When selected, `price` is `0`.
|
|
14994
|
+
* + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
|
|
14995
|
+
* + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
|
|
14996
|
+
*/
|
|
14997
|
+
paymentOption?: PaymentOptionType$3;
|
|
14998
|
+
}
|
|
14999
|
+
/** Type of selected payment option for catalog item */
|
|
15000
|
+
declare enum PaymentOptionType$3 {
|
|
15001
|
+
/** The entire payment for this item happens as part of the checkout. */
|
|
15002
|
+
FULL_PAYMENT_ONLINE = "FULL_PAYMENT_ONLINE",
|
|
15003
|
+
/** The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods. */
|
|
15004
|
+
FULL_PAYMENT_OFFLINE = "FULL_PAYMENT_OFFLINE",
|
|
15005
|
+
/** Payment for this item is done by charging a membership. When selected, `price` is `0`. */
|
|
15006
|
+
MEMBERSHIP = "MEMBERSHIP",
|
|
15007
|
+
/** Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`. */
|
|
15008
|
+
DEPOSIT_ONLINE = "DEPOSIT_ONLINE",
|
|
15009
|
+
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
15010
|
+
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
15011
|
+
}
|
|
14947
15012
|
interface CustomLineItem$1 {
|
|
14948
15013
|
/**
|
|
14949
15014
|
* Custom line item quantity.
|
|
@@ -15124,19 +15189,6 @@ declare enum FileType$1 {
|
|
|
15124
15189
|
SECURE_MUSIC = "SECURE_MUSIC",
|
|
15125
15190
|
SECURE_ARCHIVE = "SECURE_ARCHIVE"
|
|
15126
15191
|
}
|
|
15127
|
-
/** Type of selected payment option for catalog item */
|
|
15128
|
-
declare enum PaymentOptionType$3 {
|
|
15129
|
-
/** The entire payment for this item happens as part of the checkout. */
|
|
15130
|
-
FULL_PAYMENT_ONLINE = "FULL_PAYMENT_ONLINE",
|
|
15131
|
-
/** The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods. */
|
|
15132
|
-
FULL_PAYMENT_OFFLINE = "FULL_PAYMENT_OFFLINE",
|
|
15133
|
-
/** Payment for this item is done by charging a membership. When selected, `price` is `0`. */
|
|
15134
|
-
MEMBERSHIP = "MEMBERSHIP",
|
|
15135
|
-
/** Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`. */
|
|
15136
|
-
DEPOSIT_ONLINE = "DEPOSIT_ONLINE",
|
|
15137
|
-
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
15138
|
-
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
15139
|
-
}
|
|
15140
15192
|
interface ServiceProperties$2 {
|
|
15141
15193
|
/**
|
|
15142
15194
|
* Date and time the service is to be provided, in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
|
|
@@ -16701,11 +16753,15 @@ interface DescriptionLineNonNullableFields$2 {
|
|
|
16701
16753
|
interface PhysicalPropertiesNonNullableFields$2 {
|
|
16702
16754
|
shippable: boolean;
|
|
16703
16755
|
}
|
|
16756
|
+
interface PaymentOptionNonNullableFields {
|
|
16757
|
+
paymentOption: PaymentOptionType$3;
|
|
16758
|
+
}
|
|
16704
16759
|
interface CatalogOverrideFieldsNonNullableFields {
|
|
16705
16760
|
productName?: ProductNameNonNullableFields$2;
|
|
16706
16761
|
descriptionLines: DescriptionLineNonNullableFields$2[];
|
|
16707
16762
|
physicalProperties?: PhysicalPropertiesNonNullableFields$2;
|
|
16708
16763
|
image: string;
|
|
16764
|
+
paymentOption?: PaymentOptionNonNullableFields;
|
|
16709
16765
|
}
|
|
16710
16766
|
interface V1LineItemNonNullableFields {
|
|
16711
16767
|
quantity: number;
|
|
@@ -17137,6 +17193,7 @@ declare const context$g_NameInLineItem: typeof NameInLineItem;
|
|
|
17137
17193
|
type context$g_NameInOther = NameInOther;
|
|
17138
17194
|
declare const context$g_NameInOther: typeof NameInOther;
|
|
17139
17195
|
type context$g_Other = Other;
|
|
17196
|
+
type context$g_PaymentOption = PaymentOption;
|
|
17140
17197
|
type context$g_QueryCheckoutTemplatesRequest = QueryCheckoutTemplatesRequest;
|
|
17141
17198
|
type context$g_QueryCheckoutTemplatesResponse = QueryCheckoutTemplatesResponse;
|
|
17142
17199
|
type context$g_QueryCheckoutTemplatesResponseNonNullableFields = QueryCheckoutTemplatesResponseNonNullableFields;
|
|
@@ -17173,7 +17230,7 @@ declare const context$g_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
|
|
|
17173
17230
|
declare const context$g_queryCheckoutTemplates: typeof queryCheckoutTemplates;
|
|
17174
17231
|
declare const context$g_updateCheckoutTemplate: typeof updateCheckoutTemplate;
|
|
17175
17232
|
declare namespace context$g {
|
|
17176
|
-
export { type ActionEvent$d 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$g_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$3 as ChargeType, type context$g_Checkout as Checkout, type context$g_CheckoutCustomization as CheckoutCustomization, type context$g_CheckoutTemplate as CheckoutTemplate, type context$g_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$g_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$g_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$g_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$g_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$g_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$g_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$g_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$g_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$g_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$g_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$g_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$g_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$g_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$g_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$g_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$g_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$a as CursorPaging, type CursorPagingMetadata$a as CursorPagingMetadata, type CursorQuery$7 as CursorQuery, type CursorQueryPagingMethodOneOf$7 as CursorQueryPagingMethodOneOf, type Cursors$a as Cursors, type context$g_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$g_CustomSettings as CustomSettings, type context$g_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$g_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type context$g_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$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d 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$g_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$g_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$g_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$1 as Group, type context$g_HeadersEntry as HeadersEntry, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$g_ItemAvailabilityInfo as ItemAvailabilityInfo, context$g_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$c as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, context$g_NameInLineItem as NameInLineItem, context$g_NameInOther as NameInOther, type context$g_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$g_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$g_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$g_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$g_RawHttpResponse as RawHttpResponse, type context$g_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$d 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$g_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$a as SortOrder, type Sorting$a 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$g_SuggestedFix as SuggestedFix, type SystemError$3 as SystemError, type context$g_Target as Target, type context$g_TargetLineItem as TargetLineItem, type context$g_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$g_Title as Title, type context$g_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$g_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$g_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$g_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$g_V1LineItem as V1LineItem, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type context$g_Violation as Violation, type context$g_WebClientCustomization as WebClientCustomization, WebhookIdentityType$c as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$g__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type context$g__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type context$g__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type context$g__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, context$g_createAndRedirectToCheckout as createAndRedirectToCheckout, context$g_createCheckoutFromTemplate as createCheckoutFromTemplate, context$g_createCheckoutTemplate as createCheckoutTemplate, context$g_deleteCheckoutTemplate as deleteCheckoutTemplate, context$g_getCheckoutTemplate as getCheckoutTemplate, context$g_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$g_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$g_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$g_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, context$g_queryCheckoutTemplates as queryCheckoutTemplates, context$g_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
17233
|
+
export { type ActionEvent$d 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$g_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$3 as ChargeType, type context$g_Checkout as Checkout, type context$g_CheckoutCustomization as CheckoutCustomization, type context$g_CheckoutTemplate as CheckoutTemplate, type context$g_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$g_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$g_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$g_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$g_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$g_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$g_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$g_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$g_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$g_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$g_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$g_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$g_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$g_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$g_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$g_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$g_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$a as CursorPaging, type CursorPagingMetadata$a as CursorPagingMetadata, type CursorQuery$7 as CursorQuery, type CursorQueryPagingMethodOneOf$7 as CursorQueryPagingMethodOneOf, type Cursors$a as Cursors, type context$g_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$g_CustomSettings as CustomSettings, type context$g_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$g_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type context$g_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$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d 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$g_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$g_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$g_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$1 as Group, type context$g_HeadersEntry as HeadersEntry, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$g_ItemAvailabilityInfo as ItemAvailabilityInfo, context$g_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$c as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, context$g_NameInLineItem as NameInLineItem, context$g_NameInOther as NameInOther, type context$g_Other as Other, type OtherCharge$1 as OtherCharge, type context$g_PaymentOption as PaymentOption, 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$g_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$g_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$g_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$g_RawHttpResponse as RawHttpResponse, type context$g_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$d 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$g_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$a as SortOrder, type Sorting$a 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$g_SuggestedFix as SuggestedFix, type SystemError$3 as SystemError, type context$g_Target as Target, type context$g_TargetLineItem as TargetLineItem, type context$g_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$g_Title as Title, type context$g_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$g_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$g_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$g_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$g_V1LineItem as V1LineItem, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type context$g_Violation as Violation, type context$g_WebClientCustomization as WebClientCustomization, WebhookIdentityType$c as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$g__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type context$g__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type context$g__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type context$g__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, context$g_createAndRedirectToCheckout as createAndRedirectToCheckout, context$g_createCheckoutFromTemplate as createCheckoutFromTemplate, context$g_createCheckoutTemplate as createCheckoutTemplate, context$g_deleteCheckoutTemplate as deleteCheckoutTemplate, context$g_getCheckoutTemplate as getCheckoutTemplate, context$g_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$g_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$g_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$g_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, context$g_queryCheckoutTemplates as queryCheckoutTemplates, context$g_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
17177
17234
|
}
|
|
17178
17235
|
|
|
17179
17236
|
/**
|