@inceptionbg/main 2.0.23 → 2.0.24
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 +2 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ interface IScanData {
|
|
|
28
28
|
duplex?: boolean;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
declare const ModuleIds: readonly ["ADMIN", "EARCHIVE", "EDELIVERY", "EINVOICE", "EFORMS", "EDMS", "ESIGN", "EVALIDATION"];
|
|
31
|
+
declare const ModuleIds: readonly ["ADMIN", "DASHBOARD", "EARCHIVE", "EDELIVERY", "EINVOICE", "EFORMS", "EDMS", "ESIGN", "EVALIDATION"];
|
|
32
32
|
type IModuleId = (typeof ModuleIds)[number];
|
|
33
33
|
type IModule = {
|
|
34
34
|
[id in IModuleId]: {
|
|
@@ -1554,6 +1554,7 @@ declare const SelectOrgPage: FC;
|
|
|
1554
1554
|
|
|
1555
1555
|
interface Props$7 {
|
|
1556
1556
|
hideModules?: boolean;
|
|
1557
|
+
hideNotifications?: boolean;
|
|
1557
1558
|
children?: ReactNode;
|
|
1558
1559
|
}
|
|
1559
1560
|
declare const Header: FC<Props$7>;
|