bimplus-websdk 1.0.11 → 1.0.13

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.11",
3
+ "version": "1.0.13",
4
4
  "description": "bim+ websdk",
5
5
  "types": "types/bimplus-websdk.d.ts",
6
6
  "keywords": [
@@ -237,7 +237,11 @@ declare module 'bimplus-websdk' {
237
237
  structureDepth: number;
238
238
  }
239
239
 
240
- export interface IDBCache { }
240
+ export interface IDBCache {
241
+ data: string;
242
+
243
+ clear(): void;
244
+ }
241
245
 
242
246
  export class Api {
243
247
  constructor(config: ApiConfig);