@types/forge-viewer 7.89.0 → 7.99.0

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: Fri, 03 May 2024 03:07:55 GMT
11
+ * Last updated: Wed, 23 Apr 2025 12:03:23 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
forge-viewer/index.d.ts CHANGED
@@ -32,6 +32,8 @@ declare namespace Autodesk {
32
32
  RTC_ERROR = 12,
33
33
  UNSUPORTED_FILE_EXTENSION = 13,
34
34
  VIEWER_INTERNAL_ERROR = 14,
35
+ WEBGL_LOST_CONTEXT = 15,
36
+ LOAD_CANCELED = 16,
35
37
  }
36
38
 
37
39
  enum SelectionMode {
@@ -2693,6 +2695,12 @@ declare namespace Autodesk {
2693
2695
  shouldCreateTreeNode(node: object): boolean;
2694
2696
  }
2695
2697
  }
2698
+
2699
+ class FeatureFlags {
2700
+ static set(name: string, value: boolean): void;
2701
+ static isEnabled(name: string): boolean | undefined;
2702
+ static print(): void;
2703
+ }
2696
2704
  }
2697
2705
 
2698
2706
  namespace AEC {
forge-viewer/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/forge-viewer",
3
- "version": "7.89.0",
3
+ "version": "7.99.0",
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",
@@ -50,7 +50,8 @@
50
50
  },
51
51
  "scripts": {},
52
52
  "dependencies": {},
53
- "typesPublisherContentHash": "82a17686699ed075e5ffff6767e31e7b40e41a93a9253a6c93dccce7bcca7f21",
54
- "typeScriptVersion": "4.7",
53
+ "peerDependencies": {},
54
+ "typesPublisherContentHash": "6c4c197fd323128d8a923c577a37d0dc5cfb72ad2549f7778fa686cffa82af2d",
55
+ "typeScriptVersion": "5.1",
55
56
  "nonNpm": true
56
57
  }