@pushwoosh/rpc-v2-http-api-data 0.1.413 → 0.1.415

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.
Files changed (2) hide show
  1. package/data.js +1146 -2
  2. package/package.json +1 -1
package/data.js CHANGED
@@ -4851,7 +4851,7 @@ export const data = {
4851
4851
  "Export": {
4852
4852
  "request": "pushwoosh.export_messages.v2.ExportRequest",
4853
4853
  "response": "pushwoosh.export_messages.v2.ExportResponse",
4854
- "method": "get",
4854
+ "method": "post",
4855
4855
  "path": "/api/export_messages/export"
4856
4856
  },
4857
4857
  "Status": {
@@ -4869,11 +4869,1155 @@ export const data = {
4869
4869
  "GetLastTasks": {
4870
4870
  "request": "pushwoosh.export_messages.v2.GetLastTasksRequest",
4871
4871
  "response": "pushwoosh.export_messages.v2.GetLastTasksResponse",
4872
- "method": "get",
4872
+ "method": "post",
4873
4873
  "path": "/api/export_messages/lastTasks"
4874
4874
  }
4875
4875
  }
4876
4876
  },
4877
+ "pushwoosh.statistics.exportservice.v2.ExportRequest": {
4878
+ "type": "I",
4879
+ "fields": {
4880
+ "type": {
4881
+ "type": "pushwoosh.statistics.exportservice.v2.TaskType"
4882
+ },
4883
+ "trackingLogCsv": {
4884
+ "type": "pushwoosh.statistics.exportservice.v2.TrackingLogCSVArgs"
4885
+ },
4886
+ "exportMessagesV2": {
4887
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessagesV2Args"
4888
+ },
4889
+ "exportUnregisteredDevices": {
4890
+ "type": "pushwoosh.statistics.exportservice.v2.ExportUnregisteredDevicesArgs"
4891
+ },
4892
+ "exportRichMediaFormValues": {
4893
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaFormValuesArgs"
4894
+ },
4895
+ "applySegmentToMessage": {
4896
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageArgs"
4897
+ },
4898
+ "exportApplySegmentToMessage": {
4899
+ "type": "pushwoosh.statistics.exportservice.v2.ExportApplySegmentToMessageArgs"
4900
+ },
4901
+ "calculateRetention": {
4902
+ "type": "pushwoosh.statistics.exportservice.v2.CalculateRetentionArgs"
4903
+ },
4904
+ "applySegmentToMetric": {
4905
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMetricArgs"
4906
+ },
4907
+ "exportRichMediaRecipients": {
4908
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs"
4909
+ },
4910
+ "exportBouncedEmails": {
4911
+ "type": "pushwoosh.statistics.exportservice.v2.ExportBouncedEmailsArgs"
4912
+ },
4913
+ "exportJourneysHistory": {
4914
+ "type": "pushwoosh.statistics.exportservice.v2.ExportJourneysHistoryArgs"
4915
+ },
4916
+ "exportJourneyPointUsers": {
4917
+ "type": "pushwoosh.statistics.exportservice.v2.ExportJourneyPointUsersArgs"
4918
+ },
4919
+ "exportMessageRecipients": {
4920
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageRecipientsArgs"
4921
+ },
4922
+ "exportMessageClicksDevices": {
4923
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageClicksDevicesArgs"
4924
+ },
4925
+ "exportMessageEventTriggeredDevices": {
4926
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageEventTriggeredDevicesArgs"
4927
+ },
4928
+ "exportMessageErrorDevices": {
4929
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageErrorsDevicesArgs"
4930
+ },
4931
+ "createSegmentFromMessage": {
4932
+ "type": "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageArgs"
4933
+ }
4934
+ },
4935
+ "oneofs": {
4936
+ "args": {
4937
+ "oneof": [
4938
+ "trackingLogCsv",
4939
+ "exportMessagesV2",
4940
+ "exportUnregisteredDevices",
4941
+ "exportRichMediaFormValues",
4942
+ "applySegmentToMessage",
4943
+ "exportApplySegmentToMessage",
4944
+ "calculateRetention",
4945
+ "applySegmentToMetric",
4946
+ "exportRichMediaRecipients",
4947
+ "exportBouncedEmails",
4948
+ "exportJourneysHistory",
4949
+ "exportJourneyPointUsers",
4950
+ "exportMessageRecipients",
4951
+ "exportMessageClicksDevices",
4952
+ "exportMessageEventTriggeredDevices",
4953
+ "exportMessageErrorDevices",
4954
+ "createSegmentFromMessage"
4955
+ ]
4956
+ }
4957
+ }
4958
+ },
4959
+ "pushwoosh.statistics.exportservice.v2.ExportResponse": {
4960
+ "type": "I",
4961
+ "fields": {
4962
+ "uid": {
4963
+ "type": "number"
4964
+ }
4965
+ }
4966
+ },
4967
+ "pushwoosh.statistics.exportservice.v2.DeleteRequest": {
4968
+ "type": "I",
4969
+ "fields": {
4970
+ "uid": {
4971
+ "type": "number"
4972
+ }
4973
+ }
4974
+ },
4975
+ "pushwoosh.statistics.exportservice.v2.DeleteResponse": {
4976
+ "type": "I",
4977
+ "fields": {}
4978
+ },
4979
+ "pushwoosh.statistics.exportservice.v2.StatusRequest": {
4980
+ "type": "I",
4981
+ "fields": {
4982
+ "uid": {
4983
+ "type": "number"
4984
+ }
4985
+ }
4986
+ },
4987
+ "pushwoosh.statistics.exportservice.v2.Status": {
4988
+ "type": "E",
4989
+ "values": [
4990
+ "STATUS_UNSPECIFIED",
4991
+ "STATUS_PENDING",
4992
+ "STATUS_SUCCESS",
4993
+ "STATUS_FAILED"
4994
+ ]
4995
+ },
4996
+ "pushwoosh.statistics.exportservice.v2.StatusResponse": {
4997
+ "type": "I",
4998
+ "fields": {
4999
+ "status": {
5000
+ "type": "pushwoosh.statistics.exportservice.v2.Status"
5001
+ },
5002
+ "progress": {
5003
+ "type": "number"
5004
+ }
5005
+ }
5006
+ },
5007
+ "pushwoosh.statistics.exportservice.v2.ResultRequest": {
5008
+ "type": "I",
5009
+ "fields": {
5010
+ "uid": {
5011
+ "type": "number"
5012
+ }
5013
+ }
5014
+ },
5015
+ "pushwoosh.statistics.exportservice.v2.ResultResponse": {
5016
+ "type": "I",
5017
+ "fields": {
5018
+ "type": {
5019
+ "type": "pushwoosh.statistics.exportservice.v2.TaskType"
5020
+ },
5021
+ "failedTask": {
5022
+ "type": "pushwoosh.statistics.exportservice.v2.TaskFailed"
5023
+ },
5024
+ "trackingLogResult": {
5025
+ "type": "pushwoosh.statistics.exportservice.v2.TrackingLogCSVResult"
5026
+ },
5027
+ "exportMessagesV2Result": {
5028
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessagesV2Result"
5029
+ },
5030
+ "exportUnregisteredDevicesResult": {
5031
+ "type": "pushwoosh.statistics.exportservice.v2.ExportUnregisteredDevicesResult"
5032
+ },
5033
+ "exportRichMediaFormValuesResult": {
5034
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaFormValuesResult"
5035
+ },
5036
+ "applySegmentToMessageResult": {
5037
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageResult"
5038
+ },
5039
+ "exportApplySegmentToMessageResult": {
5040
+ "type": "pushwoosh.statistics.exportservice.v2.ExportApplySegmentToMessageResult"
5041
+ },
5042
+ "calculateRetentionResult": {
5043
+ "type": "pushwoosh.statistics.exportservice.v2.CalculateRetentionResult"
5044
+ },
5045
+ "applySegmentToMetricResult": {
5046
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMetricResult"
5047
+ },
5048
+ "exportRichMediaRecipientsResult": {
5049
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsResult"
5050
+ },
5051
+ "exportBouncedEmailsResult": {
5052
+ "type": "pushwoosh.statistics.exportservice.v2.ExportBouncedEmailsResult"
5053
+ },
5054
+ "exportJourneysHistoryResult": {
5055
+ "type": "pushwoosh.statistics.exportservice.v2.ExportJourneysHistoryResult"
5056
+ },
5057
+ "exportJourneyPointUsersResult": {
5058
+ "type": "pushwoosh.statistics.exportservice.v2.ExportJourneyPointUsersResult"
5059
+ },
5060
+ "exportMessageRecipientsResult": {
5061
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageRecipientsResult"
5062
+ },
5063
+ "exportMessageClicksDevicesResult": {
5064
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageClicksDevicesResult"
5065
+ },
5066
+ "exportMessageEventTriggeredDevicesResult": {
5067
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageEventTriggeredDevicesResult"
5068
+ },
5069
+ "exportMessageErrorDevicesResult": {
5070
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageErrorsDevicesResult"
5071
+ },
5072
+ "createSegmentFromMessageResult": {
5073
+ "type": "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageResult"
5074
+ }
5075
+ },
5076
+ "oneofs": {
5077
+ "result": {
5078
+ "oneof": [
5079
+ "failedTask",
5080
+ "trackingLogResult",
5081
+ "exportMessagesV2Result",
5082
+ "exportUnregisteredDevicesResult",
5083
+ "exportRichMediaFormValuesResult",
5084
+ "applySegmentToMessageResult",
5085
+ "exportApplySegmentToMessageResult",
5086
+ "calculateRetentionResult",
5087
+ "applySegmentToMetricResult",
5088
+ "exportRichMediaRecipientsResult",
5089
+ "exportBouncedEmailsResult",
5090
+ "exportJourneysHistoryResult",
5091
+ "exportJourneyPointUsersResult",
5092
+ "exportMessageRecipientsResult",
5093
+ "exportMessageClicksDevicesResult",
5094
+ "exportMessageEventTriggeredDevicesResult",
5095
+ "exportMessageErrorDevicesResult",
5096
+ "createSegmentFromMessageResult"
5097
+ ]
5098
+ }
5099
+ }
5100
+ },
5101
+ "pushwoosh.statistics.exportservice.v2.GetLastTasksRequest": {
5102
+ "type": "I",
5103
+ "fields": {
5104
+ "type": {
5105
+ "type": "pushwoosh.statistics.exportservice.v2.TaskType"
5106
+ },
5107
+ "application": {
5108
+ "type": "string"
5109
+ },
5110
+ "limit": {
5111
+ "type": "number"
5112
+ },
5113
+ "messageId": {
5114
+ "type": "number"
5115
+ }
5116
+ }
5117
+ },
5118
+ "pushwoosh.statistics.exportservice.v2.TaskInfo": {
5119
+ "type": "I",
5120
+ "fields": {
5121
+ "id": {
5122
+ "type": "number"
5123
+ },
5124
+ "timestamp": {
5125
+ "type": "string"
5126
+ },
5127
+ "status": {
5128
+ "type": "pushwoosh.statistics.exportservice.v2.Status"
5129
+ },
5130
+ "exportSegment": {
5131
+ "type": "string",
5132
+ "mapKeyType": "string"
5133
+ },
5134
+ "trackingLogCsv": {
5135
+ "type": "pushwoosh.statistics.exportservice.v2.TrackingLogCSVArgs"
5136
+ },
5137
+ "exportMessagesV2": {
5138
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessagesV2Args"
5139
+ },
5140
+ "exportUnregisteredDevices": {
5141
+ "type": "pushwoosh.statistics.exportservice.v2.ExportUnregisteredDevicesArgs"
5142
+ },
5143
+ "exportRichMediaFormValues": {
5144
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaFormValuesArgs"
5145
+ },
5146
+ "applySegmentToMessage": {
5147
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageArgs"
5148
+ },
5149
+ "exportRichMediaRecipients": {
5150
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs"
5151
+ },
5152
+ "exportJourneysHistory": {
5153
+ "type": "pushwoosh.statistics.exportservice.v2.ExportJourneysHistoryArgs"
5154
+ },
5155
+ "failedTask": {
5156
+ "type": "pushwoosh.statistics.exportservice.v2.TaskFailed"
5157
+ },
5158
+ "trackingLogResult": {
5159
+ "type": "pushwoosh.statistics.exportservice.v2.TrackingLogCSVResult"
5160
+ },
5161
+ "exportMessagesV2Result": {
5162
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessagesV2Result"
5163
+ },
5164
+ "exportUnregisteredDevicesResult": {
5165
+ "type": "pushwoosh.statistics.exportservice.v2.ExportUnregisteredDevicesResult"
5166
+ },
5167
+ "exportRichMediaFormValuesResult": {
5168
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaFormValuesResult"
5169
+ },
5170
+ "applySegmentToMessageResult": {
5171
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageResult"
5172
+ },
5173
+ "exportRichMediaRecipientsResult": {
5174
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsResult"
5175
+ },
5176
+ "exportJourneysHistoryResult": {
5177
+ "type": "pushwoosh.statistics.exportservice.v2.ExportJourneysHistoryResult"
5178
+ }
5179
+ },
5180
+ "oneofs": {
5181
+ "args": {
5182
+ "oneof": [
5183
+ "trackingLogCsv",
5184
+ "exportMessagesV2",
5185
+ "exportUnregisteredDevices",
5186
+ "exportRichMediaFormValues",
5187
+ "applySegmentToMessage",
5188
+ "exportRichMediaRecipients",
5189
+ "exportJourneysHistory"
5190
+ ]
5191
+ },
5192
+ "result": {
5193
+ "oneof": [
5194
+ "failedTask",
5195
+ "trackingLogResult",
5196
+ "exportMessagesV2Result",
5197
+ "exportUnregisteredDevicesResult",
5198
+ "exportRichMediaFormValuesResult",
5199
+ "applySegmentToMessageResult",
5200
+ "exportRichMediaRecipientsResult",
5201
+ "exportJourneysHistoryResult"
5202
+ ]
5203
+ }
5204
+ }
5205
+ },
5206
+ "pushwoosh.statistics.exportservice.v2.GetLastTasksResponse": {
5207
+ "type": "I",
5208
+ "fields": {
5209
+ "tasks": {
5210
+ "type": "pushwoosh.statistics.exportservice.v2.TaskInfo",
5211
+ "array": true
5212
+ }
5213
+ }
5214
+ },
5215
+ "pushwoosh.statistics.exportservice.v2.TaskType": {
5216
+ "type": "E",
5217
+ "values": [
5218
+ "TASK_TYPE_UNSPECIFIED",
5219
+ "TASK_TYPE_FAILED",
5220
+ "TASK_TYPE_TRACKING_LOG_CSV",
5221
+ "TASK_TYPE_EXPORT_MESSAGES",
5222
+ "TASK_TYPE_EXPORT_MESSAGES_V2",
5223
+ "TASK_TYPE_EXPORT_UNREGISTERED_DEVICES",
5224
+ "TASK_TYPE_EXPORT_RICH_MEDIA_FORM_VALUES",
5225
+ "TASK_TYPE_APPLY_SEGMENT_TO_MESSAGE",
5226
+ "TASK_TYPE_EXPORT_APPLY_SEGMENT_TO_MESSAGE",
5227
+ "TASK_TYPE_CALCULATE_RETENTION",
5228
+ "TASK_TYPE_APPLY_SEGMENT_TO_METRIC",
5229
+ "TASK_TYPE_EXPORT_RICH_MEDIA_RECIPIENTS",
5230
+ "TASK_TYPE_EXPORT_BOUNCED_EMAILS",
5231
+ "TASK_TYPE_EXPORT_JOURNEYS_HISTORY",
5232
+ "TASK_TYPE_EXPORT_JOURNEY_POINT_USERS",
5233
+ "TASK_TYPE_EXPORT_MESSAGE_RECIPIENTS",
5234
+ "TASK_TYPE_EXPORT_MESSAGE_CLICKS_DEVICES",
5235
+ "TASK_TYPE_EXPORT_MESSAGE_EVENT_TRIGGERED_DEVICES",
5236
+ "TASK_TYPE_EXPORT_MESSAGE_ERROR_DEVICES",
5237
+ "TASK_TYPE_CREATE_SEGMENT_FROM_MESSAGE"
5238
+ ]
5239
+ },
5240
+ "pushwoosh.statistics.exportservice.v2.TaskFailed": {
5241
+ "type": "I",
5242
+ "fields": {}
5243
+ },
5244
+ "pushwoosh.statistics.exportservice.v2.TrackingLogCSVArgs": {
5245
+ "type": "I",
5246
+ "fields": {
5247
+ "messageId": {
5248
+ "type": "number"
5249
+ },
5250
+ "messageCode": {
5251
+ "type": "string"
5252
+ },
5253
+ "campaignCode": {
5254
+ "type": "string"
5255
+ },
5256
+ "hwid": {
5257
+ "type": "string"
5258
+ },
5259
+ "dateFrom": {
5260
+ "type": "string"
5261
+ },
5262
+ "dateTo": {
5263
+ "type": "string"
5264
+ },
5265
+ "userId": {
5266
+ "type": "string"
5267
+ },
5268
+ "applicationCode": {
5269
+ "type": "string"
5270
+ },
5271
+ "limit": {
5272
+ "type": "number"
5273
+ }
5274
+ }
5275
+ },
5276
+ "pushwoosh.statistics.exportservice.v2.TrackingLogCSVResult": {
5277
+ "type": "I",
5278
+ "fields": {
5279
+ "file": {
5280
+ "type": "string"
5281
+ }
5282
+ }
5283
+ },
5284
+ "pushwoosh.statistics.exportservice.v2.ExportMessageProperty": {
5285
+ "type": "E",
5286
+ "values": [
5287
+ "EXPORT_MESSAGE_PROPERTY_UNSPECIFIED",
5288
+ "EXPORT_MESSAGE_PROPERTY_ID",
5289
+ "EXPORT_MESSAGE_PROPERTY_TIMESTAMP",
5290
+ "EXPORT_MESSAGE_PROPERTY_CONTENT",
5291
+ "EXPORT_MESSAGE_PROPERTY_TITLE",
5292
+ "EXPORT_MESSAGE_PROPERTY_APPLICATIONS",
5293
+ "EXPORT_MESSAGE_PROPERTY_STATUS",
5294
+ "EXPORT_MESSAGE_PROPERTY_PLATFORMS",
5295
+ "EXPORT_MESSAGE_PROPERTY_SOURCE",
5296
+ "EXPORT_MESSAGE_PROPERTY_FILTER",
5297
+ "EXPORT_MESSAGE_PROPERTY_SUBSCRIPTION_SEGMENTS",
5298
+ "EXPORT_MESSAGE_PROPERTY_SENT",
5299
+ "EXPORT_MESSAGE_PROPERTY_OPENED",
5300
+ "EXPORT_MESSAGE_PROPERTY_ERRORS",
5301
+ "EXPORT_MESSAGE_PROPERTY_RECIPIENTS"
5302
+ ]
5303
+ },
5304
+ "pushwoosh.statistics.exportservice.v2.Source": {
5305
+ "type": "E",
5306
+ "values": [
5307
+ "SOURCE_UNSPECIFIED",
5308
+ "AB_EXPERIMENT",
5309
+ "AB_TEST",
5310
+ "API",
5311
+ "AUTO_PUSH",
5312
+ "CP",
5313
+ "CSV",
5314
+ "CUSTOMER_JOURNEY",
5315
+ "EMAIL_API",
5316
+ "EMAIL_CP",
5317
+ "GEO_ZONE",
5318
+ "PUSH_ON_EVENT",
5319
+ "RSS",
5320
+ "SYSTEM",
5321
+ "TWITTER"
5322
+ ]
5323
+ },
5324
+ "pushwoosh.statistics.exportservice.v2.MessageStatus": {
5325
+ "type": "E",
5326
+ "values": [
5327
+ "MESSAGE_STATUS_UNSPECIFIED",
5328
+ "MESSAGE_STATUS_CANCELED",
5329
+ "MESSAGE_STATUS_CREATING",
5330
+ "MESSAGE_STATUS_DONE",
5331
+ "MESSAGE_STATUS_FAIL",
5332
+ "MESSAGE_STATUS_PENDING",
5333
+ "MESSAGE_STATUS_PROCESSING",
5334
+ "MESSAGE_STATUS_WAITING"
5335
+ ]
5336
+ },
5337
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentExportType": {
5338
+ "type": "E",
5339
+ "values": [
5340
+ "APPLY_SEGMENT_EXPORT_TYPE_UNSPECIFIED",
5341
+ "ALL",
5342
+ "OPEN",
5343
+ "NOT_OPEN"
5344
+ ]
5345
+ },
5346
+ "pushwoosh.statistics.exportservice.v2.DateRange": {
5347
+ "type": "I",
5348
+ "fields": {
5349
+ "dateFrom": {
5350
+ "type": "string"
5351
+ },
5352
+ "dateTo": {
5353
+ "type": "string"
5354
+ }
5355
+ }
5356
+ },
5357
+ "pushwoosh.statistics.exportservice.v2.GetMessageHistoryFilters": {
5358
+ "type": "I",
5359
+ "fields": {
5360
+ "statuses": {
5361
+ "type": "pushwoosh.statistics.exportservice.v2.MessageStatus",
5362
+ "array": true
5363
+ },
5364
+ "platforms": {
5365
+ "type": "number",
5366
+ "array": true
5367
+ },
5368
+ "sentDate": {
5369
+ "type": "pushwoosh.statistics.exportservice.v2.DateRange"
5370
+ },
5371
+ "createdDate": {
5372
+ "type": "pushwoosh.statistics.exportservice.v2.DateRange"
5373
+ },
5374
+ "createdVia": {
5375
+ "type": "pushwoosh.statistics.exportservice.v2.Source",
5376
+ "array": true
5377
+ },
5378
+ "segments": {
5379
+ "type": "string",
5380
+ "array": true
5381
+ },
5382
+ "campaigns": {
5383
+ "type": "string",
5384
+ "array": true
5385
+ },
5386
+ "messageId": {
5387
+ "type": "number"
5388
+ },
5389
+ "messageCode": {
5390
+ "type": "string"
5391
+ }
5392
+ }
5393
+ },
5394
+ "pushwoosh.statistics.exportservice.v2.ExportMessagesV2Args": {
5395
+ "type": "I",
5396
+ "fields": {
5397
+ "search": {
5398
+ "type": "string"
5399
+ },
5400
+ "applicationCode": {
5401
+ "type": "string"
5402
+ },
5403
+ "appGroupCode": {
5404
+ "type": "string"
5405
+ },
5406
+ "filters": {
5407
+ "type": "pushwoosh.statistics.exportservice.v2.GetMessageHistoryFilters"
5408
+ },
5409
+ "properties": {
5410
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageProperty",
5411
+ "array": true
5412
+ }
5413
+ }
5414
+ },
5415
+ "pushwoosh.statistics.exportservice.v2.ExportMessagesV2Result": {
5416
+ "type": "I",
5417
+ "fields": {
5418
+ "file": {
5419
+ "type": "string"
5420
+ }
5421
+ }
5422
+ },
5423
+ "pushwoosh.statistics.exportservice.v2.ExportUnregisteredDevicesArgs": {
5424
+ "type": "I",
5425
+ "fields": {
5426
+ "applicationCode": {
5427
+ "type": "string"
5428
+ },
5429
+ "timestampFrom": {
5430
+ "type": "string"
5431
+ },
5432
+ "timestampTo": {
5433
+ "type": "string"
5434
+ }
5435
+ }
5436
+ },
5437
+ "pushwoosh.statistics.exportservice.v2.ExportUnregisteredDevicesResult": {
5438
+ "type": "I",
5439
+ "fields": {
5440
+ "file": {
5441
+ "type": "string"
5442
+ }
5443
+ }
5444
+ },
5445
+ "pushwoosh.statistics.exportservice.v2.ExportRichMediaFormValuesArgs": {
5446
+ "type": "I",
5447
+ "fields": {
5448
+ "applicationCode": {
5449
+ "type": "string"
5450
+ },
5451
+ "richMediaCode": {
5452
+ "type": "string"
5453
+ },
5454
+ "elementId": {
5455
+ "type": "string"
5456
+ }
5457
+ }
5458
+ },
5459
+ "pushwoosh.statistics.exportservice.v2.ExportRichMediaFormValuesResult": {
5460
+ "type": "I",
5461
+ "fields": {
5462
+ "file": {
5463
+ "type": "string"
5464
+ }
5465
+ }
5466
+ },
5467
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageArgs": {
5468
+ "type": "I",
5469
+ "fields": {
5470
+ "application": {
5471
+ "type": "string"
5472
+ },
5473
+ "filter": {
5474
+ "type": "string"
5475
+ },
5476
+ "messageId": {
5477
+ "type": "number"
5478
+ }
5479
+ }
5480
+ },
5481
+ "pushwoosh.statistics.exportservice.v2.MessageMetric": {
5482
+ "type": "I",
5483
+ "fields": {
5484
+ "sends": {
5485
+ "type": "number"
5486
+ },
5487
+ "opens": {
5488
+ "type": "number"
5489
+ },
5490
+ "ctr": {
5491
+ "type": "number"
5492
+ },
5493
+ "platform": {
5494
+ "type": "number"
5495
+ }
5496
+ }
5497
+ },
5498
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageResult": {
5499
+ "type": "I",
5500
+ "fields": {
5501
+ "metrics": {
5502
+ "type": "pushwoosh.statistics.exportservice.v2.MessageMetric",
5503
+ "array": true
5504
+ }
5505
+ }
5506
+ },
5507
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentToMessageLastTaskParams": {
5508
+ "type": "I",
5509
+ "fields": {
5510
+ "messageId": {
5511
+ "type": "number"
5512
+ }
5513
+ }
5514
+ },
5515
+ "pushwoosh.statistics.exportservice.v2.ExportApplySegmentToMessageArgs": {
5516
+ "type": "I",
5517
+ "fields": {
5518
+ "application": {
5519
+ "type": "string"
5520
+ },
5521
+ "filter": {
5522
+ "type": "string"
5523
+ },
5524
+ "messageId": {
5525
+ "type": "number"
5526
+ }
5527
+ }
5528
+ },
5529
+ "pushwoosh.statistics.exportservice.v2.ExportApplySegmentToMessageResult": {
5530
+ "type": "I",
5531
+ "fields": {
5532
+ "file": {
5533
+ "type": "string"
5534
+ }
5535
+ }
5536
+ },
5537
+ "pushwoosh.statistics.exportservice.v2.CalculateRetentionArgs": {
5538
+ "type": "I",
5539
+ "fields": {
5540
+ "application": {
5541
+ "type": "string"
5542
+ },
5543
+ "dateFrom": {
5544
+ "type": "Date"
5545
+ },
5546
+ "dateTo": {
5547
+ "type": "Date"
5548
+ },
5549
+ "initialEvent": {
5550
+ "type": "string"
5551
+ },
5552
+ "targetEvent": {
5553
+ "type": "string"
5554
+ }
5555
+ }
5556
+ },
5557
+ "pushwoosh.statistics.exportservice.v2.CalculateRetentionResult.Row": {
5558
+ "type": "I",
5559
+ "fields": {
5560
+ "cells": {
5561
+ "type": "number",
5562
+ "array": true
5563
+ }
5564
+ }
5565
+ },
5566
+ "pushwoosh.statistics.exportservice.v2.CalculateRetentionResult": {
5567
+ "type": "I",
5568
+ "fields": {
5569
+ "dates": {
5570
+ "type": "Date",
5571
+ "array": true
5572
+ },
5573
+ "initialEventTriggered": {
5574
+ "type": "number",
5575
+ "array": true
5576
+ },
5577
+ "rowsCount": {
5578
+ "type": "pushwoosh.statistics.exportservice.v2.CalculateRetentionResult.Row",
5579
+ "array": true
5580
+ },
5581
+ "rowsPercent": {
5582
+ "type": "pushwoosh.statistics.exportservice.v2.CalculateRetentionResult.Row",
5583
+ "array": true
5584
+ },
5585
+ "linearChartData": {
5586
+ "type": "number",
5587
+ "array": true
5588
+ }
5589
+ }
5590
+ },
5591
+ "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs.RichMediaSendChannel": {
5592
+ "type": "E",
5593
+ "values": [
5594
+ "RichMediaSendChannel_UNDEFINED",
5595
+ "IN_APP",
5596
+ "CJ",
5597
+ "PUSH"
5598
+ ]
5599
+ },
5600
+ "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs.RichMediaFilters": {
5601
+ "type": "I",
5602
+ "fields": {
5603
+ "dateFrom": {
5604
+ "type": "Date"
5605
+ },
5606
+ "dateTo": {
5607
+ "type": "Date"
5608
+ },
5609
+ "sendChannels": {
5610
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs.RichMediaSendChannel",
5611
+ "array": true
5612
+ },
5613
+ "platforms": {
5614
+ "type": "number",
5615
+ "array": true
5616
+ },
5617
+ "messageCode": {
5618
+ "type": "string"
5619
+ },
5620
+ "campaignCode": {
5621
+ "type": "string"
5622
+ },
5623
+ "inAppCode": {
5624
+ "type": "string"
5625
+ }
5626
+ }
5627
+ },
5628
+ "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs": {
5629
+ "type": "I",
5630
+ "fields": {
5631
+ "applicationCode": {
5632
+ "type": "string"
5633
+ },
5634
+ "richMediaCode": {
5635
+ "type": "string"
5636
+ },
5637
+ "filters": {
5638
+ "type": "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsArgs.RichMediaFilters"
5639
+ }
5640
+ }
5641
+ },
5642
+ "pushwoosh.statistics.exportservice.v2.ExportRichMediaRecipientsResult": {
5643
+ "type": "I",
5644
+ "fields": {
5645
+ "file": {
5646
+ "type": "string"
5647
+ }
5648
+ }
5649
+ },
5650
+ "pushwoosh.statistics.exportservice.v2.SegmentMetricType": {
5651
+ "type": "E",
5652
+ "values": [
5653
+ "SegmentMetricType_UNKNOWN",
5654
+ "EventTriggeredTimeseries"
5655
+ ]
5656
+ },
5657
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentToMetricArgs": {
5658
+ "type": "I",
5659
+ "fields": {
5660
+ "application": {
5661
+ "type": "string"
5662
+ },
5663
+ "filter": {
5664
+ "type": "string"
5665
+ },
5666
+ "event": {
5667
+ "type": "string"
5668
+ },
5669
+ "metricType": {
5670
+ "type": "pushwoosh.statistics.exportservice.v2.SegmentMetricType"
5671
+ },
5672
+ "dateFrom": {
5673
+ "type": "string"
5674
+ },
5675
+ "dateTo": {
5676
+ "type": "string"
5677
+ }
5678
+ }
5679
+ },
5680
+ "pushwoosh.statistics.exportservice.v2.TimeseriesRow": {
5681
+ "type": "I",
5682
+ "fields": {
5683
+ "timestamp": {
5684
+ "type": "string"
5685
+ },
5686
+ "platform": {
5687
+ "type": "number"
5688
+ },
5689
+ "value": {
5690
+ "type": "number"
5691
+ }
5692
+ }
5693
+ },
5694
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentToMetricResult.EventTriggeredTimeseries": {
5695
+ "type": "I",
5696
+ "fields": {
5697
+ "rows": {
5698
+ "type": "pushwoosh.statistics.exportservice.v2.TimeseriesRow",
5699
+ "array": true
5700
+ }
5701
+ }
5702
+ },
5703
+ "pushwoosh.statistics.exportservice.v2.ApplySegmentToMetricResult": {
5704
+ "type": "I",
5705
+ "fields": {
5706
+ "eventTriggeredTimeseries": {
5707
+ "type": "pushwoosh.statistics.exportservice.v2.ApplySegmentToMetricResult.EventTriggeredTimeseries"
5708
+ },
5709
+ "file": {
5710
+ "type": "string"
5711
+ }
5712
+ },
5713
+ "oneofs": {
5714
+ "result": {
5715
+ "oneof": [
5716
+ "eventTriggeredTimeseries"
5717
+ ]
5718
+ }
5719
+ }
5720
+ },
5721
+ "pushwoosh.statistics.exportservice.v2.ExportBouncedEmailsArgs.Type": {
5722
+ "type": "E",
5723
+ "values": [
5724
+ "all",
5725
+ "complaints",
5726
+ "soft_bounces",
5727
+ "hard_bounces"
5728
+ ]
5729
+ },
5730
+ "pushwoosh.statistics.exportservice.v2.ExportBouncedEmailsArgs": {
5731
+ "type": "I",
5732
+ "fields": {
5733
+ "messageId": {
5734
+ "type": "number"
5735
+ },
5736
+ "campaign": {
5737
+ "type": "string"
5738
+ },
5739
+ "application": {
5740
+ "type": "string"
5741
+ },
5742
+ "type": {
5743
+ "type": "pushwoosh.statistics.exportservice.v2.ExportBouncedEmailsArgs.Type"
5744
+ },
5745
+ "dateFrom": {
5746
+ "type": "Date"
5747
+ },
5748
+ "dateTo": {
5749
+ "type": "Date"
5750
+ }
5751
+ }
5752
+ },
5753
+ "pushwoosh.statistics.exportservice.v2.ExportBouncedEmailsResult": {
5754
+ "type": "I",
5755
+ "fields": {
5756
+ "file": {
5757
+ "type": "string"
5758
+ }
5759
+ }
5760
+ },
5761
+ "pushwoosh.statistics.exportservice.v2.ExportJourneysHistoryArgs": {
5762
+ "type": "I",
5763
+ "fields": {
5764
+ "application": {
5765
+ "type": "string"
5766
+ },
5767
+ "filterTitle": {
5768
+ "type": "string"
5769
+ },
5770
+ "categories": {
5771
+ "type": "string",
5772
+ "array": true
5773
+ },
5774
+ "statuses": {
5775
+ "type": "number",
5776
+ "array": true
5777
+ },
5778
+ "campaignTypes": {
5779
+ "type": "number",
5780
+ "array": true
5781
+ },
5782
+ "dateFrom": {
5783
+ "type": "Date"
5784
+ },
5785
+ "dateTo": {
5786
+ "type": "Date"
5787
+ }
5788
+ }
5789
+ },
5790
+ "pushwoosh.statistics.exportservice.v2.ExportJourneysHistoryResult": {
5791
+ "type": "I",
5792
+ "fields": {
5793
+ "file": {
5794
+ "type": "string"
5795
+ }
5796
+ }
5797
+ },
5798
+ "pushwoosh.statistics.exportservice.v2.ExportJourneyPointUsersArgs": {
5799
+ "type": "I",
5800
+ "fields": {
5801
+ "journeyUuid": {
5802
+ "type": "string"
5803
+ },
5804
+ "pointUuid": {
5805
+ "type": "string"
5806
+ },
5807
+ "dateFrom": {
5808
+ "type": "Date"
5809
+ },
5810
+ "dateTo": {
5811
+ "type": "Date"
5812
+ }
5813
+ }
5814
+ },
5815
+ "pushwoosh.statistics.exportservice.v2.ExportJourneyPointUsersResult": {
5816
+ "type": "I",
5817
+ "fields": {
5818
+ "file": {
5819
+ "type": "string"
5820
+ }
5821
+ }
5822
+ },
5823
+ "pushwoosh.statistics.exportservice.v2.ExportMessageRecipientsArgs.Type": {
5824
+ "type": "E",
5825
+ "values": [
5826
+ "sends",
5827
+ "deliveries",
5828
+ "opens"
5829
+ ]
5830
+ },
5831
+ "pushwoosh.statistics.exportservice.v2.ExportMessageRecipientsArgs": {
5832
+ "type": "I",
5833
+ "fields": {
5834
+ "messageId": {
5835
+ "type": "number"
5836
+ },
5837
+ "campaign": {
5838
+ "type": "string"
5839
+ },
5840
+ "application": {
5841
+ "type": "string"
5842
+ },
5843
+ "type": {
5844
+ "type": "pushwoosh.statistics.exportservice.v2.ExportMessageRecipientsArgs.Type"
5845
+ },
5846
+ "dateFrom": {
5847
+ "type": "Date"
5848
+ },
5849
+ "dateTo": {
5850
+ "type": "Date"
5851
+ }
5852
+ }
5853
+ },
5854
+ "pushwoosh.statistics.exportservice.v2.ExportMessageRecipientsResult": {
5855
+ "type": "I",
5856
+ "fields": {
5857
+ "file": {
5858
+ "type": "string"
5859
+ }
5860
+ }
5861
+ },
5862
+ "pushwoosh.statistics.exportservice.v2.ExportMessageClicksDevicesArgs": {
5863
+ "type": "I",
5864
+ "fields": {
5865
+ "messageId": {
5866
+ "type": "number"
5867
+ },
5868
+ "campaign": {
5869
+ "type": "string"
5870
+ },
5871
+ "linkTemplate": {
5872
+ "type": "string"
5873
+ },
5874
+ "application": {
5875
+ "type": "string"
5876
+ },
5877
+ "dateFrom": {
5878
+ "type": "Date"
5879
+ },
5880
+ "dateTo": {
5881
+ "type": "Date"
5882
+ }
5883
+ }
5884
+ },
5885
+ "pushwoosh.statistics.exportservice.v2.ExportMessageClicksDevicesResult": {
5886
+ "type": "I",
5887
+ "fields": {
5888
+ "file": {
5889
+ "type": "string"
5890
+ }
5891
+ }
5892
+ },
5893
+ "pushwoosh.statistics.exportservice.v2.ExportMessageEventTriggeredDevicesArgs": {
5894
+ "type": "I",
5895
+ "fields": {
5896
+ "messageId": {
5897
+ "type": "number"
5898
+ },
5899
+ "campaign": {
5900
+ "type": "string"
5901
+ },
5902
+ "event": {
5903
+ "type": "string"
5904
+ },
5905
+ "application": {
5906
+ "type": "string"
5907
+ },
5908
+ "dateFrom": {
5909
+ "type": "Date"
5910
+ },
5911
+ "dateTo": {
5912
+ "type": "Date"
5913
+ }
5914
+ }
5915
+ },
5916
+ "pushwoosh.statistics.exportservice.v2.ExportMessageEventTriggeredDevicesResult": {
5917
+ "type": "I",
5918
+ "fields": {
5919
+ "file": {
5920
+ "type": "string"
5921
+ }
5922
+ }
5923
+ },
5924
+ "pushwoosh.statistics.exportservice.v2.ExportMessageErrorsDevicesArgs": {
5925
+ "type": "I",
5926
+ "fields": {
5927
+ "messageId": {
5928
+ "type": "number"
5929
+ },
5930
+ "campaign": {
5931
+ "type": "string"
5932
+ },
5933
+ "statusCode": {
5934
+ "type": "number"
5935
+ },
5936
+ "application": {
5937
+ "type": "string"
5938
+ },
5939
+ "platform": {
5940
+ "type": "number"
5941
+ },
5942
+ "dateFrom": {
5943
+ "type": "Date"
5944
+ },
5945
+ "dateTo": {
5946
+ "type": "Date"
5947
+ }
5948
+ }
5949
+ },
5950
+ "pushwoosh.statistics.exportservice.v2.ExportMessageErrorsDevicesResult": {
5951
+ "type": "I",
5952
+ "fields": {
5953
+ "file": {
5954
+ "type": "string"
5955
+ }
5956
+ }
5957
+ },
5958
+ "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageArgs.Type": {
5959
+ "type": "E",
5960
+ "values": [
5961
+ "send_devices",
5962
+ "delivered_devices",
5963
+ "opened_devices",
5964
+ "link_clicked_devices",
5965
+ "event_triggered_devices",
5966
+ "send_with_error_devices",
5967
+ "send_with_email_error_devices"
5968
+ ]
5969
+ },
5970
+ "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageArgs.EmailErrorType": {
5971
+ "type": "E",
5972
+ "values": [
5973
+ "complaints",
5974
+ "soft_bounces",
5975
+ "hard_bounces"
5976
+ ]
5977
+ },
5978
+ "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageArgs": {
5979
+ "type": "I",
5980
+ "fields": {
5981
+ "messageId": {
5982
+ "type": "number"
5983
+ },
5984
+ "campaign": {
5985
+ "type": "string"
5986
+ },
5987
+ "statusCode": {
5988
+ "type": "number"
5989
+ },
5990
+ "linkTemplate": {
5991
+ "type": "string"
5992
+ },
5993
+ "event": {
5994
+ "type": "string"
5995
+ },
5996
+ "application": {
5997
+ "type": "string"
5998
+ },
5999
+ "type": {
6000
+ "type": "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageArgs.Type"
6001
+ },
6002
+ "emailErrorType": {
6003
+ "type": "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageArgs.EmailErrorType"
6004
+ },
6005
+ "dateFrom": {
6006
+ "type": "Date"
6007
+ },
6008
+ "dateTo": {
6009
+ "type": "Date"
6010
+ }
6011
+ }
6012
+ },
6013
+ "pushwoosh.statistics.exportservice.v2.CreateSegmentFromMessageResult": {
6014
+ "type": "I",
6015
+ "fields": {
6016
+ "segment": {
6017
+ "type": "string"
6018
+ }
6019
+ }
6020
+ },
4877
6021
  "pushwoosh.export_messages.v2.ExportRequest": {
4878
6022
  "type": "I",
4879
6023
  "fields": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.413",
3
+ "version": "0.1.415",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",