@provis/provis-common-be-module 2.5.29 → 2.5.31

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.
@@ -39,6 +39,10 @@ declare const additionalCoverage: ({
39
39
  id: string;
40
40
  en: string;
41
41
  };
42
+ wordingDesc: {
43
+ id: string;
44
+ en: string;
45
+ };
42
46
  isVisible: boolean;
43
47
  isInputSumInsured: boolean;
44
48
  isInputQty: boolean;
@@ -51,6 +55,10 @@ declare const additionalCoverage: ({
51
55
  id: string;
52
56
  en: string;
53
57
  };
58
+ wordingDesc: {
59
+ id: string;
60
+ en: string;
61
+ };
54
62
  isVisible: boolean;
55
63
  isInputSumInsured: boolean;
56
64
  isInputQty: boolean;
@@ -67,6 +75,7 @@ declare const additionalCoverage: ({
67
75
  isInputSumInsured: boolean;
68
76
  isInputQty: boolean;
69
77
  order: number;
78
+ wordingDesc?: undefined;
70
79
  deductible?: undefined;
71
80
  replaceWording?: undefined;
72
81
  })[];
@@ -126,6 +126,10 @@ const additionalCoverage = [
126
126
  id: "Topan, Badai, Banjir, Kerusakan Akibat Air",
127
127
  en: "Typhoon, Storm, Flood, Water Damage (TSFWD)",
128
128
  },
129
+ wordingDesc: {
130
+ id: "Topan, Badai, Banjir, Kerusakan Akibat Air",
131
+ en: "Typhoon, Storm, Flood, Water Damage (TSFWD)",
132
+ },
129
133
  isVisible: true,
130
134
  isInputSumInsured: false,
131
135
  isInputQty: false,
@@ -140,6 +144,10 @@ const additionalCoverage = [
140
144
  id: "Gempa Bumi, Letusan Gunung Berapi dan Tsunami",
141
145
  en: "Earthquake, Volcanic Eruption and Tsunami (EQVET)",
142
146
  },
147
+ wordingDesc: {
148
+ id: "Gempa Bumi, Letusan Gunung Berapi dan Tsunami",
149
+ en: "Earthquake, Volcanic Eruption and Tsunami (EQVET)",
150
+ },
143
151
  isVisible: true,
144
152
  isInputSumInsured: false,
145
153
  isInputQty: false,
@@ -154,6 +162,10 @@ const additionalCoverage = [
154
162
  id: "Mogok Kerja, Kerusuhan dan Kerusuhan Sipil",
155
163
  en: "Strike Riot Civil Commotion Malicious Damage (SRCCMD)",
156
164
  },
165
+ wordingDesc: {
166
+ id: "Mogok Kerja, Kerusuhan dan Kerusuhan Sipil",
167
+ en: "Strike Riot Civil Commotion Malicious Damage (SRCCMD)",
168
+ },
157
169
  isVisible: true,
158
170
  isInputSumInsured: false,
159
171
  isInputQty: false,
@@ -168,6 +180,10 @@ const additionalCoverage = [
168
180
  id: "Terorisme dan Sabotase",
169
181
  en: "Terrorism and Sabotage (PSATSI)",
170
182
  },
183
+ wordingDesc: {
184
+ id: "Terorisme dan Sabotase",
185
+ en: "Terrorism and Sabotage (PSATSI)",
186
+ },
171
187
  isVisible: true,
172
188
  isInputSumInsured: false,
173
189
  isInputQty: false,
@@ -179,6 +195,10 @@ const additionalCoverage = [
179
195
  {
180
196
  code: "TPL",
181
197
  desc: {
198
+ id: "Tanggung Jawab Hukum Pihak Ketiga",
199
+ en: "Third Party Liability (TPL)",
200
+ },
201
+ wordingDesc: {
182
202
  id: "Tanggung Jawab Hukum Pihak Ketiga",
183
203
  en: "Third Party Liability IDR {{sumInsured}}",
184
204
  },
@@ -197,7 +217,11 @@ const additionalCoverage = [
197
217
  code: "PAD",
198
218
  desc: {
199
219
  id: "Kecelakaan Pengemudi",
200
- en: "Personal Accident (PA): For unnamed Driver up to {{sumInsured}} per Driver & Medical Expense up to maximum 10% of Personal Accident per vehicle",
220
+ en: "Personal Accident Driver (PAD)",
221
+ },
222
+ wordingDesc: {
223
+ id: "Kecelakaan Pengemudi",
224
+ en: "Personal Accident (PA): For unnamed Driver up to IDR {{sumInsured}} per Driver & Medical Expense up to maximum 10% of Personal Accident per vehicle",
201
225
  },
202
226
  isVisible: true,
203
227
  isInputSumInsured: true,
@@ -214,7 +238,11 @@ const additionalCoverage = [
214
238
  code: "PAP",
215
239
  desc: {
216
240
  id: "Kecelakaan Penumpang",
217
- en: "Personal Accident (PA): For unnamed Passenger up to {{sumInsured}} per Passenger, maximum {{qty}} Passanger & Medical Expense up to maximum 10% of Personal Accident per vehicle",
241
+ en: "Personal Accident Passenger (PAP)",
242
+ },
243
+ wordingDesc: {
244
+ id: "Kecelakaan Penumpang",
245
+ en: "Personal Accident (PA): For unnamed Passenger up to IDR {{sumInsured}} per Passenger, maximum {{qty}} Passanger & Medical Expense up to maximum 10% of Personal Accident per vehicle",
218
246
  },
219
247
  isVisible: true,
220
248
  isInputSumInsured: true,
@@ -234,6 +262,10 @@ const additionalCoverage = [
234
262
  id: "Biaya Medis, Izin Bengkel, Tunjangan Ambulans, Ban dan Velg",
235
263
  en: "TBOD, Authorize Workshop, Ambulance Allowance, Tire and Wheel", // TBOD -> Theft By Own Driver / Employee
236
264
  },
265
+ wordingDesc: {
266
+ id: "Biaya Medis, Izin Bengkel, Tunjangan Ambulans, Ban dan Velg",
267
+ en: "TBOD, Authorize Workshop, Ambulance Allowance, Tire and Wheel", // TBOD -> Theft By Own Driver / Employee
268
+ },
237
269
  isVisible: true,
238
270
  isInputSumInsured: false,
239
271
  isInputQty: false,
@@ -0,0 +1,6 @@
1
+ declare const qrType: {
2
+ CARGO: string;
3
+ INVOICE: string;
4
+ B2B: string;
5
+ };
6
+ export default qrType;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const qrType = {
4
+ CARGO: 'cargo',
5
+ INVOICE: 'invoice',
6
+ B2B: 'b2b',
7
+ };
8
+ exports.default = qrType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.5.29",
3
+ "version": "2.5.31",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {