@wix/ecom 1.0.733 → 1.0.735

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.733",
3
+ "version": "1.0.735",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -24,9 +24,9 @@
24
24
  "@wix/ecom_back-in-stock-notifications": "1.0.48",
25
25
  "@wix/ecom_back-in-stock-settings": "1.0.34",
26
26
  "@wix/ecom_cart": "1.0.70",
27
- "@wix/ecom_checkout": "1.0.79",
27
+ "@wix/ecom_checkout": "1.0.80",
28
28
  "@wix/ecom_checkout-content": "1.0.5",
29
- "@wix/ecom_checkout-settings": "1.0.48",
29
+ "@wix/ecom_checkout-settings": "1.0.49",
30
30
  "@wix/ecom_checkout-templates": "1.0.80",
31
31
  "@wix/ecom_currencies": "1.0.35",
32
32
  "@wix/ecom_current-cart": "1.0.70",
@@ -76,5 +76,5 @@
76
76
  "fqdn": ""
77
77
  }
78
78
  },
79
- "falconPackageHash": "43a9956c92b01fbd92f179f55f2fe68d49793031ce1d788a382a5690"
79
+ "falconPackageHash": "de9f9a62b848934ac939351452e04c539cb8c58bea5fee5e1a7b2d2c"
80
80
  }
@@ -10367,6 +10367,8 @@ interface RemoveLineItemsResponse {
10367
10367
  interface CreateOrderRequest$1 {
10368
10368
  /** Checkout ID. */
10369
10369
  _id: string;
10370
+ /** Indicates whether to authorize the payment and delay the capture */
10371
+ delayCapture?: boolean;
10370
10372
  }
10371
10373
  interface CreateOrderResponse$1 extends CreateOrderResponseIdOneOf {
10372
10374
  /** ID of the newly created order. */
@@ -10417,6 +10419,8 @@ interface CreateOrderAndChargeRequest {
10417
10419
  _id?: string;
10418
10420
  /** Payment token. */
10419
10421
  paymentToken?: string | null;
10422
+ /** Indicates whether to authorize the payment and delay the capture */
10423
+ delayCapture?: boolean;
10420
10424
  }
10421
10425
  interface CreateOrderAndChargeResponse extends CreateOrderAndChargeResponseIdOneOf {
10422
10426
  /** ID of newly created order. */
@@ -11710,6 +11714,10 @@ interface AddToCheckoutOptions {
11710
11714
  */
11711
11715
  customLineItems?: CustomLineItem$2[];
11712
11716
  }
11717
+ interface CreateOrderOptions {
11718
+ /** Indicates whether to authorize the payment and delay the capture */
11719
+ delayCapture?: boolean;
11720
+ }
11713
11721
 
11714
11722
  declare function createCheckout$1(httpClient: HttpClient): CreateCheckoutSignature;
11715
11723
  interface CreateCheckoutSignature {
@@ -11858,7 +11866,7 @@ interface CreateOrderSignature$1 {
11858
11866
  * @param - Checkout ID.
11859
11867
  * @param - Further order creation options.
11860
11868
  */
11861
- (_id: string): Promise<CreateOrderResponse$1 & CreateOrderResponseNonNullableFields$1>;
11869
+ (_id: string, options?: CreateOrderOptions | undefined): Promise<CreateOrderResponse$1 & CreateOrderResponseNonNullableFields$1>;
11862
11870
  }
11863
11871
  declare function markCheckoutAsCompleted$1(httpClient: HttpClient): MarkCheckoutAsCompletedSignature;
11864
11872
  interface MarkCheckoutAsCompletedSignature {
@@ -11950,6 +11958,7 @@ type context$f_CreateCheckoutResponseNonNullableFields = CreateCheckoutResponseN
11950
11958
  type context$f_CreateOrderAndChargeRequest = CreateOrderAndChargeRequest;
11951
11959
  type context$f_CreateOrderAndChargeResponse = CreateOrderAndChargeResponse;
11952
11960
  type context$f_CreateOrderAndChargeResponseIdOneOf = CreateOrderAndChargeResponseIdOneOf;
11961
+ type context$f_CreateOrderOptions = CreateOrderOptions;
11953
11962
  type context$f_CreateOrderResponseIdOneOf = CreateOrderResponseIdOneOf;
11954
11963
  type context$f_DiscountDiscountType = DiscountDiscountType;
11955
11964
  declare const context$f_DiscountDiscountType: typeof DiscountDiscountType;
@@ -12026,7 +12035,7 @@ declare const context$f_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
12026
12035
  declare const context$f_updateCheckout: typeof updateCheckout;
12027
12036
  declare const context$f_updateLineItemsQuantity: typeof updateLineItemsQuantity;
12028
12037
  declare namespace context$f {
12029
- export { type ActionEvent$d as ActionEvent, type context$f_AddToCheckoutOptions as AddToCheckoutOptions, type context$f_AddToCheckoutRequest as AddToCheckoutRequest, type context$f_AddToCheckoutResponse as AddToCheckoutResponse, type context$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type context$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, context$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type context$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$f_CommonVatId as CommonVatId, context$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$f_CreateCheckoutOptions as CreateCheckoutOptions, type context$f_CreateCheckoutRequest as CreateCheckoutRequest, type context$f_CreateCheckoutResponse as CreateCheckoutResponse, type context$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, context$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type context$f_DoublePaymentErrorData as DoublePaymentErrorData, type context$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type context$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$f_GetCheckoutRequest as GetCheckoutRequest, type context$f_GetCheckoutResponse as GetCheckoutResponse, type context$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type context$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type context$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type context$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$f_RedeemErrorData as RedeemErrorData, type context$f_RemoveCouponRequest as RemoveCouponRequest, type context$f_RemoveCouponResponse as RemoveCouponResponse, type context$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type context$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type context$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type context$f_Subscription as Subscription, type context$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type Title$1 as Title, type Totals$1 as Totals, type context$f_UpdateCheckout as UpdateCheckout, type context$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$f_V1BuyerInfo as V1BuyerInfo, type context$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$f_V1ShippingInfo as V1ShippingInfo, type context$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type context$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$f_addToCheckout as addToCheckout, context$f_createCheckout as createCheckout, createOrder$2 as createOrder, context$f_getCheckout as getCheckout, context$f_getCheckoutByCartId as getCheckoutByCartId, context$f_getCheckoutUrl as getCheckoutUrl, context$f_markCheckoutAsCompleted as markCheckoutAsCompleted, context$f_onCheckoutCompleted as onCheckoutCompleted, context$f_onCheckoutCreated as onCheckoutCreated, context$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$f_removeCoupon as removeCoupon, context$f_removeGiftCard as removeGiftCard, context$f_removeLineItems as removeLineItems, context$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$f_updateCheckout as updateCheckout, context$f_updateLineItemsQuantity as updateLineItemsQuantity };
12038
+ export { type ActionEvent$d as ActionEvent, type context$f_AddToCheckoutOptions as AddToCheckoutOptions, type context$f_AddToCheckoutRequest as AddToCheckoutRequest, type context$f_AddToCheckoutResponse as AddToCheckoutResponse, type context$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type context$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, context$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type context$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type context$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type context$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type context$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type context$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type context$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type context$f_CommonVatId as CommonVatId, context$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type context$f_CreateCheckoutOptions as CreateCheckoutOptions, type context$f_CreateCheckoutRequest as CreateCheckoutRequest, type context$f_CreateCheckoutResponse as CreateCheckoutResponse, type context$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type context$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type context$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type context$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type context$f_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type context$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, context$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type context$f_DoublePaymentErrorData as DoublePaymentErrorData, type context$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type context$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type context$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type context$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type context$f_GetCheckoutRequest as GetCheckoutRequest, type context$f_GetCheckoutResponse as GetCheckoutResponse, type context$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type context$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type context$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type context$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type context$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type context$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type context$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type context$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type context$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type context$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type context$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type context$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type context$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type context$f_RedeemErrorData as RedeemErrorData, type context$f_RemoveCouponRequest as RemoveCouponRequest, type context$f_RemoveCouponResponse as RemoveCouponResponse, type context$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type context$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type context$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type context$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type context$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type context$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type context$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type context$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type context$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type context$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type context$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type context$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type context$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type context$f_Subscription as Subscription, type context$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type Title$1 as Title, type Totals$1 as Totals, type context$f_UpdateCheckout as UpdateCheckout, type context$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type context$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type context$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type context$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type context$f_V1BuyerInfo as V1BuyerInfo, type context$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type context$f_V1ShippingInfo as V1ShippingInfo, type context$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type context$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type context$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type context$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type context$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type context$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type context$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, context$f_addToCheckout as addToCheckout, context$f_createCheckout as createCheckout, createOrder$2 as createOrder, context$f_getCheckout as getCheckout, context$f_getCheckoutByCartId as getCheckoutByCartId, context$f_getCheckoutUrl as getCheckoutUrl, context$f_markCheckoutAsCompleted as markCheckoutAsCompleted, context$f_onCheckoutCompleted as onCheckoutCompleted, context$f_onCheckoutCreated as onCheckoutCreated, context$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, context$f_removeCoupon as removeCoupon, context$f_removeGiftCard as removeGiftCard, context$f_removeLineItems as removeLineItems, context$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, context$f_updateCheckout as updateCheckout, context$f_updateLineItemsQuantity as updateLineItemsQuantity };
12030
12039
  }
12031
12040
 
12032
12041
  interface CheckoutSettings {
@@ -12145,6 +12154,19 @@ interface CheckoutFields {
12145
12154
  * Default: `false`.
12146
12155
  */
12147
12156
  mitEnabled?: boolean | null;
12157
+ /**
12158
+ * Whether to allow for Auth & Capture transactions. <br><br>
12159
+ *
12160
+ * Default: `false`
12161
+ */
12162
+ delayCaptureEnabled?: boolean | null;
12163
+ /**
12164
+ * Whether to automatically capture the transaction before the authorization expires.
12165
+ *
12166
+ * Default: `true`
12167
+ * >**Note:** this setting is only relevant when `delay_capture_enabled: true`.
12168
+ */
12169
+ captureBeforeExpiryEnabled?: boolean | null;
12148
12170
  }
12149
12171
  interface CheckboxField {
12150
12172
  /** Whether the checkbox is visible to the customer. */
@@ -10367,6 +10367,8 @@ interface RemoveLineItemsResponse {
10367
10367
  interface CreateOrderRequest$1 {
10368
10368
  /** Checkout ID. */
10369
10369
  _id: string;
10370
+ /** Indicates whether to authorize the payment and delay the capture */
10371
+ delayCapture?: boolean;
10370
10372
  }
10371
10373
  interface CreateOrderResponse$1 extends CreateOrderResponseIdOneOf {
10372
10374
  /** ID of the newly created order. */
@@ -10417,6 +10419,8 @@ interface CreateOrderAndChargeRequest {
10417
10419
  _id?: string;
10418
10420
  /** Payment token. */
10419
10421
  paymentToken?: string | null;
10422
+ /** Indicates whether to authorize the payment and delay the capture */
10423
+ delayCapture?: boolean;
10420
10424
  }
10421
10425
  interface CreateOrderAndChargeResponse extends CreateOrderAndChargeResponseIdOneOf {
10422
10426
  /** ID of newly created order. */
@@ -11710,6 +11714,10 @@ interface AddToCheckoutOptions {
11710
11714
  */
11711
11715
  customLineItems?: CustomLineItem$2[];
11712
11716
  }
11717
+ interface CreateOrderOptions {
11718
+ /** Indicates whether to authorize the payment and delay the capture */
11719
+ delayCapture?: boolean;
11720
+ }
11713
11721
 
11714
11722
  declare function createCheckout$1(httpClient: HttpClient): CreateCheckoutSignature;
11715
11723
  interface CreateCheckoutSignature {
@@ -11858,7 +11866,7 @@ interface CreateOrderSignature$1 {
11858
11866
  * @param - Checkout ID.
11859
11867
  * @param - Further order creation options.
11860
11868
  */
11861
- (_id: string): Promise<CreateOrderResponse$1 & CreateOrderResponseNonNullableFields$1>;
11869
+ (_id: string, options?: CreateOrderOptions | undefined): Promise<CreateOrderResponse$1 & CreateOrderResponseNonNullableFields$1>;
11862
11870
  }
11863
11871
  declare function markCheckoutAsCompleted$1(httpClient: HttpClient): MarkCheckoutAsCompletedSignature;
11864
11872
  interface MarkCheckoutAsCompletedSignature {
@@ -11950,6 +11958,7 @@ type index_d$f_CreateCheckoutResponseNonNullableFields = CreateCheckoutResponseN
11950
11958
  type index_d$f_CreateOrderAndChargeRequest = CreateOrderAndChargeRequest;
11951
11959
  type index_d$f_CreateOrderAndChargeResponse = CreateOrderAndChargeResponse;
11952
11960
  type index_d$f_CreateOrderAndChargeResponseIdOneOf = CreateOrderAndChargeResponseIdOneOf;
11961
+ type index_d$f_CreateOrderOptions = CreateOrderOptions;
11953
11962
  type index_d$f_CreateOrderResponseIdOneOf = CreateOrderResponseIdOneOf;
11954
11963
  type index_d$f_DiscountDiscountType = DiscountDiscountType;
11955
11964
  declare const index_d$f_DiscountDiscountType: typeof DiscountDiscountType;
@@ -12026,7 +12035,7 @@ declare const index_d$f_removeOverrideCheckoutUrl: typeof removeOverrideCheckout
12026
12035
  declare const index_d$f_updateCheckout: typeof updateCheckout;
12027
12036
  declare const index_d$f_updateLineItemsQuantity: typeof updateLineItemsQuantity;
12028
12037
  declare namespace index_d$f {
12029
- export { type ActionEvent$d as ActionEvent, type index_d$f_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$f_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$f_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type index_d$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, index_d$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type index_d$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$f_CommonVatId as CommonVatId, index_d$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type index_d$f_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$f_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$f_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, index_d$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type index_d$f_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type index_d$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$f_GetCheckoutRequest as GetCheckoutRequest, type index_d$f_GetCheckoutResponse as GetCheckoutResponse, type index_d$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type index_d$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type index_d$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type index_d$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type index_d$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type index_d$f_RedeemErrorData as RedeemErrorData, type index_d$f_RemoveCouponRequest as RemoveCouponRequest, type index_d$f_RemoveCouponResponse as RemoveCouponResponse, type index_d$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type index_d$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type index_d$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type index_d$f_Subscription as Subscription, type index_d$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type Title$1 as Title, type Totals$1 as Totals, type index_d$f_UpdateCheckout as UpdateCheckout, type index_d$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$f_V1BuyerInfo as V1BuyerInfo, type index_d$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$f_V1ShippingInfo as V1ShippingInfo, type index_d$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type index_d$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type index_d$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type index_d$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type index_d$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, index_d$f_addToCheckout as addToCheckout, index_d$f_createCheckout as createCheckout, createOrder$2 as createOrder, index_d$f_getCheckout as getCheckout, index_d$f_getCheckoutByCartId as getCheckoutByCartId, index_d$f_getCheckoutUrl as getCheckoutUrl, index_d$f_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$f_onCheckoutCompleted as onCheckoutCompleted, index_d$f_onCheckoutCreated as onCheckoutCreated, index_d$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, index_d$f_removeCoupon as removeCoupon, index_d$f_removeGiftCard as removeGiftCard, index_d$f_removeLineItems as removeLineItems, index_d$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$f_updateCheckout as updateCheckout, index_d$f_updateLineItemsQuantity as updateLineItemsQuantity };
12038
+ export { type ActionEvent$d as ActionEvent, type index_d$f_AddToCheckoutOptions as AddToCheckoutOptions, type index_d$f_AddToCheckoutRequest as AddToCheckoutRequest, type index_d$f_AddToCheckoutResponse as AddToCheckoutResponse, type index_d$f_AddToCheckoutResponseNonNullableFields as AddToCheckoutResponseNonNullableFields, type AdditionalFee$4 as AdditionalFee, type Address$7 as Address, type AddressAddressLine1OptionsOneOf$1 as AddressAddressLine1OptionsOneOf, type AddressLocation$6 as AddressLocation, type AddressWithContact$3 as AddressWithContact, type AggregatedTaxBreakdown$2 as AggregatedTaxBreakdown, type index_d$f_ApiAddress as ApiAddress, type ApplicationError$8 as ApplicationError, type AppliedCoupon$1 as AppliedCoupon, type AppliedDiscount$4 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$4 as AppliedDiscountDiscountSourceOneOf, type AutoTaxFallbackCalculationDetails$2 as AutoTaxFallbackCalculationDetails, type BaseEventMetadata$b as BaseEventMetadata, type BillingInfo$1 as BillingInfo, type BuyerInfo$5 as BuyerInfo, type BuyerInfoIdOneOf$3 as BuyerInfoIdOneOf, type CalculationErrors$3 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$3 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$3 as CarrierError, type CarrierErrors$3 as CarrierErrors, type CarrierServiceOption$2 as CarrierServiceOption, type CatalogOverrideFields$1 as CatalogOverrideFields, type CatalogReference$4 as CatalogReference, type ChannelInfo$3 as ChannelInfo, index_d$f_ChannelInfoChannelType as ChannelInfoChannelType, ChannelType$4 as ChannelType, type index_d$f_ChargeDetails as ChargeDetails, ChargeType$3 as ChargeType, type Checkout$1 as Checkout, type index_d$f_CheckoutCompletedEnvelope as CheckoutCompletedEnvelope, type index_d$f_CheckoutCreatedEnvelope as CheckoutCreatedEnvelope, type index_d$f_CheckoutMarkedAsCompleted as CheckoutMarkedAsCompleted, type index_d$f_CheckoutNonNullableFields as CheckoutNonNullableFields, type index_d$f_CheckoutUpdatedEnvelope as CheckoutUpdatedEnvelope, type Color$3 as Color, type index_d$f_CommonVatId as CommonVatId, index_d$f_CommonVatType as CommonVatType, type ConversionInfo$1 as ConversionInfo, type Coupon$4 as Coupon, type index_d$f_CreateCheckoutOptions as CreateCheckoutOptions, type index_d$f_CreateCheckoutRequest as CreateCheckoutRequest, type index_d$f_CreateCheckoutResponse as CreateCheckoutResponse, type index_d$f_CreateCheckoutResponseNonNullableFields as CreateCheckoutResponseNonNullableFields, type index_d$f_CreateOrderAndChargeRequest as CreateOrderAndChargeRequest, type index_d$f_CreateOrderAndChargeResponse as CreateOrderAndChargeResponse, type index_d$f_CreateOrderAndChargeResponseIdOneOf as CreateOrderAndChargeResponseIdOneOf, type index_d$f_CreateOrderOptions as CreateOrderOptions, type CreateOrderRequest$1 as CreateOrderRequest, type CreateOrderResponse$1 as CreateOrderResponse, type index_d$f_CreateOrderResponseIdOneOf as CreateOrderResponseIdOneOf, type CreateOrderResponseNonNullableFields$1 as CreateOrderResponseNonNullableFields, type CreatedBy$3 as CreatedBy, type CreatedByIdOneOf$1 as CreatedByIdOneOf, type CustomContentReference$1 as CustomContentReference, type CustomField$4 as CustomField, type CustomLineItem$2 as CustomLineItem, type CustomSettings$1 as CustomSettings, type CustomTextFieldSelection$1 as CustomTextFieldSelection, type DeliveryLogistics$4 as DeliveryLogistics, type DeliveryTimeSlot$4 as DeliveryTimeSlot, type Description$1 as Description, type DescriptionLine$3 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$3 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$3 as DescriptionLineName, DescriptionLineType$3 as DescriptionLineType, type DescriptionLineValueOneOf$3 as DescriptionLineValueOneOf, type Details$3 as Details, type DetailsKindOneOf$3 as DetailsKindOneOf, type Discount$2 as Discount, index_d$f_DiscountDiscountType as DiscountDiscountType, type DiscountRule$4 as DiscountRule, type DiscountRuleName$4 as DiscountRuleName, DiscountType$4 as DiscountType, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type index_d$f_DoublePaymentErrorData as DoublePaymentErrorData, type index_d$f_DoublePaymentErrorDataIdOneOf as DoublePaymentErrorDataIdOneOf, type Empty$8 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type ExtendedFields$7 as ExtendedFields, type ExternalReference$2 as ExternalReference, FallbackReason$2 as FallbackReason, type FieldViolation$3 as FieldViolation, FileType$2 as FileType, type FullAddressContactDetails$3 as FullAddressContactDetails, type FullName$1 as FullName, type index_d$f_GetCheckoutByCartIdRequest as GetCheckoutByCartIdRequest, type index_d$f_GetCheckoutByCartIdResponse as GetCheckoutByCartIdResponse, type index_d$f_GetCheckoutByCartIdResponseNonNullableFields as GetCheckoutByCartIdResponseNonNullableFields, type index_d$f_GetCheckoutRequest as GetCheckoutRequest, type index_d$f_GetCheckoutResponse as GetCheckoutResponse, type index_d$f_GetCheckoutResponseNonNullableFields as GetCheckoutResponseNonNullableFields, type index_d$f_GetCheckoutURLRequest as GetCheckoutURLRequest, type index_d$f_GetCheckoutURLResponse as GetCheckoutURLResponse, type index_d$f_GetCheckoutURLResponseNonNullableFields as GetCheckoutURLResponseNonNullableFields, type index_d$f_GetCheckoutWithAllExtendedFieldsRequest as GetCheckoutWithAllExtendedFieldsRequest, type index_d$f_GetCheckoutWithAllExtendedFieldsResponse as GetCheckoutWithAllExtendedFieldsResponse, type index_d$f_GetWixCheckoutURLRequest as GetWixCheckoutURLRequest, type index_d$f_GetWixCheckoutURLResponse as GetWixCheckoutURLResponse, type GiftCard$3 as GiftCard, type Group$2 as Group, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type InvalidMembership$2 as InvalidMembership, type ItemAvailabilityInfo$1 as ItemAvailabilityInfo, ItemAvailabilityStatus$1 as ItemAvailabilityStatus, type ItemTaxFullDetails$4 as ItemTaxFullDetails, type ItemType$4 as ItemType, ItemTypeItemType$4 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$4 as ItemTypeItemTypeDataOneOf, JurisdictionType$4 as JurisdictionType, type LineItem$4 as LineItem, type LineItemDiscount$4 as LineItemDiscount, type index_d$f_LineItemQuantityUpdate as LineItemQuantityUpdate, LineItemType$1 as LineItemType, ManualCalculationReason$2 as ManualCalculationReason, type index_d$f_MarkCheckoutAsCompletedRequest as MarkCheckoutAsCompletedRequest, type index_d$f_MarkCheckoutAsCompletedResponse as MarkCheckoutAsCompletedResponse, type MediaItem$1 as MediaItem, MediaItemType$1 as MediaItemType, type Membership$2 as Membership, type MembershipName$5 as MembershipName, type MembershipOptions$2 as MembershipOptions, type MembershipPaymentCredits$2 as MembershipPaymentCredits, type MerchantDiscount$4 as MerchantDiscount, type MerchantDiscountInput$1 as MerchantDiscountInput, type MessageEnvelope$d as MessageEnvelope, type MultiCurrencyPrice$2 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type OptionSelection$1 as OptionSelection, type Other$1 as Other, type OtherCharge$2 as OtherCharge, type index_d$f_PaymentErrorResponseData as PaymentErrorResponseData, PaymentOptionType$4 as PaymentOptionType, type PhysicalProperties$4 as PhysicalProperties, type PickupAddress$3 as PickupAddress, type PickupDetails$5 as PickupDetails, PickupMethod$4 as PickupMethod, type PlainTextValue$3 as PlainTextValue, type PriceDescription$3 as PriceDescription, type PriceSummary$4 as PriceSummary, type index_d$f_ProductDetails as ProductDetails, type ProductName$3 as ProductName, RateType$2 as RateType, type index_d$f_RedeemErrorData as RedeemErrorData, type index_d$f_RemoveCouponRequest as RemoveCouponRequest, type index_d$f_RemoveCouponResponse as RemoveCouponResponse, type index_d$f_RemoveCouponResponseNonNullableFields as RemoveCouponResponseNonNullableFields, type index_d$f_RemoveGiftCardRequest as RemoveGiftCardRequest, type index_d$f_RemoveGiftCardResponse as RemoveGiftCardResponse, type index_d$f_RemoveGiftCardResponseNonNullableFields as RemoveGiftCardResponseNonNullableFields, type index_d$f_RemoveLineItemsRequest as RemoveLineItemsRequest, type index_d$f_RemoveLineItemsResponse as RemoveLineItemsResponse, type index_d$f_RemoveLineItemsResponseNonNullableFields as RemoveLineItemsResponseNonNullableFields, type index_d$f_RemoveOverrideCheckoutUrlRequest as RemoveOverrideCheckoutUrlRequest, type index_d$f_RemoveOverrideCheckoutUrlResponse as RemoveOverrideCheckoutUrlResponse, type index_d$f_RemoveOverrideCheckoutUrlResponseNonNullableFields as RemoveOverrideCheckoutUrlResponseNonNullableFields, type RestoreInfo$d as RestoreInfo, RuleType$3 as RuleType, type Scope$2 as Scope, type SecuredMedia$2 as SecuredMedia, type SelectedCarrierServiceOption$2 as SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge$2 as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$2 as SelectedCarrierServiceOptionPrices, type SelectedMembership$2 as SelectedMembership, type SelectedMemberships$2 as SelectedMemberships, type ServiceProperties$3 as ServiceProperties, Severity$1 as Severity, type ShipmentDetails$1 as ShipmentDetails, type index_d$f_ShippingCalculationErrorData as ShippingCalculationErrorData, type index_d$f_ShippingCalculationErrorDataShippingCalculationErrorOneOf as ShippingCalculationErrorDataShippingCalculationErrorOneOf, type ShippingInfo$2 as ShippingInfo, type ShippingOption$4 as ShippingOption, type ShippingPrice$4 as ShippingPrice, type ShippingRegion$4 as ShippingRegion, type index_d$f_StoreSettings as StoreSettings, type Street$1 as Street, type StreetAddress$6 as StreetAddress, type index_d$f_Subscription as Subscription, type index_d$f_SubscriptionCreated as SubscriptionCreated, SubscriptionFrequency$5 as SubscriptionFrequency, type SubscriptionOptionInfo$2 as SubscriptionOptionInfo, type SubscriptionSettings$5 as SubscriptionSettings, type SystemError$3 as SystemError, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$2 as TaxBreakdown, type TaxCalculationDetails$2 as TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf$2 as TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown$2 as TaxRateBreakdown, type TaxSummary$4 as TaxSummary, type Title$1 as Title, type Totals$1 as Totals, type index_d$f_UpdateCheckout as UpdateCheckout, type index_d$f_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$f_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$f_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$f_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$f_UpdateLineItemsQuantityRequest as UpdateLineItemsQuantityRequest, type index_d$f_UpdateLineItemsQuantityResponse as UpdateLineItemsQuantityResponse, type index_d$f_UpdateLineItemsQuantityResponseNonNullableFields as UpdateLineItemsQuantityResponseNonNullableFields, type index_d$f_UpdatedCheckoutMessage as UpdatedCheckoutMessage, type index_d$f_V1BuyerInfo as V1BuyerInfo, type index_d$f_V1CustomField as V1CustomField, type V1LineItem$1 as V1LineItem, type V1PickupDetails$1 as V1PickupDetails, type index_d$f_V1ShippingInfo as V1ShippingInfo, type index_d$f_V1ShippingInfoDetailsOneOf as V1ShippingInfoDetailsOneOf, type index_d$f_V1SubscriptionOptionInfo as V1SubscriptionOptionInfo, type index_d$f_V1SubscriptionSettings as V1SubscriptionSettings, type ValidationError$3 as ValidationError, type VatId$4 as VatId, VatType$4 as VatType, type Violation$1 as Violation, type index_d$f_ViolationsList as ViolationsList, WebhookIdentityType$d as WebhookIdentityType, WeightUnit$5 as WeightUnit, type index_d$f__publicOnCheckoutCompletedType as _publicOnCheckoutCompletedType, type index_d$f__publicOnCheckoutCreatedType as _publicOnCheckoutCreatedType, type index_d$f__publicOnCheckoutUpdatedType as _publicOnCheckoutUpdatedType, index_d$f_addToCheckout as addToCheckout, index_d$f_createCheckout as createCheckout, createOrder$2 as createOrder, index_d$f_getCheckout as getCheckout, index_d$f_getCheckoutByCartId as getCheckoutByCartId, index_d$f_getCheckoutUrl as getCheckoutUrl, index_d$f_markCheckoutAsCompleted as markCheckoutAsCompleted, index_d$f_onCheckoutCompleted as onCheckoutCompleted, index_d$f_onCheckoutCreated as onCheckoutCreated, index_d$f_onCheckoutUpdated as onCheckoutUpdated, onCheckoutCompleted$1 as publicOnCheckoutCompleted, onCheckoutCreated$1 as publicOnCheckoutCreated, onCheckoutUpdated$1 as publicOnCheckoutUpdated, index_d$f_removeCoupon as removeCoupon, index_d$f_removeGiftCard as removeGiftCard, index_d$f_removeLineItems as removeLineItems, index_d$f_removeOverrideCheckoutUrl as removeOverrideCheckoutUrl, index_d$f_updateCheckout as updateCheckout, index_d$f_updateLineItemsQuantity as updateLineItemsQuantity };
12030
12039
  }
12031
12040
 
12032
12041
  interface CheckoutSettings {
@@ -12145,6 +12154,19 @@ interface CheckoutFields {
12145
12154
  * Default: `false`.
12146
12155
  */
12147
12156
  mitEnabled?: boolean | null;
12157
+ /**
12158
+ * Whether to allow for Auth & Capture transactions. <br><br>
12159
+ *
12160
+ * Default: `false`
12161
+ */
12162
+ delayCaptureEnabled?: boolean | null;
12163
+ /**
12164
+ * Whether to automatically capture the transaction before the authorization expires.
12165
+ *
12166
+ * Default: `true`
12167
+ * >**Note:** this setting is only relevant when `delay_capture_enabled: true`.
12168
+ */
12169
+ captureBeforeExpiryEnabled?: boolean | null;
12148
12170
  }
12149
12171
  interface CheckboxField {
12150
12172
  /** Whether the checkbox is visible to the customer. */
@@ -12144,6 +12144,8 @@ interface RemoveLineItemsResponse$1 {
12144
12144
  interface CreateOrderRequest$3 {
12145
12145
  /** Checkout ID. */
12146
12146
  id: string;
12147
+ /** Indicates whether to authorize the payment and delay the capture */
12148
+ delayCapture?: boolean;
12147
12149
  }
12148
12150
  interface CreateOrderResponse$3 extends CreateOrderResponseIdOneOf$1 {
12149
12151
  /** ID of newly created order. */
@@ -14213,6 +14215,8 @@ interface RemoveLineItemsResponse {
14213
14215
  interface CreateOrderRequest$2 {
14214
14216
  /** Checkout ID. */
14215
14217
  _id: string;
14218
+ /** Indicates whether to authorize the payment and delay the capture */
14219
+ delayCapture?: boolean;
14216
14220
  }
14217
14221
  interface CreateOrderResponse$2 extends CreateOrderResponseIdOneOf {
14218
14222
  /** ID of the newly created order. */
@@ -14911,6 +14915,19 @@ interface CheckoutFields$1 {
14911
14915
  * Default: `false`
14912
14916
  */
14913
14917
  mitEnabled?: boolean | null;
14918
+ /**
14919
+ * Whether to allow for Auth & Capture transactions. <br><br>
14920
+ *
14921
+ * Default: `false`
14922
+ */
14923
+ delayCaptureEnabled?: boolean | null;
14924
+ /**
14925
+ * Whether to automatically capture the transaction before the authorization expires.
14926
+ *
14927
+ * Default: `true`
14928
+ * >**Note:** this setting is only relevant when `delay_capture_enabled: true`.
14929
+ */
14930
+ captureBeforeExpiryEnabled?: boolean | null;
14914
14931
  }
14915
14932
  interface CheckboxField$1 {
14916
14933
  /** Whether the checkbox is visible to the customer. */
@@ -15086,6 +15103,19 @@ interface CheckoutFields {
15086
15103
  * Default: `false`.
15087
15104
  */
15088
15105
  mitEnabled?: boolean | null;
15106
+ /**
15107
+ * Whether to allow for Auth & Capture transactions. <br><br>
15108
+ *
15109
+ * Default: `false`
15110
+ */
15111
+ delayCaptureEnabled?: boolean | null;
15112
+ /**
15113
+ * Whether to automatically capture the transaction before the authorization expires.
15114
+ *
15115
+ * Default: `true`
15116
+ * >**Note:** this setting is only relevant when `delay_capture_enabled: true`.
15117
+ */
15118
+ captureBeforeExpiryEnabled?: boolean | null;
15089
15119
  }
15090
15120
  interface CheckboxField {
15091
15121
  /** Whether the checkbox is visible to the customer. */