@autofleet/node-common 1.2.0 → 1.2.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/package.json +1 -1
- package/settings/map.js +7 -0
package/package.json
CHANGED
package/settings/map.js
CHANGED
|
@@ -135,6 +135,13 @@ module.exports = {
|
|
|
135
135
|
defaultValue: 0,
|
|
136
136
|
context: 'placement',
|
|
137
137
|
},
|
|
138
|
+
NUMBER_OF_TASKS_CLUSTERS_PER_PLACEMENTS: {
|
|
139
|
+
name: 'Number of clusters for driver tasks',
|
|
140
|
+
description: 'Will be max by the number of movements',
|
|
141
|
+
type: 'number',
|
|
142
|
+
defaultValue: 5,
|
|
143
|
+
context: 'placement',
|
|
144
|
+
},
|
|
138
145
|
VAAS_PLACEMENT_VEHICLE_RIDE_RATIO: {
|
|
139
146
|
name: 'VAAS placement vehicle - ride ratio',
|
|
140
147
|
description: 'The ratio between vehicle and ride for RAAS placement',
|