@inceptionbg/main 2.0.244 → 2.0.246
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 +1 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1346,9 +1346,7 @@ interface ISidebarSubItem {
|
|
|
1346
1346
|
declare const SubSystems: readonly ["ADMIN", "EARCHIVE", "EDELIVERY", "EDMS", "EFORMS", "EINVOICE", "EPROCUREMENT", "ERDS", "EREGISTER", "ERP", "ERP_SMALL_INVENTORY", "ERP_WMS", "ERP_MAT_ACC", "FINANCES", "CONTRACTS", "ESIGN", "EVALIDATION", "IDM", "REGISTRATION", "QC_REGISTRATION", "ERP_CASH_REGISTER", "ERP_RIF", "SETTINGS", "JISUSZ_BACKOFFICE", "VEOSP", "ERP_FIXED_ASSETS", "DISPATCH_ADVICE"];
|
|
1347
1347
|
type ISubsystem = (typeof SubSystems)[number];
|
|
1348
1348
|
|
|
1349
|
-
declare const login: (
|
|
1350
|
-
redirectUrl?: string;
|
|
1351
|
-
}) => void;
|
|
1349
|
+
declare const login: () => void;
|
|
1352
1350
|
declare const clearToken: () => void;
|
|
1353
1351
|
declare const logout: (options?: {
|
|
1354
1352
|
nextUrl?: boolean;
|