@autofleet/node-common 1.1.66 → 1.1.67
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/package.json +1 -1
- package/settings/map.js +1 -1
package/package.json
CHANGED
package/settings/map.js
CHANGED
|
@@ -269,7 +269,7 @@ module.exports = {
|
|
|
269
269
|
defaultValue: 1000,
|
|
270
270
|
context: 'operation',
|
|
271
271
|
},
|
|
272
|
-
|
|
272
|
+
DEMAND_PREDICTION_UTC_TIMEFRAMES: {
|
|
273
273
|
name: 'Demand prediction time frames',
|
|
274
274
|
description: 'Demand prediction time frames for fleet',
|
|
275
275
|
type: 'json',
|