fge-auth-component 3.1.4 → 3.1.6
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.es.js +2341 -2317
- package/dist/fge-auth-component.umd.js +15 -15
- package/dist/main.d.ts +4 -1
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -176,6 +176,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
176
176
|
updateUserData: (values: {
|
|
177
177
|
[key: string]: any;
|
|
178
178
|
}) => void;
|
|
179
|
+
disable2FAStore: () => void;
|
|
179
180
|
onRefreshToken: () => Promise<void>;
|
|
180
181
|
}, "id" | "binnacleId" | "currentPage" | "apiBaseURL" | "aplicacion" | "enableChangePassword" | "enableForceChangePwd" | "userState" | "tgBot" | "systemVer" | "verificarFunc">>, Pick<{
|
|
181
182
|
id: Ref<string>;
|
|
@@ -290,6 +291,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
290
291
|
updateUserData: (values: {
|
|
291
292
|
[key: string]: any;
|
|
292
293
|
}) => void;
|
|
294
|
+
disable2FAStore: () => void;
|
|
293
295
|
onRefreshToken: () => Promise<void>;
|
|
294
296
|
}, never>, Pick<{
|
|
295
297
|
id: Ref<string>;
|
|
@@ -404,8 +406,9 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
404
406
|
updateUserData: (values: {
|
|
405
407
|
[key: string]: any;
|
|
406
408
|
}) => void;
|
|
409
|
+
disable2FAStore: () => void;
|
|
407
410
|
onRefreshToken: () => Promise<void>;
|
|
408
|
-
}, "goLoginPage" | "goRegistrarPage" | "goRecuperarCont" | "onLogin" | "on2AuthLogin" | "onLoginCiudadania" | "setConfigs" | "setDispositivoConfianzaCookie" | "clearUserData" | "updateUserData" | "onRefreshToken">>;
|
|
411
|
+
}, "goLoginPage" | "goRegistrarPage" | "goRecuperarCont" | "onLogin" | "on2AuthLogin" | "onLoginCiudadania" | "setConfigs" | "setDispositivoConfianzaCookie" | "clearUserData" | "updateUserData" | "disable2FAStore" | "onRefreshToken">>;
|
|
409
412
|
|
|
410
413
|
export declare const useFgeAuthStateStore: StoreDefinition<"STATE_STORE", _UnwrapAll<Pick<{
|
|
411
414
|
id: Ref<string>;
|