buzzcasting-storage 3.14.6 → 3.15.0

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.
@@ -52,6 +52,8 @@ export declare class BuzzcastingStorageManager {
52
52
  deleteImage: (folderName: string, imageName: string) => Promise<IResponse | number>;
53
53
  getImages: (query: IQuery) => Promise<IResponse | undefined>;
54
54
  setImage: (query: IQuery) => Promise<IResponse | undefined>;
55
+ getHash: (resource: string, query: IQuery) => Promise<any>;
56
+ setHash: (resource: string, query: IQuery) => Promise<number>;
55
57
  }
56
58
 
57
59
  export declare class BuzzcastingStorageReader {
@@ -110,8 +112,6 @@ export declare class Widget {
110
112
  * This takes place when the container indicates it has finished loading (ready)
111
113
  */
112
114
  subscribe(): void;
113
- setHash(hash: string): void;
114
- getHash(): string | undefined;
115
115
  /**
116
116
  * Generic call to any query type
117
117
  *