@inceptionbg/main 2.0.9 → 2.0.11
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.
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ interface IUser {
|
|
|
48
48
|
lastName?: string;
|
|
49
49
|
password?: string;
|
|
50
50
|
email?: string;
|
|
51
|
+
representation?: string;
|
|
51
52
|
umcn?: string;
|
|
52
53
|
}
|
|
53
54
|
type UserFetchOption = 'PERSONAL_IDENTITY_NUMBER' | 'PLACE' | 'MUNICIPALITY' | 'ORGANIZATIONAL_UNITS' | 'PRIMARY_ORUN';
|
|
@@ -1354,9 +1355,10 @@ interface IPrivileges {
|
|
|
1354
1355
|
OFFICE_DOCUMENT_SEND_W?: boolean;
|
|
1355
1356
|
OFFICE_DOCUMENT_SEND_R?: boolean;
|
|
1356
1357
|
FORM_R?: boolean;
|
|
1358
|
+
FORM_W?: boolean;
|
|
1357
1359
|
CODEBOOK_R?: boolean;
|
|
1358
1360
|
CODEBOOK_W?: boolean;
|
|
1359
|
-
|
|
1361
|
+
FORM_SUBMISSION_R?: boolean;
|
|
1360
1362
|
}
|
|
1361
1363
|
interface IOrganizationSettings {
|
|
1362
1364
|
sefApiKey?: string;
|