@pushwoosh/rpc-v2-http-api-data 0.1.406 → 0.1.408

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
@@ -4827,6 +4827,2324 @@ export const data = {
4827
4827
  }
4828
4828
  }
4829
4829
  },
4830
+ "pushwoosh.rpc_v2.export_messages.ExportStatisticsService": {
4831
+ "type": "S",
4832
+ "key": "exportStatistics",
4833
+ "methods": {
4834
+ "Export": {
4835
+ "request": "pushwoosh.export_messages.v2.ExportRequest",
4836
+ "response": "pushwoosh.export_messages.v2.ExportResponse",
4837
+ "method": "get",
4838
+ "path": "/api/export_messages/export"
4839
+ },
4840
+ "Status": {
4841
+ "request": "pushwoosh.export_messages.v2.StatusRequest",
4842
+ "response": "pushwoosh.export_messages.v2.StatusResponse",
4843
+ "method": "get",
4844
+ "path": "/api/export_messages/{uid}/status"
4845
+ },
4846
+ "Result": {
4847
+ "request": "pushwoosh.export_messages.v2.ResultRequest",
4848
+ "response": "pushwoosh.export_messages.v2.ResultResponse",
4849
+ "method": "get",
4850
+ "path": "/api/export_messages/{uid}/result"
4851
+ },
4852
+ "GetLastTasks": {
4853
+ "request": "pushwoosh.export_messages.v2.GetLastTasksRequest",
4854
+ "response": "pushwoosh.export_messages.v2.GetLastTasksResponse",
4855
+ "method": "get",
4856
+ "path": "/api/export_messages/lastTasks"
4857
+ }
4858
+ }
4859
+ },
4860
+ "pushwoosh.statistics.exportservice.v2.ExportRequest": {
4861
+ "type": "I",
4862
+ "fields": {
4863
+ "type": {
4864
+ "type": "pushwoosh.statistics.exportservice.v2.TaskType"
4865
+ },
4866
+ "trackingLogCsv": {
4867
+ "type": "pushwoosh.statistics.exportservice.v2.TrackingLogCSVArgs"
4868
+ },
4869
+ "exportMessagesV2": {
4870
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessagesV2Args"
4871
+ },
4872
+ "exportUnregisteredDevices": {
4873
+ "type": "pushwoosh.statistics.exportservice.v2.ExportUnregisteredDevicesArgs"
4874
+ },
4875
+ "exportRichMediaFormValues": {
4876
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaFormValuesArgs"
4877
+ },
4878
+ "applySegmentToMessage": {
4879
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageArgs"
4880
+ },
4881
+ "exportApplySegmentToMessage": {
4882
+ "type": "pushwoosh.statistics.exportservice.v2.ExportApplySegmentToMessageArgs"
4883
+ },
4884
+ "calculateRetention": {
4885
+ "type": "pushwoosh.statistics.exportservice.v2.CalculateRetentionArgs"
4886
+ },
4887
+ "applySegmentToMetric": {
4888
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMetricArgs"
4889
+ },
4890
+ "exportRichMediaRecipients": {
4891
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs"
4892
+ },
4893
+ "exportBouncedEmails": {
4894
+ "type": "pushwoosh.statistics.exportservice.v2.ExportBouncedEmailsArgs"
4895
+ },
4896
+ "exportJourneysHistory": {
4897
+ "type": "pushwoosh.statistics.exportservice.v2.ExportJourneysHistoryArgs"
4898
+ },
4899
+ "exportJourneyPointUsers": {
4900
+ "type": "pushwoosh.statistics.exportservice.v2.ExportJourneyPointUsersArgs"
4901
+ },
4902
+ "exportMessageRecipients": {
4903
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageRecipientsArgs"
4904
+ },
4905
+ "exportMessageClicksDevices": {
4906
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageClicksDevicesArgs"
4907
+ },
4908
+ "exportMessageEventTriggeredDevices": {
4909
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageEventTriggeredDevicesArgs"
4910
+ },
4911
+ "exportMessageErrorDevices": {
4912
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageErrorsDevicesArgs"
4913
+ },
4914
+ "createSegmentFromMessage": {
4915
+ "type": "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageArgs"
4916
+ }
4917
+ },
4918
+ "oneofs": {
4919
+ "args": {
4920
+ "oneof": [
4921
+ "trackingLogCsv",
4922
+ "exportMessagesV2",
4923
+ "exportUnregisteredDevices",
4924
+ "exportRichMediaFormValues",
4925
+ "applySegmentToMessage",
4926
+ "exportApplySegmentToMessage",
4927
+ "calculateRetention",
4928
+ "applySegmentToMetric",
4929
+ "exportRichMediaRecipients",
4930
+ "exportBouncedEmails",
4931
+ "exportJourneysHistory",
4932
+ "exportJourneyPointUsers",
4933
+ "exportMessageRecipients",
4934
+ "exportMessageClicksDevices",
4935
+ "exportMessageEventTriggeredDevices",
4936
+ "exportMessageErrorDevices",
4937
+ "createSegmentFromMessage"
4938
+ ]
4939
+ }
4940
+ }
4941
+ },
4942
+ "pushwoosh.statistics.exportservice.v2.ExportResponse": {
4943
+ "type": "I",
4944
+ "fields": {
4945
+ "uid": {
4946
+ "type": "number"
4947
+ }
4948
+ }
4949
+ },
4950
+ "pushwoosh.statistics.exportservice.v2.DeleteRequest": {
4951
+ "type": "I",
4952
+ "fields": {
4953
+ "uid": {
4954
+ "type": "number"
4955
+ }
4956
+ }
4957
+ },
4958
+ "pushwoosh.statistics.exportservice.v2.DeleteResponse": {
4959
+ "type": "I",
4960
+ "fields": {}
4961
+ },
4962
+ "pushwoosh.statistics.exportservice.v2.StatusRequest": {
4963
+ "type": "I",
4964
+ "fields": {
4965
+ "uid": {
4966
+ "type": "number"
4967
+ }
4968
+ }
4969
+ },
4970
+ "pushwoosh.statistics.exportservice.v2.Status": {
4971
+ "type": "E",
4972
+ "values": [
4973
+ "STATUS_UNSPECIFIED",
4974
+ "STATUS_PENDING",
4975
+ "STATUS_SUCCESS",
4976
+ "STATUS_FAILED"
4977
+ ]
4978
+ },
4979
+ "pushwoosh.statistics.exportservice.v2.StatusResponse": {
4980
+ "type": "I",
4981
+ "fields": {
4982
+ "status": {
4983
+ "type": "pushwoosh.statistics.exportservice.v2.Status"
4984
+ },
4985
+ "progress": {
4986
+ "type": "number"
4987
+ }
4988
+ }
4989
+ },
4990
+ "pushwoosh.statistics.exportservice.v2.ResultRequest": {
4991
+ "type": "I",
4992
+ "fields": {
4993
+ "uid": {
4994
+ "type": "number"
4995
+ }
4996
+ }
4997
+ },
4998
+ "pushwoosh.statistics.exportservice.v2.ResultResponse": {
4999
+ "type": "I",
5000
+ "fields": {
5001
+ "type": {
5002
+ "type": "pushwoosh.statistics.exportservice.v2.TaskType"
5003
+ },
5004
+ "failedTask": {
5005
+ "type": "pushwoosh.statistics.exportservice.v2.TaskFailed"
5006
+ },
5007
+ "trackingLogResult": {
5008
+ "type": "pushwoosh.statistics.exportservice.v2.TrackingLogCSVResult"
5009
+ },
5010
+ "exportMessagesV2Result": {
5011
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessagesV2Result"
5012
+ },
5013
+ "exportUnregisteredDevicesResult": {
5014
+ "type": "pushwoosh.statistics.exportservice.v2.ExportUnregisteredDevicesResult"
5015
+ },
5016
+ "exportRichMediaFormValuesResult": {
5017
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaFormValuesResult"
5018
+ },
5019
+ "applySegmentToMessageResult": {
5020
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageResult"
5021
+ },
5022
+ "exportApplySegmentToMessageResult": {
5023
+ "type": "pushwoosh.statistics.exportservice.v2.ExportApplySegmentToMessageResult"
5024
+ },
5025
+ "calculateRetentionResult": {
5026
+ "type": "pushwoosh.statistics.exportservice.v2.CalculateRetentionResult"
5027
+ },
5028
+ "applySegmentToMetricResult": {
5029
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMetricResult"
5030
+ },
5031
+ "exportRichMediaRecipientsResult": {
5032
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsResult"
5033
+ },
5034
+ "exportBouncedEmailsResult": {
5035
+ "type": "pushwoosh.statistics.exportservice.v2.ExportBouncedEmailsResult"
5036
+ },
5037
+ "exportJourneysHistoryResult": {
5038
+ "type": "pushwoosh.statistics.exportservice.v2.ExportJourneysHistoryResult"
5039
+ },
5040
+ "exportJourneyPointUsersResult": {
5041
+ "type": "pushwoosh.statistics.exportservice.v2.ExportJourneyPointUsersResult"
5042
+ },
5043
+ "exportMessageRecipientsResult": {
5044
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageRecipientsResult"
5045
+ },
5046
+ "exportMessageClicksDevicesResult": {
5047
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageClicksDevicesResult"
5048
+ },
5049
+ "exportMessageEventTriggeredDevicesResult": {
5050
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageEventTriggeredDevicesResult"
5051
+ },
5052
+ "exportMessageErrorDevicesResult": {
5053
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageErrorsDevicesResult"
5054
+ },
5055
+ "createSegmentFromMessageResult": {
5056
+ "type": "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageResult"
5057
+ }
5058
+ },
5059
+ "oneofs": {
5060
+ "result": {
5061
+ "oneof": [
5062
+ "failedTask",
5063
+ "trackingLogResult",
5064
+ "exportMessagesV2Result",
5065
+ "exportUnregisteredDevicesResult",
5066
+ "exportRichMediaFormValuesResult",
5067
+ "applySegmentToMessageResult",
5068
+ "exportApplySegmentToMessageResult",
5069
+ "calculateRetentionResult",
5070
+ "applySegmentToMetricResult",
5071
+ "exportRichMediaRecipientsResult",
5072
+ "exportBouncedEmailsResult",
5073
+ "exportJourneysHistoryResult",
5074
+ "exportJourneyPointUsersResult",
5075
+ "exportMessageRecipientsResult",
5076
+ "exportMessageClicksDevicesResult",
5077
+ "exportMessageEventTriggeredDevicesResult",
5078
+ "exportMessageErrorDevicesResult",
5079
+ "createSegmentFromMessageResult"
5080
+ ]
5081
+ }
5082
+ }
5083
+ },
5084
+ "pushwoosh.statistics.exportservice.v2.GetLastTasksRequest": {
5085
+ "type": "I",
5086
+ "fields": {
5087
+ "type": {
5088
+ "type": "pushwoosh.statistics.exportservice.v2.TaskType"
5089
+ },
5090
+ "application": {
5091
+ "type": "string"
5092
+ },
5093
+ "limit": {
5094
+ "type": "number"
5095
+ },
5096
+ "messageId": {
5097
+ "type": "number"
5098
+ }
5099
+ }
5100
+ },
5101
+ "pushwoosh.statistics.exportservice.v2.TaskInfo": {
5102
+ "type": "I",
5103
+ "fields": {
5104
+ "id": {
5105
+ "type": "number"
5106
+ },
5107
+ "timestamp": {
5108
+ "type": "string"
5109
+ },
5110
+ "status": {
5111
+ "type": "pushwoosh.statistics.exportservice.v2.Status"
5112
+ },
5113
+ "exportSegment": {
5114
+ "type": "string",
5115
+ "mapKeyType": "string"
5116
+ },
5117
+ "trackingLogCsv": {
5118
+ "type": "pushwoosh.statistics.exportservice.v2.TrackingLogCSVArgs"
5119
+ },
5120
+ "exportMessagesV2": {
5121
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessagesV2Args"
5122
+ },
5123
+ "exportUnregisteredDevices": {
5124
+ "type": "pushwoosh.statistics.exportservice.v2.ExportUnregisteredDevicesArgs"
5125
+ },
5126
+ "exportRichMediaFormValues": {
5127
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaFormValuesArgs"
5128
+ },
5129
+ "applySegmentToMessage": {
5130
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageArgs"
5131
+ },
5132
+ "exportRichMediaRecipients": {
5133
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs"
5134
+ },
5135
+ "exportJourneysHistory": {
5136
+ "type": "pushwoosh.statistics.exportservice.v2.ExportJourneysHistoryArgs"
5137
+ },
5138
+ "failedTask": {
5139
+ "type": "pushwoosh.statistics.exportservice.v2.TaskFailed"
5140
+ },
5141
+ "trackingLogResult": {
5142
+ "type": "pushwoosh.statistics.exportservice.v2.TrackingLogCSVResult"
5143
+ },
5144
+ "exportMessagesV2Result": {
5145
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessagesV2Result"
5146
+ },
5147
+ "exportUnregisteredDevicesResult": {
5148
+ "type": "pushwoosh.statistics.exportservice.v2.ExportUnregisteredDevicesResult"
5149
+ },
5150
+ "exportRichMediaFormValuesResult": {
5151
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaFormValuesResult"
5152
+ },
5153
+ "applySegmentToMessageResult": {
5154
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageResult"
5155
+ },
5156
+ "exportRichMediaRecipientsResult": {
5157
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsResult"
5158
+ },
5159
+ "exportJourneysHistoryResult": {
5160
+ "type": "pushwoosh.statistics.exportservice.v2.ExportJourneysHistoryResult"
5161
+ }
5162
+ },
5163
+ "oneofs": {
5164
+ "args": {
5165
+ "oneof": [
5166
+ "trackingLogCsv",
5167
+ "exportMessagesV2",
5168
+ "exportUnregisteredDevices",
5169
+ "exportRichMediaFormValues",
5170
+ "applySegmentToMessage",
5171
+ "exportRichMediaRecipients",
5172
+ "exportJourneysHistory"
5173
+ ]
5174
+ },
5175
+ "result": {
5176
+ "oneof": [
5177
+ "failedTask",
5178
+ "trackingLogResult",
5179
+ "exportMessagesV2Result",
5180
+ "exportUnregisteredDevicesResult",
5181
+ "exportRichMediaFormValuesResult",
5182
+ "applySegmentToMessageResult",
5183
+ "exportRichMediaRecipientsResult",
5184
+ "exportJourneysHistoryResult"
5185
+ ]
5186
+ }
5187
+ }
5188
+ },
5189
+ "pushwoosh.statistics.exportservice.v2.GetLastTasksResponse": {
5190
+ "type": "I",
5191
+ "fields": {
5192
+ "tasks": {
5193
+ "type": "pushwoosh.statistics.exportservice.v2.TaskInfo",
5194
+ "array": true
5195
+ }
5196
+ }
5197
+ },
5198
+ "pushwoosh.statistics.exportservice.v2.TaskType": {
5199
+ "type": "E",
5200
+ "values": [
5201
+ "TASK_TYPE_UNSPECIFIED",
5202
+ "TASK_TYPE_FAILED",
5203
+ "TASK_TYPE_TRACKING_LOG_CSV",
5204
+ "TASK_TYPE_EXPORT_MESSAGES",
5205
+ "TASK_TYPE_EXPORT_MESSAGES_V2",
5206
+ "TASK_TYPE_EXPORT_UNREGISTERED_DEVICES",
5207
+ "TASK_TYPE_EXPORT_RICH_MEDIA_FORM_VALUES",
5208
+ "TASK_TYPE_APPLY_SEGMENT_TO_MESSAGE",
5209
+ "TASK_TYPE_EXPORT_APPLY_SEGMENT_TO_MESSAGE",
5210
+ "TASK_TYPE_CALCULATE_RETENTION",
5211
+ "TASK_TYPE_APPLY_SEGMENT_TO_METRIC",
5212
+ "TASK_TYPE_EXPORT_RICH_MEDIA_RECIPIENTS",
5213
+ "TASK_TYPE_EXPORT_BOUNCED_EMAILS",
5214
+ "TASK_TYPE_EXPORT_JOURNEYS_HISTORY",
5215
+ "TASK_TYPE_EXPORT_JOURNEY_POINT_USERS",
5216
+ "TASK_TYPE_EXPORT_MESSAGE_RECIPIENTS",
5217
+ "TASK_TYPE_EXPORT_MESSAGE_CLICKS_DEVICES",
5218
+ "TASK_TYPE_EXPORT_MESSAGE_EVENT_TRIGGERED_DEVICES",
5219
+ "TASK_TYPE_EXPORT_MESSAGE_ERROR_DEVICES",
5220
+ "TASK_TYPE_CREATE_SEGMENT_FROM_MESSAGE"
5221
+ ]
5222
+ },
5223
+ "pushwoosh.statistics.exportservice.v2.TaskFailed": {
5224
+ "type": "I",
5225
+ "fields": {}
5226
+ },
5227
+ "pushwoosh.statistics.exportservice.v2.TrackingLogCSVArgs": {
5228
+ "type": "I",
5229
+ "fields": {
5230
+ "messageId": {
5231
+ "type": "number"
5232
+ },
5233
+ "messageCode": {
5234
+ "type": "string"
5235
+ },
5236
+ "campaignCode": {
5237
+ "type": "string"
5238
+ },
5239
+ "hwid": {
5240
+ "type": "string"
5241
+ },
5242
+ "dateFrom": {
5243
+ "type": "string"
5244
+ },
5245
+ "dateTo": {
5246
+ "type": "string"
5247
+ },
5248
+ "userId": {
5249
+ "type": "string"
5250
+ },
5251
+ "applicationCode": {
5252
+ "type": "string"
5253
+ },
5254
+ "limit": {
5255
+ "type": "number"
5256
+ }
5257
+ }
5258
+ },
5259
+ "pushwoosh.statistics.exportservice.v2.TrackingLogCSVResult": {
5260
+ "type": "I",
5261
+ "fields": {
5262
+ "file": {
5263
+ "type": "string"
5264
+ }
5265
+ }
5266
+ },
5267
+ "pushwoosh.statistics.exportservice.v2.ExportMessageProperty": {
5268
+ "type": "E",
5269
+ "values": [
5270
+ "EXPORT_MESSAGE_PROPERTY_UNSPECIFIED",
5271
+ "EXPORT_MESSAGE_PROPERTY_ID",
5272
+ "EXPORT_MESSAGE_PROPERTY_TIMESTAMP",
5273
+ "EXPORT_MESSAGE_PROPERTY_CONTENT",
5274
+ "EXPORT_MESSAGE_PROPERTY_TITLE",
5275
+ "EXPORT_MESSAGE_PROPERTY_APPLICATIONS",
5276
+ "EXPORT_MESSAGE_PROPERTY_STATUS",
5277
+ "EXPORT_MESSAGE_PROPERTY_PLATFORMS",
5278
+ "EXPORT_MESSAGE_PROPERTY_SOURCE",
5279
+ "EXPORT_MESSAGE_PROPERTY_FILTER",
5280
+ "EXPORT_MESSAGE_PROPERTY_SUBSCRIPTION_SEGMENTS",
5281
+ "EXPORT_MESSAGE_PROPERTY_SENT",
5282
+ "EXPORT_MESSAGE_PROPERTY_OPENED",
5283
+ "EXPORT_MESSAGE_PROPERTY_ERRORS",
5284
+ "EXPORT_MESSAGE_PROPERTY_RECIPIENTS"
5285
+ ]
5286
+ },
5287
+ "pushwoosh.statistics.exportservice.v2.Source": {
5288
+ "type": "E",
5289
+ "values": [
5290
+ "SOURCE_UNSPECIFIED",
5291
+ "AB_EXPERIMENT",
5292
+ "AB_TEST",
5293
+ "API",
5294
+ "AUTO_PUSH",
5295
+ "CP",
5296
+ "CSV",
5297
+ "CUSTOMER_JOURNEY",
5298
+ "EMAIL_API",
5299
+ "EMAIL_CP",
5300
+ "GEO_ZONE",
5301
+ "PUSH_ON_EVENT",
5302
+ "RSS",
5303
+ "SYSTEM",
5304
+ "TWITTER"
5305
+ ]
5306
+ },
5307
+ "pushwoosh.statistics.exportservice.v2.MessageStatus": {
5308
+ "type": "E",
5309
+ "values": [
5310
+ "MESSAGE_STATUS_UNSPECIFIED",
5311
+ "MESSAGE_STATUS_CANCELED",
5312
+ "MESSAGE_STATUS_CREATING",
5313
+ "MESSAGE_STATUS_DONE",
5314
+ "MESSAGE_STATUS_FAIL",
5315
+ "MESSAGE_STATUS_PENDING",
5316
+ "MESSAGE_STATUS_PROCESSING",
5317
+ "MESSAGE_STATUS_WAITING"
5318
+ ]
5319
+ },
5320
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentExportType": {
5321
+ "type": "E",
5322
+ "values": [
5323
+ "APPLY_SEGMENT_EXPORT_TYPE_UNSPECIFIED",
5324
+ "ALL",
5325
+ "OPEN",
5326
+ "NOT_OPEN"
5327
+ ]
5328
+ },
5329
+ "pushwoosh.statistics.exportservice.v2.DateRange": {
5330
+ "type": "I",
5331
+ "fields": {
5332
+ "dateFrom": {
5333
+ "type": "string"
5334
+ },
5335
+ "dateTo": {
5336
+ "type": "string"
5337
+ }
5338
+ }
5339
+ },
5340
+ "pushwoosh.statistics.exportservice.v2.GetMessageHistoryFilters": {
5341
+ "type": "I",
5342
+ "fields": {
5343
+ "statuses": {
5344
+ "type": "pushwoosh.statistics.exportservice.v2.MessageStatus",
5345
+ "array": true
5346
+ },
5347
+ "platforms": {
5348
+ "type": "number",
5349
+ "array": true
5350
+ },
5351
+ "sentDate": {
5352
+ "type": "pushwoosh.statistics.exportservice.v2.DateRange"
5353
+ },
5354
+ "createdDate": {
5355
+ "type": "pushwoosh.statistics.exportservice.v2.DateRange"
5356
+ },
5357
+ "createdVia": {
5358
+ "type": "pushwoosh.statistics.exportservice.v2.Source",
5359
+ "array": true
5360
+ },
5361
+ "segments": {
5362
+ "type": "string",
5363
+ "array": true
5364
+ },
5365
+ "campaigns": {
5366
+ "type": "string",
5367
+ "array": true
5368
+ },
5369
+ "messageId": {
5370
+ "type": "number"
5371
+ },
5372
+ "messageCode": {
5373
+ "type": "string"
5374
+ }
5375
+ }
5376
+ },
5377
+ "pushwoosh.statistics.exportservice.v2.ExportMessagesV2Args": {
5378
+ "type": "I",
5379
+ "fields": {
5380
+ "search": {
5381
+ "type": "string"
5382
+ },
5383
+ "applicationCode": {
5384
+ "type": "string"
5385
+ },
5386
+ "appGroupCode": {
5387
+ "type": "string"
5388
+ },
5389
+ "filters": {
5390
+ "type": "pushwoosh.statistics.exportservice.v2.GetMessageHistoryFilters"
5391
+ },
5392
+ "properties": {
5393
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageProperty",
5394
+ "array": true
5395
+ }
5396
+ }
5397
+ },
5398
+ "pushwoosh.statistics.exportservice.v2.ExportMessagesV2Result": {
5399
+ "type": "I",
5400
+ "fields": {
5401
+ "file": {
5402
+ "type": "string"
5403
+ }
5404
+ }
5405
+ },
5406
+ "pushwoosh.statistics.exportservice.v2.ExportUnregisteredDevicesArgs": {
5407
+ "type": "I",
5408
+ "fields": {
5409
+ "applicationCode": {
5410
+ "type": "string"
5411
+ },
5412
+ "timestampFrom": {
5413
+ "type": "string"
5414
+ },
5415
+ "timestampTo": {
5416
+ "type": "string"
5417
+ }
5418
+ }
5419
+ },
5420
+ "pushwoosh.statistics.exportservice.v2.ExportUnregisteredDevicesResult": {
5421
+ "type": "I",
5422
+ "fields": {
5423
+ "file": {
5424
+ "type": "string"
5425
+ }
5426
+ }
5427
+ },
5428
+ "pushwoosh.statistics.exportservice.v2.ExportRichMediaFormValuesArgs": {
5429
+ "type": "I",
5430
+ "fields": {
5431
+ "applicationCode": {
5432
+ "type": "string"
5433
+ },
5434
+ "richMediaCode": {
5435
+ "type": "string"
5436
+ },
5437
+ "elementId": {
5438
+ "type": "string"
5439
+ }
5440
+ }
5441
+ },
5442
+ "pushwoosh.statistics.exportservice.v2.ExportRichMediaFormValuesResult": {
5443
+ "type": "I",
5444
+ "fields": {
5445
+ "file": {
5446
+ "type": "string"
5447
+ }
5448
+ }
5449
+ },
5450
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageArgs": {
5451
+ "type": "I",
5452
+ "fields": {
5453
+ "application": {
5454
+ "type": "string"
5455
+ },
5456
+ "filter": {
5457
+ "type": "string"
5458
+ },
5459
+ "messageId": {
5460
+ "type": "number"
5461
+ }
5462
+ }
5463
+ },
5464
+ "pushwoosh.statistics.exportservice.v2.MessageMetric": {
5465
+ "type": "I",
5466
+ "fields": {
5467
+ "sends": {
5468
+ "type": "number"
5469
+ },
5470
+ "opens": {
5471
+ "type": "number"
5472
+ },
5473
+ "ctr": {
5474
+ "type": "number"
5475
+ },
5476
+ "platform": {
5477
+ "type": "number"
5478
+ }
5479
+ }
5480
+ },
5481
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageResult": {
5482
+ "type": "I",
5483
+ "fields": {
5484
+ "metrics": {
5485
+ "type": "pushwoosh.statistics.exportservice.v2.MessageMetric",
5486
+ "array": true
5487
+ }
5488
+ }
5489
+ },
5490
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageLastTaskParams": {
5491
+ "type": "I",
5492
+ "fields": {
5493
+ "messageId": {
5494
+ "type": "number"
5495
+ }
5496
+ }
5497
+ },
5498
+ "pushwoosh.statistics.exportservice.v2.ExportApplySegmentToMessageArgs": {
5499
+ "type": "I",
5500
+ "fields": {
5501
+ "application": {
5502
+ "type": "string"
5503
+ },
5504
+ "filter": {
5505
+ "type": "string"
5506
+ },
5507
+ "messageId": {
5508
+ "type": "number"
5509
+ }
5510
+ }
5511
+ },
5512
+ "pushwoosh.statistics.exportservice.v2.ExportApplySegmentToMessageResult": {
5513
+ "type": "I",
5514
+ "fields": {
5515
+ "file": {
5516
+ "type": "string"
5517
+ }
5518
+ }
5519
+ },
5520
+ "pushwoosh.statistics.exportservice.v2.CalculateRetentionArgs": {
5521
+ "type": "I",
5522
+ "fields": {
5523
+ "application": {
5524
+ "type": "string"
5525
+ },
5526
+ "dateFrom": {
5527
+ "type": "Date"
5528
+ },
5529
+ "dateTo": {
5530
+ "type": "Date"
5531
+ },
5532
+ "initialEvent": {
5533
+ "type": "string"
5534
+ },
5535
+ "targetEvent": {
5536
+ "type": "string"
5537
+ }
5538
+ }
5539
+ },
5540
+ "pushwoosh.statistics.exportservice.v2.CalculateRetentionResult.Row": {
5541
+ "type": "I",
5542
+ "fields": {
5543
+ "cells": {
5544
+ "type": "number",
5545
+ "array": true
5546
+ }
5547
+ }
5548
+ },
5549
+ "pushwoosh.statistics.exportservice.v2.CalculateRetentionResult": {
5550
+ "type": "I",
5551
+ "fields": {
5552
+ "dates": {
5553
+ "type": "Date",
5554
+ "array": true
5555
+ },
5556
+ "initialEventTriggered": {
5557
+ "type": "number",
5558
+ "array": true
5559
+ },
5560
+ "rowsCount": {
5561
+ "type": "pushwoosh.statistics.exportservice.v2.CalculateRetentionResult.Row",
5562
+ "array": true
5563
+ },
5564
+ "rowsPercent": {
5565
+ "type": "pushwoosh.statistics.exportservice.v2.CalculateRetentionResult.Row",
5566
+ "array": true
5567
+ },
5568
+ "linearChartData": {
5569
+ "type": "number",
5570
+ "array": true
5571
+ }
5572
+ }
5573
+ },
5574
+ "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs.RichMediaSendChannel": {
5575
+ "type": "E",
5576
+ "values": [
5577
+ "RichMediaSendChannel_UNDEFINED",
5578
+ "IN_APP",
5579
+ "CJ",
5580
+ "PUSH"
5581
+ ]
5582
+ },
5583
+ "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs.RichMediaFilters": {
5584
+ "type": "I",
5585
+ "fields": {
5586
+ "dateFrom": {
5587
+ "type": "Date"
5588
+ },
5589
+ "dateTo": {
5590
+ "type": "Date"
5591
+ },
5592
+ "sendChannels": {
5593
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs.RichMediaSendChannel",
5594
+ "array": true
5595
+ },
5596
+ "platforms": {
5597
+ "type": "number",
5598
+ "array": true
5599
+ },
5600
+ "messageCode": {
5601
+ "type": "string"
5602
+ },
5603
+ "campaignCode": {
5604
+ "type": "string"
5605
+ },
5606
+ "inAppCode": {
5607
+ "type": "string"
5608
+ }
5609
+ }
5610
+ },
5611
+ "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs": {
5612
+ "type": "I",
5613
+ "fields": {
5614
+ "applicationCode": {
5615
+ "type": "string"
5616
+ },
5617
+ "richMediaCode": {
5618
+ "type": "string"
5619
+ },
5620
+ "filters": {
5621
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs.RichMediaFilters"
5622
+ }
5623
+ }
5624
+ },
5625
+ "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsResult": {
5626
+ "type": "I",
5627
+ "fields": {
5628
+ "file": {
5629
+ "type": "string"
5630
+ }
5631
+ }
5632
+ },
5633
+ "pushwoosh.statistics.exportservice.v2.SegmentMetricType": {
5634
+ "type": "E",
5635
+ "values": [
5636
+ "SegmentMetricType_UNKNOWN",
5637
+ "EventTriggeredTimeseries"
5638
+ ]
5639
+ },
5640
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentToMetricArgs": {
5641
+ "type": "I",
5642
+ "fields": {
5643
+ "application": {
5644
+ "type": "string"
5645
+ },
5646
+ "filter": {
5647
+ "type": "string"
5648
+ },
5649
+ "event": {
5650
+ "type": "string"
5651
+ },
5652
+ "metricType": {
5653
+ "type": "pushwoosh.statistics.exportservice.v2.SegmentMetricType"
5654
+ },
5655
+ "dateFrom": {
5656
+ "type": "string"
5657
+ },
5658
+ "dateTo": {
5659
+ "type": "string"
5660
+ }
5661
+ }
5662
+ },
5663
+ "pushwoosh.statistics.exportservice.v2.TimeseriesRow": {
5664
+ "type": "I",
5665
+ "fields": {
5666
+ "timestamp": {
5667
+ "type": "string"
5668
+ },
5669
+ "platform": {
5670
+ "type": "number"
5671
+ },
5672
+ "value": {
5673
+ "type": "number"
5674
+ }
5675
+ }
5676
+ },
5677
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentToMetricResult.EventTriggeredTimeseries": {
5678
+ "type": "I",
5679
+ "fields": {
5680
+ "rows": {
5681
+ "type": "pushwoosh.statistics.exportservice.v2.TimeseriesRow",
5682
+ "array": true
5683
+ }
5684
+ }
5685
+ },
5686
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentToMetricResult": {
5687
+ "type": "I",
5688
+ "fields": {
5689
+ "eventTriggeredTimeseries": {
5690
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMetricResult.EventTriggeredTimeseries"
5691
+ },
5692
+ "file": {
5693
+ "type": "string"
5694
+ }
5695
+ },
5696
+ "oneofs": {
5697
+ "result": {
5698
+ "oneof": [
5699
+ "eventTriggeredTimeseries"
5700
+ ]
5701
+ }
5702
+ }
5703
+ },
5704
+ "pushwoosh.statistics.exportservice.v2.ExportBouncedEmailsArgs.Type": {
5705
+ "type": "E",
5706
+ "values": [
5707
+ "all",
5708
+ "complaints",
5709
+ "soft_bounces",
5710
+ "hard_bounces"
5711
+ ]
5712
+ },
5713
+ "pushwoosh.statistics.exportservice.v2.ExportBouncedEmailsArgs": {
5714
+ "type": "I",
5715
+ "fields": {
5716
+ "messageId": {
5717
+ "type": "number"
5718
+ },
5719
+ "campaign": {
5720
+ "type": "string"
5721
+ },
5722
+ "application": {
5723
+ "type": "string"
5724
+ },
5725
+ "type": {
5726
+ "type": "pushwoosh.statistics.exportservice.v2.ExportBouncedEmailsArgs.Type"
5727
+ },
5728
+ "dateFrom": {
5729
+ "type": "Date"
5730
+ },
5731
+ "dateTo": {
5732
+ "type": "Date"
5733
+ }
5734
+ }
5735
+ },
5736
+ "pushwoosh.statistics.exportservice.v2.ExportBouncedEmailsResult": {
5737
+ "type": "I",
5738
+ "fields": {
5739
+ "file": {
5740
+ "type": "string"
5741
+ }
5742
+ }
5743
+ },
5744
+ "pushwoosh.statistics.exportservice.v2.ExportJourneysHistoryArgs": {
5745
+ "type": "I",
5746
+ "fields": {
5747
+ "application": {
5748
+ "type": "string"
5749
+ },
5750
+ "filterTitle": {
5751
+ "type": "string"
5752
+ },
5753
+ "categories": {
5754
+ "type": "string",
5755
+ "array": true
5756
+ },
5757
+ "statuses": {
5758
+ "type": "number",
5759
+ "array": true
5760
+ },
5761
+ "campaignTypes": {
5762
+ "type": "number",
5763
+ "array": true
5764
+ },
5765
+ "dateFrom": {
5766
+ "type": "Date"
5767
+ },
5768
+ "dateTo": {
5769
+ "type": "Date"
5770
+ }
5771
+ }
5772
+ },
5773
+ "pushwoosh.statistics.exportservice.v2.ExportJourneysHistoryResult": {
5774
+ "type": "I",
5775
+ "fields": {
5776
+ "file": {
5777
+ "type": "string"
5778
+ }
5779
+ }
5780
+ },
5781
+ "pushwoosh.statistics.exportservice.v2.ExportJourneyPointUsersArgs": {
5782
+ "type": "I",
5783
+ "fields": {
5784
+ "journeyUuid": {
5785
+ "type": "string"
5786
+ },
5787
+ "pointUuid": {
5788
+ "type": "string"
5789
+ },
5790
+ "dateFrom": {
5791
+ "type": "Date"
5792
+ },
5793
+ "dateTo": {
5794
+ "type": "Date"
5795
+ }
5796
+ }
5797
+ },
5798
+ "pushwoosh.statistics.exportservice.v2.ExportJourneyPointUsersResult": {
5799
+ "type": "I",
5800
+ "fields": {
5801
+ "file": {
5802
+ "type": "string"
5803
+ }
5804
+ }
5805
+ },
5806
+ "pushwoosh.statistics.exportservice.v2.ExportMessageRecipientsArgs.Type": {
5807
+ "type": "E",
5808
+ "values": [
5809
+ "sends",
5810
+ "deliveries",
5811
+ "opens"
5812
+ ]
5813
+ },
5814
+ "pushwoosh.statistics.exportservice.v2.ExportMessageRecipientsArgs": {
5815
+ "type": "I",
5816
+ "fields": {
5817
+ "messageId": {
5818
+ "type": "number"
5819
+ },
5820
+ "campaign": {
5821
+ "type": "string"
5822
+ },
5823
+ "application": {
5824
+ "type": "string"
5825
+ },
5826
+ "type": {
5827
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageRecipientsArgs.Type"
5828
+ },
5829
+ "dateFrom": {
5830
+ "type": "Date"
5831
+ },
5832
+ "dateTo": {
5833
+ "type": "Date"
5834
+ }
5835
+ }
5836
+ },
5837
+ "pushwoosh.statistics.exportservice.v2.ExportMessageRecipientsResult": {
5838
+ "type": "I",
5839
+ "fields": {
5840
+ "file": {
5841
+ "type": "string"
5842
+ }
5843
+ }
5844
+ },
5845
+ "pushwoosh.statistics.exportservice.v2.ExportMessageClicksDevicesArgs": {
5846
+ "type": "I",
5847
+ "fields": {
5848
+ "messageId": {
5849
+ "type": "number"
5850
+ },
5851
+ "campaign": {
5852
+ "type": "string"
5853
+ },
5854
+ "linkTemplate": {
5855
+ "type": "string"
5856
+ },
5857
+ "application": {
5858
+ "type": "string"
5859
+ },
5860
+ "dateFrom": {
5861
+ "type": "Date"
5862
+ },
5863
+ "dateTo": {
5864
+ "type": "Date"
5865
+ }
5866
+ }
5867
+ },
5868
+ "pushwoosh.statistics.exportservice.v2.ExportMessageClicksDevicesResult": {
5869
+ "type": "I",
5870
+ "fields": {
5871
+ "file": {
5872
+ "type": "string"
5873
+ }
5874
+ }
5875
+ },
5876
+ "pushwoosh.statistics.exportservice.v2.ExportMessageEventTriggeredDevicesArgs": {
5877
+ "type": "I",
5878
+ "fields": {
5879
+ "messageId": {
5880
+ "type": "number"
5881
+ },
5882
+ "campaign": {
5883
+ "type": "string"
5884
+ },
5885
+ "event": {
5886
+ "type": "string"
5887
+ },
5888
+ "application": {
5889
+ "type": "string"
5890
+ },
5891
+ "dateFrom": {
5892
+ "type": "Date"
5893
+ },
5894
+ "dateTo": {
5895
+ "type": "Date"
5896
+ }
5897
+ }
5898
+ },
5899
+ "pushwoosh.statistics.exportservice.v2.ExportMessageEventTriggeredDevicesResult": {
5900
+ "type": "I",
5901
+ "fields": {
5902
+ "file": {
5903
+ "type": "string"
5904
+ }
5905
+ }
5906
+ },
5907
+ "pushwoosh.statistics.exportservice.v2.ExportMessageErrorsDevicesArgs": {
5908
+ "type": "I",
5909
+ "fields": {
5910
+ "messageId": {
5911
+ "type": "number"
5912
+ },
5913
+ "campaign": {
5914
+ "type": "string"
5915
+ },
5916
+ "statusCode": {
5917
+ "type": "number"
5918
+ },
5919
+ "application": {
5920
+ "type": "string"
5921
+ },
5922
+ "platform": {
5923
+ "type": "number"
5924
+ },
5925
+ "dateFrom": {
5926
+ "type": "Date"
5927
+ },
5928
+ "dateTo": {
5929
+ "type": "Date"
5930
+ }
5931
+ }
5932
+ },
5933
+ "pushwoosh.statistics.exportservice.v2.ExportMessageErrorsDevicesResult": {
5934
+ "type": "I",
5935
+ "fields": {
5936
+ "file": {
5937
+ "type": "string"
5938
+ }
5939
+ }
5940
+ },
5941
+ "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageArgs.Type": {
5942
+ "type": "E",
5943
+ "values": [
5944
+ "send_devices",
5945
+ "delivered_devices",
5946
+ "opened_devices",
5947
+ "link_clicked_devices",
5948
+ "event_triggered_devices",
5949
+ "send_with_error_devices",
5950
+ "send_with_email_error_devices"
5951
+ ]
5952
+ },
5953
+ "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageArgs.EmailErrorType": {
5954
+ "type": "E",
5955
+ "values": [
5956
+ "complaints",
5957
+ "soft_bounces",
5958
+ "hard_bounces"
5959
+ ]
5960
+ },
5961
+ "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageArgs": {
5962
+ "type": "I",
5963
+ "fields": {
5964
+ "messageId": {
5965
+ "type": "number"
5966
+ },
5967
+ "campaign": {
5968
+ "type": "string"
5969
+ },
5970
+ "statusCode": {
5971
+ "type": "number"
5972
+ },
5973
+ "linkTemplate": {
5974
+ "type": "string"
5975
+ },
5976
+ "event": {
5977
+ "type": "string"
5978
+ },
5979
+ "application": {
5980
+ "type": "string"
5981
+ },
5982
+ "type": {
5983
+ "type": "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageArgs.Type"
5984
+ },
5985
+ "emailErrorType": {
5986
+ "type": "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageArgs.EmailErrorType"
5987
+ },
5988
+ "dateFrom": {
5989
+ "type": "Date"
5990
+ },
5991
+ "dateTo": {
5992
+ "type": "Date"
5993
+ }
5994
+ }
5995
+ },
5996
+ "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageResult": {
5997
+ "type": "I",
5998
+ "fields": {
5999
+ "segment": {
6000
+ "type": "string"
6001
+ }
6002
+ }
6003
+ },
6004
+ "pushwoosh.export_messages.v2.ExportRequest": {
6005
+ "type": "I",
6006
+ "fields": {
6007
+ "type": {
6008
+ "type": "pushwoosh.export_messages.v2.TaskType"
6009
+ },
6010
+ "trackingLogCsv": {
6011
+ "type": "pushwoosh.export_messages.v2.TrackingLogCSVArgs"
6012
+ },
6013
+ "exportMessagesV2": {
6014
+ "type": "pushwoosh.export_messages.v2.ExportMessagesV2Args"
6015
+ },
6016
+ "exportUnregisteredDevices": {
6017
+ "type": "pushwoosh.export_messages.v2.ExportUnregisteredDevicesArgs"
6018
+ },
6019
+ "exportRichMediaFormValues": {
6020
+ "type": "pushwoosh.export_messages.v2.ExportRichMediaFormValuesArgs"
6021
+ },
6022
+ "applySegmentToMessage": {
6023
+ "type": "pushwoosh.export_messages.v2.ApplySegmentToMessageArgs"
6024
+ },
6025
+ "exportApplySegmentToMessage": {
6026
+ "type": "pushwoosh.export_messages.v2.ExportApplySegmentToMessageArgs"
6027
+ },
6028
+ "calculateRetention": {
6029
+ "type": "pushwoosh.export_messages.v2.CalculateRetentionArgs"
6030
+ },
6031
+ "applySegmentToMetric": {
6032
+ "type": "pushwoosh.export_messages.v2.ApplySegmentToMetricArgs"
6033
+ },
6034
+ "exportRichMediaRecipients": {
6035
+ "type": "pushwoosh.export_messages.v2.ExportRichMediaRecipientsArgs"
6036
+ },
6037
+ "exportBouncedEmails": {
6038
+ "type": "pushwoosh.export_messages.v2.ExportBouncedEmailsArgs"
6039
+ },
6040
+ "exportJourneysHistory": {
6041
+ "type": "pushwoosh.export_messages.v2.ExportJourneysHistoryArgs"
6042
+ },
6043
+ "exportJourneyPointUsers": {
6044
+ "type": "pushwoosh.export_messages.v2.ExportJourneyPointUsersArgs"
6045
+ },
6046
+ "exportMessageRecipients": {
6047
+ "type": "pushwoosh.export_messages.v2.ExportMessageRecipientsArgs"
6048
+ },
6049
+ "exportMessageClicksDevices": {
6050
+ "type": "pushwoosh.export_messages.v2.ExportMessageClicksDevicesArgs"
6051
+ },
6052
+ "exportMessageEventTriggeredDevices": {
6053
+ "type": "pushwoosh.export_messages.v2.ExportMessageEventTriggeredDevicesArgs"
6054
+ },
6055
+ "exportMessageErrorDevices": {
6056
+ "type": "pushwoosh.export_messages.v2.ExportMessageErrorsDevicesArgs"
6057
+ },
6058
+ "createSegmentFromMessage": {
6059
+ "type": "pushwoosh.export_messages.v2.CreateSegmentFromMessageArgs"
6060
+ }
6061
+ },
6062
+ "oneofs": {
6063
+ "args": {
6064
+ "oneof": [
6065
+ "trackingLogCsv",
6066
+ "exportMessagesV2",
6067
+ "exportUnregisteredDevices",
6068
+ "exportRichMediaFormValues",
6069
+ "applySegmentToMessage",
6070
+ "exportApplySegmentToMessage",
6071
+ "calculateRetention",
6072
+ "applySegmentToMetric",
6073
+ "exportRichMediaRecipients",
6074
+ "exportBouncedEmails",
6075
+ "exportJourneysHistory",
6076
+ "exportJourneyPointUsers",
6077
+ "exportMessageRecipients",
6078
+ "exportMessageClicksDevices",
6079
+ "exportMessageEventTriggeredDevices",
6080
+ "exportMessageErrorDevices",
6081
+ "createSegmentFromMessage"
6082
+ ]
6083
+ }
6084
+ }
6085
+ },
6086
+ "pushwoosh.export_messages.v2.ExportResponse": {
6087
+ "type": "I",
6088
+ "fields": {
6089
+ "uid": {
6090
+ "type": "number"
6091
+ }
6092
+ }
6093
+ },
6094
+ "pushwoosh.export_messages.v2.DeleteRequest": {
6095
+ "type": "I",
6096
+ "fields": {
6097
+ "uid": {
6098
+ "type": "number"
6099
+ }
6100
+ }
6101
+ },
6102
+ "pushwoosh.export_messages.v2.DeleteResponse": {
6103
+ "type": "I",
6104
+ "fields": {}
6105
+ },
6106
+ "pushwoosh.export_messages.v2.StatusRequest": {
6107
+ "type": "I",
6108
+ "fields": {
6109
+ "uid": {
6110
+ "type": "number"
6111
+ }
6112
+ }
6113
+ },
6114
+ "pushwoosh.export_messages.v2.Status": {
6115
+ "type": "E",
6116
+ "values": [
6117
+ "STATUS_UNSPECIFIED",
6118
+ "STATUS_PENDING",
6119
+ "STATUS_SUCCESS",
6120
+ "STATUS_FAILED"
6121
+ ]
6122
+ },
6123
+ "pushwoosh.export_messages.v2.StatusResponse": {
6124
+ "type": "I",
6125
+ "fields": {
6126
+ "status": {
6127
+ "type": "pushwoosh.export_messages.v2.Status"
6128
+ },
6129
+ "progress": {
6130
+ "type": "number"
6131
+ }
6132
+ }
6133
+ },
6134
+ "pushwoosh.export_messages.v2.ResultRequest": {
6135
+ "type": "I",
6136
+ "fields": {
6137
+ "uid": {
6138
+ "type": "number"
6139
+ }
6140
+ }
6141
+ },
6142
+ "pushwoosh.export_messages.v2.ResultResponse": {
6143
+ "type": "I",
6144
+ "fields": {
6145
+ "type": {
6146
+ "type": "pushwoosh.export_messages.v2.TaskType"
6147
+ },
6148
+ "failedTask": {
6149
+ "type": "pushwoosh.export_messages.v2.TaskFailed"
6150
+ },
6151
+ "trackingLogResult": {
6152
+ "type": "pushwoosh.export_messages.v2.TrackingLogCSVResult"
6153
+ },
6154
+ "exportMessagesV2Result": {
6155
+ "type": "pushwoosh.export_messages.v2.ExportMessagesV2Result"
6156
+ },
6157
+ "exportUnregisteredDevicesResult": {
6158
+ "type": "pushwoosh.export_messages.v2.ExportUnregisteredDevicesResult"
6159
+ },
6160
+ "exportRichMediaFormValuesResult": {
6161
+ "type": "pushwoosh.export_messages.v2.ExportRichMediaFormValuesResult"
6162
+ },
6163
+ "applySegmentToMessageResult": {
6164
+ "type": "pushwoosh.export_messages.v2.ApplySegmentToMessageResult"
6165
+ },
6166
+ "exportApplySegmentToMessageResult": {
6167
+ "type": "pushwoosh.export_messages.v2.ExportApplySegmentToMessageResult"
6168
+ },
6169
+ "calculateRetentionResult": {
6170
+ "type": "pushwoosh.export_messages.v2.CalculateRetentionResult"
6171
+ },
6172
+ "applySegmentToMetricResult": {
6173
+ "type": "pushwoosh.export_messages.v2.ApplySegmentToMetricResult"
6174
+ },
6175
+ "exportRichMediaRecipientsResult": {
6176
+ "type": "pushwoosh.export_messages.v2.ExportRichMediaRecipientsResult"
6177
+ },
6178
+ "exportBouncedEmailsResult": {
6179
+ "type": "pushwoosh.export_messages.v2.ExportBouncedEmailsResult"
6180
+ },
6181
+ "exportJourneysHistoryResult": {
6182
+ "type": "pushwoosh.export_messages.v2.ExportJourneysHistoryResult"
6183
+ },
6184
+ "exportJourneyPointUsersResult": {
6185
+ "type": "pushwoosh.export_messages.v2.ExportJourneyPointUsersResult"
6186
+ },
6187
+ "exportMessageRecipientsResult": {
6188
+ "type": "pushwoosh.export_messages.v2.ExportMessageRecipientsResult"
6189
+ },
6190
+ "exportMessageClicksDevicesResult": {
6191
+ "type": "pushwoosh.export_messages.v2.ExportMessageClicksDevicesResult"
6192
+ },
6193
+ "exportMessageEventTriggeredDevicesResult": {
6194
+ "type": "pushwoosh.export_messages.v2.ExportMessageEventTriggeredDevicesResult"
6195
+ },
6196
+ "exportMessageErrorDevicesResult": {
6197
+ "type": "pushwoosh.export_messages.v2.ExportMessageErrorsDevicesResult"
6198
+ },
6199
+ "createSegmentFromMessageResult": {
6200
+ "type": "pushwoosh.export_messages.v2.CreateSegmentFromMessageResult"
6201
+ }
6202
+ },
6203
+ "oneofs": {
6204
+ "result": {
6205
+ "oneof": [
6206
+ "failedTask",
6207
+ "trackingLogResult",
6208
+ "exportMessagesV2Result",
6209
+ "exportUnregisteredDevicesResult",
6210
+ "exportRichMediaFormValuesResult",
6211
+ "applySegmentToMessageResult",
6212
+ "exportApplySegmentToMessageResult",
6213
+ "calculateRetentionResult",
6214
+ "applySegmentToMetricResult",
6215
+ "exportRichMediaRecipientsResult",
6216
+ "exportBouncedEmailsResult",
6217
+ "exportJourneysHistoryResult",
6218
+ "exportJourneyPointUsersResult",
6219
+ "exportMessageRecipientsResult",
6220
+ "exportMessageClicksDevicesResult",
6221
+ "exportMessageEventTriggeredDevicesResult",
6222
+ "exportMessageErrorDevicesResult",
6223
+ "createSegmentFromMessageResult"
6224
+ ]
6225
+ }
6226
+ }
6227
+ },
6228
+ "pushwoosh.export_messages.v2.GetLastTasksRequest": {
6229
+ "type": "I",
6230
+ "fields": {
6231
+ "type": {
6232
+ "type": "pushwoosh.export_messages.v2.TaskType"
6233
+ },
6234
+ "application": {
6235
+ "type": "string"
6236
+ },
6237
+ "limit": {
6238
+ "type": "number"
6239
+ },
6240
+ "messageId": {
6241
+ "type": "number"
6242
+ }
6243
+ }
6244
+ },
6245
+ "pushwoosh.export_messages.v2.TaskInfo": {
6246
+ "type": "I",
6247
+ "fields": {
6248
+ "id": {
6249
+ "type": "number"
6250
+ },
6251
+ "timestamp": {
6252
+ "type": "string"
6253
+ },
6254
+ "status": {
6255
+ "type": "pushwoosh.export_messages.v2.Status"
6256
+ },
6257
+ "exportSegment": {
6258
+ "type": "string",
6259
+ "mapKeyType": "string"
6260
+ },
6261
+ "trackingLogCsv": {
6262
+ "type": "pushwoosh.export_messages.v2.TrackingLogCSVArgs"
6263
+ },
6264
+ "exportMessagesV2": {
6265
+ "type": "pushwoosh.export_messages.v2.ExportMessagesV2Args"
6266
+ },
6267
+ "exportUnregisteredDevices": {
6268
+ "type": "pushwoosh.export_messages.v2.ExportUnregisteredDevicesArgs"
6269
+ },
6270
+ "exportRichMediaFormValues": {
6271
+ "type": "pushwoosh.export_messages.v2.ExportRichMediaFormValuesArgs"
6272
+ },
6273
+ "applySegmentToMessage": {
6274
+ "type": "pushwoosh.export_messages.v2.ApplySegmentToMessageArgs"
6275
+ },
6276
+ "exportRichMediaRecipients": {
6277
+ "type": "pushwoosh.export_messages.v2.ExportRichMediaRecipientsArgs"
6278
+ },
6279
+ "exportJourneysHistory": {
6280
+ "type": "pushwoosh.export_messages.v2.ExportJourneysHistoryArgs"
6281
+ },
6282
+ "failedTask": {
6283
+ "type": "pushwoosh.export_messages.v2.TaskFailed"
6284
+ },
6285
+ "trackingLogResult": {
6286
+ "type": "pushwoosh.export_messages.v2.TrackingLogCSVResult"
6287
+ },
6288
+ "exportMessagesV2Result": {
6289
+ "type": "pushwoosh.export_messages.v2.ExportMessagesV2Result"
6290
+ },
6291
+ "exportUnregisteredDevicesResult": {
6292
+ "type": "pushwoosh.export_messages.v2.ExportUnregisteredDevicesResult"
6293
+ },
6294
+ "exportRichMediaFormValuesResult": {
6295
+ "type": "pushwoosh.export_messages.v2.ExportRichMediaFormValuesResult"
6296
+ },
6297
+ "applySegmentToMessageResult": {
6298
+ "type": "pushwoosh.export_messages.v2.ApplySegmentToMessageResult"
6299
+ },
6300
+ "exportRichMediaRecipientsResult": {
6301
+ "type": "pushwoosh.export_messages.v2.ExportRichMediaRecipientsResult"
6302
+ },
6303
+ "exportJourneysHistoryResult": {
6304
+ "type": "pushwoosh.export_messages.v2.ExportJourneysHistoryResult"
6305
+ }
6306
+ },
6307
+ "oneofs": {
6308
+ "args": {
6309
+ "oneof": [
6310
+ "trackingLogCsv",
6311
+ "exportMessagesV2",
6312
+ "exportUnregisteredDevices",
6313
+ "exportRichMediaFormValues",
6314
+ "applySegmentToMessage",
6315
+ "exportRichMediaRecipients",
6316
+ "exportJourneysHistory"
6317
+ ]
6318
+ },
6319
+ "result": {
6320
+ "oneof": [
6321
+ "failedTask",
6322
+ "trackingLogResult",
6323
+ "exportMessagesV2Result",
6324
+ "exportUnregisteredDevicesResult",
6325
+ "exportRichMediaFormValuesResult",
6326
+ "applySegmentToMessageResult",
6327
+ "exportRichMediaRecipientsResult",
6328
+ "exportJourneysHistoryResult"
6329
+ ]
6330
+ }
6331
+ }
6332
+ },
6333
+ "pushwoosh.export_messages.v2.GetLastTasksResponse": {
6334
+ "type": "I",
6335
+ "fields": {
6336
+ "tasks": {
6337
+ "type": "pushwoosh.export_messages.v2.TaskInfo",
6338
+ "array": true
6339
+ }
6340
+ }
6341
+ },
6342
+ "pushwoosh.export_messages.v2.TaskType": {
6343
+ "type": "E",
6344
+ "values": [
6345
+ "TASK_TYPE_UNSPECIFIED",
6346
+ "TASK_TYPE_FAILED",
6347
+ "TASK_TYPE_TRACKING_LOG_CSV",
6348
+ "TASK_TYPE_EXPORT_MESSAGES",
6349
+ "TASK_TYPE_EXPORT_MESSAGES_V2",
6350
+ "TASK_TYPE_EXPORT_UNREGISTERED_DEVICES",
6351
+ "TASK_TYPE_EXPORT_RICH_MEDIA_FORM_VALUES",
6352
+ "TASK_TYPE_APPLY_SEGMENT_TO_MESSAGE",
6353
+ "TASK_TYPE_EXPORT_APPLY_SEGMENT_TO_MESSAGE",
6354
+ "TASK_TYPE_CALCULATE_RETENTION",
6355
+ "TASK_TYPE_APPLY_SEGMENT_TO_METRIC",
6356
+ "TASK_TYPE_EXPORT_RICH_MEDIA_RECIPIENTS",
6357
+ "TASK_TYPE_EXPORT_BOUNCED_EMAILS",
6358
+ "TASK_TYPE_EXPORT_JOURNEYS_HISTORY",
6359
+ "TASK_TYPE_EXPORT_JOURNEY_POINT_USERS",
6360
+ "TASK_TYPE_EXPORT_MESSAGE_RECIPIENTS",
6361
+ "TASK_TYPE_EXPORT_MESSAGE_CLICKS_DEVICES",
6362
+ "TASK_TYPE_EXPORT_MESSAGE_EVENT_TRIGGERED_DEVICES",
6363
+ "TASK_TYPE_EXPORT_MESSAGE_ERROR_DEVICES",
6364
+ "TASK_TYPE_CREATE_SEGMENT_FROM_MESSAGE"
6365
+ ]
6366
+ },
6367
+ "pushwoosh.export_messages.v2.TaskFailed": {
6368
+ "type": "I",
6369
+ "fields": {}
6370
+ },
6371
+ "pushwoosh.export_messages.v2.TrackingLogCSVArgs": {
6372
+ "type": "I",
6373
+ "fields": {
6374
+ "messageId": {
6375
+ "type": "number"
6376
+ },
6377
+ "messageCode": {
6378
+ "type": "string"
6379
+ },
6380
+ "campaignCode": {
6381
+ "type": "string"
6382
+ },
6383
+ "hwid": {
6384
+ "type": "string"
6385
+ },
6386
+ "dateFrom": {
6387
+ "type": "string"
6388
+ },
6389
+ "dateTo": {
6390
+ "type": "string"
6391
+ },
6392
+ "userId": {
6393
+ "type": "string"
6394
+ },
6395
+ "applicationCode": {
6396
+ "type": "string"
6397
+ },
6398
+ "limit": {
6399
+ "type": "number"
6400
+ }
6401
+ }
6402
+ },
6403
+ "pushwoosh.export_messages.v2.TrackingLogCSVResult": {
6404
+ "type": "I",
6405
+ "fields": {
6406
+ "file": {
6407
+ "type": "string"
6408
+ }
6409
+ }
6410
+ },
6411
+ "pushwoosh.export_messages.v2.ExportMessageProperty": {
6412
+ "type": "E",
6413
+ "values": [
6414
+ "EXPORT_MESSAGE_PROPERTY_UNSPECIFIED",
6415
+ "EXPORT_MESSAGE_PROPERTY_ID",
6416
+ "EXPORT_MESSAGE_PROPERTY_TIMESTAMP",
6417
+ "EXPORT_MESSAGE_PROPERTY_CONTENT",
6418
+ "EXPORT_MESSAGE_PROPERTY_TITLE",
6419
+ "EXPORT_MESSAGE_PROPERTY_APPLICATIONS",
6420
+ "EXPORT_MESSAGE_PROPERTY_STATUS",
6421
+ "EXPORT_MESSAGE_PROPERTY_PLATFORMS",
6422
+ "EXPORT_MESSAGE_PROPERTY_SOURCE",
6423
+ "EXPORT_MESSAGE_PROPERTY_FILTER",
6424
+ "EXPORT_MESSAGE_PROPERTY_SUBSCRIPTION_SEGMENTS",
6425
+ "EXPORT_MESSAGE_PROPERTY_SENT",
6426
+ "EXPORT_MESSAGE_PROPERTY_OPENED",
6427
+ "EXPORT_MESSAGE_PROPERTY_ERRORS",
6428
+ "EXPORT_MESSAGE_PROPERTY_RECIPIENTS"
6429
+ ]
6430
+ },
6431
+ "pushwoosh.export_messages.v2.Source": {
6432
+ "type": "E",
6433
+ "values": [
6434
+ "SOURCE_UNSPECIFIED",
6435
+ "AB_EXPERIMENT",
6436
+ "AB_TEST",
6437
+ "API",
6438
+ "AUTO_PUSH",
6439
+ "CP",
6440
+ "CSV",
6441
+ "CUSTOMER_JOURNEY",
6442
+ "EMAIL_API",
6443
+ "EMAIL_CP",
6444
+ "GEO_ZONE",
6445
+ "PUSH_ON_EVENT",
6446
+ "RSS",
6447
+ "SYSTEM",
6448
+ "TWITTER"
6449
+ ]
6450
+ },
6451
+ "pushwoosh.export_messages.v2.MessageStatus": {
6452
+ "type": "E",
6453
+ "values": [
6454
+ "MESSAGE_STATUS_UNSPECIFIED",
6455
+ "MESSAGE_STATUS_CANCELED",
6456
+ "MESSAGE_STATUS_CREATING",
6457
+ "MESSAGE_STATUS_DONE",
6458
+ "MESSAGE_STATUS_FAIL",
6459
+ "MESSAGE_STATUS_PENDING",
6460
+ "MESSAGE_STATUS_PROCESSING",
6461
+ "MESSAGE_STATUS_WAITING"
6462
+ ]
6463
+ },
6464
+ "pushwoosh.export_messages.v2.ApplySegmentExportType": {
6465
+ "type": "E",
6466
+ "values": [
6467
+ "APPLY_SEGMENT_EXPORT_TYPE_UNSPECIFIED",
6468
+ "ALL",
6469
+ "OPEN",
6470
+ "NOT_OPEN"
6471
+ ]
6472
+ },
6473
+ "pushwoosh.export_messages.v2.DateRange": {
6474
+ "type": "I",
6475
+ "fields": {
6476
+ "dateFrom": {
6477
+ "type": "string"
6478
+ },
6479
+ "dateTo": {
6480
+ "type": "string"
6481
+ }
6482
+ }
6483
+ },
6484
+ "pushwoosh.export_messages.v2.GetMessageHistoryFilters": {
6485
+ "type": "I",
6486
+ "fields": {
6487
+ "statuses": {
6488
+ "type": "pushwoosh.export_messages.v2.MessageStatus",
6489
+ "array": true
6490
+ },
6491
+ "platforms": {
6492
+ "type": "number",
6493
+ "array": true
6494
+ },
6495
+ "sentDate": {
6496
+ "type": "pushwoosh.export_messages.v2.DateRange"
6497
+ },
6498
+ "createdDate": {
6499
+ "type": "pushwoosh.export_messages.v2.DateRange"
6500
+ },
6501
+ "createdVia": {
6502
+ "type": "pushwoosh.export_messages.v2.Source",
6503
+ "array": true
6504
+ },
6505
+ "segments": {
6506
+ "type": "string",
6507
+ "array": true
6508
+ },
6509
+ "campaigns": {
6510
+ "type": "string",
6511
+ "array": true
6512
+ },
6513
+ "messageId": {
6514
+ "type": "number"
6515
+ },
6516
+ "messageCode": {
6517
+ "type": "string"
6518
+ }
6519
+ }
6520
+ },
6521
+ "pushwoosh.export_messages.v2.ExportMessagesV2Args": {
6522
+ "type": "I",
6523
+ "fields": {
6524
+ "search": {
6525
+ "type": "string"
6526
+ },
6527
+ "applicationCode": {
6528
+ "type": "string"
6529
+ },
6530
+ "appGroupCode": {
6531
+ "type": "string"
6532
+ },
6533
+ "filters": {
6534
+ "type": "pushwoosh.export_messages.v2.GetMessageHistoryFilters"
6535
+ },
6536
+ "properties": {
6537
+ "type": "pushwoosh.export_messages.v2.ExportMessageProperty",
6538
+ "array": true
6539
+ }
6540
+ }
6541
+ },
6542
+ "pushwoosh.export_messages.v2.ExportMessagesV2Result": {
6543
+ "type": "I",
6544
+ "fields": {
6545
+ "file": {
6546
+ "type": "string"
6547
+ }
6548
+ }
6549
+ },
6550
+ "pushwoosh.export_messages.v2.ExportUnregisteredDevicesArgs": {
6551
+ "type": "I",
6552
+ "fields": {
6553
+ "applicationCode": {
6554
+ "type": "string"
6555
+ },
6556
+ "timestampFrom": {
6557
+ "type": "string"
6558
+ },
6559
+ "timestampTo": {
6560
+ "type": "string"
6561
+ }
6562
+ }
6563
+ },
6564
+ "pushwoosh.export_messages.v2.ExportUnregisteredDevicesResult": {
6565
+ "type": "I",
6566
+ "fields": {
6567
+ "file": {
6568
+ "type": "string"
6569
+ }
6570
+ }
6571
+ },
6572
+ "pushwoosh.export_messages.v2.ExportRichMediaFormValuesArgs": {
6573
+ "type": "I",
6574
+ "fields": {
6575
+ "applicationCode": {
6576
+ "type": "string"
6577
+ },
6578
+ "richMediaCode": {
6579
+ "type": "string"
6580
+ },
6581
+ "elementId": {
6582
+ "type": "string"
6583
+ }
6584
+ }
6585
+ },
6586
+ "pushwoosh.export_messages.v2.ExportRichMediaFormValuesResult": {
6587
+ "type": "I",
6588
+ "fields": {
6589
+ "file": {
6590
+ "type": "string"
6591
+ }
6592
+ }
6593
+ },
6594
+ "pushwoosh.export_messages.v2.ApplySegmentToMessageArgs": {
6595
+ "type": "I",
6596
+ "fields": {
6597
+ "application": {
6598
+ "type": "string"
6599
+ },
6600
+ "filter": {
6601
+ "type": "string"
6602
+ },
6603
+ "messageId": {
6604
+ "type": "number"
6605
+ }
6606
+ }
6607
+ },
6608
+ "pushwoosh.export_messages.v2.MessageMetric": {
6609
+ "type": "I",
6610
+ "fields": {
6611
+ "sends": {
6612
+ "type": "number"
6613
+ },
6614
+ "opens": {
6615
+ "type": "number"
6616
+ },
6617
+ "ctr": {
6618
+ "type": "number"
6619
+ },
6620
+ "platform": {
6621
+ "type": "number"
6622
+ }
6623
+ }
6624
+ },
6625
+ "pushwoosh.export_messages.v2.ApplySegmentToMessageResult": {
6626
+ "type": "I",
6627
+ "fields": {
6628
+ "metrics": {
6629
+ "type": "pushwoosh.export_messages.v2.MessageMetric",
6630
+ "array": true
6631
+ }
6632
+ }
6633
+ },
6634
+ "pushwoosh.export_messages.v2.ApplySegmentToMessageLastTaskParams": {
6635
+ "type": "I",
6636
+ "fields": {
6637
+ "messageId": {
6638
+ "type": "number"
6639
+ }
6640
+ }
6641
+ },
6642
+ "pushwoosh.export_messages.v2.ExportApplySegmentToMessageArgs": {
6643
+ "type": "I",
6644
+ "fields": {
6645
+ "application": {
6646
+ "type": "string"
6647
+ },
6648
+ "filter": {
6649
+ "type": "string"
6650
+ },
6651
+ "messageId": {
6652
+ "type": "number"
6653
+ }
6654
+ }
6655
+ },
6656
+ "pushwoosh.export_messages.v2.ExportApplySegmentToMessageResult": {
6657
+ "type": "I",
6658
+ "fields": {
6659
+ "file": {
6660
+ "type": "string"
6661
+ }
6662
+ }
6663
+ },
6664
+ "pushwoosh.export_messages.v2.CalculateRetentionArgs": {
6665
+ "type": "I",
6666
+ "fields": {
6667
+ "application": {
6668
+ "type": "string"
6669
+ },
6670
+ "dateFrom": {
6671
+ "type": "Date"
6672
+ },
6673
+ "dateTo": {
6674
+ "type": "Date"
6675
+ },
6676
+ "initialEvent": {
6677
+ "type": "string"
6678
+ },
6679
+ "targetEvent": {
6680
+ "type": "string"
6681
+ }
6682
+ }
6683
+ },
6684
+ "pushwoosh.export_messages.v2.CalculateRetentionResult.Row": {
6685
+ "type": "I",
6686
+ "fields": {
6687
+ "cells": {
6688
+ "type": "number",
6689
+ "array": true
6690
+ }
6691
+ }
6692
+ },
6693
+ "pushwoosh.export_messages.v2.CalculateRetentionResult": {
6694
+ "type": "I",
6695
+ "fields": {
6696
+ "dates": {
6697
+ "type": "Date",
6698
+ "array": true
6699
+ },
6700
+ "initialEventTriggered": {
6701
+ "type": "number",
6702
+ "array": true
6703
+ },
6704
+ "rowsCount": {
6705
+ "type": "pushwoosh.export_messages.v2.CalculateRetentionResult.Row",
6706
+ "array": true
6707
+ },
6708
+ "rowsPercent": {
6709
+ "type": "pushwoosh.export_messages.v2.CalculateRetentionResult.Row",
6710
+ "array": true
6711
+ },
6712
+ "linearChartData": {
6713
+ "type": "number",
6714
+ "array": true
6715
+ }
6716
+ }
6717
+ },
6718
+ "pushwoosh.export_messages.v2.ExportRichMediaRecipientsArgs.RichMediaSendChannel": {
6719
+ "type": "E",
6720
+ "values": [
6721
+ "RichMediaSendChannel_UNDEFINED",
6722
+ "IN_APP",
6723
+ "CJ",
6724
+ "PUSH"
6725
+ ]
6726
+ },
6727
+ "pushwoosh.export_messages.v2.ExportRichMediaRecipientsArgs.RichMediaFilters": {
6728
+ "type": "I",
6729
+ "fields": {
6730
+ "dateFrom": {
6731
+ "type": "Date"
6732
+ },
6733
+ "dateTo": {
6734
+ "type": "Date"
6735
+ },
6736
+ "sendChannels": {
6737
+ "type": "pushwoosh.export_messages.v2.ExportRichMediaRecipientsArgs.RichMediaSendChannel",
6738
+ "array": true
6739
+ },
6740
+ "platforms": {
6741
+ "type": "number",
6742
+ "array": true
6743
+ },
6744
+ "messageCode": {
6745
+ "type": "string"
6746
+ },
6747
+ "campaignCode": {
6748
+ "type": "string"
6749
+ },
6750
+ "inAppCode": {
6751
+ "type": "string"
6752
+ }
6753
+ }
6754
+ },
6755
+ "pushwoosh.export_messages.v2.ExportRichMediaRecipientsArgs": {
6756
+ "type": "I",
6757
+ "fields": {
6758
+ "applicationCode": {
6759
+ "type": "string"
6760
+ },
6761
+ "richMediaCode": {
6762
+ "type": "string"
6763
+ },
6764
+ "filters": {
6765
+ "type": "pushwoosh.export_messages.v2.ExportRichMediaRecipientsArgs.RichMediaFilters"
6766
+ }
6767
+ }
6768
+ },
6769
+ "pushwoosh.export_messages.v2.ExportRichMediaRecipientsResult": {
6770
+ "type": "I",
6771
+ "fields": {
6772
+ "file": {
6773
+ "type": "string"
6774
+ }
6775
+ }
6776
+ },
6777
+ "pushwoosh.export_messages.v2.SegmentMetricType": {
6778
+ "type": "E",
6779
+ "values": [
6780
+ "SegmentMetricType_UNKNOWN",
6781
+ "EventTriggeredTimeseries"
6782
+ ]
6783
+ },
6784
+ "pushwoosh.export_messages.v2.ApplySegmentToMetricArgs": {
6785
+ "type": "I",
6786
+ "fields": {
6787
+ "application": {
6788
+ "type": "string"
6789
+ },
6790
+ "filter": {
6791
+ "type": "string"
6792
+ },
6793
+ "event": {
6794
+ "type": "string"
6795
+ },
6796
+ "metricType": {
6797
+ "type": "pushwoosh.export_messages.v2.SegmentMetricType"
6798
+ },
6799
+ "dateFrom": {
6800
+ "type": "string"
6801
+ },
6802
+ "dateTo": {
6803
+ "type": "string"
6804
+ }
6805
+ }
6806
+ },
6807
+ "pushwoosh.export_messages.v2.TimeseriesRow": {
6808
+ "type": "I",
6809
+ "fields": {
6810
+ "timestamp": {
6811
+ "type": "string"
6812
+ },
6813
+ "platform": {
6814
+ "type": "number"
6815
+ },
6816
+ "value": {
6817
+ "type": "number"
6818
+ }
6819
+ }
6820
+ },
6821
+ "pushwoosh.export_messages.v2.ApplySegmentToMetricResult.EventTriggeredTimeseries": {
6822
+ "type": "I",
6823
+ "fields": {
6824
+ "rows": {
6825
+ "type": "pushwoosh.export_messages.v2.TimeseriesRow",
6826
+ "array": true
6827
+ }
6828
+ }
6829
+ },
6830
+ "pushwoosh.export_messages.v2.ApplySegmentToMetricResult": {
6831
+ "type": "I",
6832
+ "fields": {
6833
+ "eventTriggeredTimeseries": {
6834
+ "type": "pushwoosh.export_messages.v2.ApplySegmentToMetricResult.EventTriggeredTimeseries"
6835
+ },
6836
+ "file": {
6837
+ "type": "string"
6838
+ }
6839
+ },
6840
+ "oneofs": {
6841
+ "result": {
6842
+ "oneof": [
6843
+ "eventTriggeredTimeseries"
6844
+ ]
6845
+ }
6846
+ }
6847
+ },
6848
+ "pushwoosh.export_messages.v2.ExportBouncedEmailsArgs.Type": {
6849
+ "type": "E",
6850
+ "values": [
6851
+ "all",
6852
+ "complaints",
6853
+ "soft_bounces",
6854
+ "hard_bounces"
6855
+ ]
6856
+ },
6857
+ "pushwoosh.export_messages.v2.ExportBouncedEmailsArgs": {
6858
+ "type": "I",
6859
+ "fields": {
6860
+ "messageId": {
6861
+ "type": "number"
6862
+ },
6863
+ "campaign": {
6864
+ "type": "string"
6865
+ },
6866
+ "application": {
6867
+ "type": "string"
6868
+ },
6869
+ "type": {
6870
+ "type": "pushwoosh.export_messages.v2.ExportBouncedEmailsArgs.Type"
6871
+ },
6872
+ "dateFrom": {
6873
+ "type": "Date"
6874
+ },
6875
+ "dateTo": {
6876
+ "type": "Date"
6877
+ }
6878
+ }
6879
+ },
6880
+ "pushwoosh.export_messages.v2.ExportBouncedEmailsResult": {
6881
+ "type": "I",
6882
+ "fields": {
6883
+ "file": {
6884
+ "type": "string"
6885
+ }
6886
+ }
6887
+ },
6888
+ "pushwoosh.export_messages.v2.ExportJourneysHistoryArgs": {
6889
+ "type": "I",
6890
+ "fields": {
6891
+ "application": {
6892
+ "type": "string"
6893
+ },
6894
+ "filterTitle": {
6895
+ "type": "string"
6896
+ },
6897
+ "categories": {
6898
+ "type": "string",
6899
+ "array": true
6900
+ },
6901
+ "statuses": {
6902
+ "type": "number",
6903
+ "array": true
6904
+ },
6905
+ "campaignTypes": {
6906
+ "type": "number",
6907
+ "array": true
6908
+ },
6909
+ "dateFrom": {
6910
+ "type": "Date"
6911
+ },
6912
+ "dateTo": {
6913
+ "type": "Date"
6914
+ }
6915
+ }
6916
+ },
6917
+ "pushwoosh.export_messages.v2.ExportJourneysHistoryResult": {
6918
+ "type": "I",
6919
+ "fields": {
6920
+ "file": {
6921
+ "type": "string"
6922
+ }
6923
+ }
6924
+ },
6925
+ "pushwoosh.export_messages.v2.ExportJourneyPointUsersArgs": {
6926
+ "type": "I",
6927
+ "fields": {
6928
+ "journeyUuid": {
6929
+ "type": "string"
6930
+ },
6931
+ "pointUuid": {
6932
+ "type": "string"
6933
+ },
6934
+ "dateFrom": {
6935
+ "type": "Date"
6936
+ },
6937
+ "dateTo": {
6938
+ "type": "Date"
6939
+ }
6940
+ }
6941
+ },
6942
+ "pushwoosh.export_messages.v2.ExportJourneyPointUsersResult": {
6943
+ "type": "I",
6944
+ "fields": {
6945
+ "file": {
6946
+ "type": "string"
6947
+ }
6948
+ }
6949
+ },
6950
+ "pushwoosh.export_messages.v2.ExportMessageRecipientsArgs.Type": {
6951
+ "type": "E",
6952
+ "values": [
6953
+ "sends",
6954
+ "deliveries",
6955
+ "opens"
6956
+ ]
6957
+ },
6958
+ "pushwoosh.export_messages.v2.ExportMessageRecipientsArgs": {
6959
+ "type": "I",
6960
+ "fields": {
6961
+ "messageId": {
6962
+ "type": "number"
6963
+ },
6964
+ "campaign": {
6965
+ "type": "string"
6966
+ },
6967
+ "application": {
6968
+ "type": "string"
6969
+ },
6970
+ "type": {
6971
+ "type": "pushwoosh.export_messages.v2.ExportMessageRecipientsArgs.Type"
6972
+ },
6973
+ "dateFrom": {
6974
+ "type": "Date"
6975
+ },
6976
+ "dateTo": {
6977
+ "type": "Date"
6978
+ }
6979
+ }
6980
+ },
6981
+ "pushwoosh.export_messages.v2.ExportMessageRecipientsResult": {
6982
+ "type": "I",
6983
+ "fields": {
6984
+ "file": {
6985
+ "type": "string"
6986
+ }
6987
+ }
6988
+ },
6989
+ "pushwoosh.export_messages.v2.ExportMessageClicksDevicesArgs": {
6990
+ "type": "I",
6991
+ "fields": {
6992
+ "messageId": {
6993
+ "type": "number"
6994
+ },
6995
+ "campaign": {
6996
+ "type": "string"
6997
+ },
6998
+ "linkTemplate": {
6999
+ "type": "string"
7000
+ },
7001
+ "application": {
7002
+ "type": "string"
7003
+ },
7004
+ "dateFrom": {
7005
+ "type": "Date"
7006
+ },
7007
+ "dateTo": {
7008
+ "type": "Date"
7009
+ }
7010
+ }
7011
+ },
7012
+ "pushwoosh.export_messages.v2.ExportMessageClicksDevicesResult": {
7013
+ "type": "I",
7014
+ "fields": {
7015
+ "file": {
7016
+ "type": "string"
7017
+ }
7018
+ }
7019
+ },
7020
+ "pushwoosh.export_messages.v2.ExportMessageEventTriggeredDevicesArgs": {
7021
+ "type": "I",
7022
+ "fields": {
7023
+ "messageId": {
7024
+ "type": "number"
7025
+ },
7026
+ "campaign": {
7027
+ "type": "string"
7028
+ },
7029
+ "event": {
7030
+ "type": "string"
7031
+ },
7032
+ "application": {
7033
+ "type": "string"
7034
+ },
7035
+ "dateFrom": {
7036
+ "type": "Date"
7037
+ },
7038
+ "dateTo": {
7039
+ "type": "Date"
7040
+ }
7041
+ }
7042
+ },
7043
+ "pushwoosh.export_messages.v2.ExportMessageEventTriggeredDevicesResult": {
7044
+ "type": "I",
7045
+ "fields": {
7046
+ "file": {
7047
+ "type": "string"
7048
+ }
7049
+ }
7050
+ },
7051
+ "pushwoosh.export_messages.v2.ExportMessageErrorsDevicesArgs": {
7052
+ "type": "I",
7053
+ "fields": {
7054
+ "messageId": {
7055
+ "type": "number"
7056
+ },
7057
+ "campaign": {
7058
+ "type": "string"
7059
+ },
7060
+ "statusCode": {
7061
+ "type": "number"
7062
+ },
7063
+ "application": {
7064
+ "type": "string"
7065
+ },
7066
+ "platform": {
7067
+ "type": "number"
7068
+ },
7069
+ "dateFrom": {
7070
+ "type": "Date"
7071
+ },
7072
+ "dateTo": {
7073
+ "type": "Date"
7074
+ }
7075
+ }
7076
+ },
7077
+ "pushwoosh.export_messages.v2.ExportMessageErrorsDevicesResult": {
7078
+ "type": "I",
7079
+ "fields": {
7080
+ "file": {
7081
+ "type": "string"
7082
+ }
7083
+ }
7084
+ },
7085
+ "pushwoosh.export_messages.v2.CreateSegmentFromMessageArgs.Type": {
7086
+ "type": "E",
7087
+ "values": [
7088
+ "send_devices",
7089
+ "delivered_devices",
7090
+ "opened_devices",
7091
+ "link_clicked_devices",
7092
+ "event_triggered_devices",
7093
+ "send_with_error_devices",
7094
+ "send_with_email_error_devices"
7095
+ ]
7096
+ },
7097
+ "pushwoosh.export_messages.v2.CreateSegmentFromMessageArgs.EmailErrorType": {
7098
+ "type": "E",
7099
+ "values": [
7100
+ "complaints",
7101
+ "soft_bounces",
7102
+ "hard_bounces"
7103
+ ]
7104
+ },
7105
+ "pushwoosh.export_messages.v2.CreateSegmentFromMessageArgs": {
7106
+ "type": "I",
7107
+ "fields": {
7108
+ "messageId": {
7109
+ "type": "number"
7110
+ },
7111
+ "campaign": {
7112
+ "type": "string"
7113
+ },
7114
+ "statusCode": {
7115
+ "type": "number"
7116
+ },
7117
+ "linkTemplate": {
7118
+ "type": "string"
7119
+ },
7120
+ "event": {
7121
+ "type": "string"
7122
+ },
7123
+ "application": {
7124
+ "type": "string"
7125
+ },
7126
+ "type": {
7127
+ "type": "pushwoosh.export_messages.v2.CreateSegmentFromMessageArgs.Type"
7128
+ },
7129
+ "emailErrorType": {
7130
+ "type": "pushwoosh.export_messages.v2.CreateSegmentFromMessageArgs.EmailErrorType"
7131
+ },
7132
+ "dateFrom": {
7133
+ "type": "Date"
7134
+ },
7135
+ "dateTo": {
7136
+ "type": "Date"
7137
+ }
7138
+ }
7139
+ },
7140
+ "pushwoosh.export_messages.v2.CreateSegmentFromMessageResult": {
7141
+ "type": "I",
7142
+ "fields": {
7143
+ "segment": {
7144
+ "type": "string"
7145
+ }
7146
+ }
7147
+ },
4830
7148
  "pushwoosh.rpc_v2.filters.FiltersService": {
4831
7149
  "type": "S",
4832
7150
  "key": "filters",
@@ -6001,11 +8319,11 @@ export const data = {
6001
8319
  "method": "post",
6002
8320
  "path": "/api/messages/deliveryReport"
6003
8321
  },
6004
- "GetMessageLog": {
6005
- "request": "pushwoosh.rpc_v2.messages.GetMessageLogRequest",
6006
- "response": "pushwoosh.rpc_v2.messages.GetMessageLogResponse",
8322
+ "FindRecipients": {
8323
+ "request": "pushwoosh.rpc_v2.messages.FindRecipientsRequest",
8324
+ "response": "pushwoosh.rpc_v2.messages.FindRecipientsResponse",
6007
8325
  "method": "post",
6008
- "path": "/api/messages/log"
8326
+ "path": "/api/messages/findRecipients"
6009
8327
  }
6010
8328
  }
6011
8329
  },
