mailslurp_client 17.2.0 → 17.3.0

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 (176) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mailslurp_client/api/campaign_probe_controller_api.rb +138 -0
  3. data/lib/mailslurp_client/api/domain_monitor_controller_api.rb +264 -0
  4. data/lib/mailslurp_client/api/email_audit_controller_api.rb +334 -0
  5. data/lib/mailslurp_client/api/email_controller_api.rb +124 -0
  6. data/lib/mailslurp_client/api/inbox_controller_api.rb +4 -4
  7. data/lib/mailslurp_client/api/phone_controller_api.rb +1312 -81
  8. data/lib/mailslurp_client/api/sms_controller_api.rb +125 -0
  9. data/lib/mailslurp_client/api/tools_controller_api.rb +806 -0
  10. data/lib/mailslurp_client/models/abstract_webhook_payload.rb +15 -15
  11. data/lib/mailslurp_client/models/acquire_phone_pool_lease_options.rb +233 -0
  12. data/lib/mailslurp_client/models/add_phone_pool_numbers_options.rb +213 -0
  13. data/lib/mailslurp_client/models/ai_transform_mapping_projection.rb +27 -27
  14. data/lib/mailslurp_client/models/ai_transform_projection.rb +28 -28
  15. data/lib/mailslurp_client/models/alias_projection.rb +45 -45
  16. data/lib/mailslurp_client/models/alias_thread_projection.rb +42 -42
  17. data/lib/mailslurp_client/models/analyze_dmarc_report_options.rb +248 -0
  18. data/lib/mailslurp_client/models/analyze_dmarc_report_results.rb +386 -0
  19. data/lib/mailslurp_client/models/analyze_email_headers_options.rb +240 -0
  20. data/lib/mailslurp_client/models/analyze_email_headers_results.rb +275 -0
  21. data/lib/mailslurp_client/models/attachment_projection.rb +50 -50
  22. data/lib/mailslurp_client/models/available_phone_number_dto.rb +325 -0
  23. data/lib/mailslurp_client/models/available_phone_numbers_result.rb +236 -0
  24. data/lib/mailslurp_client/models/bounce_projection.rb +28 -28
  25. data/lib/mailslurp_client/models/bounce_recipient_projection.rb +10 -10
  26. data/lib/mailslurp_client/models/campaign_probe_run_comparison_dto.rb +397 -0
  27. data/lib/mailslurp_client/models/check_campaign_probe_options.rb +371 -0
  28. data/lib/mailslurp_client/models/check_campaign_probe_results.rb +482 -0
  29. data/lib/mailslurp_client/models/check_dns_propagation_options.rb +297 -0
  30. data/lib/mailslurp_client/models/check_dns_propagation_results.rb +361 -0
  31. data/lib/mailslurp_client/models/check_domain_monitor_options.rb +243 -0
  32. data/lib/mailslurp_client/models/check_domain_monitor_results.rb +398 -0
  33. data/lib/mailslurp_client/models/check_email_audit_options.rb +405 -0
  34. data/lib/mailslurp_client/models/check_email_auth_stack_options.rb +248 -0
  35. data/lib/mailslurp_client/models/check_email_auth_stack_results.rb +462 -0
  36. data/lib/mailslurp_client/models/check_email_blacklist_options.rb +241 -0
  37. data/lib/mailslurp_client/models/check_email_blacklist_results.rb +366 -0
  38. data/lib/mailslurp_client/models/connector_event_projection.rb +42 -42
  39. data/lib/mailslurp_client/models/connector_projection.rb +42 -42
  40. data/lib/mailslurp_client/models/contact_projection.rb +15 -15
  41. data/lib/mailslurp_client/models/create_email_audit_options.rb +394 -0
  42. data/lib/mailslurp_client/models/create_phone_number_options.rb +25 -4
  43. data/lib/mailslurp_client/models/create_phone_pool_options.rb +220 -0
  44. data/lib/mailslurp_client/models/create_phone_provisioning_job_item_options.rb +256 -0
  45. data/lib/mailslurp_client/models/create_phone_provisioning_job_options.rb +284 -0
  46. data/lib/mailslurp_client/models/dmarc_report_metadata.rb +308 -0
  47. data/lib/mailslurp_client/models/dmarc_report_source_summary.rb +274 -0
  48. data/lib/mailslurp_client/models/dns_propagation_resolver_result.rb +252 -0
  49. data/lib/mailslurp_client/models/domain_monitor_run_comparison_dto.rb +369 -0
  50. data/lib/mailslurp_client/models/domain_monitor_summary_dto.rb +248 -0
  51. data/lib/mailslurp_client/models/email_audit_analysis_result.rb +620 -0
  52. data/lib/mailslurp_client/models/email_audit_comparison_dto.rb +411 -0
  53. data/lib/mailslurp_client/models/email_audit_dto.rb +308 -0
  54. data/lib/mailslurp_client/models/email_audit_spelling_issue.rb +276 -0
  55. data/lib/mailslurp_client/models/email_audit_url_issue.rb +236 -0
  56. data/lib/mailslurp_client/models/email_blacklist_ip_result.rb +242 -0
  57. data/lib/mailslurp_client/models/email_blacklist_listing_result.rb +258 -0
  58. data/lib/mailslurp_client/models/email_header_analysis_summary.rb +242 -0
  59. data/lib/mailslurp_client/models/email_header_received_hop.rb +242 -0
  60. data/lib/mailslurp_client/models/email_projection.rb +88 -88
  61. data/lib/mailslurp_client/models/email_thread_projection.rb +54 -54
  62. data/lib/mailslurp_client/models/entity_automation_item_projection.rb +33 -33
  63. data/lib/mailslurp_client/models/entity_event_item_projection.rb +42 -42
  64. data/lib/mailslurp_client/models/entity_favourite_item_projection.rb +29 -29
  65. data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +27 -27
  66. data/lib/mailslurp_client/models/generate_spf_record_options.rb +357 -0
  67. data/lib/mailslurp_client/models/generate_spf_record_results.rb +318 -0
  68. data/lib/mailslurp_client/models/get_or_create_phone_pool_options.rb +220 -0
  69. data/lib/mailslurp_client/models/group_projection.rb +15 -15
  70. data/lib/mailslurp_client/models/guest_portal_user_projection.rb +47 -47
  71. data/lib/mailslurp_client/models/imap_email_projection.rb +18 -18
  72. data/lib/mailslurp_client/models/inbox_forwarder_event_projection.rb +21 -21
  73. data/lib/mailslurp_client/models/inbox_replier_event_projection.rb +33 -33
  74. data/lib/mailslurp_client/models/list_unsubscribe_recipient_projection.rb +19 -19
  75. data/lib/mailslurp_client/models/lookup_dkim_domain_options.rb +275 -0
  76. data/lib/mailslurp_client/models/lookup_dkim_domain_results.rb +304 -0
  77. data/lib/mailslurp_client/models/lookup_ptr_options.rb +241 -0
  78. data/lib/mailslurp_client/models/lookup_ptr_results.rb +305 -0
  79. data/lib/mailslurp_client/models/lookup_spf_domain_options.rb +240 -0
  80. data/lib/mailslurp_client/models/lookup_spf_domain_results.rb +305 -0
  81. data/lib/mailslurp_client/models/missed_email_projection.rb +28 -28
  82. data/lib/mailslurp_client/models/missed_sms_projection.rb +32 -32
  83. data/lib/mailslurp_client/models/opt_in_identity_projection.rb +18 -18
  84. data/lib/mailslurp_client/models/page_ai_transform_mapping_projection.rb +19 -19
  85. data/lib/mailslurp_client/models/page_ai_transform_projection.rb +19 -19
  86. data/lib/mailslurp_client/models/page_ai_transform_result_projection.rb +19 -19
  87. data/lib/mailslurp_client/models/page_alias.rb +19 -19
  88. data/lib/mailslurp_client/models/page_alias_thread_projection.rb +19 -19
  89. data/lib/mailslurp_client/models/page_attachment_entity.rb +19 -19
  90. data/lib/mailslurp_client/models/page_bounced_email.rb +19 -19
  91. data/lib/mailslurp_client/models/page_bounced_recipients.rb +19 -19
  92. data/lib/mailslurp_client/models/page_complaint.rb +19 -19
  93. data/lib/mailslurp_client/models/page_connector.rb +19 -19
  94. data/lib/mailslurp_client/models/page_connector_events.rb +19 -19
  95. data/lib/mailslurp_client/models/page_contact_projection.rb +19 -19
  96. data/lib/mailslurp_client/models/page_delivery_status.rb +19 -19
  97. data/lib/mailslurp_client/models/page_device_preview_run_projection.rb +19 -19
  98. data/lib/mailslurp_client/models/page_email_preview.rb +19 -19
  99. data/lib/mailslurp_client/models/page_email_projection.rb +19 -19
  100. data/lib/mailslurp_client/models/page_email_thread_projection.rb +19 -19
  101. data/lib/mailslurp_client/models/page_email_validation_request.rb +19 -19
  102. data/lib/mailslurp_client/models/page_entity_automation_items.rb +19 -19
  103. data/lib/mailslurp_client/models/page_entity_event_items.rb +19 -19
  104. data/lib/mailslurp_client/models/page_entity_favourite_items.rb +19 -19
  105. data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +19 -19
  106. data/lib/mailslurp_client/models/page_group_projection.rb +19 -19
  107. data/lib/mailslurp_client/models/page_guest_portal_users.rb +19 -19
  108. data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +19 -19
  109. data/lib/mailslurp_client/models/page_inbox_forwarder_events.rb +19 -19
  110. data/lib/mailslurp_client/models/page_inbox_projection.rb +19 -19
  111. data/lib/mailslurp_client/models/page_inbox_replier_dto.rb +19 -19
  112. data/lib/mailslurp_client/models/page_inbox_replier_events.rb +19 -19
  113. data/lib/mailslurp_client/models/page_inbox_tags.rb +19 -19
  114. data/lib/mailslurp_client/models/page_list_unsubscribe_recipients.rb +19 -19
  115. data/lib/mailslurp_client/models/page_missed_email_projection.rb +19 -19
  116. data/lib/mailslurp_client/models/page_missed_sms_projection.rb +19 -19
  117. data/lib/mailslurp_client/models/page_opt_in_identity_projection.rb +19 -19
  118. data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +19 -19
  119. data/lib/mailslurp_client/models/page_phone_message_thread_item_projection.rb +19 -19
  120. data/lib/mailslurp_client/models/page_phone_message_thread_projection.rb +19 -19
  121. data/lib/mailslurp_client/models/page_phone_number_projection.rb +19 -19
  122. data/lib/mailslurp_client/models/page_phone_number_release_projection.rb +19 -19
  123. data/lib/mailslurp_client/models/page_plus_address_projection.rb +19 -19
  124. data/lib/mailslurp_client/models/page_reputation_items.rb +19 -19
  125. data/lib/mailslurp_client/models/page_ruleset_dto.rb +19 -19
  126. data/lib/mailslurp_client/models/page_scheduled_jobs.rb +19 -19
  127. data/lib/mailslurp_client/models/page_sent_email_projection.rb +19 -19
  128. data/lib/mailslurp_client/models/page_sent_email_with_queue_projection.rb +19 -19
  129. data/lib/mailslurp_client/models/page_sent_sms_projection.rb +19 -19
  130. data/lib/mailslurp_client/models/page_sms_projection.rb +19 -19
  131. data/lib/mailslurp_client/models/page_template_projection.rb +19 -19
  132. data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +19 -19
  133. data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +19 -19
  134. data/lib/mailslurp_client/models/page_webhook_endpoint_projection.rb +19 -19
  135. data/lib/mailslurp_client/models/page_webhook_projection.rb +19 -19
  136. data/lib/mailslurp_client/models/page_webhook_result.rb +19 -19
  137. data/lib/mailslurp_client/models/pageable_object.rb +22 -22
  138. data/lib/mailslurp_client/models/phone_message_thread_item_projection.rb +18 -18
  139. data/lib/mailslurp_client/models/phone_number_dto.rb +49 -4
  140. data/lib/mailslurp_client/models/phone_number_line_type_intelligence_dto.rb +242 -0
  141. data/lib/mailslurp_client/models/phone_number_line_type_lookup_dto.rb +286 -0
  142. data/lib/mailslurp_client/models/phone_number_projection.rb +80 -35
  143. data/lib/mailslurp_client/models/phone_number_release_projection.rb +39 -39
  144. data/lib/mailslurp_client/models/phone_pool_detail_dto.rb +334 -0
  145. data/lib/mailslurp_client/models/phone_pool_dto.rb +318 -0
  146. data/lib/mailslurp_client/models/phone_pool_lease_dto.rb +351 -0
  147. data/lib/mailslurp_client/models/phone_pool_member_dto.rb +333 -0
  148. data/lib/mailslurp_client/models/phone_provider_capabilities_result.rb +284 -0
  149. data/lib/mailslurp_client/models/phone_provisioning_job_dto.rb +434 -0
  150. data/lib/mailslurp_client/models/phone_provisioning_job_item_dto.rb +336 -0
  151. data/lib/mailslurp_client/models/phone_sms_prepaid_credit_dto.rb +340 -0
  152. data/lib/mailslurp_client/models/phone_sms_prepaid_credits_dto.rb +241 -0
  153. data/lib/mailslurp_client/models/plus_address_projection.rb +27 -27
  154. data/lib/mailslurp_client/models/recipient_projection.rb +13 -13
  155. data/lib/mailslurp_client/models/reputation_item_projection.rb +41 -41
  156. data/lib/mailslurp_client/models/search_available_phone_numbers_options.rb +377 -0
  157. data/lib/mailslurp_client/models/sender_projection.rb +13 -13
  158. data/lib/mailslurp_client/models/sent_email_projection.rb +63 -63
  159. data/lib/mailslurp_client/models/sent_sms_projection.rb +18 -18
  160. data/lib/mailslurp_client/models/sms_projection.rb +18 -18
  161. data/lib/mailslurp_client/models/smtp_auth_diagnostic_result.rb +235 -0
  162. data/lib/mailslurp_client/models/smtp_diagnostic_step.rb +236 -0
  163. data/lib/mailslurp_client/models/smtp_tls_diagnostic_result.rb +245 -0
  164. data/lib/mailslurp_client/models/sort_object.rb +10 -10
  165. data/lib/mailslurp_client/models/spf_mechanism_result.rb +229 -0
  166. data/lib/mailslurp_client/models/template_projection.rb +41 -41
  167. data/lib/mailslurp_client/models/test_smtp_server_options.rb +337 -0
  168. data/lib/mailslurp_client/models/test_smtp_server_results.rb +297 -0
  169. data/lib/mailslurp_client/models/tracking_pixel_projection.rb +27 -27
  170. data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +27 -27
  171. data/lib/mailslurp_client/models/update_phone_pool_options.rb +215 -0
  172. data/lib/mailslurp_client/models/validation_dto.rb +1 -5
  173. data/lib/mailslurp_client/models/webhook_projection.rb +45 -45
  174. data/lib/mailslurp_client/version.rb +1 -1
  175. data/lib/mailslurp_client.rb +67 -0
  176. metadata +69 -2
