sigesp 0.8.70-220304 → 0.8.71-220304

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.70-220304",
3
+ "version": "0.8.71-220304",
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';