@inceptionbg/main 2.0.11 → 2.0.12

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +7 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1359,6 +1359,13 @@ interface IPrivileges {
1359
1359
  CODEBOOK_R?: boolean;
1360
1360
  CODEBOOK_W?: boolean;
1361
1361
  FORM_SUBMISSION_R?: boolean;
1362
+ ARC_CATEGORY_W: boolean;
1363
+ ARC_PRESERVATION_W: boolean;
1364
+ ARC_ARCHIVE_BOOK_W: boolean;
1365
+ ARC_ORGANIZATION_SETTINGS_W: boolean;
1366
+ ARC_CATEGORY_R: boolean;
1367
+ ARC_ARCHIVE_BOOK_R: boolean;
1368
+ ARC_PRESERVATION_R: boolean;
1362
1369
  }
1363
1370
  interface IOrganizationSettings {
1364
1371
  sefApiKey?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inceptionbg/main",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Main app wrapper for Inception ecosystem",
5
5
  "type": "module",
6
6
  "files": [