@wix/ecom 1.0.822 → 1.0.823

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.822",
3
+ "version": "1.0.823",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -39,7 +39,7 @@
39
39
  "@wix/ecom_discount-rules": "1.0.61",
40
40
  "@wix/ecom_discounts": "1.0.13",
41
41
  "@wix/ecom_discounts-custom-trigger": "1.0.16",
42
- "@wix/ecom_draft-orders": "1.0.40",
42
+ "@wix/ecom_draft-orders": "1.0.41",
43
43
  "@wix/ecom_gift-vouchers": "1.0.12",
44
44
  "@wix/ecom_gift-vouchers-provider": "1.0.12",
45
45
  "@wix/ecom_local-delivery-options": "1.0.18",
@@ -48,16 +48,16 @@
48
48
  "@wix/ecom_order-invoices": "1.0.48",
49
49
  "@wix/ecom_order-payment-requests": "1.0.19",
50
50
  "@wix/ecom_order-transactions": "1.0.77",
51
- "@wix/ecom_orders": "1.0.143",
51
+ "@wix/ecom_orders": "1.0.144",
52
52
  "@wix/ecom_orders-settings": "1.0.54",
53
- "@wix/ecom_payment-settings": "1.0.69",
53
+ "@wix/ecom_payment-settings": "1.0.70",
54
54
  "@wix/ecom_pickup-locations": "1.0.18",
55
55
  "@wix/ecom_recommendations": "1.0.51",
56
56
  "@wix/ecom_recommendations-provider": "1.0.9",
57
57
  "@wix/ecom_shipping-options": "1.0.16",
58
58
  "@wix/ecom_shipping-rates": "1.0.52",
59
59
  "@wix/ecom_shippo-configurations": "1.0.23",
60
- "@wix/ecom_subscription-contracts": "1.0.7",
60
+ "@wix/ecom_subscription-contracts": "1.0.8",
61
61
  "@wix/ecom_tip-settings": "1.0.2",
62
62
  "@wix/ecom_tippable-staff": "1.0.2",
63
63
  "@wix/ecom_tips": "1.0.3",
@@ -87,5 +87,5 @@
87
87
  "fqdn": ""
88
88
  }
89
89
  },
90
- "falconPackageHash": "78a0e5817ec5ffaeea86d11b11e1d5d6b0cddeb78e3083b18becb880"
90
+ "falconPackageHash": "f91682ebe82f5b5977ab522336a6f3373d355e40e63cab39ff9d9c4c"
91
91
  }
@@ -2912,7 +2912,7 @@ interface OrderTaxInfo$2 {
2912
2912
  /**
2913
2913
  * Whether the draft order is exempt from tax calculations.
2914
2914
  *
2915
- * Default: `true`
2915
+ * Default: `false`
2916
2916
  * @readonly
2917
2917
  */
2918
2918
  taxExempt?: boolean | null;
@@ -19885,7 +19885,7 @@ interface OrderTaxInfo$1 {
19885
19885
  /**
19886
19886
  * Whether the draft order is exempt from tax calculations.
19887
19887
  *
19888
- * Default: `true`
19888
+ * Default: `false`
19889
19889
  * @readonly
19890
19890
  */
19891
19891
  taxExempt?: boolean | null;
@@ -24835,7 +24835,7 @@ interface OrderTaxInfo {
24835
24835
  /**
24836
24836
  * Whether the draft order is exempt from tax calculations.
24837
24837
  *
24838
- * Default: `true`
24838
+ * Default: `false`
24839
24839
  * @readonly
24840
24840
  */
24841
24841
  taxExempt?: boolean | null;
@@ -2912,7 +2912,7 @@ interface OrderTaxInfo$2 {
2912
2912
  /**
2913
2913
  * Whether the draft order is exempt from tax calculations.
2914
2914
  *
2915
- * Default: `true`
2915
+ * Default: `false`
2916
2916
  * @readonly
2917
2917
  */
2918
2918
  taxExempt?: boolean | null;
@@ -19885,7 +19885,7 @@ interface OrderTaxInfo$1 {
19885
19885
  /**
19886
19886
  * Whether the draft order is exempt from tax calculations.
19887
19887
  *
19888
- * Default: `true`
19888
+ * Default: `false`
19889
19889
  * @readonly
19890
19890
  */
19891
19891
  taxExempt?: boolean | null;
@@ -24835,7 +24835,7 @@ interface OrderTaxInfo {
24835
24835
  /**
24836
24836
  * Whether the draft order is exempt from tax calculations.
24837
24837
  *
24838
- * Default: `true`
24838
+ * Default: `false`
24839
24839
  * @readonly
24840
24840
  */
24841
24841
  taxExempt?: boolean | null;
@@ -21833,7 +21833,7 @@ interface OrderTaxInfo$3 {
21833
21833
  /**
21834
21834
  * Whether the draft order is exempt from tax calculations.
21835
21835
  *
21836
- * Default: `true`
21836
+ * Default: `false`
21837
21837
  * @readonly
21838
21838
  */
21839
21839
  taxExempt?: boolean | null;
@@ -24420,7 +24420,7 @@ interface OrderTaxInfo$2 {
24420
24420
  /**
24421
24421
  * Whether the draft order is exempt from tax calculations.
24422
24422
  *
24423
- * Default: `true`
24423
+ * Default: `false`
24424
24424
  * @readonly
24425
24425
  */
24426
24426
  taxExempt?: boolean | null;
@@ -28486,7 +28486,7 @@ interface OrderTaxInfo$1 {
28486
28486
  /**
28487
28487
  * Whether the draft order is exempt from tax calculations.
28488
28488
  *
28489
- * Default: `true`
28489
+ * Default: `false`
28490
28490
  * @readonly
28491
28491
  */
28492
28492
  taxExempt?: boolean | null;
@@ -30758,7 +30758,7 @@ interface OrderTaxInfo {
30758
30758
  /**
30759
30759
  * Whether the draft order is exempt from tax calculations.
30760
30760
  *
30761
- * Default: `true`
30761
+ * Default: `false`
30762
30762
  * @readonly
30763
30763
  */
30764
30764
  taxExempt?: boolean | null;
@@ -3470,7 +3470,7 @@ interface OrderTaxInfo {
3470
3470
  /**
3471
3471
  * Whether the draft order is exempt from tax calculations.
3472
3472
  *
3473
- * Default: `true`
3473
+ * Default: `false`
3474
3474
  * @readonly
3475
3475
  */
3476
3476
  taxExempt?: boolean | null;
@@ -3470,7 +3470,7 @@ interface OrderTaxInfo {
3470
3470
  /**
3471
3471
  * Whether the draft order is exempt from tax calculations.
3472
3472
  *
3473
- * Default: `true`
3473
+ * Default: `false`
3474
3474
  * @readonly
3475
3475
  */
3476
3476
  taxExempt?: boolean | null;