@provis/provis-common-be-module 2.6.51 → 2.6.52
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.
- package/dist/constants/claim/cargo.d.ts +25 -45
- package/package.json +1 -1
|
@@ -1,142 +1,122 @@
|
|
|
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
|
-
DOC_INFORMATION_DESTROYED_GOODS: string;
|
|
19
|
-
DOC_DOCUMENTATION_DESTROYED_GOODS: string;
|
|
20
|
-
};
|
|
21
1
|
declare const _default: {
|
|
22
2
|
LIST_DESC: {
|
|
23
|
-
|
|
3
|
+
DOC_CLAIM: {
|
|
24
4
|
desc: {
|
|
25
5
|
en: string;
|
|
26
6
|
id: string;
|
|
27
7
|
};
|
|
28
8
|
prompt: string;
|
|
29
9
|
};
|
|
30
|
-
|
|
10
|
+
DOC_AIRWAY: {
|
|
31
11
|
desc: {
|
|
32
12
|
en: string;
|
|
33
13
|
id: string;
|
|
34
14
|
};
|
|
35
15
|
prompt: string;
|
|
36
16
|
};
|
|
37
|
-
|
|
17
|
+
DOC_DELIVERY_RECEIPT: {
|
|
38
18
|
desc: {
|
|
39
19
|
en: string;
|
|
40
20
|
id: string;
|
|
41
21
|
};
|
|
42
22
|
prompt: string;
|
|
43
23
|
};
|
|
44
|
-
|
|
24
|
+
DOC_PACKING_LIST: {
|
|
45
25
|
desc: {
|
|
46
26
|
en: string;
|
|
47
27
|
id: string;
|
|
48
28
|
};
|
|
49
29
|
prompt: string;
|
|
50
30
|
};
|
|
51
|
-
|
|
31
|
+
DOC_INVOICE: {
|
|
52
32
|
desc: {
|
|
53
33
|
en: string;
|
|
54
34
|
id: string;
|
|
55
35
|
};
|
|
56
36
|
prompt: string;
|
|
57
37
|
};
|
|
58
|
-
|
|
38
|
+
DOC_CLAIM_REPORT: {
|
|
59
39
|
desc: {
|
|
60
40
|
en: string;
|
|
61
41
|
id: string;
|
|
62
42
|
};
|
|
63
43
|
prompt: string;
|
|
64
44
|
};
|
|
65
|
-
|
|
45
|
+
DOC_DOCUMENTATION: {
|
|
66
46
|
desc: {
|
|
67
47
|
en: string;
|
|
68
48
|
id: string;
|
|
69
49
|
};
|
|
70
50
|
prompt: string;
|
|
71
51
|
};
|
|
72
|
-
|
|
52
|
+
DOC_EIR: {
|
|
73
53
|
desc: {
|
|
74
54
|
en: string;
|
|
75
55
|
id: string;
|
|
76
56
|
};
|
|
77
57
|
};
|
|
78
|
-
|
|
58
|
+
DOC_TALLY_SHEET: {
|
|
79
59
|
desc: {
|
|
80
60
|
en: string;
|
|
81
61
|
id: string;
|
|
82
62
|
};
|
|
83
63
|
};
|
|
84
|
-
|
|
64
|
+
DOC_POLICE_REPORT: {
|
|
85
65
|
desc: {
|
|
86
66
|
en: string;
|
|
87
67
|
id: string;
|
|
88
68
|
};
|
|
89
69
|
};
|
|
90
|
-
|
|
70
|
+
DOC_OTHER: {
|
|
91
71
|
desc: {
|
|
92
72
|
en: string;
|
|
93
73
|
id: string;
|
|
94
74
|
};
|
|
95
75
|
};
|
|
96
|
-
|
|
76
|
+
DOC_LOD: {
|
|
97
77
|
desc: {
|
|
98
78
|
en: string;
|
|
99
79
|
id: string;
|
|
100
80
|
};
|
|
101
81
|
};
|
|
102
|
-
|
|
82
|
+
DOC_LOD_SIGNED: {
|
|
103
83
|
desc: {
|
|
104
84
|
en: string;
|
|
105
85
|
id: string;
|
|
106
86
|
};
|
|
107
87
|
};
|
|
108
|
-
|
|
88
|
+
DOC_PAYMENT: {
|
|
109
89
|
desc: {
|
|
110
90
|
en: string;
|
|
111
91
|
id: string;
|
|
112
92
|
};
|
|
113
93
|
};
|
|
114
|
-
|
|
94
|
+
DOC_STP3: {
|
|
115
95
|
desc: {
|
|
116
96
|
en: string;
|
|
117
97
|
id: string;
|
|
118
98
|
};
|
|
119
99
|
};
|
|
120
|
-
|
|
100
|
+
DOC_INFORMATION_DESTROYED_GOODS: {
|
|
121
101
|
desc: {
|
|
122
102
|
en: string;
|
|
123
103
|
id: string;
|
|
124
104
|
};
|
|
125
105
|
};
|
|
126
|
-
|
|
106
|
+
DOC_DOCUMENTATION_DESTROYED_GOODS: {
|
|
127
107
|
desc: {
|
|
128
108
|
en: string;
|
|
129
109
|
id: string;
|
|
130
110
|
};
|
|
131
111
|
};
|
|
132
112
|
};
|
|
133
|
-
LIST_ALL_DOC:
|
|
134
|
-
LIST_REQUIREMENT_WAITING_DOC:
|
|
135
|
-
LIST_ADDITIONAL_TYPE_LOSS_NOT_SHORTAGE_AND_THEFT:
|
|
136
|
-
LIST_ADDITIONAL_SHORTAGE_WAITING_DOC:
|
|
137
|
-
LIST_ADDITIONAL_DAMAGE_WAITING_DOC:
|
|
138
|
-
LIST_REQUIREMENT_LOD_SPGR:
|
|
139
|
-
LIST_REQUIREMENT_LOD_SIGNED:
|
|
140
|
-
LIST_REQUIREMENT_PAYMENT:
|
|
113
|
+
LIST_ALL_DOC: ("DOC_CLAIM" | "DOC_AIRWAY" | "DOC_DELIVERY_RECEIPT" | "DOC_PACKING_LIST" | "DOC_INVOICE" | "DOC_CLAIM_REPORT" | "DOC_DOCUMENTATION" | "DOC_EIR" | "DOC_TALLY_SHEET" | "DOC_POLICE_REPORT" | "DOC_OTHER" | "DOC_LOD" | "DOC_LOD_SIGNED" | "DOC_PAYMENT" | "DOC_SPGR" | "DOC_STP3" | "DOC_INFORMATION_DESTROYED_GOODS" | "DOC_DOCUMENTATION_DESTROYED_GOODS")[];
|
|
114
|
+
LIST_REQUIREMENT_WAITING_DOC: ("DOC_CLAIM" | "DOC_AIRWAY" | "DOC_DELIVERY_RECEIPT" | "DOC_PACKING_LIST" | "DOC_INVOICE" | "DOC_CLAIM_REPORT" | "DOC_DOCUMENTATION" | "DOC_STP3")[];
|
|
115
|
+
LIST_ADDITIONAL_TYPE_LOSS_NOT_SHORTAGE_AND_THEFT: ("DOC_INFORMATION_DESTROYED_GOODS" | "DOC_DOCUMENTATION_DESTROYED_GOODS")[];
|
|
116
|
+
LIST_ADDITIONAL_SHORTAGE_WAITING_DOC: ("DOC_EIR" | "DOC_TALLY_SHEET" | "DOC_POLICE_REPORT")[];
|
|
117
|
+
LIST_ADDITIONAL_DAMAGE_WAITING_DOC: "DOC_EIR"[];
|
|
118
|
+
LIST_REQUIREMENT_LOD_SPGR: ("DOC_LOD" | "DOC_SPGR")[];
|
|
119
|
+
LIST_REQUIREMENT_LOD_SIGNED: "DOC_LOD_SIGNED"[];
|
|
120
|
+
LIST_REQUIREMENT_PAYMENT: "DOC_PAYMENT"[];
|
|
141
121
|
};
|
|
142
122
|
export default _default;
|