@wix/ecom 1.0.741 → 1.0.742
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.742",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"@wix/ecom_additional-fees": "1.0.25",
|
|
24
24
|
"@wix/ecom_back-in-stock-notifications": "1.0.48",
|
|
25
25
|
"@wix/ecom_back-in-stock-settings": "1.0.34",
|
|
26
|
-
"@wix/ecom_cart": "1.0.
|
|
27
|
-
"@wix/ecom_checkout": "1.0.
|
|
26
|
+
"@wix/ecom_cart": "1.0.71",
|
|
27
|
+
"@wix/ecom_checkout": "1.0.81",
|
|
28
28
|
"@wix/ecom_checkout-content": "1.0.5",
|
|
29
29
|
"@wix/ecom_checkout-settings": "1.0.50",
|
|
30
|
-
"@wix/ecom_checkout-templates": "1.0.
|
|
30
|
+
"@wix/ecom_checkout-templates": "1.0.81",
|
|
31
31
|
"@wix/ecom_currencies": "1.0.35",
|
|
32
|
-
"@wix/ecom_current-cart": "1.0.
|
|
32
|
+
"@wix/ecom_current-cart": "1.0.71",
|
|
33
33
|
"@wix/ecom_custom-triggers": "1.0.23",
|
|
34
34
|
"@wix/ecom_delivery-profile": "1.0.16",
|
|
35
35
|
"@wix/ecom_discount-rules": "1.0.51",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"fqdn": ""
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
-
"falconPackageHash": "
|
|
79
|
+
"falconPackageHash": "473e5f9197988bb2f0338e145b1e50461de537bcc6aeff2ce278438c"
|
|
80
80
|
}
|
|
@@ -4000,6 +4000,21 @@ interface CatalogOverrideFields$3 {
|
|
|
4000
4000
|
/** Item image. */
|
|
4001
4001
|
image?: string;
|
|
4002
4002
|
}
|
|
4003
|
+
interface TaxableAddress$3 extends TaxableAddressTaxableAddressDataOneOf$3 {
|
|
4004
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
4005
|
+
addressType?: TaxableAddressType$3;
|
|
4006
|
+
}
|
|
4007
|
+
/** @oneof */
|
|
4008
|
+
interface TaxableAddressTaxableAddressDataOneOf$3 {
|
|
4009
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
4010
|
+
addressType?: TaxableAddressType$3;
|
|
4011
|
+
}
|
|
4012
|
+
declare enum TaxableAddressType$3 {
|
|
4013
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
4014
|
+
BUSINESS = "BUSINESS",
|
|
4015
|
+
BILLING = "BILLING",
|
|
4016
|
+
SHIPPING = "SHIPPING"
|
|
4017
|
+
}
|
|
4003
4018
|
/** Buyer Info */
|
|
4004
4019
|
interface BuyerInfo$7 extends BuyerInfoIdOneOf$5 {
|
|
4005
4020
|
/**
|
|
@@ -5369,6 +5384,9 @@ interface CatalogOverrideFieldsNonNullableFields$3 {
|
|
|
5369
5384
|
physicalProperties?: PhysicalPropertiesNonNullableFields$5;
|
|
5370
5385
|
image: string;
|
|
5371
5386
|
}
|
|
5387
|
+
interface TaxableAddressNonNullableFields$2 {
|
|
5388
|
+
addressType: TaxableAddressType$3;
|
|
5389
|
+
}
|
|
5372
5390
|
interface LineItemNonNullableFields$2 {
|
|
5373
5391
|
quantity: number;
|
|
5374
5392
|
catalogReference?: CatalogReferenceNonNullableFields$5;
|
|
@@ -5394,6 +5412,7 @@ interface LineItemNonNullableFields$2 {
|
|
|
5394
5412
|
fixedQuantity: boolean;
|
|
5395
5413
|
catalogOverrideFields?: CatalogOverrideFieldsNonNullableFields$3;
|
|
5396
5414
|
savePaymentMethod: boolean;
|
|
5415
|
+
taxableAddress?: TaxableAddressNonNullableFields$2;
|
|
5397
5416
|
}
|
|
5398
5417
|
interface BuyerInfoNonNullableFields$4 {
|
|
5399
5418
|
visitorId: string;
|
|
@@ -6125,7 +6144,7 @@ declare const context$h_estimateTotals: typeof estimateTotals;
|
|
|
6125
6144
|
declare const context$h_getCart: typeof getCart;
|
|
6126
6145
|
declare const context$h_updateCart: typeof updateCart;
|
|
6127
6146
|
declare namespace context$h {
|
|
6128
|
-
export { type ActionEvent$f as ActionEvent, type context$h_AddToCartOptions as AddToCartOptions, type AddToCartRequest$1 as AddToCartRequest, type AddToCartResponse$1 as AddToCartResponse, type AddToCartResponseNonNullableFields$1 as AddToCartResponseNonNullableFields, type AddToCurrentCartAndEstimateTotalsRequest$1 as AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest$1 as AddToCurrentCartRequest, type AdditionalFee$6 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$d as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$2 as CalculatedLineItem, type CalculationErrors$5 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$5 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$5 as CarrierError, type CarrierErrors$5 as CarrierErrors, type CarrierServiceOption$4 as CarrierServiceOption, type Cart$1 as Cart, type CartCreatedEnvelope$1 as CartCreatedEnvelope, type CartDeletedEnvelope$1 as CartDeletedEnvelope, type CartDiscount$1 as CartDiscount, type CartDiscountDiscountSourceOneOf$1 as CartDiscountDiscountSourceOneOf, type CartNonNullableFields$1 as CartNonNullableFields, type CartUpdatedEnvelope$1 as CartUpdatedEnvelope, type CatalogOverrideFields$3 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$5 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type context$h_CreateCartOptions as CreateCartOptions, type CreateCartRequest$1 as CreateCartRequest, type CreateCartResponse$1 as CreateCartResponse, type CreateCartResponseNonNullableFields$1 as CreateCartResponseNonNullableFields, type CreateCheckoutFromCurrentCartRequest$1 as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions$1 as CreateCheckoutOptions, type CreateCheckoutRequest$2 as CreateCheckoutRequest, type CreateCheckoutResponse$2 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$2 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$4 as CustomLineItem, type DeleteCartRequest$1 as DeleteCartRequest, type DeleteCartResponse$1 as DeleteCartResponse, type DeleteCurrentCartRequest$1 as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 as DeliveryTimeSlot, type Description$3 as Description, type DescriptionLine$5 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$5 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$5 as DescriptionLineName, DescriptionLineType$5 as DescriptionLineType, type DescriptionLineValueOneOf$5 as DescriptionLineValueOneOf, type Details$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type context$h_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$d as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$4 as FileType, type FullAddressContactDetails$5 as FullAddressContactDetails, type GetCartByCheckoutIdRequest$1 as GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse$1 as GetCartByCheckoutIdResponse, type GetCartRequest$1 as GetCartRequest, type GetCartResponse$1 as GetCartResponse, type GetCartResponseNonNullableFields$1 as GetCartResponseNonNullableFields, type GetCurrentCartRequest$1 as GetCurrentCartRequest, type GetCurrentCartResponse$1 as GetCurrentCartResponse, type GetCurrentCartResponseNonNullableFields$1 as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$4 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f as IdentificationDataIdOneOf, type InvalidMembership$4 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 as ItemAvailabilityStatus, type ItemTaxFullDetails$6 as ItemTaxFullDetails, type ItemType$6 as ItemType, ItemTypeItemType$6 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$6 as ItemTypeItemTypeDataOneOf, JurisdictionType$6 as JurisdictionType, type LineItem$6 as LineItem, type LineItemDiscount$6 as LineItemDiscount, type LineItemPricesData$2 as LineItemPricesData, type LineItemQuantityUpdate$2 as LineItemQuantityUpdate, ManualCalculationReason$4 as ManualCalculationReason, type Membership$4 as Membership, type MembershipName$7 as MembershipName, type MembershipOptions$4 as MembershipOptions, type MembershipPaymentCredits$4 as MembershipPaymentCredits, type MerchantDiscount$6 as MerchantDiscount, type MerchantDiscountInput$3 as MerchantDiscountInput, type MessageEnvelope$f as MessageEnvelope, type MultiCurrencyPrice$4 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$4 as OtherCharge, PaymentOptionType$6 as PaymentOptionType, type PhysicalProperties$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type PriceDescription$5 as PriceDescription, type PriceSummary$6 as PriceSummary, type ProductName$5 as ProductName, RateType$4 as RateType, type RemoveCouponFromCurrentCartRequest$1 as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$2 as RemoveCouponRequest, type RemoveCouponResponse$2 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$2 as RemoveCouponResponseNonNullableFields, type RemoveLineItemsFromCurrentCartRequest$1 as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$2 as RemoveLineItemsRequest, type RemoveLineItemsResponse$2 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$2 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$f as RestoreInfo, RuleType$5 as RuleType, type Scope$4 as Scope, type SecuredMedia$4 as SecuredMedia, type SelectedCarrierServiceOption$4 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$4 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$4 as SelectedCarrierServiceOptionPrices, type SelectedMembership$4 as SelectedMembership, type SelectedMemberships$4 as SelectedMemberships, type SelectedShippingOption$2 as SelectedShippingOption, type ServiceProperties$5 as ServiceProperties, Severity$3 as Severity, type ShippingInformation$4 as ShippingInformation, type ShippingOption$6 as ShippingOption, type ShippingPrice$6 as ShippingPrice, type ShippingRegion$6 as ShippingRegion, type StreetAddress$8 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, type SystemError$5 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 as TargetTargetTypeOneOf, type TaxBreakdown$4 as TaxBreakdown, type TaxCalculationDetails$4 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$4 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$4 as TaxRateBreakdown, type TaxSummary$6 as TaxSummary, type Title$3 as Title, type context$h_UpdateCartOptions as UpdateCartOptions, type UpdateCartRequest$1 as UpdateCartRequest, type UpdateCartResponse$1 as UpdateCartResponse, type UpdateCartResponseNonNullableFields$1 as UpdateCartResponseNonNullableFields, type UpdateCurrentCartLineItemQuantityRequest$1 as UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest$2 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$2 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$2 as UpdateLineItemsQuantityResponseNonNullableFields, type V1Coupon$1 as V1Coupon, type V1MerchantDiscount$1 as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$3 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$7 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, context$h_addToCart as addToCart, context$h_createCart as createCart, createCheckout$2 as createCheckout, context$h_deleteCart as deleteCart, context$h_estimateTotals as estimateTotals, context$h_getCart as getCart, onCartCreated$2 as onCartCreated, onCartDeleted$2 as onCartDeleted, onCartUpdated$2 as onCartUpdated, onCartCreated$3 as publicOnCartCreated, onCartDeleted$3 as publicOnCartDeleted, onCartUpdated$3 as publicOnCartUpdated, removeCoupon$2 as removeCoupon, removeLineItems$2 as removeLineItems, context$h_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
6147
|
+
export { type ActionEvent$f as ActionEvent, type context$h_AddToCartOptions as AddToCartOptions, type AddToCartRequest$1 as AddToCartRequest, type AddToCartResponse$1 as AddToCartResponse, type AddToCartResponseNonNullableFields$1 as AddToCartResponseNonNullableFields, type AddToCurrentCartAndEstimateTotalsRequest$1 as AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest$1 as AddToCurrentCartRequest, type AdditionalFee$6 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$d as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$2 as CalculatedLineItem, type CalculationErrors$5 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$5 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$5 as CarrierError, type CarrierErrors$5 as CarrierErrors, type CarrierServiceOption$4 as CarrierServiceOption, type Cart$1 as Cart, type CartCreatedEnvelope$1 as CartCreatedEnvelope, type CartDeletedEnvelope$1 as CartDeletedEnvelope, type CartDiscount$1 as CartDiscount, type CartDiscountDiscountSourceOneOf$1 as CartDiscountDiscountSourceOneOf, type CartNonNullableFields$1 as CartNonNullableFields, type CartUpdatedEnvelope$1 as CartUpdatedEnvelope, type CatalogOverrideFields$3 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$5 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type context$h_CreateCartOptions as CreateCartOptions, type CreateCartRequest$1 as CreateCartRequest, type CreateCartResponse$1 as CreateCartResponse, type CreateCartResponseNonNullableFields$1 as CreateCartResponseNonNullableFields, type CreateCheckoutFromCurrentCartRequest$1 as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions$1 as CreateCheckoutOptions, type CreateCheckoutRequest$2 as CreateCheckoutRequest, type CreateCheckoutResponse$2 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$2 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$4 as CustomLineItem, type DeleteCartRequest$1 as DeleteCartRequest, type DeleteCartResponse$1 as DeleteCartResponse, type DeleteCurrentCartRequest$1 as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 as DeliveryTimeSlot, type Description$3 as Description, type DescriptionLine$5 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$5 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$5 as DescriptionLineName, DescriptionLineType$5 as DescriptionLineType, type DescriptionLineValueOneOf$5 as DescriptionLineValueOneOf, type Details$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type context$h_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$d as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$4 as FileType, type FullAddressContactDetails$5 as FullAddressContactDetails, type GetCartByCheckoutIdRequest$1 as GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse$1 as GetCartByCheckoutIdResponse, type GetCartRequest$1 as GetCartRequest, type GetCartResponse$1 as GetCartResponse, type GetCartResponseNonNullableFields$1 as GetCartResponseNonNullableFields, type GetCurrentCartRequest$1 as GetCurrentCartRequest, type GetCurrentCartResponse$1 as GetCurrentCartResponse, type GetCurrentCartResponseNonNullableFields$1 as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$4 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f as IdentificationDataIdOneOf, type InvalidMembership$4 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 as ItemAvailabilityStatus, type ItemTaxFullDetails$6 as ItemTaxFullDetails, type ItemType$6 as ItemType, ItemTypeItemType$6 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$6 as ItemTypeItemTypeDataOneOf, JurisdictionType$6 as JurisdictionType, type LineItem$6 as LineItem, type LineItemDiscount$6 as LineItemDiscount, type LineItemPricesData$2 as LineItemPricesData, type LineItemQuantityUpdate$2 as LineItemQuantityUpdate, ManualCalculationReason$4 as ManualCalculationReason, type Membership$4 as Membership, type MembershipName$7 as MembershipName, type MembershipOptions$4 as MembershipOptions, type MembershipPaymentCredits$4 as MembershipPaymentCredits, type MerchantDiscount$6 as MerchantDiscount, type MerchantDiscountInput$3 as MerchantDiscountInput, type MessageEnvelope$f as MessageEnvelope, type MultiCurrencyPrice$4 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$4 as OtherCharge, PaymentOptionType$6 as PaymentOptionType, type PhysicalProperties$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type PriceDescription$5 as PriceDescription, type PriceSummary$6 as PriceSummary, type ProductName$5 as ProductName, RateType$4 as RateType, type RemoveCouponFromCurrentCartRequest$1 as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$2 as RemoveCouponRequest, type RemoveCouponResponse$2 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$2 as RemoveCouponResponseNonNullableFields, type RemoveLineItemsFromCurrentCartRequest$1 as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$2 as RemoveLineItemsRequest, type RemoveLineItemsResponse$2 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$2 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$f as RestoreInfo, RuleType$5 as RuleType, type Scope$4 as Scope, type SecuredMedia$4 as SecuredMedia, type SelectedCarrierServiceOption$4 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$4 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$4 as SelectedCarrierServiceOptionPrices, type SelectedMembership$4 as SelectedMembership, type SelectedMemberships$4 as SelectedMemberships, type SelectedShippingOption$2 as SelectedShippingOption, type ServiceProperties$5 as ServiceProperties, Severity$3 as Severity, type ShippingInformation$4 as ShippingInformation, type ShippingOption$6 as ShippingOption, type ShippingPrice$6 as ShippingPrice, type ShippingRegion$6 as ShippingRegion, type StreetAddress$8 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, type SystemError$5 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 as TargetTargetTypeOneOf, type TaxBreakdown$4 as TaxBreakdown, type TaxCalculationDetails$4 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$4 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$4 as TaxRateBreakdown, type TaxSummary$6 as TaxSummary, type TaxableAddress$3 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$3 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$3 as TaxableAddressType, type Title$3 as Title, type context$h_UpdateCartOptions as UpdateCartOptions, type UpdateCartRequest$1 as UpdateCartRequest, type UpdateCartResponse$1 as UpdateCartResponse, type UpdateCartResponseNonNullableFields$1 as UpdateCartResponseNonNullableFields, type UpdateCurrentCartLineItemQuantityRequest$1 as UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest$2 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$2 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$2 as UpdateLineItemsQuantityResponseNonNullableFields, type V1Coupon$1 as V1Coupon, type V1MerchantDiscount$1 as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$3 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$7 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, context$h_addToCart as addToCart, context$h_createCart as createCart, createCheckout$2 as createCheckout, context$h_deleteCart as deleteCart, context$h_estimateTotals as estimateTotals, context$h_getCart as getCart, onCartCreated$2 as onCartCreated, onCartDeleted$2 as onCartDeleted, onCartUpdated$2 as onCartUpdated, onCartCreated$3 as publicOnCartCreated, onCartDeleted$3 as publicOnCartDeleted, onCartUpdated$3 as publicOnCartUpdated, removeCoupon$2 as removeCoupon, removeLineItems$2 as removeLineItems, context$h_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
6129
6148
|
}
|
|
6130
6149
|
|
|
6131
6150
|
interface Cart {
|
|
@@ -6595,6 +6614,21 @@ interface CatalogOverrideFields$2 {
|
|
|
6595
6614
|
/** Item image. */
|
|
6596
6615
|
image?: string;
|
|
6597
6616
|
}
|
|
6617
|
+
interface TaxableAddress$2 extends TaxableAddressTaxableAddressDataOneOf$2 {
|
|
6618
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
6619
|
+
addressType?: TaxableAddressType$2;
|
|
6620
|
+
}
|
|
6621
|
+
/** @oneof */
|
|
6622
|
+
interface TaxableAddressTaxableAddressDataOneOf$2 {
|
|
6623
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
6624
|
+
addressType?: TaxableAddressType$2;
|
|
6625
|
+
}
|
|
6626
|
+
declare enum TaxableAddressType$2 {
|
|
6627
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
6628
|
+
BUSINESS = "BUSINESS",
|
|
6629
|
+
BILLING = "BILLING",
|
|
6630
|
+
SHIPPING = "SHIPPING"
|
|
6631
|
+
}
|
|
6598
6632
|
/** Buyer Info */
|
|
6599
6633
|
interface BuyerInfo$6 extends BuyerInfoIdOneOf$4 {
|
|
6600
6634
|
/**
|
|
@@ -7964,6 +7998,9 @@ interface CatalogOverrideFieldsNonNullableFields$2 {
|
|
|
7964
7998
|
physicalProperties?: PhysicalPropertiesNonNullableFields$4;
|
|
7965
7999
|
image: string;
|
|
7966
8000
|
}
|
|
8001
|
+
interface TaxableAddressNonNullableFields$1 {
|
|
8002
|
+
addressType: TaxableAddressType$2;
|
|
8003
|
+
}
|
|
7967
8004
|
interface LineItemNonNullableFields$1 {
|
|
7968
8005
|
quantity: number;
|
|
7969
8006
|
catalogReference?: CatalogReferenceNonNullableFields$4;
|
|
@@ -7989,6 +8026,7 @@ interface LineItemNonNullableFields$1 {
|
|
|
7989
8026
|
fixedQuantity: boolean;
|
|
7990
8027
|
catalogOverrideFields?: CatalogOverrideFieldsNonNullableFields$2;
|
|
7991
8028
|
savePaymentMethod: boolean;
|
|
8029
|
+
taxableAddress?: TaxableAddressNonNullableFields$1;
|
|
7992
8030
|
}
|
|
7993
8031
|
interface BuyerInfoNonNullableFields$3 {
|
|
7994
8032
|
visitorId: string;
|
|
@@ -8643,7 +8681,7 @@ declare const context$g_removeLineItemsFromCurrentCart: typeof removeLineItemsFr
|
|
|
8643
8681
|
declare const context$g_updateCurrentCart: typeof updateCurrentCart;
|
|
8644
8682
|
declare const context$g_updateCurrentCartLineItemQuantity: typeof updateCurrentCartLineItemQuantity;
|
|
8645
8683
|
declare namespace context$g {
|
|
8646
|
-
export { type ActionEvent$e as ActionEvent, type context$g_AddToCartRequest as AddToCartRequest, type context$g_AddToCartResponse as AddToCartResponse, type context$g_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type context$g_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type context$g_AddToCurrentCartOptions as AddToCurrentCartOptions, type context$g_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$8 as Address, type AddressLocation$7 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$9 as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$c as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type context$g_Cart as Cart, type context$g_CartCreatedEnvelope as CartCreatedEnvelope, type context$g_CartDeletedEnvelope as CartDeletedEnvelope, type context$g_CartDiscount as CartDiscount, type context$g_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type context$g_CartNonNullableFields as CartNonNullableFields, type context$g_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$4 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type context$g_CreateCartRequest as CreateCartRequest, type context$g_CreateCartResponse as CreateCartResponse, type context$g_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type context$g_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type context$g_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type context$g_DeleteCartRequest as DeleteCartRequest, type context$g_DeleteCartResponse as DeleteCartResponse, type context$g_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$5 as DeliveryLogistics, type DeliveryTimeSlot$5 as DeliveryTimeSlot, type Description$2 as Description, type DescriptionLine$4 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$4 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$4 as DescriptionLineName, DescriptionLineType$4 as DescriptionLineType, type DescriptionLineValueOneOf$4 as DescriptionLineValueOneOf, type Details$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$e as DomainEvent, type DomainEventBodyOneOf$e as DomainEventBodyOneOf, type Empty$9 as Empty, type EntityCreatedEvent$e as EntityCreatedEvent, type EntityDeletedEvent$e as EntityDeletedEvent, type EntityUpdatedEvent$e as EntityUpdatedEvent, type context$g_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type context$g_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type context$g_EstimateTotalsRequest as EstimateTotalsRequest, type context$g_EstimateTotalsResponse as EstimateTotalsResponse, type context$g_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$c as EventMetadata, type ExtendedFields$8 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type context$g_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type context$g_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type context$g_GetCartRequest as GetCartRequest, type context$g_GetCartResponse as GetCartResponse, type context$g_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type context$g_GetCurrentCartRequest as GetCurrentCartRequest, type context$g_GetCurrentCartResponse as GetCurrentCartResponse, type context$g_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$4 as GiftCard, type Group$3 as Group, type context$g_HostSelectedMembership as HostSelectedMembership, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$5 as ItemTaxFullDetails, type ItemType$5 as ItemType, ItemTypeItemType$5 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$5 as ItemTypeItemTypeDataOneOf, JurisdictionType$5 as JurisdictionType, type LineItem$5 as LineItem, type LineItemDiscount$5 as LineItemDiscount, type LineItemPricesData$1 as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$3 as ManualCalculationReason, type Membership$3 as Membership, type MembershipName$6 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$e as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$3 as OtherCharge, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$4 as ProductName, RateType$3 as RateType, type context$g_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type context$g_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$e as RestoreInfo, RuleType$4 as RuleType, type Scope$3 as Scope, type SecuredMedia$3 as SecuredMedia, type SelectedCarrierServiceOption$3 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$3 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$3 as SelectedCarrierServiceOptionPrices, type SelectedMembership$3 as SelectedMembership, type SelectedMemberships$3 as SelectedMemberships, type SelectedShippingOption$1 as SelectedShippingOption, type ServiceProperties$4 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$3 as ShippingInformation, type ShippingOption$5 as ShippingOption, type ShippingPrice$5 as ShippingPrice, type ShippingRegion$5 as ShippingRegion, type StreetAddress$7 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, type SystemError$4 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 as TargetTargetTypeOneOf, type TaxBreakdown$3 as TaxBreakdown, type TaxCalculationDetails$3 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$3 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$3 as TaxRateBreakdown, type TaxSummary$5 as TaxSummary, type Title$2 as Title, type context$g_UpdateCartRequest as UpdateCartRequest, type context$g_UpdateCartResponse as UpdateCartResponse, type context$g_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type context$g_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type context$g_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type context$g_V1Coupon as V1Coupon, type context$g_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$2 as Violation, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$6 as WeightUnit, type context$g__publicOnCartCreatedType as _publicOnCartCreatedType, type context$g__publicOnCartDeletedType as _publicOnCartDeletedType, type context$g__publicOnCartUpdatedType as _publicOnCartUpdatedType, context$g_addToCurrentCart as addToCurrentCart, context$g_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, context$g_deleteCurrentCart as deleteCurrentCart, context$g_estimateCurrentCartTotals as estimateCurrentCartTotals, context$g_getCurrentCart as getCurrentCart, context$g_onCartCreated as onCartCreated, context$g_onCartDeleted as onCartDeleted, context$g_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, context$g_removeCouponFromCurrentCart as removeCouponFromCurrentCart, context$g_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, context$g_updateCurrentCart as updateCurrentCart, context$g_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
8684
|
+
export { type ActionEvent$e as ActionEvent, type context$g_AddToCartRequest as AddToCartRequest, type context$g_AddToCartResponse as AddToCartResponse, type context$g_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type context$g_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type context$g_AddToCurrentCartOptions as AddToCurrentCartOptions, type context$g_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$8 as Address, type AddressLocation$7 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$9 as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$c as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type context$g_Cart as Cart, type context$g_CartCreatedEnvelope as CartCreatedEnvelope, type context$g_CartDeletedEnvelope as CartDeletedEnvelope, type context$g_CartDiscount as CartDiscount, type context$g_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type context$g_CartNonNullableFields as CartNonNullableFields, type context$g_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$4 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type context$g_CreateCartRequest as CreateCartRequest, type context$g_CreateCartResponse as CreateCartResponse, type context$g_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type context$g_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type context$g_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type context$g_DeleteCartRequest as DeleteCartRequest, type context$g_DeleteCartResponse as DeleteCartResponse, type context$g_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$5 as DeliveryLogistics, type DeliveryTimeSlot$5 as DeliveryTimeSlot, type Description$2 as Description, type DescriptionLine$4 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$4 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$4 as DescriptionLineName, DescriptionLineType$4 as DescriptionLineType, type DescriptionLineValueOneOf$4 as DescriptionLineValueOneOf, type Details$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$e as DomainEvent, type DomainEventBodyOneOf$e as DomainEventBodyOneOf, type Empty$9 as Empty, type EntityCreatedEvent$e as EntityCreatedEvent, type EntityDeletedEvent$e as EntityDeletedEvent, type EntityUpdatedEvent$e as EntityUpdatedEvent, type context$g_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type context$g_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type context$g_EstimateTotalsRequest as EstimateTotalsRequest, type context$g_EstimateTotalsResponse as EstimateTotalsResponse, type context$g_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$c as EventMetadata, type ExtendedFields$8 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type context$g_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type context$g_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type context$g_GetCartRequest as GetCartRequest, type context$g_GetCartResponse as GetCartResponse, type context$g_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type context$g_GetCurrentCartRequest as GetCurrentCartRequest, type context$g_GetCurrentCartResponse as GetCurrentCartResponse, type context$g_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$4 as GiftCard, type Group$3 as Group, type context$g_HostSelectedMembership as HostSelectedMembership, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$5 as ItemTaxFullDetails, type ItemType$5 as ItemType, ItemTypeItemType$5 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$5 as ItemTypeItemTypeDataOneOf, JurisdictionType$5 as JurisdictionType, type LineItem$5 as LineItem, type LineItemDiscount$5 as LineItemDiscount, type LineItemPricesData$1 as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$3 as ManualCalculationReason, type Membership$3 as Membership, type MembershipName$6 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$e as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$3 as OtherCharge, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$4 as ProductName, RateType$3 as RateType, type context$g_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type context$g_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$e as RestoreInfo, RuleType$4 as RuleType, type Scope$3 as Scope, type SecuredMedia$3 as SecuredMedia, type SelectedCarrierServiceOption$3 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$3 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$3 as SelectedCarrierServiceOptionPrices, type SelectedMembership$3 as SelectedMembership, type SelectedMemberships$3 as SelectedMemberships, type SelectedShippingOption$1 as SelectedShippingOption, type ServiceProperties$4 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$3 as ShippingInformation, type ShippingOption$5 as ShippingOption, type ShippingPrice$5 as ShippingPrice, type ShippingRegion$5 as ShippingRegion, type StreetAddress$7 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, type SystemError$4 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 as TargetTargetTypeOneOf, type TaxBreakdown$3 as TaxBreakdown, type TaxCalculationDetails$3 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$3 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$3 as TaxRateBreakdown, type TaxSummary$5 as TaxSummary, type TaxableAddress$2 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$2 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$2 as TaxableAddressType, type Title$2 as Title, type context$g_UpdateCartRequest as UpdateCartRequest, type context$g_UpdateCartResponse as UpdateCartResponse, type context$g_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type context$g_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type context$g_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type context$g_V1Coupon as V1Coupon, type context$g_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$2 as Violation, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$6 as WeightUnit, type context$g__publicOnCartCreatedType as _publicOnCartCreatedType, type context$g__publicOnCartDeletedType as _publicOnCartDeletedType, type context$g__publicOnCartUpdatedType as _publicOnCartUpdatedType, context$g_addToCurrentCart as addToCurrentCart, context$g_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, context$g_deleteCurrentCart as deleteCurrentCart, context$g_estimateCurrentCartTotals as estimateCurrentCartTotals, context$g_getCurrentCart as getCurrentCart, context$g_onCartCreated as onCartCreated, context$g_onCartDeleted as onCartDeleted, context$g_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, context$g_removeCouponFromCurrentCart as removeCouponFromCurrentCart, context$g_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, context$g_updateCurrentCart as updateCurrentCart, context$g_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
8647
8685
|
}
|
|
8648
8686
|
|
|
8649
8687
|
interface Checkout$1 {
|
|
@@ -9297,6 +9335,21 @@ interface CatalogOverrideFields$1 {
|
|
|
9297
9335
|
/** Item image. */
|
|
9298
9336
|
image?: string;
|
|
9299
9337
|
}
|
|
9338
|
+
interface TaxableAddress$1 extends TaxableAddressTaxableAddressDataOneOf$1 {
|
|
9339
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
9340
|
+
addressType?: TaxableAddressType$1;
|
|
9341
|
+
}
|
|
9342
|
+
/** @oneof */
|
|
9343
|
+
interface TaxableAddressTaxableAddressDataOneOf$1 {
|
|
9344
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
9345
|
+
addressType?: TaxableAddressType$1;
|
|
9346
|
+
}
|
|
9347
|
+
declare enum TaxableAddressType$1 {
|
|
9348
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
9349
|
+
BUSINESS = "BUSINESS",
|
|
9350
|
+
BILLING = "BILLING",
|
|
9351
|
+
SHIPPING = "SHIPPING"
|
|
9352
|
+
}
|
|
9300
9353
|
/** Billing Info and shipping details */
|
|
9301
9354
|
interface AddressWithContact$3 {
|
|
9302
9355
|
/** Address. */
|
|
@@ -11067,6 +11120,9 @@ interface CatalogOverrideFieldsNonNullableFields$1 {
|
|
|
11067
11120
|
physicalProperties?: PhysicalPropertiesNonNullableFields$3;
|
|
11068
11121
|
image: string;
|
|
11069
11122
|
}
|
|
11123
|
+
interface TaxableAddressNonNullableFields {
|
|
11124
|
+
addressType: TaxableAddressType$1;
|
|
11125
|
+
}
|
|
11070
11126
|
interface LineItemNonNullableFields {
|
|
11071
11127
|
quantity: number;
|
|
11072
11128
|
catalogReference?: CatalogReferenceNonNullableFields$3;
|
|
@@ -11096,6 +11152,7 @@ interface LineItemNonNullableFields {
|
|
|
11096
11152
|
priceUndetermined: boolean;
|
|
11097
11153
|
fixedQuantity: boolean;
|
|
11098
11154
|
savePaymentMethod: boolean;
|
|
11155
|
+
taxableAddress?: TaxableAddressNonNullableFields;
|
|
11099
11156
|
}
|
|
11100
11157
|
interface StreetAddressNonNullableFields$5 {
|
|
11101
11158
|
number: string;
|
|
@@ -12035,7 +12092,7 @@ declare const context$f_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
|
|
|
12035
12092
|
declare const context$f_updateCheckout: typeof updateCheckout;
|
|
12036
12093
|
declare const context$f_updateLineItemsQuantity: typeof updateLineItemsQuantity;
|
|
12037
12094
|
declare namespace context$f {
|
|
12038
|
-
export { type ActionEvent$d as ActionEvent, type context$f_AddToCheckoutOptions as AddToCheckoutOptions, type context$f_AddToCheckoutRequest as AddToCheckoutRequest, type context$f_AddToCheckoutResponse as AddToCheckoutResponse, type context$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type context$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, context$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type context$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$f_CommonVatId as CommonVatId, context$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$f_CreateCheckoutOptions as CreateCheckoutOptions, type context$f_CreateCheckoutRequest as CreateCheckoutRequest, type context$f_CreateCheckoutResponse as CreateCheckoutResponse, type context$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type context$f_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, context$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type context$f_DoublePaymentErrorData as DoublePaymentErrorData, type context$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type context$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$f_GetCheckoutRequest as GetCheckoutRequest, type context$f_GetCheckoutResponse as GetCheckoutResponse, type context$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type context$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type context$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type context$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$f_RedeemErrorData as RedeemErrorData, type context$f_RemoveCouponRequest as RemoveCouponRequest, type context$f_RemoveCouponResponse as RemoveCouponResponse, type context$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type context$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type context$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type context$f_Subscription as Subscription, type context$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type Title$1 as Title, type Totals$1 as Totals, type context$f_UpdateCheckout as UpdateCheckout, type context$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$f_V1BuyerInfo as V1BuyerInfo, type context$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$f_V1ShippingInfo as V1ShippingInfo, type context$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type context$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$f_addToCheckout as addToCheckout, context$f_createCheckout as createCheckout, createOrder$2 as createOrder, context$f_getCheckout as getCheckout, context$f_getCheckoutByCartId as getCheckoutByCartId, context$f_getCheckoutUrl as getCheckoutUrl, context$f_markCheckoutAsCompleted as markCheckoutAsCompleted, context$f_onCheckoutCompleted as onCheckoutCompleted, context$f_onCheckoutCreated as onCheckoutCreated, context$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$f_removeCoupon as removeCoupon, context$f_removeGiftCard as removeGiftCard, context$f_removeLineItems as removeLineItems, context$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$f_updateCheckout as updateCheckout, context$f_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
12095
|
+
export { type ActionEvent$d as ActionEvent, type context$f_AddToCheckoutOptions as AddToCheckoutOptions, type context$f_AddToCheckoutRequest as AddToCheckoutRequest, type context$f_AddToCheckoutResponse as AddToCheckoutResponse, type context$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type context$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, context$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type context$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$f_CommonVatId as CommonVatId, context$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$f_CreateCheckoutOptions as CreateCheckoutOptions, type context$f_CreateCheckoutRequest as CreateCheckoutRequest, type context$f_CreateCheckoutResponse as CreateCheckoutResponse, type context$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type context$f_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, context$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type context$f_DoublePaymentErrorData as DoublePaymentErrorData, type context$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type context$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$f_GetCheckoutRequest as GetCheckoutRequest, type context$f_GetCheckoutResponse as GetCheckoutResponse, type context$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type context$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type context$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type context$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$f_RedeemErrorData as RedeemErrorData, type context$f_RemoveCouponRequest as RemoveCouponRequest, type context$f_RemoveCouponResponse as RemoveCouponResponse, type context$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type context$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type context$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type context$f_Subscription as Subscription, type context$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type Title$1 as Title, type Totals$1 as Totals, type context$f_UpdateCheckout as UpdateCheckout, type context$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$f_V1BuyerInfo as V1BuyerInfo, type context$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$f_V1ShippingInfo as V1ShippingInfo, type context$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type context$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$f_addToCheckout as addToCheckout, context$f_createCheckout as createCheckout, createOrder$2 as createOrder, context$f_getCheckout as getCheckout, context$f_getCheckoutByCartId as getCheckoutByCartId, context$f_getCheckoutUrl as getCheckoutUrl, context$f_markCheckoutAsCompleted as markCheckoutAsCompleted, context$f_onCheckoutCompleted as onCheckoutCompleted, context$f_onCheckoutCreated as onCheckoutCreated, context$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$f_removeCoupon as removeCoupon, context$f_removeGiftCard as removeGiftCard, context$f_removeLineItems as removeLineItems, context$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$f_updateCheckout as updateCheckout, context$f_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
12039
12096
|
}
|
|
12040
12097
|
|
|
12041
12098
|
interface CheckoutSettings {
|
|
@@ -13486,6 +13543,21 @@ interface Group$1 {
|
|
|
13486
13543
|
/** Item ID (when the coupon scope is limited to just one item). */
|
|
13487
13544
|
entityId?: string | null;
|
|
13488
13545
|
}
|
|
13546
|
+
interface TaxableAddress extends TaxableAddressTaxableAddressDataOneOf {
|
|
13547
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
13548
|
+
addressType?: TaxableAddressType;
|
|
13549
|
+
}
|
|
13550
|
+
/** @oneof */
|
|
13551
|
+
interface TaxableAddressTaxableAddressDataOneOf {
|
|
13552
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
13553
|
+
addressType?: TaxableAddressType;
|
|
13554
|
+
}
|
|
13555
|
+
declare enum TaxableAddressType {
|
|
13556
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
13557
|
+
BUSINESS = "BUSINESS",
|
|
13558
|
+
BILLING = "BILLING",
|
|
13559
|
+
SHIPPING = "SHIPPING"
|
|
13560
|
+
}
|
|
13489
13561
|
/** Billing Info and shipping details */
|
|
13490
13562
|
interface AddressWithContact$2 {
|
|
13491
13563
|
/** Address. */
|
|
@@ -14872,6 +14944,10 @@ declare const context$d_Severity: typeof Severity;
|
|
|
14872
14944
|
type context$d_Target = Target;
|
|
14873
14945
|
type context$d_TargetLineItem = TargetLineItem;
|
|
14874
14946
|
type context$d_TargetTargetTypeOneOf = TargetTargetTypeOneOf;
|
|
14947
|
+
type context$d_TaxableAddress = TaxableAddress;
|
|
14948
|
+
type context$d_TaxableAddressTaxableAddressDataOneOf = TaxableAddressTaxableAddressDataOneOf;
|
|
14949
|
+
type context$d_TaxableAddressType = TaxableAddressType;
|
|
14950
|
+
declare const context$d_TaxableAddressType: typeof TaxableAddressType;
|
|
14875
14951
|
type context$d_Title = Title;
|
|
14876
14952
|
type context$d_UpdateCheckoutTemplate = UpdateCheckoutTemplate;
|
|
14877
14953
|
type context$d_UpdateCheckoutTemplateRequest = UpdateCheckoutTemplateRequest;
|
|
@@ -14896,7 +14972,7 @@ declare const context$d_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
|
|
|
14896
14972
|
declare const context$d_queryCheckoutTemplates: typeof queryCheckoutTemplates;
|
|
14897
14973
|
declare const context$d_updateCheckoutTemplate: typeof updateCheckoutTemplate;
|
|
14898
14974
|
declare namespace context$d {
|
|
14899
|
-
export { type ActionEvent$b as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$7 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type context$d_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$2 as ChargeType, type context$d_Checkout as Checkout, type context$d_CheckoutCustomization as CheckoutCustomization, type context$d_CheckoutTemplate as CheckoutTemplate, type context$d_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$d_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$d_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$d_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$d_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$d_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$d_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$d_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$d_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$d_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$d_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$d_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$d_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$d_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$d_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$d_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$d_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$8 as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type CursorQuery$6 as CursorQuery, type CursorQueryPagingMethodOneOf$6 as CursorQueryPagingMethodOneOf, type Cursors$8 as Cursors, type context$d_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$d_CustomSettings as CustomSettings, type context$d_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$d_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type context$d_Description as Description, type DescriptionLine$2 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$2 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$2 as DescriptionLineName, DescriptionLineType$2 as DescriptionLineType, type DescriptionLineValueOneOf$2 as DescriptionLineValueOneOf, type Details$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$b as DomainEvent, type DomainEventBodyOneOf$b as DomainEventBodyOneOf, type EntityCreatedEvent$b as EntityCreatedEvent, type EntityDeletedEvent$b as EntityDeletedEvent, type EntityUpdatedEvent$b as EntityUpdatedEvent, type EventMetadata$9 as EventMetadata, type ExtendedFields$6 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$2 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$2 as FullAddressContactDetails, type context$d_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$d_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$d_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$2 as GiftCard, type Group$1 as Group, type context$d_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$d_ItemAvailabilityInfo as ItemAvailabilityInfo, context$d_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$4 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$b as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, context$d_NameInLineItem as NameInLineItem, context$d_NameInOther as NameInOther, type context$d_Other as Other, type OtherCharge$1 as OtherCharge, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$3 as PhysicalProperties, type PickupDetails$4 as PickupDetails, PickupMethod$3 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type context$d_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$d_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$d_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$d_RawHttpResponse as RawHttpResponse, type context$d_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$b as RestoreInfo, RuleType$2 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, context$d_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, Status$1 as Status, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, type SystemError$2 as SystemError, type context$d_Target as Target, type context$d_TargetLineItem as TargetLineItem, type context$d_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type context$d_Title as Title, type context$d_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$d_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$d_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$d_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$d_V1LineItem as V1LineItem, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, type context$d_Violation as Violation, type context$d_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$4 as WeightUnit, type context$d__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type context$d__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type context$d__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type context$d__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, context$d_createAndRedirectToCheckout as createAndRedirectToCheckout, context$d_createCheckoutFromTemplate as createCheckoutFromTemplate, context$d_createCheckoutTemplate as createCheckoutTemplate, context$d_deleteCheckoutTemplate as deleteCheckoutTemplate, context$d_getCheckoutTemplate as getCheckoutTemplate, context$d_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$d_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$d_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$d_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, context$d_queryCheckoutTemplates as queryCheckoutTemplates, context$d_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
14975
|
+
export { type ActionEvent$b as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$7 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type context$d_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$2 as ChargeType, type context$d_Checkout as Checkout, type context$d_CheckoutCustomization as CheckoutCustomization, type context$d_CheckoutTemplate as CheckoutTemplate, type context$d_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type context$d_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type context$d_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type context$d_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type context$d_CheckoutTemplateUsed as CheckoutTemplateUsed, type context$d_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type context$d_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type context$d_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type context$d_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type context$d_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type context$d_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type context$d_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type context$d_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type context$d_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type context$d_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type context$d_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type context$d_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$8 as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type CursorQuery$6 as CursorQuery, type CursorQueryPagingMethodOneOf$6 as CursorQueryPagingMethodOneOf, type Cursors$8 as Cursors, type context$d_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type context$d_CustomSettings as CustomSettings, type context$d_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type context$d_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type context$d_Description as Description, type DescriptionLine$2 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$2 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$2 as DescriptionLineName, DescriptionLineType$2 as DescriptionLineType, type DescriptionLineValueOneOf$2 as DescriptionLineValueOneOf, type Details$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$b as DomainEvent, type DomainEventBodyOneOf$b as DomainEventBodyOneOf, type EntityCreatedEvent$b as EntityCreatedEvent, type EntityDeletedEvent$b as EntityDeletedEvent, type EntityUpdatedEvent$b as EntityUpdatedEvent, type EventMetadata$9 as EventMetadata, type ExtendedFields$6 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$2 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$2 as FullAddressContactDetails, type context$d_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type context$d_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type context$d_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$2 as GiftCard, type Group$1 as Group, type context$d_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type context$d_ItemAvailabilityInfo as ItemAvailabilityInfo, context$d_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$4 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$b as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, context$d_NameInLineItem as NameInLineItem, context$d_NameInOther as NameInOther, type context$d_Other as Other, type OtherCharge$1 as OtherCharge, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$3 as PhysicalProperties, type PickupDetails$4 as PickupDetails, PickupMethod$3 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type context$d_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type context$d_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type context$d_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type context$d_RawHttpResponse as RawHttpResponse, type context$d_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$b as RestoreInfo, RuleType$2 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, context$d_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, Status$1 as Status, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, type SystemError$2 as SystemError, type context$d_Target as Target, type context$d_TargetLineItem as TargetLineItem, type context$d_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type context$d_TaxableAddress as TaxableAddress, type context$d_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, context$d_TaxableAddressType as TaxableAddressType, type context$d_Title as Title, type context$d_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type context$d_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type context$d_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type context$d_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type context$d_V1LineItem as V1LineItem, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, type context$d_Violation as Violation, type context$d_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$4 as WeightUnit, type context$d__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type context$d__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type context$d__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type context$d__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, context$d_createAndRedirectToCheckout as createAndRedirectToCheckout, context$d_createCheckoutFromTemplate as createCheckoutFromTemplate, context$d_createCheckoutTemplate as createCheckoutTemplate, context$d_deleteCheckoutTemplate as deleteCheckoutTemplate, context$d_getCheckoutTemplate as getCheckoutTemplate, context$d_onCheckoutTemplateCreated as onCheckoutTemplateCreated, context$d_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, context$d_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, context$d_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, context$d_queryCheckoutTemplates as queryCheckoutTemplates, context$d_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
14900
14976
|
}
|
|
14901
14977
|
|
|
14902
14978
|
/**
|
|
@@ -4000,6 +4000,21 @@ interface CatalogOverrideFields$3 {
|
|
|
4000
4000
|
/** Item image. */
|
|
4001
4001
|
image?: string;
|
|
4002
4002
|
}
|
|
4003
|
+
interface TaxableAddress$3 extends TaxableAddressTaxableAddressDataOneOf$3 {
|
|
4004
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
4005
|
+
addressType?: TaxableAddressType$3;
|
|
4006
|
+
}
|
|
4007
|
+
/** @oneof */
|
|
4008
|
+
interface TaxableAddressTaxableAddressDataOneOf$3 {
|
|
4009
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
4010
|
+
addressType?: TaxableAddressType$3;
|
|
4011
|
+
}
|
|
4012
|
+
declare enum TaxableAddressType$3 {
|
|
4013
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
4014
|
+
BUSINESS = "BUSINESS",
|
|
4015
|
+
BILLING = "BILLING",
|
|
4016
|
+
SHIPPING = "SHIPPING"
|
|
4017
|
+
}
|
|
4003
4018
|
/** Buyer Info */
|
|
4004
4019
|
interface BuyerInfo$7 extends BuyerInfoIdOneOf$5 {
|
|
4005
4020
|
/**
|
|
@@ -5369,6 +5384,9 @@ interface CatalogOverrideFieldsNonNullableFields$3 {
|
|
|
5369
5384
|
physicalProperties?: PhysicalPropertiesNonNullableFields$5;
|
|
5370
5385
|
image: string;
|
|
5371
5386
|
}
|
|
5387
|
+
interface TaxableAddressNonNullableFields$2 {
|
|
5388
|
+
addressType: TaxableAddressType$3;
|
|
5389
|
+
}
|
|
5372
5390
|
interface LineItemNonNullableFields$2 {
|
|
5373
5391
|
quantity: number;
|
|
5374
5392
|
catalogReference?: CatalogReferenceNonNullableFields$5;
|
|
@@ -5394,6 +5412,7 @@ interface LineItemNonNullableFields$2 {
|
|
|
5394
5412
|
fixedQuantity: boolean;
|
|
5395
5413
|
catalogOverrideFields?: CatalogOverrideFieldsNonNullableFields$3;
|
|
5396
5414
|
savePaymentMethod: boolean;
|
|
5415
|
+
taxableAddress?: TaxableAddressNonNullableFields$2;
|
|
5397
5416
|
}
|
|
5398
5417
|
interface BuyerInfoNonNullableFields$4 {
|
|
5399
5418
|
visitorId: string;
|
|
@@ -6125,7 +6144,7 @@ declare const index_d$h_estimateTotals: typeof estimateTotals;
|
|
|
6125
6144
|
declare const index_d$h_getCart: typeof getCart;
|
|
6126
6145
|
declare const index_d$h_updateCart: typeof updateCart;
|
|
6127
6146
|
declare namespace index_d$h {
|
|
6128
|
-
export { type ActionEvent$f as ActionEvent, type index_d$h_AddToCartOptions as AddToCartOptions, type AddToCartRequest$1 as AddToCartRequest, type AddToCartResponse$1 as AddToCartResponse, type AddToCartResponseNonNullableFields$1 as AddToCartResponseNonNullableFields, type AddToCurrentCartAndEstimateTotalsRequest$1 as AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest$1 as AddToCurrentCartRequest, type AdditionalFee$6 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$d as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$2 as CalculatedLineItem, type CalculationErrors$5 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$5 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$5 as CarrierError, type CarrierErrors$5 as CarrierErrors, type CarrierServiceOption$4 as CarrierServiceOption, type Cart$1 as Cart, type CartCreatedEnvelope$1 as CartCreatedEnvelope, type CartDeletedEnvelope$1 as CartDeletedEnvelope, type CartDiscount$1 as CartDiscount, type CartDiscountDiscountSourceOneOf$1 as CartDiscountDiscountSourceOneOf, type CartNonNullableFields$1 as CartNonNullableFields, type CartUpdatedEnvelope$1 as CartUpdatedEnvelope, type CatalogOverrideFields$3 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$5 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type index_d$h_CreateCartOptions as CreateCartOptions, type CreateCartRequest$1 as CreateCartRequest, type CreateCartResponse$1 as CreateCartResponse, type CreateCartResponseNonNullableFields$1 as CreateCartResponseNonNullableFields, type CreateCheckoutFromCurrentCartRequest$1 as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions$1 as CreateCheckoutOptions, type CreateCheckoutRequest$2 as CreateCheckoutRequest, type CreateCheckoutResponse$2 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$2 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$4 as CustomLineItem, type DeleteCartRequest$1 as DeleteCartRequest, type DeleteCartResponse$1 as DeleteCartResponse, type DeleteCurrentCartRequest$1 as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 as DeliveryTimeSlot, type Description$3 as Description, type DescriptionLine$5 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$5 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$5 as DescriptionLineName, DescriptionLineType$5 as DescriptionLineType, type DescriptionLineValueOneOf$5 as DescriptionLineValueOneOf, type Details$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type index_d$h_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$d as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$4 as FileType, type FullAddressContactDetails$5 as FullAddressContactDetails, type GetCartByCheckoutIdRequest$1 as GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse$1 as GetCartByCheckoutIdResponse, type GetCartRequest$1 as GetCartRequest, type GetCartResponse$1 as GetCartResponse, type GetCartResponseNonNullableFields$1 as GetCartResponseNonNullableFields, type GetCurrentCartRequest$1 as GetCurrentCartRequest, type GetCurrentCartResponse$1 as GetCurrentCartResponse, type GetCurrentCartResponseNonNullableFields$1 as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$4 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f as IdentificationDataIdOneOf, type InvalidMembership$4 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 as ItemAvailabilityStatus, type ItemTaxFullDetails$6 as ItemTaxFullDetails, type ItemType$6 as ItemType, ItemTypeItemType$6 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$6 as ItemTypeItemTypeDataOneOf, JurisdictionType$6 as JurisdictionType, type LineItem$6 as LineItem, type LineItemDiscount$6 as LineItemDiscount, type LineItemPricesData$2 as LineItemPricesData, type LineItemQuantityUpdate$2 as LineItemQuantityUpdate, ManualCalculationReason$4 as ManualCalculationReason, type Membership$4 as Membership, type MembershipName$7 as MembershipName, type MembershipOptions$4 as MembershipOptions, type MembershipPaymentCredits$4 as MembershipPaymentCredits, type MerchantDiscount$6 as MerchantDiscount, type MerchantDiscountInput$3 as MerchantDiscountInput, type MessageEnvelope$f as MessageEnvelope, type MultiCurrencyPrice$4 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$4 as OtherCharge, PaymentOptionType$6 as PaymentOptionType, type PhysicalProperties$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type PriceDescription$5 as PriceDescription, type PriceSummary$6 as PriceSummary, type ProductName$5 as ProductName, RateType$4 as RateType, type RemoveCouponFromCurrentCartRequest$1 as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$2 as RemoveCouponRequest, type RemoveCouponResponse$2 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$2 as RemoveCouponResponseNonNullableFields, type RemoveLineItemsFromCurrentCartRequest$1 as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$2 as RemoveLineItemsRequest, type RemoveLineItemsResponse$2 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$2 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$f as RestoreInfo, RuleType$5 as RuleType, type Scope$4 as Scope, type SecuredMedia$4 as SecuredMedia, type SelectedCarrierServiceOption$4 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$4 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$4 as SelectedCarrierServiceOptionPrices, type SelectedMembership$4 as SelectedMembership, type SelectedMemberships$4 as SelectedMemberships, type SelectedShippingOption$2 as SelectedShippingOption, type ServiceProperties$5 as ServiceProperties, Severity$3 as Severity, type ShippingInformation$4 as ShippingInformation, type ShippingOption$6 as ShippingOption, type ShippingPrice$6 as ShippingPrice, type ShippingRegion$6 as ShippingRegion, type StreetAddress$8 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, type SystemError$5 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 as TargetTargetTypeOneOf, type TaxBreakdown$4 as TaxBreakdown, type TaxCalculationDetails$4 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$4 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$4 as TaxRateBreakdown, type TaxSummary$6 as TaxSummary, type Title$3 as Title, type index_d$h_UpdateCartOptions as UpdateCartOptions, type UpdateCartRequest$1 as UpdateCartRequest, type UpdateCartResponse$1 as UpdateCartResponse, type UpdateCartResponseNonNullableFields$1 as UpdateCartResponseNonNullableFields, type UpdateCurrentCartLineItemQuantityRequest$1 as UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest$2 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$2 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$2 as UpdateLineItemsQuantityResponseNonNullableFields, type V1Coupon$1 as V1Coupon, type V1MerchantDiscount$1 as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$3 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$7 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, index_d$h_addToCart as addToCart, index_d$h_createCart as createCart, createCheckout$2 as createCheckout, index_d$h_deleteCart as deleteCart, index_d$h_estimateTotals as estimateTotals, index_d$h_getCart as getCart, onCartCreated$2 as onCartCreated, onCartDeleted$2 as onCartDeleted, onCartUpdated$2 as onCartUpdated, onCartCreated$3 as publicOnCartCreated, onCartDeleted$3 as publicOnCartDeleted, onCartUpdated$3 as publicOnCartUpdated, removeCoupon$2 as removeCoupon, removeLineItems$2 as removeLineItems, index_d$h_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
6147
|
+
export { type ActionEvent$f as ActionEvent, type index_d$h_AddToCartOptions as AddToCartOptions, type AddToCartRequest$1 as AddToCartRequest, type AddToCartResponse$1 as AddToCartResponse, type AddToCartResponseNonNullableFields$1 as AddToCartResponseNonNullableFields, type AddToCurrentCartAndEstimateTotalsRequest$1 as AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest$1 as AddToCurrentCartRequest, type AdditionalFee$6 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$d as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$2 as CalculatedLineItem, type CalculationErrors$5 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$5 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$5 as CarrierError, type CarrierErrors$5 as CarrierErrors, type CarrierServiceOption$4 as CarrierServiceOption, type Cart$1 as Cart, type CartCreatedEnvelope$1 as CartCreatedEnvelope, type CartDeletedEnvelope$1 as CartDeletedEnvelope, type CartDiscount$1 as CartDiscount, type CartDiscountDiscountSourceOneOf$1 as CartDiscountDiscountSourceOneOf, type CartNonNullableFields$1 as CartNonNullableFields, type CartUpdatedEnvelope$1 as CartUpdatedEnvelope, type CatalogOverrideFields$3 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$5 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type index_d$h_CreateCartOptions as CreateCartOptions, type CreateCartRequest$1 as CreateCartRequest, type CreateCartResponse$1 as CreateCartResponse, type CreateCartResponseNonNullableFields$1 as CreateCartResponseNonNullableFields, type CreateCheckoutFromCurrentCartRequest$1 as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions$1 as CreateCheckoutOptions, type CreateCheckoutRequest$2 as CreateCheckoutRequest, type CreateCheckoutResponse$2 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$2 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$4 as CustomLineItem, type DeleteCartRequest$1 as DeleteCartRequest, type DeleteCartResponse$1 as DeleteCartResponse, type DeleteCurrentCartRequest$1 as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 as DeliveryTimeSlot, type Description$3 as Description, type DescriptionLine$5 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$5 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$5 as DescriptionLineName, DescriptionLineType$5 as DescriptionLineType, type DescriptionLineValueOneOf$5 as DescriptionLineValueOneOf, type Details$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type index_d$h_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$d as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$4 as FileType, type FullAddressContactDetails$5 as FullAddressContactDetails, type GetCartByCheckoutIdRequest$1 as GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse$1 as GetCartByCheckoutIdResponse, type GetCartRequest$1 as GetCartRequest, type GetCartResponse$1 as GetCartResponse, type GetCartResponseNonNullableFields$1 as GetCartResponseNonNullableFields, type GetCurrentCartRequest$1 as GetCurrentCartRequest, type GetCurrentCartResponse$1 as GetCurrentCartResponse, type GetCurrentCartResponseNonNullableFields$1 as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$4 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f as IdentificationDataIdOneOf, type InvalidMembership$4 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 as ItemAvailabilityStatus, type ItemTaxFullDetails$6 as ItemTaxFullDetails, type ItemType$6 as ItemType, ItemTypeItemType$6 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$6 as ItemTypeItemTypeDataOneOf, JurisdictionType$6 as JurisdictionType, type LineItem$6 as LineItem, type LineItemDiscount$6 as LineItemDiscount, type LineItemPricesData$2 as LineItemPricesData, type LineItemQuantityUpdate$2 as LineItemQuantityUpdate, ManualCalculationReason$4 as ManualCalculationReason, type Membership$4 as Membership, type MembershipName$7 as MembershipName, type MembershipOptions$4 as MembershipOptions, type MembershipPaymentCredits$4 as MembershipPaymentCredits, type MerchantDiscount$6 as MerchantDiscount, type MerchantDiscountInput$3 as MerchantDiscountInput, type MessageEnvelope$f as MessageEnvelope, type MultiCurrencyPrice$4 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$4 as OtherCharge, PaymentOptionType$6 as PaymentOptionType, type PhysicalProperties$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type PriceDescription$5 as PriceDescription, type PriceSummary$6 as PriceSummary, type ProductName$5 as ProductName, RateType$4 as RateType, type RemoveCouponFromCurrentCartRequest$1 as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$2 as RemoveCouponRequest, type RemoveCouponResponse$2 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$2 as RemoveCouponResponseNonNullableFields, type RemoveLineItemsFromCurrentCartRequest$1 as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$2 as RemoveLineItemsRequest, type RemoveLineItemsResponse$2 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$2 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$f as RestoreInfo, RuleType$5 as RuleType, type Scope$4 as Scope, type SecuredMedia$4 as SecuredMedia, type SelectedCarrierServiceOption$4 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$4 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$4 as SelectedCarrierServiceOptionPrices, type SelectedMembership$4 as SelectedMembership, type SelectedMemberships$4 as SelectedMemberships, type SelectedShippingOption$2 as SelectedShippingOption, type ServiceProperties$5 as ServiceProperties, Severity$3 as Severity, type ShippingInformation$4 as ShippingInformation, type ShippingOption$6 as ShippingOption, type ShippingPrice$6 as ShippingPrice, type ShippingRegion$6 as ShippingRegion, type StreetAddress$8 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, type SystemError$5 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 as TargetTargetTypeOneOf, type TaxBreakdown$4 as TaxBreakdown, type TaxCalculationDetails$4 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$4 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$4 as TaxRateBreakdown, type TaxSummary$6 as TaxSummary, type TaxableAddress$3 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$3 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$3 as TaxableAddressType, type Title$3 as Title, type index_d$h_UpdateCartOptions as UpdateCartOptions, type UpdateCartRequest$1 as UpdateCartRequest, type UpdateCartResponse$1 as UpdateCartResponse, type UpdateCartResponseNonNullableFields$1 as UpdateCartResponseNonNullableFields, type UpdateCurrentCartLineItemQuantityRequest$1 as UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest$2 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$2 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$2 as UpdateLineItemsQuantityResponseNonNullableFields, type V1Coupon$1 as V1Coupon, type V1MerchantDiscount$1 as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$3 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$7 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, index_d$h_addToCart as addToCart, index_d$h_createCart as createCart, createCheckout$2 as createCheckout, index_d$h_deleteCart as deleteCart, index_d$h_estimateTotals as estimateTotals, index_d$h_getCart as getCart, onCartCreated$2 as onCartCreated, onCartDeleted$2 as onCartDeleted, onCartUpdated$2 as onCartUpdated, onCartCreated$3 as publicOnCartCreated, onCartDeleted$3 as publicOnCartDeleted, onCartUpdated$3 as publicOnCartUpdated, removeCoupon$2 as removeCoupon, removeLineItems$2 as removeLineItems, index_d$h_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
6129
6148
|
}
|
|
6130
6149
|
|
|
6131
6150
|
interface Cart {
|
|
@@ -6595,6 +6614,21 @@ interface CatalogOverrideFields$2 {
|
|
|
6595
6614
|
/** Item image. */
|
|
6596
6615
|
image?: string;
|
|
6597
6616
|
}
|
|
6617
|
+
interface TaxableAddress$2 extends TaxableAddressTaxableAddressDataOneOf$2 {
|
|
6618
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
6619
|
+
addressType?: TaxableAddressType$2;
|
|
6620
|
+
}
|
|
6621
|
+
/** @oneof */
|
|
6622
|
+
interface TaxableAddressTaxableAddressDataOneOf$2 {
|
|
6623
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
6624
|
+
addressType?: TaxableAddressType$2;
|
|
6625
|
+
}
|
|
6626
|
+
declare enum TaxableAddressType$2 {
|
|
6627
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
6628
|
+
BUSINESS = "BUSINESS",
|
|
6629
|
+
BILLING = "BILLING",
|
|
6630
|
+
SHIPPING = "SHIPPING"
|
|
6631
|
+
}
|
|
6598
6632
|
/** Buyer Info */
|
|
6599
6633
|
interface BuyerInfo$6 extends BuyerInfoIdOneOf$4 {
|
|
6600
6634
|
/**
|
|
@@ -7964,6 +7998,9 @@ interface CatalogOverrideFieldsNonNullableFields$2 {
|
|
|
7964
7998
|
physicalProperties?: PhysicalPropertiesNonNullableFields$4;
|
|
7965
7999
|
image: string;
|
|
7966
8000
|
}
|
|
8001
|
+
interface TaxableAddressNonNullableFields$1 {
|
|
8002
|
+
addressType: TaxableAddressType$2;
|
|
8003
|
+
}
|
|
7967
8004
|
interface LineItemNonNullableFields$1 {
|
|
7968
8005
|
quantity: number;
|
|
7969
8006
|
catalogReference?: CatalogReferenceNonNullableFields$4;
|
|
@@ -7989,6 +8026,7 @@ interface LineItemNonNullableFields$1 {
|
|
|
7989
8026
|
fixedQuantity: boolean;
|
|
7990
8027
|
catalogOverrideFields?: CatalogOverrideFieldsNonNullableFields$2;
|
|
7991
8028
|
savePaymentMethod: boolean;
|
|
8029
|
+
taxableAddress?: TaxableAddressNonNullableFields$1;
|
|
7992
8030
|
}
|
|
7993
8031
|
interface BuyerInfoNonNullableFields$3 {
|
|
7994
8032
|
visitorId: string;
|
|
@@ -8643,7 +8681,7 @@ declare const index_d$g_removeLineItemsFromCurrentCart: typeof removeLineItemsFr
|
|
|
8643
8681
|
declare const index_d$g_updateCurrentCart: typeof updateCurrentCart;
|
|
8644
8682
|
declare const index_d$g_updateCurrentCartLineItemQuantity: typeof updateCurrentCartLineItemQuantity;
|
|
8645
8683
|
declare namespace index_d$g {
|
|
8646
|
-
export { type ActionEvent$e as ActionEvent, type index_d$g_AddToCartRequest as AddToCartRequest, type index_d$g_AddToCartResponse as AddToCartResponse, type index_d$g_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type index_d$g_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type index_d$g_AddToCurrentCartOptions as AddToCurrentCartOptions, type index_d$g_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$8 as Address, type AddressLocation$7 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$9 as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$c as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type index_d$g_Cart as Cart, type index_d$g_CartCreatedEnvelope as CartCreatedEnvelope, type index_d$g_CartDeletedEnvelope as CartDeletedEnvelope, type index_d$g_CartDiscount as CartDiscount, type index_d$g_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type index_d$g_CartNonNullableFields as CartNonNullableFields, type index_d$g_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$4 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type index_d$g_CreateCartRequest as CreateCartRequest, type index_d$g_CreateCartResponse as CreateCartResponse, type index_d$g_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type index_d$g_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type index_d$g_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type index_d$g_DeleteCartRequest as DeleteCartRequest, type index_d$g_DeleteCartResponse as DeleteCartResponse, type index_d$g_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$5 as DeliveryLogistics, type DeliveryTimeSlot$5 as DeliveryTimeSlot, type Description$2 as Description, type DescriptionLine$4 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$4 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$4 as DescriptionLineName, DescriptionLineType$4 as DescriptionLineType, type DescriptionLineValueOneOf$4 as DescriptionLineValueOneOf, type Details$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$e as DomainEvent, type DomainEventBodyOneOf$e as DomainEventBodyOneOf, type Empty$9 as Empty, type EntityCreatedEvent$e as EntityCreatedEvent, type EntityDeletedEvent$e as EntityDeletedEvent, type EntityUpdatedEvent$e as EntityUpdatedEvent, type index_d$g_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type index_d$g_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type index_d$g_EstimateTotalsRequest as EstimateTotalsRequest, type index_d$g_EstimateTotalsResponse as EstimateTotalsResponse, type index_d$g_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$c as EventMetadata, type ExtendedFields$8 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type index_d$g_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type index_d$g_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type index_d$g_GetCartRequest as GetCartRequest, type index_d$g_GetCartResponse as GetCartResponse, type index_d$g_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type index_d$g_GetCurrentCartRequest as GetCurrentCartRequest, type index_d$g_GetCurrentCartResponse as GetCurrentCartResponse, type index_d$g_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$4 as GiftCard, type Group$3 as Group, type index_d$g_HostSelectedMembership as HostSelectedMembership, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$5 as ItemTaxFullDetails, type ItemType$5 as ItemType, ItemTypeItemType$5 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$5 as ItemTypeItemTypeDataOneOf, JurisdictionType$5 as JurisdictionType, type LineItem$5 as LineItem, type LineItemDiscount$5 as LineItemDiscount, type LineItemPricesData$1 as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$3 as ManualCalculationReason, type Membership$3 as Membership, type MembershipName$6 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$e as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$3 as OtherCharge, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$4 as ProductName, RateType$3 as RateType, type index_d$g_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type index_d$g_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$e as RestoreInfo, RuleType$4 as RuleType, type Scope$3 as Scope, type SecuredMedia$3 as SecuredMedia, type SelectedCarrierServiceOption$3 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$3 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$3 as SelectedCarrierServiceOptionPrices, type SelectedMembership$3 as SelectedMembership, type SelectedMemberships$3 as SelectedMemberships, type SelectedShippingOption$1 as SelectedShippingOption, type ServiceProperties$4 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$3 as ShippingInformation, type ShippingOption$5 as ShippingOption, type ShippingPrice$5 as ShippingPrice, type ShippingRegion$5 as ShippingRegion, type StreetAddress$7 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, type SystemError$4 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 as TargetTargetTypeOneOf, type TaxBreakdown$3 as TaxBreakdown, type TaxCalculationDetails$3 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$3 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$3 as TaxRateBreakdown, type TaxSummary$5 as TaxSummary, type Title$2 as Title, type index_d$g_UpdateCartRequest as UpdateCartRequest, type index_d$g_UpdateCartResponse as UpdateCartResponse, type index_d$g_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type index_d$g_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type index_d$g_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$g_V1Coupon as V1Coupon, type index_d$g_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$2 as Violation, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$6 as WeightUnit, type index_d$g__publicOnCartCreatedType as _publicOnCartCreatedType, type index_d$g__publicOnCartDeletedType as _publicOnCartDeletedType, type index_d$g__publicOnCartUpdatedType as _publicOnCartUpdatedType, index_d$g_addToCurrentCart as addToCurrentCart, index_d$g_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, index_d$g_deleteCurrentCart as deleteCurrentCart, index_d$g_estimateCurrentCartTotals as estimateCurrentCartTotals, index_d$g_getCurrentCart as getCurrentCart, index_d$g_onCartCreated as onCartCreated, index_d$g_onCartDeleted as onCartDeleted, index_d$g_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, index_d$g_removeCouponFromCurrentCart as removeCouponFromCurrentCart, index_d$g_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, index_d$g_updateCurrentCart as updateCurrentCart, index_d$g_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
8684
|
+
export { type ActionEvent$e as ActionEvent, type index_d$g_AddToCartRequest as AddToCartRequest, type index_d$g_AddToCartResponse as AddToCartResponse, type index_d$g_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type index_d$g_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type index_d$g_AddToCurrentCartOptions as AddToCurrentCartOptions, type index_d$g_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$8 as Address, type AddressLocation$7 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$9 as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$c as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type index_d$g_Cart as Cart, type index_d$g_CartCreatedEnvelope as CartCreatedEnvelope, type index_d$g_CartDeletedEnvelope as CartDeletedEnvelope, type index_d$g_CartDiscount as CartDiscount, type index_d$g_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type index_d$g_CartNonNullableFields as CartNonNullableFields, type index_d$g_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$4 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type index_d$g_CreateCartRequest as CreateCartRequest, type index_d$g_CreateCartResponse as CreateCartResponse, type index_d$g_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type index_d$g_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type index_d$g_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type index_d$g_DeleteCartRequest as DeleteCartRequest, type index_d$g_DeleteCartResponse as DeleteCartResponse, type index_d$g_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$5 as DeliveryLogistics, type DeliveryTimeSlot$5 as DeliveryTimeSlot, type Description$2 as Description, type DescriptionLine$4 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$4 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$4 as DescriptionLineName, DescriptionLineType$4 as DescriptionLineType, type DescriptionLineValueOneOf$4 as DescriptionLineValueOneOf, type Details$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$e as DomainEvent, type DomainEventBodyOneOf$e as DomainEventBodyOneOf, type Empty$9 as Empty, type EntityCreatedEvent$e as EntityCreatedEvent, type EntityDeletedEvent$e as EntityDeletedEvent, type EntityUpdatedEvent$e as EntityUpdatedEvent, type index_d$g_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type index_d$g_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type index_d$g_EstimateTotalsRequest as EstimateTotalsRequest, type index_d$g_EstimateTotalsResponse as EstimateTotalsResponse, type index_d$g_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$c as EventMetadata, type ExtendedFields$8 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type index_d$g_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type index_d$g_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type index_d$g_GetCartRequest as GetCartRequest, type index_d$g_GetCartResponse as GetCartResponse, type index_d$g_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type index_d$g_GetCurrentCartRequest as GetCurrentCartRequest, type index_d$g_GetCurrentCartResponse as GetCurrentCartResponse, type index_d$g_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$4 as GiftCard, type Group$3 as Group, type index_d$g_HostSelectedMembership as HostSelectedMembership, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$5 as ItemTaxFullDetails, type ItemType$5 as ItemType, ItemTypeItemType$5 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$5 as ItemTypeItemTypeDataOneOf, JurisdictionType$5 as JurisdictionType, type LineItem$5 as LineItem, type LineItemDiscount$5 as LineItemDiscount, type LineItemPricesData$1 as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$3 as ManualCalculationReason, type Membership$3 as Membership, type MembershipName$6 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$e as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$3 as OtherCharge, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$4 as ProductName, RateType$3 as RateType, type index_d$g_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type index_d$g_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$e as RestoreInfo, RuleType$4 as RuleType, type Scope$3 as Scope, type SecuredMedia$3 as SecuredMedia, type SelectedCarrierServiceOption$3 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$3 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$3 as SelectedCarrierServiceOptionPrices, type SelectedMembership$3 as SelectedMembership, type SelectedMemberships$3 as SelectedMemberships, type SelectedShippingOption$1 as SelectedShippingOption, type ServiceProperties$4 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$3 as ShippingInformation, type ShippingOption$5 as ShippingOption, type ShippingPrice$5 as ShippingPrice, type ShippingRegion$5 as ShippingRegion, type StreetAddress$7 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, type SystemError$4 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 as TargetTargetTypeOneOf, type TaxBreakdown$3 as TaxBreakdown, type TaxCalculationDetails$3 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$3 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$3 as TaxRateBreakdown, type TaxSummary$5 as TaxSummary, type TaxableAddress$2 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$2 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$2 as TaxableAddressType, type Title$2 as Title, type index_d$g_UpdateCartRequest as UpdateCartRequest, type index_d$g_UpdateCartResponse as UpdateCartResponse, type index_d$g_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type index_d$g_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type index_d$g_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$g_V1Coupon as V1Coupon, type index_d$g_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$2 as Violation, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$6 as WeightUnit, type index_d$g__publicOnCartCreatedType as _publicOnCartCreatedType, type index_d$g__publicOnCartDeletedType as _publicOnCartDeletedType, type index_d$g__publicOnCartUpdatedType as _publicOnCartUpdatedType, index_d$g_addToCurrentCart as addToCurrentCart, index_d$g_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, index_d$g_deleteCurrentCart as deleteCurrentCart, index_d$g_estimateCurrentCartTotals as estimateCurrentCartTotals, index_d$g_getCurrentCart as getCurrentCart, index_d$g_onCartCreated as onCartCreated, index_d$g_onCartDeleted as onCartDeleted, index_d$g_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, index_d$g_removeCouponFromCurrentCart as removeCouponFromCurrentCart, index_d$g_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, index_d$g_updateCurrentCart as updateCurrentCart, index_d$g_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
8647
8685
|
}
|
|
8648
8686
|
|
|
8649
8687
|
interface Checkout$1 {
|
|
@@ -9297,6 +9335,21 @@ interface CatalogOverrideFields$1 {
|
|
|
9297
9335
|
/** Item image. */
|
|
9298
9336
|
image?: string;
|
|
9299
9337
|
}
|
|
9338
|
+
interface TaxableAddress$1 extends TaxableAddressTaxableAddressDataOneOf$1 {
|
|
9339
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
9340
|
+
addressType?: TaxableAddressType$1;
|
|
9341
|
+
}
|
|
9342
|
+
/** @oneof */
|
|
9343
|
+
interface TaxableAddressTaxableAddressDataOneOf$1 {
|
|
9344
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
9345
|
+
addressType?: TaxableAddressType$1;
|
|
9346
|
+
}
|
|
9347
|
+
declare enum TaxableAddressType$1 {
|
|
9348
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
9349
|
+
BUSINESS = "BUSINESS",
|
|
9350
|
+
BILLING = "BILLING",
|
|
9351
|
+
SHIPPING = "SHIPPING"
|
|
9352
|
+
}
|
|
9300
9353
|
/** Billing Info and shipping details */
|
|
9301
9354
|
interface AddressWithContact$3 {
|
|
9302
9355
|
/** Address. */
|
|
@@ -11067,6 +11120,9 @@ interface CatalogOverrideFieldsNonNullableFields$1 {
|
|
|
11067
11120
|
physicalProperties?: PhysicalPropertiesNonNullableFields$3;
|
|
11068
11121
|
image: string;
|
|
11069
11122
|
}
|
|
11123
|
+
interface TaxableAddressNonNullableFields {
|
|
11124
|
+
addressType: TaxableAddressType$1;
|
|
11125
|
+
}
|
|
11070
11126
|
interface LineItemNonNullableFields {
|
|
11071
11127
|
quantity: number;
|
|
11072
11128
|
catalogReference?: CatalogReferenceNonNullableFields$3;
|
|
@@ -11096,6 +11152,7 @@ interface LineItemNonNullableFields {
|
|
|
11096
11152
|
priceUndetermined: boolean;
|
|
11097
11153
|
fixedQuantity: boolean;
|
|
11098
11154
|
savePaymentMethod: boolean;
|
|
11155
|
+
taxableAddress?: TaxableAddressNonNullableFields;
|
|
11099
11156
|
}
|
|
11100
11157
|
interface StreetAddressNonNullableFields$5 {
|
|
11101
11158
|
number: string;
|
|
@@ -12035,7 +12092,7 @@ declare const index_d$f_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
|
|
|
12035
12092
|
declare const index_d$f_updateCheckout: typeof updateCheckout;
|
|
12036
12093
|
declare const index_d$f_updateLineItemsQuantity: typeof updateLineItemsQuantity;
|
|
12037
12094
|
declare namespace index_d$f {
|
|
12038
|
-
export { type ActionEvent$d as ActionEvent, type index_d$f_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$f_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$f_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type index_d$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, index_d$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type index_d$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$f_CommonVatId as CommonVatId, index_d$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type index_d$f_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$f_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$f_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type index_d$f_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, index_d$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type index_d$f_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type index_d$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$f_GetCheckoutRequest as GetCheckoutRequest, type index_d$f_GetCheckoutResponse as GetCheckoutResponse, type index_d$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type index_d$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type index_d$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type index_d$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type index_d$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type index_d$f_RedeemErrorData as RedeemErrorData, type index_d$f_RemoveCouponRequest as RemoveCouponRequest, type index_d$f_RemoveCouponResponse as RemoveCouponResponse, type index_d$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type index_d$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type index_d$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type index_d$f_Subscription as Subscription, type index_d$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type Title$1 as Title, type Totals$1 as Totals, type index_d$f_UpdateCheckout as UpdateCheckout, type index_d$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$f_V1BuyerInfo as V1BuyerInfo, type index_d$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$f_V1ShippingInfo as V1ShippingInfo, type index_d$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type index_d$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type index_d$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type index_d$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type index_d$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, index_d$f_addToCheckout as addToCheckout, index_d$f_createCheckout as createCheckout, createOrder$2 as createOrder, index_d$f_getCheckout as getCheckout, index_d$f_getCheckoutByCartId as getCheckoutByCartId, index_d$f_getCheckoutUrl as getCheckoutUrl, index_d$f_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$f_onCheckoutCompleted as onCheckoutCompleted, index_d$f_onCheckoutCreated as onCheckoutCreated, index_d$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, index_d$f_removeCoupon as removeCoupon, index_d$f_removeGiftCard as removeGiftCard, index_d$f_removeLineItems as removeLineItems, index_d$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$f_updateCheckout as updateCheckout, index_d$f_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
12095
|
+
export { type ActionEvent$d as ActionEvent, type index_d$f_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$f_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$f_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type index_d$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, index_d$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type index_d$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$f_CommonVatId as CommonVatId, index_d$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type index_d$f_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$f_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$f_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type index_d$f_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, index_d$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type index_d$f_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type index_d$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$f_GetCheckoutRequest as GetCheckoutRequest, type index_d$f_GetCheckoutResponse as GetCheckoutResponse, type index_d$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type index_d$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type index_d$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type index_d$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type index_d$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type index_d$f_RedeemErrorData as RedeemErrorData, type index_d$f_RemoveCouponRequest as RemoveCouponRequest, type index_d$f_RemoveCouponResponse as RemoveCouponResponse, type index_d$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type index_d$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type index_d$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type index_d$f_Subscription as Subscription, type index_d$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type Title$1 as Title, type Totals$1 as Totals, type index_d$f_UpdateCheckout as UpdateCheckout, type index_d$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$f_V1BuyerInfo as V1BuyerInfo, type index_d$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$f_V1ShippingInfo as V1ShippingInfo, type index_d$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type index_d$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type index_d$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type index_d$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type index_d$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, index_d$f_addToCheckout as addToCheckout, index_d$f_createCheckout as createCheckout, createOrder$2 as createOrder, index_d$f_getCheckout as getCheckout, index_d$f_getCheckoutByCartId as getCheckoutByCartId, index_d$f_getCheckoutUrl as getCheckoutUrl, index_d$f_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$f_onCheckoutCompleted as onCheckoutCompleted, index_d$f_onCheckoutCreated as onCheckoutCreated, index_d$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, index_d$f_removeCoupon as removeCoupon, index_d$f_removeGiftCard as removeGiftCard, index_d$f_removeLineItems as removeLineItems, index_d$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$f_updateCheckout as updateCheckout, index_d$f_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
12039
12096
|
}
|
|
12040
12097
|
|
|
12041
12098
|
interface CheckoutSettings {
|
|
@@ -13486,6 +13543,21 @@ interface Group$1 {
|
|
|
13486
13543
|
/** Item ID (when the coupon scope is limited to just one item). */
|
|
13487
13544
|
entityId?: string | null;
|
|
13488
13545
|
}
|
|
13546
|
+
interface TaxableAddress extends TaxableAddressTaxableAddressDataOneOf {
|
|
13547
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
13548
|
+
addressType?: TaxableAddressType;
|
|
13549
|
+
}
|
|
13550
|
+
/** @oneof */
|
|
13551
|
+
interface TaxableAddressTaxableAddressDataOneOf {
|
|
13552
|
+
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
13553
|
+
addressType?: TaxableAddressType;
|
|
13554
|
+
}
|
|
13555
|
+
declare enum TaxableAddressType {
|
|
13556
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
13557
|
+
BUSINESS = "BUSINESS",
|
|
13558
|
+
BILLING = "BILLING",
|
|
13559
|
+
SHIPPING = "SHIPPING"
|
|
13560
|
+
}
|
|
13489
13561
|
/** Billing Info and shipping details */
|
|
13490
13562
|
interface AddressWithContact$2 {
|
|
13491
13563
|
/** Address. */
|
|
@@ -14872,6 +14944,10 @@ declare const index_d$d_Severity: typeof Severity;
|
|
|
14872
14944
|
type index_d$d_Target = Target;
|
|
14873
14945
|
type index_d$d_TargetLineItem = TargetLineItem;
|
|
14874
14946
|
type index_d$d_TargetTargetTypeOneOf = TargetTargetTypeOneOf;
|
|
14947
|
+
type index_d$d_TaxableAddress = TaxableAddress;
|
|
14948
|
+
type index_d$d_TaxableAddressTaxableAddressDataOneOf = TaxableAddressTaxableAddressDataOneOf;
|
|
14949
|
+
type index_d$d_TaxableAddressType = TaxableAddressType;
|
|
14950
|
+
declare const index_d$d_TaxableAddressType: typeof TaxableAddressType;
|
|
14875
14951
|
type index_d$d_Title = Title;
|
|
14876
14952
|
type index_d$d_UpdateCheckoutTemplate = UpdateCheckoutTemplate;
|
|
14877
14953
|
type index_d$d_UpdateCheckoutTemplateRequest = UpdateCheckoutTemplateRequest;
|
|
@@ -14896,7 +14972,7 @@ declare const index_d$d_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
|
|
|
14896
14972
|
declare const index_d$d_queryCheckoutTemplates: typeof queryCheckoutTemplates;
|
|
14897
14973
|
declare const index_d$d_updateCheckoutTemplate: typeof updateCheckoutTemplate;
|
|
14898
14974
|
declare namespace index_d$d {
|
|
14899
|
-
export { type ActionEvent$b as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$7 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type index_d$d_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$2 as ChargeType, type index_d$d_Checkout as Checkout, type index_d$d_CheckoutCustomization as CheckoutCustomization, type index_d$d_CheckoutTemplate as CheckoutTemplate, type index_d$d_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type index_d$d_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type index_d$d_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type index_d$d_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type index_d$d_CheckoutTemplateUsed as CheckoutTemplateUsed, type index_d$d_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type index_d$d_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type index_d$d_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type index_d$d_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type index_d$d_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type index_d$d_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type index_d$d_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type index_d$d_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type index_d$d_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type index_d$d_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type index_d$d_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type index_d$d_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$8 as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type CursorQuery$6 as CursorQuery, type CursorQueryPagingMethodOneOf$6 as CursorQueryPagingMethodOneOf, type Cursors$8 as Cursors, type index_d$d_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type index_d$d_CustomSettings as CustomSettings, type index_d$d_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type index_d$d_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type index_d$d_Description as Description, type DescriptionLine$2 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$2 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$2 as DescriptionLineName, DescriptionLineType$2 as DescriptionLineType, type DescriptionLineValueOneOf$2 as DescriptionLineValueOneOf, type Details$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$b as DomainEvent, type DomainEventBodyOneOf$b as DomainEventBodyOneOf, type EntityCreatedEvent$b as EntityCreatedEvent, type EntityDeletedEvent$b as EntityDeletedEvent, type EntityUpdatedEvent$b as EntityUpdatedEvent, type EventMetadata$9 as EventMetadata, type ExtendedFields$6 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$2 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$2 as FullAddressContactDetails, type index_d$d_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type index_d$d_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type index_d$d_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$2 as GiftCard, type Group$1 as Group, type index_d$d_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type index_d$d_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$d_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$4 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$b as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, index_d$d_NameInLineItem as NameInLineItem, index_d$d_NameInOther as NameInOther, type index_d$d_Other as Other, type OtherCharge$1 as OtherCharge, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$3 as PhysicalProperties, type PickupDetails$4 as PickupDetails, PickupMethod$3 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type index_d$d_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type index_d$d_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type index_d$d_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type index_d$d_RawHttpResponse as RawHttpResponse, type index_d$d_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$b as RestoreInfo, RuleType$2 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, index_d$d_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, Status$1 as Status, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, type SystemError$2 as SystemError, type index_d$d_Target as Target, type index_d$d_TargetLineItem as TargetLineItem, type index_d$d_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type index_d$d_Title as Title, type index_d$d_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type index_d$d_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type index_d$d_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type index_d$d_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type index_d$d_V1LineItem as V1LineItem, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, type index_d$d_Violation as Violation, type index_d$d_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$4 as WeightUnit, type index_d$d__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type index_d$d__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type index_d$d__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type index_d$d__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, index_d$d_createAndRedirectToCheckout as createAndRedirectToCheckout, index_d$d_createCheckoutFromTemplate as createCheckoutFromTemplate, index_d$d_createCheckoutTemplate as createCheckoutTemplate, index_d$d_deleteCheckoutTemplate as deleteCheckoutTemplate, index_d$d_getCheckoutTemplate as getCheckoutTemplate, index_d$d_onCheckoutTemplateCreated as onCheckoutTemplateCreated, index_d$d_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, index_d$d_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, index_d$d_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, index_d$d_queryCheckoutTemplates as queryCheckoutTemplates, index_d$d_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
14975
|
+
export { type ActionEvent$b as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$7 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type index_d$d_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$3 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$2 as ChargeType, type index_d$d_Checkout as Checkout, type index_d$d_CheckoutCustomization as CheckoutCustomization, type index_d$d_CheckoutTemplate as CheckoutTemplate, type index_d$d_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type index_d$d_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type index_d$d_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type index_d$d_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type index_d$d_CheckoutTemplateUsed as CheckoutTemplateUsed, type index_d$d_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type index_d$d_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type index_d$d_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type index_d$d_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type index_d$d_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type index_d$d_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type index_d$d_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type index_d$d_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type index_d$d_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type index_d$d_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type index_d$d_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type index_d$d_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$8 as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type CursorQuery$6 as CursorQuery, type CursorQueryPagingMethodOneOf$6 as CursorQueryPagingMethodOneOf, type Cursors$8 as Cursors, type index_d$d_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type index_d$d_CustomSettings as CustomSettings, type index_d$d_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type index_d$d_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type index_d$d_Description as Description, type DescriptionLine$2 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$2 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$2 as DescriptionLineName, DescriptionLineType$2 as DescriptionLineType, type DescriptionLineValueOneOf$2 as DescriptionLineValueOneOf, type Details$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$b as DomainEvent, type DomainEventBodyOneOf$b as DomainEventBodyOneOf, type EntityCreatedEvent$b as EntityCreatedEvent, type EntityDeletedEvent$b as EntityDeletedEvent, type EntityUpdatedEvent$b as EntityUpdatedEvent, type EventMetadata$9 as EventMetadata, type ExtendedFields$6 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$2 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$2 as FullAddressContactDetails, type index_d$d_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type index_d$d_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type index_d$d_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$2 as GiftCard, type Group$1 as Group, type index_d$d_HeadersEntry as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type index_d$d_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$d_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$4 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$b as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, index_d$d_NameInLineItem as NameInLineItem, index_d$d_NameInOther as NameInOther, type index_d$d_Other as Other, type OtherCharge$1 as OtherCharge, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$3 as PhysicalProperties, type PickupDetails$4 as PickupDetails, PickupMethod$3 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type index_d$d_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type index_d$d_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type index_d$d_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type index_d$d_RawHttpResponse as RawHttpResponse, type index_d$d_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$b as RestoreInfo, RuleType$2 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, index_d$d_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, Status$1 as Status, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, type SystemError$2 as SystemError, type index_d$d_Target as Target, type index_d$d_TargetLineItem as TargetLineItem, type index_d$d_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type index_d$d_TaxableAddress as TaxableAddress, type index_d$d_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, index_d$d_TaxableAddressType as TaxableAddressType, type index_d$d_Title as Title, type index_d$d_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type index_d$d_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type index_d$d_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type index_d$d_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type index_d$d_V1LineItem as V1LineItem, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, type index_d$d_Violation as Violation, type index_d$d_WebClientCustomization as WebClientCustomization, WebhookIdentityType$b as WebhookIdentityType, WeightUnit$4 as WeightUnit, type index_d$d__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type index_d$d__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type index_d$d__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type index_d$d__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, index_d$d_createAndRedirectToCheckout as createAndRedirectToCheckout, index_d$d_createCheckoutFromTemplate as createCheckoutFromTemplate, index_d$d_createCheckoutTemplate as createCheckoutTemplate, index_d$d_deleteCheckoutTemplate as deleteCheckoutTemplate, index_d$d_getCheckoutTemplate as getCheckoutTemplate, index_d$d_onCheckoutTemplateCreated as onCheckoutTemplateCreated, index_d$d_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, index_d$d_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, index_d$d_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, index_d$d_queryCheckoutTemplates as queryCheckoutTemplates, index_d$d_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
14900
14976
|
}
|
|
14901
14977
|
|
|
14902
14978
|
/**
|
|
@@ -3345,6 +3345,12 @@ interface Image$6 {
|
|
|
3345
3345
|
/** Image filename. Optional. */
|
|
3346
3346
|
filename?: string | null;
|
|
3347
3347
|
}
|
|
3348
|
+
declare enum TaxableAddressType$5 {
|
|
3349
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
3350
|
+
BUSINESS = "BUSINESS",
|
|
3351
|
+
BILLING = "BILLING",
|
|
3352
|
+
SHIPPING = "SHIPPING"
|
|
3353
|
+
}
|
|
3348
3354
|
/** Buyer Info */
|
|
3349
3355
|
interface BuyerInfo$9 extends BuyerInfoIdOneOf$9 {
|
|
3350
3356
|
/**
|
|
@@ -4463,6 +4469,9 @@ interface CatalogOverrideFieldsNonNullableFields$7 {
|
|
|
4463
4469
|
physicalProperties?: PhysicalPropertiesNonNullableFields$b;
|
|
4464
4470
|
image?: ImageNonNullableFields$7;
|
|
4465
4471
|
}
|
|
4472
|
+
interface TaxableAddressNonNullableFields$5 {
|
|
4473
|
+
addressType: TaxableAddressType$5;
|
|
4474
|
+
}
|
|
4466
4475
|
interface LineItemNonNullableFields$5 {
|
|
4467
4476
|
quantity: number;
|
|
4468
4477
|
catalogReference?: CatalogReferenceNonNullableFields$b;
|
|
@@ -4488,6 +4497,7 @@ interface LineItemNonNullableFields$5 {
|
|
|
4488
4497
|
fixedQuantity: boolean;
|
|
4489
4498
|
catalogOverrideFields?: CatalogOverrideFieldsNonNullableFields$7;
|
|
4490
4499
|
savePaymentMethod: boolean;
|
|
4500
|
+
taxableAddress?: TaxableAddressNonNullableFields$5;
|
|
4491
4501
|
}
|
|
4492
4502
|
interface BuyerInfoNonNullableFields$9 {
|
|
4493
4503
|
visitorId: string;
|
|
@@ -5233,6 +5243,12 @@ interface CatalogOverrideFields$6 {
|
|
|
5233
5243
|
/** Item image. */
|
|
5234
5244
|
image?: string;
|
|
5235
5245
|
}
|
|
5246
|
+
declare enum TaxableAddressType$4 {
|
|
5247
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
5248
|
+
BUSINESS = "BUSINESS",
|
|
5249
|
+
BILLING = "BILLING",
|
|
5250
|
+
SHIPPING = "SHIPPING"
|
|
5251
|
+
}
|
|
5236
5252
|
/** Buyer Info */
|
|
5237
5253
|
interface BuyerInfo$8 extends BuyerInfoIdOneOf$8 {
|
|
5238
5254
|
/**
|
|
@@ -6340,6 +6356,9 @@ interface CatalogOverrideFieldsNonNullableFields$6 {
|
|
|
6340
6356
|
physicalProperties?: PhysicalPropertiesNonNullableFields$a;
|
|
6341
6357
|
image: string;
|
|
6342
6358
|
}
|
|
6359
|
+
interface TaxableAddressNonNullableFields$4 {
|
|
6360
|
+
addressType: TaxableAddressType$4;
|
|
6361
|
+
}
|
|
6343
6362
|
interface LineItemNonNullableFields$4 {
|
|
6344
6363
|
quantity: number;
|
|
6345
6364
|
catalogReference?: CatalogReferenceNonNullableFields$a;
|
|
@@ -6365,6 +6384,7 @@ interface LineItemNonNullableFields$4 {
|
|
|
6365
6384
|
fixedQuantity: boolean;
|
|
6366
6385
|
catalogOverrideFields?: CatalogOverrideFieldsNonNullableFields$6;
|
|
6367
6386
|
savePaymentMethod: boolean;
|
|
6387
|
+
taxableAddress?: TaxableAddressNonNullableFields$4;
|
|
6368
6388
|
}
|
|
6369
6389
|
interface BuyerInfoNonNullableFields$8 {
|
|
6370
6390
|
visitorId: string;
|
|
@@ -7225,6 +7245,12 @@ interface Image$5 {
|
|
|
7225
7245
|
/** Image filename. Optional. */
|
|
7226
7246
|
filename?: string | null;
|
|
7227
7247
|
}
|
|
7248
|
+
declare enum TaxableAddressType$3 {
|
|
7249
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
7250
|
+
BUSINESS = "BUSINESS",
|
|
7251
|
+
BILLING = "BILLING",
|
|
7252
|
+
SHIPPING = "SHIPPING"
|
|
7253
|
+
}
|
|
7228
7254
|
/** Buyer Info */
|
|
7229
7255
|
interface BuyerInfo$7 extends BuyerInfoIdOneOf$7 {
|
|
7230
7256
|
/**
|
|
@@ -8306,6 +8332,9 @@ interface CatalogOverrideFieldsNonNullableFields$5 {
|
|
|
8306
8332
|
physicalProperties?: PhysicalPropertiesNonNullableFields$9;
|
|
8307
8333
|
image?: ImageNonNullableFields$6;
|
|
8308
8334
|
}
|
|
8335
|
+
interface TaxableAddressNonNullableFields$3 {
|
|
8336
|
+
addressType: TaxableAddressType$3;
|
|
8337
|
+
}
|
|
8309
8338
|
interface LineItemNonNullableFields$3 {
|
|
8310
8339
|
quantity: number;
|
|
8311
8340
|
catalogReference?: CatalogReferenceNonNullableFields$9;
|
|
@@ -8331,6 +8360,7 @@ interface LineItemNonNullableFields$3 {
|
|
|
8331
8360
|
fixedQuantity: boolean;
|
|
8332
8361
|
catalogOverrideFields?: CatalogOverrideFieldsNonNullableFields$5;
|
|
8333
8362
|
savePaymentMethod: boolean;
|
|
8363
|
+
taxableAddress?: TaxableAddressNonNullableFields$3;
|
|
8334
8364
|
}
|
|
8335
8365
|
interface BuyerInfoNonNullableFields$7 {
|
|
8336
8366
|
visitorId: string;
|
|
@@ -9073,6 +9103,12 @@ interface CatalogOverrideFields$4 {
|
|
|
9073
9103
|
/** Item image. */
|
|
9074
9104
|
image?: string;
|
|
9075
9105
|
}
|
|
9106
|
+
declare enum TaxableAddressType$2 {
|
|
9107
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
9108
|
+
BUSINESS = "BUSINESS",
|
|
9109
|
+
BILLING = "BILLING",
|
|
9110
|
+
SHIPPING = "SHIPPING"
|
|
9111
|
+
}
|
|
9076
9112
|
/** Buyer Info */
|
|
9077
9113
|
interface BuyerInfo$6 extends BuyerInfoIdOneOf$6 {
|
|
9078
9114
|
/**
|
|
@@ -10143,6 +10179,9 @@ interface CatalogOverrideFieldsNonNullableFields$4 {
|
|
|
10143
10179
|
physicalProperties?: PhysicalPropertiesNonNullableFields$8;
|
|
10144
10180
|
image: string;
|
|
10145
10181
|
}
|
|
10182
|
+
interface TaxableAddressNonNullableFields$2 {
|
|
10183
|
+
addressType: TaxableAddressType$2;
|
|
10184
|
+
}
|
|
10146
10185
|
interface LineItemNonNullableFields$2 {
|
|
10147
10186
|
quantity: number;
|
|
10148
10187
|
catalogReference?: CatalogReferenceNonNullableFields$8;
|
|
@@ -10168,6 +10207,7 @@ interface LineItemNonNullableFields$2 {
|
|
|
10168
10207
|
fixedQuantity: boolean;
|
|
10169
10208
|
catalogOverrideFields?: CatalogOverrideFieldsNonNullableFields$4;
|
|
10170
10209
|
savePaymentMethod: boolean;
|
|
10210
|
+
taxableAddress?: TaxableAddressNonNullableFields$2;
|
|
10171
10211
|
}
|
|
10172
10212
|
interface BuyerInfoNonNullableFields$6 {
|
|
10173
10213
|
visitorId: string;
|
|
@@ -11144,6 +11184,12 @@ interface Image$4 {
|
|
|
11144
11184
|
/** Image filename. Optional. */
|
|
11145
11185
|
filename?: string | null;
|
|
11146
11186
|
}
|
|
11187
|
+
declare enum TaxableAddressType$1 {
|
|
11188
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
11189
|
+
BUSINESS = "BUSINESS",
|
|
11190
|
+
BILLING = "BILLING",
|
|
11191
|
+
SHIPPING = "SHIPPING"
|
|
11192
|
+
}
|
|
11147
11193
|
/** Billing Info and shipping details */
|
|
11148
11194
|
interface AddressWithContact$5 {
|
|
11149
11195
|
/** Address. */
|
|
@@ -12313,6 +12359,9 @@ interface CatalogOverrideFieldsNonNullableFields$3 {
|
|
|
12313
12359
|
physicalProperties?: PhysicalPropertiesNonNullableFields$7;
|
|
12314
12360
|
image?: ImageNonNullableFields$5;
|
|
12315
12361
|
}
|
|
12362
|
+
interface TaxableAddressNonNullableFields$1 {
|
|
12363
|
+
addressType: TaxableAddressType$1;
|
|
12364
|
+
}
|
|
12316
12365
|
interface LineItemNonNullableFields$1 {
|
|
12317
12366
|
quantity: number;
|
|
12318
12367
|
catalogReference?: CatalogReferenceNonNullableFields$7;
|
|
@@ -12342,6 +12391,7 @@ interface LineItemNonNullableFields$1 {
|
|
|
12342
12391
|
priceUndetermined: boolean;
|
|
12343
12392
|
fixedQuantity: boolean;
|
|
12344
12393
|
savePaymentMethod: boolean;
|
|
12394
|
+
taxableAddress?: TaxableAddressNonNullableFields$1;
|
|
12345
12395
|
}
|
|
12346
12396
|
interface StreetAddressNonNullableFields$b {
|
|
12347
12397
|
number: string;
|
|
@@ -13242,6 +13292,12 @@ interface CatalogOverrideFields$2 {
|
|
|
13242
13292
|
/** Item image. */
|
|
13243
13293
|
image?: string;
|
|
13244
13294
|
}
|
|
13295
|
+
declare enum TaxableAddressType {
|
|
13296
|
+
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
13297
|
+
BUSINESS = "BUSINESS",
|
|
13298
|
+
BILLING = "BILLING",
|
|
13299
|
+
SHIPPING = "SHIPPING"
|
|
13300
|
+
}
|
|
13245
13301
|
/** Billing Info and shipping details */
|
|
13246
13302
|
interface AddressWithContact$4 {
|
|
13247
13303
|
/** Address. */
|
|
@@ -14369,6 +14425,9 @@ interface CatalogOverrideFieldsNonNullableFields$2 {
|
|
|
14369
14425
|
physicalProperties?: PhysicalPropertiesNonNullableFields$6;
|
|
14370
14426
|
image: string;
|
|
14371
14427
|
}
|
|
14428
|
+
interface TaxableAddressNonNullableFields {
|
|
14429
|
+
addressType: TaxableAddressType;
|
|
14430
|
+
}
|
|
14372
14431
|
interface LineItemNonNullableFields {
|
|
14373
14432
|
quantity: number;
|
|
14374
14433
|
catalogReference?: CatalogReferenceNonNullableFields$6;
|
|
@@ -14398,6 +14457,7 @@ interface LineItemNonNullableFields {
|
|
|
14398
14457
|
priceUndetermined: boolean;
|
|
14399
14458
|
fixedQuantity: boolean;
|
|
14400
14459
|
savePaymentMethod: boolean;
|
|
14460
|
+
taxableAddress?: TaxableAddressNonNullableFields;
|
|
14401
14461
|
}
|
|
14402
14462
|
interface StreetAddressNonNullableFields$a {
|
|
14403
14463
|
number: string;
|