sigesp 0.9.8-20221205 → 0.9.9-20221205

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.
@@ -578,6 +578,14 @@ export declare class SigespService {
578
578
  */
579
579
  getCurrentCurrency(): Observable<IResponse>;
580
580
  /**
581
+ * @description Obtiene la linea empresa
582
+ * @return Observable<IResponse>
583
+ * @author Dimaly Crespo
584
+ * @actualizado: 5-12-20222
585
+ * @tipo
586
+ */
587
+ getEnterprise(tipo?: 'usuario' | 'default', id?: number): Observable<IResponse>;
588
+ /**
581
589
  * @description Obtiene los tipos de organizacion
582
590
  * @return Observable<IResponse>
583
591
  * @author Carlos Albornoz
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.8-20221205",
3
+ "version": "0.9.9-20221205",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },