@pushwoosh/rpc-v2-http-api-data 0.1.496 → 0.1.498

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
@@ -18880,6 +18880,9 @@ export const data = {
18880
18880
  "availableFilters": {
18881
18881
  "type": "pushwoosh.rpc_v2.statistics_dashboards_widgets.TypeFilter",
18882
18882
  "array": true
18883
+ },
18884
+ "description": {
18885
+ "type": "string"
18883
18886
  }
18884
18887
  }
18885
18888
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.496",
3
+ "version": "0.1.498",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -187,6 +187,7 @@ export type GetCategoryTreeResponse_Metric = {
187
187
  type: GetCategoryTreeResponse_Metric_ValueType;
188
188
  totalType: GetCategoryTreeResponse_Metric_TotalCalculationType;
189
189
  availableFilters: TypeFilter[];
190
+ description: string;
190
191
  };
191
192
  export type GetCategoryTreeResponse = {
192
193
  metrics: GetCategoryTreeResponse_Metric;