@provis/provis-common-be-module 1.4.35 → 1.4.36

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.
@@ -279,7 +279,12 @@ loket.DOCUMENT_CONFIG[loket.DOCUMENT_DT003] = {
279
279
  en: "",
280
280
  },
281
281
  };
282
+ loket.STATUS_DEADLINE[status_1.default.INITIAL.code] = {
283
+ deadline: 45,
284
+ key: 'accidentDateTime',
285
+ };
282
286
  loket.STATUS_DEADLINE[status_1.default.WAIT_DOCUMENT_COMPLETION.code] = {
283
287
  deadline: 45,
288
+ key: 'accidentDateTime',
284
289
  };
285
290
  exports.default = loket;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "1.4.35",
3
+ "version": "1.4.36",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {