buzzcasting-storage 2.16.21 → 2.16.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.
@@ -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;
@@ -389,6 +389,7 @@ export declare interface IStorageOptions {
389
389
  delay?: number;
390
390
  period?: number;
391
391
  retention?: number;
392
+ suspended?: boolean;
392
393
  }
393
394
 
394
395
  export declare interface ITopic {