@provis/provis-common-be-module 2.3.15 → 2.3.17

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.
@@ -4,6 +4,14 @@ declare const insuranceType: {
4
4
  id: string;
5
5
  en: string;
6
6
  };
7
+ converage: {
8
+ id: string;
9
+ en: string;
10
+ };
11
+ deductible: {
12
+ id: string;
13
+ en: string;
14
+ };
7
15
  }[];
8
16
  declare const regionCode: {
9
17
  code: string;
@@ -8,6 +8,14 @@ const insuranceType = [
8
8
  id: "Komprehensif",
9
9
  en: "Comprehensive",
10
10
  },
11
+ converage: {
12
+ id: 'Menanggung Kerugian dan/atau kerusakan fisik pada kendaraan yang dipertanggungkan karena sebab yang tidak dikecualikan dalam ketentuan polis',
13
+ en: 'Covering Loss and/or physical damage to insured vehicle by cause not otherwise excluded in terms of the policy',
14
+ },
15
+ deductible: {
16
+ id: '',
17
+ en: 'Own Material Damage, theft, burglary: IDR 300.000 anyone occurrence and for anyone unit for partial loss, except for:\n- Act of God as per AAUI Definition (Earthquake, Volcanic Eruption and Tsunami & Typhoon, Windstorm, Flood, Landslide, Hail), Strike, Riot, Civil Commotion & Terrorism and Sabotage: 10% of adjusted losses minimum IDR500.000,- anyone occurrence and anyone unit\n- TPL, PA Driver, PA Passenger, Medical Expenses: NIL\n- Theft by Own Driver / Employee: 10% of claim amount any one claim or occurrence\n- Additional deductible for Electrical and Battery : 20% of TSI',
18
+ },
11
19
  },
12
20
  {
13
21
  code: "total-loss",
@@ -15,6 +23,14 @@ const insuranceType = [
15
23
  id: "Kerugian Total",
16
24
  en: "Total Loss",
17
25
  },
26
+ converage: {
27
+ id: 'Untuk membayar kerugian atau kerusakan apabila biaya kerugian atau kerusakan tersebut melebihi 75% dari nilai kendaraan pada saat kerugian terjadi karena sebab yang tidak dikecualikan dalam ketentuan polis',
28
+ en: 'To pay loss or damage when the cost of such loss or damage exceeds 75% of the value of the vehicle at the time of loss by cause not otherwise excluded in terms of the policy',
29
+ },
30
+ deductible: {
31
+ id: '',
32
+ en: 'Own Material Damage, Theft, Burglary and Total Loss: IDR 300.000 anyone occurrence and for anyone unit Except for:\n- Act of God as per AAUI Definition (Earthquake, VolcanicEruption and Tsunami & Typhoon, Windstorm, Flood,Landslide, Hail), Strike, Riot, Civil Commotion & Terrorism and Sabotage: 10% of adjusted losses minimum IDR500.000,- anyone occurrence and anyone unit\n- TPL, PA Driver, PA Passenger, Medical Expenses: NIL',
33
+ },
18
34
  },
19
35
  ];
20
36
  exports.insuranceType = insuranceType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.3.15",
3
+ "version": "2.3.17",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {