bruce-models 5.5.8 → 5.5.9

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.
@@ -14769,7 +14769,7 @@
14769
14769
  try {
14770
14770
  const data = yield api.GET("scenarios", exports.Api.PrepReqParams(req));
14771
14771
  res({
14772
- scenario: data.Items
14772
+ scenarios: data.Items
14773
14773
  });
14774
14774
  }
14775
14775
  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.8";
14826
+ const VERSION = "5.5.9";
14827
14827
 
14828
14828
  exports.VERSION = VERSION;
14829
14829
  exports.AbstractApi = AbstractApi;