@provis/provis-common-be-module 2.4.2 → 2.4.4

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.
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  };
10
10
  LIST_ALL_DOC: string[];
11
11
  LIST_REQUIREMENT_WAITING_DOC: string[];
12
+ LIST_ADDITIONAL_TYPE_LOSS_NOT_SHORTAGE_AND_THEFT: string[];
12
13
  LIST_ADDITIONAL_SHORTAGE_WAITING_DOC: string[];
13
14
  LIST_ADDITIONAL_DAMAGE_WAITING_DOC: string[];
14
15
  LIST_REQUIREMENT_LOD_SPGR: string[];
@@ -154,6 +154,8 @@ exports.default = {
154
154
  docDef.DOC_CLAIM_REPORT,
155
155
  docDef.DOC_DOCUMENTATION,
156
156
  docDef.DOC_STP3,
157
+ ],
158
+ LIST_ADDITIONAL_TYPE_LOSS_NOT_SHORTAGE_AND_THEFT: [
157
159
  docDef.DOC_INFORMATION_DESTROYED_GOODS,
158
160
  docDef.DOC_DOCUMENTATION_DESTROYED_GOODS,
159
161
  ],
@@ -18,6 +18,9 @@ declare const doc: {
18
18
  DOC_MOTORCYCLE_AFTER_REPAIR: string;
19
19
  LIST_DESC: {};
20
20
  LIST_ACTIVE: any[];
21
+ LIST_REQUIREMENT_LOD_SPGR: any[];
22
+ LIST_REQUIREMENT_LOD_SIGNED: any[];
23
+ LIST_REQUIREMENT_PAYMENT: any[];
21
24
  LIST_RISK: any[];
22
25
  RISK_CONFIG: {};
23
26
  DOCUMENT_CONFIG: {};
@@ -21,6 +21,9 @@ const doc = {
21
21
  DOC_MOTORCYCLE_AFTER_REPAIR: 'DOC_MOTORCYCLE_AFTER_REPAIR',
22
22
  LIST_DESC: {},
23
23
  LIST_ACTIVE: [],
24
+ LIST_REQUIREMENT_LOD_SPGR: [],
25
+ LIST_REQUIREMENT_LOD_SIGNED: [],
26
+ LIST_REQUIREMENT_PAYMENT: [],
24
27
  LIST_RISK: [],
25
28
  RISK_CONFIG: {},
26
29
  DOCUMENT_CONFIG: {},
@@ -110,6 +113,16 @@ doc.LIST_ACTIVE = [
110
113
  doc.DOC_POLICE_REPORT,
111
114
  doc.DOC_OTHER,
112
115
  ];
116
+ doc.LIST_REQUIREMENT_LOD_SPGR = [
117
+ doc.DOC_LOD,
118
+ doc.DOC_SPGR,
119
+ ];
120
+ doc.LIST_REQUIREMENT_LOD_SIGNED = [
121
+ doc.DOC_LOD_SIGNED,
122
+ ];
123
+ doc.LIST_REQUIREMENT_PAYMENT = [
124
+ doc.DOC_PAYMENT,
125
+ ];
113
126
  doc.STATUS_DEADLINE[status_1.default.INITIAL.code] = {
114
127
  deadline: 7,
115
128
  key: 'reportDate',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.4.2",
3
+ "version": "2.4.4",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {