@pushwoosh/rpc-gateway-journey-data 0.26.456 → 0.26.457
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
|
@@ -1716,6 +1716,8 @@ export type GetJourneyMetricsResponse_EmailTotals = {
|
|
|
1716
1716
|
unsubscribes: number;
|
|
1717
1717
|
successfulSends: number;
|
|
1718
1718
|
totalOpened: number;
|
|
1719
|
+
deliveries: number;
|
|
1720
|
+
totalDeliveries: number;
|
|
1719
1721
|
};
|
|
1720
1722
|
export type GetJourneyMetricsResponse_WhatsAppTotals = {
|
|
1721
1723
|
sent: number;
|