@wix/ecom 1.0.789 → 1.0.790

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.790",
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.130",
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": "7b568bbe5bb928b8af53cab26e3b03b35ba5c49c544d2b4fb76ca06e"
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;
@@ -26664,6 +26666,8 @@ interface OrderLineItemNonNullableFields {
26664
26666
  locations: LocationAndQuantityNonNullableFields[];
26665
26667
  lineItemPrice?: PriceNonNullableFields$2;
26666
26668
  taxableAddress?: TaxableAddressNonNullableFields$1;
26669
+ priceUndetermined: boolean;
26670
+ fixedQuantity: boolean;
26667
26671
  }
26668
26672
  interface BuyerInfoNonNullableFields {
26669
26673
  visitorId: string;
@@ -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;
@@ -26664,6 +26666,8 @@ interface OrderLineItemNonNullableFields {
26664
26666
  locations: LocationAndQuantityNonNullableFields[];
26665
26667
  lineItemPrice?: PriceNonNullableFields$2;
26666
26668
  taxableAddress?: TaxableAddressNonNullableFields$1;
26669
+ priceUndetermined: boolean;
26670
+ fixedQuantity: boolean;
26667
26671
  }
26668
26672
  interface BuyerInfoNonNullableFields {
26669
26673
  visitorId: string;
@@ -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;
@@ -26457,6 +26461,8 @@ interface OrderLineItemNonNullableFields$1 {
26457
26461
  locations: LocationAndQuantityNonNullableFields$1[];
26458
26462
  lineItemPrice?: PriceNonNullableFields$5;
26459
26463
  taxableAddress?: TaxableAddressNonNullableFields$3;
26464
+ priceUndetermined: boolean;
26465
+ fixedQuantity: boolean;
26460
26466
  }
26461
26467
  interface BuyerInfoNonNullableFields$1 {
26462
26468
  visitorId: string;
@@ -28704,6 +28710,8 @@ interface OrderLineItemNonNullableFields {
28704
28710
  locations: LocationAndQuantityNonNullableFields[];
28705
28711
  lineItemPrice?: PriceNonNullableFields$4;
28706
28712
  taxableAddress?: TaxableAddressNonNullableFields$2;
28713
+ priceUndetermined: boolean;
28714
+ fixedQuantity: boolean;
28707
28715
  }
28708
28716
  interface BuyerInfoNonNullableFields {
28709
28717
  visitorId: string;