@provis/provis-common-be-module 2.3.2 → 2.3.3

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.
@@ -118,10 +118,10 @@ doc.STATUS_DEADLINE[status_1.default.WAIT_DOCUMENT_COMPLETION.code] = {
118
118
  deadline: 7,
119
119
  key: 'reportDate',
120
120
  };
121
- doc.STATUS_DEADLINE[status_1.default.WAIT_LOD_SIGN.code] = {
122
- deadline: 5,
123
- key: 'reportDate',
124
- };
121
+ // doc.STATUS_DEADLINE[statusClaim.WAIT_LOD_SIGN.code] = {
122
+ // deadline: 5,
123
+ // key: 'reportDate',
124
+ // };
125
125
  doc.STATUS_DEADLINE[status_1.default.REVISION_DOCUMENT.code] = {
126
126
  deadline: 7,
127
127
  key: 'reportDate',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {