@inceptionbg/main 2.0.242 → 2.0.244
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 -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
|
@@ -1346,7 +1346,9 @@ 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: (
|
|
1349
|
+
declare const login: (options?: {
|
|
1350
|
+
redirectUrl?: string;
|
|
1351
|
+
}) => void;
|
|
1350
1352
|
declare const clearToken: () => void;
|
|
1351
1353
|
declare const logout: (options?: {
|
|
1352
1354
|
nextUrl?: boolean;
|