sigesp 1.1.11-20241003 → 1.1.13-20241014

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.
@@ -280,7 +280,7 @@ export declare class SigespService {
280
280
  * @return Observable<MConfigurationSPG[]>
281
281
  * @author Miguel Ramírez
282
282
  */
283
- getConfigurationSPG(): Observable<MConfigurationSPG>;
283
+ getConfigurationSPG(idEnterprise: number, periodoFical: number): Observable<MConfigurationSPG>;
284
284
  /**
285
285
  * @description Obtiene las configuraciones de los proveedores
286
286
  * @return Observable<MConfigurationRPC[]>
@@ -520,7 +520,7 @@ export declare class SigespService {
520
520
  * @params presupuesto: Indica si se a trabajar con estructura de presupuesto o no
521
521
  */
522
522
  openCatalogoCuentasIngreso(titulo: string, presupuesto?: boolean, ancho?: string): Promise<MCuentaIngresos>;
523
- getUnidadAdministrativa(tipo?: string, e?: number): Observable<any>;
523
+ getUnidadAdministrativa(tipo?: string, idEnterprise?: number, periodoFical?: number): Observable<any>;
524
524
  /**
525
525
  * @description Obtiene los cargos de servicios
526
526
  * @return Observable<IResponse>
@@ -708,7 +708,7 @@ export declare class SigespService {
708
708
  * @return Observable<IResponse>
709
709
  * @author Carlos Albornoz
710
710
  */
711
- getConfigSOC(): Observable<IResponse>;
711
+ getConfigSOC(idEnterprise: number): Observable<IResponse>;
712
712
  /**
713
713
  * @description Obtiene los tipos de deduccion
714
714
  * @return Observable<IResponse>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.11-20241003",
3
+ "version": "1.1.13-20241014",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },