@inweb/viewer-core 25.3.15 → 25.3.18

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.
@@ -235,6 +235,9 @@ export interface OpenEvent {
235
235
  * File instance to open.
236
236
  */
237
237
  file?: File | Assembly | Model;
238
+ /**
239
+ * Deprecated since `25.3`. Use `file` instead.
240
+ */
238
241
  model?: File | Assembly | Model;
239
242
  /**
240
243
  * Buffer to open.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inweb/viewer-core",
3
- "version": "25.3.15",
3
+ "version": "25.3.18",
4
4
  "description": "3D CAD and BIM data Viewer core",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -267,7 +267,7 @@ export interface OpenEvent {
267
267
  */
268
268
  file?: File | Assembly | Model;
269
269
 
270
- /*
270
+ /**
271
271
  * Deprecated since `25.3`. Use `file` instead.
272
272
  */
273
273
  model?: File | Assembly | Model;