@provis/provis-common-be-module 2.6.48 → 2.6.49

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.
@@ -75,7 +75,7 @@ const vehicleTypeCode = [
75
75
  id: "Kendaraan Non Bus dan Non Truk",
76
76
  en: "Non-Bus and Non-Truck Vehicles",
77
77
  },
78
- maxAge: 10,
78
+ maxAge: 25,
79
79
  },
80
80
  {
81
81
  code: "VT002",
@@ -83,7 +83,7 @@ const vehicleTypeCode = [
83
83
  id: "Truk dan Pickup",
84
84
  en: "Truck and Pickup",
85
85
  },
86
- maxAge: 15,
86
+ maxAge: 25,
87
87
  },
88
88
  {
89
89
  code: "VT003",
@@ -91,7 +91,7 @@ const vehicleTypeCode = [
91
91
  id: "Bus",
92
92
  en: "Bus",
93
93
  },
94
- maxAge: 10,
94
+ maxAge: 25,
95
95
  },
96
96
  {
97
97
  code: "VT004",
@@ -99,7 +99,7 @@ const vehicleTypeCode = [
99
99
  id: "Kendaraan Roda 2 (dua)",
100
100
  en: "2 (two) Wheeled Vehicle",
101
101
  },
102
- maxAge: 5,
102
+ maxAge: 25,
103
103
  },
104
104
  {
105
105
  code: "VT005",
@@ -107,7 +107,7 @@ const vehicleTypeCode = [
107
107
  id: "Non Bus dan Non Truk Listrik",
108
108
  en: "Non-Bus and Non-Truck Electrical Vehicles",
109
109
  },
110
- maxAge: 10,
110
+ maxAge: 25,
111
111
  },
112
112
  {
113
113
  code: "VT006",
@@ -115,7 +115,7 @@ const vehicleTypeCode = [
115
115
  id: "Kendaraan Roda 2 (dua) Listrik",
116
116
  en: "2 (two) Wheeled Electrical Vehicle",
117
117
  },
118
- maxAge: 5,
118
+ maxAge: 25,
119
119
  },
120
120
  ];
121
121
  exports.vehicleTypeCode = vehicleTypeCode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.6.48",
3
+ "version": "2.6.49",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {