@wix/ecom 1.0.771 → 1.0.772

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.771",
3
+ "version": "1.0.772",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -23,13 +23,13 @@
23
23
  "@wix/ecom_additional-fees": "1.0.27",
24
24
  "@wix/ecom_back-in-stock-notifications": "1.0.51",
25
25
  "@wix/ecom_back-in-stock-settings": "1.0.36",
26
- "@wix/ecom_cart": "1.0.77",
27
- "@wix/ecom_checkout": "1.0.87",
26
+ "@wix/ecom_cart": "1.0.78",
27
+ "@wix/ecom_checkout": "1.0.88",
28
28
  "@wix/ecom_checkout-content": "1.0.7",
29
29
  "@wix/ecom_checkout-settings": "1.0.52",
30
- "@wix/ecom_checkout-templates": "1.0.86",
30
+ "@wix/ecom_checkout-templates": "1.0.87",
31
31
  "@wix/ecom_currencies": "1.0.37",
32
- "@wix/ecom_current-cart": "1.0.77",
32
+ "@wix/ecom_current-cart": "1.0.78",
33
33
  "@wix/ecom_custom-triggers": "1.0.25",
34
34
  "@wix/ecom_delivery-profile": "1.0.20",
35
35
  "@wix/ecom_discount-rules": "1.0.53",
@@ -45,7 +45,7 @@
45
45
  "@wix/ecom_order-transactions": "1.0.67",
46
46
  "@wix/ecom_orders": "1.0.122",
47
47
  "@wix/ecom_orders-settings": "1.0.46",
48
- "@wix/ecom_payment-settings": "1.0.46",
48
+ "@wix/ecom_payment-settings": "1.0.47",
49
49
  "@wix/ecom_pickup-locations": "1.0.9",
50
50
  "@wix/ecom_recommendations": "1.0.42",
51
51
  "@wix/ecom_recommendations-provider": "1.0.1",
@@ -78,5 +78,5 @@
78
78
  "fqdn": ""
79
79
  }
80
80
  },
81
- "falconPackageHash": "f383fc278696d92cc5e078cc2fd99d8bee40075eb908180863f15a4a"
81
+ "falconPackageHash": "08cfaedf179d774da0f254c5918c76725a0b6cde4774326e438c7bd1"
82
82
  }
@@ -4146,16 +4146,6 @@ interface LineItem$6 {
4146
4146
  * @readonly
4147
4147
  */
4148
4148
  consentRequiredPaymentPolicy?: string | null;
4149
- /**
4150
- * Whether the price is not yet defined, and will be updated after the order is created.
4151
- * @readonly
4152
- */
4153
- priceUndetermined?: boolean;
4154
- /**
4155
- * Whether the line item quantity is fixed and cannot be changed.
4156
- * @readonly
4157
- */
4158
- fixedQuantity?: boolean;
4159
4149
  /**
4160
4150
  * Overriding values for catalog item properties.
4161
4151
  *
@@ -4436,12 +4426,6 @@ interface CatalogOverrideFields$3 {
4436
4426
  physicalProperties?: PhysicalProperties$6;
4437
4427
  /** Item image. */
4438
4428
  image?: string;
4439
- /**
4440
- * Whether to save the payment method on the order.
4441
- *
4442
- * Default: `false`
4443
- */
4444
- savePaymentMethod?: boolean | null;
4445
4429
  }
