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.
- package/bundles/sigesp.umd.js +86 -70
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/sigesp.service.js +18 -2
- package/fesm2015/sigesp.js +82 -67
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/sigesp.service.d.ts +8 -0
- package/package.json +1 -1
- package/sigesp.metadata.json +1 -1
package/lib/sigesp.service.d.ts
CHANGED
|
@@ -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
|