@wix/ecom 1.0.812 → 1.0.814
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.
|
@@ -5947,6 +5947,16 @@ interface CatalogOverrideFields$3 {
|
|
|
5947
5947
|
*/
|
|
5948
5948
|
savePaymentMethod?: boolean | null;
|
|
5949
5949
|
}
|
|
5950
|
+
interface PaymentOption$3 {
|
|
5951
|
+
/**
|
|
5952
|
+
* + `FULL_PAYMENT_ONLINE`: The entire payment for this item happens as part of the checkout.
|
|
5953
|
+
* + `FULL_PAYMENT_OFFLINE`: The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods.
|
|
5954
|
+
* + `MEMBERSHIP`: Payment for this item is done by charging a membership. When selected, `price` is `0`.
|
|
5955
|
+
* + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
|
|
5956
|
+
* + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
|
|
5957
|
+
*/
|
|
5958
|
+
paymentOption?: PaymentOptionType$6;
|
|
5959
|
+
}
|
|
5950
5960
|
interface TaxableAddress$6 extends TaxableAddressTaxableAddressDataOneOf$6 {
|
|
5951
5961
|
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
5952
5962
|
addressType?: TaxableAddressType$6;
|
|
@@ -7384,11 +7394,15 @@ interface SelectedMembershipNonNullableFields$3 {
|
|
|
7384
7394
|
_id: string;
|
|
7385
7395
|
appId: string;
|
|
7386
7396
|
}
|
|
7397
|
+
interface PaymentOptionNonNullableFields$3 {
|
|
7398
|
+
paymentOption: PaymentOptionType$6;
|
|
7399
|
+
}
|
|
7387
7400
|
interface CatalogOverrideFieldsNonNullableFields$3 {
|
|
7388
7401
|
productName?: ProductNameNonNullableFields$5;
|
|
7389
7402
|
descriptionLines: DescriptionLineNonNullableFields$5[];
|
|
7390
7403
|
physicalProperties?: PhysicalPropertiesNonNullableFields$5;
|
|
7391
7404
|
image: string;
|
|
7405
|
+
paymentOption?: PaymentOptionNonNullableFields$3;
|
|
7392
7406
|
}
|
|
7393
7407
|
interface TaxableAddressNonNullableFields$5 {
|
|
7394
7408
|
addressType: TaxableAddressType$6;
|
|
@@ -8164,7 +8178,7 @@ declare const index_d$k_estimateTotals: typeof estimateTotals;
|
|
|
8164
8178
|
declare const index_d$k_getCart: typeof getCart;
|
|
8165
8179
|
declare const index_d$k_updateCart: typeof updateCart;
|
|
8166
8180
|
declare namespace index_d$k {
|
|
8167
|
-
export { type ActionEvent$h as ActionEvent, type index_d$k_AddToCartOptions as AddToCartOptions, type AddToCartRequest$1 as AddToCartRequest, type AddToCartResponse$1 as AddToCartResponse, type AddToCartResponseNonNullableFields$1 as AddToCartResponseNonNullableFields, type AddToCurrentCartAndEstimateTotalsRequest$1 as AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest$1 as AddToCurrentCartRequest, type AdditionalFee$6 as AdditionalFee, type Address$a as Address, type AddressLocation$9 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$b as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$2 as CalculatedLineItem, type CalculationErrors$5 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$5 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$6 as CarrierError, type CarrierErrors$5 as CarrierErrors, type CarrierServiceOption$4 as CarrierServiceOption, type Cart$1 as Cart, type CartCreatedEnvelope$1 as CartCreatedEnvelope, type CartDeletedEnvelope$1 as CartDeletedEnvelope, type CartDiscount$1 as CartDiscount, type CartDiscountDiscountSourceOneOf$1 as CartDiscountDiscountSourceOneOf, type CartNonNullableFields$1 as CartNonNullableFields, type CartUpdatedEnvelope$1 as CartUpdatedEnvelope, type CatalogOverrideFields$3 as CatalogOverrideFields, type CatalogReference$8 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$6 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type index_d$k_CreateCartOptions as CreateCartOptions, type CreateCartRequest$1 as CreateCartRequest, type CreateCartResponse$1 as CreateCartResponse, type CreateCartResponseNonNullableFields$1 as CreateCartResponseNonNullableFields, type CreateCheckoutFromCurrentCartRequest$1 as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions$1 as CreateCheckoutOptions, type CreateCheckoutRequest$2 as CreateCheckoutRequest, type CreateCheckoutResponse$2 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$2 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$4 as CustomLineItem, type DeleteCartRequest$1 as DeleteCartRequest, type DeleteCartResponse$1 as DeleteCartResponse, type DeleteCurrentCartRequest$1 as DeleteCurrentCartRequest, type DeliveryLogistics$7 as DeliveryLogistics, type DeliveryTimeSlot$7 as DeliveryTimeSlot, type Description$3 as Description, type DescriptionLine$5 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$5 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$5 as DescriptionLineName, DescriptionLineType$5 as DescriptionLineType, type DescriptionLineValueOneOf$5 as DescriptionLineValueOneOf, type Details$6 as Details, type DetailsKindOneOf$6 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, type DomainEvent$h as DomainEvent, type DomainEventBodyOneOf$h as DomainEventBodyOneOf, type Empty$b as Empty, type EntityCreatedEvent$h as EntityCreatedEvent, type EntityDeletedEvent$h as EntityDeletedEvent, type EntityUpdatedEvent$h as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type index_d$k_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$b as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$6 as FieldViolation, FileType$4 as FileType, type FullAddressContactDetails$6 as FullAddressContactDetails, type GetCartByCheckoutIdRequest$1 as GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse$1 as GetCartByCheckoutIdResponse, type GetCartRequest$1 as GetCartRequest, type GetCartResponse$1 as GetCartResponse, type GetCartResponseNonNullableFields$1 as GetCartResponseNonNullableFields, type GetCurrentCartRequest$1 as GetCurrentCartRequest, type GetCurrentCartResponse$1 as GetCurrentCartResponse, type GetCurrentCartResponseNonNullableFields$1 as GetCurrentCartResponseNonNullableFields, type GiftCard$6 as GiftCard, type Group$4 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$g as IdentificationData, type IdentificationDataIdOneOf$g as IdentificationDataIdOneOf, type InvalidMembership$4 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 as ItemAvailabilityStatus, type ItemTaxFullDetails$6 as ItemTaxFullDetails, type ItemType$6 as ItemType, ItemTypeItemType$6 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$6 as ItemTypeItemTypeDataOneOf, JurisdictionType$6 as JurisdictionType, type LineItem$6 as LineItem, type LineItemDiscount$6 as LineItemDiscount, type LineItemPricesData$2 as LineItemPricesData, type LineItemQuantityUpdate$2 as LineItemQuantityUpdate, ManualCalculationReason$4 as ManualCalculationReason, type Membership$4 as Membership, type MembershipName$7 as MembershipName, type MembershipOptions$4 as MembershipOptions, type MembershipPaymentCredits$4 as MembershipPaymentCredits, type MerchantDiscount$6 as MerchantDiscount, type MerchantDiscountInput$3 as MerchantDiscountInput, type MessageEnvelope$g as MessageEnvelope, type MultiCurrencyPrice$4 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$4 as OtherCharge, PaymentOptionType$6 as PaymentOptionType, type PhysicalProperties$7 as PhysicalProperties, type PickupDetails$8 as PickupDetails, PickupMethod$7 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type PriceDescription$5 as PriceDescription, type PriceSummary$6 as PriceSummary, type ProductName$5 as ProductName, RateType$4 as RateType, type RemoveCouponFromCurrentCartRequest$1 as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$2 as RemoveCouponRequest, type RemoveCouponResponse$2 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$2 as RemoveCouponResponseNonNullableFields, type RemoveLineItemsFromCurrentCartRequest$1 as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$2 as RemoveLineItemsRequest, type RemoveLineItemsResponse$2 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$2 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$h as RestoreInfo, RuleType$6 as RuleType, type Scope$4 as Scope, type SecuredMedia$4 as SecuredMedia, type SelectedCarrierServiceOption$4 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$4 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$4 as SelectedCarrierServiceOptionPrices, type SelectedMembership$4 as SelectedMembership, type SelectedMemberships$4 as SelectedMemberships, type SelectedShippingOption$2 as SelectedShippingOption, type ServiceProperties$5 as ServiceProperties, Severity$3 as Severity, type ShippingInformation$4 as ShippingInformation, type ShippingOption$6 as ShippingOption, type ShippingPrice$6 as ShippingPrice, type ShippingRegion$6 as ShippingRegion, type StreetAddress$9 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, SuggestedFix$3 as SuggestedFix, type SystemError$6 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 as TargetTargetTypeOneOf, type TaxBreakdown$4 as TaxBreakdown, type TaxCalculationDetails$4 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$4 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$4 as TaxRateBreakdown, type TaxSummary$6 as TaxSummary, type TaxableAddress$6 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$6 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$6 as TaxableAddressType, type Title$3 as Title, type index_d$k_UpdateCartOptions as UpdateCartOptions, type UpdateCartRequest$1 as UpdateCartRequest, type UpdateCartResponse$1 as UpdateCartResponse, type UpdateCartResponseNonNullableFields$1 as UpdateCartResponseNonNullableFields, type UpdateCurrentCartLineItemQuantityRequest$1 as UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest$2 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$2 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$2 as UpdateLineItemsQuantityResponseNonNullableFields, type V1Coupon$1 as V1Coupon, type V1MerchantDiscount$1 as V1MerchantDiscount, type ValidationError$6 as ValidationError, type VatId$7 as VatId, VatType$7 as VatType, type Violation$3 as Violation, WebhookIdentityType$g as WebhookIdentityType, WeightUnit$8 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, index_d$k_addToCart as addToCart, index_d$k_createCart as createCart, createCheckout$2 as createCheckout, index_d$k_deleteCart as deleteCart, index_d$k_estimateTotals as estimateTotals, index_d$k_getCart as getCart, onCartCreated$2 as onCartCreated, onCartDeleted$2 as onCartDeleted, onCartUpdated$2 as onCartUpdated, onCartCreated$3 as publicOnCartCreated, onCartDeleted$3 as publicOnCartDeleted, onCartUpdated$3 as publicOnCartUpdated, removeCoupon$2 as removeCoupon, removeLineItems$2 as removeLineItems, index_d$k_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
8181
|
+
export { type ActionEvent$h as ActionEvent, type index_d$k_AddToCartOptions as AddToCartOptions, type AddToCartRequest$1 as AddToCartRequest, type AddToCartResponse$1 as AddToCartResponse, type AddToCartResponseNonNullableFields$1 as AddToCartResponseNonNullableFields, type AddToCurrentCartAndEstimateTotalsRequest$1 as AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest$1 as AddToCurrentCartRequest, type AdditionalFee$6 as AdditionalFee, type Address$a as Address, type AddressLocation$9 as AddressLocation, type AddressWithContact$5 as AddressWithContact, type AggregatedTaxBreakdown$4 as AggregatedTaxBreakdown, type ApplicationError$b as ApplicationError, type AppliedDiscount$6 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$6 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$4 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type BuyerInfoIdOneOf$5 as BuyerInfoIdOneOf, type CalculatedLineItem$2 as CalculatedLineItem, type CalculationErrors$5 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$5 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$6 as CarrierError, type CarrierErrors$5 as CarrierErrors, type CarrierServiceOption$4 as CarrierServiceOption, type Cart$1 as Cart, type CartCreatedEnvelope$1 as CartCreatedEnvelope, type CartDeletedEnvelope$1 as CartDeletedEnvelope, type CartDiscount$1 as CartDiscount, type CartDiscountDiscountSourceOneOf$1 as CartDiscountDiscountSourceOneOf, type CartNonNullableFields$1 as CartNonNullableFields, type CartUpdatedEnvelope$1 as CartUpdatedEnvelope, type CatalogOverrideFields$3 as CatalogOverrideFields, type CatalogReference$8 as CatalogReference, ChannelType$6 as ChannelType, ChargeType$6 as ChargeType, type Color$5 as Color, type Coupon$6 as Coupon, type index_d$k_CreateCartOptions as CreateCartOptions, type CreateCartRequest$1 as CreateCartRequest, type CreateCartResponse$1 as CreateCartResponse, type CreateCartResponseNonNullableFields$1 as CreateCartResponseNonNullableFields, type CreateCheckoutFromCurrentCartRequest$1 as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions$1 as CreateCheckoutOptions, type CreateCheckoutRequest$2 as CreateCheckoutRequest, type CreateCheckoutResponse$2 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$2 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$4 as CustomLineItem, type DeleteCartRequest$1 as DeleteCartRequest, type DeleteCartResponse$1 as DeleteCartResponse, type DeleteCurrentCartRequest$1 as DeleteCurrentCartRequest, type DeliveryLogistics$7 as DeliveryLogistics, type DeliveryTimeSlot$7 as DeliveryTimeSlot, type Description$3 as Description, type DescriptionLine$5 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$5 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$5 as DescriptionLineName, DescriptionLineType$5 as DescriptionLineType, type DescriptionLineValueOneOf$5 as DescriptionLineValueOneOf, type Details$6 as Details, type DetailsKindOneOf$6 as DetailsKindOneOf, type DiscountRule$6 as DiscountRule, type DiscountRuleName$6 as DiscountRuleName, DiscountType$6 as DiscountType, type DomainEvent$h as DomainEvent, type DomainEventBodyOneOf$h as DomainEventBodyOneOf, type Empty$b as Empty, type EntityCreatedEvent$h as EntityCreatedEvent, type EntityDeletedEvent$h as EntityDeletedEvent, type EntityUpdatedEvent$h as EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest$1 as EstimateCurrentCartTotalsRequest, type index_d$k_EstimateTotalsOptions as EstimateTotalsOptions, type EstimateTotalsRequest$1 as EstimateTotalsRequest, type EstimateTotalsResponse$1 as EstimateTotalsResponse, type EstimateTotalsResponseNonNullableFields$1 as EstimateTotalsResponseNonNullableFields, type EventMetadata$b as EventMetadata, type ExtendedFields$9 as ExtendedFields, FallbackReason$4 as FallbackReason, type FieldViolation$6 as FieldViolation, FileType$4 as FileType, type FullAddressContactDetails$6 as FullAddressContactDetails, type GetCartByCheckoutIdRequest$1 as GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse$1 as GetCartByCheckoutIdResponse, type GetCartRequest$1 as GetCartRequest, type GetCartResponse$1 as GetCartResponse, type GetCartResponseNonNullableFields$1 as GetCartResponseNonNullableFields, type GetCurrentCartRequest$1 as GetCurrentCartRequest, type GetCurrentCartResponse$1 as GetCurrentCartResponse, type GetCurrentCartResponseNonNullableFields$1 as GetCurrentCartResponseNonNullableFields, type GiftCard$6 as GiftCard, type Group$4 as Group, type HostSelectedMembership$1 as HostSelectedMembership, type IdentificationData$g as IdentificationData, type IdentificationDataIdOneOf$g as IdentificationDataIdOneOf, type InvalidMembership$4 as InvalidMembership, type ItemAvailabilityInfo$3 as ItemAvailabilityInfo, ItemAvailabilityStatus$3 as ItemAvailabilityStatus, type ItemTaxFullDetails$6 as ItemTaxFullDetails, type ItemType$6 as ItemType, ItemTypeItemType$6 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$6 as ItemTypeItemTypeDataOneOf, JurisdictionType$6 as JurisdictionType, type LineItem$6 as LineItem, type LineItemDiscount$6 as LineItemDiscount, type LineItemPricesData$2 as LineItemPricesData, type LineItemQuantityUpdate$2 as LineItemQuantityUpdate, ManualCalculationReason$4 as ManualCalculationReason, type Membership$4 as Membership, type MembershipName$7 as MembershipName, type MembershipOptions$4 as MembershipOptions, type MembershipPaymentCredits$4 as MembershipPaymentCredits, type MerchantDiscount$6 as MerchantDiscount, type MerchantDiscountInput$3 as MerchantDiscountInput, type MessageEnvelope$g as MessageEnvelope, type MultiCurrencyPrice$4 as MultiCurrencyPrice, NameInLineItem$3 as NameInLineItem, NameInOther$3 as NameInOther, type Other$3 as Other, type OtherCharge$4 as OtherCharge, type PaymentOption$3 as PaymentOption, PaymentOptionType$6 as PaymentOptionType, type PhysicalProperties$7 as PhysicalProperties, type PickupDetails$8 as PickupDetails, PickupMethod$7 as PickupMethod, type PlainTextValue$5 as PlainTextValue, type PriceDescription$5 as PriceDescription, type PriceSummary$6 as PriceSummary, type ProductName$5 as ProductName, RateType$4 as RateType, type RemoveCouponFromCurrentCartRequest$1 as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$2 as RemoveCouponRequest, type RemoveCouponResponse$2 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$2 as RemoveCouponResponseNonNullableFields, type RemoveLineItemsFromCurrentCartRequest$1 as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$2 as RemoveLineItemsRequest, type RemoveLineItemsResponse$2 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$2 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$h as RestoreInfo, RuleType$6 as RuleType, type Scope$4 as Scope, type SecuredMedia$4 as SecuredMedia, type SelectedCarrierServiceOption$4 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$4 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$4 as SelectedCarrierServiceOptionPrices, type SelectedMembership$4 as SelectedMembership, type SelectedMemberships$4 as SelectedMemberships, type SelectedShippingOption$2 as SelectedShippingOption, type ServiceProperties$5 as ServiceProperties, Severity$3 as Severity, type ShippingInformation$4 as ShippingInformation, type ShippingOption$6 as ShippingOption, type ShippingPrice$6 as ShippingPrice, type ShippingRegion$6 as ShippingRegion, type StreetAddress$9 as StreetAddress, SubscriptionFrequency$7 as SubscriptionFrequency, type SubscriptionOptionInfo$4 as SubscriptionOptionInfo, type SubscriptionSettings$7 as SubscriptionSettings, SuggestedFix$3 as SuggestedFix, type SystemError$6 as SystemError, type Target$3 as Target, type TargetLineItem$3 as TargetLineItem, type TargetTargetTypeOneOf$3 as TargetTargetTypeOneOf, type TaxBreakdown$4 as TaxBreakdown, type TaxCalculationDetails$4 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$4 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$4 as TaxRateBreakdown, type TaxSummary$6 as TaxSummary, type TaxableAddress$6 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$6 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$6 as TaxableAddressType, type Title$3 as Title, type index_d$k_UpdateCartOptions as UpdateCartOptions, type UpdateCartRequest$1 as UpdateCartRequest, type UpdateCartResponse$1 as UpdateCartResponse, type UpdateCartResponseNonNullableFields$1 as UpdateCartResponseNonNullableFields, type UpdateCurrentCartLineItemQuantityRequest$1 as UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest$2 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$2 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$2 as UpdateLineItemsQuantityResponseNonNullableFields, type V1Coupon$1 as V1Coupon, type V1MerchantDiscount$1 as V1MerchantDiscount, type ValidationError$6 as ValidationError, type VatId$7 as VatId, VatType$7 as VatType, type Violation$3 as Violation, WebhookIdentityType$g as WebhookIdentityType, WeightUnit$8 as WeightUnit, type _publicOnCartCreatedType$1 as _publicOnCartCreatedType, type _publicOnCartDeletedType$1 as _publicOnCartDeletedType, type _publicOnCartUpdatedType$1 as _publicOnCartUpdatedType, index_d$k_addToCart as addToCart, index_d$k_createCart as createCart, createCheckout$2 as createCheckout, index_d$k_deleteCart as deleteCart, index_d$k_estimateTotals as estimateTotals, index_d$k_getCart as getCart, onCartCreated$2 as onCartCreated, onCartDeleted$2 as onCartDeleted, onCartUpdated$2 as onCartUpdated, onCartCreated$3 as publicOnCartCreated, onCartDeleted$3 as publicOnCartDeleted, onCartUpdated$3 as publicOnCartUpdated, removeCoupon$2 as removeCoupon, removeLineItems$2 as removeLineItems, index_d$k_updateCart as updateCart, updateLineItemsQuantity$2 as updateLineItemsQuantity };
|
|
8168
8182
|
}
|
|
8169
8183
|
|
|
8170
8184
|
interface Cart {
|
|
@@ -8641,6 +8655,16 @@ interface CatalogOverrideFields$2 {
|
|
|
8641
8655
|
*/
|
|
8642
8656
|
savePaymentMethod?: boolean | null;
|
|
8643
8657
|
}
|
|
8658
|
+
interface PaymentOption$2 {
|
|
8659
|
+
/**
|
|
8660
|
+
* + `FULL_PAYMENT_ONLINE`: The entire payment for this item happens as part of the checkout.
|
|
8661
|
+
* + `FULL_PAYMENT_OFFLINE`: The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods.
|
|
8662
|
+
* + `MEMBERSHIP`: Payment for this item is done by charging a membership. When selected, `price` is `0`.
|
|
8663
|
+
* + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
|
|
8664
|
+
* + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
|
|
8665
|
+
*/
|
|
8666
|
+
paymentOption?: PaymentOptionType$5;
|
|
8667
|
+
}
|
|
8644
8668
|
interface TaxableAddress$5 extends TaxableAddressTaxableAddressDataOneOf$5 {
|
|
8645
8669
|
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
8646
8670
|
addressType?: TaxableAddressType$5;
|
|
@@ -10078,11 +10102,15 @@ interface SelectedMembershipNonNullableFields$2 {
|
|
|
10078
10102
|
_id: string;
|
|
10079
10103
|
appId: string;
|
|
10080
10104
|
}
|
|
10105
|
+
interface PaymentOptionNonNullableFields$2 {
|
|
10106
|
+
paymentOption: PaymentOptionType$5;
|
|
10107
|
+
}
|
|
10081
10108
|
interface CatalogOverrideFieldsNonNullableFields$2 {
|
|
10082
10109
|
productName?: ProductNameNonNullableFields$4;
|
|
10083
10110
|
descriptionLines: DescriptionLineNonNullableFields$4[];
|
|
10084
10111
|
physicalProperties?: PhysicalPropertiesNonNullableFields$4;
|
|
10085
10112
|
image: string;
|
|
10113
|
+
paymentOption?: PaymentOptionNonNullableFields$2;
|
|
10086
10114
|
}
|
|
10087
10115
|
interface TaxableAddressNonNullableFields$4 {
|
|
10088
10116
|
addressType: TaxableAddressType$5;
|
|
@@ -10781,7 +10809,7 @@ declare const index_d$j_removeLineItemsFromCurrentCart: typeof removeLineItemsFr
|
|
|
10781
10809
|
declare const index_d$j_updateCurrentCart: typeof updateCurrentCart;
|
|
10782
10810
|
declare const index_d$j_updateCurrentCartLineItemQuantity: typeof updateCurrentCartLineItemQuantity;
|
|
10783
10811
|
declare namespace index_d$j {
|
|
10784
|
-
export { type ActionEvent$g as ActionEvent, type index_d$j_AddToCartRequest as AddToCartRequest, type index_d$j_AddToCartResponse as AddToCartResponse, type index_d$j_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type index_d$j_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type index_d$j_AddToCurrentCartOptions as AddToCurrentCartOptions, type index_d$j_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$a as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$5 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type index_d$j_Cart as Cart, type index_d$j_CartCreatedEnvelope as CartCreatedEnvelope, type index_d$j_CartDeletedEnvelope as CartDeletedEnvelope, type index_d$j_CartDiscount as CartDiscount, type index_d$j_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type index_d$j_CartNonNullableFields as CartNonNullableFields, type index_d$j_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$7 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$5 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type index_d$j_CreateCartRequest as CreateCartRequest, type index_d$j_CreateCartResponse as CreateCartResponse, type index_d$j_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type index_d$j_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type index_d$j_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type index_d$j_DeleteCartRequest as DeleteCartRequest, type index_d$j_DeleteCartResponse as DeleteCartResponse, type index_d$j_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 as DeliveryTimeSlot, type Description$2 as Description, type DescriptionLine$4 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$4 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$4 as DescriptionLineName, DescriptionLineType$4 as DescriptionLineType, type DescriptionLineValueOneOf$4 as DescriptionLineValueOneOf, type Details$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$g as DomainEvent, type DomainEventBodyOneOf$g as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$g as EntityCreatedEvent, type EntityDeletedEvent$g as EntityDeletedEvent, type EntityUpdatedEvent$g as EntityUpdatedEvent, type index_d$j_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type index_d$j_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type index_d$j_EstimateTotalsRequest as EstimateTotalsRequest, type index_d$j_EstimateTotalsResponse as EstimateTotalsResponse, type index_d$j_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$a as EventMetadata, type ExtendedFields$8 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$5 as FullAddressContactDetails, type index_d$j_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type index_d$j_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type index_d$j_GetCartRequest as GetCartRequest, type index_d$j_GetCartResponse as GetCartResponse, type index_d$j_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type index_d$j_GetCurrentCartRequest as GetCurrentCartRequest, type index_d$j_GetCurrentCartResponse as GetCurrentCartResponse, type index_d$j_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$3 as Group, type index_d$j_HostSelectedMembership as HostSelectedMembership, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$5 as ItemTaxFullDetails, type ItemType$5 as ItemType, ItemTypeItemType$5 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$5 as ItemTypeItemTypeDataOneOf, JurisdictionType$5 as JurisdictionType, type LineItem$5 as LineItem, type LineItemDiscount$5 as LineItemDiscount, type LineItemPricesData$1 as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$3 as ManualCalculationReason, type Membership$3 as Membership, type MembershipName$6 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$f as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$3 as OtherCharge, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$4 as ProductName, RateType$3 as RateType, type index_d$j_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type index_d$j_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$g as RestoreInfo, RuleType$5 as RuleType, type Scope$3 as Scope, type SecuredMedia$3 as SecuredMedia, type SelectedCarrierServiceOption$3 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$3 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$3 as SelectedCarrierServiceOptionPrices, type SelectedMembership$3 as SelectedMembership, type SelectedMemberships$3 as SelectedMemberships, type SelectedShippingOption$1 as SelectedShippingOption, type ServiceProperties$4 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$3 as ShippingInformation, type ShippingOption$5 as ShippingOption, type ShippingPrice$5 as ShippingPrice, type ShippingRegion$5 as ShippingRegion, type StreetAddress$8 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, SuggestedFix$2 as SuggestedFix, type SystemError$5 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 as TargetTargetTypeOneOf, type TaxBreakdown$3 as TaxBreakdown, type TaxCalculationDetails$3 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$3 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$3 as TaxRateBreakdown, type TaxSummary$5 as TaxSummary, type TaxableAddress$5 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$5 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$5 as TaxableAddressType, type Title$2 as Title, type index_d$j_UpdateCartRequest as UpdateCartRequest, type index_d$j_UpdateCartResponse as UpdateCartResponse, type index_d$j_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type index_d$j_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type index_d$j_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$j_V1Coupon as V1Coupon, type index_d$j_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$2 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$7 as WeightUnit, type index_d$j__publicOnCartCreatedType as _publicOnCartCreatedType, type index_d$j__publicOnCartDeletedType as _publicOnCartDeletedType, type index_d$j__publicOnCartUpdatedType as _publicOnCartUpdatedType, index_d$j_addToCurrentCart as addToCurrentCart, index_d$j_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, index_d$j_deleteCurrentCart as deleteCurrentCart, index_d$j_estimateCurrentCartTotals as estimateCurrentCartTotals, index_d$j_getCurrentCart as getCurrentCart, index_d$j_onCartCreated as onCartCreated, index_d$j_onCartDeleted as onCartDeleted, index_d$j_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, index_d$j_removeCouponFromCurrentCart as removeCouponFromCurrentCart, index_d$j_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, index_d$j_updateCurrentCart as updateCurrentCart, index_d$j_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
10812
|
+
export { type ActionEvent$g as ActionEvent, type index_d$j_AddToCartRequest as AddToCartRequest, type index_d$j_AddToCartResponse as AddToCartResponse, type index_d$j_AddToCartResponseNonNullableFields as AddToCartResponseNonNullableFields, type index_d$j_AddToCurrentCartAndEstimateTotalsRequest as AddToCurrentCartAndEstimateTotalsRequest, type index_d$j_AddToCurrentCartOptions as AddToCurrentCartOptions, type index_d$j_AddToCurrentCartRequest as AddToCurrentCartRequest, type AdditionalFee$5 as AdditionalFee, type Address$9 as Address, type AddressLocation$8 as AddressLocation, type AddressWithContact$4 as AddressWithContact, type AggregatedTaxBreakdown$3 as AggregatedTaxBreakdown, type ApplicationError$a as ApplicationError, type AppliedDiscount$5 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$5 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$3 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$a as BaseEventMetadata, type BuyerInfo$6 as BuyerInfo, type BuyerInfoIdOneOf$4 as BuyerInfoIdOneOf, type CalculatedLineItem$1 as CalculatedLineItem, type CalculationErrors$4 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$4 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$5 as CarrierError, type CarrierErrors$4 as CarrierErrors, type CarrierServiceOption$3 as CarrierServiceOption, type index_d$j_Cart as Cart, type index_d$j_CartCreatedEnvelope as CartCreatedEnvelope, type index_d$j_CartDeletedEnvelope as CartDeletedEnvelope, type index_d$j_CartDiscount as CartDiscount, type index_d$j_CartDiscountDiscountSourceOneOf as CartDiscountDiscountSourceOneOf, type index_d$j_CartNonNullableFields as CartNonNullableFields, type index_d$j_CartUpdatedEnvelope as CartUpdatedEnvelope, type CatalogOverrideFields$2 as CatalogOverrideFields, type CatalogReference$7 as CatalogReference, ChannelType$5 as ChannelType, ChargeType$5 as ChargeType, type Color$4 as Color, type Coupon$5 as Coupon, type index_d$j_CreateCartRequest as CreateCartRequest, type index_d$j_CreateCartResponse as CreateCartResponse, type index_d$j_CreateCartResponseNonNullableFields as CreateCartResponseNonNullableFields, type index_d$j_CreateCheckoutFromCurrentCartOptions as CreateCheckoutFromCurrentCartOptions, type index_d$j_CreateCheckoutFromCurrentCartRequest as CreateCheckoutFromCurrentCartRequest, type CreateCheckoutRequest$1 as CreateCheckoutRequest, type CreateCheckoutResponse$1 as CreateCheckoutResponse, type CreateCheckoutResponseNonNullableFields$1 as CreateCheckoutResponseNonNullableFields, type CustomLineItem$3 as CustomLineItem, type index_d$j_DeleteCartRequest as DeleteCartRequest, type index_d$j_DeleteCartResponse as DeleteCartResponse, type index_d$j_DeleteCurrentCartRequest as DeleteCurrentCartRequest, type DeliveryLogistics$6 as DeliveryLogistics, type DeliveryTimeSlot$6 as DeliveryTimeSlot, type Description$2 as Description, type DescriptionLine$4 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$4 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$4 as DescriptionLineName, DescriptionLineType$4 as DescriptionLineType, type DescriptionLineValueOneOf$4 as DescriptionLineValueOneOf, type Details$5 as Details, type DetailsKindOneOf$5 as DetailsKindOneOf, type DiscountRule$5 as DiscountRule, type DiscountRuleName$5 as DiscountRuleName, DiscountType$5 as DiscountType, type DomainEvent$g as DomainEvent, type DomainEventBodyOneOf$g as DomainEventBodyOneOf, type Empty$a as Empty, type EntityCreatedEvent$g as EntityCreatedEvent, type EntityDeletedEvent$g as EntityDeletedEvent, type EntityUpdatedEvent$g as EntityUpdatedEvent, type index_d$j_EstimateCurrentCartTotalsOptions as EstimateCurrentCartTotalsOptions, type index_d$j_EstimateCurrentCartTotalsRequest as EstimateCurrentCartTotalsRequest, type index_d$j_EstimateTotalsRequest as EstimateTotalsRequest, type index_d$j_EstimateTotalsResponse as EstimateTotalsResponse, type index_d$j_EstimateTotalsResponseNonNullableFields as EstimateTotalsResponseNonNullableFields, type EventMetadata$a as EventMetadata, type ExtendedFields$8 as ExtendedFields, FallbackReason$3 as FallbackReason, type FieldViolation$5 as FieldViolation, FileType$3 as FileType, type FullAddressContactDetails$5 as FullAddressContactDetails, type index_d$j_GetCartByCheckoutIdRequest as GetCartByCheckoutIdRequest, type index_d$j_GetCartByCheckoutIdResponse as GetCartByCheckoutIdResponse, type index_d$j_GetCartRequest as GetCartRequest, type index_d$j_GetCartResponse as GetCartResponse, type index_d$j_GetCartResponseNonNullableFields as GetCartResponseNonNullableFields, type index_d$j_GetCurrentCartRequest as GetCurrentCartRequest, type index_d$j_GetCurrentCartResponse as GetCurrentCartResponse, type index_d$j_GetCurrentCartResponseNonNullableFields as GetCurrentCartResponseNonNullableFields, type GiftCard$5 as GiftCard, type Group$3 as Group, type index_d$j_HostSelectedMembership as HostSelectedMembership, type IdentificationData$f as IdentificationData, type IdentificationDataIdOneOf$f as IdentificationDataIdOneOf, type InvalidMembership$3 as InvalidMembership, type ItemAvailabilityInfo$2 as ItemAvailabilityInfo, ItemAvailabilityStatus$2 as ItemAvailabilityStatus, type ItemTaxFullDetails$5 as ItemTaxFullDetails, type ItemType$5 as ItemType, ItemTypeItemType$5 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$5 as ItemTypeItemTypeDataOneOf, JurisdictionType$5 as JurisdictionType, type LineItem$5 as LineItem, type LineItemDiscount$5 as LineItemDiscount, type LineItemPricesData$1 as LineItemPricesData, type LineItemQuantityUpdate$1 as LineItemQuantityUpdate, ManualCalculationReason$3 as ManualCalculationReason, type Membership$3 as Membership, type MembershipName$6 as MembershipName, type MembershipOptions$3 as MembershipOptions, type MembershipPaymentCredits$3 as MembershipPaymentCredits, type MerchantDiscount$5 as MerchantDiscount, type MerchantDiscountInput$2 as MerchantDiscountInput, type MessageEnvelope$f as MessageEnvelope, type MultiCurrencyPrice$3 as MultiCurrencyPrice, NameInLineItem$2 as NameInLineItem, NameInOther$2 as NameInOther, type Other$2 as Other, type OtherCharge$3 as OtherCharge, type PaymentOption$2 as PaymentOption, PaymentOptionType$5 as PaymentOptionType, type PhysicalProperties$6 as PhysicalProperties, type PickupDetails$7 as PickupDetails, PickupMethod$6 as PickupMethod, type PlainTextValue$4 as PlainTextValue, type PriceDescription$4 as PriceDescription, type PriceSummary$5 as PriceSummary, type ProductName$4 as ProductName, RateType$3 as RateType, type index_d$j_RemoveCouponFromCurrentCartRequest as RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest$1 as RemoveCouponRequest, type RemoveCouponResponse$1 as RemoveCouponResponse, type RemoveCouponResponseNonNullableFields$1 as RemoveCouponResponseNonNullableFields, type index_d$j_RemoveLineItemsFromCurrentCartRequest as RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest$1 as RemoveLineItemsRequest, type RemoveLineItemsResponse$1 as RemoveLineItemsResponse, type RemoveLineItemsResponseNonNullableFields$1 as RemoveLineItemsResponseNonNullableFields, type RestoreInfo$g as RestoreInfo, RuleType$5 as RuleType, type Scope$3 as Scope, type SecuredMedia$3 as SecuredMedia, type SelectedCarrierServiceOption$3 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$3 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$3 as SelectedCarrierServiceOptionPrices, type SelectedMembership$3 as SelectedMembership, type SelectedMemberships$3 as SelectedMemberships, type SelectedShippingOption$1 as SelectedShippingOption, type ServiceProperties$4 as ServiceProperties, Severity$2 as Severity, type ShippingInformation$3 as ShippingInformation, type ShippingOption$5 as ShippingOption, type ShippingPrice$5 as ShippingPrice, type ShippingRegion$5 as ShippingRegion, type StreetAddress$8 as StreetAddress, SubscriptionFrequency$6 as SubscriptionFrequency, type SubscriptionOptionInfo$3 as SubscriptionOptionInfo, type SubscriptionSettings$6 as SubscriptionSettings, SuggestedFix$2 as SuggestedFix, type SystemError$5 as SystemError, type Target$2 as Target, type TargetLineItem$2 as TargetLineItem, type TargetTargetTypeOneOf$2 as TargetTargetTypeOneOf, type TaxBreakdown$3 as TaxBreakdown, type TaxCalculationDetails$3 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$3 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$3 as TaxRateBreakdown, type TaxSummary$5 as TaxSummary, type TaxableAddress$5 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$5 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$5 as TaxableAddressType, type Title$2 as Title, type index_d$j_UpdateCartRequest as UpdateCartRequest, type index_d$j_UpdateCartResponse as UpdateCartResponse, type index_d$j_UpdateCartResponseNonNullableFields as UpdateCartResponseNonNullableFields, type index_d$j_UpdateCurrentCartLineItemQuantityRequest as UpdateCurrentCartLineItemQuantityRequest, type index_d$j_UpdateCurrentCartOptions as UpdateCurrentCartOptions, type UpdateLineItemsQuantityRequest$1 as UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse$1 as UpdateLineItemsQuantityResponse, type UpdateLineItemsQuantityResponseNonNullableFields$1 as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$j_V1Coupon as V1Coupon, type index_d$j_V1MerchantDiscount as V1MerchantDiscount, type ValidationError$5 as ValidationError, type VatId$6 as VatId, VatType$6 as VatType, type Violation$2 as Violation, WebhookIdentityType$f as WebhookIdentityType, WeightUnit$7 as WeightUnit, type index_d$j__publicOnCartCreatedType as _publicOnCartCreatedType, type index_d$j__publicOnCartDeletedType as _publicOnCartDeletedType, type index_d$j__publicOnCartUpdatedType as _publicOnCartUpdatedType, index_d$j_addToCurrentCart as addToCurrentCart, index_d$j_createCheckoutFromCurrentCart as createCheckoutFromCurrentCart, index_d$j_deleteCurrentCart as deleteCurrentCart, index_d$j_estimateCurrentCartTotals as estimateCurrentCartTotals, index_d$j_getCurrentCart as getCurrentCart, index_d$j_onCartCreated as onCartCreated, index_d$j_onCartDeleted as onCartDeleted, index_d$j_onCartUpdated as onCartUpdated, onCartCreated$1 as publicOnCartCreated, onCartDeleted$1 as publicOnCartDeleted, onCartUpdated$1 as publicOnCartUpdated, index_d$j_removeCouponFromCurrentCart as removeCouponFromCurrentCart, index_d$j_removeLineItemsFromCurrentCart as removeLineItemsFromCurrentCart, index_d$j_updateCurrentCart as updateCurrentCart, index_d$j_updateCurrentCartLineItemQuantity as updateCurrentCartLineItemQuantity };
|
|
10785
10813
|
}
|
|
10786
10814
|
|
|
10787
10815
|
interface Checkout$1 {
|
|
@@ -11447,6 +11475,16 @@ interface CatalogOverrideFields$1 {
|
|
|
11447
11475
|
*/
|
|
11448
11476
|
savePaymentMethod?: boolean | null;
|
|
11449
11477
|
}
|
|
11478
|
+
interface PaymentOption$1 {
|
|
11479
|
+
/**
|
|
11480
|
+
* + `FULL_PAYMENT_ONLINE`: The entire payment for this item happens as part of the checkout.
|
|
11481
|
+
* + `FULL_PAYMENT_OFFLINE`: The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods.
|
|
11482
|
+
* + `MEMBERSHIP`: Payment for this item is done by charging a membership. When selected, `price` is `0`.
|
|
11483
|
+
* + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
|
|
11484
|
+
* + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
|
|
11485
|
+
*/
|
|
11486
|
+
paymentOption?: PaymentOptionType$4;
|
|
11487
|
+
}
|
|
11450
11488
|
interface TaxableAddress$4 extends TaxableAddressTaxableAddressDataOneOf$4 {
|
|
11451
11489
|
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
11452
11490
|
addressType?: TaxableAddressType$4;
|
|
@@ -12676,9 +12714,9 @@ interface GetCheckoutPaymentSettingsRequest {
|
|
|
12676
12714
|
_id: string;
|
|
12677
12715
|
}
|
|
12678
12716
|
interface GetCheckoutPaymentSettingsResponse {
|
|
12679
|
-
blockedPaymentOptions?:
|
|
12717
|
+
blockedPaymentOptions?: GetCheckoutPaymentSettingsResponsePaymentOption[];
|
|
12680
12718
|
}
|
|
12681
|
-
declare enum
|
|
12719
|
+
declare enum GetCheckoutPaymentSettingsResponsePaymentOption {
|
|
12682
12720
|
UNKNOWN_PAYMENT_OPTION = "UNKNOWN_PAYMENT_OPTION",
|
|
12683
12721
|
MANUAL = "MANUAL"
|
|
12684
12722
|
}
|
|
@@ -13264,11 +13302,15 @@ interface SecuredMediaNonNullableFields$1 {
|
|
|
13264
13302
|
interface PriceDescriptionNonNullableFields$3 {
|
|
13265
13303
|
original: string;
|
|
13266
13304
|
}
|
|
13305
|
+
interface PaymentOptionNonNullableFields$1 {
|
|
13306
|
+
paymentOption: PaymentOptionType$4;
|
|
13307
|
+
}
|
|
13267
13308
|
interface CatalogOverrideFieldsNonNullableFields$1 {
|
|
13268
13309
|
productName?: ProductNameNonNullableFields$3;
|
|
13269
13310
|
descriptionLines: DescriptionLineNonNullableFields$3[];
|
|
13270
13311
|
physicalProperties?: PhysicalPropertiesNonNullableFields$3;
|
|
13271
13312
|
image: string;
|
|
13313
|
+
paymentOption?: PaymentOptionNonNullableFields$1;
|
|
13272
13314
|
}
|
|
13273
13315
|
interface TaxableAddressNonNullableFields$3 {
|
|
13274
13316
|
addressType: TaxableAddressType$4;
|
|
@@ -13636,7 +13678,7 @@ interface UpdateLineItemsQuantityResponseNonNullableFields {
|
|
|
13636
13678
|
checkout?: CheckoutNonNullableFields;
|
|
13637
13679
|
}
|
|
13638
13680
|
interface GetCheckoutPaymentSettingsResponseNonNullableFields {
|
|
13639
|
-
blockedPaymentOptions:
|
|
13681
|
+
blockedPaymentOptions: GetCheckoutPaymentSettingsResponsePaymentOption[];
|
|
13640
13682
|
}
|
|
13641
13683
|
interface BaseEventMetadata$9 {
|
|
13642
13684
|
/** App instance ID. */
|
|
@@ -14189,6 +14231,8 @@ type index_d$i_GetCheckoutByCartIdResponseNonNullableFields = GetCheckoutByCartI
|
|
|
14189
14231
|
type index_d$i_GetCheckoutPaymentSettingsRequest = GetCheckoutPaymentSettingsRequest;
|
|
14190
14232
|
type index_d$i_GetCheckoutPaymentSettingsResponse = GetCheckoutPaymentSettingsResponse;
|
|
14191
14233
|
type index_d$i_GetCheckoutPaymentSettingsResponseNonNullableFields = GetCheckoutPaymentSettingsResponseNonNullableFields;
|
|
14234
|
+
type index_d$i_GetCheckoutPaymentSettingsResponsePaymentOption = GetCheckoutPaymentSettingsResponsePaymentOption;
|
|
14235
|
+
declare const index_d$i_GetCheckoutPaymentSettingsResponsePaymentOption: typeof GetCheckoutPaymentSettingsResponsePaymentOption;
|
|
14192
14236
|
type index_d$i_GetCheckoutRequest = GetCheckoutRequest;
|
|
14193
14237
|
type index_d$i_GetCheckoutResponse = GetCheckoutResponse;
|
|
14194
14238
|
type index_d$i_GetCheckoutResponseNonNullableFields = GetCheckoutResponseNonNullableFields;
|
|
@@ -14203,8 +14247,6 @@ type index_d$i_LineItemQuantityUpdate = LineItemQuantityUpdate;
|
|
|
14203
14247
|
type index_d$i_MarkCheckoutAsCompletedRequest = MarkCheckoutAsCompletedRequest;
|
|
14204
14248
|
type index_d$i_MarkCheckoutAsCompletedResponse = MarkCheckoutAsCompletedResponse;
|
|
14205
14249
|
type index_d$i_PaymentErrorResponseData = PaymentErrorResponseData;
|
|
14206
|
-
type index_d$i_PaymentOption = PaymentOption;
|
|
14207
|
-
declare const index_d$i_PaymentOption: typeof PaymentOption;
|
|
14208
14250
|
type index_d$i_ProductDetails = ProductDetails;
|
|
14209
14251
|
type index_d$i_RedeemErrorData = RedeemErrorData;
|
|
14210
14252
|
type index_d$i_RemoveCouponRequest = RemoveCouponRequest;
|
|
@@ -14260,7 +14302,7 @@ declare const index_d$i_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
|
|
|
14260
14302
|
declare const index_d$i_updateCheckout: typeof updateCheckout;
|
|
14261
14303
|
declare const index_d$i_updateLineItemsQuantity: typeof updateLineItemsQuantity;
|
|
14262
14304
|
declare namespace index_d$i {
|
|
14263
|
-
export { type ActionEvent$f as ActionEvent, type index_d$i_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$i_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$i_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$i_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$8 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$7 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type index_d$i_ApiAddress as ApiAddress, type ApplicationError$9 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, type ChannelInfo$3 as ChannelInfo, index_d$i_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$i_ChargeDetails as ChargeDetails, ChargeType$4 as ChargeType, type Checkout$1 as Checkout, type index_d$i_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$i_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$i_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$i_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$i_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$i_CommonVatId as CommonVatId, index_d$i_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type index_d$i_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$i_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$i_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$i_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$i_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$i_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$i_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type index_d$i_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$i_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$5 as DeliveryLogistics, type DeliveryTimeSlot$5 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type Discount$2 as Discount, index_d$i_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type index_d$i_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$i_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$9 as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f as EntityUpdatedEvent, type EventMetadata$9 as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type FullName$1 as FullName, type index_d$i_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$i_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$i_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$i_GetCheckoutPaymentSettingsRequest as GetCheckoutPaymentSettingsRequest, type index_d$i_GetCheckoutPaymentSettingsResponse as GetCheckoutPaymentSettingsResponse, type index_d$i_GetCheckoutPaymentSettingsResponseNonNullableFields as GetCheckoutPaymentSettingsResponseNonNullableFields, type index_d$i_GetCheckoutRequest as GetCheckoutRequest, type index_d$i_GetCheckoutResponse as GetCheckoutResponse, type index_d$i_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$i_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$i_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$i_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$i_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$i_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$i_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$i_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$4 as GiftCard, type Group$2 as Group, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, IdentityType$3 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type index_d$i_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type index_d$i_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$i_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$e as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type index_d$i_PaymentErrorResponseData as PaymentErrorResponseData, index_d$i_PaymentOption as PaymentOption, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type index_d$i_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type index_d$i_RedeemErrorData as RedeemErrorData, type index_d$i_RemoveCouponRequest as RemoveCouponRequest, type index_d$i_RemoveCouponResponse as RemoveCouponResponse, type index_d$i_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$i_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$i_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$i_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$i_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$i_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$i_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$i_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$i_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$i_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$f as RestoreInfo, RuleType$4 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type index_d$i_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$i_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type index_d$i_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$7 as StreetAddress, type index_d$i_Subscription as Subscription, type index_d$i_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, SuggestedFix$1 as SuggestedFix, type SystemError$4 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type TaxableAddress$4 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$4 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$4 as TaxableAddressType, type Title$1 as Title, type Totals$1 as Totals, type index_d$i_UpdateCheckout as UpdateCheckout, type index_d$i_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$i_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$i_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$i_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$i_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$i_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$i_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$i_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$i_V1BuyerInfo as V1BuyerInfo, type index_d$i_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$i_V1ShippingInfo as V1ShippingInfo, type index_d$i_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$i_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$i_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$1 as Violation, type index_d$i_ViolationsList as ViolationsList, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$6 as WeightUnit, type index_d$i__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type index_d$i__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type index_d$i__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, index_d$i_addToCheckout as addToCheckout, index_d$i_createCheckout as createCheckout, createOrder$2 as createOrder, index_d$i_getCheckout as getCheckout, index_d$i_getCheckoutByCartId as getCheckoutByCartId, index_d$i_getCheckoutPaymentSettings as getCheckoutPaymentSettings, index_d$i_getCheckoutUrl as getCheckoutUrl, index_d$i_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$i_onCheckoutCompleted as onCheckoutCompleted, index_d$i_onCheckoutCreated as onCheckoutCreated, index_d$i_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, index_d$i_removeCoupon as removeCoupon, index_d$i_removeGiftCard as removeGiftCard, index_d$i_removeLineItems as removeLineItems, index_d$i_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$i_updateCheckout as updateCheckout, index_d$i_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
14305
|
+
export { type ActionEvent$f as ActionEvent, type index_d$i_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$i_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$i_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$i_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$8 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$7 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type index_d$i_ApiAddress as ApiAddress, type ApplicationError$9 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$9 as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$4 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$6 as CatalogReference, type ChannelInfo$3 as ChannelInfo, index_d$i_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$i_ChargeDetails as ChargeDetails, ChargeType$4 as ChargeType, type Checkout$1 as Checkout, type index_d$i_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$i_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$i_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$i_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$i_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$i_CommonVatId as CommonVatId, index_d$i_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type index_d$i_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$i_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$i_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$i_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$i_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$i_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$i_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type index_d$i_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$i_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$5 as DeliveryLogistics, type DeliveryTimeSlot$5 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$4 as Details, type DetailsKindOneOf$4 as DetailsKindOneOf, type Discount$2 as Discount, index_d$i_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$f as DomainEvent, type DomainEventBodyOneOf$f as DomainEventBodyOneOf, type index_d$i_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$i_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$9 as Empty, type EntityCreatedEvent$f as EntityCreatedEvent, type EntityDeletedEvent$f as EntityDeletedEvent, type EntityUpdatedEvent$f as EntityUpdatedEvent, type EventMetadata$9 as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$4 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$4 as FullAddressContactDetails, type FullName$1 as FullName, type index_d$i_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$i_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$i_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$i_GetCheckoutPaymentSettingsRequest as GetCheckoutPaymentSettingsRequest, type index_d$i_GetCheckoutPaymentSettingsResponse as GetCheckoutPaymentSettingsResponse, type index_d$i_GetCheckoutPaymentSettingsResponseNonNullableFields as GetCheckoutPaymentSettingsResponseNonNullableFields, index_d$i_GetCheckoutPaymentSettingsResponsePaymentOption as GetCheckoutPaymentSettingsResponsePaymentOption, type index_d$i_GetCheckoutRequest as GetCheckoutRequest, type index_d$i_GetCheckoutResponse as GetCheckoutResponse, type index_d$i_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$i_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$i_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$i_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$i_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$i_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$i_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$i_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$4 as GiftCard, type Group$2 as Group, type IdentificationData$e as IdentificationData, type IdentificationDataIdOneOf$e as IdentificationDataIdOneOf, IdentityType$3 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type index_d$i_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type index_d$i_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$i_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$e as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type index_d$i_PaymentErrorResponseData as PaymentErrorResponseData, type PaymentOption$1 as PaymentOption, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$5 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$6 as PickupDetails, PickupMethod$5 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type index_d$i_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type index_d$i_RedeemErrorData as RedeemErrorData, type index_d$i_RemoveCouponRequest as RemoveCouponRequest, type index_d$i_RemoveCouponResponse as RemoveCouponResponse, type index_d$i_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$i_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$i_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$i_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$i_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$i_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$i_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$i_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$i_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$i_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$f as RestoreInfo, RuleType$4 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type index_d$i_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$i_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type index_d$i_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$7 as StreetAddress, type index_d$i_Subscription as Subscription, type index_d$i_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, SuggestedFix$1 as SuggestedFix, type SystemError$4 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type TaxableAddress$4 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$4 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$4 as TaxableAddressType, type Title$1 as Title, type Totals$1 as Totals, type index_d$i_UpdateCheckout as UpdateCheckout, type index_d$i_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$i_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$i_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$i_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$i_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$i_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$i_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$i_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$i_V1BuyerInfo as V1BuyerInfo, type index_d$i_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$i_V1ShippingInfo as V1ShippingInfo, type index_d$i_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$i_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$i_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$4 as ValidationError, type VatId$5 as VatId, VatType$5 as VatType, type Violation$1 as Violation, type index_d$i_ViolationsList as ViolationsList, WebhookIdentityType$e as WebhookIdentityType, WeightUnit$6 as WeightUnit, type index_d$i__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type index_d$i__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type index_d$i__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, index_d$i_addToCheckout as addToCheckout, index_d$i_createCheckout as createCheckout, createOrder$2 as createOrder, index_d$i_getCheckout as getCheckout, index_d$i_getCheckoutByCartId as getCheckoutByCartId, index_d$i_getCheckoutPaymentSettings as getCheckoutPaymentSettings, index_d$i_getCheckoutUrl as getCheckoutUrl, index_d$i_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$i_onCheckoutCompleted as onCheckoutCompleted, index_d$i_onCheckoutCreated as onCheckoutCreated, index_d$i_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, index_d$i_removeCoupon as removeCoupon, index_d$i_removeGiftCard as removeGiftCard, index_d$i_removeLineItems as removeLineItems, index_d$i_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$i_updateCheckout as updateCheckout, index_d$i_updateLineItemsQuantity as updateLineItemsQuantity };
|
|
14264
14306
|
}
|
|
14265
14307
|
|
|
14266
14308
|
interface CheckoutSettings {
|
|
@@ -14944,6 +14986,29 @@ interface PhysicalProperties$4 {
|
|
|
14944
14986
|
/** Whether this line item is shippable. */
|
|
14945
14987
|
shippable?: boolean;
|
|
14946
14988
|
}
|
|
14989
|
+
interface PaymentOption {
|
|
14990
|
+
/**
|
|
14991
|
+
* + `FULL_PAYMENT_ONLINE`: The entire payment for this item happens as part of the checkout.
|
|
14992
|
+
* + `FULL_PAYMENT_OFFLINE`: The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods.
|
|
14993
|
+
* + `MEMBERSHIP`: Payment for this item is done by charging a membership. When selected, `price` is `0`.
|
|
14994
|
+
* + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
|
|
14995
|
+
* + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
|
|
14996
|
+
*/
|
|
14997
|
+
paymentOption?: PaymentOptionType$3;
|
|
14998
|
+
}
|
|
14999
|
+
/** Type of selected payment option for catalog item */
|
|
15000
|
+
declare enum PaymentOptionType$3 {
|
|
15001
|
+
/** The entire payment for this item happens as part of the checkout. */
|
|
15002
|
+
FULL_PAYMENT_ONLINE = "FULL_PAYMENT_ONLINE",
|
|
15003
|
+
/** The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods. */
|
|
15004
|
+
FULL_PAYMENT_OFFLINE = "FULL_PAYMENT_OFFLINE",
|
|
15005
|
+
/** Payment for this item is done by charging a membership. When selected, `price` is `0`. */
|
|
15006
|
+
MEMBERSHIP = "MEMBERSHIP",
|
|
15007
|
+
/** Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`. */
|
|
15008
|
+
DEPOSIT_ONLINE = "DEPOSIT_ONLINE",
|
|
15009
|
+
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
15010
|
+
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
15011
|
+
}
|
|
14947
15012
|
interface CustomLineItem$1 {
|
|
14948
15013
|
/**
|
|
14949
15014
|
* Custom line item quantity.
|
|
@@ -15124,19 +15189,6 @@ declare enum FileType$1 {
|
|
|
15124
15189
|
SECURE_MUSIC = "SECURE_MUSIC",
|
|
15125
15190
|
SECURE_ARCHIVE = "SECURE_ARCHIVE"
|
|
15126
15191
|
}
|
|
15127
|
-
/** Type of selected payment option for catalog item */
|
|
15128
|
-
declare enum PaymentOptionType$3 {
|
|
15129
|
-
/** The entire payment for this item happens as part of the checkout. */
|
|
15130
|
-
FULL_PAYMENT_ONLINE = "FULL_PAYMENT_ONLINE",
|
|
15131
|
-
/** The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods. */
|
|
15132
|
-
FULL_PAYMENT_OFFLINE = "FULL_PAYMENT_OFFLINE",
|
|
15133
|
-
/** Payment for this item is done by charging a membership. When selected, `price` is `0`. */
|
|
15134
|
-
MEMBERSHIP = "MEMBERSHIP",
|
|
15135
|
-
/** Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`. */
|
|
15136
|
-
DEPOSIT_ONLINE = "DEPOSIT_ONLINE",
|
|
15137
|
-
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
15138
|
-
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
15139
|
-
}
|
|
15140
15192
|
interface ServiceProperties$2 {
|
|
15141
15193
|
/**
|
|
15142
15194
|
* Date and time the service is to be provided, in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
|
|
@@ -16701,11 +16753,15 @@ interface DescriptionLineNonNullableFields$2 {
|
|
|
16701
16753
|
interface PhysicalPropertiesNonNullableFields$2 {
|
|
16702
16754
|
shippable: boolean;
|
|
16703
16755
|
}
|
|
16756
|
+
interface PaymentOptionNonNullableFields {
|
|
16757
|
+
paymentOption: PaymentOptionType$3;
|
|
16758
|
+
}
|
|
16704
16759
|
interface CatalogOverrideFieldsNonNullableFields {
|
|
16705
16760
|
productName?: ProductNameNonNullableFields$2;
|
|
16706
16761
|
descriptionLines: DescriptionLineNonNullableFields$2[];
|
|
16707
16762
|
physicalProperties?: PhysicalPropertiesNonNullableFields$2;
|
|
16708
16763
|
image: string;
|
|
16764
|
+
paymentOption?: PaymentOptionNonNullableFields;
|
|
16709
16765
|
}
|
|
16710
16766
|
interface V1LineItemNonNullableFields {
|
|
16711
16767
|
quantity: number;
|
|
@@ -17137,6 +17193,7 @@ declare const index_d$g_NameInLineItem: typeof NameInLineItem;
|
|
|
17137
17193
|
type index_d$g_NameInOther = NameInOther;
|
|
17138
17194
|
declare const index_d$g_NameInOther: typeof NameInOther;
|
|
17139
17195
|
type index_d$g_Other = Other;
|
|
17196
|
+
type index_d$g_PaymentOption = PaymentOption;
|
|
17140
17197
|
type index_d$g_QueryCheckoutTemplatesRequest = QueryCheckoutTemplatesRequest;
|
|
17141
17198
|
type index_d$g_QueryCheckoutTemplatesResponse = QueryCheckoutTemplatesResponse;
|
|
17142
17199
|
type index_d$g_QueryCheckoutTemplatesResponseNonNullableFields = QueryCheckoutTemplatesResponseNonNullableFields;
|
|
@@ -17173,7 +17230,7 @@ declare const index_d$g_onCheckoutTemplateUsed: typeof onCheckoutTemplateUsed;
|
|
|
17173
17230
|
declare const index_d$g_queryCheckoutTemplates: typeof queryCheckoutTemplates;
|
|
17174
17231
|
declare const index_d$g_updateCheckoutTemplate: typeof updateCheckoutTemplate;
|
|
17175
17232
|
declare namespace index_d$g {
|
|
17176
|
-
export { type ActionEvent$d as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$7 as Address, type AddressLocation$6 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$8 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$7 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type index_d$g_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$3 as ChargeType, type index_d$g_Checkout as Checkout, type index_d$g_CheckoutCustomization as CheckoutCustomization, type index_d$g_CheckoutTemplate as CheckoutTemplate, type index_d$g_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type index_d$g_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type index_d$g_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type index_d$g_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type index_d$g_CheckoutTemplateUsed as CheckoutTemplateUsed, type index_d$g_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type index_d$g_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type index_d$g_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type index_d$g_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type index_d$g_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type index_d$g_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type index_d$g_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type index_d$g_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type index_d$g_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type index_d$g_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type index_d$g_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type index_d$g_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$a as CursorPaging, type CursorPagingMetadata$a as CursorPagingMetadata, type CursorQuery$7 as CursorQuery, type CursorQueryPagingMethodOneOf$7 as CursorQueryPagingMethodOneOf, type Cursors$a as Cursors, type index_d$g_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type index_d$g_CustomSettings as CustomSettings, type index_d$g_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type index_d$g_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type index_d$g_Description as Description, type DescriptionLine$2 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$2 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$2 as DescriptionLineName, DescriptionLineType$2 as DescriptionLineType, type DescriptionLineValueOneOf$2 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$7 as EventMetadata, type ExtendedFields$6 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type index_d$g_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type index_d$g_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type index_d$g_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$1 as Group, type index_d$g_HeadersEntry as HeadersEntry, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type index_d$g_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$g_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$4 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$c as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, index_d$g_NameInLineItem as NameInLineItem, index_d$g_NameInOther as NameInOther, type index_d$g_Other as Other, type OtherCharge$1 as OtherCharge, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type index_d$g_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type index_d$g_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type index_d$g_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type index_d$g_RawHttpResponse as RawHttpResponse, type index_d$g_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, index_d$g_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$a as SortOrder, type Sorting$a as Sorting, Status$2 as Status, type StreetAddress$6 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, index_d$g_SuggestedFix as SuggestedFix, type SystemError$3 as SystemError, type index_d$g_Target as Target, type index_d$g_TargetLineItem as TargetLineItem, type index_d$g_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type TaxableAddress$3 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$3 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$3 as TaxableAddressType, type index_d$g_Title as Title, type index_d$g_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type index_d$g_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type index_d$g_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type index_d$g_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type index_d$g_V1LineItem as V1LineItem, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type index_d$g_Violation as Violation, type index_d$g_WebClientCustomization as WebClientCustomization, WebhookIdentityType$c as WebhookIdentityType, WeightUnit$5 as WeightUnit, type index_d$g__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type index_d$g__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type index_d$g__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type index_d$g__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, index_d$g_createAndRedirectToCheckout as createAndRedirectToCheckout, index_d$g_createCheckoutFromTemplate as createCheckoutFromTemplate, index_d$g_createCheckoutTemplate as createCheckoutTemplate, index_d$g_deleteCheckoutTemplate as deleteCheckoutTemplate, index_d$g_getCheckoutTemplate as getCheckoutTemplate, index_d$g_onCheckoutTemplateCreated as onCheckoutTemplateCreated, index_d$g_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, index_d$g_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, index_d$g_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, index_d$g_queryCheckoutTemplates as queryCheckoutTemplates, index_d$g_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
17233
|
+
export { type ActionEvent$d as ActionEvent, type AdditionalFee$3 as AdditionalFee, type Address$7 as Address, type AddressLocation$6 as AddressLocation, type AddressWithContact$2 as AddressWithContact, type AggregatedTaxBreakdown$1 as AggregatedTaxBreakdown, type ApplicationError$8 as ApplicationError, type AppliedDiscount$3 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$3 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$1 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$7 as BaseEventMetadata, type BuyerInfo$4 as BuyerInfo, type BuyerInfoIdOneOf$2 as BuyerInfoIdOneOf, type CalculationErrors$2 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$2 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$2 as CarrierErrors, type CarrierServiceOption$1 as CarrierServiceOption, type index_d$g_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$5 as CatalogReference, ChannelType$3 as ChannelType, ChargeType$3 as ChargeType, type index_d$g_Checkout as Checkout, type index_d$g_CheckoutCustomization as CheckoutCustomization, type index_d$g_CheckoutTemplate as CheckoutTemplate, type index_d$g_CheckoutTemplateCreatedEnvelope as CheckoutTemplateCreatedEnvelope, type index_d$g_CheckoutTemplateDeletedEnvelope as CheckoutTemplateDeletedEnvelope, type index_d$g_CheckoutTemplateNonNullableFields as CheckoutTemplateNonNullableFields, type index_d$g_CheckoutTemplateUpdatedEnvelope as CheckoutTemplateUpdatedEnvelope, type index_d$g_CheckoutTemplateUsed as CheckoutTemplateUsed, type index_d$g_CheckoutTemplateUsedEnvelope as CheckoutTemplateUsedEnvelope, type index_d$g_CheckoutTemplatesQueryBuilder as CheckoutTemplatesQueryBuilder, type index_d$g_CheckoutTemplatesQueryResult as CheckoutTemplatesQueryResult, type Color$2 as Color, type index_d$g_ConversionInfo as ConversionInfo, type Coupon$3 as Coupon, type index_d$g_CreateAndRedirectToCheckoutRequest as CreateAndRedirectToCheckoutRequest, type index_d$g_CreateCheckoutFromTemplateRequest as CreateCheckoutFromTemplateRequest, type index_d$g_CreateCheckoutFromTemplateResponse as CreateCheckoutFromTemplateResponse, type index_d$g_CreateCheckoutFromTemplateResponseNonNullableFields as CreateCheckoutFromTemplateResponseNonNullableFields, type index_d$g_CreateCheckoutTemplateRequest as CreateCheckoutTemplateRequest, type index_d$g_CreateCheckoutTemplateResponse as CreateCheckoutTemplateResponse, type index_d$g_CreateCheckoutTemplateResponseNonNullableFields as CreateCheckoutTemplateResponseNonNullableFields, type CreatedBy$2 as CreatedBy, type index_d$g_CreatedByIdOneOf as CreatedByIdOneOf, type CursorPaging$a as CursorPaging, type CursorPagingMetadata$a as CursorPagingMetadata, type CursorQuery$7 as CursorQuery, type CursorQueryPagingMethodOneOf$7 as CursorQueryPagingMethodOneOf, type Cursors$a as Cursors, type index_d$g_CustomContentReference as CustomContentReference, type CustomField$3 as CustomField, type CustomLineItem$1 as CustomLineItem, type index_d$g_CustomSettings as CustomSettings, type index_d$g_DeleteCheckoutTemplateRequest as DeleteCheckoutTemplateRequest, type index_d$g_DeleteCheckoutTemplateResponse as DeleteCheckoutTemplateResponse, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type index_d$g_Description as Description, type DescriptionLine$2 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$2 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$2 as DescriptionLineName, DescriptionLineType$2 as DescriptionLineType, type DescriptionLineValueOneOf$2 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type DiscountRule$3 as DiscountRule, type DiscountRuleName$3 as DiscountRuleName, DiscountType$3 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$7 as EventMetadata, type ExtendedFields$6 as ExtendedFields, type ExternalReference$1 as ExternalReference, FallbackReason$1 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$1 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type index_d$g_GetCheckoutTemplateRequest as GetCheckoutTemplateRequest, type index_d$g_GetCheckoutTemplateResponse as GetCheckoutTemplateResponse, type index_d$g_GetCheckoutTemplateResponseNonNullableFields as GetCheckoutTemplateResponseNonNullableFields, type GiftCard$3 as GiftCard, type Group$1 as Group, type index_d$g_HeadersEntry as HeadersEntry, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InvalidMembership$1 as InvalidMembership, type index_d$g_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$g_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$3 as ItemTaxFullDetails, type ItemType$3 as ItemType, ItemTypeItemType$3 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$3 as ItemTypeItemTypeDataOneOf, JurisdictionType$3 as JurisdictionType, type LineItem$3 as LineItem, type LineItemDiscount$3 as LineItemDiscount, ManualCalculationReason$1 as ManualCalculationReason, type Membership$1 as Membership, type MembershipName$4 as MembershipName, type MembershipOptions$1 as MembershipOptions, type MembershipPaymentCredits$1 as MembershipPaymentCredits, type MerchantDiscount$3 as MerchantDiscount, type MessageEnvelope$c as MessageEnvelope, type MultiCurrencyPrice$1 as MultiCurrencyPrice, index_d$g_NameInLineItem as NameInLineItem, index_d$g_NameInOther as NameInOther, type index_d$g_Other as Other, type OtherCharge$1 as OtherCharge, type index_d$g_PaymentOption as PaymentOption, PaymentOptionType$3 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$2 as PlainTextValue, type PriceDescription$2 as PriceDescription, type PriceSummary$3 as PriceSummary, type ProductName$2 as ProductName, type index_d$g_QueryCheckoutTemplatesRequest as QueryCheckoutTemplatesRequest, type index_d$g_QueryCheckoutTemplatesResponse as QueryCheckoutTemplatesResponse, type index_d$g_QueryCheckoutTemplatesResponseNonNullableFields as QueryCheckoutTemplatesResponseNonNullableFields, RateType$1 as RateType, type index_d$g_RawHttpResponse as RawHttpResponse, type index_d$g_RawHttpResponseNonNullableFields as RawHttpResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$1 as Scope, type SecuredMedia$1 as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$1 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type SelectedMembership$1 as SelectedMembership, type SelectedMemberships$1 as SelectedMemberships, type ServiceProperties$2 as ServiceProperties, index_d$g_Severity as Severity, type ShippingInfo$1 as ShippingInfo, type ShippingOption$3 as ShippingOption, type ShippingPrice$3 as ShippingPrice, type ShippingRegion$3 as ShippingRegion, SortOrder$a as SortOrder, type Sorting$a as Sorting, Status$2 as Status, type StreetAddress$6 as StreetAddress, SubscriptionFrequency$4 as SubscriptionFrequency, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$4 as SubscriptionSettings, index_d$g_SuggestedFix as SuggestedFix, type SystemError$3 as SystemError, type index_d$g_Target as Target, type index_d$g_TargetLineItem as TargetLineItem, type index_d$g_TargetTargetTypeOneOf as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type TaxCalculationDetails$1 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$1 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$1 as TaxRateBreakdown, type TaxSummary$3 as TaxSummary, type TaxableAddress$3 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$3 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$3 as TaxableAddressType, type index_d$g_Title as Title, type index_d$g_UpdateCheckoutTemplate as UpdateCheckoutTemplate, type index_d$g_UpdateCheckoutTemplateRequest as UpdateCheckoutTemplateRequest, type index_d$g_UpdateCheckoutTemplateResponse as UpdateCheckoutTemplateResponse, type index_d$g_UpdateCheckoutTemplateResponseNonNullableFields as UpdateCheckoutTemplateResponseNonNullableFields, type index_d$g_V1LineItem as V1LineItem, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type index_d$g_Violation as Violation, type index_d$g_WebClientCustomization as WebClientCustomization, WebhookIdentityType$c as WebhookIdentityType, WeightUnit$5 as WeightUnit, type index_d$g__publicOnCheckoutTemplateCreatedType as _publicOnCheckoutTemplateCreatedType, type index_d$g__publicOnCheckoutTemplateDeletedType as _publicOnCheckoutTemplateDeletedType, type index_d$g__publicOnCheckoutTemplateUpdatedType as _publicOnCheckoutTemplateUpdatedType, type index_d$g__publicOnCheckoutTemplateUsedType as _publicOnCheckoutTemplateUsedType, index_d$g_createAndRedirectToCheckout as createAndRedirectToCheckout, index_d$g_createCheckoutFromTemplate as createCheckoutFromTemplate, index_d$g_createCheckoutTemplate as createCheckoutTemplate, index_d$g_deleteCheckoutTemplate as deleteCheckoutTemplate, index_d$g_getCheckoutTemplate as getCheckoutTemplate, index_d$g_onCheckoutTemplateCreated as onCheckoutTemplateCreated, index_d$g_onCheckoutTemplateDeleted as onCheckoutTemplateDeleted, index_d$g_onCheckoutTemplateUpdated as onCheckoutTemplateUpdated, index_d$g_onCheckoutTemplateUsed as onCheckoutTemplateUsed, onCheckoutTemplateCreated$1 as publicOnCheckoutTemplateCreated, onCheckoutTemplateDeleted$1 as publicOnCheckoutTemplateDeleted, onCheckoutTemplateUpdated$1 as publicOnCheckoutTemplateUpdated, onCheckoutTemplateUsed$1 as publicOnCheckoutTemplateUsed, index_d$g_queryCheckoutTemplates as queryCheckoutTemplates, index_d$g_updateCheckoutTemplate as updateCheckoutTemplate };
|
|
17177
17234
|
}
|
|
17178
17235
|
|
|
17179
17236
|
/**
|
|
@@ -20391,6 +20448,11 @@ interface Order$2 {
|
|
|
20391
20448
|
* + No shipping option is selected.
|
|
20392
20449
|
*/
|
|
20393
20450
|
recipientInfo?: AddressWithContact$1;
|
|
20451
|
+
/**
|
|
20452
|
+
* Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
|
|
20453
|
+
* Used for migration from external systems.
|
|
20454
|
+
*/
|
|
20455
|
+
purchasedDate?: Date | null;
|
|
20394
20456
|
}
|
|
20395
20457
|
declare enum PaymentStatus$2 {
|
|
20396
20458
|
UNSPECIFIED = "UNSPECIFIED",
|
|
@@ -24018,6 +24080,11 @@ interface Order$1 {
|
|
|
24018
24080
|
* + No shipping option is selected.
|
|
24019
24081
|
*/
|
|
24020
24082
|
recipientInfo?: AddressWithContact;
|
|
24083
|
+
/**
|
|
24084
|
+
* Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
|
|
24085
|
+
* Used for migration from external systems.
|
|
24086
|
+
*/
|
|
24087
|
+
purchasedDate?: Date | null;
|
|
24021
24088
|
}
|
|
24022
24089
|
interface OrderLineItem {
|
|
24023
24090
|
/** Line item ID. */
|
|
@@ -29051,6 +29118,11 @@ interface UpdateOrder {
|
|
|
29051
29118
|
* + No shipping option is selected.
|
|
29052
29119
|
*/
|
|
29053
29120
|
recipientInfo?: AddressWithContact;
|
|
29121
|
+
/**
|
|
29122
|
+
* Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
|
|
29123
|
+
* Used for migration from external systems.
|
|
29124
|
+
*/
|
|
29125
|
+
purchasedDate?: Date | null;
|
|
29054
29126
|
}
|
|
29055
29127
|
interface BulkUpdateOrdersOptions {
|
|
29056
29128
|
/**
|