@@ -0,0 +1,242 @@
1
+ =begin
2
+ #MailSlurp API
3
+
4
+ #MailSlurp is an API for sending and receiving emails and SMS from dynamically allocated email addresses and phone numbers. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://docs.mailslurp.com/) - [Examples](https://github.com/mailslurp/examples) repository
5
+
6
+ The version of the OpenAPI document: 6.5.2
7
+ Contact: contact@mailslurp.dev
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module MailSlurpClient
16
+ class EmailHeaderReceivedHop
17
+ attr_accessor :from
18
+
19
+ attr_accessor :by
20
+
21
+ attr_accessor :with_value
22
+
23
+ attr_accessor :timestamp
24
+
25
+ attr_accessor :delay_ms
26
+
27
+ # Attribute mapping from ruby-style variable name to JSON key.
28
+ def self.attribute_map
29
+ {
30
+ :'from' => :'from',
31
+ :'by' => :'by',
32
+ :'with_value' => :'withValue',
33
+ :'timestamp' => :'timestamp',
34
+ :'delay_ms' => :'delayMs'
35
+ }
36
+ end
37
+
38
+ # Attribute type mapping.
39
+ def self.openapi_types
40
+ {
41
+ :'from' => :'String',
42
+ :'by' => :'String',
43
+ :'with_value' => :'String',
44
+ :'timestamp' => :'String',
45
+ :'delay_ms' => :'Integer'
46
+ }
47
+ end
48
+
49
+ # List of attributes with nullable: true
50
+ def self.openapi_nullable
51
+ Set.new([
52
+ ])
53
+ end
54
+
55
+ # Initializes the object
56
+ # @param [Hash] attributes Model attributes in the form of hash
57
+ def initialize(attributes = {})
58
+ if (!attributes.is_a?(Hash))
59
+ fail ArgumentError, "The input argument (attributes) must be a hash in `MailSlurpClient::EmailHeaderReceivedHop` initialize method"
60
+ end
61
+
62
+ # check to see if the attribute exists and convert string to symbol for hash key
63
+ attributes = attributes.each_with_object({}) { |(k, v), h|
64
+ if (!self.class.attribute_map.key?(k.to_sym))
65
+ fail ArgumentError, "`#{k}` is not a valid attribute in `MailSlurpClient::EmailHeaderReceivedHop`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
66
+ end
67
+ h[k.to_sym] = v
68
+ }
69
+
70
+ if attributes.key?(:'from')
71
+ self.from = attributes[:'from']
72
+ end
73
+
74
+ if attributes.key?(:'by')
75
+ self.by = attributes[:'by']
76
+ end
77
+
78
+ if attributes.key?(:'with_value')
79
+ self.with_value = attributes[:'with_value']
80
+ end
81
+
82
+ if attributes.key?(:'timestamp')
83
+ self.timestamp = attributes[:'timestamp']
84
+ end
85
+
86
+ if attributes.key?(:'delay_ms')
87
+ self.delay_ms = attributes[:'delay_ms']
88
+ end
89
+ end
90
+
91
+ # Show invalid properties with the reasons. Usually used together with valid?
92
+ # @return Array for valid properties with the reasons
93
+ def list_invalid_properties
94
+ invalid_properties = Array.new
95
+ invalid_properties
96
+ end
97
+
98
+ # Check to see if the all the properties in the model are valid
99
+ # @return true if the model is valid
100
+ def valid?
101
+ true
102
+ end
103
+
104
+ # Checks equality by comparing each attribute.
105
+ # @param [Object] Object to be compared
106
+ def ==(o)
107
+ return true if self.equal?(o)
108
+ self.class == o.class &&
109
+ from == o.from &&
110
+ by == o.by &&
111
+ with_value == o.with_value &&
112
+ timestamp == o.timestamp &&
113
+ delay_ms == o.delay_ms
114
+ end
115
+
116
+ # @see the `==` method
117
+ # @param [Object] Object to be compared
118
+ def eql?(o)
119
+ self == o
120
+ end
121
+
122
+ # Calculates hash code according to all attributes.
123
+ # @return [Integer] Hash code
124
+ def hash
125
+ [from, by, with_value, timestamp, delay_ms].hash
126
+ end
127
+
128
+ # Builds the object from hash
129
+ # @param [Hash] attributes Model attributes in the form of hash
130
+ # @return [Object] Returns the model itself
131
+ def self.build_from_hash(attributes)
132
+ new.build_from_hash(attributes)
133
+ end
134
+
135
+ # Builds the object from hash
136
+ # @param [Hash] attributes Model attributes in the form of hash
137
+ # @return [Object] Returns the model itself
138
+ def build_from_hash(attributes)
139
+ return nil unless attributes.is_a?(Hash)
140
+ self.class.openapi_types.each_pair do |key, type|
141
+ if type =~ /\AArray<(.*)>/i
142
+ # check to ensure the input is an array given that the attribute
143
+ # is documented as an array but the input is not
144
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
145
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
146
+ end
147
+ elsif !attributes[self.class.attribute_map[key]].nil?
148
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
149
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
150
+ end
151
+
152
+ self
153
+ end
154
+
155
+ # Deserializes the data based on type
156
+ # @param string type Data type
157
+ # @param string value Value to be deserialized
158
+ # @return [Object] Deserialized data
159
+ def _deserialize(type, value)
160
+ case type.to_sym
161
+ when :DateTime
162
+ DateTime.parse(value)
163
+ when :Date
164
+ Date.parse(value)
165
+ when :String
166
+ value.to_s
167
+ when :Integer
168
+ value.to_i
169
+ when :Float
170
+ value.to_f
171
+ when :Boolean
172
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
173
+ true
174
+ else
175
+ false
176
+ end
177
+ when :Object
178
+ # generic object (usually a Hash), return directly
179
+ value
180
+ when /\AArray<(?<inner_type>.+)>\z/
181
+ inner_type = Regexp.last_match[:inner_type]
182
+ value.map { |v| _deserialize(inner_type, v) }
183
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
184
+ k_type = Regexp.last_match[:k_type]
185
+ v_type = Regexp.last_match[:v_type]
186
+ {}.tap do |hash|
187
+ value.each do |k, v|
188
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
189
+ end
190
+ end
191
+ else # model
192
+ MailSlurpClient.const_get(type).build_from_hash(value)
193
+ end
194
+ end
195
+
196
+ # Returns the string representation of the object
197
+ # @return [String] String presentation of the object
198
+ def to_s
199
+ to_hash.to_s
200
+ end
201
+
202
+ # to_body is an alias to to_hash (backward compatibility)
203
+ # @return [Hash] Returns the object in the form of hash
204
+ def to_body
205
+ to_hash
206
+ end
207
+
208
+ # Returns the object in the form of hash
209
+ # @return [Hash] Returns the object in the form of hash
210
+ def to_hash
211
+ hash = {}
212
+ self.class.attribute_map.each_pair do |attr, param|
213
+ value = self.send(attr)
214
+ if value.nil?
215
+ is_nullable = self.class.openapi_nullable.include?(attr)
216
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
217
+ end
218
+
219
+ hash[param] = _to_hash(value)
220
+ end
221
+ hash
222
+ end
223
+
224
+ # Outputs non-array value in the form of hash
225
+ # For object, use to_hash. Otherwise, just return the value
226
+ # @param [Object] value Any valid value
227
+ # @return [Hash] Returns the value in the form of hash
228
+ def _to_hash(value)
229
+ if value.is_a?(Array)
230
+ value.compact.map { |v| _to_hash(v) }
231
+ elsif value.is_a?(Hash)
232
+ {}.tap do |hash|
233
+ value.each { |k, v| hash[k] = _to_hash(v) }
234
+ end
235
+ elsif value.respond_to? :to_hash
236
+ value.to_hash
237
+ else
238
+ value
239
+ end
240
+ end
241
+ end
242
+ end
@@ -15,20 +15,24 @@ require 'date'
15
15
  module MailSlurpClient
16
16
  # A compact representation of a full email. Used in list endpoints to keep response sizes low. Body and attachments are not included. To get all fields of the email use the `getEmail` method with the email projection's ID. See `EmailDto` for documentation on projection properties.
17
17
  class EmailProjection
18
- attr_accessor :subject
18
+ attr_accessor :id
19
19
 
20
- attr_accessor :size_bytes
20
+ attr_accessor :thread_id
21
21
 
22
- attr_accessor :message_id
22
+ attr_accessor :from
23
23
 
24
- attr_accessor :favourite
24
+ attr_accessor :subject
25
25
 
26
- attr_accessor :domain_id
26
+ attr_accessor :sender
27
27
 
28
- attr_accessor :attachments
28
+ attr_accessor :recipients
29
29
 
30
30
  attr_accessor :inbox_id
31
31
 
32
+ attr_accessor :attachments
33
+
34
+ attr_accessor :size_bytes
35
+
32
36
  attr_accessor :created_at
33
37
 
34
38
  attr_accessor :to
@@ -37,9 +41,11 @@ module MailSlurpClient
37
41
 
38
42
  attr_accessor :bcc
39
43
 
40
- attr_accessor :sender
44
+ attr_accessor :message_id
41
45
 
42
- attr_accessor :recipients
46
+ attr_accessor :favourite
47
+
48
+ attr_accessor :domain_id
43
49
 
