@pushwoosh/rpc-v2-http-api-data 0.1.662 → 0.1.664
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 +143 -6
- package/package.json +1 -1
- package/pushwoosh_export_messages_v2.d.ts +31 -5
- package/pushwoosh_objects_filters_v1.d.ts +33 -1
package/data.js
CHANGED
|
@@ -6088,7 +6088,8 @@ export const data = {
|
|
|
6088
6088
|
"TASK_TYPE_EXPORT_MESSAGE_ERROR_DEVICES",
|
|
6089
6089
|
"TASK_TYPE_CREATE_SEGMENT_FROM_MESSAGE",
|
|
6090
6090
|
"TASK_TYPE_UPDATE_SEGMENT_INSIGHTS_LIST",
|
|
6091
|
-
"TASK_TYPE_EXPORT_JOURNEY_USERS_LIST"
|
|
6091
|
+
"TASK_TYPE_EXPORT_JOURNEY_USERS_LIST",
|
|
6092
|
+
"TASK_TYPE_EXPORT_JOURNEY_POINTS_STATISTICS"
|
|
6092
6093
|
]
|
|
6093
6094
|
},
|
|
6094
6095
|
"pushwoosh.export_messages.v2.ExportRequest": {
|
|
@@ -6153,6 +6154,9 @@ export const data = {
|
|
|
6153
6154
|
},
|
|
6154
6155
|
"exportJourneyUsersList": {
|
|
6155
6156
|
"type": "pushwoosh.export_messages.v2.ExportJourneyUsersListArgs"
|
|
6157
|
+
},
|
|
6158
|
+
"exportJourneyPointsStatistics": {
|
|
6159
|
+
"type": "pushwoosh.export_messages.v2.ExportJourneyPointsStatisticsArgs"
|
|
6156
6160
|
}
|
|
6157
6161
|
},
|
|
6158
6162
|
"oneofs": {
|
|
@@ -6176,7 +6180,8 @@ export const data = {
|
|
|
6176
6180
|
"exportMessageErrorDevices",
|
|
6177
6181
|
"createSegmentFromMessage",
|
|
6178
6182
|
"updateSegmentInsightsList",
|
|
6179
|
-
"exportJourneyUsersList"
|
|
6183
|
+
"exportJourneyUsersList",
|
|
6184
|
+
"exportJourneyPointsStatistics"
|
|
6180
6185
|
]
|
|
6181
6186
|
}
|
|
6182
6187
|
}
|
|
@@ -6302,6 +6307,9 @@ export const data = {
|
|
|
6302
6307
|
},
|
|
6303
6308
|
"exportJourneyUsersListResult": {
|
|
6304
6309
|
"type": "pushwoosh.export_messages.v2.ExportJourneyUsersListResult"
|
|
6310
|
+
},
|
|
6311
|
+
"exportJourneyPointsStatisticsResult": {
|
|
6312
|
+
"type": "pushwoosh.export_messages.v2.ExportJourneyPointsStatisticsResult"
|
|
6305
6313
|
}
|
|
6306
6314
|
},
|
|
6307
6315
|
"oneofs": {
|
|
@@ -6326,7 +6334,8 @@ export const data = {
|
|
|
6326
6334
|
"exportMessageErrorDevicesResult",
|
|
6327
6335
|
"createSegmentFromMessageResult",
|
|
6328
6336
|
"updateSegmentInsightsListResult",
|
|
6329
|
-
"exportJourneyUsersListResult"
|
|
6337
|
+
"exportJourneyUsersListResult",
|
|
6338
|
+
"exportJourneyPointsStatisticsResult"
|
|
6330
6339
|
]
|
|
6331
6340
|
}
|
|
6332
6341
|
}
|
|
@@ -6415,6 +6424,9 @@ export const data = {
|
|
|
6415
6424
|
"exportJourneyUsersList": {
|
|
6416
6425
|
"type": "pushwoosh.export_messages.v2.ExportJourneyUsersListArgs"
|
|
6417
6426
|
},
|
|
6427
|
+
"exportJourneyPointsStatistics": {
|
|
6428
|
+
"type": "pushwoosh.export_messages.v2.ExportJourneyPointsStatisticsArgs"
|
|
6429
|
+
},
|
|
6418
6430
|
"failedTask": {
|
|
6419
6431
|
"type": "pushwoosh.export_messages.v2.TaskFailed"
|
|
6420
6432
|
},
|
|
@@ -6462,6 +6474,9 @@ export const data = {
|
|
|
6462
6474
|
},
|
|
6463
6475
|
"exportJourneyUsersListResult": {
|
|
6464
6476
|
"type": "pushwoosh.export_messages.v2.ExportJourneyUsersListResult"
|
|
6477
|
+
},
|
|
6478
|
+
"exportJourneyPointsStatisticsResult": {
|
|
6479
|
+
"type": "pushwoosh.export_messages.v2.ExportJourneyPointsStatisticsResult"
|
|
6465
6480
|
}
|
|
6466
6481
|
},
|
|
6467
6482
|
"oneofs": {
|
|
@@ -6481,7 +6496,8 @@ export const data = {
|
|
|
6481
6496
|
"createSegmentFromMessage",
|
|
6482
6497
|
"updateSegmentInsightsList",
|
|
6483
6498
|
"exportBouncedEmails",
|
|
6484
|
-
"exportJourneyUsersList"
|
|
6499
|
+
"exportJourneyUsersList",
|
|
6500
|
+
"exportJourneyPointsStatistics"
|
|
6485
6501
|
]
|
|
6486
6502
|
},
|
|
6487
6503
|
"result": {
|
|
@@ -6501,7 +6517,8 @@ export const data = {
|
|
|
6501
6517
|
"createSegmentFromMessageResult",
|
|
6502
6518
|
"updateSegmentInsightsListResult",
|
|
6503
6519
|
"exportBouncedEmailsResult",
|
|
6504
|
-
"exportJourneyUsersListResult"
|
|
6520
|
+
"exportJourneyUsersListResult",
|
|
6521
|
+
"exportJourneyPointsStatisticsResult"
|
|
6505
6522
|
]
|
|
6506
6523
|
}
|
|
6507
6524
|
}
|
|
@@ -7352,6 +7369,42 @@ export const data = {
|
|
|
7352
7369
|
}
|
|
7353
7370
|
}
|
|
7354
7371
|
},
|
|
7372
|
+
"pushwoosh.export_messages.v2.Channel": {
|
|
7373
|
+
"type": "E",
|
|
7374
|
+
"values": [
|
|
7375
|
+
"CHANNEL_UNSPECIFIED",
|
|
7376
|
+
"PUSH",
|
|
7377
|
+
"EMAIL",
|
|
7378
|
+
"WHATSAPP",
|
|
7379
|
+
"SMS",
|
|
7380
|
+
"IN_APP"
|
|
7381
|
+
]
|
|
7382
|
+
},
|
|
7383
|
+
"pushwoosh.export_messages.v2.ExportJourneyPointsStatisticsArgs": {
|
|
7384
|
+
"type": "I",
|
|
7385
|
+
"fields": {
|
|
7386
|
+
"application": {
|
|
7387
|
+
"type": "string"
|
|
7388
|
+
},
|
|
7389
|
+
"journey": {
|
|
7390
|
+
"type": "string"
|
|
7391
|
+
},
|
|
7392
|
+
"campaign": {
|
|
7393
|
+
"type": "string"
|
|
7394
|
+
},
|
|
7395
|
+
"channel": {
|
|
7396
|
+
"type": "pushwoosh.export_messages.v2.Channel"
|
|
7397
|
+
}
|
|
7398
|
+
}
|
|
7399
|
+
},
|
|
7400
|
+
"pushwoosh.export_messages.v2.ExportJourneyPointsStatisticsResult": {
|
|
7401
|
+
"type": "I",
|
|
7402
|
+
"fields": {
|
|
7403
|
+
"file": {
|
|
7404
|
+
"type": "string"
|
|
7405
|
+
}
|
|
7406
|
+
}
|
|
7407
|
+
},
|
|
7355
7408
|
"pushwoosh.rpc_v2.filters.FiltersService": {
|
|
7356
7409
|
"type": "S",
|
|
7357
7410
|
"key": "filters",
|
|
@@ -10204,6 +10257,36 @@ export const data = {
|
|
|
10204
10257
|
}
|
|
10205
10258
|
}
|
|
10206
10259
|
},
|
|
10260
|
+
"pushwoosh.objects.filters.v1.LogicExpression.Field.Description": {
|
|
10261
|
+
"type": "I",
|
|
10262
|
+
"fields": {
|
|
10263
|
+
"operator": {
|
|
10264
|
+
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
|
|
10265
|
+
},
|
|
10266
|
+
"value": {
|
|
10267
|
+
"type": "string"
|
|
10268
|
+
},
|
|
10269
|
+
"values": {
|
|
10270
|
+
"type": "string",
|
|
10271
|
+
"array": true
|
|
10272
|
+
}
|
|
10273
|
+
}
|
|
10274
|
+
},
|
|
10275
|
+
"pushwoosh.objects.filters.v1.LogicExpression.Field.DeviceLoadPolicy": {
|
|
10276
|
+
"type": "I",
|
|
10277
|
+
"fields": {
|
|
10278
|
+
"operator": {
|
|
10279
|
+
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
|
|
10280
|
+
},
|
|
10281
|
+
"value": {
|
|
10282
|
+
"type": "string"
|
|
10283
|
+
},
|
|
10284
|
+
"values": {
|
|
10285
|
+
"type": "string",
|
|
10286
|
+
"array": true
|
|
10287
|
+
}
|
|
10288
|
+
}
|
|
10289
|
+
},
|
|
10207
10290
|
"pushwoosh.objects.filters.v1.LogicExpression.Field": {
|
|
10208
10291
|
"type": "I",
|
|
10209
10292
|
"fields": {
|
|
@@ -10257,6 +10340,12 @@ export const data = {
|
|
|
10257
10340
|
},
|
|
10258
10341
|
"CondUpdated": {
|
|
10259
10342
|
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Updated"
|
|
10343
|
+
},
|
|
10344
|
+
"CondDescription": {
|
|
10345
|
+
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Description"
|
|
10346
|
+
},
|
|
10347
|
+
"CondDeviceLoadPolicy": {
|
|
10348
|
+
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.DeviceLoadPolicy"
|
|
10260
10349
|
}
|
|
10261
10350
|
},
|
|
10262
10351
|
"oneofs": {
|
|
@@ -10278,7 +10367,9 @@ export const data = {
|
|
|
10278
10367
|
"CondCreated",
|
|
10279
10368
|
"CondFilterExpressionRaw",
|
|
10280
10369
|
"CondFiltrationID",
|
|
10281
|
-
"CondUpdated"
|
|
10370
|
+
"CondUpdated",
|
|
10371
|
+
"CondDescription",
|
|
10372
|
+
"CondDeviceLoadPolicy"
|
|
10282
10373
|
]
|
|
10283
10374
|
}
|
|
10284
10375
|
}
|
|
@@ -10538,6 +10629,18 @@ export const data = {
|
|
|
10538
10629
|
"response": "{}",
|
|
10539
10630
|
"method": "patch",
|
|
10540
10631
|
"path": "/v1/objects/filters/ID/{ID}/update/Updated"
|
|
10632
|
+
},
|
|
10633
|
+
"UpdateDescription": {
|
|
10634
|
+
"request": "pushwoosh.objects.filters.v1.UpdateDescriptionRequest",
|
|
10635
|
+
"response": "{}",
|
|
10636
|
+
"method": "patch",
|
|
10637
|
+
"path": "/v1/objects/filters/ID/{ID}/update/Description"
|
|
10638
|
+
},
|
|
10639
|
+
"UpdateDeviceLoadPolicy": {
|
|
10640
|
+
"request": "pushwoosh.objects.filters.v1.UpdateDeviceLoadPolicyRequest",
|
|
10641
|
+
"response": "{}",
|
|
10642
|
+
"method": "patch",
|
|
10643
|
+
"path": "/v1/objects/filters/ID/{ID}/update/DeviceLoadPolicy"
|
|
10541
10644
|
}
|
|
10542
10645
|
}
|
|
10543
10646
|
},
|
|
@@ -10591,6 +10694,12 @@ export const data = {
|
|
|
10591
10694
|
},
|
|
10592
10695
|
"Updated": {
|
|
10593
10696
|
"type": "Date"
|
|
10697
|
+
},
|
|
10698
|
+
"Description": {
|
|
10699
|
+
"type": "string"
|
|
10700
|
+
},
|
|
10701
|
+
"DeviceLoadPolicy": {
|
|
10702
|
+
"type": "string"
|
|
10594
10703
|
}
|
|
10595
10704
|
}
|
|
10596
10705
|
},
|
|
@@ -10913,6 +11022,28 @@ export const data = {
|
|
|
10913
11022
|
}
|
|
10914
11023
|
}
|
|
10915
11024
|
},
|
|
11025
|
+
"pushwoosh.objects.filters.v1.UpdateDescriptionRequest": {
|
|
11026
|
+
"type": "I",
|
|
11027
|
+
"fields": {
|
|
11028
|
+
"ID": {
|
|
11029
|
+
"type": "number"
|
|
11030
|
+
},
|
|
11031
|
+
"value": {
|
|
11032
|
+
"type": "string"
|
|
11033
|
+
}
|
|
11034
|
+
}
|
|
11035
|
+
},
|
|
11036
|
+
"pushwoosh.objects.filters.v1.UpdateDeviceLoadPolicyRequest": {
|
|
11037
|
+
"type": "I",
|
|
11038
|
+
"fields": {
|
|
11039
|
+
"ID": {
|
|
11040
|
+
"type": "number"
|
|
11041
|
+
},
|
|
11042
|
+
"value": {
|
|
11043
|
+
"type": "string"
|
|
11044
|
+
}
|
|
11045
|
+
}
|
|
11046
|
+
},
|
|
10916
11047
|
"pushwoosh.objects.filters.v1.GetRequest": {
|
|
10917
11048
|
"type": "I",
|
|
10918
11049
|
"fields": {
|
|
@@ -11037,6 +11168,12 @@ export const data = {
|
|
|
11037
11168
|
},
|
|
11038
11169
|
"Updated": {
|
|
11039
11170
|
"type": "Date"
|
|
11171
|
+
},
|
|
11172
|
+
"Description": {
|
|
11173
|
+
"type": "string"
|
|
11174
|
+
},
|
|
11175
|
+
"DeviceLoadPolicy": {
|
|
11176
|
+
"type": "string"
|
|
11040
11177
|
}
|
|
11041
11178
|
}
|
|
11042
11179
|
},
|
package/package.json
CHANGED
|
@@ -1,4 +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
|
+
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' | 'TASK_TYPE_EXPORT_JOURNEY_POINTS_STATISTICS';
|
|
2
2
|
export type ExportRequest_args_trackingLogCsv = {
|
|
3
3
|
type: 'trackingLogCsv';
|
|
4
4
|
data: TrackingLogCSVArgs;
|
|
@@ -75,7 +75,11 @@ export type ExportRequest_args_exportJourneyUsersList = {
|
|
|
75
75
|
type: 'exportJourneyUsersList';
|
|
76
76
|
data: ExportJourneyUsersListArgs;
|
|
77
77
|
};
|
|
78
|
-
export type
|
|
78
|
+
export type ExportRequest_args_exportJourneyPointsStatistics = {
|
|
79
|
+
type: 'exportJourneyPointsStatistics';
|
|
80
|
+
data: ExportJourneyPointsStatisticsArgs;
|
|
81
|
+
};
|
|
82
|
+
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 | ExportRequest_args_exportJourneyPointsStatistics;
|
|
79
83
|
export type ExportRequest = {
|
|
80
84
|
type?: TaskType;
|
|
81
85
|
args: ExportRequest_args;
|
|
@@ -178,7 +182,11 @@ export type ResultResponse_result_exportJourneyUsersListResult = {
|
|
|
178
182
|
type: 'exportJourneyUsersListResult';
|
|
179
183
|
data: ExportJourneyUsersListResult;
|
|
180
184
|
};
|
|
181
|
-
export type
|
|
185
|
+
export type ResultResponse_result_exportJourneyPointsStatisticsResult = {
|
|
186
|
+
type: 'exportJourneyPointsStatisticsResult';
|
|
187
|
+
data: ExportJourneyPointsStatisticsResult;
|
|
188
|
+
};
|
|
189
|
+
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 | ResultResponse_result_exportJourneyPointsStatisticsResult;
|
|
182
190
|
export type ResultResponse = {
|
|
183
191
|
type: TaskType;
|
|
184
192
|
result: ResultResponse_result;
|
|
@@ -252,7 +260,11 @@ export type TaskInfo_args_exportJourneyUsersList = {
|
|
|
252
260
|
type: 'exportJourneyUsersList';
|
|
253
261
|
data: ExportJourneyUsersListArgs;
|
|
254
262
|
};
|
|
255
|
-
export type
|
|
263
|
+
export type TaskInfo_args_exportJourneyPointsStatistics = {
|
|
264
|
+
type: 'exportJourneyPointsStatistics';
|
|
265
|
+
data: ExportJourneyPointsStatisticsArgs;
|
|
266
|
+
};
|
|
267
|
+
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 | TaskInfo_args_exportJourneyPointsStatistics;
|
|
256
268
|
export type TaskInfo_result_failedTask = {
|
|
257
269
|
type: 'failedTask';
|
|
258
270
|
data: TaskFailed;
|
|
@@ -317,7 +329,11 @@ export type TaskInfo_result_exportJourneyUsersListResult = {
|
|
|
317
329
|
type: 'exportJourneyUsersListResult';
|
|
318
330
|
data: ExportJourneyUsersListResult;
|
|
319
331
|
};
|
|
320
|
-
export type
|
|
332
|
+
export type TaskInfo_result_exportJourneyPointsStatisticsResult = {
|
|
333
|
+
type: 'exportJourneyPointsStatisticsResult';
|
|
334
|
+
data: ExportJourneyPointsStatisticsResult;
|
|
335
|
+
};
|
|
336
|
+
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 | TaskInfo_result_exportJourneyPointsStatisticsResult;
|
|
321
337
|
export type TaskInfo = {
|
|
322
338
|
id: number;
|
|
323
339
|
timestamp: string;
|
|
@@ -588,3 +604,13 @@ export type ExportJourneyUsersListArgs = {
|
|
|
588
604
|
export type ExportJourneyUsersListResult = {
|
|
589
605
|
file: string;
|
|
590
606
|
};
|
|
607
|
+
export type Channel = 'CHANNEL_UNSPECIFIED' | 'PUSH' | 'EMAIL' | 'WHATSAPP' | 'SMS' | 'IN_APP';
|
|
608
|
+
export type ExportJourneyPointsStatisticsArgs = {
|
|
609
|
+
application: string;
|
|
610
|
+
journey: string;
|
|
611
|
+
campaign: string;
|
|
612
|
+
channel: Channel;
|
|
613
|
+
};
|
|
614
|
+
export type ExportJourneyPointsStatisticsResult = {
|
|
615
|
+
file: string;
|
|
616
|
+
};
|
|
@@ -95,6 +95,16 @@ export type LogicExpression_Field_Updated = {
|
|
|
95
95
|
value: Date;
|
|
96
96
|
values: Date[];
|
|
97
97
|
};
|
|
98
|
+
export type LogicExpression_Field_Description = {
|
|
99
|
+
operator: LogicExpression_Field_Operator;
|
|
100
|
+
value: string;
|
|
101
|
+
values: string[];
|
|
102
|
+
};
|
|
103
|
+
export type LogicExpression_Field_DeviceLoadPolicy = {
|
|
104
|
+
operator: LogicExpression_Field_Operator;
|
|
105
|
+
value: string;
|
|
106
|
+
values: string[];
|
|
107
|
+
};
|
|
98
108
|
export type LogicExpression_Field_kind_CondID = {
|
|
99
109
|
type: 'CondID';
|
|
100
110
|
data: LogicExpression_Field_ID;
|
|
@@ -163,7 +173,15 @@ export type LogicExpression_Field_kind_CondUpdated = {
|
|
|
163
173
|
type: 'CondUpdated';
|
|
164
174
|
data: LogicExpression_Field_Updated;
|
|
165
175
|
};
|
|
166
|
-
export type
|
|
176
|
+
export type LogicExpression_Field_kind_CondDescription = {
|
|
177
|
+
type: 'CondDescription';
|
|
178
|
+
data: LogicExpression_Field_Description;
|
|
179
|
+
};
|
|
180
|
+
export type LogicExpression_Field_kind_CondDeviceLoadPolicy = {
|
|
181
|
+
type: 'CondDeviceLoadPolicy';
|
|
182
|
+
data: LogicExpression_Field_DeviceLoadPolicy;
|
|
183
|
+
};
|
|
184
|
+
export type LogicExpression_Field_kind = LogicExpression_Field_kind_CondID | LogicExpression_Field_kind_CondCode | LogicExpression_Field_kind_CondAccountID | LogicExpression_Field_kind_CondName | LogicExpression_Field_kind_CondApplicationID | LogicExpression_Field_kind_CondIsFiltrationInProgress | LogicExpression_Field_kind_CondFiltrationStartedAt | LogicExpression_Field_kind_CondFiltrationLastFilteredAt | LogicExpression_Field_kind_CondFiltrationLastCheckedAt | LogicExpression_Field_kind_CondFiltrationScheduledAt | LogicExpression_Field_kind_CondCheckerScheduledAt | LogicExpression_Field_kind_CondIsSystem | LogicExpression_Field_kind_CondExpirationDate | LogicExpression_Field_kind_CondCreated | LogicExpression_Field_kind_CondFilterExpressionRaw | LogicExpression_Field_kind_CondFiltrationID | LogicExpression_Field_kind_CondUpdated | LogicExpression_Field_kind_CondDescription | LogicExpression_Field_kind_CondDeviceLoadPolicy;
|
|
167
185
|
export type LogicExpression_Field = {
|
|
168
186
|
kind: LogicExpression_Field_kind;
|
|
169
187
|
};
|
|
@@ -226,6 +244,8 @@ export interface FiltersCrudService {
|
|
|
226
244
|
UpdateFilterExpressionRaw(request: UpdateFilterExpressionRawRequest): Promise<{}>;
|
|
227
245
|
UpdateFiltrationID(request: UpdateFiltrationIDRequest): Promise<{}>;
|
|
228
246
|
UpdateUpdated(request: UpdateUpdatedRequest): Promise<{}>;
|
|
247
|
+
UpdateDescription(request: UpdateDescriptionRequest): Promise<{}>;
|
|
248
|
+
UpdateDeviceLoadPolicy(request: UpdateDeviceLoadPolicyRequest): Promise<{}>;
|
|
229
249
|
}
|
|
230
250
|
export type CreateRequest = {
|
|
231
251
|
Code?: string;
|
|
@@ -244,6 +264,8 @@ export type CreateRequest = {
|
|
|
244
264
|
FilterExpressionRaw?: string;
|
|
245
265
|
FiltrationID?: string;
|
|
246
266
|
Updated?: Date;
|
|
267
|
+
Description?: string;
|
|
268
|
+
DeviceLoadPolicy?: string;
|
|
247
269
|
};
|
|
248
270
|
export type CreateResponse = {
|
|
249
271
|
filter: Filter;
|
|
@@ -360,6 +382,14 @@ export type UpdateUpdatedRequest = {
|
|
|
360
382
|
ID?: number;
|
|
361
383
|
value?: Date;
|
|
362
384
|
};
|
|
385
|
+
export type UpdateDescriptionRequest = {
|
|
386
|
+
ID?: number;
|
|
387
|
+
value?: string;
|
|
388
|
+
};
|
|
389
|
+
export type UpdateDeviceLoadPolicyRequest = {
|
|
390
|
+
ID?: number;
|
|
391
|
+
value?: string;
|
|
392
|
+
};
|
|
363
393
|
export type GetRequest = {
|
|
364
394
|
ID?: number;
|
|
365
395
|
};
|
|
@@ -402,6 +432,8 @@ export type Filter = {
|
|
|
402
432
|
FilterExpressionRaw: string;
|
|
403
433
|
FiltrationID: string;
|
|
404
434
|
Updated: Date;
|
|
435
|
+
Description: string;
|
|
436
|
+
DeviceLoadPolicy: string;
|
|
405
437
|
};
|
|
406
438
|
export type FilterExpression_Operation_Operator = 'OPERATOR_UNSPECIFIED' | 'OPERATOR_INTERSECT' | 'OPERATOR_UNION' | 'OPERATOR_DIFFERENCE';
|
|
407
439
|
export type FilterExpression_Operation = {
|