@inceptionbg/main 2.0.77 → 2.0.78

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 CHANGED
@@ -94,7 +94,7 @@ interface IUserSettings {
94
94
  notificationsSound?: boolean;
95
95
  startGuideOpen?: boolean;
96
96
  scannerData?: IScanData;
97
- uuide?: {
97
+ guide?: {
98
98
  [key in IGuideType]: boolean;
99
99
  };
100
100
  }
@@ -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 {