@pushwoosh/rpc-gateway-journey-data 0.26.332 → 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 +54 -5
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +13 -3
- package/pushwoosh_objects_filters_v1.d.ts +10 -1
package/data.js
CHANGED
|
@@ -3931,7 +3931,8 @@ export const data = {
|
|
|
3931
3931
|
"EMAIL",
|
|
3932
3932
|
"WHATSAPP",
|
|
3933
3933
|
"SMS",
|
|
3934
|
-
"IN_APP"
|
|
3934
|
+
"IN_APP",
|
|
3935
|
+
"LINE"
|
|
3935
3936
|
]
|
|
3936
3937
|
},
|
|
3937
3938
|
"pushwoosh.cj.journey.GetJourneyMetricsRequest": {
|
|
@@ -4016,11 +4017,20 @@ export const data = {
|
|
|
4016
4017
|
"type": "number",
|
|
4017
4018
|
"array": true
|
|
4018
4019
|
},
|
|
4019
|
-
"
|
|
4020
|
+
"deliveries": {
|
|
4020
4021
|
"type": "number",
|
|
4021
4022
|
"array": true
|
|
4022
4023
|
},
|
|
4023
|
-
"
|
|
4024
|
+
"deliveryIssues": {
|
|
4025
|
+
"type": "number",
|
|
4026
|
+
"array": true
|
|
4027
|
+
}
|
|
4028
|
+
}
|
|
4029
|
+
},
|
|
4030
|
+
"pushwoosh.cj.journey.GetJourneyMetricsResponse.LineMetrics": {
|
|
4031
|
+
"type": "I",
|
|
4032
|
+
"fields": {
|
|
4033
|
+
"sends": {
|
|
4024
4034
|
"type": "number",
|
|
4025
4035
|
"array": true
|
|
4026
4036
|
},
|
|
@@ -4064,6 +4074,9 @@ export const data = {
|
|
|
4064
4074
|
},
|
|
4065
4075
|
"inApp": {
|
|
4066
4076
|
"type": "pushwoosh.cj.journey.GetJourneyMetricsResponse.InAppMetrics"
|
|
4077
|
+
},
|
|
4078
|
+
"line": {
|
|
4079
|
+
"type": "pushwoosh.cj.journey.GetJourneyMetricsResponse.LineMetrics"
|
|
4067
4080
|
}
|
|
4068
4081
|
}
|
|
4069
4082
|
},
|
|
@@ -4142,7 +4155,21 @@ export const data = {
|
|
|
4142
4155
|
"recipients": {
|
|
4143
4156
|
"type": "number"
|
|
4144
4157
|
},
|
|
4145
|
-
"
|
|
4158
|
+
"deliveries": {
|
|
4159
|
+
"type": "number"
|
|
4160
|
+
},
|
|
4161
|
+
"errors": {
|
|
4162
|
+
"type": "number"
|
|
4163
|
+
}
|
|
4164
|
+
}
|
|
4165
|
+
},
|
|
4166
|
+
"pushwoosh.cj.journey.GetJourneyMetricsResponse.LineTotals": {
|
|
4167
|
+
"type": "I",
|
|
4168
|
+
"fields": {
|
|
4169
|
+
"sent": {
|
|
4170
|
+
"type": "number"
|
|
4171
|
+
},
|
|
4172
|
+
"recipients": {
|
|
4146
4173
|
"type": "number"
|
|
4147
4174
|
},
|
|
4148
4175
|
"errors": {
|
|
@@ -4181,6 +4208,9 @@ export const data = {
|
|
|
4181
4208
|
},
|
|
4182
4209
|
"inApp": {
|
|
4183
4210
|
"type": "pushwoosh.cj.journey.GetJourneyMetricsResponse.InAppTotals"
|
|
4211
|
+
},
|
|
4212
|
+
"line": {
|
|
4213
|
+
"type": "pushwoosh.cj.journey.GetJourneyMetricsResponse.LineTotals"
|
|
4184
4214
|
}
|
|
4185
4215
|
}
|
|
4186
4216
|
},
|
|
@@ -5971,6 +6001,17 @@ export const data = {
|
|
|
5971
6001
|
}
|
|
5972
6002
|
}
|
|
5973
6003
|
},
|
|
6004
|
+
"pushwoosh.objects.filters.v1.FilterExpression.Segment": {
|
|
6005
|
+
"type": "I",
|
|
6006
|
+
"fields": {
|
|
6007
|
+
"application": {
|
|
6008
|
+
"type": "string"
|
|
6009
|
+
},
|
|
6010
|
+
"segment": {
|
|
6011
|
+
"type": "string"
|
|
6012
|
+
}
|
|
6013
|
+
}
|
|
6014
|
+
},
|
|
5974
6015
|
"pushwoosh.objects.filters.v1.FilterExpression.Static": {
|
|
5975
6016
|
"type": "I",
|
|
5976
6017
|
"fields": {
|
|
@@ -6822,6 +6863,10 @@ export const data = {
|
|
|
6822
6863
|
"platforms": {
|
|
6823
6864
|
"type": "string",
|
|
6824
6865
|
"array": true
|
|
6866
|
+
},
|
|
6867
|
+
"hwids": {
|
|
6868
|
+
"type": "string",
|
|
6869
|
+
"array": true
|
|
6825
6870
|
}
|
|
6826
6871
|
}
|
|
6827
6872
|
},
|
|
@@ -7811,6 +7856,9 @@ export const data = {
|
|
|
7811
7856
|
},
|
|
7812
7857
|
"tagDateMatch": {
|
|
7813
7858
|
"type": "pushwoosh.objects.filters.v1.FilterExpression.TagDateMatch"
|
|
7859
|
+
},
|
|
7860
|
+
"segment": {
|
|
7861
|
+
"type": "pushwoosh.objects.filters.v1.FilterExpression.Segment"
|
|
7814
7862
|
}
|
|
7815
7863
|
},
|
|
7816
7864
|
"oneofs": {
|
|
@@ -7824,7 +7872,8 @@ export const data = {
|
|
|
7824
7872
|
"event",
|
|
7825
7873
|
"updated",
|
|
7826
7874
|
"bestTimeToSend",
|
|
7827
|
-
"tagDateMatch"
|
|
7875
|
+
"tagDateMatch",
|
|
7876
|
+
"segment"
|
|
7828
7877
|
]
|
|
7829
7878
|
}
|
|
7830
7879
|
}
|
package/package.json
CHANGED
|
@@ -1440,7 +1440,7 @@ export type GetJourneyUsersResponse = {
|
|
|
1440
1440
|
users: GetJourneyUsersResponse_UserPoint[];
|
|
1441
1441
|
totals: number;
|
|
1442
1442
|
};
|
|
1443
|
-
export type Channel = 'CHANNEL_UNSPECIFIED' | 'PUSH' | 'EMAIL' | 'WHATSAPP' | 'SMS' | 'IN_APP';
|
|
1443
|
+
export type Channel = 'CHANNEL_UNSPECIFIED' | 'PUSH' | 'EMAIL' | 'WHATSAPP' | 'SMS' | 'IN_APP' | 'LINE';
|
|
1444
1444
|
export type GetJourneyMetricsRequest = {
|
|
1445
1445
|
uuid?: string;
|
|
1446
1446
|
application?: string;
|
|
@@ -1466,10 +1466,13 @@ export type GetJourneyMetricsResponse_WhatsAppMetrics = {
|
|
|
1466
1466
|
};
|
|
1467
1467
|
export type GetJourneyMetricsResponse_SMSMetrics = {
|
|
1468
1468
|
sends: number[];
|
|
1469
|
-
opens: number[];
|
|
1470
1469
|
deliveries: number[];
|
|
1471
1470
|
deliveryIssues: number[];
|
|
1472
1471
|
};
|
|
1472
|
+
export type GetJourneyMetricsResponse_LineMetrics = {
|
|
1473
|
+
sends: number[];
|
|
1474
|
+
deliveryIssues: number[];
|
|
1475
|
+
};
|
|
1473
1476
|
export type GetJourneyMetricsResponse_InAppMetrics = {
|
|
1474
1477
|
impressions: number[];
|
|
1475
1478
|
interactions: number[];
|
|
@@ -1481,6 +1484,7 @@ export type GetJourneyMetricsResponse_ChannelMetrics = {
|
|
|
1481
1484
|
whatsapp: GetJourneyMetricsResponse_WhatsAppMetrics;
|
|
1482
1485
|
sms: GetJourneyMetricsResponse_SMSMetrics;
|
|
1483
1486
|
inApp: GetJourneyMetricsResponse_InAppMetrics;
|
|
1487
|
+
line: GetJourneyMetricsResponse_LineMetrics;
|
|
1484
1488
|
};
|
|
1485
1489
|
export type GetJourneyMetricsResponse_PushTotals = {
|
|
1486
1490
|
sent: number;
|
|
@@ -1508,7 +1512,12 @@ export type GetJourneyMetricsResponse_WhatsAppTotals = {
|
|
|
1508
1512
|
export type GetJourneyMetricsResponse_SMSTotals = {
|
|
1509
1513
|
sent: number;
|
|
1510
1514
|
recipients: number;
|
|
1511
|
-
|
|
1515
|
+
deliveries: number;
|
|
1516
|
+
errors: number;
|
|
1517
|
+
};
|
|
1518
|
+
export type GetJourneyMetricsResponse_LineTotals = {
|
|
1519
|
+
sent: number;
|
|
1520
|
+
recipients: number;
|
|
1512
1521
|
errors: number;
|
|
1513
1522
|
};
|
|
1514
1523
|
export type GetJourneyMetricsResponse_InAppTotals = {
|
|
@@ -1522,6 +1531,7 @@ export type GetJourneyMetricsResponse_ChannelTotals = {
|
|
|
1522
1531
|
whatsapp: GetJourneyMetricsResponse_WhatsAppTotals;
|
|
1523
1532
|
sms: GetJourneyMetricsResponse_SMSTotals;
|
|
1524
1533
|
inApp: GetJourneyMetricsResponse_InAppTotals;
|
|
1534
|
+
line: GetJourneyMetricsResponse_LineTotals;
|
|
1525
1535
|
};
|
|
1526
1536
|
export type GetJourneyMetricsResponse = {
|
|
1527
1537
|
timestamps: Date[];
|
|
@@ -495,6 +495,10 @@ export type FilterExpression_BestTimeToSend = {
|
|
|
495
495
|
applications: string[];
|
|
496
496
|
value: FilterExpression_BestTimeToSend_Value;
|
|
497
497
|
};
|
|
498
|
+
export type FilterExpression_Segment = {
|
|
499
|
+
application: string;
|
|
500
|
+
segment: string;
|
|
501
|
+
};
|
|
498
502
|
export type FilterExpression_Static = {
|
|
499
503
|
application: string;
|
|
500
504
|
segment: string;
|
|
@@ -932,6 +936,7 @@ export type FilterExpression_Event = {
|
|
|
932
936
|
date: FilterExpression_Event_Date;
|
|
933
937
|
attributes: FilterExpression_Event_Attribute[];
|
|
934
938
|
platforms: string[];
|
|
939
|
+
hwids: string[];
|
|
935
940
|
};
|
|
936
941
|
export type FilterExpression_Updated_Condition_Lte = {
|
|
937
942
|
value: Date;
|
|
@@ -1479,7 +1484,11 @@ export type FilterExpression_kind_tagDateMatch = {
|
|
|
1479
1484
|
type: 'tagDateMatch';
|
|
1480
1485
|
data: FilterExpression_TagDateMatch;
|
|
1481
1486
|
};
|
|
1482
|
-
export type
|
|
1487
|
+
export type FilterExpression_kind_segment = {
|
|
1488
|
+
type: 'segment';
|
|
1489
|
+
data: FilterExpression_Segment;
|
|
1490
|
+
};
|
|
1491
|
+
export type FilterExpression_kind = FilterExpression_kind_operation | FilterExpression_kind_application | FilterExpression_kind_tag | FilterExpression_kind_geo | FilterExpression_kind_static | FilterExpression_kind_event | FilterExpression_kind_updated | FilterExpression_kind_bestTimeToSend | FilterExpression_kind_tagDateMatch | FilterExpression_kind_segment;
|
|
1483
1492
|
export type FilterExpression = {
|
|
1484
1493
|
kind: FilterExpression_kind;
|
|
1485
1494
|
};
|