buzzcasting-storage 2.16.22 → 2.16.24

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.
@@ -299,7 +299,7 @@ export declare interface IQuery {
299
299
  compare?: string;
300
300
  period?: number;
301
301
  type?: 'cloud' | 'messages' | 'series' | 'proxy' | 'slide';
302
- order?: string;
302
+ order?: 'utc' | 'reach' | 'engagement' | 'impressions';
303
303
  media?: number;
304
304
  dynamics?: number;
305
305
  geo?: number;