@nsshunt/stsrest01client 1.0.7 → 1.0.8
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.
|
@@ -3801,7 +3801,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
|
|
|
3801
3801
|
if (filters && filters.localeCompare("") !== 0) {
|
|
3802
3802
|
url = `${url}?${filters}`;
|
|
3803
3803
|
}
|
|
3804
|
-
return __privateGet(this, _axiosClient).InvokeResourceAPI(url, "get",
|
|
3804
|
+
return __privateGet(this, _axiosClient).InvokeResourceAPI(url, "get", null, null, null, errorCb);
|
|
3805
3805
|
});
|
|
3806
3806
|
__publicField(this, "GetResourceDBR", async (resource, filters, errorCb) => {
|
|
3807
3807
|
var _a;
|
|
@@ -3886,7 +3886,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
|
|
|
3886
3886
|
if (filters && filters.localeCompare("") !== 0) {
|
|
3887
3887
|
url = `${url}?${filters}`;
|
|
3888
3888
|
}
|
|
3889
|
-
return __privateGet(this, _axiosClient).InvokeResourceAPI(url, "get",
|
|
3889
|
+
return __privateGet(this, _axiosClient).InvokeResourceAPI(url, "get", null, null, null, errorCb);
|
|
3890
3890
|
});
|
|
3891
3891
|
__publicField(this, "GetEntityDBR", async (resourceEntity, filters, errorCb) => {
|
|
3892
3892
|
var _a;
|