@pushwoosh/rpc-v2-http-api-data 0.1.496 → 0.1.497
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 +3 -0
- package/package.json +1 -1
- package/statistics_dashboards_widgets.d.ts +1 -0
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
|
@@ -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;
|