44
50
  attr_accessor :plus_address
45
51
 
@@ -59,28 +65,25 @@ module MailSlurpClient
59
65
 
60
66
  attr_accessor :team_access
61
67
 
62
- attr_accessor :id
63
-
64
- attr_accessor :thread_id
65
-
66
- attr_accessor :from
67
-
68
68
  # Attribute mapping from ruby-style variable name to JSON key.
69
69
  def self.attribute_map
70
70
  {
71
+ :'id' => :'id',
72
+ :'thread_id' => :'threadId',
73
+ :'from' => :'from',
71
74
  :'subject' => :'subject',
72
- :'size_bytes' => :'sizeBytes',
73
- :'message_id' => :'messageId',
74
- :'favourite' => :'favourite',
75
- :'domain_id' => :'domainId',
76
- :'attachments' => :'attachments',
75
+ :'sender' => :'sender',
76
+ :'recipients' => :'recipients',
77
77
  :'inbox_id' => :'inboxId',
78
+ :'attachments' => :'attachments',
79
+ :'size_bytes' => :'sizeBytes',
78
80
  :'created_at' => :'createdAt',
79
81
  :'to' => :'to',
80
82
  :'cc' => :'cc',
81
83
  :'bcc' => :'bcc',
82
- :'sender' => :'sender',
83
- :'recipients' => :'recipients',
84
+ :'message_id' => :'messageId',
85
+ :'favourite' => :'favourite',
86
+ :'domain_id' => :'domainId',
84
87
  :'plus_address' => :'plusAddress',
85
88
  :'imap_uid' => :'imapUid',
86
89
  :'in_reply_to' => :'inReplyTo',
@@ -89,29 +92,29 @@ module MailSlurpClient
89
92
  :'text_excerpt' => :'textExcerpt',
90
93
  :'body_part_content_types' => :'bodyPartContentTypes',
91
94
  :'body_md5_hash' => :'bodyMD5Hash',
92
- :'team_access' => :'teamAccess',
93
- :'id' => :'id',
94
- :'thread_id' => :'threadId',
95
- :'from' => :'from'
95
+ :'team_access' => :'teamAccess'
96
96
  }
