@pushwoosh/rpc-gateway-journey-data 0.26.337 → 0.26.339

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
@@ -4278,6 +4278,9 @@ export const data = {
4278
4278
  },
4279
4279
  "errors": {
4280
4280
  "type": "number"
4281
+ },
4282
+ "deliveries": {
4283
+ "type": "number"
4281
4284
  }
4282
4285
  }
4283
4286
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.337",
3
+ "version": "0.26.339",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1571,6 +1571,7 @@ export type GetJourneyMetricsResponse_WhatsAppTotals = {
1571
1571
  recipients: number;
1572
1572
  read: number;
1573
1573
  errors: number;
1574
+ deliveries: number;
1574
1575
  };
1575
1576
  export type GetJourneyMetricsResponse_SMSTotals = {
1576
1577
  sent: number;