@wix/ecom 1.0.816 → 1.0.817

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.816",
3
+ "version": "1.0.817",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -55,7 +55,7 @@
55
55
  "@wix/ecom_recommendations": "1.0.49",
56
56
  "@wix/ecom_recommendations-provider": "1.0.7",
57
57
  "@wix/ecom_shipping-options": "1.0.14",
58
- "@wix/ecom_shipping-rates": "1.0.49",
58
+ "@wix/ecom_shipping-rates": "1.0.50",
59
59
  "@wix/ecom_shippo-configurations": "1.0.21",
60
60
  "@wix/ecom_subscription-contracts": "1.0.4",
61
61
  "@wix/ecom_tip-settings": "1.0.0",
@@ -87,5 +87,5 @@
87
87
  "fqdn": ""
88
88
  }
89
89
  },
90
- "falconPackageHash": "eaaa26967015664fd14baae445d67aa63e2212affc1f9e224ca03b59"
90
+ "falconPackageHash": "4eab8ab8f348b02c2d6b4e989d65e1a395fa982e0b45784ffe75ae99"
91
91
  }
@@ -1163,7 +1163,11 @@ interface GetShippingRatesRequest {
1163
1163
  * + `"LB"`: pounds
1164
1164
  */
1165
1165
  weightUnit?: WeightUnit$2;
1166
- /** Whether tax is included in the items' prices. */
1166
+ /**
1167
+ * Whether tax is included in the items' prices.
1168
+ * @deprecated Whether tax is included in the items' prices.
1169
+ * @targetRemovalDate 2025-05-01
1170
+ */
1167
1171
  taxIncludedInPrices?: boolean;
1168
1172
  /** List of delivery preferences, for example preferred delivery code (`shippingOptionId`). */
1169
1173
  deliveryPreferences?: DeliveryPreferences;
@@ -1610,6 +1614,8 @@ declare class MissingPostalCodeWixError extends Error {
1610
1614
  errorSchemaName: string;
1611
1615
  /** @hidden */
1612
1616
  errorType: string;
1617
+ /** @hidden */
1618
+ spiErrorData: object;
1613
1619
  data: MissingPostalCodeError;
1614
1620
  constructor(data: MissingPostalCodeError);
1615
1621
  /** @hidden */
@@ -1637,6 +1643,8 @@ declare class InvalidPostalCodeWixError extends Error {
1637
1643
  errorSchemaName: string;
1638
1644
  /** @hidden */
1639
1645
  errorType: string;
1646
+ /** @hidden */
1647
+ spiErrorData: object;
1640
1648
  data: InvalidPostalCodeError;
1641
1649
  constructor(data: InvalidPostalCodeError);
1642
1650
  /** @hidden */
@@ -1663,6 +1671,8 @@ declare class InvalidAddressWixError extends Error {
1663
1671
  errorSchemaName: string;
1664
1672
  /** @hidden */
1665
1673
  errorType: string;
1674
+ /** @hidden */
1675
+ spiErrorData: object;
1666
1676
  data: InvalidAddressError;
1667
1677
  constructor(data: InvalidAddressError);
1668
1678
  /** @hidden */
@@ -1689,6 +1699,8 @@ declare class GenericShippingRatesWixError extends Error {
1689
1699
  errorSchemaName: string;
1690
1700
  /** @hidden */
1691
1701
  errorType: string;
1702
+ /** @hidden */
1703
+ spiErrorData: object;
1692
1704
  data: GenericShippingRatesError;
1693
1705
  constructor(data: GenericShippingRatesError);
1694
1706
  /** @hidden */
@@ -1163,7 +1163,11 @@ interface GetShippingRatesRequest {
1163
1163
  * + `"LB"`: pounds
1164
1164
  */
1165
1165
  weightUnit?: WeightUnit$2;
1166
- /** Whether tax is included in the items' prices. */
1166
+ /**
1167
+ * Whether tax is included in the items' prices.
1168
+ * @deprecated Whether tax is included in the items' prices.
1169
+ * @targetRemovalDate 2025-05-01
1170
+ */
1167
1171
  taxIncludedInPrices?: boolean;
1168
1172
  /** List of delivery preferences, for example preferred delivery code (`shippingOptionId`). */
1169
1173
  deliveryPreferences?: DeliveryPreferences;
@@ -1630,6 +1634,8 @@ declare class MissingPostalCodeWixError extends Error {
1630
1634
  errorSchemaName: string;
1631
1635
  /** @hidden */
1632
1636
  errorType: string;
1637
+ /** @hidden */
1638
+ spiErrorData: object;
1633
1639
  data: MissingPostalCodeError;
1634
1640
  constructor(data: MissingPostalCodeError);
1635
1641
  /** @hidden */
@@ -1657,6 +1663,8 @@ declare class InvalidPostalCodeWixError extends Error {
1657
1663
  errorSchemaName: string;
1658
1664
  /** @hidden */
1659
1665
  errorType: string;
1666
+ /** @hidden */
1667
+ spiErrorData: object;
1660
1668
  data: InvalidPostalCodeError;
1661
1669
  constructor(data: InvalidPostalCodeError);
1662
1670
  /** @hidden */
@@ -1683,6 +1691,8 @@ declare class InvalidAddressWixError extends Error {
1683
1691
  errorSchemaName: string;
1684
1692
  /** @hidden */
1685
1693
  errorType: string;
1694
+ /** @hidden */
1695
+ spiErrorData: object;
1686
1696
  data: InvalidAddressError;
1687
1697
  constructor(data: InvalidAddressError);
1688
1698
  /** @hidden */
@@ -1709,6 +1719,8 @@ declare class GenericShippingRatesWixError extends Error {
1709
1719
  errorSchemaName: string;
1710
1720
  /** @hidden */
1711
1721
  errorType: string;
1722
+ /** @hidden */
1723
+ spiErrorData: object;
1712
1724
  data: GenericShippingRatesError;
1713
1725
  constructor(data: GenericShippingRatesError);
1714
1726
  /** @hidden */