@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.
@@ -160,6 +160,9 @@
160
160
  "priceRatioPerHour": {
161
161
  "type": "number",
162
162
  "default": 0.1
163
+ },
164
+ "minimumTime": {
165
+ "type": "string"
163
166
  }
164
167
  }
165
168
  },
@@ -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
  },