bruce-models 5.5.3 → 5.5.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.
@@ -110,5 +110,5 @@ __exportStar(require("./plugin/plugin"), exports);
110
110
  __exportStar(require("./environment"), exports);
111
111
  __exportStar(require("./data-source/data-source"), exports);
112
112
  // This is updated with the package.json version on build.
113
- exports.VERSION = "5.5.3";
113
+ exports.VERSION = "5.5.4";
114
114
  //# sourceMappingURL=bruce-models.js.map
@@ -92,4 +92,4 @@ export * from "./internal/uploader";
92
92
  export * from "./plugin/plugin";
93
93
  export * from "./environment";
94
94
  export * from "./data-source/data-source";
95
- export declare const VERSION = "5.5.3";
95
+ export declare const VERSION = "5.5.4";
@@ -28,7 +28,7 @@ export declare namespace EntityType {
28
28
  "Parent.EntityType.ID"?: string;
29
29
  IsDeleteDisabled?: boolean;
30
30
  HistoricDataSettings?: any;
31
- AdditionalAttributes?: string[];
31
+ AdditionalAttributes?: string;
32
32
  VisualSettings?: EntityTypeVisualSettings.ISettings | {
33
33
  formId?: number;
34
34
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "5.5.3",
3
+ "version": "5.5.4",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",