fge-auth-component 5.0.5 → 5.1.0
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 +6930 -6615
- package/dist/fge-auth-component.umd.js +19 -19
- package/dist/main.d.ts +49 -1
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -190,6 +190,22 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
190
190
|
} | undefined>;
|
|
191
191
|
on2AuthLogin: (values: any) => Promise<void>;
|
|
192
192
|
on2AuthLoginNv: (values: any) => Promise<void>;
|
|
193
|
+
onConfirmarPushLoginNv: (values: {
|
|
194
|
+
usuarioId: number;
|
|
195
|
+
challengeId: string;
|
|
196
|
+
aplicacion: string;
|
|
197
|
+
deviceId: string;
|
|
198
|
+
esDispositivoConfianza?: boolean | undefined;
|
|
199
|
+
numeroDocumento: string;
|
|
200
|
+
}) => Promise<void>;
|
|
201
|
+
onConfirmarPushLogin: (values: {
|
|
202
|
+
usuarioId: number;
|
|
203
|
+
challengeId: string;
|
|
204
|
+
aplicacion: string;
|
|
205
|
+
codigoDispositivo: string;
|
|
206
|
+
esDispositivoConfianza?: boolean | undefined;
|
|
207
|
+
usuario: string;
|
|
208
|
+
}) => Promise<void>;
|
|
193
209
|
onLoginCiudadania: (values: any) => Promise<void>;
|
|
194
210
|
setConfigs: ({ newBaseURL, newBaseURLAuthNv, newIsRegister, newWebSocketUrl, newWebSocketToken, newAplicacion, newRrhhUrl, verificarSiFuncionario, telegramBot, systemVersion, enableChangePasswordMsg, enableForceChangePassword, }: {
|
|
195
211
|
newBaseURL: string;
|
|
@@ -342,6 +358,22 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
342
358
|
} | undefined>;
|
|
343
359
|
on2AuthLogin: (values: any) => Promise<void>;
|
|
344
360
|
on2AuthLoginNv: (values: any) => Promise<void>;
|
|
361
|
+
onConfirmarPushLoginNv: (values: {
|
|
362
|
+
usuarioId: number;
|
|
363
|
+
challengeId: string;
|
|
364
|
+
aplicacion: string;
|
|
365
|
+
deviceId: string;
|
|
366
|
+
esDispositivoConfianza?: boolean | undefined;
|
|
367
|
+
numeroDocumento: string;
|
|
368
|
+
}) => Promise<void>;
|
|
369
|
+
onConfirmarPushLogin: (values: {
|
|
370
|
+
usuarioId: number;
|
|
371
|
+
challengeId: string;
|
|
372
|
+
aplicacion: string;
|
|
373
|
+
codigoDispositivo: string;
|
|
374
|
+
esDispositivoConfianza?: boolean | undefined;
|
|
375
|
+
usuario: string;
|
|
376
|
+
}) => Promise<void>;
|
|
345
377
|
onLoginCiudadania: (values: any) => Promise<void>;
|
|
346
378
|
setConfigs: ({ newBaseURL, newBaseURLAuthNv, newIsRegister, newWebSocketUrl, newWebSocketToken, newAplicacion, newRrhhUrl, verificarSiFuncionario, telegramBot, systemVersion, enableChangePasswordMsg, enableForceChangePassword, }: {
|
|
347
379
|
newBaseURL: string;
|
|
@@ -494,6 +526,22 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
494
526
|
} | undefined>;
|
|
495
527
|
on2AuthLogin: (values: any) => Promise<void>;
|
|
496
528
|
on2AuthLoginNv: (values: any) => Promise<void>;
|
|
529
|
+
onConfirmarPushLoginNv: (values: {
|
|
530
|
+
usuarioId: number;
|
|
531
|
+
challengeId: string;
|
|
532
|
+
aplicacion: string;
|
|
533
|
+
deviceId: string;
|
|
534
|
+
esDispositivoConfianza?: boolean | undefined;
|
|
535
|
+
numeroDocumento: string;
|
|
536
|
+
}) => Promise<void>;
|
|
537
|
+
onConfirmarPushLogin: (values: {
|
|
538
|
+
usuarioId: number;
|
|
539
|
+
challengeId: string;
|
|
540
|
+
aplicacion: string;
|
|
541
|
+
codigoDispositivo: string;
|
|
542
|
+
esDispositivoConfianza?: boolean | undefined;
|
|
543
|
+
usuario: string;
|
|
544
|
+
}) => Promise<void>;
|
|
497
545
|
onLoginCiudadania: (values: any) => Promise<void>;
|
|
498
546
|
setConfigs: ({ newBaseURL, newBaseURLAuthNv, newIsRegister, newWebSocketUrl, newWebSocketToken, newAplicacion, newRrhhUrl, verificarSiFuncionario, telegramBot, systemVersion, enableChangePasswordMsg, enableForceChangePassword, }: {
|
|
499
547
|
newBaseURL: string;
|
|
@@ -523,7 +571,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
523
571
|
initializeTokensFromStorage: () => void;
|
|
524
572
|
on2AuthNuevoServicioLogin: (values: any) => Promise<void>;
|
|
525
573
|
logoutStore: () => void;
|
|
526
|
-
}, "onAutorizarQrNv" | "goLoginPage" | "goRegistrarPage" | "goRecuperarCont" | "onLogin" | "on2AuthLogin" | "on2AuthLoginNv" | "onLoginCiudadania" | "setConfigs" | "setDispositivoConfianzaCookie" | "clearUserData" | "updateUserData" | "disable2FAStore" | "onRefreshToken" | "initializeTokensFromStorage" | "on2AuthNuevoServicioLogin" | "logoutStore">>;
|
|
574
|
+
}, "onAutorizarQrNv" | "goLoginPage" | "goRegistrarPage" | "goRecuperarCont" | "onLogin" | "on2AuthLogin" | "on2AuthLoginNv" | "onConfirmarPushLoginNv" | "onConfirmarPushLogin" | "onLoginCiudadania" | "setConfigs" | "setDispositivoConfianzaCookie" | "clearUserData" | "updateUserData" | "disable2FAStore" | "onRefreshToken" | "initializeTokensFromStorage" | "on2AuthNuevoServicioLogin" | "logoutStore">>;
|
|
527
575
|
|
|
528
576
|
export declare const useFgeAuthStateStore: StoreDefinition<"STATE_STORE", _UnwrapAll<Pick<{
|
|
529
577
|
id: Ref<string>;
|