buzzcasting-storage 2.12.3 → 2.12.5

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.
@@ -26,7 +26,7 @@ export declare class BuzzcastingStorageManager {
26
26
  update: (query?: IQuery) => Promise<void>;
27
27
  hide: (query: IQuery) => void;
28
28
  private actions;
29
- cleanMessages: () => Promise<void | undefined>;
29
+ cleanMessages: () => Promise<void>;
30
30
  hideMessage: (query: IQuery) => Promise<IResponse>;
31
31
  hideLabels: (query: IQuery) => Promise<IResponse>;
32
32
  getSubscribers: () => Promise<IQuery[] | undefined>;
@@ -349,6 +349,7 @@ export declare interface ISeriesData {
349
349
  export declare interface IStorageOptions {
350
350
  app: string;
351
351
  domain?: string;
352
+ cdn?: string;
352
353
  channel?: string;
353
354
  presentation?: string;
354
355
  slide?: string;
@@ -388,6 +389,8 @@ export declare function rtl(message: IMessage): {
388
389
  [key: string]: string;
389
390
  };
390
391
 
392
+ export declare function sanitize(messages: IMessage[]): IMessage[];
393
+
391
394
  export declare function shuffleMessages(messages: IMessage[]): IMessage[];
392
395
 
393
396
  export declare enum STORAGE {