@autofleet/node-common 1.1.78 → 1.1.80
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 +8 -1
package/package.json
CHANGED
package/settings/map.js
CHANGED
|
@@ -134,7 +134,14 @@ module.exports = {
|
|
|
134
134
|
type: 'number',
|
|
135
135
|
defaultValue: 0,
|
|
136
136
|
context: 'placement',
|
|
137
|
-
}
|
|
137
|
+
},
|
|
138
|
+
MAXIMUM_MOVEMENTS_PER_RAAS_PLACEMENT: {
|
|
139
|
+
name: 'Limits the amount of movements for carsharing placement',
|
|
140
|
+
description: 'A number from 1 - infinity, -1 means no limit',
|
|
141
|
+
type: 'number',
|
|
142
|
+
defaultValue: -1,
|
|
143
|
+
context: 'placement',
|
|
144
|
+
},
|
|
138
145
|
LOOK_FOR_ADDRESS: {
|
|
139
146
|
name: 'Should fill missing addresses',
|
|
140
147
|
description: 'If true request from map provider geocode for the stop point',
|