@pushwoosh/rpc-v2-http-api-data 0.2.61 → 0.2.63

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
@@ -23342,6 +23342,12 @@ export const data = {
23342
23342
  "totals": {
23343
23343
  "type": "pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsResponse.MetricsWithTimestamp",
23344
23344
  "array": true
23345
+ },
23346
+ "frequencyCappingSuppressions": {
23347
+ "type": "number"
23348
+ },
23349
+ "frequencyCappingUniqueUsers": {
23350
+ "type": "number"
23345
23351
  }
23346
23352
  }
23347
23353
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.2.61",
3
+ "version": "0.2.63",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
package/rich_medias.d.ts CHANGED
@@ -137,6 +137,8 @@ export type GetDetailedStatisticsResponse_MetricsWithTimestamp = {
137
137
  export type GetDetailedStatisticsResponse = {
138
138
  items: GetDetailedStatisticsResponse_MetricsWithTimestamp[];
139
139
  totals: GetDetailedStatisticsResponse_MetricsWithTimestamp[];
140
+ frequencyCappingSuppressions: number;
141
+ frequencyCappingUniqueUsers: number;
140
142
  };
141
143
  export type GetDetailedActionStatisticsRequest = {
142
144
  /** rich media code */