@nsshunt/stsrunnerframework 1.0.49 → 1.0.50
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.
|
@@ -7717,7 +7717,7 @@ class STSRest01Client {
|
|
|
7717
7717
|
if (filters && filters.localeCompare("") !== 0) {
|
|
7718
7718
|
url = `${url}?${filters}`;
|
|
7719
7719
|
}
|
|
7720
|
-
return __privateGet$1(this, _axiosClient).InvokeResourceAPI(url, "get",
|
|
7720
|
+
return __privateGet$1(this, _axiosClient).InvokeResourceAPI(url, "get", null, null, null, errorCb);
|
|
7721
7721
|
});
|
|
7722
7722
|
__publicField$1(this, "GetResourceDBR", async (resource, filters, errorCb) => {
|
|
7723
7723
|
var _a;
|
|
@@ -7795,7 +7795,7 @@ class STSRest01Client {
|
|
|
7795
7795
|
if (filters && filters.localeCompare("") !== 0) {
|
|
7796
7796
|
url = `${url}?${filters}`;
|
|
7797
7797
|
}
|
|
7798
|
-
return __privateGet$1(this, _axiosClient).InvokeResourceAPI(url, "get",
|
|
7798
|
+
return __privateGet$1(this, _axiosClient).InvokeResourceAPI(url, "get", null, null, null, errorCb);
|
|
7799
7799
|
});
|
|
7800
7800
|
__publicField$1(this, "GetEntityDBR", async (resourceEntity, filters, errorCb) => {
|
|
7801
7801
|
var _a;
|