bruce-models 5.5.9 → 5.6.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.
@@ -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
- plugin: data
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.5.9";
14826
+ const VERSION = "5.6.0";
14827
14827
 
14828
14828
  exports.VERSION = VERSION;
14829
14829
  exports.AbstractApi = AbstractApi;