@@ -6420,99 +8738,59 @@ export const data = {
6420
8738
  }
6421
8739
  }
6422
8740
  },
6423
- "pushwoosh.rpc_v2.messages.GetMessageLogRequest": {
8741
+ "pushwoosh.rpc_v2.messages.FindRecipientsRequest": {
6424
8742
  "type": "I",
6425
8743
  "fields": {
6426
- "paginationToken": {
8744
+ "application": {
6427
8745
  "type": "string"
6428
8746
  },
6429
- "messageId": {
6430
- "type": "number"
6431
- },
6432
8747
  "messageCode": {
6433
8748
  "type": "string"
6434
8749
  },
6435
- "campaignCode": {
6436
- "type": "string"
6437
- },
6438
- "hwid": {
6439
- "type": "string"
6440
- },
6441
- "dateFrom": {
6442
- "type": "string"
6443
- },
6444
- "dateTo": {
6445
- "type": "string"
6446
- },
6447
- "limit": {
6448
- "type": "number"
6449
- },
6450
- "userId": {
8750
+ "campaign": {
6451
8751
  "type": "string"
6452
8752
  },
6453
- "applicationCode": {
8753
+ "search": {
6454
8754
  "type": "string"
6455
- },
6456
- "actions": {
6457
- "type": "string",
6458
- "array": true
6459
- },
6460
- "platforms": {
6461
- "type": "string",
6462
- "array": true
6463
8755
  }
6464
8756
  }
6465
8757
  },
6466
- "pushwoosh.rpc_v2.messages.GetMessageLogResponse.TrackingLogStatistic": {
8758
+ "pushwoosh.rpc_v2.messages.FindRecipientsResponse.SearchBy": {
8759
+ "type": "E",
8760
+ "values": [
8761
+ "hwid",
8762
+ "user_id"
8763
+ ]
8764
+ },
8765
+ "pushwoosh.rpc_v2.messages.FindRecipientsResponse.Recipient": {
6467
8766
  "type": "I",
6468
8767
  "fields": {
6469
- "timestamp": {
6470
- "type": "string"
6471
- },
6472
- "messageId": {
6473
- "type": "string"
6474
- },
6475
- "messageCode": {
6476
- "type": "string"
6477
- },
6478
- "campaignCode": {
6479
- "type": "string"
6480
- },
6481
8768
  "hwid": {
6482
8769
  "type": "string"
6483
8770
  },
6484
- "platform": {
6485
- "type": "string"
6486
- },
6487
- "action": {
8771
+ "userId": {
6488
8772
  "type": "string"
6489
8773
  },
6490
8774
  "pushAlertsEnabled": {
6491
- "type": "string"
6492
- },
6493
- "status": {
6494
- "type": "string"
6495
- },
6496
- "errorReason": {
6497
- "type": "string"
8775
+ "type": "boolean"
6498
8776
  },
6499
- "userId": {
6500
- "type": "string"
8777
+ "sendTime": {
8778
+ "type": "Date"
6501
8779
  },
6502
- "applicationCode": {
6503
- "type": "string"
8780
+ "openedTime": {
8781
+ "type": "Date"
6504
8782
  }
6505
8783
  }
6506
8784
  },
6507
- "pushwoosh.rpc_v2.messages.GetMessageLogResponse": {
8785
+ "pushwoosh.rpc_v2.messages.FindRecipientsResponse": {
6508
8786
  "type": "I",
6509
8787
  "fields": {
6510
- "paginationToken": {
6511
- "type": "string"
6512
- },
6513
- "data": {
6514
- "type": "pushwoosh.rpc_v2.messages.GetMessageLogResponse.TrackingLogStatistic",
8788
+ "recipients": {
8789
+ "type": "pushwoosh.rpc_v2.messages.FindRecipientsResponse.Recipient",
6515
8790
  "array": true
8791
+ },
8792
+ "searchBy": {
8793
+ "type": "pushwoosh.rpc_v2.messages.FindRecipientsResponse.SearchBy"
6516
8794
  }
6517
8795
  }
6518
8796
  },