@pushwoosh/rpc-v2-http-api-data 0.1.437 → 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 +5 -1
- package/package.json +1 -1
- package/statistics_dashboards_widgets.d.ts +1 -0
package/data.js
CHANGED
|
@@ -17500,7 +17500,7 @@ export const data = {
|
|
|
17500
17500
|
"GetCategoryTree": {
|
|
17501
17501
|
"request": "pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeRequest",
|
|
17502
17502
|
"response": "pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeResponse",
|
|
17503
|
-
"method": "
|
|
17503
|
+
"method": "post",
|
|
17504
17504
|
"path": "/api/statistics_dashboards_widgets/metrics_category_tree"
|
|
17505
17505
|
}
|
|
17506
17506
|
}
|
|
@@ -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