@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.
@@ -3803,7 +3803,7 @@ class STSRest01Client {
3803
3803
  if (filters && filters.localeCompare("") !== 0) {
3804
3804
  url = `${url}?${filters}`;
3805
3805
  }
3806
- return __privateGet(this, _axiosClient).InvokeResourceAPI(url, "get", resource, null, null, errorCb);
3806
+ return __privateGet(this, _axiosClient).InvokeResourceAPI(url, "get", null, null, null, errorCb);
3807
3807
  });
3808
3808
  __publicField(this, "GetResourceDBR", async (resource, filters, errorCb) => {
3809
3809
  var _a;
@@ -3888,7 +3888,7 @@ class STSRest01Client {
3888
3888
  if (filters && filters.localeCompare("") !== 0) {
3889
3889
  url = `${url}?${filters}`;
3890
3890
  }
3891
- return __privateGet(this, _axiosClient).InvokeResourceAPI(url, "get", resourceEntity, null, null, errorCb);
3891
+ return __privateGet(this, _axiosClient).InvokeResourceAPI(url, "get", null, null, null, errorCb);
3892
3892
  });
3893
3893
  __publicField(this, "GetEntityDBR", async (resourceEntity, filters, errorCb) => {
3894
3894
  var _a;