@pushwoosh/rpc-gateway-journey-data 0.27.18 → 0.27.19

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
@@ -5187,6 +5187,12 @@ export const data = {
5187
5187
  },
5188
5188
  "errors": {
5189
5189
  "type": "number"
5190
+ },
5191
+ "frequencyCappingSuppressions": {
5192
+ "type": "number"
5193
+ },
5194
+ "frequencyCappingUniqueUsers": {
5195
+ "type": "number"
5190
5196
  }
5191
5197
  }
5192
5198
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.27.18",
3
+ "version": "0.27.19",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1869,6 +1869,8 @@ export type GetJourneyMetricsResponse_InAppTotals = {
1869
1869
  impressions: number;
1870
1870
  interactions: number;
1871
1871
  errors: number;
1872
+ frequencyCappingSuppressions: number;
1873
+ frequencyCappingUniqueUsers: number;
1872
1874
  };
1873
1875
  export type GetJourneyMetricsResponse_ChannelTotals = {
1874
1876
  push: GetJourneyMetricsResponse_PushTotals;