@pushwoosh/rpc-gateway-journey-data 0.26.425 → 0.26.426

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
@@ -862,6 +862,9 @@ export const data = {
862
862
  },
863
863
  "voucherStats": {
864
864
  "type": "pushwoosh.cj.journey.VoucherPoolStats"
865
+ },
866
+ "totalOpened": {
867
+ "type": "number"
865
868
  }
866
869
  }
867
870
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.425",
3
+ "version": "0.26.426",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -286,6 +286,7 @@ export type PointStatSendEmail = {
286
286
  errors: number;
287
287
  recipients: number;
288
288
  voucherStats: VoucherPoolStats;
289
+ totalOpened: number;
289
290
  };
290
291
  export type PointStatMessageBus = {};
291
292
  export type PointStatGoalEvent = {};