@provis/provis-common-be-module 1.4.18 → 1.4.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,12 +1,10 @@
|
|
|
1
1
|
declare const doc: {
|
|
2
2
|
DOC_CLAIM: string;
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
DOC_DELIVERY_RECEIPT: string;
|
|
6
|
-
DOC_PARTIAL_LOSS: string;
|
|
7
|
-
DOC_TOTAL_LOSS: string;
|
|
3
|
+
DOC_ARRIVAL_NOTICE: string;
|
|
4
|
+
DOC_EIR: string;
|
|
8
5
|
DOC_DOCUMENTATION: string;
|
|
9
|
-
|
|
6
|
+
DOC_EOR: string;
|
|
7
|
+
DOC_PARTIAL_LOSS: string;
|
|
10
8
|
DOC_POLICE_REPORT: string;
|
|
11
9
|
DOC_OTHER: string;
|
|
12
10
|
LIST_DESC: {};
|
|
@@ -2,13 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const doc = {
|
|
4
4
|
DOC_CLAIM: 'DOC_CLAIM',
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
DOC_DELIVERY_RECEIPT: 'DOC_DELIVERY_RECEIPT',
|
|
8
|
-
DOC_PARTIAL_LOSS: 'DOC_PARTIAL_LOSS',
|
|
9
|
-
DOC_TOTAL_LOSS: 'DOC_TOTAL_LOSS',
|
|
5
|
+
DOC_ARRIVAL_NOTICE: 'DOC_ARRIVAL_NOTICE',
|
|
6
|
+
DOC_EIR: 'DOC_EIR',
|
|
10
7
|
DOC_DOCUMENTATION: 'DOC_DOCUMENTATION',
|
|
11
|
-
|
|
8
|
+
DOC_EOR: 'DOC_EOR',
|
|
9
|
+
DOC_PARTIAL_LOSS: 'DOC_PARTIAL_LOSS',
|
|
12
10
|
DOC_POLICE_REPORT: 'DOC_POLICE_REPORT',
|
|
13
11
|
DOC_OTHER: 'DOC_OTHER',
|
|
14
12
|
LIST_DESC: {},
|
|
@@ -19,33 +17,25 @@ doc.LIST_DESC = {
|
|
|
19
17
|
id: "Formulir klaim yang telah diisi lengkap disertai dengan perincian jumlah kerugian yang ditanda tangani & stampel sesuai atas nama Polis (terlampir)",
|
|
20
18
|
en: "Completely filled out claim form with details of loss amount signed & stamped in the name of the policy (attached)",
|
|
21
19
|
},
|
|
22
|
-
[doc.
|
|
23
|
-
id: "
|
|
24
|
-
en: "
|
|
25
|
-
},
|
|
26
|
-
[doc.DOC_CERTIFICATE]: {
|
|
27
|
-
id: "Sertifikat Asuransi dengan informasi nomor container",
|
|
28
|
-
en: "Insurance Certificate with container number information",
|
|
29
|
-
},
|
|
30
|
-
[doc.DOC_DELIVERY_RECEIPT]: {
|
|
31
|
-
id: "Surat Jalan",
|
|
32
|
-
en: "Delivery Receipt",
|
|
33
|
-
},
|
|
34
|
-
[doc.DOC_PARTIAL_LOSS]: {
|
|
35
|
-
id: "Tagihan perbaikan dalam hal kerusakan sebagian",
|
|
36
|
-
en: "Invoice of partial loss",
|
|
20
|
+
[doc.DOC_ARRIVAL_NOTICE]: {
|
|
21
|
+
id: "Pemberitahuan kedatangan",
|
|
22
|
+
en: "Arrivel Notice",
|
|
37
23
|
},
|
|
38
|
-
[doc.
|
|
39
|
-
id: "
|
|
40
|
-
en: "
|
|
24
|
+
[doc.DOC_EIR]: {
|
|
25
|
+
id: "Tanda bukti serah terima container",
|
|
26
|
+
en: "Equipment Interchange Receipt",
|
|
41
27
|
},
|
|
42
28
|
[doc.DOC_DOCUMENTATION]: {
|
|
43
29
|
id: "Foto - foto dokumentasi dan atau rekaman video kontainer yang rusak",
|
|
44
30
|
en: "Photo and/or video documentation of damaged containers",
|
|
45
31
|
},
|
|
46
|
-
[doc.
|
|
47
|
-
id: "
|
|
48
|
-
en: "
|
|
32
|
+
[doc.DOC_EOR]: {
|
|
33
|
+
id: "Perkiraan Perbaikan",
|
|
34
|
+
en: "Estimate of Repair",
|
|
35
|
+
},
|
|
36
|
+
[doc.DOC_PARTIAL_LOSS]: {
|
|
37
|
+
id: "Tagihan perbaikan dalam hal kerusakan sebagian",
|
|
38
|
+
en: "Invoice of partial loss",
|
|
49
39
|
},
|
|
50
40
|
[doc.DOC_POLICE_REPORT]: {
|
|
51
41
|
id: "Laporan Kepolisian",
|
|
@@ -58,12 +48,11 @@ doc.LIST_DESC = {
|
|
|
58
48
|
};
|
|
59
49
|
doc.LIST_ACTIVE = [
|
|
60
50
|
doc.DOC_CLAIM,
|
|
61
|
-
doc.
|
|
62
|
-
doc.
|
|
63
|
-
doc.DOC_PARTIAL_LOSS,
|
|
64
|
-
doc.DOC_TOTAL_LOSS,
|
|
51
|
+
doc.DOC_ARRIVAL_NOTICE,
|
|
52
|
+
doc.DOC_EIR,
|
|
65
53
|
doc.DOC_DOCUMENTATION,
|
|
66
|
-
doc.
|
|
54
|
+
doc.DOC_EOR,
|
|
55
|
+
doc.DOC_PARTIAL_LOSS,
|
|
67
56
|
doc.DOC_POLICE_REPORT,
|
|
68
57
|
doc.DOC_OTHER,
|
|
69
58
|
];
|
|
@@ -250,4 +250,10 @@ loket.DOCUMENT_CONFIG[loket.DOCUMENT_DLK018] = {
|
|
|
250
250
|
en: '',
|
|
251
251
|
},
|
|
252
252
|
};
|
|
253
|
+
loket.DOCUMENT_CONFIG[loket.DOCUMENT_DLK019] = {
|
|
254
|
+
desc: {
|
|
255
|
+
id: 'Bukti Ahli Waris dari Penerima Manfaat (KTP dan KK) atau Surat dari Pengadilan',
|
|
256
|
+
en: '',
|
|
257
|
+
},
|
|
258
|
+
};
|
|
253
259
|
exports.default = loket;
|