97
97
  end
98
98
 
99
99
  # Attribute type mapping.
100
100
  def self.openapi_types
101
101
  {
102
+ :'id' => :'String',
103
+ :'thread_id' => :'String',
104
+ :'from' => :'String',
102
105
  :'subject' => :'String',
103
- :'size_bytes' => :'Integer',
104
- :'message_id' => :'String',
105
- :'favourite' => :'Boolean',
106
- :'domain_id' => :'String',
107
- :'attachments' => :'Array<String>',
106
+ :'sender' => :'Sender',
107
+ :'recipients' => :'EmailRecipients',
108
108
  :'inbox_id' => :'String',
109
+ :'attachments' => :'Array<String>',
110
+ :'size_bytes' => :'Integer',
109
111
  :'created_at' => :'DateTime',
110
112
  :'to' => :'Array<String>',
111
113
  :'cc' => :'Array<String>',
112
114
  :'bcc' => :'Array<String>',
113
- :'sender' => :'Sender',
114
- :'recipients' => :'EmailRecipients',
115
+ :'message_id' => :'String',
116
+ :'favourite' => :'Boolean',
117
+ :'domain_id' => :'String',
115
118
  :'plus_address' => :'String',
116
119
  :'imap_uid' => :'Integer',
117
120
  :'in_reply_to' => :'String',
@@ -120,26 +123,25 @@ module MailSlurpClient
120
123
  :'text_excerpt' => :'String',
121
124
  :'body_part_content_types' => :'Array<String>',
122
125
  :'body_md5_hash' => :'String',
123
- :'team_access' => :'Boolean',
124
- :'id' => :'String',
125
- :'thread_id' => :'String',
126
- :'from' => :'String'
126
+ :'team_access' => :'Boolean'
127
127
  }
128
128
  end
129
129
 
130
130
  # List of attributes with nullable: true
131
131
  def self.openapi_nullable
132
132
  Set.new([
133
+ :'thread_id',
134
+ :'from',
133
135
  :'subject',
136
+ :'sender',
137
+ :'recipients',
138
+ :'attachments',
134
139
  :'size_bytes',
140
+ :'cc',
141
+ :'bcc',
135
142
  :'message_id',
136
143
  :'favourite',
137
144
  :'domain_id',
138
- :'attachments',
139
- :'cc',
140
- :'bcc',
141
- :'sender',
142
- :'recipients',
143
145
  :'plus_address',
144
146
  :'imap_uid',
145
147
  :'in_reply_to',
@@ -147,8 +149,6 @@ module MailSlurpClient
147
149
  :'text_excerpt',
148
150
  :'body_part_content_types',
149
151
  :'body_md5_hash',
150
- :'thread_id',
151
- :'from'
152
152
  ])
153
153
  end
154
154
 
@@ -167,24 +167,32 @@ module MailSlurpClient
167
167
  h[k.to_sym] = v
168
168
  }
169
169
 
170
- if attributes.key?(:'subject')
171
- self.subject = attributes[:'subject']
170
+ if attributes.key?(:'id')
171
+ self.id = attributes[:'id']
172
172
  end
