buzzcasting-storage 3.2.5 → 3.2.6

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.
@@ -174,6 +174,7 @@ export declare interface ICloud {
174
174
  total: number;
175
175
  current_total: number;
176
176
  previous_total: number;
177
+ query?: IQuery;
177
178
  }
178
179
 
179
180
  declare interface ICloudIndicators {
@@ -364,6 +365,7 @@ export declare interface ISeries {
364
365
  metrics?: IMetrics;
365
366
  indicators?: IIndicators;
366
367
  timestamp?: number;
368
+ query?: IQuery;
367
369
  }
368
370
 
369
371
  export declare interface ISeriesData {