bimplus-websdk 1.0.24 → 1.0.25

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.24",
3
+ "version": "1.0.25",
4
4
  "description": "bim+ websdk",
5
5
  "types": "types/bimplus-websdk.d.ts",
6
6
  "keywords": [
@@ -306,7 +306,6 @@ declare module 'bimplus-websdk' {
306
306
  imprints: PrivacyTexts;
307
307
  dataProtection: PrivacyTexts;
308
308
  hyperlinks: Hyperlinks;
309
- attachmentLinks: AttachmentLinks;
310
309
 
311
310
  setAccessToken(token: AccessToken): void;
312
311
  getAccessToken(): AccessToken | null;