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.
- package/dist/bruce-models.es5.js +2 -2
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +2 -2
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/data-lab/data-lab.js +1 -1
- package/dist/lib/data-lab/data-lab.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -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.
|
|
14058
|
+
const VERSION = "4.9.0";
|
|
14059
14059
|
|
|
14060
14060
|
exports.VERSION = VERSION;
|
|
14061
14061
|
exports.AbstractApi = AbstractApi;
|