@pushwoosh/rpc-v2-http-api-data 0.1.641 → 0.1.643
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 +2 -1
- package/package.json +1 -1
- package/statistics_dashboards_widgets.d.ts +1 -1
package/data.js
CHANGED
|
@@ -19495,7 +19495,8 @@ export const data = {
|
|
|
19495
19495
|
"optional": true
|
|
19496
19496
|
},
|
|
19497
19497
|
"eventCalcType": {
|
|
19498
|
-
"type": "pushwoosh.rpc_v2.statistics_dashboards_widgets.EventCalcType"
|
|
19498
|
+
"type": "pushwoosh.rpc_v2.statistics_dashboards_widgets.EventCalcType",
|
|
19499
|
+
"optional": true
|
|
19499
19500
|
}
|
|
19500
19501
|
},
|
|
19501
19502
|
"oneofs": {}
|
package/package.json
CHANGED
|
@@ -97,7 +97,7 @@ export type Metric = {
|
|
|
97
97
|
eventName?: string;
|
|
98
98
|
attributeConditions: AttributeCondition[];
|
|
99
99
|
tag?: string;
|
|
100
|
-
eventCalcType
|
|
100
|
+
eventCalcType?: EventCalcType;
|
|
101
101
|
};
|
|
102
102
|
export type TypeFilter = 'Platform' | 'Segment' | 'Push' | 'Email' | 'Campaign' | 'Journey';
|
|
103
103
|
export type ChartParams_TimeRange = {
|