@wix/ecom 1.0.789 → 1.0.791

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.789",
3
+ "version": "1.0.791",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -36,7 +36,7 @@
36
36
  "@wix/ecom_discount-rules": "1.0.56",
37
37
  "@wix/ecom_discounts": "1.0.8",
38
38
  "@wix/ecom_discounts-custom-trigger": "1.0.11",
39
- "@wix/ecom_draft-orders": "1.0.29",
39
+ "@wix/ecom_draft-orders": "1.0.30",
40
40
  "@wix/ecom_gift-vouchers": "1.0.7",
41
41
  "@wix/ecom_gift-vouchers-provider": "1.0.7",
42
42
  "@wix/ecom_local-delivery-options": "1.0.12",
@@ -45,7 +45,7 @@
45
45
  "@wix/ecom_order-invoices": "1.0.43",
46
46
  "@wix/ecom_order-payment-requests": "1.0.14",
47
47
  "@wix/ecom_order-transactions": "1.0.71",
48
- "@wix/ecom_orders": "1.0.129",
48
+ "@wix/ecom_orders": "1.0.131",
49
49
  "@wix/ecom_orders-settings": "1.0.49",
50
50
  "@wix/ecom_payment-settings": "1.0.54",
51
51
  "@wix/ecom_pickup-locations": "1.0.13",
@@ -80,5 +80,5 @@
80
80
  "fqdn": ""
81
81
  }
82
82
  },
83
- "falconPackageHash": "9cbe4b17fa67f8667c79cc004dba65e222b6f732bbc49e9c7a25678e"
83
+ "falconPackageHash": "1a07888c3a300d54e278bf39b58fdacbc879db84861eb9fef6863272"
84
84
  }
@@ -19678,6 +19678,8 @@ interface OrderLineItemNonNullableFields$1 {
19678
19678
  locations: LocationAndQuantityNonNullableFields$1[];
19679
19679
  lineItemPrice?: PriceNonNullableFields$3;
19680
19680
  taxableAddress?: TaxableAddressNonNullableFields$2;
19681
+ priceUndetermined: boolean;
19682
+ fixedQuantity: boolean;
19681
19683
  }
19682
19684
  interface ItemDetailsNonNullableFields {
19683
19685
  added: boolean;
@@ -19678,6 +19678,8 @@ interface OrderLineItemNonNullableFields$1 {
19678
19678
  locations: LocationAndQuantityNonNullableFields$1[];
19679
19679
  lineItemPrice?: PriceNonNullableFields$3;
19680
19680
  taxableAddress?: TaxableAddressNonNullableFields$2;
19681
+ priceUndetermined: boolean;
19682
+ fixedQuantity: boolean;
19681
19683
  }
19682
19684
  interface ItemDetailsNonNullableFields {
19683
19685
  added: boolean;
@@ -20029,6 +20029,8 @@ interface OrderLineItemNonNullableFields$3 {
20029
20029
  locations: LocationAndQuantityNonNullableFields$3[];
20030
20030
  lineItemPrice?: PriceNonNullableFields$7;
20031
20031
  taxableAddress?: TaxableAddressNonNullableFields$5;
20032
+ priceUndetermined: boolean;
20033
+ fixedQuantity: boolean;
20032
20034
  }
20033
20035
  interface ItemDetailsNonNullableFields$1 {
20034
20036
  added: boolean;
@@ -22585,6 +22587,8 @@ interface OrderLineItemNonNullableFields$2 {
22585
22587
  locations: LocationAndQuantityNonNullableFields$2[];
22586
22588
  lineItemPrice?: PriceNonNullableFields$6;
22587
22589
  taxableAddress?: TaxableAddressNonNullableFields$4;
22590
+ priceUndetermined: boolean;
22591
+ fixedQuantity: boolean;
22588
22592
  }
22589
22593
  interface ItemDetailsNonNullableFields {
22590
22594
  added: boolean;