@types/forge-viewer 7.89.0 → 7.89.1

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: Mon, 17 Jun 2024 20:35:45 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 {
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.89.1",
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,7 @@
50
50
  },
51
51
  "scripts": {},
52
52
  "dependencies": {},
53
- "typesPublisherContentHash": "82a17686699ed075e5ffff6767e31e7b40e41a93a9253a6c93dccce7bcca7f21",
53
+ "typesPublisherContentHash": "702fd908ec1b2cb02245c3ba750b8a6433824b37ea7e6efab07a387d91bff9c8",
54
54
  "typeScriptVersion": "4.7",
55
55
  "nonNpm": true
56
56
  }