4446
4430
  interface TaxableAddress$6 extends TaxableAddressTaxableAddressDataOneOf$6 {
4447
4431
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -4722,30 +4706,6 @@ interface CustomLineItem$4 {
4722
4706
  depositAmount?: string | null;
4723
4707
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
4724
4708
  catalogReference?: CatalogReference$6;
4725
- /**
4726
- * Whether the price is not yet defined, and will be updated after the order is created.
4727
- *
4728
- * Default: `false`
4729
- */
4730
- priceUndetermined?: boolean;
4731
- /**
4732
- * Whether the line item quantity is fixed and cannot be changed.
4733
- *
4734
- * Default: `false`
4735
- */
4736
- fixedQuantity?: boolean;
4737
- /**
4738
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
4739
- * @readonly
4740
- */
4741
- consentRequiredPaymentPolicy?: string | null;
4742
- /**
4743
- * Whether to save the payment method on the order.
4744
- *
4745
- * Default: `false`
4746
- * @readonly
4747
- */
4748
- savePaymentMethod?: boolean;
4749
4709
  }
4750
4710
  interface UpdateCartResponse$1 {
4751
4711
  /** Updated Cart. */
@@ -6824,16 +6784,6 @@ interface LineItem$5 {
6824
6784
  * @readonly
6825
6785
  */
6826
6786
  consentRequiredPaymentPolicy?: string | null;
6827
- /**
6828
- * Whether the price is not yet defined, and will be updated after the order is created.
6829
- * @readonly
6830
- */
6831
- priceUndetermined?: boolean;
6832
- /**
6833
- * Whether the line item quantity is fixed and cannot be changed.
6834
- * @readonly
6835
- */
6836
- fixedQuantity?: boolean;
6837
6787
  /**
6838
6788
  * Overriding values for catalog item properties.
6839
6789
  *
@@ -7114,12 +7064,6 @@ interface CatalogOverrideFields$2 {
7114
7064
  physicalProperties?: PhysicalProperties$5;
7115
7065
  /** Item image. */
7116
7066
  image?: string;
7117
- /**
7118
- * Whether to save the payment method on the order.
7119
- *
7120
- * Default: `false`
7121
- */
7122
- savePaymentMethod?: boolean | null;
7123
7067
  }
7124
7068
  interface TaxableAddress$5 extends TaxableAddressTaxableAddressDataOneOf$5 {
7125
7069
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -7400,30 +7344,6 @@ interface CustomLineItem$3 {
7400
7344
  depositAmount?: string | null;
7401
7345
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
7402
7346
  catalogReference?: CatalogReference$5;
7403
- /**
7404
- * Whether the price is not yet defined, and will be updated after the order is created.
7405
- *
7406
- * Default: `false`
7407
- */
7408
- priceUndetermined?: boolean;
7409
- /**
7410
- * Whether the line item quantity is fixed and cannot be changed.
7411
- *
7412
- * Default: `false`
7413
- */
7414
- fixedQuantity?: boolean;
7415
- /**
7416
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
7417
- * @readonly
7418
- */
7419
- consentRequiredPaymentPolicy?: string | null;
7420
- /**
7421
- * Whether to save the payment method on the order.
7422
- *
7423
- * Default: `false`
7424
- * @readonly
7425
- */
7426
- savePaymentMethod?: boolean;
7427
7347
  }
7428
7348
  interface UpdateCartResponse {
7429
7349
  /** Updated Cart. */
@@ -9544,16 +9464,6 @@ interface LineItem$4 {
9544
9464
  * Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
9545
9465
  */
9546
9466
  catalogOverrideFields?: CatalogOverrideFields$1;
9547
- /**
9548
- * Whether the price is not yet defined, and will be updated after the order is created.
9549
- * @readonly
9550
- */
9551
- priceUndetermined?: boolean;
9552
- /**
9553
- * Whether the line item quantity is fixed and cannot be changed.
9554
- * @readonly
9555
- */
9556
- fixedQuantity?: boolean;
9557
9467
  /**
9558
9468
  * Whether to save the payment method on the order.
9559
9469
  *
@@ -9899,12 +9809,6 @@ interface CatalogOverrideFields$1 {
9899
9809
  physicalProperties?: PhysicalProperties$4;
9900
9810
  /** Item image. */
9901
9811
  image?: string;
9902
- /**
9903
- * Whether to save the payment method on the order.
9904
- *
9905
- * Default: `false`
9906
- */
9907
- savePaymentMethod?: boolean | null;
9908
9812
  }
9909
9813
  interface TaxableAddress$4 extends TaxableAddressTaxableAddressDataOneOf$4 {
9910
9814
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -10855,30 +10759,6 @@ interface CustomLineItem$2 {
10855
10759
  depositAmount?: string | null;
10856
10760
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
10857
10761
  catalogReference?: CatalogReference$4;
10858
- /**
10859
- * Whether the price is not yet defined, and will be updated after the order is created.
10860
- *
10861
- * Default: `false`
10862
- */
10863
- priceUndetermined?: boolean;
10864
- /**
10865
- * Whether the line item quantity is fixed and cannot be changed.
10866
- *
10867
- * Default: `false`
10868
- */
10869
- fixedQuantity?: boolean;
10870
- /**
10871
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
10872
- * @readonly
10873
- */
10874
- consentRequiredPaymentPolicy?: string | null;
10875
- /**
10876
- * Whether to save the payment method on the order.
10877
- *
10878
- * Default: `false`
10879
- * @readonly
10880
- */
10881
- savePaymentMethod?: boolean;
10882
10762
  }
10883
10763
  interface MerchantDiscountInput$1 {
10884
10764
  /** Discount amount. */
@@ -11020,8 +10900,6 @@ interface RemoveLineItemsResponse {
11020
10900
  interface CreateOrderRequest$1 {
11021
10901
  /** Checkout ID. */
11022
10902
  _id: string;
11023
- /** Indicates the payment method should be saved on the order */
11024
- savePaymentMethod?: boolean;
11025
10903
  /** Indicates whether to authorize the payment and delay the capture */
11026
10904
  delayCapture?: boolean;
11027
10905
  }
@@ -11074,8 +10952,6 @@ interface CreateOrderAndChargeRequest {
11074
10952
  _id?: string;
11075
10953
  /** Payment token. */
11076
10954
  paymentToken?: string | null;
11077
- /** Indicates the payment method should be saved on the order */
11078
- savePaymentMethod?: boolean;
11079
10955
  /** Indicates whether to authorize the payment and delay the capture */
11080
10956
  delayCapture?: boolean;
11081
10957
  }
@@ -12390,8 +12266,6 @@ interface AddToCheckoutOptions {
12390
12266
  customLineItems?: CustomLineItem$2[];
12391
12267
  }
12392
12268
  interface CreateOrderOptions {
12393
- /** Indicates the payment method should be saved on the order */
12394
- savePaymentMethod?: boolean;
12395
12269
  /** Indicates whether to authorize the payment and delay the capture */
12396
12270
  delayCapture?: boolean;
12397
12271
  }
@@ -13357,12 +13231,6 @@ interface CatalogOverrideFields {
13357
13231
  physicalProperties?: PhysicalProperties$3;
13358
13232
  /** Item image. */
13359
13233
  image?: string;
13360
- /**
13361
- * Whether to save the payment method on the order.
13362
- *
13363
- * Default: `false`
13364
- */
13365
- savePaymentMethod?: boolean | null;
13366
13234
  }
13367
13235
  interface ProductName$2 {
13368
13236
  /**
@@ -13518,30 +13386,6 @@ interface CustomLineItem$1 {
13518
13386
  depositAmount?: string | null;
13519
13387
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
13520
13388
  catalogReference?: CatalogReference$3;
13521
- /**
13522
- * Whether the price is not yet defined, and will be updated after the order is created.
13523
- *
13524
- * Default: `false`
13525
- */
13526
- priceUndetermined?: boolean;
13527
- /**
13528
- * Whether the line item quantity is fixed and cannot be changed.
13529
- *
13530
- * Default: `false`
13531
- */
13532
- fixedQuantity?: boolean;
13533
- /**
13534
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
13535
- * @readonly
13536
- */
13537
- consentRequiredPaymentPolicy?: string | null;
13538
- /**
13539
- * Whether to save the payment method on the order.
13540
- *
13541
- * Default: `false`
13542
- * @readonly
13543
- */
13544
- savePaymentMethod?: boolean;
13545
13389
  }
13546
13390
  interface PriceDescription$2 {
13547
13391
  /** __Required.__ Price description in the site's default language as defined in the [request envelope](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/self-hosting/supported-extensions/backend-extensions/add-self-hosted-service-plugin-extensions#request-envelope). */
@@ -14127,16 +13971,6 @@ interface LineItem$3 {
14127
13971
  * Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
14128
13972
  */
14129
13973
  catalogOverrideFields?: CatalogOverrideFields;
14130
- /**
14131
- * Whether the price is not yet defined, and will be updated after the order is created.
14132
- * @readonly
14133
- */
14134
- priceUndetermined?: boolean;
14135
- /**
14136
- * Whether the line item quantity is fixed and cannot be changed.
14137
- * @readonly
14138
- */
14139
- fixedQuantity?: boolean;
14140
13974
  /**
14141
13975
  * Whether to save the payment method on the order.
14142
13976
  *
@@ -4146,16 +4146,6 @@ interface LineItem$6 {
4146
4146
  * @readonly
4147
4147
  */
4148
4148
  consentRequiredPaymentPolicy?: string | null;
4149
- /**
4150
- * Whether the price is not yet defined, and will be updated after the order is created.
4151
- * @readonly
4152
- */
4153
- priceUndetermined?: boolean;
4154
- /**
4155
- * Whether the line item quantity is fixed and cannot be changed.
4156
- * @readonly
4157
- */
4158
- fixedQuantity?: boolean;
4159
4149
  /**
4160
4150
  * Overriding values for catalog item properties.
4161
4151
  *
@@ -4436,12 +4426,6 @@ interface CatalogOverrideFields$3 {
4436
4426
  physicalProperties?: PhysicalProperties$6;
4437
4427
  /** Item image. */
4438
4428
  image?: string;
4439
- /**
4440
- * Whether to save the payment method on the order.
4441
- *
4442
- * Default: `false`
4443
- */
4444
- savePaymentMethod?: boolean | null;
4445
4429
  }
4446
4430
  interface TaxableAddress$6 extends TaxableAddressTaxableAddressDataOneOf$6 {
4447
4431
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -4722,30 +4706,6 @@ interface CustomLineItem$4 {
4722
4706
  depositAmount?: string | null;
4723
4707
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
4724
4708
  catalogReference?: CatalogReference$6;
4725
- /**
4726
- * Whether the price is not yet defined, and will be updated after the order is created.
4727
- *
4728
- * Default: `false`
4729
- */
4730
- priceUndetermined?: boolean;
4731
- /**
4732
- * Whether the line item quantity is fixed and cannot be changed.
4733
- *
4734
- * Default: `false`
4735
- */
4736
- fixedQuantity?: boolean;
4737
- /**
4738
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
4739
- * @readonly
4740
- */
4741
- consentRequiredPaymentPolicy?: string | null;
4742
- /**
4743
- * Whether to save the payment method on the order.
4744
- *
4745
- * Default: `false`
4746
- * @readonly
4747
- */
4748
- savePaymentMethod?: boolean;
4749
4709
  }
4750
4710
  interface UpdateCartResponse$1 {
4751
4711
  /** Updated Cart. */
@@ -6824,16 +6784,6 @@ interface LineItem$5 {
6824
6784
  * @readonly
6825
6785
  */
6826
6786
  consentRequiredPaymentPolicy?: string | null;
6827
- /**
6828
- * Whether the price is not yet defined, and will be updated after the order is created.
6829
- * @readonly
6830
- */
6831
- priceUndetermined?: boolean;
6832
- /**
6833
- * Whether the line item quantity is fixed and cannot be changed.
6834
- * @readonly
6835
- */
6836
- fixedQuantity?: boolean;
6837
6787
  /**
6838
6788
  * Overriding values for catalog item properties.
6839
6789
  *
@@ -7114,12 +7064,6 @@ interface CatalogOverrideFields$2 {
7114
7064
  physicalProperties?: PhysicalProperties$5;
7115
7065
  /** Item image. */
7116
7066
  image?: string;
7117
- /**
7118
- * Whether to save the payment method on the order.
7119
- *
7120
- * Default: `false`
7121
- */
7122
- savePaymentMethod?: boolean | null;
7123
7067
  }
7124
7068
  interface TaxableAddress$5 extends TaxableAddressTaxableAddressDataOneOf$5 {
7125
7069
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -7400,30 +7344,6 @@ interface CustomLineItem$3 {
7400
7344
  depositAmount?: string | null;
7401
7345
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
7402
7346
  catalogReference?: CatalogReference$5;
7403
- /**
7404
- * Whether the price is not yet defined, and will be updated after the order is created.
7405
- *
7406
- * Default: `false`
7407
- */
7408
- priceUndetermined?: boolean;
7409
- /**
7410
- * Whether the line item quantity is fixed and cannot be changed.
7411
- *
7412
- * Default: `false`
7413
- */
7414
- fixedQuantity?: boolean;
7415
- /**
7416
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
7417
- * @readonly
7418
- */
7419
- consentRequiredPaymentPolicy?: string | null;
7420
- /**
7421
- * Whether to save the payment method on the order.
7422
- *
7423
- * Default: `false`
7424
- * @readonly
7425
- */
7426
- savePaymentMethod?: boolean;
7427
7347
  }
7428
7348
  interface UpdateCartResponse {
7429
7349
  /** Updated Cart. */
@@ -9544,16 +9464,6 @@ interface LineItem$4 {
9544
9464
  * Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
9545
9465
  */
9546
9466
  catalogOverrideFields?: CatalogOverrideFields$1;
9547
- /**
9548
- * Whether the price is not yet defined, and will be updated after the order is created.
9549
- * @readonly
9550
- */
9551
- priceUndetermined?: boolean;
9552
- /**
9553
- * Whether the line item quantity is fixed and cannot be changed.
9554
- * @readonly
9555
- */
9556
- fixedQuantity?: boolean;
9557
9467
  /**
9558
9468
  * Whether to save the payment method on the order.
9559
9469
  *
@@ -9899,12 +9809,6 @@ interface CatalogOverrideFields$1 {
9899
9809
  physicalProperties?: PhysicalProperties$4;
9900
9810
  /** Item image. */
9901
9811
  image?: string;
9902
- /**
9903
- * Whether to save the payment method on the order.
9904
- *
9905
- * Default: `false`
9906
- */
9907
- savePaymentMethod?: boolean | null;
9908
9812
  }
9909
9813
  interface TaxableAddress$4 extends TaxableAddressTaxableAddressDataOneOf$4 {
9910
9814
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -10855,30 +10759,6 @@ interface CustomLineItem$2 {
10855
10759
  depositAmount?: string | null;
10856
10760
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
10857
10761
  catalogReference?: CatalogReference$4;
10858
- /**
10859
- * Whether the price is not yet defined, and will be updated after the order is created.
10860
- *
10861
- * Default: `false`
10862
- */
10863
- priceUndetermined?: boolean;
10864
- /**
10865
- * Whether the line item quantity is fixed and cannot be changed.
10866
- *
10867
- * Default: `false`
10868
- */
10869
- fixedQuantity?: boolean;
10870
- /**
10871
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
10872
- * @readonly
10873
- */
10874
- consentRequiredPaymentPolicy?: string | null;
10875
- /**
10876
- * Whether to save the payment method on the order.
10877
- *
10878
- * Default: `false`
10879
- * @readonly
10880
- */
10881
- savePaymentMethod?: boolean;
10882
10762
  }
10883
10763
  interface MerchantDiscountInput$1 {
10884
10764
  /** Discount amount. */
@@ -11020,8 +10900,6 @@ interface RemoveLineItemsResponse {
11020
10900
  interface CreateOrderRequest$1 {
11021
10901
  /** Checkout ID. */
11022
10902
  _id: string;
11023
- /** Indicates the payment method should be saved on the order */
11024
- savePaymentMethod?: boolean;
11025
10903
  /** Indicates whether to authorize the payment and delay the capture */
11026
10904
  delayCapture?: boolean;
11027
10905
  }
@@ -11074,8 +10952,6 @@ interface CreateOrderAndChargeRequest {
11074
10952
  _id?: string;
11075
10953
  /** Payment token. */
11076
10954
  paymentToken?: string | null;
11077
- /** Indicates the payment method should be saved on the order */
11078
- savePaymentMethod?: boolean;
11079
10955
  /** Indicates whether to authorize the payment and delay the capture */
11080
10956
  delayCapture?: boolean;
11081
10957
  }
@@ -12390,8 +12266,6 @@ interface AddToCheckoutOptions {
12390
12266
  customLineItems?: CustomLineItem$2[];
12391
12267
  }
12392
12268
  interface CreateOrderOptions {
12393
- /** Indicates the payment method should be saved on the order */
12394
- savePaymentMethod?: boolean;
12395
12269
  /** Indicates whether to authorize the payment and delay the capture */
12396
12270
  delayCapture?: boolean;
12397
12271
  }
@@ -13357,12 +13231,6 @@ interface CatalogOverrideFields {
13357
13231
  physicalProperties?: PhysicalProperties$3;
13358
13232
  /** Item image. */
13359
13233
  image?: string;
13360
- /**
13361
- * Whether to save the payment method on the order.
13362
- *
13363
- * Default: `false`
13364
- */
13365
- savePaymentMethod?: boolean | null;
13366
13234
  }
13367
13235
  interface ProductName$2 {
13368
13236
  /**
@@ -13518,30 +13386,6 @@ interface CustomLineItem$1 {
13518
13386
  depositAmount?: string | null;
13519
13387
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
13520
13388
  catalogReference?: CatalogReference$3;
13521
- /**
13522
- * Whether the price is not yet defined, and will be updated after the order is created.
13523
- *
13524
- * Default: `false`
13525
- */
13526
- priceUndetermined?: boolean;
13527
- /**
13528
- * Whether the line item quantity is fixed and cannot be changed.
13529
- *
13530
- * Default: `false`
13531
- */
13532
- fixedQuantity?: boolean;
13533
- /**
13534
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
13535
- * @readonly
13536
- */
13537
- consentRequiredPaymentPolicy?: string | null;
13538
- /**
13539
- * Whether to save the payment method on the order.
13540
- *
13541
- * Default: `false`
13542
- * @readonly
13543
- */
13544
- savePaymentMethod?: boolean;
13545
13389
  }
13546
13390
  interface PriceDescription$2 {
13547
13391
  /** __Required.__ Price description in the site's default language as defined in the [request envelope](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/self-hosting/supported-extensions/backend-extensions/add-self-hosted-service-plugin-extensions#request-envelope). */
@@ -14127,16 +13971,6 @@ interface LineItem$3 {
14127
13971
  * Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
14128
13972
  */
14129
13973
  catalogOverrideFields?: CatalogOverrideFields;
14130
- /**
14131
- * Whether the price is not yet defined, and will be updated after the order is created.
14132
- * @readonly
14133
- */
14134
- priceUndetermined?: boolean;
14135
- /**
14136
- * Whether the line item quantity is fixed and cannot be changed.
14137
- * @readonly
14138
- */
14139
- fixedQuantity?: boolean;
14140
13974
  /**
14141
13975
  * Whether to save the payment method on the order.
14142
13976
  *
@@ -3066,16 +3066,6 @@ interface LineItem$7 {
3066
3066
  * @readonly
3067
3067
  */
3068
3068
  consentRequiredPaymentPolicy?: string | null;
3069
- /**
3070
- * Whether the price is not yet defined, and will be updated after the order is created.
3071
- * @readonly
3072
- */
3073
- priceUndetermined?: boolean;
3074
- /**
3075
- * Whether the line item quantity is fixed and cannot be changed.
3076
- * @readonly
3077
- */
3078
- fixedQuantity?: boolean;
3079
3069
  /**
3080
3070
  * Overriding values for catalog item properties.
3081
3071
  *
@@ -3348,12 +3338,6 @@ interface CatalogOverrideFields$7 {
3348
3338
  physicalProperties?: PhysicalProperties$d;
3349
3339
  /** Item image. */
3350
3340
  image?: Image$6;
3351
- /**
3352
- * Whether to save the payment method on the order.
3353
- *
3354
- * Default: `false`
3355
- */
3356
- savePaymentMethod?: boolean | null;
3357
3341
  }
3358
3342
  interface Image$6 {
3359
3343
  /** WixMedia image ID. */
@@ -3620,30 +3604,6 @@ interface CustomLineItem$9 {
3620
3604
  depositAmount?: string | null;
3621
3605
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
3622
3606
  catalogReference?: CatalogReference$d;
3623
- /**
3624
- * Whether the price is not yet defined, and will be updated after the order is created.
3625
- *
3626
- * Default: `false`
3627
- */
3628
- priceUndetermined?: boolean;
3629
- /**
3630
- * Whether the line item quantity is fixed and cannot be changed.
3631
- *
3632
- * Default: `false`
3633
- */
3634
- fixedQuantity?: boolean;
3635
- /**
3636
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
3637
- * @readonly
3638
- */
3639
- consentRequiredPaymentPolicy?: string | null;
3640
- /**
3641
- * Whether to save the payment method on the order.
3642
- *
3643
- * Default: `false`
3644
- * @readonly
3645
- */
3646
- savePaymentMethod?: boolean;
3647
3607
  }
3648
3608
  interface UpdateCartResponse$3 {
3649
3609
  /** Updated Cart. */
@@ -5072,16 +5032,6 @@ interface LineItem$6 {
5072
5032
  * @readonly
5073
5033
  */
5074
5034
  consentRequiredPaymentPolicy?: string | null;
5075
- /**
5076
- * Whether the price is not yet defined, and will be updated after the order is created.
5077
- * @readonly
5078
- */
5079
- priceUndetermined?: boolean;
5080
- /**
5081
- * Whether the line item quantity is fixed and cannot be changed.
5082
- * @readonly
5083
- */
5084
- fixedQuantity?: boolean;
5085
5035
  /**
5086
5036
  * Overriding values for catalog item properties.
5087
5037
  *
@@ -5304,12 +5254,6 @@ interface CatalogOverrideFields$6 {
5304
5254
  physicalProperties?: PhysicalProperties$c;
5305
5255
  /** Item image. */
5306
5256
  image?: string;
5307
- /**
5308
- * Whether to save the payment method on the order.
5309
- *
5310
- * Default: `false`
5311
- */
5312
- savePaymentMethod?: boolean | null;
5313
5257
  }
5314
5258
  declare enum TaxableAddressType$a {
5315
5259
  UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
@@ -5558,30 +5502,6 @@ interface CustomLineItem$8 {
5558
5502
  depositAmount?: string | null;
5559
5503
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
5560
5504
  catalogReference?: CatalogReference$c;
5561
- /**
5562
- * Whether the price is not yet defined, and will be updated after the order is created.
5563
- *
5564
- * Default: `false`
5565
- */
5566
- priceUndetermined?: boolean;
5567
- /**
5568
- * Whether the line item quantity is fixed and cannot be changed.
5569
- *
5570
- * Default: `false`
5571
- */
5572
- fixedQuantity?: boolean;
5573
- /**
5574
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
5575
- * @readonly
5576
- */
5577
- consentRequiredPaymentPolicy?: string | null;
5578
- /**
5579
- * Whether to save the payment method on the order.
5580
- *
5581
- * Default: `false`
5582
- * @readonly
5583
- */
5584
- savePaymentMethod?: boolean;
5585
5505
  }
5586
5506
  interface UpdateCartResponse$2 {
5587
5507
  /** Updated Cart. */
@@ -7058,16 +6978,6 @@ interface LineItem$5 {
7058
6978
  * @readonly
7059
6979
  */
7060
6980
  consentRequiredPaymentPolicy?: string | null;
7061
- /**
7062
- * Whether the price is not yet defined, and will be updated after the order is created.
7063
- * @readonly
7064
- */
7065
- priceUndetermined?: boolean;
7066
- /**
7067
- * Whether the line item quantity is fixed and cannot be changed.
7068
- * @readonly
7069
- */
7070
- fixedQuantity?: boolean;
7071
6981
  /**
7072
6982
  * Overriding values for catalog item properties.
7073
6983
  *
@@ -7340,12 +7250,6 @@ interface CatalogOverrideFields$5 {
7340
7250
  physicalProperties?: PhysicalProperties$b;
7341
7251
  /** Item image. */
7342
7252
  image?: Image$5;
7343
- /**
7344
- * Whether to save the payment method on the order.
7345
- *
7346
- * Default: `false`
7347
- */
7348
- savePaymentMethod?: boolean | null;
7349
7253
  }
7350
7254
  interface Image$5 {
7351
7255
  /** WixMedia image ID. */
@@ -7618,30 +7522,6 @@ interface CustomLineItem$7 {
7618
7522
  depositAmount?: string | null;
7619
7523
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
7620
7524
  catalogReference?: CatalogReference$b;
7621
- /**
7622
- * Whether the price is not yet defined, and will be updated after the order is created.
7623
- *
7624
- * Default: `false`
7625
- */
7626
- priceUndetermined?: boolean;
7627
- /**
7628
- * Whether the line item quantity is fixed and cannot be changed.
7629
- *
7630
- * Default: `false`
7631
- */
7632
- fixedQuantity?: boolean;
7633
- /**
7634
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
7635
- * @readonly
7636
- */
7637
- consentRequiredPaymentPolicy?: string | null;
7638
- /**
7639
- * Whether to save the payment method on the order.
7640
- *
7641
- * Default: `false`
7642
- * @readonly
7643
- */
7644
- savePaymentMethod?: boolean;
7645
7525
  }
7646
7526
  interface UpdateCartResponse$1 {
7647
7527
  /** Updated Cart. */
@@ -9024,16 +8904,6 @@ interface LineItem$4 {
9024
8904
  * @readonly
9025
8905
  */
9026
8906
  consentRequiredPaymentPolicy?: string | null;
9027
- /**
9028
- * Whether the price is not yet defined, and will be updated after the order is created.
9029
- * @readonly
9030
- */
9031
- priceUndetermined?: boolean;
9032
- /**
9033
- * Whether the line item quantity is fixed and cannot be changed.
9034
- * @readonly
9035
- */
9036
- fixedQuantity?: boolean;
9037
8907
  /**
9038
8908
  * Overriding values for catalog item properties.
9039
8909
  *
@@ -9256,12 +9126,6 @@ interface CatalogOverrideFields$4 {
9256
9126
  physicalProperties?: PhysicalProperties$a;
9257
9127
  /** Item image. */
9258
9128
  image?: string;
9259
- /**
9260
- * Whether to save the payment method on the order.
9261
- *
9262
- * Default: `false`
9263
- */
9264
- savePaymentMethod?: boolean | null;
9265
9129
  }
9266
9130
  declare enum TaxableAddressType$8 {
9267
9131
  UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
@@ -9516,30 +9380,6 @@ interface CustomLineItem$6 {
9516
9380
  depositAmount?: string | null;
9517
9381
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
9518
9382
  catalogReference?: CatalogReference$a;
9519
- /**
9520
- * Whether the price is not yet defined, and will be updated after the order is created.
9521
- *
9522
- * Default: `false`
9523
- */
9524
- priceUndetermined?: boolean;
9525
- /**
9526
- * Whether the line item quantity is fixed and cannot be changed.
9527
- *
9528
- * Default: `false`
9529
- */
9530
- fixedQuantity?: boolean;
9531
- /**
9532
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
9533
- * @readonly
9534
- */
9535
- consentRequiredPaymentPolicy?: string | null;
9536
- /**
9537
- * Whether to save the payment method on the order.
9538
- *
9539
- * Default: `false`
9540
- * @readonly
9541
- */
9542
- savePaymentMethod?: boolean;
9543
9383
  }
9544
9384
  interface UpdateCartResponse {
9545
9385
  /** Updated Cart. */
@@ -11072,16 +10912,6 @@ interface LineItem$3 {
11072
10912
  * Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
11073
10913
  */
11074
10914
  catalogOverrideFields?: CatalogOverrideFields$3;
11075
- /**
11076
- * Whether the price is not yet defined, and will be updated after the order is created.
11077
- * @readonly
11078
- */
11079
- priceUndetermined?: boolean;
11080
- /**
11081
- * Whether the line item quantity is fixed and cannot be changed.
11082
- * @readonly
11083
- */
11084
- fixedQuantity?: boolean;
11085
10915
  /**
11086
10916
  * Whether to save the payment method on the order.
11087
10917
  *
@@ -11371,12 +11201,6 @@ interface CatalogOverrideFields$3 {
11371
11201
  physicalProperties?: PhysicalProperties$9;
11372
11202
  /** Item image. */
11373
11203
  image?: Image$4;
11374
- /**
11375
- * Whether to save the payment method on the order.
11376
- *
11377
- * Default: `false`
11378
- */
11379
- savePaymentMethod?: boolean | null;
11380
11204
  }
11381
11205
  interface Image$4 {
11382
11206
  /** WixMedia image ID. */
@@ -12285,30 +12109,6 @@ interface CustomLineItem$5 {
12285
12109
  depositAmount?: string | null;
12286
12110
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
12287
12111
  catalogReference?: CatalogReference$9;
12288
- /**
12289
- * Whether the price is not yet defined, and will be updated after the order is created.
12290
- *
12291
- * Default: `false`
12292
- */
12293
- priceUndetermined?: boolean;
12294
- /**
12295
- * Whether the line item quantity is fixed and cannot be changed.
12296
- *
12297
- * Default: `false`
12298
- */
12299
- fixedQuantity?: boolean;
12300
- /**
12301
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
12302
- * @readonly
12303
- */
12304
- consentRequiredPaymentPolicy?: string | null;
12305
- /**
12306
- * Whether to save the payment method on the order.
12307
- *
12308
- * Default: `false`
12309
- * @readonly
12310
- */
12311
- savePaymentMethod?: boolean;
12312
12112
  }
12313
12113
  interface CreateCheckoutResponse$1 {
12314
12114
  /** Newly created checkout. */
@@ -12425,8 +12225,6 @@ interface RemoveLineItemsResponse$1 {
12425
12225
  interface CreateOrderRequest$3 {
12426
12226
  /** Checkout ID. */
12427
12227
  id: string;
12428
- /** Indicates the payment method should be saved on the order */
12429
- savePaymentMethod?: boolean;
12430
12228
  /** Indicates whether to authorize the payment and delay the capture */
12431
12229
  delayCapture?: boolean;
12432
12230
  }
@@ -13280,16 +13078,6 @@ interface LineItem$2 {
13280
13078
  * Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
13281
13079
  */
13282
13080
  catalogOverrideFields?: CatalogOverrideFields$2;
13283
- /**
13284
- * Whether the price is not yet defined, and will be updated after the order is created.
13285
- * @readonly
13286
- */
13287
- priceUndetermined?: boolean;
13288
- /**
13289
- * Whether the line item quantity is fixed and cannot be changed.
13290
- * @readonly
13291
- */
13292
- fixedQuantity?: boolean;
13293
13081
  /**
13294
13082
  * Whether to save the payment method on the order.
13295
13083
  *
@@ -13552,12 +13340,6 @@ interface CatalogOverrideFields$2 {
13552
13340
  physicalProperties?: PhysicalProperties$8;
13553
13341
  /** Item image. */
13554
13342
  image?: string;
13555
- /**
13556
- * Whether to save the payment method on the order.
13557
- *
13558
- * Default: `false`
13559
- */
13560
- savePaymentMethod?: boolean | null;
13561
13343
  }
13562
13344
  declare enum TaxableAddressType$6 {
13563
13345
  UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
@@ -14433,30 +14215,6 @@ interface CustomLineItem$4 {
14433
14215
  depositAmount?: string | null;
14434
14216
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
14435
14217
  catalogReference?: CatalogReference$8;
14436
- /**
14437
- * Whether the price is not yet defined, and will be updated after the order is created.
14438
- *
14439
- * Default: `false`
14440
- */
14441
- priceUndetermined?: boolean;
14442
- /**
14443
- * Whether the line item quantity is fixed and cannot be changed.
14444
- *
14445
- * Default: `false`
14446
- */
14447
- fixedQuantity?: boolean;
14448
- /**
14449
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
14450
- * @readonly
14451
- */
14452
- consentRequiredPaymentPolicy?: string | null;
14453
- /**
14454
- * Whether to save the payment method on the order.
14455
- *
14456
- * Default: `false`
14457
- * @readonly
14458
- */
14459
- savePaymentMethod?: boolean;
14460
14218
  }
14461
14219
  interface CreateCheckoutResponse {
14462
14220
  /** Newly created checkout. */
@@ -14567,8 +14325,6 @@ interface RemoveLineItemsResponse {
14567
14325
  interface CreateOrderRequest$2 {
14568
14326
  /** Checkout ID. */
14569
14327
  _id: string;
14570
- /** Indicates the payment method should be saved on the order */
14571
- savePaymentMethod?: boolean;
14572
14328
  /** Indicates whether to authorize the payment and delay the capture */
14573
14329
  delayCapture?: boolean;
14574
14330
  }
@@ -15756,12 +15512,6 @@ interface CatalogOverrideFields$1 {
15756
15512
  physicalProperties?: PhysicalProperties$7;
15757
15513
  /** Item image. */
15758
15514
  image?: Image$3;
15759
- /**
15760
- * Whether to save the payment method on the order.
15761
- *
15762
- * Default: `false`
15763
- */
15764
- savePaymentMethod?: boolean | null;
15765
15515
  }
15766
15516
  interface ProductName$5 {
15767
15517
  /**
@@ -15929,30 +15679,6 @@ interface CustomLineItem$3 {
15929
15679
  depositAmount?: string | null;
15930
15680
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
15931
15681
  catalogReference?: CatalogReference$7;
15932
- /**
15933
- * Whether the price is not yet defined, and will be updated after the order is created.
15934
- *
15935
- * Default: `false`
15936
- */
15937
- priceUndetermined?: boolean;
15938
- /**
15939
- * Whether the line item quantity is fixed and cannot be changed.
15940
- *
15941
- * Default: `false`
15942
- */
15943
- fixedQuantity?: boolean;
15944
- /**
15945
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
15946
- * @readonly
15947
- */
15948
- consentRequiredPaymentPolicy?: string | null;
15949
- /**
15950
- * Whether to save the payment method on the order.
15951
- *
15952
- * Default: `false`
15953
- * @readonly
15954
- */
15955
- savePaymentMethod?: boolean;
15956
15682
  }
15957
15683
  interface PriceDescription$5 {
15958
15684
  /** __Required.__ Price description in the site's default language as defined in the [request envelope](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/self-hosting/supported-extensions/backend-extensions/add-self-hosted-service-plugin-extensions#request-envelope). */
@@ -16449,12 +16175,6 @@ interface CatalogOverrideFields {
16449
16175
  physicalProperties?: PhysicalProperties$6;
16450
16176
  /** Item image. */
16451
16177
  image?: string;
16452
- /**
16453
- * Whether to save the payment method on the order.
16454
- *
16455
- * Default: `false`
16456
- */
16457
- savePaymentMethod?: boolean | null;
16458
16178
  }
16459
16179
  interface ProductName$4 {
16460
16180
  /**
@@ -16610,30 +16330,6 @@ interface CustomLineItem$2 {
16610
16330
  depositAmount?: string | null;
16611
16331
  /** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
16612
16332
  catalogReference?: CatalogReference$6;
16613
- /**
16614
- * Whether the price is not yet defined, and will be updated after the order is created.
16615
- *
16616
- * Default: `false`
16617
- */
16618
- priceUndetermined?: boolean;
16619
- /**
16620
- * Whether the line item quantity is fixed and cannot be changed.
16621
- *
16622
- * Default: `false`
16623
- */
16624
- fixedQuantity?: boolean;
16625
- /**
16626
- * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
16627
- * @readonly
16628
- */
16629
- consentRequiredPaymentPolicy?: string | null;
16630
- /**
16631
- * Whether to save the payment method on the order.
16632
- *
16633
- * Default: `false`
16634
- * @readonly
16635
- */
16636
- savePaymentMethod?: boolean;
16637
16333
  }
16638
16334
  interface PriceDescription$4 {
16639
16335
  /** __Required.__ Price description in the site's default language as defined in the [request envelope](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/self-hosting/supported-extensions/backend-extensions/add-self-hosted-service-plugin-extensions#request-envelope). */
@@ -3948,16 +3948,6 @@ interface LineItem$1 {
3948
3948
  * Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
3949
3949
  */
3950
3950
  catalogOverrideFields?: CatalogOverrideFields;
3951
- /**
3952
- * Whether the price is not yet defined, and will be updated after the order is created.
3953
- * @readonly
3954
- */
3955
- priceUndetermined?: boolean;
3956
- /**
3957
- * Whether the line item quantity is fixed and cannot be changed.
3958
- * @readonly
3959
- */
3960
- fixedQuantity?: boolean;
3961
3951
  /**
3962
3952
  * Whether to save the payment method on the order.
3963
3953
  *
@@ -4148,12 +4138,6 @@ interface CatalogOverrideFields {
4148
4138
  physicalProperties?: PhysicalProperties$1;
4149
4139
  /** Item image. */
4150
4140
  image?: string;
4151
- /**
4152
- * Whether to save the payment method on the order.
4153
- *
4154
- * Default: `false`
4155
- */
4156
- savePaymentMethod?: boolean | null;
4157
4141
  }
4158
4142
  /** Billing Info and shipping details */
4159
4143
  interface AddressWithContact$1 {
@@ -3948,16 +3948,6 @@ interface LineItem$1 {
3948
3948
  * Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
3949
3949
  */
3950
3950
  catalogOverrideFields?: CatalogOverrideFields;
3951
- /**
3952
- * Whether the price is not yet defined, and will be updated after the order is created.
3953
- * @readonly
3954
- */
3955
- priceUndetermined?: boolean;
3956
- /**
3957
- * Whether the line item quantity is fixed and cannot be changed.
3958
- * @readonly
3959
- */
3960
- fixedQuantity?: boolean;
3961
3951
  /**
3962
3952
  * Whether to save the payment method on the order.
3963
3953
  *
@@ -4148,12 +4138,6 @@ interface CatalogOverrideFields {
4148
4138
  physicalProperties?: PhysicalProperties$1;
4149
4139
  /** Item image. */
4150
4140
  image?: string;
4151
- /**
4152
- * Whether to save the payment method on the order.
4153
- *
4154
- * Default: `false`
4155
- */
4156
- savePaymentMethod?: boolean | null;
4157
4141
  }
4158
4142
  /** Billing Info and shipping details */
4159
4143
  interface AddressWithContact$1 {