@wix/ecom 1.0.773 → 1.0.774

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.773",
3
+ "version": "1.0.774",
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.79",
26
+ "@wix/ecom_cart": "1.0.80",
27
27
  "@wix/ecom_checkout": "1.0.89",
28
28
  "@wix/ecom_checkout-content": "1.0.7",
29
29
  "@wix/ecom_checkout-settings": "1.0.52",
30
30
  "@wix/ecom_checkout-templates": "1.0.88",
31
31
  "@wix/ecom_currencies": "1.0.37",
32
- "@wix/ecom_current-cart": "1.0.79",
32
+ "@wix/ecom_current-cart": "1.0.80",
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",
@@ -78,5 +78,5 @@
78
78
  "fqdn": ""
79
79
  }
80
80
  },
81
- "falconPackageHash": "58513a8d4b90631e90e861102548ec8b6317a4848149aef7e7d471db"
81
+ "falconPackageHash": "f383fc278696d92cc5e078cc2fd99d8bee40075eb908180863f15a4a"
82
82
  }
@@ -4784,18 +4784,6 @@ interface AddToCurrentCartAndEstimateTotalsRequest$1 {
4784
4784
  billingAddress?: Address$9;
4785
4785
  /** The selected membership payment options and which line items they apply to. */
4786
4786
  selectedMemberships?: SelectedMemberships$4;
4787
- /**
4788
- * Whether to calculate tax in the calculation request.
4789
- *
4790
- * Default: `true`
4791
- */
4792
- calculateTax?: boolean | null;
4793
- /**
4794
- * Whether to calculate shipping in the calculation request.
4795
- *
4796
- * Default: `true`
4797
- */
4798
- calculateShipping?: boolean | null;
4799
4787
  }
