@pushwoosh/rpc-v2-http-api-data 0.1.438 → 0.1.440
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 +4 -0
- package/package.json +1 -1
- package/statistics_dashboards_widgets.d.ts +1 -0
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