fge-auth-component 3.1.1 → 3.1.4

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/main.d.ts CHANGED
@@ -78,6 +78,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
78
78
  diasVidaPassword?: number | null | undefined;
79
79
  cambiarPassword?: boolean | undefined;
80
80
  forzarCambioPassword?: boolean | undefined;
81
+ forzarActivar2FA?: boolean | undefined;
81
82
  user?: {
82
83
  id: number;
83
84
  ci: string;
@@ -191,6 +192,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
191
192
  diasVidaPassword?: number | null | undefined;
192
193
  cambiarPassword?: boolean | undefined;
193
194
  forzarCambioPassword?: boolean | undefined;
195
+ forzarActivar2FA?: boolean | undefined;
194
196
  user?: {
195
197
  id: number;
196
198
  ci: string;
@@ -304,6 +306,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
304
306
  diasVidaPassword?: number | null | undefined;
305
307
  cambiarPassword?: boolean | undefined;
306
308
  forzarCambioPassword?: boolean | undefined;
309
+ forzarActivar2FA?: boolean | undefined;
307
310
  user?: {
308
311
  id: number;
309
312
  ci: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fge-auth-component",
3
3
  "private": false,
4
- "version": "3.1.1",
4
+ "version": "3.1.4",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"