@wix/ecom 1.0.794 → 1.0.795

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.794",
3
+ "version": "1.0.795",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -32,7 +32,7 @@
32
32
  "@wix/ecom_current-cart": "1.0.85",
33
33
  "@wix/ecom_custom-triggers": "1.0.26",
34
34
  "@wix/ecom_delivery-profile": "1.0.23",
35
- "@wix/ecom_delivery-solutions": "1.0.2",
35
+ "@wix/ecom_delivery-solutions": "1.0.3",
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",
@@ -81,5 +81,5 @@
81
81
  "fqdn": ""
82
82
  }
83
83
  },
84
- "falconPackageHash": "5e20d8d3ac7e693fc0431a45f49c2920f566a6730832f9de790c2562"
84
+ "falconPackageHash": "fb2981d63787f69c5a89f2db508b2196943fef0ed91a2118a4098540"
85
85
  }
@@ -36892,9 +36892,9 @@ interface Breakdown {
36892
36892
  /** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
36893
36893
  deliveryCarrier?: Carrier;
36894
36894
  /** The delivery regions that are relevant for this delivery option, could be multiple if the delivery option is a combination of multiple profiles */
36895
- deliveryRegion?: Region;
36895
+ deliveryRegions?: Region[];
36896
36896
  /** should contain line ids for this specific carrier */
36897
- itemIds?: string[];
36897
+ lineItemIds?: string[];
36898
36898
  }
36899
36899
  interface Carrier {
36900
36900
  /** The carrier app id */
@@ -37019,7 +37019,7 @@ interface CarrierNonNullableFields {
37019
37019
  }
37020
37020
  interface BreakdownNonNullableFields {
37021
37021
  deliveryCarrier?: CarrierNonNullableFields;
37022
- itemIds: string[];
37022
+ lineItemIds: string[];
37023
37023
  }
37024
37024
  interface PartialNonNullableFields {
37025
37025
  lineItemIds: string[];
@@ -36892,9 +36892,9 @@ interface Breakdown {
36892
36892
  /** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
36893
36893
  deliveryCarrier?: Carrier;
36894
36894
  /** The delivery regions that are relevant for this delivery option, could be multiple if the delivery option is a combination of multiple profiles */
36895
- deliveryRegion?: Region;
36895
+ deliveryRegions?: Region[];
36896
36896
  /** should contain line ids for this specific carrier */
36897
- itemIds?: string[];
36897
+ lineItemIds?: string[];
36898
36898
  }
36899
36899
  interface Carrier {
36900
36900
  /** The carrier app id */
@@ -37019,7 +37019,7 @@ interface CarrierNonNullableFields {
37019
37019
  }
37020
37020
  interface BreakdownNonNullableFields {
37021
37021
  deliveryCarrier?: CarrierNonNullableFields;
37022
- itemIds: string[];
37022
+ lineItemIds: string[];
37023
37023
  }
37024
37024
  interface PartialNonNullableFields {
37025
37025
  lineItemIds: string[];
@@ -38036,9 +38036,9 @@ interface Breakdown$1 {
38036
38036
  /** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
38037
38037
  deliveryCarrier?: Carrier$1;
38038
38038
  /** The delivery regions that are relevant for this delivery option, could be multiple if the delivery option is a combination of multiple profiles */
38039
- deliveryRegion?: Region$1;
38039
+ deliveryRegions?: Region$1[];
38040
38040
  /** should contain line ids for this specific carrier */
38041
- itemIds?: string[];
38041
+ lineItemIds?: string[];
38042
38042
  }
38043
38043
  interface Carrier$1 {
38044
38044
  /** The carrier app id */
@@ -38097,7 +38097,7 @@ interface CarrierNonNullableFields$1 {
38097
38097
  }
38098
38098
  interface BreakdownNonNullableFields$1 {
38099
38099
  deliveryCarrier?: CarrierNonNullableFields$1;
38100
- itemIds: string[];
38100
+ lineItemIds: string[];
38101
38101
  }
38102
38102
  interface PartialNonNullableFields$1 {
38103
38103
  lineItemIds: string[];
@@ -38458,9 +38458,9 @@ interface Breakdown {
38458
38458
  /** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
38459
38459
  deliveryCarrier?: Carrier;
38460
38460
  /** The delivery regions that are relevant for this delivery option, could be multiple if the delivery option is a combination of multiple profiles */
38461
- deliveryRegion?: Region;
38461
+ deliveryRegions?: Region[];
38462
38462
  /** should contain line ids for this specific carrier */
38463
- itemIds?: string[];
38463
+ lineItemIds?: string[];
38464
38464
  }
38465
38465
  interface Carrier {
38466
38466
  /** The carrier app id */
@@ -38513,7 +38513,7 @@ interface CarrierNonNullableFields {
38513
38513
  }
38514
38514
  interface BreakdownNonNullableFields {
38515
38515
  deliveryCarrier?: CarrierNonNullableFields;
38516
- itemIds: string[];
38516
+ lineItemIds: string[];
38517
38517
  }
38518
38518
  interface PartialNonNullableFields {
38519
38519
  lineItemIds: string[];