bimplus-websdk 1.0.35 → 1.0.36

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bimplus-websdk",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "bim+ websdk",
5
5
  "types": "types/bimplus-websdk.d.ts",
6
6
  "keywords": [
@@ -242,7 +242,7 @@ declare module 'bimplus-websdk' {
242
242
  author?: Author;
243
243
  hyperlinks?: Hyperlink[];
244
244
  attachments?: Attachment[];
245
- attachmentLinkItems?: AttachmentLink[];
245
+ attachmentLinks?: AttachmentLink[];
246
246
  }
247
247
 
248
248
  export interface Author {