sigesp 1.1.63-202508145 → 1.1.64-202508145
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/fesm2015/sigesp.mjs
CHANGED
|
@@ -7795,7 +7795,7 @@ class SigespService {
|
|
|
7795
7795
|
* @modificado 17-07-2023
|
|
7796
7796
|
*/
|
|
7797
7797
|
getProvidersAndBeneficiaries(type = 'default', idEnterprise, destination = null, account = 'N') {
|
|
7798
|
-
return this.http.get(`${this.URL}/dao/rpc/proveedor_beneficiario_dao.php?
|
|
7798
|
+
return this.http.get(`${this.URL}/dao/rpc/proveedor_beneficiario_dao.php?provider_type=${type}&e=${idEnterprise}&destination=${destination}&account=${account}`, { headers: this.getHttpHeaders() }).pipe(map((res) => {
|
|
7799
7799
|
if (res.success) {
|
|
7800
7800
|
res.data = res.data.map(e => new MProviderBeneficiary(e));
|
|
7801
7801
|
}
|