@pushwoosh/rpc-gateway-journey-data 0.26.333 → 0.26.335
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 +3 -0
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +1 -0
package/data.js
CHANGED
package/package.json
CHANGED
|
@@ -1484,6 +1484,7 @@ export type GetJourneyMetricsResponse_ChannelMetrics = {
|
|
|
1484
1484
|
whatsapp: GetJourneyMetricsResponse_WhatsAppMetrics;
|
|
1485
1485
|
sms: GetJourneyMetricsResponse_SMSMetrics;
|
|
1486
1486
|
inApp: GetJourneyMetricsResponse_InAppMetrics;
|
|
1487
|
+
line: GetJourneyMetricsResponse_LineMetrics;
|
|
1487
1488
|
};
|
|
1488
1489
|
export type GetJourneyMetricsResponse_PushTotals = {
|
|
1489
1490
|
sent: number;
|