@autofleet/node-common 1.1.76 → 1.1.77

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/settings/map.js +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/node-common",
3
- "version": "1.1.76",
3
+ "version": "1.1.77",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "coverage": "jest --coverage --forceExit --runInBand",
package/settings/map.js CHANGED
@@ -262,6 +262,13 @@ module.exports = {
262
262
  defaultValue: 60 * 60 * 1000,
263
263
  context: 'operation',
264
264
  },
265
+ REFUEl_ELECTRIC_BEFORE_PARKING_METERS: {
266
+ name: 'Refuel instead of parking in defleet threshold ',
267
+ description: 'Minimum range in meters',
268
+ type: 'number',
269
+ defaultValue: 100000,
270
+ context: 'pit-stop',
271
+ },
265
272
  MAXIMUN_RIDES_PER_TILE_ON_MAP: {
266
273
  name: 'Maximum rides per tile on CC map',
267
274
  description: '',