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

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