bimplus-websdk 1.0.17 → 1.0.19

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.17",
3
+ "version": "1.0.19",
4
4
  "description": "bim+ websdk",
5
5
  "types": "types/bimplus-websdk.d.ts",
6
6
  "keywords": [
@@ -239,7 +239,7 @@ declare module 'bimplus-websdk' {
239
239
 
240
240
  export class PrivacyTexts {
241
241
  constructor(api: Api);
242
- get(lang: string | undefined, type: string | undefined): Promise<HTML>;
242
+ get(lang: string | undefined, type: string | undefined): Promise<HTMLElement>;
243
243
  }
244
244
 
245
245
  export interface IDBCache {