@provis/provis-common-be-module 2.5.2 → 2.5.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.
@@ -164,6 +164,7 @@ loket.RISK_CONFIG[loket.RISK_CLK008] = {
164
164
  loket.DOCUMENT_DLK001,
165
165
  loket.DOCUMENT_DLK002,
166
166
  loket.DOCUMENT_DLK003,
167
+ loket.DOCUMENT_DLK010,
167
168
  loket.DOCUMENT_DLK016,
168
169
  loket.DOCUMENT_DLK017,
169
170
  loket.DOCUMENT_DLK018,
@@ -1,4 +1,9 @@
1
1
  export default interface IUser {
2
- isAdmin: string;
2
+ id?: number;
3
3
  userCode: string;
4
+ username: string;
5
+ userEmail?: string;
6
+ source?: string;
7
+ isAdmin?: string;
8
+ isPublic?: string;
4
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.5.2",
3
+ "version": "2.5.4",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {