@provis/provis-common-be-module 2.3.28 → 2.3.29

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.
@@ -0,0 +1,76 @@
1
+ declare const docDef: {
2
+ DOC_CLAIM: string;
3
+ DOC_AIRWAY: string;
4
+ DOC_DELIVERY_RECEIPT: string;
5
+ DOC_PACKING_LIST: string;
6
+ DOC_INVOICE: string;
7
+ DOC_CLAIM_REPORT: string;
8
+ DOC_DOCUMENTATION: string;
9
+ DOC_EIR: string;
10
+ DOC_TALLY_SHEET: string;
11
+ DOC_POLICE_REPORT: string;
12
+ DOC_OTHER: string;
13
+ DOC_LOD: string;
14
+ DOC_LOD_SIGNED: string;
15
+ DOC_PAYMENT: string;
16
+ DOC_SPGR: string;
17
+ DOC_STP3: string;
18
+ };
19
+ declare const _default: {
20
+ LIST_DESC: {
21
+ [docDef.DOC_CLAIM]: {
22
+ text: string;
23
+ mandatory: boolean;
24
+ };
25
+ [docDef.DOC_AIRWAY]: {
26
+ text: string;
27
+ mandatory: boolean;
28
+ };
29
+ [docDef.DOC_DELIVERY_RECEIPT]: {
30
+ text: string;
31
+ mandatory: boolean;
32
+ };
33
+ [docDef.DOC_PACKING_LIST]: {
34
+ text: string;
35
+ mandatory: boolean;
36
+ };
37
+ [docDef.DOC_INVOICE]: {
38
+ text: string;
39
+ mandatory: boolean;
40
+ };
41
+ [docDef.DOC_CLAIM_REPORT]: {
42
+ text: string;
43
+ mandatory: boolean;
44
+ };
45
+ [docDef.DOC_DOCUMENTATION]: {
46
+ text: string;
47
+ mandatory: boolean;
48
+ };
49
+ [docDef.DOC_EIR]: {
50
+ text: string;
51
+ };
52
+ [docDef.DOC_TALLY_SHEET]: {
53
+ text: string;
54
+ };
55
+ [docDef.DOC_POLICE_REPORT]: {
56
+ text: string;
57
+ };
58
+ [docDef.DOC_OTHER]: {
59
+ text: string;
60
+ };
61
+ [docDef.DOC_LOD]: {
62
+ text: string;
63
+ };
64
+ [docDef.DOC_LOD_SIGNED]: {
65
+ text: string;
66
+ };
67
+ [docDef.DOC_PAYMENT]: {
68
+ text: string;
69
+ };
70
+ [docDef.DOC_STP3]: {
71
+ text: string;
72
+ };
73
+ };
74
+ LIST_ACTIVE: string[];
75
+ };
76
+ export default _default;
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const docDef = {
4
+ DOC_CLAIM: "DOC_CLAIM",
5
+ DOC_AIRWAY: "DOC_AIRWAY",
6
+ DOC_DELIVERY_RECEIPT: "DOC_DELIVERY_RECEIPT",
7
+ DOC_PACKING_LIST: "DOC_PACKING_LIST",
8
+ DOC_INVOICE: "DOC_INVOICE",
9
+ DOC_CLAIM_REPORT: "DOC_CLAIM_REPORT",
10
+ DOC_DOCUMENTATION: "DOC_DOCUMENTATION",
11
+ DOC_EIR: "DOC_EIR",
12
+ DOC_TALLY_SHEET: "DOC_TALLY_SHEET",
13
+ DOC_POLICE_REPORT: "DOC_POLICE_REPORT",
14
+ DOC_OTHER: "DOC_OTHER",
15
+ DOC_LOD: "DOC_LOD",
16
+ DOC_LOD_SIGNED: "DOC_LOD_SIGNED",
17
+ DOC_PAYMENT: "DOC_PAYMENT",
18
+ DOC_SPGR: "DOC_SPGR",
19
+ DOC_STP3: "DOC_STP3"
20
+ };
21
+ exports.default = {
22
+ LIST_DESC: {
23
+ [docDef.DOC_CLAIM]: {
24
+ text: "Document Claim",
25
+ mandatory: true,
26
+ },
27
+ [docDef.DOC_AIRWAY]: {
28
+ text: "Bills of Lading / Airway",
29
+ mandatory: true,
30
+ }, [docDef.DOC_DELIVERY_RECEIPT]: {
31
+ text: "Surat Jalan / Delivery Receipt",
32
+ mandatory: true,
33
+ }, [docDef.DOC_PACKING_LIST]: {
34
+ text: "Packing List",
35
+ mandatory: true,
36
+ }, [docDef.DOC_INVOICE]: {
37
+ text: "Invoice Nilai Rinci Seluruh Muatan",
38
+ mandatory: true,
39
+ }, [docDef.DOC_CLAIM_REPORT]: {
40
+ text: "Berita Acara Kerugian",
41
+ mandatory: true,
42
+ }, [docDef.DOC_DOCUMENTATION]: {
43
+ text: "Foto - Foto Dokumentasi",
44
+ mandatory: true,
45
+ }, [docDef.DOC_EIR]: {
46
+ text: "EIR Sebelum Stuffing",
47
+ }, [docDef.DOC_TALLY_SHEET]: {
48
+ text: "Tally Sheet",
49
+ }, [docDef.DOC_POLICE_REPORT]: {
50
+ text: "Surat Laporan Kepolisian",
51
+ }, [docDef.DOC_OTHER]: {
52
+ text: "Lainnya",
53
+ }, [docDef.DOC_LOD]: {
54
+ text: "LOD",
55
+ }, [docDef.DOC_LOD_SIGNED]: {
56
+ text: "LOD Sign",
57
+ }, [docDef.DOC_PAYMENT]: {
58
+ text: "Payment Receipt",
59
+ }, [docDef.DOC_STP3]: {
60
+ text: "Surat Tuntutan Pihak Ke-3"
61
+ }
62
+ },
63
+ LIST_ACTIVE: [
64
+ docDef.DOC_CLAIM,
65
+ docDef.DOC_AIRWAY,
66
+ docDef.DOC_DELIVERY_RECEIPT,
67
+ docDef.DOC_PACKING_LIST,
68
+ docDef.DOC_INVOICE,
69
+ docDef.DOC_CLAIM_REPORT,
70
+ docDef.DOC_DOCUMENTATION,
71
+ docDef.DOC_EIR,
72
+ docDef.DOC_TALLY_SHEET,
73
+ docDef.DOC_POLICE_REPORT,
74
+ docDef.DOC_OTHER,
75
+ docDef.DOC_LOD,
76
+ docDef.DOC_LOD_SIGNED,
77
+ docDef.DOC_PAYMENT,
78
+ docDef.DOC_SPGR,
79
+ docDef.DOC_STP3
80
+ ],
81
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.3.28",
3
+ "version": "2.3.29",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {