bruce-models 5.5.7 → 5.5.8

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.
@@ -111,5 +111,5 @@ __exportStar(require("./environment"), exports);
111
111
  __exportStar(require("./data-source/data-source"), exports);
112
112
  __exportStar(require("./scenario/scenario"), exports);
113
113
  // This is updated with the package.json version on build.
114
- exports.VERSION = "5.5.7";
114
+ exports.VERSION = "5.5.8";
115
115
  //# sourceMappingURL=bruce-models.js.map
@@ -93,4 +93,4 @@ export * from "./plugin/plugin";
93
93
  export * from "./environment";
94
94
  export * from "./data-source/data-source";
95
95
  export * from "./scenario/scenario";
96
- export declare const VERSION = "5.5.7";
96
+ export declare const VERSION = "5.5.8";
@@ -54,7 +54,7 @@ export declare namespace Entity {
54
54
  "CreatedBy.User.ID"?: string;
55
55
  "CreatedTime"?: UTC.IUTC;
56
56
  "Layer.ID"?: number[];
57
- "Scenario.ID"?: string;
57
+ "Scenario.ID"?: number;
58
58
  "HistoricAttrKey"?: string;
59
59
  "HistoricDateTime"?: string;
60
60
  "SchemaID"?: string;
@@ -36,7 +36,7 @@ export declare namespace Scenario {
36
36
  api?: BruceApi.Api;
37
37
  req?: Api.IReqParams;
38
38
  }): Promise<{
39
- scenario: IScenario[];
39
+ scenarios: IScenario[];
40
40
  }>;
41
41
  /**
42
42
  * Creates or updates a scenario.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "5.5.7",
3
+ "version": "5.5.8",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",