sigesp 0.9.46-20230713 → 0.9.47-20230717

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.
@@ -669,10 +669,15 @@ export declare class SigespService {
669
669
  getProveedores(): Observable<MProveedor[]>;
670
670
  /**
671
671
  * @description Obtiene los proveedores y beneficiarios
672
+ * @Note Si quiere solo los datos basicos use los parametros ('S','P','N')
672
673
  * @return Observable<IResponse>
673
674
  * @author Carlos Albornoz
675
+ * @type ={'P','B','S'}
676
+ * @destination ={'P','B','C','A','N'}≈{Proveedor,Beneficiario,Contatista,Ambos,Ninguno}
677
+ * @account ={'S','N'} para traer las cuentas bancarias del proveedor por defecto esta en N
678
+ * @modificado 17-07-2023
674
679
  */
675
- getProvidersAndBeneficiaries(type?: string): Observable<IResponse>;
680
+ getProvidersAndBeneficiaries(type?: string, destination?: string, account?: string): Observable<IResponse>;
676
681
  /**
677
682
  * @description Obtiene un Usuario segun su ID
678
683
  * @return Observable<IResponse>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.46-20230713",
3
+ "version": "0.9.47-20230717",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },