sigesp 0.9.29-20230204 → 0.9.30-20230208

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.
@@ -33,6 +33,7 @@ export interface IEmpresa {
33
33
  periodoFiscal: string;
34
34
  finPeriodoFiscal: string;
35
35
  titulo: string;
36
+ presupuesto: string;
36
37
  }
37
38
  export interface ModuleTab {
38
39
  name: string;
@@ -602,7 +602,7 @@ export declare class SigespService {
602
602
  * @author Carlos Albornoz
603
603
  * @actualizado: 4-12-20222
604
604
  */
605
- getCurrentCurrency(): Observable<IResponse>;
605
+ getCurrentCurrency(tipo?: 'todas' | 'uno' | 'mon', id?: number): Observable<IResponse>;
606
606
  /**
607
607
  * @description Obtiene la linea empresa
608
608
  * @return Observable<IResponse>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.29-20230204",
3
+ "version": "0.9.30-20230208",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },