@wix/auto_sdk_ecom_draft-orders 1.0.67 → 1.0.68

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.
@@ -1669,7 +1669,10 @@ interface DepositDetails extends DepositDetailsDepositOneOf {
1669
1669
  * @decimalValue options { gte:0, lte:100, maxScale:2 }
1670
1670
  */
1671
1671
  percentage?: string | null;
1672
- /** Price summary with deposit. */
1672
+ /**
1673
+ * Price summary with deposit.
1674
+ * @readonly
1675
+ */
1673
1676
  priceSummary?: PriceSummary;
1674
1677
  }
1675
1678
  /** @oneof */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_draft-orders",
3
- "version": "1.0.67",
3
+ "version": "1.0.68",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.ecom.v1.draft_order"
51
51
  }
52
52
  },
53
- "falconPackageHash": "eec47929f679c3b633ae9d2f03b36b1ca1ef615b4ed6d7d69d31a5dd"
53
+ "falconPackageHash": "d0c85b32b354ac969a7f2cd65da30ac0910fd9bbb9230cbf47bd210a"
54
54
  }