4800
4788
  interface SelectedMemberships$4 {
4801
4789
  /** Selected memberships. */
@@ -5574,18 +5562,6 @@ interface EstimateCurrentCartTotalsRequest$1 {
5574
5562
  billingAddress?: Address$9;
5575
5563
  /** The selected membership payment options and which line items they apply to. */
5576
5564
  selectedMemberships?: SelectedMemberships$4;
5577
- /**
5578
- * Whether to calculate tax in the calculation request.
5579
- *
5580
- * Default: `true`
5581
- */
5582
- calculateTax?: boolean | null;
5583
- /**
5584
- * Whether to calculate shipping in the calculation request.
5585
- *
5586
- * Default: `true`
5587
- */
5588
- calculateShipping?: boolean | null;
5589
5565
  }
5590
5566
  interface DeleteCurrentCartRequest$1 {
5591
5567
  }
@@ -5792,18 +5768,6 @@ interface EstimateTotalsRequest$1 {
5792
5768
  billingAddress?: Address$9;
5793
5769
  /** The selected membership payment options and which line items they apply to. */
5794
5770
  selectedMemberships?: SelectedMemberships$4;
5795
- /**
5796
- * Whether to calculate tax in the calculation request.
5797
- *
5798
- * Default: `true`
5799
- */
5800
- calculateTax?: boolean | null;
5801
- /**
5802
- * Whether to calculate shipping in the calculation request.
5803
- *
5804
- * Default: `true`
5805
- */
5806
- calculateShipping?: boolean | null;
5807
5771
  }
5808
5772
  interface DeleteCartRequest$1 {
5809
5773
  /** ID of the cart to delete. */
@@ -6462,18 +6426,6 @@ interface EstimateTotalsOptions {
6462
6426
  billingAddress?: Address$9;
6463
6427
  /** The selected membership payment options and which line items they apply to. */
6464
6428
  selectedMemberships?: SelectedMemberships$4;
6465
- /**
6466
- * Whether to calculate tax in the calculation request.
6467
- *
6468
- * Default: `true`
6469
- */
6470
- calculateTax?: boolean | null;
6471
- /**
6472
- * Whether to calculate shipping in the calculation request.
6473
- *
6474
- * Default: `true`
6475
- */
6476
- calculateShipping?: boolean | null;
6477
6429
  }
6478
6430
 
6479
6431
  declare function createCart$1(httpClient: HttpClient): CreateCartSignature;
@@ -7510,18 +7462,6 @@ interface AddToCurrentCartAndEstimateTotalsRequest {
7510
7462
  billingAddress?: Address$8;
7511
7463
  /** The selected membership payment options and which line items they apply to. */
7512
7464
  selectedMemberships?: SelectedMemberships$3;
7513
- /**
7514
- * Whether to calculate tax in the calculation request.
7515
- *
7516
- * Default: `true`
7517
- */
7518
- calculateTax?: boolean | null;
7519
- /**
7520
- * Whether to calculate shipping in the calculation request.
7521
- *
7522
- * Default: `true`
7523
- */
7524
- calculateShipping?: boolean | null;
7525
7465
  }
7526
7466
  interface SelectedMemberships$3 {
7527
7467
  /** Selected memberships. */
@@ -8300,18 +8240,6 @@ interface EstimateCurrentCartTotalsRequest {
8300
8240
  billingAddress?: Address$8;
8301
8241
  /** The selected membership payment options and which line items they apply to. */
8302
8242
  selectedMemberships?: SelectedMemberships$3;
8303
- /**
8304
- * Whether to calculate tax in the calculation request.
8305
- *
8306
- * Default: `true`
8307
- */
8308
- calculateTax?: boolean | null;
8309
- /**
8310
- * Whether to calculate shipping in the calculation request.
8311
- *
8312
- * Default: `true`
8313
- */
8314
- calculateShipping?: boolean | null;
8315
8243
  }
8316
8244
  interface DeleteCurrentCartRequest {
8317
8245
  }
@@ -8518,18 +8446,6 @@ interface EstimateTotalsRequest {
8518
8446
  billingAddress?: Address$8;
8519
8447
  /** The selected membership payment options and which line items they apply to. */
8520
8448
  selectedMemberships?: SelectedMemberships$3;
8521
- /**
8522
- * Whether to calculate tax in the calculation request.
8523
- *
8524
- * Default: `true`
8525
- */
8526
- calculateTax?: boolean | null;
8527
- /**
8528
- * Whether to calculate shipping in the calculation request.
8529
- *
8530
- * Default: `true`
8531
- */
8532
- calculateShipping?: boolean | null;
8533
8449
  }
8534
8450
  interface DeleteCartRequest {
8535
8451
  /** ID of the cart to delete. */
@@ -9092,18 +9008,6 @@ interface EstimateCurrentCartTotalsOptions {
9092
9008
  billingAddress?: Address$8;
9093
9009
  /** The selected membership payment options and which line items they apply to. */
9094
9010
  selectedMemberships?: SelectedMemberships$3;
9095
- /**
9096
- * Whether to calculate tax in the calculation request.
9097
- *
9098
- * Default: `true`
9099
- */
9100
- calculateTax?: boolean | null;
9101
- /**
9102
- * Whether to calculate shipping in the calculation request.
9103
- *
9104
- * Default: `true`
9105
- */
9106
- calculateShipping?: boolean | null;
9107
9011
  }
9108
9012
 
9109
9013
  declare function getCurrentCart$1(httpClient: HttpClient): GetCurrentCartSignature;
@@ -4784,18 +4784,6 @@ interface AddToCurrentCartAndEstimateTotalsRequest$1 {
4784
4784
  billingAddress?: Address$9;
4785
4785
  /** The selected membership payment options and which line items they apply to. */
4786
4786
  selectedMemberships?: SelectedMemberships$4;
4787
- /**
4788
- * Whether to calculate tax in the calculation request.
4789
- *
4790
- * Default: `true`
4791
- */
4792
- calculateTax?: boolean | null;
4793
- /**
4794
- * Whether to calculate shipping in the calculation request.
4795
- *
4796
- * Default: `true`
4797
- */
4798
- calculateShipping?: boolean | null;
4799
4787
  }
4800
4788
  interface SelectedMemberships$4 {
4801
4789
  /** Selected memberships. */
@@ -5574,18 +5562,6 @@ interface EstimateCurrentCartTotalsRequest$1 {
5574
5562
  billingAddress?: Address$9;
5575
5563
  /** The selected membership payment options and which line items they apply to. */
5576
5564
  selectedMemberships?: SelectedMemberships$4;
5577
- /**
5578
- * Whether to calculate tax in the calculation request.
5579
- *
5580
- * Default: `true`
5581
- */
5582
- calculateTax?: boolean | null;
5583
- /**
5584
- * Whether to calculate shipping in the calculation request.
5585
- *
5586
- * Default: `true`
5587
- */
5588
- calculateShipping?: boolean | null;
5589
5565
  }
5590
5566
  interface DeleteCurrentCartRequest$1 {
5591
5567
  }
@@ -5792,18 +5768,6 @@ interface EstimateTotalsRequest$1 {
5792
5768
  billingAddress?: Address$9;
5793
5769
  /** The selected membership payment options and which line items they apply to. */
5794
5770
  selectedMemberships?: SelectedMemberships$4;
5795
- /**
5796
- * Whether to calculate tax in the calculation request.
5797
- *
5798
- * Default: `true`
5799
- */
5800
- calculateTax?: boolean | null;
5801
- /**
5802
- * Whether to calculate shipping in the calculation request.
5803
- *
5804
- * Default: `true`
5805
- */
5806
- calculateShipping?: boolean | null;
5807
5771
  }
5808
5772
  interface DeleteCartRequest$1 {
5809
5773
  /** ID of the cart to delete. */
@@ -6462,18 +6426,6 @@ interface EstimateTotalsOptions {
6462
6426
  billingAddress?: Address$9;
6463
6427
  /** The selected membership payment options and which line items they apply to. */
6464
6428
  selectedMemberships?: SelectedMemberships$4;
6465
- /**
6466
- * Whether to calculate tax in the calculation request.
6467
- *
6468
- * Default: `true`
6469
- */
6470
- calculateTax?: boolean | null;
6471
- /**
6472
- * Whether to calculate shipping in the calculation request.
6473
- *
6474
- * Default: `true`
6475
- */
6476
- calculateShipping?: boolean | null;
6477
6429
  }
6478
6430
 
6479
6431
  declare function createCart$1(httpClient: HttpClient): CreateCartSignature;
@@ -7510,18 +7462,6 @@ interface AddToCurrentCartAndEstimateTotalsRequest {
7510
7462
  billingAddress?: Address$8;
7511
7463
  /** The selected membership payment options and which line items they apply to. */
7512
7464
  selectedMemberships?: SelectedMemberships$3;
7513
- /**
7514
- * Whether to calculate tax in the calculation request.
7515
- *
7516
- * Default: `true`
7517
- */
7518
- calculateTax?: boolean | null;
7519
- /**
7520
- * Whether to calculate shipping in the calculation request.
7521
- *
7522
- * Default: `true`
7523
- */
7524
- calculateShipping?: boolean | null;
7525
7465
  }
7526
7466
  interface SelectedMemberships$3 {
7527
7467
  /** Selected memberships. */
@@ -8300,18 +8240,6 @@ interface EstimateCurrentCartTotalsRequest {
8300
8240
  billingAddress?: Address$8;
8301
8241
  /** The selected membership payment options and which line items they apply to. */
8302
8242
  selectedMemberships?: SelectedMemberships$3;
8303
- /**
8304
- * Whether to calculate tax in the calculation request.
8305
- *
8306
- * Default: `true`
8307
- */
8308
- calculateTax?: boolean | null;
8309
- /**
8310
- * Whether to calculate shipping in the calculation request.
8311
- *
8312
- * Default: `true`
8313
- */
8314
- calculateShipping?: boolean | null;
8315
8243
  }
8316
8244
  interface DeleteCurrentCartRequest {
8317
8245
  }
@@ -8518,18 +8446,6 @@ interface EstimateTotalsRequest {
8518
8446
  billingAddress?: Address$8;
8519
8447
  /** The selected membership payment options and which line items they apply to. */
8520
8448
  selectedMemberships?: SelectedMemberships$3;
8521
- /**
8522
- * Whether to calculate tax in the calculation request.
8523
- *
8524
- * Default: `true`
8525
- */
8526
- calculateTax?: boolean | null;
8527
- /**
8528
- * Whether to calculate shipping in the calculation request.
8529
- *
8530
- * Default: `true`
8531
- */
8532
- calculateShipping?: boolean | null;
8533
8449
  }
8534
8450
  interface DeleteCartRequest {
8535
8451
  /** ID of the cart to delete. */
@@ -9092,18 +9008,6 @@ interface EstimateCurrentCartTotalsOptions {
9092
9008
  billingAddress?: Address$8;
9093
9009
  /** The selected membership payment options and which line items they apply to. */
9094
9010
  selectedMemberships?: SelectedMemberships$3;
9095
- /**
9096
- * Whether to calculate tax in the calculation request.
9097
- *
9098
- * Default: `true`
9099
- */
9100
- calculateTax?: boolean | null;
9101
- /**
9102
- * Whether to calculate shipping in the calculation request.
9103
- *
9104
- * Default: `true`
9105
- */
9106
- calculateShipping?: boolean | null;
9107
9011
  }
9108
9012
 
9109
9013
  declare function getCurrentCart$1(httpClient: HttpClient): GetCurrentCartSignature;
@@ -4420,18 +4420,6 @@ interface EstimateTotalsRequest$1 {
4420
4420
  billingAddress?: Address$d;
4421
4421
  /** The selected membership payment options and which line items they apply to. */
4422
4422
  selectedMemberships?: SelectedMemberships$7;
4423
- /**
4424
- * Whether to calculate tax in the calculation request.
4425
- *
4426
- * Default: `true`
4427
- */
4428
- calculateTax?: boolean | null;
4429
- /**
4430
- * Whether to calculate shipping in the calculation request.
4431
- *
4432
- * Default: `true`
4433
- */
4434
- calculateShipping?: boolean | null;
4435
4423
  }
4436
4424
  interface DeleteCartRequest$1 {
4437
4425
  /** ID of the cart to delete. */
@@ -6379,18 +6367,6 @@ interface EstimateTotalsRequest {
6379
6367
  billingAddress?: Address$c;
6380
6368
  /** The selected membership payment options and which line items they apply to. */
6381
6369
  selectedMemberships?: SelectedMemberships$6;
6382
- /**
6383
- * Whether to calculate tax in the calculation request.
6384
- *
6385
- * Default: `true`
6386
- */
6387
- calculateTax?: boolean | null;
6388
- /**
6389
- * Whether to calculate shipping in the calculation request.
6390
- *
6391
- * Default: `true`
6392
- */
6393
- calculateShipping?: boolean | null;
6394
6370
  }
6395
6371
  interface DeleteCartRequest {
6396
6372
  /** ID of the cart to delete. */
@@ -8399,18 +8375,6 @@ interface EstimateCurrentCartTotalsRequest$1 {
8399
8375
  billingAddress?: Address$b;
8400
8376
  /** The selected membership payment options and which line items they apply to. */
8401
8377
  selectedMemberships?: SelectedMemberships$5;
8402
- /**
8403
- * Whether to calculate tax in the calculation request.
8404
- *
8405
- * Default: `true`
8406
- */
8407
- calculateTax?: boolean | null;
8408
- /**
8409
- * Whether to calculate shipping in the calculation request.
8410
- *
8411
- * Default: `true`
8412
- */
8413
- calculateShipping?: boolean | null;
8414
8378
  }
8415
8379
  interface DeleteCurrentCartRequest$1 {
8416
8380
  }
@@ -10318,18 +10282,6 @@ interface EstimateCurrentCartTotalsRequest {
10318
10282
  billingAddress?: Address$a;
10319
10283
  /** The selected membership payment options and which line items they apply to. */
10320
10284
  selectedMemberships?: SelectedMemberships$4;
10321
- /**
10322
- * Whether to calculate tax in the calculation request.
10323
- *
10324
- * Default: `true`
10325
- */
10326
- calculateTax?: boolean | null;
10327
- /**
10328
- * Whether to calculate shipping in the calculation request.
10329
- *
10330
- * Default: `true`
10331
- */
10332
- calculateShipping?: boolean | null;
10333
10285
  }
10334
10286
  interface DeleteCurrentCartRequest {
10335
10287
  }