bruce-models 5.5.9 → 5.6.1
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/entity/entity-type.js.map +1 -1
- package/dist/lib/scenario/scenario.js +1 -1
- package/dist/lib/scenario/scenario.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/entity/entity-type.d.ts +3 -1
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -14743,7 +14743,7 @@
|
|
|
14743
14743
|
const url = key ? `scenario/key/${key}` : `scenario/${id}`;
|
|
14744
14744
|
const data = yield api.GET(url, exports.Api.PrepReqParams(req));
|
|
14745
14745
|
res({
|
|
14746
|
-
|
|
14746
|
+
scenario: data
|
|
14747
14747
|
});
|
|
14748
14748
|
}
|
|
14749
14749
|
catch (e) {
|
|
@@ -14823,7 +14823,7 @@
|
|
|
14823
14823
|
})(exports.Scenario || (exports.Scenario = {}));
|
|
14824
14824
|
|
|
14825
14825
|
// This is updated with the package.json version on build.
|
|
14826
|
-
const VERSION = "5.
|
|
14826
|
+
const VERSION = "5.6.1";
|
|
14827
14827
|
|
|
14828
14828
|
exports.VERSION = VERSION;
|
|
14829
14829
|
exports.AbstractApi = AbstractApi;
|