@provis/provis-common-be-module 2.5.20 → 2.5.21

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