@inceptionbg/main 2.0.77 → 2.0.79
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 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -94,7 +94,7 @@ interface IUserSettings {
|
|
|
94
94
|
notificationsSound?: boolean;
|
|
95
95
|
startGuideOpen?: boolean;
|
|
96
96
|
scannerData?: IScanData;
|
|
97
|
-
|
|
97
|
+
guide?: {
|
|
98
98
|
[key in IGuideType]: boolean;
|
|
99
99
|
};
|
|
100
100
|
}
|
|
@@ -1096,6 +1096,7 @@ interface DocumentIndicies {
|
|
|
1096
1096
|
interface IIndexData {
|
|
1097
1097
|
uuid?: string;
|
|
1098
1098
|
name?: string;
|
|
1099
|
+
code?: string;
|
|
1099
1100
|
fieldType?: IndexDataFieldType;
|
|
1100
1101
|
fieldTypeObj?: ISelectData;
|
|
1101
1102
|
codebook?: Partial<IIndexDataCodebook>;
|
|
@@ -1108,7 +1109,6 @@ interface IIndexData {
|
|
|
1108
1109
|
minLength?: number;
|
|
1109
1110
|
maxLength?: number;
|
|
1110
1111
|
indexOrder?: number;
|
|
1111
|
-
code?: string;
|
|
1112
1112
|
}
|
|
1113
1113
|
interface IIndex {
|
|
1114
1114
|
uuid?: string;
|
|
@@ -1316,6 +1316,7 @@ interface IOrganizationSettings {
|
|
|
1316
1316
|
preservationEnabled?: boolean;
|
|
1317
1317
|
sealSignatureValidation?: boolean;
|
|
1318
1318
|
vatEvidence?: boolean;
|
|
1319
|
+
availableForms?: boolean;
|
|
1319
1320
|
}
|
|
1320
1321
|
|
|
1321
1322
|
interface IRoute {
|