@routebot/constants 0.3.6 → 0.3.8

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.
@@ -54,8 +54,8 @@ const SPECIAL_USER_IDS = {
54
54
  DEMO_DRIVER: "61aee5393958380016e7db4b",
55
55
  SYSTEM_TEST_USER: "61e3c7a2cd698a001617f59e",
56
56
  SYSTEM_TEST_DRIVER: "62e32eef3da7b2508040c4d3",
57
- //DEFAULT_DRIVER: "63299827ef13360016a66e81",
58
- DEFAULT_DRIVER: "6883685d82c3597dd8fa4ac4",
57
+ DEFAULT_DRIVER: "63299827ef13360016a66e81",
58
+ DEFAULT_DRIVER_2: "6883685d82c3597dd8fa4ac4",
59
59
  UNKOWN_USER: "6255585f62dc1a001650b3ef",
60
60
  BENIM_NUMARAM_TEST: "68068979156e55241cc7d6d8",
61
61
  };
@@ -147,6 +147,8 @@ const HTTP_CODES = {
147
147
  TRANSFERREGION_HAS_USER: 621,
148
148
  TRANSFERREGION_HAS_PERSONEL_SERVICE: 622,
149
149
  TRANSFERREGION_HAS_VEHICLE_ROUTE: 623,
150
+ ADDRESS_NOT_FOUND: 624,
151
+ LOCATION_NOT_FOUND: 625,
150
152
  };
151
153
 
152
154
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routebot/constants",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "description": "Shared constants for RouteBot FE/BE",
5
5
  "main": "index.js",
6
6
  "files": [