@pushwoosh/rpc-v2-http-api-data 0.2.28 → 0.2.29

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
@@ -15296,6 +15296,9 @@ export const data = {
15296
15296
  },
15297
15297
  "frequencyCappingSuppressions": {
15298
15298
  "type": "number"
15299
+ },
15300
+ "opensAmpp": {
15301
+ "type": "pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries"
15299
15302
  }
15300
15303
  }
15301
15304
  },
package/messages.d.ts CHANGED
@@ -118,6 +118,7 @@ export type GetStatisticsResponse_Metrics = {
118
118
  totalDeliveries: number;
119
119
  frequencyCappingUniqueUsers: number;
120
120
  frequencyCappingSuppressions: number;
121
+ opensAmpp: GetStatisticsResponse_PlatformTimeSeries;
121
122
  };
122
123
  export type GetStatisticsResponse = {
123
124
  metrics: GetStatisticsResponse_Metrics;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.2.28",
3
+ "version": "0.2.29",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",