@pushwoosh/rpc-v2-http-api-data 0.1.552 → 0.1.553
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 +83 -34
- package/package.json +1 -1
- package/pushwoosh_export_messages_v2.d.ts +39 -6
package/data.js
CHANGED
|
@@ -5549,6 +5549,33 @@ export const data = {
|
|
|
5549
5549
|
}
|
|
5550
5550
|
}
|
|
5551
5551
|
},
|
|
5552
|
+
"pushwoosh.export_messages.v2.TaskType": {
|
|
5553
|
+
"type": "E",
|
|
5554
|
+
"values": [
|
|
5555
|
+
"TASK_TYPE_UNSPECIFIED",
|
|
5556
|
+
"TASK_TYPE_FAILED",
|
|
5557
|
+
"TASK_TYPE_TRACKING_LOG_CSV",
|
|
5558
|
+
"TASK_TYPE_EXPORT_MESSAGES",
|
|
5559
|
+
"TASK_TYPE_EXPORT_MESSAGES_V2",
|
|
5560
|
+
"TASK_TYPE_EXPORT_UNREGISTERED_DEVICES",
|
|
5561
|
+
"TASK_TYPE_EXPORT_RICH_MEDIA_FORM_VALUES",
|
|
5562
|
+
"TASK_TYPE_APPLY_SEGMENT_TO_MESSAGE",
|
|
5563
|
+
"TASK_TYPE_EXPORT_APPLY_SEGMENT_TO_MESSAGE",
|
|
5564
|
+
"TASK_TYPE_CALCULATE_RETENTION",
|
|
5565
|
+
"TASK_TYPE_APPLY_SEGMENT_TO_METRIC",
|
|
5566
|
+
"TASK_TYPE_EXPORT_RICH_MEDIA_RECIPIENTS",
|
|
5567
|
+
"TASK_TYPE_EXPORT_BOUNCED_EMAILS",
|
|
5568
|
+
"TASK_TYPE_EXPORT_JOURNEYS_HISTORY",
|
|
5569
|
+
"TASK_TYPE_EXPORT_JOURNEY_POINT_USERS",
|
|
5570
|
+
"TASK_TYPE_EXPORT_MESSAGE_RECIPIENTS",
|
|
5571
|
+
"TASK_TYPE_EXPORT_MESSAGE_CLICKS_DEVICES",
|
|
5572
|
+
"TASK_TYPE_EXPORT_MESSAGE_EVENT_TRIGGERED_DEVICES",
|
|
5573
|
+
"TASK_TYPE_EXPORT_MESSAGE_ERROR_DEVICES",
|
|
5574
|
+
"TASK_TYPE_CREATE_SEGMENT_FROM_MESSAGE",
|
|
5575
|
+
"TASK_TYPE_UPDATE_SEGMENT_INSIGHTS_LIST",
|
|
5576
|
+
"TASK_TYPE_EXPORT_JOURNEY_USERS_LIST"
|
|
5577
|
+
]
|
|
5578
|
+
},
|
|
5552
5579
|
"pushwoosh.export_messages.v2.ExportRequest": {
|
|
5553
5580
|
"type": "I",
|
|
5554
5581
|
"fields": {
|
|
@@ -5608,6 +5635,9 @@ export const data = {
|
|
|
5608
5635
|
},
|
|
5609
5636
|
"updateSegmentInsightsList": {
|
|
5610
5637
|
"type": "pushwoosh.export_messages.v2.UpdateSegmentInsightsListArgs"
|
|
5638
|
+
},
|
|
5639
|
+
"exportJourneyUsersList": {
|
|
5640
|
+
"type": "pushwoosh.export_messages.v2.ExportJourneyUsersListArgs"
|
|
5611
5641
|
}
|
|
5612
5642
|
},
|
|
5613
5643
|
"oneofs": {
|
|
@@ -5630,7 +5660,8 @@ export const data = {
|
|
|
5630
5660
|
"exportMessageEventTriggeredDevices",
|
|
5631
5661
|
"exportMessageErrorDevices",
|
|
5632
5662
|
"createSegmentFromMessage",
|
|
5633
|
-
"updateSegmentInsightsList"
|
|
5663
|
+
"updateSegmentInsightsList",
|
|
5664
|
+
"exportJourneyUsersList"
|
|
5634
5665
|
]
|
|
5635
5666
|
}
|
|
5636
5667
|
}
|
|
@@ -5753,6 +5784,9 @@ export const data = {
|
|
|
5753
5784
|
},
|
|
5754
5785
|
"updateSegmentInsightsListResult": {
|
|
5755
5786
|
"type": "pushwoosh.export_messages.v2.UpdateSegmentInsightsListResult"
|
|
5787
|
+
},
|
|
5788
|
+
"exportJourneyUsersListResult": {
|
|
5789
|
+
"type": "pushwoosh.export_messages.v2.ExportJourneyUsersListResult"
|
|
5756
5790
|
}
|
|
5757
5791
|
},
|
|
5758
5792
|
"oneofs": {
|
|
@@ -5776,7 +5810,8 @@ export const data = {
|
|
|
5776
5810
|
"exportMessageEventTriggeredDevicesResult",
|
|
5777
5811
|
"exportMessageErrorDevicesResult",
|
|
5778
5812
|
"createSegmentFromMessageResult",
|
|
5779
|
-
"updateSegmentInsightsListResult"
|
|
5813
|
+
"updateSegmentInsightsListResult",
|
|
5814
|
+
"exportJourneyUsersListResult"
|
|
5780
5815
|
]
|
|
5781
5816
|
}
|
|
5782
5817
|
}
|
|
@@ -5820,10 +5855,6 @@ export const data = {
|
|
|
5820
5855
|
"status": {
|
|
5821
5856
|
"type": "pushwoosh.export_messages.v2.Status"
|
|
5822
5857
|
},
|
|
5823
|
-
"exportSegment": {
|
|
5824
|
-
"type": "string",
|
|
5825
|
-
"mapKeyType": "string"
|
|
5826
|
-
},
|
|
5827
5858
|
"trackingLogCsv": {
|
|
5828
5859
|
"type": "pushwoosh.export_messages.v2.TrackingLogCSVArgs"
|
|
5829
5860
|
},
|
|
@@ -5863,6 +5894,12 @@ export const data = {
|
|
|
5863
5894
|
"updateSegmentInsightsList": {
|
|
5864
5895
|
"type": "pushwoosh.export_messages.v2.UpdateSegmentInsightsListArgs"
|
|
5865
5896
|
},
|
|
5897
|
+
"exportBouncedEmails": {
|
|
5898
|
+
"type": "pushwoosh.export_messages.v2.ExportBouncedEmailsArgs"
|
|
5899
|
+
},
|
|
5900
|
+
"exportJourneyUsersList": {
|
|
5901
|
+
"type": "pushwoosh.export_messages.v2.ExportJourneyUsersListArgs"
|
|
5902
|
+
},
|
|
5866
5903
|
"failedTask": {
|
|
5867
5904
|
"type": "pushwoosh.export_messages.v2.TaskFailed"
|
|
5868
5905
|
},
|
|
@@ -5904,6 +5941,12 @@ export const data = {
|
|
|
5904
5941
|
},
|
|
5905
5942
|
"updateSegmentInsightsListResult": {
|
|
5906
5943
|
"type": "pushwoosh.export_messages.v2.UpdateSegmentInsightsListResult"
|
|
5944
|
+
},
|
|
5945
|
+
"exportBouncedEmailsResult": {
|
|
5946
|
+
"type": "pushwoosh.export_messages.v2.ExportBouncedEmailsResult"
|
|
5947
|
+
},
|
|
5948
|
+
"exportJourneyUsersListResult": {
|
|
5949
|
+
"type": "pushwoosh.export_messages.v2.ExportJourneyUsersListResult"
|
|
5907
5950
|
}
|
|
5908
5951
|
},
|
|
5909
5952
|
"oneofs": {
|
|
@@ -5921,7 +5964,9 @@ export const data = {
|
|
|
5921
5964
|
"exportMessageEventTriggeredDevices",
|
|
5922
5965
|
"exportMessageErrorsDevices",
|
|
5923
5966
|
"createSegmentFromMessage",
|
|
5924
|
-
"updateSegmentInsightsList"
|
|
5967
|
+
"updateSegmentInsightsList",
|
|
5968
|
+
"exportBouncedEmails",
|
|
5969
|
+
"exportJourneyUsersList"
|
|
5925
5970
|
]
|
|
5926
5971
|
},
|
|
5927
5972
|
"result": {
|
|
@@ -5939,7 +5984,9 @@ export const data = {
|
|
|
5939
5984
|
"exportMessageEventTriggeredDevicesResult",
|
|
5940
5985
|
"exportMessageErrorsDevicesResult",
|
|
5941
5986
|
"createSegmentFromMessageResult",
|
|
5942
|
-
"updateSegmentInsightsListResult"
|
|
5987
|
+
"updateSegmentInsightsListResult",
|
|
5988
|
+
"exportBouncedEmailsResult",
|
|
5989
|
+
"exportJourneyUsersListResult"
|
|
5943
5990
|
]
|
|
5944
5991
|
}
|
|
5945
5992
|
}
|
|
@@ -5953,32 +6000,6 @@ export const data = {
|
|
|
5953
6000
|
}
|
|
5954
6001
|
}
|
|
5955
6002
|
},
|
|
5956
|
-
"pushwoosh.export_messages.v2.TaskType": {
|
|
5957
|
-
"type": "E",
|
|
5958
|
-
"values": [
|
|
5959
|
-
"TASK_TYPE_UNSPECIFIED",
|
|
5960
|
-
"TASK_TYPE_FAILED",
|
|
5961
|
-
"TASK_TYPE_TRACKING_LOG_CSV",
|
|
5962
|
-
"TASK_TYPE_EXPORT_MESSAGES",
|
|
5963
|
-
"TASK_TYPE_EXPORT_MESSAGES_V2",
|
|
5964
|
-
"TASK_TYPE_EXPORT_UNREGISTERED_DEVICES",
|
|
5965
|
-
"TASK_TYPE_EXPORT_RICH_MEDIA_FORM_VALUES",
|
|
5966
|
-
"TASK_TYPE_APPLY_SEGMENT_TO_MESSAGE",
|
|
5967
|
-
"TASK_TYPE_EXPORT_APPLY_SEGMENT_TO_MESSAGE",
|
|
5968
|
-
"TASK_TYPE_CALCULATE_RETENTION",
|
|
5969
|
-
"TASK_TYPE_APPLY_SEGMENT_TO_METRIC",
|
|
5970
|
-
"TASK_TYPE_EXPORT_RICH_MEDIA_RECIPIENTS",
|
|
5971
|
-
"TASK_TYPE_EXPORT_BOUNCED_EMAILS",
|
|
5972
|
-
"TASK_TYPE_EXPORT_JOURNEYS_HISTORY",
|
|
5973
|
-
"TASK_TYPE_EXPORT_JOURNEY_POINT_USERS",
|
|
5974
|
-
"TASK_TYPE_EXPORT_MESSAGE_RECIPIENTS",
|
|
5975
|
-
"TASK_TYPE_EXPORT_MESSAGE_CLICKS_DEVICES",
|
|
5976
|
-
"TASK_TYPE_EXPORT_MESSAGE_EVENT_TRIGGERED_DEVICES",
|
|
5977
|
-
"TASK_TYPE_EXPORT_MESSAGE_ERROR_DEVICES",
|
|
5978
|
-
"TASK_TYPE_CREATE_SEGMENT_FROM_MESSAGE",
|
|
5979
|
-
"TASK_TYPE_UPDATE_SEGMENT_INSIGHTS_LIST"
|
|
5980
|
-
]
|
|
5981
|
-
},
|
|
5982
6003
|
"pushwoosh.export_messages.v2.TaskFailed": {
|
|
5983
6004
|
"type": "I",
|
|
5984
6005
|
"fields": {}
|
|
@@ -6785,6 +6806,34 @@ export const data = {
|
|
|
6785
6806
|
"type": "I",
|
|
6786
6807
|
"fields": {}
|
|
6787
6808
|
},
|
|
6809
|
+
"pushwoosh.export_messages.v2.ExportJourneyUsersListArgs": {
|
|
6810
|
+
"type": "I",
|
|
6811
|
+
"fields": {
|
|
6812
|
+
"application": {
|
|
6813
|
+
"type": "string"
|
|
6814
|
+
},
|
|
6815
|
+
"journey": {
|
|
6816
|
+
"type": "string"
|
|
6817
|
+
},
|
|
6818
|
+
"search": {
|
|
6819
|
+
"type": "string"
|
|
6820
|
+
},
|
|
6821
|
+
"dateFrom": {
|
|
6822
|
+
"type": "Date"
|
|
6823
|
+
},
|
|
6824
|
+
"dateTo": {
|
|
6825
|
+
"type": "Date"
|
|
6826
|
+
}
|
|
6827
|
+
}
|
|
6828
|
+
},
|
|
6829
|
+
"pushwoosh.export_messages.v2.ExportJourneyUsersListResult": {
|
|
6830
|
+
"type": "I",
|
|
6831
|
+
"fields": {
|
|
6832
|
+
"file": {
|
|
6833
|
+
"type": "string"
|
|
6834
|
+
}
|
|
6835
|
+
}
|
|
6836
|
+
},
|
|
6788
6837
|
"pushwoosh.rpc_v2.filters.FiltersService": {
|
|
6789
6838
|
"type": "S",
|
|
6790
6839
|
"key": "filters",
|
package/package.json
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export type TaskType = 'TASK_TYPE_UNSPECIFIED' | 'TASK_TYPE_FAILED' | 'TASK_TYPE_TRACKING_LOG_CSV' | 'TASK_TYPE_EXPORT_MESSAGES' | 'TASK_TYPE_EXPORT_MESSAGES_V2' | 'TASK_TYPE_EXPORT_UNREGISTERED_DEVICES' | 'TASK_TYPE_EXPORT_RICH_MEDIA_FORM_VALUES' | 'TASK_TYPE_APPLY_SEGMENT_TO_MESSAGE' | 'TASK_TYPE_EXPORT_APPLY_SEGMENT_TO_MESSAGE' | 'TASK_TYPE_CALCULATE_RETENTION' | 'TASK_TYPE_APPLY_SEGMENT_TO_METRIC' | 'TASK_TYPE_EXPORT_RICH_MEDIA_RECIPIENTS' | 'TASK_TYPE_EXPORT_BOUNCED_EMAILS' | 'TASK_TYPE_EXPORT_JOURNEYS_HISTORY' | 'TASK_TYPE_EXPORT_JOURNEY_POINT_USERS' | 'TASK_TYPE_EXPORT_MESSAGE_RECIPIENTS' | 'TASK_TYPE_EXPORT_MESSAGE_CLICKS_DEVICES' | 'TASK_TYPE_EXPORT_MESSAGE_EVENT_TRIGGERED_DEVICES' | 'TASK_TYPE_EXPORT_MESSAGE_ERROR_DEVICES' | 'TASK_TYPE_CREATE_SEGMENT_FROM_MESSAGE' | 'TASK_TYPE_UPDATE_SEGMENT_INSIGHTS_LIST' | 'TASK_TYPE_EXPORT_JOURNEY_USERS_LIST';
|
|
1
2
|
export type ExportRequest_args_trackingLogCsv = {
|
|
2
3
|
type: 'trackingLogCsv';
|
|
3
4
|
data: TrackingLogCSVArgs;
|
|
@@ -70,7 +71,11 @@ export type ExportRequest_args_updateSegmentInsightsList = {
|
|
|
70
71
|
type: 'updateSegmentInsightsList';
|
|
71
72
|
data: UpdateSegmentInsightsListArgs;
|
|
72
73
|
};
|
|
73
|
-
export type
|
|
74
|
+
export type ExportRequest_args_exportJourneyUsersList = {
|
|
75
|
+
type: 'exportJourneyUsersList';
|
|
76
|
+
data: ExportJourneyUsersListArgs;
|
|
77
|
+
};
|
|
78
|
+
export type ExportRequest_args = ExportRequest_args_trackingLogCsv | ExportRequest_args_exportMessagesV2 | ExportRequest_args_exportUnregisteredDevices | ExportRequest_args_exportRichMediaFormValues | ExportRequest_args_applySegmentToMessage | ExportRequest_args_exportApplySegmentToMessage | ExportRequest_args_calculateRetention | ExportRequest_args_applySegmentToMetric | ExportRequest_args_exportRichMediaRecipients | ExportRequest_args_exportBouncedEmails | ExportRequest_args_exportJourneysHistory | ExportRequest_args_exportJourneyPointUsers | ExportRequest_args_exportMessageRecipients | ExportRequest_args_exportMessageClicksDevices | ExportRequest_args_exportMessageEventTriggeredDevices | ExportRequest_args_exportMessageErrorDevices | ExportRequest_args_createSegmentFromMessage | ExportRequest_args_updateSegmentInsightsList | ExportRequest_args_exportJourneyUsersList;
|
|
74
79
|
export type ExportRequest = {
|
|
75
80
|
type?: TaskType;
|
|
76
81
|
args: ExportRequest_args;
|
|
@@ -169,7 +174,11 @@ export type ResultResponse_result_updateSegmentInsightsListResult = {
|
|
|
169
174
|
type: 'updateSegmentInsightsListResult';
|
|
170
175
|
data: UpdateSegmentInsightsListResult;
|
|
171
176
|
};
|
|
172
|
-
export type
|
|
177
|
+
export type ResultResponse_result_exportJourneyUsersListResult = {
|
|
178
|
+
type: 'exportJourneyUsersListResult';
|
|
179
|
+
data: ExportJourneyUsersListResult;
|
|
180
|
+
};
|
|
181
|
+
export type ResultResponse_result = ResultResponse_result_failedTask | ResultResponse_result_trackingLogResult | ResultResponse_result_exportMessagesV2Result | ResultResponse_result_exportUnregisteredDevicesResult | ResultResponse_result_exportRichMediaFormValuesResult | ResultResponse_result_applySegmentToMessageResult | ResultResponse_result_exportApplySegmentToMessageResult | ResultResponse_result_calculateRetentionResult | ResultResponse_result_applySegmentToMetricResult | ResultResponse_result_exportRichMediaRecipientsResult | ResultResponse_result_exportBouncedEmailsResult | ResultResponse_result_exportJourneysHistoryResult | ResultResponse_result_exportJourneyPointUsersResult | ResultResponse_result_exportMessageRecipientsResult | ResultResponse_result_exportMessageClicksDevicesResult | ResultResponse_result_exportMessageEventTriggeredDevicesResult | ResultResponse_result_exportMessageErrorDevicesResult | ResultResponse_result_createSegmentFromMessageResult | ResultResponse_result_updateSegmentInsightsListResult | ResultResponse_result_exportJourneyUsersListResult;
|
|
173
182
|
export type ResultResponse = {
|
|
174
183
|
type: TaskType;
|
|
175
184
|
result: ResultResponse_result;
|
|
@@ -235,7 +244,15 @@ export type TaskInfo_args_updateSegmentInsightsList = {
|
|
|
235
244
|
type: 'updateSegmentInsightsList';
|
|
236
245
|
data: UpdateSegmentInsightsListArgs;
|
|
237
246
|
};
|
|
238
|
-
export type
|
|
247
|
+
export type TaskInfo_args_exportBouncedEmails = {
|
|
248
|
+
type: 'exportBouncedEmails';
|
|
249
|
+
data: ExportBouncedEmailsArgs;
|
|
250
|
+
};
|
|
251
|
+
export type TaskInfo_args_exportJourneyUsersList = {
|
|
252
|
+
type: 'exportJourneyUsersList';
|
|
253
|
+
data: ExportJourneyUsersListArgs;
|
|
254
|
+
};
|
|
255
|
+
export type TaskInfo_args = TaskInfo_args_trackingLogCsv | TaskInfo_args_exportMessagesV2 | TaskInfo_args_exportUnregisteredDevices | TaskInfo_args_exportRichMediaFormValues | TaskInfo_args_applySegmentToMessage | TaskInfo_args_exportRichMediaRecipients | TaskInfo_args_exportJourneysHistory | TaskInfo_args_exportMessageRecipients | TaskInfo_args_exportMessageClicksDevices | TaskInfo_args_exportMessageEventTriggeredDevices | TaskInfo_args_exportMessageErrorsDevices | TaskInfo_args_createSegmentFromMessage | TaskInfo_args_updateSegmentInsightsList | TaskInfo_args_exportBouncedEmails | TaskInfo_args_exportJourneyUsersList;
|
|
239
256
|
export type TaskInfo_result_failedTask = {
|
|
240
257
|
type: 'failedTask';
|
|
241
258
|
data: TaskFailed;
|
|
@@ -292,19 +309,25 @@ export type TaskInfo_result_updateSegmentInsightsListResult = {
|
|
|
292
309
|
type: 'updateSegmentInsightsListResult';
|
|
293
310
|
data: UpdateSegmentInsightsListResult;
|
|
294
311
|
};
|
|
295
|
-
export type
|
|
312
|
+
export type TaskInfo_result_exportBouncedEmailsResult = {
|
|
313
|
+
type: 'exportBouncedEmailsResult';
|
|
314
|
+
data: ExportBouncedEmailsResult;
|
|
315
|
+
};
|
|
316
|
+
export type TaskInfo_result_exportJourneyUsersListResult = {
|
|
317
|
+
type: 'exportJourneyUsersListResult';
|
|
318
|
+
data: ExportJourneyUsersListResult;
|
|
319
|
+
};
|
|
320
|
+
export type TaskInfo_result = TaskInfo_result_failedTask | TaskInfo_result_trackingLogResult | TaskInfo_result_exportMessagesV2Result | TaskInfo_result_exportUnregisteredDevicesResult | TaskInfo_result_exportRichMediaFormValuesResult | TaskInfo_result_applySegmentToMessageResult | TaskInfo_result_exportRichMediaRecipientsResult | TaskInfo_result_exportJourneysHistoryResult | TaskInfo_result_exportMessageRecipientsResult | TaskInfo_result_exportMessageClicksDevicesResult | TaskInfo_result_exportMessageEventTriggeredDevicesResult | TaskInfo_result_exportMessageErrorsDevicesResult | TaskInfo_result_createSegmentFromMessageResult | TaskInfo_result_updateSegmentInsightsListResult | TaskInfo_result_exportBouncedEmailsResult | TaskInfo_result_exportJourneyUsersListResult;
|
|
296
321
|
export type TaskInfo = {
|
|
297
322
|
id: number;
|
|
298
323
|
timestamp: string;
|
|
299
324
|
status: Status;
|
|
300
|
-
exportSegment: Record<string, string>;
|
|
301
325
|
args: TaskInfo_args;
|
|
302
326
|
result: TaskInfo_result;
|
|
303
327
|
};
|
|
304
328
|
export type GetLastTasksResponse = {
|
|
305
329
|
tasks: TaskInfo[];
|
|
306
330
|
};
|
|
307
|
-
export type TaskType = 'TASK_TYPE_UNSPECIFIED' | 'TASK_TYPE_FAILED' | 'TASK_TYPE_TRACKING_LOG_CSV' | 'TASK_TYPE_EXPORT_MESSAGES' | 'TASK_TYPE_EXPORT_MESSAGES_V2' | 'TASK_TYPE_EXPORT_UNREGISTERED_DEVICES' | 'TASK_TYPE_EXPORT_RICH_MEDIA_FORM_VALUES' | 'TASK_TYPE_APPLY_SEGMENT_TO_MESSAGE' | 'TASK_TYPE_EXPORT_APPLY_SEGMENT_TO_MESSAGE' | 'TASK_TYPE_CALCULATE_RETENTION' | 'TASK_TYPE_APPLY_SEGMENT_TO_METRIC' | 'TASK_TYPE_EXPORT_RICH_MEDIA_RECIPIENTS' | 'TASK_TYPE_EXPORT_BOUNCED_EMAILS' | 'TASK_TYPE_EXPORT_JOURNEYS_HISTORY' | 'TASK_TYPE_EXPORT_JOURNEY_POINT_USERS' | 'TASK_TYPE_EXPORT_MESSAGE_RECIPIENTS' | 'TASK_TYPE_EXPORT_MESSAGE_CLICKS_DEVICES' | 'TASK_TYPE_EXPORT_MESSAGE_EVENT_TRIGGERED_DEVICES' | 'TASK_TYPE_EXPORT_MESSAGE_ERROR_DEVICES' | 'TASK_TYPE_CREATE_SEGMENT_FROM_MESSAGE' | 'TASK_TYPE_UPDATE_SEGMENT_INSIGHTS_LIST';
|
|
308
331
|
export type TaskFailed = {};
|
|
309
332
|
export type TrackingLogCSVArgs = {
|
|
310
333
|
messageId: number;
|
|
@@ -555,3 +578,13 @@ export type UpdateSegmentInsightsListArgs = {
|
|
|
555
578
|
segments: string[];
|
|
556
579
|
};
|
|
557
580
|
export type UpdateSegmentInsightsListResult = {};
|
|
581
|
+
export type ExportJourneyUsersListArgs = {
|
|
582
|
+
application: string;
|
|
583
|
+
journey: string;
|
|
584
|
+
search: string;
|
|
585
|
+
dateFrom: Date;
|
|
586
|
+
dateTo: Date;
|
|
587
|
+
};
|
|
588
|
+
export type ExportJourneyUsersListResult = {
|
|
589
|
+
file: string;
|
|
590
|
+
};
|