bruce-models 6.3.7 → 6.3.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.
@@ -113,5 +113,5 @@ __exportStar(require("./data-source/data-source"), exports);
113
113
  __exportStar(require("./scenario/scenario"), exports);
114
114
  __exportStar(require("./tracking/tracking"), exports);
115
115
  // This is updated with the package.json version on build.
116
- exports.VERSION = "6.3.7";
116
+ exports.VERSION = "6.3.9";
117
117
  //# sourceMappingURL=bruce-models.js.map
@@ -95,4 +95,4 @@ export * from "./environment";
95
95
  export * from "./data-source/data-source";
96
96
  export * from "./scenario/scenario";
97
97
  export * from "./tracking/tracking";
98
- export declare const VERSION = "6.3.7";
98
+ export declare const VERSION = "6.3.9";
@@ -46,7 +46,7 @@ export declare namespace ImportedFile {
46
46
  interface IFile {
47
47
  ID: number;
48
48
  "ImportedBy.User.ID": string;
49
- "Imported.DateTime": any;
49
+ "Created": any;
50
50
  "EntityType.ID"?: string;
51
51
  "RootEntity.ID"?: string;
52
52
  "Source.ID"?: number;
@@ -38,7 +38,7 @@ export declare namespace PendingAction {
38
38
  "PendingAction.ID": number;
39
39
  ID: number;
40
40
  "CreatedBy.Application": string;
41
- "Created.Time": UTC.TUTC;
41
+ "Created": UTC.TUTC;
42
42
  "Message.Type": EMessageType | string;
43
43
  Message: string;
44
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "6.3.7",
3
+ "version": "6.3.9",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",