@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.
- package/dist/constants/product/mv/mv.js +12 -12
- package/package.json +1 -1
|
@@ -72,48 +72,48 @@ const vehicleTypeCode = [
|
|
|
72
72
|
{
|
|
73
73
|
code: "VT001",
|
|
74
74
|
desc: {
|
|
75
|
-
id: "
|
|
76
|
-
en: "
|
|
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: "
|
|
84
|
-
en: "
|
|
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: "
|
|
92
|
-
en: "
|
|
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: "
|
|
100
|
-
en: "
|
|
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: "
|
|
108
|
-
en: "
|
|
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: "
|
|
116
|
-
en: "
|
|
115
|
+
id: "Kendaraan Roda 2 (dua) Listrik",
|
|
116
|
+
en: "2 (two) Wheeled Electrical Vehicle",
|
|
117
117
|
},
|
|
118
118
|
maxAge: 5,
|
|
119
119
|
},
|