@pushwoosh/rpc-gateway-journey-data 0.27.18 → 0.27.20
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 +6 -0
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +2 -0
package/data.js
CHANGED
package/package.json
CHANGED
|
@@ -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;
|