@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.
@@ -7706,7 +7706,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
7706
7706
  if (filters && filters.localeCompare("") !== 0) {
7707
7707
  url = `${url}?${filters}`;
7708
7708
  }
7709
- return __privateGet$1(this, _axiosClient).InvokeResourceAPI(url, "get", resource, null, null, errorCb);
7709
+ return __privateGet$1(this, _axiosClient).InvokeResourceAPI(url, "get", null, null, null, errorCb);
7710
7710
  });
7711
7711
  __publicField$1(this, "GetResourceDBR", async (resource, filters, errorCb) => {
7712
7712
  var _a;
@@ -7784,7 +7784,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
7784
7784
  if (filters && filters.localeCompare("") !== 0) {
7785
7785
  url = `${url}?${filters}`;
7786
7786
  }
7787
- return __privateGet$1(this, _axiosClient).InvokeResourceAPI(url, "get", resourceEntity, null, null, errorCb);
7787
+ return __privateGet$1(this, _axiosClient).InvokeResourceAPI(url, "get", null, null, null, errorCb);
7788
7788
  });
7789
7789
  __publicField$1(this, "GetEntityDBR", async (resourceEntity, filters, errorCb) => {
7790
7790
  var _a;