@types/forge-viewer 7.99.2 → 7.99.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 +1 -1
- forge-viewer/index.d.ts +1 -1
- forge-viewer/package.json +2 -2
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: Mon,
|
|
11
|
+
* Last updated: Mon, 07 Sep 2026 04:39:08 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
forge-viewer/index.d.ts
CHANGED
|
@@ -2304,7 +2304,7 @@ declare namespace Autodesk {
|
|
|
2304
2304
|
modelId?: number[],
|
|
2305
2305
|
intersections?: any[],
|
|
2306
2306
|
options?: any,
|
|
2307
|
-
): HitTestResult;
|
|
2307
|
+
): HitTestResult | undefined;
|
|
2308
2308
|
getRenderProxy(model: Model, fragId: number): any;
|
|
2309
2309
|
sceneUpdated(param: boolean): void;
|
|
2310
2310
|
setDoNotCut(model: Model, doNotCut: boolean): void;
|
forge-viewer/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/forge-viewer",
|
|
3
|
-
"version": "7.99.
|
|
3
|
+
"version": "7.99.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",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"scripts": {},
|
|
52
52
|
"dependencies": {},
|
|
53
53
|
"peerDependencies": {},
|
|
54
|
-
"typesPublisherContentHash": "
|
|
54
|
+
"typesPublisherContentHash": "5d7a233a80d1966d3ca2b8a56da1368e5c3970ef45fe5a601b6972f05d5bfcb2",
|
|
55
55
|
"typeScriptVersion": "5.6",
|
|
56
56
|
"nonNpm": true
|
|
57
57
|
}
|