173
173
 
174
- if attributes.key?(:'size_bytes')
175
- self.size_bytes = attributes[:'size_bytes']
174
+ if attributes.key?(:'thread_id')
175
+ self.thread_id = attributes[:'thread_id']
176
176
  end
177
177
 
178
- if attributes.key?(:'message_id')
179
- self.message_id = attributes[:'message_id']
178
+ if attributes.key?(:'from')
179
+ self.from = attributes[:'from']
180
180
  end
181
181
 
182
- if attributes.key?(:'favourite')
183
- self.favourite = attributes[:'favourite']
182
+ if attributes.key?(:'subject')
183
+ self.subject = attributes[:'subject']
184
184
  end
185
185
 
186
- if attributes.key?(:'domain_id')
187
- self.domain_id = attributes[:'domain_id']
186
+ if attributes.key?(:'sender')
187
+ self.sender = attributes[:'sender']
188
+ end
189
+
190
+ if attributes.key?(:'recipients')
191
+ self.recipients = attributes[:'recipients']
192
+ end
193
+
194
+ if attributes.key?(:'inbox_id')
195
+ self.inbox_id = attributes[:'inbox_id']
188
196
  end
189
197
 
190
198
  if attributes.key?(:'attachments')
@@ -193,8 +201,8 @@ module MailSlurpClient
193
201
  end
194
202
  end
195
203
 
196
- if attributes.key?(:'inbox_id')
197
- self.inbox_id = attributes[:'inbox_id']
204
+ if attributes.key?(:'size_bytes')
205
+ self.size_bytes = attributes[:'size_bytes']
198
206
  end
199
207
 
200
208
  if attributes.key?(:'created_at')
@@ -219,12 +227,16 @@ module MailSlurpClient
219
227
  end
220
228
  end
221
229
 
222
- if attributes.key?(:'sender')
223
- self.sender = attributes[:'sender']
230
+ if attributes.key?(:'message_id')
231
+ self.message_id = attributes[:'message_id']
224
232
  end
225
233
 
