@types/forge-viewer 7.55.2 → 7.55.3

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.
forge-viewer/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Forge Viewer (https://forge.autodesk.
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/forge-viewer.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sat, 20 Nov 2021 18:01:10 GMT
11
+ * Last updated: Fri, 03 Dec 2021 13:31:02 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Autodesk`, `THREE`
14
14
 
forge-viewer/index.d.ts CHANGED
@@ -934,6 +934,7 @@ declare namespace Autodesk {
934
934
  getIsLocked(): boolean;
935
935
  getTool(name: string): ToolInterface;
936
936
  getToolNames(): string[];
937
+ recordHomeView(): void;
937
938
  setIsLocked(state: boolean): boolean;
938
939
  }
939
940
 
forge-viewer/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/forge-viewer",
3
- "version": "7.55.2",
3
+ "version": "7.55.3",
4
4
  "description": "TypeScript definitions for Forge Viewer",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/forge-viewer",
6
6
  "license": "MIT",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "22685aa6ab17ba17dc5cf1e86bbdba6ea8044da0e0a39cf0ed3a48d9ef52e6ef",
43
+ "typesPublisherContentHash": "4100e97589e80a879d4df1d4c02cbc984f51235a409e6863aa0aa9d64aefc3fd",
44
44
  "typeScriptVersion": "3.8"
45
45
  }