@pushwoosh/rpc-v2-http-api-data 0.1.438 → 0.1.439

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/data.js CHANGED
@@ -17833,6 +17833,10 @@ export const data = {
17833
17833
  },
17834
17834
  "metric": {
17835
17835
  "type": "pushwoosh.rpc_v2.statistics_dashboards_widgets.Metric"
17836
+ },
17837
+ "selectedBreakdowns": {
17838
+ "type": "string",
17839
+ "array": true
17836
17840
  }
17837
17841
  }
17838
17842
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.438",
3
+ "version": "0.1.439",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -120,6 +120,7 @@ export type ChartParams_BreakdownParams = {
120
120
  type: Breakdown;
121
121
  eventAttribute: string;
122
122
  metric: Metric;
123
+ selectedBreakdowns: string[];
123
124
  };
124
125
  export type ChartParams = {
125
126
  timeRange: ChartParams_TimeRange;