sigesp 1.1.30-20241209 → 1.1.32-20241215

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.
@@ -305,6 +305,9 @@ export interface ICargosPersonal {
305
305
  codtipper?: string;
306
306
  id_dedicacion: string;
307
307
  id_tipopersonal: string;
308
+ estatus: string;
309
+ fecasi: string;
310
+ fecces: string;
308
311
  codcar?: string;
309
312
  descar?: string;
310
313
  codded?: string;
@@ -34,6 +34,10 @@ export declare class MAsignacionCargo extends MBasicModel {
34
34
  nominaEliminar: number[];
35
35
  detallesOrganigrama: MCargoEstructuraOrganizativa[];
36
36
  organigramaEliminar: number[];
37
+ idUsuarioAsignacion: number;
38
+ idUsuarioCese: number;
39
+ fechaAsignacion: number;
40
+ fechaCese: number;
37
41
  constructor(e?: IAsignacionCargo);
38
42
  dataInterface(): IAsignacionCargo;
39
43
  }
@@ -36,6 +36,10 @@ export declare class MCargosPersonal extends MBasicModel {
36
36
  codigoEstructuraOrganizativa: string;
37
37
  denominacionEstructuraOrganizativa: string;
38
38
  detallesNomina: MNominaSimple[];
39
+ fechaAsignacion: string;
40
+ fechaCese: string;
41
+ estatus: boolean;
42
+ denominacionEstatus: string;
39
43
  constructor(p?: ICargosPersonal);
40
44
  dataInterface(): ICargosPersonal;
41
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.30-20241209",
3
+ "version": "1.1.32-20241215",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },