@pushwoosh/rpc-gateway-journey-data 0.26.333 → 0.26.334

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
@@ -4074,6 +4074,9 @@ export const data = {
4074
4074
  },
4075
4075
  "inApp": {
4076
4076
  "type": "pushwoosh.cj.journey.GetJourneyMetricsResponse.InAppMetrics"
4077
+ },
4078
+ "line": {
4079
+ "type": "pushwoosh.cj.journey.GetJourneyMetricsResponse.LineMetrics"
4077
4080
  }
4078
4081
  }
4079
4082
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.333",
3
+ "version": "0.26.334",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -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;