@pushwoosh/rpc-v2-http-api-data 0.1.953 → 0.1.954

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
@@ -13831,6 +13831,9 @@ export const data = {
13831
13831
  },
13832
13832
  "totalOpens": {
13833
13833
  "type": "pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries"
13834
+ },
13835
+ "totalDeliveries": {
13836
+ "type": "number"
13834
13837
  }
13835
13838
  }
13836
13839
  },
package/messages.d.ts CHANGED
@@ -115,6 +115,7 @@ export type GetStatisticsResponse_Metrics = {
115
115
  recipientsByPlatform: Record<string, number>;
116
116
  recipients: number;
117
117
  totalOpens: GetStatisticsResponse_PlatformTimeSeries;
118
+ totalDeliveries: number;
118
119
  };
119
120
  export type GetStatisticsResponse = {
120
121
  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.1.953",
3
+ "version": "0.1.954",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",