@duet3d/objectmodel 3.5.0-rc.10 → 3.5.0-rc.11

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.
@@ -5,6 +5,7 @@ import UserSession from "./UserSession";
5
5
  export declare class DSF extends ModelObject {
6
6
  buildDateTime: string;
7
7
  readonly httpEndpoints: ModelCollection<HttpEndpoint>;
8
+ is64Bit: boolean;
8
9
  pluginSupport: boolean;
9
10
  rootPluginSupport: boolean;
10
11
  readonly userSessions: ModelCollection<UserSession>;
@@ -24,6 +24,7 @@ class DSF extends ModelObject_1.default {
24
24
  super(...arguments);
25
25
  this.buildDateTime = "";
26
26
  this.httpEndpoints = new ModelCollection_1.default(HttpEndpoint_1.default);
27
+ this.is64Bit = false;
27
28
  this.pluginSupport = false;
28
29
  this.rootPluginSupport = false;
29
30
  this.userSessions = new ModelCollection_1.default(UserSession_1.default);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duet3d/objectmodel",
3
- "version": "3.5.0-rc.10",
3
+ "version": "3.5.0-rc.11",
4
4
  "description": "TypeScript implementation of the Duet3D Object Model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",