226
- if attributes.key?(:'recipients')
227
- self.recipients = attributes[:'recipients']
234
+ if attributes.key?(:'favourite')
235
+ self.favourite = attributes[:'favourite']
236
+ end
237
+
238
+ if attributes.key?(:'domain_id')
239
+ self.domain_id = attributes[:'domain_id']
228
240
  end
229
241
 
230
242
  if attributes.key?(:'plus_address')
@@ -264,24 +276,16 @@ module MailSlurpClient
264
276
  if attributes.key?(:'team_access')
265
277
  self.team_access = attributes[:'team_access']
266
278
  end
267
-
268
- if attributes.key?(:'id')
269
- self.id = attributes[:'id']
270
- end
271
-
272
- if attributes.key?(:'thread_id')
273
- self.thread_id = attributes[:'thread_id']
274
- end
275
-
276
- if attributes.key?(:'from')
277
- self.from = attributes[:'from']
278
- end
279
279
  end
280
280
 
281
281
  # Show invalid properties with the reasons. Usually used together with valid?
282
282
  # @return Array for valid properties with the reasons
283
283
  def list_invalid_properties
284
284
  invalid_properties = Array.new
285
+ if @id.nil?
286
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
287
+ end
288
+
285
289
  if @inbox_id.nil?
286
290
  invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
287
291
  end
@@ -302,22 +306,18 @@ module MailSlurpClient
302
306
  invalid_properties.push('invalid value for "team_access", team_access cannot be nil.')
303
307
  end
304
308
 
305
- if @id.nil?
306
- invalid_properties.push('invalid value for "id", id cannot be nil.')
307
- end
308
-
309
309
  invalid_properties
310
310
  end
311
311
 
312
312
  # Check to see if the all the properties in the model are valid
313
313
  # @return true if the model is valid
314
314
  def valid?
315
+ return false if @id.nil?
315
316
  return false if @inbox_id.nil?
316
317
  return false if @created_at.nil?
317
318
  return false if @to.nil?
318
319
  return false if @read.nil?
319
320
  return false if @team_access.nil?
320
- return false if @id.nil?
321
321
  true
322
322
  end
323
323
 
@@ -326,19 +326,22 @@ module MailSlurpClient
326
326
  def ==(o)
327
327
  return true if self.equal?(o)
328
328
  self.class == o.class &&
329
+ id == o.id &&
330
+ thread_id == o.thread_id &&
331
+ from == o.from &&
329
332
  subject == o.subject &&
330
- size_bytes == o.size_bytes &&
331
- message_id == o.message_id &&
332
- favourite == o.favourite &&
333
- domain_id == o.domain_id &&
334
- attachments == o.attachments &&
333
+ sender == o.sender &&
334
+ recipients == o.recipients &&
335
335
  inbox_id == o.inbox_id &&
336
+ attachments == o.attachments &&
337
+ size_bytes == o.size_bytes &&
336
338
  created_at == o.created_at &&
337
339
  to == o.to &&
338
340
  cc == o.cc &&
339
341
  bcc == o.bcc &&
340
- sender == o.sender &&
341
- recipients == o.recipients &&
342
+ message_id == o.message_id &&
343
+ favourite == o.favourite &&
344
+ domain_id == o.domain_id &&
342
345
  plus_address == o.plus_address &&
343
346
  imap_uid == o.imap_uid &&
344
347
  in_reply_to == o.in_reply_to &&
@@ -347,10 +350,7 @@ module MailSlurpClient
347
350
  text_excerpt == o.text_excerpt &&
348
351
  body_part_content_types == o.body_part_content_types &&
349
352
  body_md5_hash == o.body_md5_hash &&
350
- team_access == o.team_access &&
351
- id == o.id &&
352
- thread_id == o.thread_id &&
353
- from == o.from
353
+ team_access == o.team_access
354
354
  end
355
355
 
356
356
  # @see the `==` method
@@ -362,7 +362,7 @@ module MailSlurpClient
362
362
  # Calculates hash code according to all attributes.
363
363
  # @return [Integer] Hash code
364
364
  def hash
365
- [subject, size_bytes, message_id, favourite, domain_id, attachments, inbox_id, created_at, to, cc, bcc, sender, recipients, plus_address, imap_uid, in_reply_to, read, body_excerpt, text_excerpt, body_part_content_types, body_md5_hash, team_access, id, thread_id, from].hash
365
+ [id, thread_id, from, subject, sender, recipients, inbox_id, attachments, size_bytes, created_at, to, cc, bcc, message_id, favourite, domain_id, plus_address, imap_uid, in_reply_to, read, body_excerpt, text_excerpt, body_part_content_types, body_md5_hash, team_access].hash
366
366
  end
367
367
 
368
368
  # Builds the object from hash