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.
- package/dist/buzzcasting-storage.d.ts +3 -3
- package/dist/buzzcasting-storage.esm.js +3663 -3613
- package/package.json +5 -5
|
@@ -305,14 +305,14 @@ export declare interface IQuery {
|
|
|
305
305
|
labels?: string[];
|
|
306
306
|
compare?: string;
|
|
307
307
|
period?: number;
|
|
308
|
-
type?:
|
|
309
|
-
order?:
|
|
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?:
|
|
315
|
+
moderation?: "realtime" | "delayed" | "approved" | "none";
|
|
316
316
|
hrm?: string;
|
|
317
317
|
before?: number;
|
|
318
318
|
since?: number;
|