buzzcasting-storage 3.0.21 → 3.0.23

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.
@@ -107,6 +107,9 @@ export declare enum EVENTS {
107
107
  ADD_SLIDE = "addSlide",
108
108
  APP_READY = "appReady",
109
109
  API_UPDATE = "apiUpdate",
110
+ WS_API_REQUEST = "wsApiRequest",
111
+ WS_API_RESPONSE = "wsApiResponse",
112
+ WS_API_UPDATE = "wsApiUpdate",
110
113
  APPROVE_MESSAGE = "approveMessage",
111
114
  CHANNEL = "channel",
112
115
  CLEAN_MESSAGES = "cleanMessages",
@@ -305,14 +308,14 @@ export declare interface IQuery {
305
308
  labels?: string[];
306
309
  compare?: string;
307
310
  period?: number;
308
- type?: "cloud" | "messages" | "series" | "proxy" | "slide";
309
- order?: "utc" | "reach" | "engagement" | "impressions";
311
+ type?: 'cloud' | 'messages' | 'series' | 'proxy' | 'slide';
312
+ order?: 'utc' | 'reach' | 'engagement' | 'impressions';
310
313
  media?: number;
311
314
  dynamics?: number;
312
315
  geo?: number;
313
316
  delay?: string;
314
317
  approved?: string;
315
- moderation?: "realtime" | "delayed" | "approved" | "none";
318
+ moderation?: 'realtime' | 'delayed' | 'approved' | 'none';
316
319
  hrm?: string;
317
320
  before?: number;
318
321
  since?: number;