fge-auth-component 4.0.21 → 4.0.23
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 +8488 -8318
- package/dist/fge-auth-component.umd.js +19 -19
- package/dist/main.d.ts +63 -3
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -131,7 +131,6 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
131
131
|
cargo: string;
|
|
132
132
|
cargoId: number;
|
|
133
133
|
divisionId: number;
|
|
134
|
-
oficina: string;
|
|
135
134
|
oficinaId: number;
|
|
136
135
|
municipio: string;
|
|
137
136
|
municipioId: number;
|
|
@@ -141,6 +140,27 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
141
140
|
institucion: string;
|
|
142
141
|
departamento: string;
|
|
143
142
|
departamentoId: number;
|
|
143
|
+
id: number;
|
|
144
|
+
institucionNombre: string;
|
|
145
|
+
entidadNombre: string;
|
|
146
|
+
divisionNombre: string;
|
|
147
|
+
unidadOrganizacionalNombre: string;
|
|
148
|
+
oficinaNombre: string;
|
|
149
|
+
oficina: {
|
|
150
|
+
nombre: string;
|
|
151
|
+
direccion: string;
|
|
152
|
+
telefono: string;
|
|
153
|
+
fax: string;
|
|
154
|
+
latitud: string;
|
|
155
|
+
longitud: string;
|
|
156
|
+
id: 1;
|
|
157
|
+
};
|
|
158
|
+
cargoNombre: string;
|
|
159
|
+
esMaeDepartamental: number;
|
|
160
|
+
esResponsableHelpDesk: number;
|
|
161
|
+
esResponsableRrhh: number;
|
|
162
|
+
esResponsableUnai: number;
|
|
163
|
+
esResponsableUnidad: number;
|
|
144
164
|
} | undefined;
|
|
145
165
|
isAuth?: boolean | undefined;
|
|
146
166
|
isNvAuth?: boolean | undefined;
|
|
@@ -260,7 +280,6 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
260
280
|
cargo: string;
|
|
261
281
|
cargoId: number;
|
|
262
282
|
divisionId: number;
|
|
263
|
-
oficina: string;
|
|
264
283
|
oficinaId: number;
|
|
265
284
|
municipio: string;
|
|
266
285
|
municipioId: number;
|
|
@@ -270,6 +289,27 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
270
289
|
institucion: string;
|
|
271
290
|
departamento: string;
|
|
272
291
|
departamentoId: number;
|
|
292
|
+
id: number;
|
|
293
|
+
institucionNombre: string;
|
|
294
|
+
entidadNombre: string;
|
|
295
|
+
divisionNombre: string;
|
|
296
|
+
unidadOrganizacionalNombre: string;
|
|
297
|
+
oficinaNombre: string;
|
|
298
|
+
oficina: {
|
|
299
|
+
nombre: string;
|
|
300
|
+
direccion: string;
|
|
301
|
+
telefono: string;
|
|
302
|
+
fax: string;
|
|
303
|
+
latitud: string;
|
|
304
|
+
longitud: string;
|
|
305
|
+
id: 1;
|
|
306
|
+
};
|
|
307
|
+
cargoNombre: string;
|
|
308
|
+
esMaeDepartamental: number;
|
|
309
|
+
esResponsableHelpDesk: number;
|
|
310
|
+
esResponsableRrhh: number;
|
|
311
|
+
esResponsableUnai: number;
|
|
312
|
+
esResponsableUnidad: number;
|
|
273
313
|
} | undefined;
|
|
274
314
|
isAuth?: boolean | undefined;
|
|
275
315
|
isNvAuth?: boolean | undefined;
|
|
@@ -389,7 +429,6 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
389
429
|
cargo: string;
|
|
390
430
|
cargoId: number;
|
|
391
431
|
divisionId: number;
|
|
392
|
-
oficina: string;
|
|
393
432
|
oficinaId: number;
|
|
394
433
|
municipio: string;
|
|
395
434
|
municipioId: number;
|
|
@@ -399,6 +438,27 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
399
438
|
institucion: string;
|
|
400
439
|
departamento: string;
|
|
401
440
|
departamentoId: number;
|
|
441
|
+
id: number;
|
|
442
|
+
institucionNombre: string;
|
|
443
|
+
entidadNombre: string;
|
|
444
|
+
divisionNombre: string;
|
|
445
|
+
unidadOrganizacionalNombre: string;
|
|
446
|
+
oficinaNombre: string;
|
|
447
|
+
oficina: {
|
|
448
|
+
nombre: string;
|
|
449
|
+
direccion: string;
|
|
450
|
+
telefono: string;
|
|
451
|
+
fax: string;
|
|
452
|
+
latitud: string;
|
|
453
|
+
longitud: string;
|
|
454
|
+
id: 1;
|
|
455
|
+
};
|
|
456
|
+
cargoNombre: string;
|
|
457
|
+
esMaeDepartamental: number;
|
|
458
|
+
esResponsableHelpDesk: number;
|
|
459
|
+
esResponsableRrhh: number;
|
|
460
|
+
esResponsableUnai: number;
|
|
461
|
+
esResponsableUnidad: number;
|
|
402
462
|
} | undefined;
|
|
403
463
|
isAuth?: boolean | undefined;
|
|
404
464
|
isNvAuth?: boolean | undefined;
|