sigesp 1.1.27-20240512 → 1.1.29-20241208

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.
@@ -37,10 +37,10 @@ export interface IConfigurationSPG {
37
37
  estmodape: string;
38
38
  coduniadm?: string;
39
39
  denuniadm?: string;
40
- codcencos?: string;
40
+ denominacion?: string;
41
41
  dencencos?: string;
42
42
  codigoftefin?: string;
43
- denfufin?: string;
43
+ denfuefin?: string;
44
44
  editable?: string;
45
45
  codigo?: string;
46
46
  titulo?: string;
@@ -31,7 +31,9 @@ export declare class MConfigurationSPG {
31
31
  idEP5: number;
32
32
  denominacionUnidadAdministrativa: string;
33
33
  codigoUnidadAdministrativa: string;
34
+ denominacionFuenteFinanciaminto: string;
34
35
  codigoFuenteFinanciaminto: string;
36
+ denominacionCentroCosto: string;
35
37
  codigoCentroCosto: string;
36
38
  estructuraPresupuestaria: string;
37
39
  editable: boolean;
@@ -128,14 +128,14 @@ export declare class SigespService {
128
128
  * @return Observable<MConfiguracionSNO[]>
129
129
  * @date 27-07-2021
130
130
  */
131
- getConfigurationSNO(): Observable<IResponse>;
131
+ getConfigurationSNO(idEnterprise: number): Observable<IResponse>;
132
132
  dateToString(date: Date): string;
133
133
  /**
134
134
  * @description Obtiene las configuraciones de Seguridad
135
135
  * @return Observable<IResponse>
136
136
  * @author Carlos Albornoz
137
137
  */
138
- getConfigSSS(): Observable<IResponse>;
138
+ getConfigSSS(idEnterprise?: number): Observable<IResponse>;
139
139
  getComponents(systemCode: string, permit: boolean): Observable<IResponse>;
140
140
  /**
141
141
  * @description Obtiene las fuentes de financiamiento
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.27-20240512",
3
+ "version": "1.1.29-20241208",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },