bruce-models 2.9.2 → 2.9.3

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.
@@ -10068,9 +10068,6 @@
10068
10068
  if (!api) {
10069
10069
  api = exports.ENVIRONMENT.Api().GetGuardianApi();
10070
10070
  }
10071
- if (!sessionId) {
10072
- throw ("Session ID is required.");
10073
- }
10074
10071
  const key = GetCacheKey(sessionId);
10075
10072
  const cache = yield api.GetCacheItem(key, reqParams);
10076
10073
  if (cache === null || cache === void 0 ? void 0 : cache.found) {
@@ -11761,7 +11758,7 @@
11761
11758
  DataSource.GetList = GetList;
11762
11759
  })(exports.DataSource || (exports.DataSource = {}));
11763
11760
 
11764
- const VERSION$1 = "2.9.2";
11761
+ const VERSION$1 = "2.9.3";
11765
11762
 
11766
11763
  exports.VERSION = VERSION$1;
11767
11764
  exports.AbstractApi = AbstractApi;