@wix/auto_sdk_ecom_delivery-profile 1.0.59 → 1.0.60

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.
@@ -158,7 +158,7 @@ interface AdditionalCharge {
158
158
  price?: string;
159
159
  /**
160
160
  * Cost of additional charge. For example, `12.5`.
161
- * @decimalValue options { gte:0, maxScale:6 }
161
+ * @maxLength 16
162
162
  */
163
163
  amount?: string;
164
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_delivery-profile",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.ecom.v1.delivery_profile"
51
51
  }
52
52
  },
53
- "falconPackageHash": "84c2a56f47755c8515921d4445bde73b53e3764461fce38bc6340c37"
53
+ "falconPackageHash": "dd7882e625452bc26b01df111a29e58735522eb3b3b755e40a9a4ce0"
54
54
  }