@inceptionbg/main 2.0.11 → 2.0.13
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 +8 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ interface IFileSignatory {
|
|
|
84
84
|
signatureAppearance?: ISignatureAppearance;
|
|
85
85
|
visualizationProfile?: ISimpleObject;
|
|
86
86
|
signatureType?: ISignatureType;
|
|
87
|
+
overwrite?: boolean;
|
|
87
88
|
}
|
|
88
89
|
type ISignatureType = 'ESIG' | 'ESEAL';
|
|
89
90
|
interface ISignatureAppearance {
|
|
@@ -1359,6 +1360,13 @@ interface IPrivileges {
|
|
|
1359
1360
|
CODEBOOK_R?: boolean;
|
|
1360
1361
|
CODEBOOK_W?: boolean;
|
|
1361
1362
|
FORM_SUBMISSION_R?: boolean;
|
|
1363
|
+
ARC_CATEGORY_W: boolean;
|
|
1364
|
+
ARC_PRESERVATION_W: boolean;
|
|
1365
|
+
ARC_ARCHIVE_BOOK_W: boolean;
|
|
1366
|
+
ARC_ORGANIZATION_SETTINGS_W: boolean;
|
|
1367
|
+
ARC_CATEGORY_R: boolean;
|
|
1368
|
+
ARC_ARCHIVE_BOOK_R: boolean;
|
|
1369
|
+
ARC_PRESERVATION_R: boolean;
|
|
1362
1370
|
}
|
|
1363
1371
|
interface IOrganizationSettings {
|
|
1364
1372
|
sefApiKey?: string;
|