bruce-models 3.7.3 → 3.7.4

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.
@@ -96,5 +96,5 @@ __exportStar(require("./plugin/plugin"), exports);
96
96
  __exportStar(require("./environment"), exports);
97
97
  __exportStar(require("./data-source/data-source"), exports);
98
98
  // This is updated with the package.json version on build.
99
- exports.VERSION = "3.7.3";
99
+ exports.VERSION = "3.7.4";
100
100
  //# sourceMappingURL=bruce-models.js.map
@@ -78,4 +78,4 @@ export * from "./internal/uploader";
78
78
  export * from "./plugin/plugin";
79
79
  export * from "./environment";
80
80
  export * from "./data-source/data-source";
81
- export declare const VERSION = "3.7.3";
81
+ export declare const VERSION = "3.7.4";
@@ -14,7 +14,7 @@ export declare namespace EntityRelationType {
14
14
  ReverseName: string;
15
15
  Name: string;
16
16
  FlipDisplayDirection?: boolean;
17
- EntityDisplaySettingID?: string;
17
+ EntityDisplaySettingID?: string | number;
18
18
  "Relation.EntityType.ID"?: string;
19
19
  }
20
20
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "3.7.3",
3
+ "version": "3.7.4",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",