sigesp 0.8.76-20220506 → 0.8.77-20220510

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.
@@ -469,6 +469,8 @@ export interface ICargoOrganigrama {
469
469
  codestorg?: string;
470
470
  denestorg?: string;
471
471
  nivel?: string;
472
+ codcar?: string;
473
+ descar?: string;
472
474
  }
473
475
  export interface ICargoNomina {
474
476
  id_empresa: string;
@@ -39,6 +39,8 @@ export declare class MAsignacionCargo extends MBasicModel {
39
39
  export declare class MCargoEstructuraOrganizativa extends MBasicModel {
40
40
  idEmpresa: number;
41
41
  idCargoPersonal: number;
42
+ codigoCargo: string;
43
+ descripcionCargo: string;
42
44
  idOrganigrama: number;
43
45
  idDtCargoEstructura: number;
44
46
  idPersonal: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.76-20220506",
3
+ "version": "0.8.77-20220510",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },