@pushwoosh/rpc-v2-http-api-data 0.1.640 → 0.1.642

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
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.640",
3
+ "version": "0.1.642",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -97,7 +97,7 @@ export type Metric = {
97
97
  eventName?: string;
98
98
  attributeConditions: AttributeCondition[];
99
99
  tag?: string;
100
- eventCalcType: EventCalcType;
100
+ eventCalcType?: EventCalcType;
101
101
  };
102
102
  export type TypeFilter = 'Platform' | 'Segment' | 'Push' | 'Email' | 'Campaign' | 'Journey';
103
103
  export type ChartParams_TimeRange = {