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

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.
Files changed (2) hide show
  1. package/data.js +1 -1
  2. package/package.json +1 -1
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": "get",
17503
+ "method": "post",
17504
17504
  "path": "/api/statistics_dashboards_widgets/metrics_category_tree"
17505
17505
  }
17506
17506
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.437",
3
+ "version": "0.1.438",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",