sigesp 0.9.94-20240130 → 0.9.96-20240212

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.
@@ -0,0 +1,15 @@
1
+ import { MBasicModel } from '../basic-model.model';
2
+ import { IUnidadAdministradoraCentral } from '../../interfaces/Presupuesto';
3
+ import { MAdministrativeUnit } from './administrativeUnit.model';
4
+ export declare class MUnidadAdministradoraCentral extends MBasicModel {
5
+ idEmpresa: number;
6
+ idEnterprise: number;
7
+ idUnidadAdministradora: number;
8
+ codigoUnidadCentral: string;
9
+ denominacionUnidadCentral: string;
10
+ tipoUnidad: boolean;
11
+ responsableUnidad: string;
12
+ unidadOrganizativa: MAdministrativeUnit[];
13
+ constructor(e?: IUnidadAdministradoraCentral);
14
+ dataInterface(): IUnidadAdministradoraCentral;
15
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.94-20240130",
3
+ "version": "0.9.96-20240212",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
package/public-api.d.ts CHANGED
@@ -16,6 +16,7 @@ export { MCuentaPresupuesto } from './lib/core/models/SPG/cuentaPresupuesto.mode
16
16
  export { MFuenteFinanciamiento } from './lib/core/models/SPG/fuenteFinanciamiento.model';
17
17
  export { MCuentaEgresos } from './lib/core/models/SPG/expensiveAccount.model';
18
18
  export { MAdministrativeUnit, MCuentasSpSC, MEstructuras } from './lib/core/models/SPG/administrativeUnit.model';
19
+ export { MUnidadAdministradoraCentral } from './lib/core/models/SPG/UnidadAdministradoraCentral';
19
20
  export { MComprobantePresupuestarioIngresos, MComprobantePresupuestarioEgresos } from './lib/core/models/SPG/comprobantePresupuestario.model';
20
21
  export { MEstructuraPresupuestariaOne, MEstructuraPresupuestariaTwo, MEstructuraPresupuestariaFive, MEstructuraPresupuestariaThree, MEstructuraPresupuestariaFour, MEstructuraPresupuestariaFiveComplete, MAllStructure } from './lib/core/models/SPG/estructuraPresupuestaria.model';
21
22
  export { MClasification } from './lib/core/models/RPC/clasification.model';
@@ -142,7 +143,7 @@ export { customPaginator } from './lib/shared/material/customPaginator';
142
143
  export { ICuentaIngresos } from './lib/core/interfaces/CuentaIngreso';
143
144
  export { IConfigSSS, IUserDetail, IGroup, IComponent, IRights, IUserPermit, ILog, } from './lib/core/interfaces/Seguridad';
144
145
  export { ISistema, IUsuarioSistema } from './lib/core/interfaces/Sistema';
145
- export { IUnitAdministrative, ICuentasSpSc, IEstructuras } from './lib/core/interfaces/Presupuesto';
146
+ export { IUnitAdministrative, ICuentasSpSc, IEstructuras, IUnidadAdministradoraCentral, IEstructuraPresupuestariaFiveComplete } from './lib/core/interfaces/Presupuesto';
146
147
  export { IServiceCharge, IConceptosCXP, ITipoDocumentoCXP } from './lib/core/interfaces/CuentasPorPagar';
147
148
  export { IAsignacionCargo, IConceptos, IConceptosPersonalNomina, IConceptosVacaciones, IConstanteNomina, IConstantePersonaNomina, IHojaTiempo, INomina, IPeriodoNomina, IPersonalNomina, IPrimasConcepto, IEncargaduria, ICodigoUnicoRac, INominaSimple, Reporte, SalarioNormal, Signo, TipoCestaTicket, } from './lib/core/interfaces/Nomina';
148
149
  export { IEmpresa, IEnterprise, IPrefijo, IProcedencia, ITasaCambio } from './lib/core/interfaces/Configuracion';