buzzcasting-storage 3.0.16 → 3.0.18

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.
@@ -305,14 +305,14 @@ export declare interface IQuery {
305
305
  labels?: string[];
306
306
  compare?: string;
307
307
  period?: number;
308
- type?: 'cloud' | 'messages' | 'series' | 'proxy' | 'slide';
309
- order?: 'utc' | 'reach' | 'engagement' | 'impressions';
308
+ type?: "cloud" | "messages" | "series" | "proxy" | "slide";
309
+ order?: "utc" | "reach" | "engagement" | "impressions";
310
310
  media?: number;
311
311
  dynamics?: number;
312
312
  geo?: number;
313
313
  delay?: string;
314
314
  approved?: string;
315
- moderation?: 'realtime' | 'delayed' | 'approved' | 'none';
315
+ moderation?: "realtime" | "delayed" | "approved" | "none";
316
316
  hrm?: string;
317
317
  before?: number;
318
318
  since?: number;