sigesp 0.8.70-220304 → 0.8.73-220307

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.
@@ -124,6 +124,7 @@ export interface INomina {
124
124
  id_periodoactual: string;
125
125
  id_perresnom: string;
126
126
  estincidencia: string;
127
+ segper: string;
127
128
  periodos: IPeriodoNomina[];
128
129
  }
129
130
  export interface INominaSimple {
@@ -242,7 +243,7 @@ export interface IPersonalNomina {
242
243
  estmpppe: string;
243
244
  apeper: string;
244
245
  racnom?: string;
245
- estper?: string;
246
+ situacion?: string;
246
247
  monpen?: string;
247
248
  }
248
249
  export interface IConstanteNomina {
@@ -124,7 +124,6 @@ export interface IConfiguracionSNO {
124
124
  regasiinc: string;
125
125
  manindmod: string;
126
126
  digcodcon: string;
127
- segper: string;
128
127
  }
129
128
  export interface IIncidencia {
130
129
  valor: string;
@@ -229,6 +228,7 @@ export interface IPersonal {
229
228
  desest_nac: string;
230
229
  codpro?: string;
231
230
  denpro?: string;
231
+ monpen?: string;
232
232
  }
233
233
  export interface ICargosPersonal {
234
234
  id_carper: string;
@@ -77,6 +77,7 @@ export declare class MDefinicionNomina extends MBasicModel {
77
77
  idPeriodoNomina: number;
78
78
  idPeriodoRestablecerNomina: number;
79
79
  estatusIncidencia: number;
80
+ segmentarPersonal: number;
80
81
  periodosNomina: MPeriodoNomina[];
81
82
  constructor(e?: INomina);
82
83
  dataInterface(): INomina;
@@ -101,6 +101,7 @@ export declare class MPersonal extends MBasicModel {
101
101
  nombreEstadoNacimiento: string;
102
102
  codigoProfesion: string;
103
103
  denominacionProfesion: string;
104
+ montoPension: number;
104
105
  constructor(p?: IPersonal);
105
106
  dataInterface(): IPersonal;
106
107
  }
@@ -82,7 +82,7 @@ export declare class MPersonalNomina extends MBasicModel {
82
82
  denominacionEstatus: string;
83
83
  nombreCompleto: string;
84
84
  nominaRac: number;
85
- estatausPersonal: string;
85
+ situacionPersonal: string;
86
86
  montoPension: number;
87
87
  constructor(e?: IPersonalNomina);
88
88
  dataInterface(): IPersonalNomina;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.70-220304",
3
+ "version": "0.8.73-220307",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
package/public-api.d.ts CHANGED
@@ -36,9 +36,9 @@ export { MClauseModality } from './lib/core/models/SOC/clauseModality.model';
36
36
  export { MCargo } from './lib/core/models/SOC/charge.model';
37
37
  export { MServiceCharge } from './lib/core/models/SOC/serviceCharge.model';
38
38
  export { MUnidadTributaria } from './lib/core/models/STB/unidadTributaria.model';
39
- export { MDeduction } from './lib/core/models/STB/deduction.model';
39
+ export { MDeduction, MConceptoRetencion } from './lib/core/models/STB/deduction.model';
40
40
  export { MDeductionType } from './lib/core/models/STB/deductionType.model';
41
- export { MMoneda, MMonedaConfig } from './lib/core/models/STB/moneda.model';
41
+ export { MMoneda, MMonedaConfig, } from './lib/core/models/STB/moneda.model';
42
42
  export { MUsuario } from './lib/core/models/SSS/user.model';
43
43
  export { MUsuarioPrefijo } from './lib/core/models/SSS/userPrefix.model';
44
44
  export { MConfigSSS } from './lib/core/models/SSS/securityConfiguration.model';
@@ -116,7 +116,7 @@ export { ICountry, IMunicipality, IParish, IState, ICity } from './lib/core/inte
116
116
  export { IBank, IBankAccountType, ISigecofBank, IAgencia, ICuentaBanco, ICartaOrden, IMovimientoBanco, IConfigBanco, IConceptoMovimiento, IControlDocumento, IConciliacion, IChequera, ICuentasSpSc, IDetalle, IDivisas, IMovimiento, ICatalogoIntegracion, IDetalleConciliacion, IDetalleMovimiento, IDetalleSpgSpi, IDetallesContable, IIntegracion, IMovimientoBancoConciliar, ISelect2, ITipoFondoAvance, ITrasferencia, IVoucherMedidas } from './lib/core/interfaces/Banco';
117
117
  export { IConfigurationRPC } from './lib/core/interfaces/ConfiguracionRPC';
118
118
  export { IServiceType, IService, IClause, IConfigSOC, IClauseModality, IServiceCharges } from './lib/core/interfaces/Servicios';
119
- export { IDeductionType, ICargo, IDeduction } from './lib/core/interfaces/Tributos';
119
+ export { IDeductionType, ICargo, IDeduction, IConceptoRetencion, } from './lib/core/interfaces/Tributos';
120
120
  export { customPaginator } from './lib/shared/material/customPaginator';
121
121
  export { ICuentaIngresos } from './lib/core/interfaces/CuentaIngreso';
122
122
  export { IConfigSSS, IUserDetail, IGroup, IComponent, IRights, IUserPermit, ILog } from './lib/core/interfaces/Seguridad';