@wix/auto_sdk_ecom_checkout 1.0.13 → 1.0.15

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.
Files changed (33) hide show
  1. package/build/cjs/src/ecom-v1-checkout-checkout.context.d.ts +1 -1
  2. package/build/cjs/src/ecom-v1-checkout-checkout.meta.d.ts +16 -16
  3. package/build/cjs/src/ecom-v1-checkout-checkout.meta.js.map +1 -1
  4. package/build/cjs/src/ecom-v1-checkout-checkout.public.d.ts +14 -14
  5. package/build/cjs/src/ecom-v1-checkout-checkout.public.js.map +1 -1
  6. package/build/cjs/src/ecom-v1-checkout-checkout.types.d.ts +0 -503
  7. package/build/cjs/src/ecom-v1-checkout-checkout.universal.d.ts +28 -495
  8. package/build/cjs/src/ecom-v1-checkout-checkout.universal.js.map +1 -1
  9. package/build/es/src/ecom-v1-checkout-checkout.context.d.ts +1 -1
  10. package/build/es/src/ecom-v1-checkout-checkout.meta.d.ts +16 -16
  11. package/build/es/src/ecom-v1-checkout-checkout.meta.js.map +1 -1
  12. package/build/es/src/ecom-v1-checkout-checkout.public.d.ts +14 -14
  13. package/build/es/src/ecom-v1-checkout-checkout.public.js.map +1 -1
  14. package/build/es/src/ecom-v1-checkout-checkout.types.d.ts +0 -503
  15. package/build/es/src/ecom-v1-checkout-checkout.universal.d.ts +28 -495
  16. package/build/es/src/ecom-v1-checkout-checkout.universal.js.map +1 -1
  17. package/build/internal/cjs/src/ecom-v1-checkout-checkout.context.d.ts +1 -1
  18. package/build/internal/cjs/src/ecom-v1-checkout-checkout.meta.d.ts +16 -16
  19. package/build/internal/cjs/src/ecom-v1-checkout-checkout.meta.js.map +1 -1
  20. package/build/internal/cjs/src/ecom-v1-checkout-checkout.public.d.ts +18 -18
  21. package/build/internal/cjs/src/ecom-v1-checkout-checkout.public.js.map +1 -1
  22. package/build/internal/cjs/src/ecom-v1-checkout-checkout.types.d.ts +0 -570
  23. package/build/internal/cjs/src/ecom-v1-checkout-checkout.universal.d.ts +38 -566
  24. package/build/internal/cjs/src/ecom-v1-checkout-checkout.universal.js.map +1 -1
  25. package/build/internal/es/src/ecom-v1-checkout-checkout.context.d.ts +1 -1
  26. package/build/internal/es/src/ecom-v1-checkout-checkout.meta.d.ts +16 -16
  27. package/build/internal/es/src/ecom-v1-checkout-checkout.meta.js.map +1 -1
  28. package/build/internal/es/src/ecom-v1-checkout-checkout.public.d.ts +18 -18
  29. package/build/internal/es/src/ecom-v1-checkout-checkout.public.js.map +1 -1
  30. package/build/internal/es/src/ecom-v1-checkout-checkout.types.d.ts +0 -570
  31. package/build/internal/es/src/ecom-v1-checkout-checkout.universal.d.ts +38 -566
  32. package/build/internal/es/src/ecom-v1-checkout-checkout.universal.js.map +1 -1
  33. package/package.json +3 -3
@@ -3398,506 +3398,3 @@ export declare enum WebhookIdentityType {
3398
3398
  WIX_USER = "WIX_USER",
3399
3399
  APP = "APP"
3400
3400
  }
