@kohost/api-client 3.7.0 → 3.7.1
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/dist/esm/Models.js
CHANGED
|
@@ -13205,6 +13205,9 @@ var require_property = __commonJS({
|
|
|
13205
13205
|
priceRatioPerHour: {
|
|
13206
13206
|
type: "number",
|
|
13207
13207
|
default: 0.1
|
|
13208
|
+
},
|
|
13209
|
+
minimumTime: {
|
|
13210
|
+
type: "string"
|
|
13208
13211
|
}
|
|
13209
13212
|
}
|
|
13210
13213
|
},
|