@autofleet/node-common 1.1.70 → 1.1.72

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.70",
3
+ "version": "1.1.72",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "coverage": "jest --coverage --forceExit --runInBand",
package/settings/map.js CHANGED
@@ -142,6 +142,13 @@ module.exports = {
142
142
  defaultValue: 50000,
143
143
  context: 'fuel',
144
144
  },
145
+ MIN_TO_ELECTRIC_FUEL: {
146
+ name: 'Maximum time for electric fuel',
147
+ description: '',
148
+ type: 'number',
149
+ defaultValue: 15,
150
+ context: 'fuel',
151
+ },
145
152
  DRIVER_MAX_MIN_TO_FUEL: {
146
153
  name: 'Maximum time for fuel',
147
154
  description: 'The maximum time in minutes for driver done with fuel',