fge-auth-component 5.1.1 → 5.1.3
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/fge-auth-component.css +1 -1
- package/dist/fge-auth-component.es.js +7967 -7979
- package/dist/fge-auth-component.umd.js +19 -19
- package/dist/main.d.ts +4 -1
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -235,6 +235,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
235
235
|
initializeTokensFromStorage: () => void;
|
|
236
236
|
on2AuthNuevoServicioLogin: (values: any) => Promise<void>;
|
|
237
237
|
logoutStore: () => void;
|
|
238
|
+
resolveDeviceIdFromCookie: (usuario: string) => string;
|
|
238
239
|
}, "id" | "binnacleId" | "currentPage" | "apiBaseURL" | "isRegister" | "apiBaseURLAuthNv" | "apiWebSocketURL" | "webSocketToken" | "deviceId" | "aplicacion" | "enableChangePassword" | "enableForceChangePwd" | "userState" | "tgBot" | "systemVer" | "verificarFunc">>, Pick<{
|
|
239
240
|
id: Ref<string>;
|
|
240
241
|
currentPage: Ref<ShowPage>;
|
|
@@ -403,6 +404,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
403
404
|
initializeTokensFromStorage: () => void;
|
|
404
405
|
on2AuthNuevoServicioLogin: (values: any) => Promise<void>;
|
|
405
406
|
logoutStore: () => void;
|
|
407
|
+
resolveDeviceIdFromCookie: (usuario: string) => string;
|
|
406
408
|
}, never>, Pick<{
|
|
407
409
|
id: Ref<string>;
|
|
408
410
|
currentPage: Ref<ShowPage>;
|
|
@@ -571,7 +573,8 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
571
573
|
initializeTokensFromStorage: () => void;
|
|
572
574
|
on2AuthNuevoServicioLogin: (values: any) => Promise<void>;
|
|
573
575
|
logoutStore: () => void;
|
|
574
|
-
|
|
576
|
+
resolveDeviceIdFromCookie: (usuario: string) => string;
|
|
577
|
+
}, "onAutorizarQrNv" | "goLoginPage" | "goRegistrarPage" | "goRecuperarCont" | "onLogin" | "on2AuthLogin" | "on2AuthLoginNv" | "onConfirmarPushLoginNv" | "onConfirmarPushLogin" | "onLoginCiudadania" | "setConfigs" | "setDispositivoConfianzaCookie" | "clearUserData" | "updateUserData" | "disable2FAStore" | "onRefreshToken" | "initializeTokensFromStorage" | "on2AuthNuevoServicioLogin" | "logoutStore" | "resolveDeviceIdFromCookie">>;
|
|
575
578
|
|
|
576
579
|
export declare const useFgeAuthStateStore: StoreDefinition<"STATE_STORE", _UnwrapAll<Pick<{
|
|
577
580
|
id: Ref<string>;
|