3401
- interface CatalogReferenceNonNullableFields {
3402
- catalogItemId: string;
3403
- appId: string;
3404
- }
3405
- interface ProductNameNonNullableFields {
3406
- original: string;
3407
- }
3408
- interface PageUrlV2NonNullableFields {
3409
- relativePath: string;
3410
- }
3411
- interface MultiCurrencyPriceNonNullableFields {
3412
- amount: string;
3413
- convertedAmount: string;
3414
- formattedAmount: string;
3415
- formattedConvertedAmount: string;
3416
- }
3417
- interface TaxRateBreakdownNonNullableFields {
3418
- name: string;
3419
- rate: string;
3420
- tax?: MultiCurrencyPriceNonNullableFields;
3421
- exemptAmount?: MultiCurrencyPriceNonNullableFields;
3422
- exemptionIds: number[];
3423
- taxableAmount?: MultiCurrencyPriceNonNullableFields;
3424
- }
3425
- interface TaxBreakdownNonNullableFields {
3426
- nonTaxableAmount?: MultiCurrencyPriceNonNullableFields;
3427
- taxAmount?: MultiCurrencyPriceNonNullableFields;
3428
- taxableAmount?: MultiCurrencyPriceNonNullableFields;
3429
- jurisdictionType: JurisdictionType;
3430
- }
3431
- interface ItemTaxFullDetailsNonNullableFields {
3432
- taxableAmount?: MultiCurrencyPriceNonNullableFields;
3433
- taxRate: string;
3434
- totalTax?: MultiCurrencyPriceNonNullableFields;
3435
- rateBreakdown: TaxRateBreakdownNonNullableFields[];
3436
- exemptAmount?: MultiCurrencyPriceNonNullableFields;
3437
- taxBreakdown: TaxBreakdownNonNullableFields[];
3438
- }
3439
- interface PlainTextValueNonNullableFields {
3440
- original: string;
3441
- }
3442
- interface ColorNonNullableFields {
3443
- original: string;
3444
- }
3445
- interface DescriptionLineNameNonNullableFields {
3446
- original: string;
3447
- }
3448
- interface DescriptionLineNonNullableFields {
3449
- plainText?: PlainTextValueNonNullableFields;
3450
- colorInfo?: ColorNonNullableFields;
3451
- plainTextValue?: PlainTextValueNonNullableFields;
3452
- color: string;
3453
- name?: DescriptionLineNameNonNullableFields;
3454
- lineType: DescriptionLineType;
3455
- }
3456
- interface FocalPointNonNullableFields {
3457
- x: number;
3458
- y: number;
3459
- }
3460
- interface CommonImageNonNullableFields {
3461
- id: string;
3462
- url: string;
3463
- height: number;
3464
- width: number;
3465
- focalPoint?: FocalPointNonNullableFields;
3466
- }
3467
- interface ItemAvailabilityInfoNonNullableFields {
3468
- status: ItemAvailabilityStatus;
3469
- }
3470
- interface PhysicalPropertiesNonNullableFields {
3471
- shippable: boolean;
3472
- }
3473
- interface ItemTypeNonNullableFields {
3474
- preset: ItemTypeItemType;
3475
- custom: string;
3476
- }
3477
- interface SubscriptionSettingsNonNullableFields {
3478
- frequency: SubscriptionFrequency;
3479
- autoRenewal: boolean;
3480
- }
3481
- interface TitleNonNullableFields {
3482
- original: string;
3483
- }
3484
- interface DescriptionNonNullableFields {
3485
- original: string;
3486
- }
3487
- interface SubscriptionOptionInfoNonNullableFields {
3488
- subscriptionSettings?: SubscriptionSettingsNonNullableFields;
3489
- title?: TitleNonNullableFields;
3490
- description?: DescriptionNonNullableFields;
3491
- }
3492
- interface SecuredMediaNonNullableFields {
3493
- id: string;
3494
- fileName: string;
3495
- fileType: FileType;
3496
- }
3497
- interface PriceDescriptionNonNullableFields {
3498
- original: string;
3499
- }
3500
- interface ImageNonNullableFields {
3501
- id: string;
3502
- height: number;
3503
- width: number;
3504
- }
3505
- interface PaymentOptionNonNullableFields {
3506
- value: PaymentOptionType;
3507
- }
3508
- interface CatalogOverrideFieldsNonNullableFields {
3509
- productName?: ProductNameNonNullableFields;
3510
- descriptionLines: DescriptionLineNonNullableFields[];
3511
- physicalProperties?: PhysicalPropertiesNonNullableFields;
3512
- image?: ImageNonNullableFields;
3513
- paymentOption?: PaymentOptionNonNullableFields;
3514
- }
3515
- interface LineItemNonNullableFields {
3516
- quantity: number;
3517
- catalogReference?: CatalogReferenceNonNullableFields;
3518
- productName?: ProductNameNonNullableFields;
3519
- url?: PageUrlV2NonNullableFields;
3520
- price?: MultiCurrencyPriceNonNullableFields;
3521
- lineItemPrice?: MultiCurrencyPriceNonNullableFields;
3522
- fullPrice?: MultiCurrencyPriceNonNullableFields;
3523
- priceBeforeDiscounts?: MultiCurrencyPriceNonNullableFields;
3524
- totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields;
3525
- totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields;
3526
- taxDetails?: ItemTaxFullDetailsNonNullableFields;
3527
- discount?: MultiCurrencyPriceNonNullableFields;
3528
- descriptionLines: DescriptionLineNonNullableFields[];
3529
- media?: CommonImageNonNullableFields;
3530
- availability?: ItemAvailabilityInfoNonNullableFields;
3531
- physicalProperties?: PhysicalPropertiesNonNullableFields;
3532
- itemType?: ItemTypeNonNullableFields;
3533
- subscriptionOptionInfo?: SubscriptionOptionInfoNonNullableFields;
3534
- digitalFile?: SecuredMediaNonNullableFields;
3535
- paymentOption: PaymentOptionType;
3536
- priceDescription?: PriceDescriptionNonNullableFields;
3537
- depositAmount?: MultiCurrencyPriceNonNullableFields;
3538
- customLineItem: boolean;
3539
- catalogOverrideFields?: CatalogOverrideFieldsNonNullableFields;
3540
- savePaymentMethod: boolean;
3541
- }
3542
- interface StreetAddressNonNullableFields {
3543
- number: string;
3544
- name: string;
3545
- apt: string;
3546
- }
3547
- interface ApiAddressNonNullableFields {
3548
- streetAddress?: StreetAddressNonNullableFields;
3549
- }
3550
- interface CommonVatIdNonNullableFields {
3551
- id: string;
3552
- type: CommonVatType;
3553
- }
3554
- interface FullAddressContactDetailsNonNullableFields {
3555
- vatId?: CommonVatIdNonNullableFields;
3556
- }
3557
- interface AddressWithContactNonNullableFields {
3558
- address?: ApiAddressNonNullableFields;
3559
- contactDetails?: FullAddressContactDetailsNonNullableFields;
3560
- }
3561
- interface PickupDetailsNonNullableFields {
3562
- address?: ApiAddressNonNullableFields;
3563
- businessLocation: boolean;
3564
- pickupMethod: PickupMethod;
3565
- }
3566
- interface DeliveryLogisticsNonNullableFields {
3567
- pickupDetails?: PickupDetailsNonNullableFields;
3568
- }
3569
- interface SelectedCarrierServiceOptionPricesNonNullableFields {
3570
- totalPriceAfterTax?: MultiCurrencyPriceNonNullableFields;
3571
- totalPriceBeforeTax?: MultiCurrencyPriceNonNullableFields;
3572
- taxDetails?: ItemTaxFullDetailsNonNullableFields;
3573
- totalDiscount?: MultiCurrencyPriceNonNullableFields;
3574
- price?: MultiCurrencyPriceNonNullableFields;
3575
- }
3576
- interface SelectedCarrierServiceOptionOtherChargeNonNullableFields {
3577
- type: ChargeType;
3578
- cost?: SelectedCarrierServiceOptionPricesNonNullableFields;
3579
- }
3580
- interface CarrierNonNullableFields {
3581
- code: string;
3582
- }
3583
- interface ApplicableLineItemsNonNullableFields {
3584
- lineItemIds: string[];
3585
- }
3586
- interface DeliveryAllocationNonNullableFields {
3587
- deliveryCarrier?: CarrierNonNullableFields;
3588
- applicableLineItems?: ApplicableLineItemsNonNullableFields;
3589
- }
3590
- interface SelectedCarrierServiceOptionNonNullableFields {
3591
- code: string;
3592
- title: string;
3593
- logistics?: DeliveryLogisticsNonNullableFields;
3594
- cost?: SelectedCarrierServiceOptionPricesNonNullableFields;
3595
- requestedShippingOption: boolean;
3596
- otherCharges: SelectedCarrierServiceOptionOtherChargeNonNullableFields[];
3597
- deliveryAllocations: DeliveryAllocationNonNullableFields[];
3598
- }
3599
- interface ShippingRegionNonNullableFields {
3600
- id: string;
3601
- name: string;
3602
- }
3603
- interface OtherChargeNonNullableFields {
3604
- type: ChargeType;
3605
- price?: MultiCurrencyPriceNonNullableFields;
3606
- }
3607
- interface ShippingPriceNonNullableFields {
3608
- price?: MultiCurrencyPriceNonNullableFields;
3609
- otherCharges: OtherChargeNonNullableFields[];
3610
- }
3611
- interface ShippingOptionNonNullableFields {
3612
- code: string;
3613
- title: string;
3614
- logistics?: DeliveryLogisticsNonNullableFields;
3615
- cost?: ShippingPriceNonNullableFields;
3616
- deliveryAllocations: DeliveryAllocationNonNullableFields[];
3617
- }
3618
- interface CarrierServiceOptionNonNullableFields {
3619
- carrierId: string;
3620
- shippingOptions: ShippingOptionNonNullableFields[];
3621
- }
3622
- interface ShippingInfoNonNullableFields {
3623
- shippingDestination?: AddressWithContactNonNullableFields;
3624
- selectedCarrierServiceOption?: SelectedCarrierServiceOptionNonNullableFields;
3625
- region?: ShippingRegionNonNullableFields;
3626
- carrierServiceOptions: CarrierServiceOptionNonNullableFields[];
3627
- }
3628
- interface BuyerInfoNonNullableFields {
3629
- visitorId: string;
3630
- memberId: string;
3631
- openAccess: boolean;
3632
- }
3633
- interface PriceSummaryNonNullableFields {
3634
- subtotal?: MultiCurrencyPriceNonNullableFields;
3635
- shipping?: MultiCurrencyPriceNonNullableFields;
3636
- tax?: MultiCurrencyPriceNonNullableFields;
3637
- discount?: MultiCurrencyPriceNonNullableFields;
3638
- total?: MultiCurrencyPriceNonNullableFields;
3639
- additionalFees?: MultiCurrencyPriceNonNullableFields;
3640
- }
3641
- interface ApplicationErrorNonNullableFields {
3642
- code: string;
3643
- description: string;
3644
- }
3645
- interface FieldViolationNonNullableFields {
3646
- field: string;
3647
- description: string;
3648
- violatedRule: RuleType;
3649
- }
3650
- interface ValidationErrorNonNullableFields {
3651
- fieldViolations: FieldViolationNonNullableFields[];
3652
- }
3653
- interface DetailsNonNullableFields {
3654
- applicationError?: ApplicationErrorNonNullableFields;
3655
- validationError?: ValidationErrorNonNullableFields;
3656
- }
3657
- interface CarrierErrorNonNullableFields {
3658
- carrierId: string;
3659
- error?: DetailsNonNullableFields;
3660
- }
3661
- interface CarrierErrorsNonNullableFields {
3662
- errors: CarrierErrorNonNullableFields[];
3663
- }
3664
- interface CalculationErrorsNonNullableFields {
3665
- generalShippingCalculationError?: DetailsNonNullableFields;
3666
- carrierErrors?: CarrierErrorsNonNullableFields;
3667
- taxCalculationError?: DetailsNonNullableFields;
3668
- couponCalculationError?: DetailsNonNullableFields;
3669
- giftCardCalculationError?: DetailsNonNullableFields;
3670
- orderValidationErrors: ApplicationErrorNonNullableFields[];
3671
- membershipError?: DetailsNonNullableFields;
3672
- discountsCalculationError?: DetailsNonNullableFields;
3673
- }
3674
- interface GiftCardNonNullableFields {
3675
- id: string;
3676
- obfuscatedCode: string;
3677
- amount?: MultiCurrencyPriceNonNullableFields;
3678
- appId: string;
3679
- }
3680
- interface CouponNonNullableFields {
3681
- id: string;
3682
- code: string;
3683
- amount?: MultiCurrencyPriceNonNullableFields;
3684
- name: string;
3685
- couponType: string;
3686
- }
3687
- interface MerchantDiscountNonNullableFields {
3688
- amount?: MultiCurrencyPriceNonNullableFields;
3689
- }
3690
- interface DiscountRuleNameNonNullableFields {
3691
- original: string;
3692
- }
3693
- interface DiscountRuleNonNullableFields {
3694
- id: string;
3695
- name?: DiscountRuleNameNonNullableFields;
3696
- amount?: MultiCurrencyPriceNonNullableFields;
3697
- }
3698
- interface LineItemDiscountNonNullableFields {
3699
- id: string;
3700
- totalDiscountAmount?: MultiCurrencyPriceNonNullableFields;
3701
- }
3702
- interface AppliedDiscountNonNullableFields {
3703
- coupon?: CouponNonNullableFields;
3704
- merchantDiscount?: MerchantDiscountNonNullableFields;
3705
- discountRule?: DiscountRuleNonNullableFields;
3706
- discountType: DiscountType;
3707
- lineItemIds: string[];
3708
- lineItemDiscounts: LineItemDiscountNonNullableFields[];
3709
- }
3710
- interface CustomFieldNonNullableFields {
3711
- title: string;
3712
- }
3713
- interface AutoTaxFallbackCalculationDetailsNonNullableFields {
3714
- fallbackReason: FallbackReason;
3715
- error?: ApplicationErrorNonNullableFields;
3716
- }
3717
- interface TaxCalculationDetailsNonNullableFields {
3718
- manualRateReason: ManualCalculationReason;
3719
- autoTaxFallbackDetails?: AutoTaxFallbackCalculationDetailsNonNullableFields;
3720
- rateType: RateType;
3721
- }
3722
- interface AggregatedTaxBreakdownNonNullableFields {
3723
- taxName: string;
3724
- taxType: string;
3725
- jurisdiction: string;
3726
- jurisdictionTypeEnum: JurisdictionType;
3727
- rate: string;
3728
- aggregatedTaxAmount?: MultiCurrencyPriceNonNullableFields;
3729
- aggregatedTaxableAmount?: MultiCurrencyPriceNonNullableFields;
3730
- }
3731
- interface TaxSummaryNonNullableFields {
3732
- taxableAmount?: MultiCurrencyPriceNonNullableFields;
3733
- totalTax?: MultiCurrencyPriceNonNullableFields;
3734
- manualTaxRate: string;
3735
- calculationDetails?: TaxCalculationDetailsNonNullableFields;
3736
- totalExempt?: MultiCurrencyPriceNonNullableFields;
3737
- aggregatedTaxBreakdown: AggregatedTaxBreakdownNonNullableFields[];
3738
- }
3739
- interface CreatedByNonNullableFields {
3740
- userId: string;
3741
- memberId: string;
3742
- visitorId: string;
3743
- appId: string;
3744
- }
3745
- interface MembershipNameNonNullableFields {
3746
- original: string;
3747
- }
3748
- interface MembershipPaymentCreditsNonNullableFields {
3749
- total: number;
3750
- remaining: number;
3751
- }
3752
- interface MembershipNonNullableFields {
3753
- id: string;
3754
- appId: string;
3755
- name?: MembershipNameNonNullableFields;
3756
- lineItemIds: string[];
3757
- credits?: MembershipPaymentCreditsNonNullableFields;
3758
- }
3759
- interface InvalidMembershipNonNullableFields {
3760
- membership?: MembershipNonNullableFields;
3761
- reason: string;
3762
- }
3763
- interface SelectedMembershipNonNullableFields {
3764
- id: string;
3765
- appId: string;
3766
- lineItemIds: string[];
3767
- }
3768
- interface SelectedMembershipsNonNullableFields {
3769
- memberships: SelectedMembershipNonNullableFields[];
3770
- }
3771
- interface MembershipOptionsNonNullableFields {
3772
- eligibleMemberships: MembershipNonNullableFields[];
3773
- invalidMemberships: InvalidMembershipNonNullableFields[];
3774
- selectedMemberships?: SelectedMembershipsNonNullableFields;
3775
- }
3776
- interface AdditionalFeeNonNullableFields {
3777
- name: string;
3778
- price?: MultiCurrencyPriceNonNullableFields;
3779
- taxDetails?: ItemTaxFullDetailsNonNullableFields;
3780
- priceBeforeTax?: MultiCurrencyPriceNonNullableFields;
3781
- priceAfterTax?: MultiCurrencyPriceNonNullableFields;
3782
- lineItemIds: string[];
3783
- source: AdditionalFeeSource;
3784
- }
3785
- interface ConversionInfoNonNullableFields {
3786
- siteCurrency: string;
3787
- conversionRate: string;
3788
- }
3789
- interface OtherNonNullableFields {
3790
- name: NameInOther;
3791
- }
3792
- interface TargetLineItemNonNullableFields {
3793
- name: NameInLineItem;
3794
- }
3795
- interface TargetNonNullableFields {
3796
- other?: OtherNonNullableFields;
3797
- lineItem?: TargetLineItemNonNullableFields;
3798
- }
3799
- interface ViolationNonNullableFields {
3800
- severity: Severity;
3801
- target?: TargetNonNullableFields;
3802
- }
3803
- interface CustomSettingsNonNullableFields {
3804
- lockGiftCard: boolean;
3805
- lockCouponCode: boolean;
3806
- disabledPolicyAgreementCheckbox: boolean;
3807
- disabledManualPayment: boolean;
3808
- }
3809
- interface CustomContentReferenceNonNullableFields {
3810
- appId: string;
3811
- componentId: string;
3812
- }
3813
- interface ExternalReferenceNonNullableFields {
3814
- appId: string;
3815
- }
3816
- interface CheckoutNonNullableFields {
3817
- lineItems: LineItemNonNullableFields[];
3818
- billingInfo?: AddressWithContactNonNullableFields;
3819
- shippingInfo?: ShippingInfoNonNullableFields;
3820
- buyerInfo?: BuyerInfoNonNullableFields;
3821
- conversionCurrency: string;
3822
- priceSummary?: PriceSummaryNonNullableFields;
3823
- calculationErrors?: CalculationErrorsNonNullableFields;
3824
- giftCard?: GiftCardNonNullableFields;
3825
- appliedDiscounts: AppliedDiscountNonNullableFields[];
3826
- customFields: CustomFieldNonNullableFields[];
3827
- weightUnit: WeightUnit;
3828
- taxSummary?: TaxSummaryNonNullableFields;
3829
- currency: string;
3830
- channelType: ChannelType;
3831
- siteLanguage: string;
3832
- buyerLanguage: string;
3833
- completed: boolean;
3834
- taxIncludedInPrice: boolean;
3835
- createdBy?: CreatedByNonNullableFields;
3836
- payNow?: PriceSummaryNonNullableFields;
3837
- payLater?: PriceSummaryNonNullableFields;
3838
- membershipOptions?: MembershipOptionsNonNullableFields;
3839
- additionalFees: AdditionalFeeNonNullableFields[];
3840
- conversionInfo?: ConversionInfoNonNullableFields;
3841
- payNowTotalAfterGiftCard?: MultiCurrencyPriceNonNullableFields;
3842
- violations: ViolationNonNullableFields[];
3843
- totalAfterGiftCard?: MultiCurrencyPriceNonNullableFields;
3844
- customSettings?: CustomSettingsNonNullableFields;
3845
- customContentReference?: CustomContentReferenceNonNullableFields;
3846
- externalReference?: ExternalReferenceNonNullableFields;
3847
- }
3848
- export interface CreateCheckoutResponseNonNullableFields {
3849
- checkout?: CheckoutNonNullableFields;
3850
- }
3851
- export interface GetCheckoutResponseNonNullableFields {
3852
- checkout?: CheckoutNonNullableFields;
3853
- }
3854
- export interface GetCheckoutByCartIdResponseNonNullableFields {
3855
- checkout?: CheckoutNonNullableFields;
3856
- }
3857
- export interface GetWixCheckoutURLResponseNonNullableFields {
3858
- checkoutUrl: string;
3859
- }
3860
- export interface GetCheckoutURLResponseNonNullableFields {
3861
- checkoutUrl: string;
3862
- }
3863
- export interface UpdateCheckoutResponseNonNullableFields {
3864
- checkout?: CheckoutNonNullableFields;
3865
- }
3866
- export interface RemoveCouponResponseNonNullableFields {
3867
- checkout?: CheckoutNonNullableFields;
3868
- }
3869
- export interface RemoveGiftCardResponseNonNullableFields {
3870
- checkout?: CheckoutNonNullableFields;
3871
- }
3872
- export interface RemoveOverrideCheckoutUrlResponseNonNullableFields {
3873
- checkout?: CheckoutNonNullableFields;
3874
- }
3875
- export interface AddToCheckoutResponseNonNullableFields {
3876
- checkout?: CheckoutNonNullableFields;
3877
- }
3878
- export interface RemoveLineItemsResponseNonNullableFields {
3879
- checkout?: CheckoutNonNullableFields;
3880
- }
3881
- export interface CreateOrderResponseNonNullableFields {
3882
- orderId: string;
3883
- subscriptionId: string;
3884
- }
3885
- export interface CreateOrderAndChargeResponseNonNullableFields {
3886
- orderId: string;
3887
- subscriptionId: string;
3888
- }
3889
- interface HeadersEntryNonNullableFields {
3890
- key: string;
3891
- value: string;
3892
- }
3893
- export interface RawHttpResponseNonNullableFields {
3894
- body: Uint8Array;
3895
- headers: HeadersEntryNonNullableFields[];
3896
- }
3897
- export interface UpdateLineItemsQuantityResponseNonNullableFields {
3898
- checkout?: CheckoutNonNullableFields;
3899
- }
3900
- export interface GetCheckoutPaymentSettingsResponseNonNullableFields {
3901
- blockedPaymentOptions: GetCheckoutPaymentSettingsResponsePaymentOption[];
3902
- }
3903
- export {};