@provis/provis-common-be-module 1.4.18 → 1.4.19

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
- DOC_CHRONOLOGY: string;
4
- DOC_CERTIFICATE: string;
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
- DOC_BEFORE_ACCIDENT: string;
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
- DOC_CHRONOLOGY: 'DOC_CHRONOLOGY',
6
- DOC_CERTIFICATE: 'DOC_CERTIFICATE',
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
- DOC_BEFORE_ACCIDENT: 'DOC_BEFORE_ACCIDENT',
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.DOC_CHRONOLOGY]: {
23
- id: "Laporan kronologis kejadian",
24
- en: "Chronological report",
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.DOC_TOTAL_LOSS]: {
39
- id: "Tagihan dari pemilik kontainer dalam hal kerusakan menyeluruh",
40
- en: "Invoice of total loss",
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.DOC_BEFORE_ACCIDENT]: {
47
- id: "Foto - foto dokumentasi sesaat sebelum pengiriman",
48
- en: "Photo and/or video documentation before accident",
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.DOC_CHRONOLOGY,
62
- doc.DOC_DELIVERY_RECEIPT,
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.DOC_BEFORE_ACCIDENT,
54
+ doc.DOC_EOR,
55
+ doc.DOC_PARTIAL_LOSS,
67
56
  doc.DOC_POLICE_REPORT,
68
57
  doc.DOC_OTHER,
69
58
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.4.18",
3
+ "version": "1.4.19",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {