sigesp 1.1.70-20250919 → 1.1.72-20251006

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.
@@ -133,6 +133,21 @@ export interface IConfiguracionSNO {
133
133
  altvoldat: string;
134
134
  horjorlab: string;
135
135
  regcaninc: string;
136
+ id_concxp_pre: string;
137
+ tipcon_int: string;
138
+ id_tipodocumento_int: string;
139
+ id_concxp_int: string;
140
+ id_proveedor_int: string;
141
+ denconcxp_pre: string;
142
+ dentipden_pre: string;
143
+ rifpro_pre: string;
144
+ nompro_pre: string;
145
+ tipdes_pre: string;
146
+ denconcxp_int: string;
147
+ dentipden_int: string;
148
+ rifpro_int: string;
149
+ nompro_int: string;
150
+ tipdes_int: string;
136
151
  }
137
152
  export interface IIncidencia {
138
153
  valor: string;
@@ -29,10 +29,6 @@ export declare class MConfiguracionSNO extends MBasicModel {
29
29
  idTipoDocumentoAporte: number;
30
30
  agruparRetencionesAportes: number;
31
31
  idTipoDocumentoPagoPersonal: number;
32
- tipoContabilizacionPrestacionAntiguedad: string;
33
- generarRecepcionDocumentoPrestacionSocial: number;
34
- idTipoDocumentoPrestacionSocial: number;
35
- idBeneficiarioPrestacionesSociales: number;
36
32
  cedulaBeneficiario: string;
37
33
  ordenarConstantes: string;
38
34
  ordenarConceptos: string;
@@ -135,6 +131,24 @@ export declare class MConfiguracionSNO extends MBasicModel {
135
131
  altoVolumenDatos: number;
136
132
  registroCantidadProducidaIncidencia: string;
137
133
  horasJornadaLaboral: number;
134
+ tipoContabilizacionPrestacion: string;
135
+ idTipoDocumentoPrestacion: number;
136
+ idBeneficiarioPrestaciones: number;
137
+ idConceptoPrestacion: number;
138
+ denominacionConceptoPrestacion: string;
139
+ denominacionTipoDocumentoPrestacion: string;
140
+ nombreBeneficiarioPrestacion: string;
141
+ rifBeneficiarioPrestacion: string;
142
+ destinoBeneficiarioPrestacion: string;
143
+ idConceptoInteres: number;
144
+ tipoContabilizacionInteres: string;
145
+ idTipoDocumentoInteres: number;
146
+ denominacionTipoDocumentoInteres: string;
147
+ denominacionConceptoInteres: string;
148
+ idBeneficiarioInteres: number;
149
+ nombreBeneficiariInteres: string;
150
+ rifBeneficiarioInteres: string;
151
+ destinoBeneficiarioInteres: string;
138
152
  constructor(I?: IConfiguracionSNO);
139
153
  dataInterface(): IConfiguracionSNO;
140
154
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.70-20250919",
3
+ "version": "1.1.72-20251006",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },