bruce-models 4.8.9 → 4.9.0

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.
@@ -13020,7 +13020,7 @@
13020
13020
  function Get(params) {
13021
13021
  return __awaiter(this, void 0, void 0, function* () {
13022
13022
  let { api, queryId, req } = params;
13023
- if (queryId) {
13023
+ if (!queryId || queryId <= 0) {
13024
13024
  throw new Error("queryId is required.");
13025
13025
  }
13026
13026
  if (!api) {
@@ -14055,7 +14055,7 @@
14055
14055
  })(exports.DataSource || (exports.DataSource = {}));
14056
14056
 
14057
14057
  // This is updated with the package.json version on build.
14058
- const VERSION = "4.8.9";
14058
+ const VERSION = "4.9.0";
14059
14059
 
14060
14060
  exports.VERSION = VERSION;
14061
14061
  exports.AbstractApi = AbstractApi;