@provis/provis-common-be-module 2.6.18 → 2.6.20

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.
@@ -1,54 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const bankAccount = [
4
- {
5
- code: 'BCA2000',
6
- desc: {
7
- id: 'BCA 5455682000',
8
- en: 'BCA 5455682000',
9
- }
10
- },
11
- {
12
- code: 'BCA2999',
13
- desc: {
14
- id: 'BCA 5455682999',
15
- en: 'BCA 5455682999',
16
- }
17
- },
18
- {
19
- code: 'OCBC371-IDR',
20
- desc: {
21
- id: 'OCBC IDR 111800004371',
22
- en: 'OCBC IDR 111800004371',
23
- }
24
- },
25
- {
26
- code: 'OCBC371-USD',
27
- desc: {
28
- id: 'OCBC USD 111800004371',
29
- en: 'OCBC USD 111800004371',
30
- }
31
- },
32
- {
33
- code: 'PERMATA4371',
34
- desc: {
35
- id: 'Permata 0980-9340-683',
36
- en: 'Permata 0980-9340-683',
37
- }
38
- },
39
- {
40
- code: 'PERMATA4371',
41
- desc: {
42
- id: 'QNB 1220-004544-001',
43
- en: 'QNB 1220-004544-001',
44
- }
45
- },
46
- {
47
- code: 'BTPN3068',
48
- desc: {
49
- id: 'BTPN Syariah 1035883068',
50
- en: 'BTPN Syariah 1035883068',
51
- }
52
- },
53
- ];
54
- exports.default = bankAccount;
@@ -1,30 +0,0 @@
1
- declare const insuranceType: {
2
- code: string;
3
- desc: {
4
- id: string;
5
- en: string;
6
- };
7
- }[];
8
- declare const regionCode: {
9
- code: string;
10
- desc: {
11
- id: string;
12
- en: string;
13
- };
14
- }[];
15
- declare const vehicleTypeCode: {
16
- code: string;
17
- desc: {
18
- id: string;
19
- en: string;
20
- };
21
- }[];
22
- declare const additionalCoverage: {
23
- code: string;
24
- desc: {
25
- id: string;
26
- en: string;
27
- };
28
- isVisible: boolean;
29
- }[];
30
- export { insuranceType, regionCode, vehicleTypeCode, additionalCoverage, };
@@ -1,158 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.additionalCoverage = exports.vehicleTypeCode = exports.regionCode = exports.insuranceType = void 0;
4
- const insuranceType = [
5
- {
6
- code: "all-risk",
7
- desc: {
8
- id: "Komprehensif",
9
- en: "Comprehensive",
10
- },
11
- },
12
- {
13
- code: "total-loss",
14
- desc: {
15
- id: "Kerugian Total",
16
- en: "Total Loss",
17
- },
18
- },
19
- ];
20
- exports.insuranceType = insuranceType;
21
- const regionCode = [
22
- {
23
- code: "RC001",
24
- desc: {
25
- id: "Wilayah 1",
26
- en: "Region 1",
27
- },
28
- },
29
- {
30
- code: "RC002",
31
- desc: {
32
- id: "Wilayah 2",
33
- en: "Region 2",
34
- },
35
- },
36
- {
37
- code: "RC003",
38
- desc: {
39
- id: "Wilayah 3",
40
- en: "Region 3",
41
- },
42
- },
43
- ];
44
- exports.regionCode = regionCode;
45
- const vehicleTypeCode = [
46
- {
47
- code: "VT001",
48
- desc: {
49
- id: "Jenis Kendaraan Non Bus dan Non Truk",
50
- en: "Types of Non-Bus and Non-Truck Vehicles",
51
- },
52
- },
53
- {
54
- code: "VT002",
55
- desc: {
56
- id: "Jenis Kendaraan Truk dan Pickup",
57
- en: "Vehicle Types Truck and Pickup",
58
- },
59
- },
60
- {
61
- code: "VT003",
62
- desc: {
63
- id: "Jenis Kendaraan Bus",
64
- en: "Vehicle Types Bus",
65
- },
66
- },
67
- {
68
- code: "VT004",
69
- desc: {
70
- id: "Jenis Kendaraan Roda 2 (dua)",
71
- en: "Type of 2 (two) Wheeled Vehicle",
72
- },
73
- },
74
- ];
75
- exports.vehicleTypeCode = vehicleTypeCode;
76
- const additionalCoverage = [
77
- {
78
- code: "TSFWD",
79
- desc: {
80
- id: "Topan, Badai, Banjir, Kerusakan Akibat Air",
81
- en: "Typhoon, Storm, Flood, Water Damage",
82
- },
83
- isVisible: true,
84
- },
85
- {
86
- code: "EQVET",
87
- desc: {
88
- id: "Gempa Bumi, Letusan Gunung Berapi dan Tsunami",
89
- en: "Earthquake, Volcanic Eruption and Tsunami",
90
- },
91
- isVisible: true,
92
- },
93
- {
94
- code: "SRCC",
95
- desc: {
96
- id: "Mogok Kerja, Kerusuhan dan Kerusuhan Sipil",
97
- en: "Strike, Riot & Civil Commotion",
98
- },
99
- isVisible: true,
100
- },
101
- {
102
- code: "PSATSI",
103
- desc: {
104
- id: "Terorisme dan Sabotase",
105
- en: "Terrorism and Sabotage",
106
- },
107
- isVisible: true,
108
- },
109
- {
110
- code: "TPL",
111
- desc: {
112
- id: "Tanggung Jawab Hukum Pihak Ketiga",
113
- en: "Third Party Liability",
114
- },
115
- isVisible: true,
116
- },
117
- {
118
- code: "PAD",
119
- desc: {
120
- id: "Kecelakaan Pengemudi",
121
- en: "Personal Accident Driver",
122
- },
123
- isVisible: true,
124
- },
125
- {
126
- code: "PAP",
127
- desc: {
128
- id: " Kcelakaan Penumpang",
129
- en: "Personal Accident Passenger",
130
- },
131
- isVisible: true,
132
- },
133
- {
134
- code: "TBOD",
135
- desc: {
136
- id: "Biaya Medis, Izin Bengkel, Tunjangan Ambulans, Ban dan Velg",
137
- en: "TBOD, Authorize Workshop, Ambulance Allowance, Tire and Wheel",
138
- },
139
- isVisible: true,
140
- },
141
- {
142
- code: "CASCO",
143
- desc: {
144
- id: "",
145
- en: "",
146
- },
147
- isVisible: false,
148
- },
149
- {
150
- code: "TLO",
151
- desc: {
152
- id: "",
153
- en: "",
154
- },
155
- isVisible: false,
156
- },
157
- ];
158
- exports.additionalCoverage = additionalCoverage;
@@ -1,5 +0,0 @@
1
- declare const ocupation: {
2
- id: number;
3
- name: string;
4
- }[];
5
- export default ocupation;