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
|
@@ -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<
|
|
242
|
+
get(lang: string | undefined, type: string | undefined): Promise<HTMLElement>;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
export interface IDBCache {
|