@wix/auto_sdk_ecom_shippo-configurations 1.0.12 → 1.0.14

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.
@@ -93,7 +93,7 @@ export interface ServiceSettings {
93
93
  handlingFee?: HandlingFee;
94
94
  /**
95
95
  * Amount above which free delivery is offered.
96
- * @decimalValue options { gte:0, maxScale:4 }
96
+ * @decimalValue options { gte:0, maxScale:6 }
97
97
  */
98
98
  freeDeliveryMinimumAmount?: string | null;
99
99
  }
@@ -94,7 +94,7 @@ export interface ServiceSettings {
94
94
  handlingFee?: HandlingFee;
95
95
  /**
96
96
  * Amount above which free delivery is offered.
97
- * @decimalValue options { gte:0, maxScale:4 }
97
+ * @decimalValue options { gte:0, maxScale:6 }
98
98
  */
99
99
  freeDeliveryMinimumAmount?: string | null;
100
100
  }
@@ -93,7 +93,7 @@ export interface ServiceSettings {
93
93
  handlingFee?: HandlingFee;
94
94
  /**
95
95
  * Amount above which free delivery is offered.
96
- * @decimalValue options { gte:0, maxScale:4 }
96
+ * @decimalValue options { gte:0, maxScale:6 }
97
97
  */
98
98
  freeDeliveryMinimumAmount?: string | null;
99
99
  }
@@ -94,7 +94,7 @@ export interface ServiceSettings {
94
94
  handlingFee?: HandlingFee;
95
95
  /**
96
96
  * Amount above which free delivery is offered.
97
- * @decimalValue options { gte:0, maxScale:4 }
97
+ * @decimalValue options { gte:0, maxScale:6 }
98
98
  */
99
99
  freeDeliveryMinimumAmount?: string | null;
100
100
  }
@@ -93,7 +93,7 @@ export interface ServiceSettings {
93
93
  handlingFee?: HandlingFee;
94
94
  /**
95
95
  * Amount above which free delivery is offered.
96
- * @decimalValue options { gte:0, maxScale:4 }
96
+ * @decimalValue options { gte:0, maxScale:6 }
97
97
  */
98
98
  freeDeliveryMinimumAmount?: string | null;
99
99
  }
@@ -94,7 +94,7 @@ export interface ServiceSettings {
94
94
  handlingFee?: HandlingFee;
95
95
  /**
96
96
  * Amount above which free delivery is offered.
97
- * @decimalValue options { gte:0, maxScale:4 }
97
+ * @decimalValue options { gte:0, maxScale:6 }
98
98
  */
99
99
  freeDeliveryMinimumAmount?: string | null;
100
100
  }
@@ -93,7 +93,7 @@ export interface ServiceSettings {
93
93
  handlingFee?: HandlingFee;
94
94
  /**
95
95
  * Amount above which free delivery is offered.
96
- * @decimalValue options { gte:0, maxScale:4 }
96
+ * @decimalValue options { gte:0, maxScale:6 }
97
97
  */
98
98
  freeDeliveryMinimumAmount?: string | null;
99
99
  }
@@ -94,7 +94,7 @@ export interface ServiceSettings {
94
94
  handlingFee?: HandlingFee;
95
95
  /**
96
96
  * Amount above which free delivery is offered.
97
- * @decimalValue options { gte:0, maxScale:4 }
97
+ * @decimalValue options { gte:0, maxScale:6 }
98
98
  */
99
99
  freeDeliveryMinimumAmount?: string | null;
100
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_shippo-configurations",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@wix/sdk-runtime": "^0.3.49",
32
- "@wix/sdk-types": "^1.13.21"
32
+ "@wix/sdk-types": "^1.13.23"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.3.2"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.ecom.v1.shippo_configuration"
49
49
  }
50
50
  },
51
- "falconPackageHash": "e82ae73e06089114213a3cbc7cb5abe7feb3bd807535b643234429ca"
51
+ "falconPackageHash": "8ff38783cdc4da9645046adf6b07c2c426e4add3aa95317bf66e67df"
52
52
  }