@provis/provis-common-be-module 2.4.3 → 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
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.4.3",
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": {