fge-auth-component 4.0.18 → 4.0.20

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.
Files changed (2) hide show
  1. package/dist/main.d.ts +63 -3
  2. 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;
@@ -259,7 +279,6 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
259
279
  cargo: string;
260
280
  cargoId: number;
261
281
  divisionId: number;
262
- oficina: string;
263
282
  oficinaId: number;
264
283
  municipio: string;
265
284
  municipioId: number;
@@ -269,6 +288,27 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
269
288
  institucion: string;
270
289
  departamento: string;
271
290
  departamentoId: number;
291
+ id: number;
292
+ institucionNombre: string;
293
+ entidadNombre: string;
294
+ divisionNombre: string;
295
+ unidadOrganizacionalNombre: string;
296
+ oficinaNombre: string;
297
+ oficina: {
298
+ nombre: string;
299
+ direccion: string;
300
+ telefono: string;
301
+ fax: string;
302
+ latitud: string;
303
+ longitud: string;
304
+ id: 1;
305
+ };
306
+ cargoNombre: string;
307
+ esMaeDepartamental: number;
308
+ esResponsableHelpDesk: number;
309
+ esResponsableRrhh: number;
310
+ esResponsableUnai: number;
311
+ esResponsableUnidad: number;
272
312
  } | undefined;
273
313
  isAuth?: boolean | undefined;
274
314
  isNvAuth?: boolean | undefined;
@@ -387,7 +427,6 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
387
427
  cargo: string;
388
428
  cargoId: number;
389
429
  divisionId: number;
390
- oficina: string;
391
430
  oficinaId: number;
392
431
  municipio: string;
393
432
  municipioId: number;
@@ -397,6 +436,27 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
397
436
  institucion: string;
398
437
  departamento: string;
399
438
  departamentoId: number;
439
+ id: number;
440
+ institucionNombre: string;
441
+ entidadNombre: string;
442
+ divisionNombre: string;
443
+ unidadOrganizacionalNombre: string;
444
+ oficinaNombre: string;
445
+ oficina: {
446
+ nombre: string;
447
+ direccion: string;
448
+ telefono: string;
449
+ fax: string;
450
+ latitud: string;
451
+ longitud: string;
452
+ id: 1;
453
+ };
454
+ cargoNombre: string;
455
+ esMaeDepartamental: number;
456
+ esResponsableHelpDesk: number;
457
+ esResponsableRrhh: number;
458
+ esResponsableUnai: number;
459
+ esResponsableUnidad: number;
400
460
  } | undefined;
401
461
  isAuth?: boolean | undefined;
402
462
  isNvAuth?: boolean | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fge-auth-component",
3
3
  "private": false,
4
- "version": "4.0.18",
4
+ "version": "4.0.20",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"