sigesp 0.9.100-20240222 → 0.9.101-20240224

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.
@@ -120,8 +120,9 @@ export declare class SigespService {
120
120
  * @description Obtiene la estructura completa dependiendo de la configuración
121
121
  * @return Promise<any[]>
122
122
  * @author Miguel Ramírez
123
+ * @type= {}
123
124
  */
124
- getBudgetStructureComplete(nivel: number): Promise<any[]>;
125
+ getBudgetStructureComplete(nivel: number, tipo?: string): Promise<any[]>;
125
126
  /**
126
127
  * @description Elimina una o varias estructuras presupuestarias
127
128
  * @param idStructures Id de las estructuras presupuestarias 5 que van a ser eliminadas
@@ -147,8 +148,9 @@ export declare class SigespService {
147
148
  * @description Obtiene toda la estructura presupuestaria 5
148
149
  * @return Observable<MEstructuraPresupuestariaFive[]>
149
150
  * @author Miguel Ramírez
151
+ * @params tipo:"sss"
150
152
  */
151
- getBudgetStructureFive(level?: number): Observable<MEstructuraPresupuestariaFiveComplete[]>;
153
+ getBudgetStructureFive(level?: number, tipo?: string): Observable<MEstructuraPresupuestariaFiveComplete[]>;
152
154
  /**
153
155
  * @description Obtiene la estructura presupuestaria 5 por el Id de la estructura 4
154
156
  * @param idEp4 id de la estructura presupuestaria 4
@@ -540,7 +542,7 @@ export declare class SigespService {
540
542
  * @params presupuesto: Indica si se a trabajar con estructura de presupuesto o no
541
543
  */
542
544
  openCatalogoCuentasIngreso(titulo: string, presupuesto?: boolean, ancho?: string): Promise<MCuentaIngresos>;
543
- getUnidadAdministrativa(): Observable<any>;
545
+ getUnidadAdministrativa(tipo?: string): Observable<any>;
544
546
  /**
545
547
  * @description Obtiene los cargos de servicios
546
548
  * @return Observable<IResponse>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.100-20240222",
3
+ "version": "0.9.101-20240224",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },