mailslurp_client 15.0.4 → 15.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (169) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mailslurp_client/api/alias_controller_api.rb +1 -1
  3. data/lib/mailslurp_client/api/attachment_controller_api.rb +4 -4
  4. data/lib/mailslurp_client/api/bounce_controller_api.rb +1 -1
  5. data/lib/mailslurp_client/api/bulk_actions_controller_api.rb +1 -1
  6. data/lib/mailslurp_client/api/common_actions_controller_api.rb +1 -1
  7. data/lib/mailslurp_client/api/contact_controller_api.rb +1 -1
  8. data/lib/mailslurp_client/api/domain_controller_api.rb +1 -1
  9. data/lib/mailslurp_client/api/email_controller_api.rb +17 -14
  10. data/lib/mailslurp_client/api/expired_controller_api.rb +1 -1
  11. data/lib/mailslurp_client/api/export_controller_api.rb +1 -1
  12. data/lib/mailslurp_client/api/form_controller_api.rb +1 -1
  13. data/lib/mailslurp_client/api/group_controller_api.rb +1 -1
  14. data/lib/mailslurp_client/api/inbox_controller_api.rb +95 -95
  15. data/lib/mailslurp_client/api/inbox_forwarder_controller_api.rb +1 -1
  16. data/lib/mailslurp_client/api/inbox_ruleset_controller_api.rb +1 -1
  17. data/lib/mailslurp_client/api/mail_server_controller_api.rb +1 -1
  18. data/lib/mailslurp_client/api/missed_email_controller_api.rb +1 -1
  19. data/lib/mailslurp_client/api/sent_emails_controller_api.rb +1 -1
  20. data/lib/mailslurp_client/api/template_controller_api.rb +1 -1
  21. data/lib/mailslurp_client/api/tracking_controller_api.rb +1 -1
  22. data/lib/mailslurp_client/api/wait_for_controller_api.rb +1 -1
  23. data/lib/mailslurp_client/api/webhook_controller_api.rb +1 -1
  24. data/lib/mailslurp_client/api_client.rb +1 -1
  25. data/lib/mailslurp_client/api_error.rb +1 -1
  26. data/lib/mailslurp_client/configuration.rb +5 -5
  27. data/lib/mailslurp_client/models/abstract_webhook_payload.rb +16 -1
  28. data/lib/mailslurp_client/models/alias_dto.rb +40 -14
  29. data/lib/mailslurp_client/models/alias_projection.rb +41 -11
  30. data/lib/mailslurp_client/models/attachment_entity.rb +21 -1
  31. data/lib/mailslurp_client/models/attachment_meta_data.rb +21 -1
  32. data/lib/mailslurp_client/models/attachment_projection.rb +35 -15
  33. data/lib/mailslurp_client/models/basic_auth_options.rb +11 -1
  34. data/lib/mailslurp_client/models/bounce_projection.rb +11 -1
  35. data/lib/mailslurp_client/models/bounce_recipient.rb +21 -1
  36. data/lib/mailslurp_client/models/bounced_email_dto.rb +21 -1
  37. data/lib/mailslurp_client/models/bounced_recipient_dto.rb +16 -1
  38. data/lib/mailslurp_client/models/bulk_send_email_options.rb +6 -1
  39. data/lib/mailslurp_client/models/condition_option.rb +11 -1
  40. data/lib/mailslurp_client/models/contact_dto.rb +21 -1
  41. data/lib/mailslurp_client/models/contact_projection.rb +11 -1
  42. data/lib/mailslurp_client/models/content_match_options.rb +6 -1
  43. data/lib/mailslurp_client/models/count_dto.rb +6 -1
  44. data/lib/mailslurp_client/models/create_alias_options.rb +11 -1
  45. data/lib/mailslurp_client/models/create_contact_options.rb +1 -1
  46. data/lib/mailslurp_client/models/create_domain_options.rb +1 -1
  47. data/lib/mailslurp_client/models/create_group_options.rb +6 -1
  48. data/lib/mailslurp_client/models/create_inbox_dto.rb +1 -1
  49. data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +11 -1
  50. data/lib/mailslurp_client/models/create_inbox_ruleset_options.rb +16 -1
  51. data/lib/mailslurp_client/models/create_template_options.rb +11 -1
  52. data/lib/mailslurp_client/models/create_tracking_pixel_options.rb +1 -1
  53. data/lib/mailslurp_client/models/create_webhook_options.rb +6 -1
  54. data/lib/mailslurp_client/models/describe_domain_options.rb +1 -1
  55. data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +11 -1
  56. data/lib/mailslurp_client/models/dns_lookup_options.rb +6 -1
  57. data/lib/mailslurp_client/models/dns_lookup_result.rb +21 -1
  58. data/lib/mailslurp_client/models/dns_lookup_results.rb +6 -1
  59. data/lib/mailslurp_client/models/domain_dto.rb +65 -14
  60. data/lib/mailslurp_client/models/domain_name_record.rb +21 -1
  61. data/lib/mailslurp_client/models/domain_preview.rb +33 -8
  62. data/lib/mailslurp_client/models/download_attachment_dto.rb +16 -1
  63. data/lib/mailslurp_client/models/email.rb +55 -14
  64. data/lib/mailslurp_client/models/email_analysis.rb +1 -1
  65. data/lib/mailslurp_client/models/email_content_match_result.rb +11 -1
  66. data/lib/mailslurp_client/models/email_links_result.rb +11 -1
  67. data/lib/mailslurp_client/models/email_preview.rb +16 -1
  68. data/lib/mailslurp_client/models/email_projection.rb +61 -41
  69. data/lib/mailslurp_client/models/email_recipients.rb +1 -1
  70. data/lib/mailslurp_client/models/email_text_lines_result.rb +11 -1
  71. data/lib/mailslurp_client/models/email_verification_result.rb +34 -14
  72. data/lib/mailslurp_client/models/expiration_defaults.rb +11 -1
  73. data/lib/mailslurp_client/models/expired_inbox_dto.rb +16 -1
  74. data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +21 -1
  75. data/lib/mailslurp_client/models/export_link.rb +6 -1
  76. data/lib/mailslurp_client/models/export_options.rb +6 -1
  77. data/lib/mailslurp_client/models/flush_expired_inboxes_result.rb +11 -1
  78. data/lib/mailslurp_client/models/forward_email_options.rb +1 -1
  79. data/lib/mailslurp_client/models/gravatar_url.rb +11 -1
  80. data/lib/mailslurp_client/models/group_contacts_dto.rb +11 -1
  81. data/lib/mailslurp_client/models/group_dto.rb +16 -1
  82. data/lib/mailslurp_client/models/group_projection.rb +16 -1
  83. data/lib/mailslurp_client/models/html_validation_result.rb +30 -14
  84. data/lib/mailslurp_client/models/inbox_dto.rb +26 -1
  85. data/lib/mailslurp_client/models/inbox_exists_dto.rb +6 -1
  86. data/lib/mailslurp_client/models/inbox_forwarder_dto.rb +31 -1
  87. data/lib/mailslurp_client/models/inbox_forwarder_test_options.rb +6 -1
  88. data/lib/mailslurp_client/models/inbox_forwarder_test_result.rb +11 -1
  89. data/lib/mailslurp_client/models/inbox_preview.rb +21 -1
  90. data/lib/mailslurp_client/models/inbox_ruleset_dto.rb +36 -1
  91. data/lib/mailslurp_client/models/inbox_ruleset_test_options.rb +6 -1
  92. data/lib/mailslurp_client/models/inbox_ruleset_test_result.rb +11 -1
  93. data/lib/mailslurp_client/models/inline_object.rb +1 -1
  94. data/lib/mailslurp_client/models/ip_address_result.rb +11 -1
  95. data/lib/mailslurp_client/models/json_schema_dto.rb +6 -1
  96. data/lib/mailslurp_client/models/match_option.rb +11 -1
  97. data/lib/mailslurp_client/models/match_options.rb +1 -1
  98. data/lib/mailslurp_client/models/missed_email.rb +36 -1
  99. data/lib/mailslurp_client/models/missed_email_projection.rb +11 -1
  100. data/lib/mailslurp_client/models/name_server_record.rb +21 -1
  101. data/lib/mailslurp_client/models/organization_inbox_projection.rb +26 -1
  102. data/lib/mailslurp_client/models/page_alias.rb +30 -21
  103. data/lib/mailslurp_client/models/page_attachment_entity.rb +30 -21
  104. data/lib/mailslurp_client/models/page_bounced_email.rb +30 -21
  105. data/lib/mailslurp_client/models/page_bounced_recipients.rb +30 -21
  106. data/lib/mailslurp_client/models/page_contact_projection.rb +30 -21
  107. data/lib/mailslurp_client/models/page_email_preview.rb +30 -21
  108. data/lib/mailslurp_client/models/page_email_projection.rb +30 -21
  109. data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +30 -21
  110. data/lib/mailslurp_client/models/page_group_projection.rb +30 -21
  111. data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +30 -21
  112. data/lib/mailslurp_client/models/page_inbox_projection.rb +30 -21
  113. data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +30 -21
  114. data/lib/mailslurp_client/models/page_missed_email_projection.rb +30 -21
  115. data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +30 -21
  116. data/lib/mailslurp_client/models/page_sent_email_projection.rb +42 -3
  117. data/lib/mailslurp_client/models/page_template_projection.rb +30 -21
  118. data/lib/mailslurp_client/models/page_thread_projection.rb +30 -21
  119. data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +30 -21
  120. data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +30 -21
  121. data/lib/mailslurp_client/models/page_webhook_projection.rb +30 -21
  122. data/lib/mailslurp_client/models/page_webhook_result.rb +30 -21
  123. data/lib/mailslurp_client/models/{pageable.rb → pageable_object.rb} +4 -4
  124. data/lib/mailslurp_client/models/raw_email_json.rb +6 -1
  125. data/lib/mailslurp_client/models/recipient.rb +11 -1
  126. data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +25 -14
  127. data/lib/mailslurp_client/models/reply_to_email_options.rb +25 -14
  128. data/lib/mailslurp_client/models/send_email_options.rb +13 -3
  129. data/lib/mailslurp_client/models/sender.rb +11 -1
  130. data/lib/mailslurp_client/models/sent_email_dto.rb +34 -14
  131. data/lib/mailslurp_client/models/sent_email_projection.rb +54 -14
  132. data/lib/mailslurp_client/models/set_inbox_favourited_options.rb +6 -1
  133. data/lib/mailslurp_client/models/simple_send_email_options.rb +6 -1
  134. data/lib/mailslurp_client/models/sort.rb +1 -1
  135. data/lib/mailslurp_client/models/template_dto.rb +26 -1
  136. data/lib/mailslurp_client/models/template_projection.rb +39 -14
  137. data/lib/mailslurp_client/models/template_variable.rb +11 -1
  138. data/lib/mailslurp_client/models/test_new_inbox_forwarder_options.rb +11 -1
  139. data/lib/mailslurp_client/models/test_new_inbox_ruleset_options.rb +11 -1
  140. data/lib/mailslurp_client/models/thread_projection.rb +46 -11
  141. data/lib/mailslurp_client/models/tracking_pixel_dto.rb +26 -1
  142. data/lib/mailslurp_client/models/tracking_pixel_projection.rb +21 -1
  143. data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +11 -1
  144. data/lib/mailslurp_client/models/unread_count.rb +6 -1
  145. data/lib/mailslurp_client/models/unseen_error_count_dto.rb +6 -1
  146. data/lib/mailslurp_client/models/update_alias_options.rb +1 -1
  147. data/lib/mailslurp_client/models/update_domain_options.rb +1 -1
  148. data/lib/mailslurp_client/models/update_group_contacts.rb +6 -1
  149. data/lib/mailslurp_client/models/update_inbox_options.rb +1 -1
  150. data/lib/mailslurp_client/models/upload_attachment_options.rb +1 -1
  151. data/lib/mailslurp_client/models/validation_dto.rb +11 -1
  152. data/lib/mailslurp_client/models/validation_message.rb +6 -1
  153. data/lib/mailslurp_client/models/verify_email_address_options.rb +6 -1
  154. data/lib/mailslurp_client/models/wait_for_conditions.rb +11 -1
  155. data/lib/mailslurp_client/models/webhook_dto.rb +46 -1
  156. data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +41 -1
  157. data/lib/mailslurp_client/models/webhook_email_read_payload.rb +36 -1
  158. data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +36 -1
  159. data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +36 -1
  160. data/lib/mailslurp_client/models/webhook_new_email_payload.rb +56 -1
  161. data/lib/mailslurp_client/models/webhook_projection.rb +39 -14
  162. data/lib/mailslurp_client/models/webhook_redrive_result.rb +11 -1
  163. data/lib/mailslurp_client/models/webhook_result_dto.rb +51 -1
  164. data/lib/mailslurp_client/models/webhook_test_request.rb +16 -1
  165. data/lib/mailslurp_client/models/webhook_test_response.rb +1 -1
  166. data/lib/mailslurp_client/models/webhook_test_result.rb +11 -1
  167. data/lib/mailslurp_client/version.rb +2 -2
  168. data/lib/mailslurp_client.rb +2 -2
  169. metadata +2 -2
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -19,8 +19,6 @@ module MailSlurpClient
19
19
 
20
20
  attr_accessor :id
21
21
 
22
- attr_accessor :updated_at
23
-
24
22
  attr_accessor :subject
25
23
 
26
24
  attr_accessor :user_id
@@ -35,6 +33,8 @@ module MailSlurpClient
35
33
 
36
34
  attr_accessor :created_at
37
35
 
36
+ attr_accessor :updated_at
37
+
38
38
  attr_accessor :alias_id
39
39
 
40
40
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -42,7 +42,6 @@ module MailSlurpClient
42
42
  {
43
43
  :'name' => :'name',
44
44
  :'id' => :'id',
45
- :'updated_at' => :'updatedAt',
46
45
  :'subject' => :'subject',
47
46
  :'user_id' => :'userId',
48
47
  :'inbox_id' => :'inboxId',
@@ -50,6 +49,7 @@ module MailSlurpClient
50
49
  :'bcc' => :'bcc',
51
50
  :'cc' => :'cc',
52
51
  :'created_at' => :'createdAt',
52
+ :'updated_at' => :'updatedAt',
53
53
  :'alias_id' => :'aliasId'
54
54
  }
55
55
  end
@@ -59,7 +59,6 @@ module MailSlurpClient
59
59
  {
60
60
  :'name' => :'String',
61
61
  :'id' => :'String',
62
- :'updated_at' => :'DateTime',
63
62
  :'subject' => :'String',
64
63
  :'user_id' => :'String',
65
64
  :'inbox_id' => :'String',
@@ -67,6 +66,7 @@ module MailSlurpClient
67
66
  :'bcc' => :'Array<String>',
68
67
  :'cc' => :'Array<String>',
69
68
  :'created_at' => :'DateTime',
69
+ :'updated_at' => :'DateTime',
70
70
  :'alias_id' => :'String'
71
71
  }
72
72
  end
@@ -100,10 +100,6 @@ module MailSlurpClient
100
100
  self.id = attributes[:'id']
101
101
  end
102
102
 
103
- if attributes.key?(:'updated_at')
104
- self.updated_at = attributes[:'updated_at']
105
- end
106
-
107
103
  if attributes.key?(:'subject')
108
104
  self.subject = attributes[:'subject']
109
105
  end
@@ -138,6 +134,10 @@ module MailSlurpClient
138
134
  self.created_at = attributes[:'created_at']
139
135
  end
140
136
 
137
+ if attributes.key?(:'updated_at')
138
+ self.updated_at = attributes[:'updated_at']
139
+ end
140
+
141
141
  if attributes.key?(:'alias_id')
142
142
  self.alias_id = attributes[:'alias_id']
143
143
  end
@@ -147,12 +147,47 @@ module MailSlurpClient
147
147
  # @return Array for valid properties with the reasons
148
148
  def list_invalid_properties
149
149
  invalid_properties = Array.new
150
+ if @id.nil?
151
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
152
+ end
153
+
154
+ if @user_id.nil?
155
+ invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
156
+ end
157
+
158
+ if @inbox_id.nil?
159
+ invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
160
+ end
161
+
162
+ if @to.nil?
163
+ invalid_properties.push('invalid value for "to", to cannot be nil.')
164
+ end
165
+
166
+ if @created_at.nil?
167
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
168
+ end
169
+
170
+ if @updated_at.nil?
171
+ invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
172
+ end
173
+
174
+ if @alias_id.nil?
175
+ invalid_properties.push('invalid value for "alias_id", alias_id cannot be nil.')
176
+ end
177
+
150
178
  invalid_properties
151
179
  end
152
180
 
153
181
  # Check to see if the all the properties in the model are valid
154
182
  # @return true if the model is valid
155
183
  def valid?
184
+ return false if @id.nil?
185
+ return false if @user_id.nil?
186
+ return false if @inbox_id.nil?
187
+ return false if @to.nil?
188
+ return false if @created_at.nil?
189
+ return false if @updated_at.nil?
190
+ return false if @alias_id.nil?
156
191
  true
157
192
  end
158
193
 
@@ -163,7 +198,6 @@ module MailSlurpClient
163
198
  self.class == o.class &&
164
199
  name == o.name &&
165
200
  id == o.id &&
166
- updated_at == o.updated_at &&
167
201
  subject == o.subject &&
168
202
  user_id == o.user_id &&
169
203
  inbox_id == o.inbox_id &&
@@ -171,6 +205,7 @@ module MailSlurpClient
171
205
  bcc == o.bcc &&
172
206
  cc == o.cc &&
173
207
  created_at == o.created_at &&
208
+ updated_at == o.updated_at &&
174
209
  alias_id == o.alias_id
175
210
  end
176
211
 
@@ -183,7 +218,7 @@ module MailSlurpClient
183
218
  # Calculates hash code according to all attributes.
184
219
  # @return [Integer] Hash code
185
220
  def hash
186
- [name, id, updated_at, subject, user_id, inbox_id, to, bcc, cc, created_at, alias_id].hash
221
+ [name, id, subject, user_id, inbox_id, to, bcc, cc, created_at, updated_at, alias_id].hash
187
222
  end
188
223
 
189
224
  # Builds the object from hash
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -124,12 +124,37 @@ module MailSlurpClient
124
124
  # @return Array for valid properties with the reasons
125
125
  def list_invalid_properties
126
126
  invalid_properties = Array.new
127
+ if @id.nil?
128
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
129
+ end
130
+
131
+ if @seen.nil?
132
+ invalid_properties.push('invalid value for "seen", seen cannot be nil.')
133
+ end
134
+
135
+ if @html.nil?
136
+ invalid_properties.push('invalid value for "html", html cannot be nil.')
137
+ end
138
+
139
+ if @url.nil?
140
+ invalid_properties.push('invalid value for "url", url cannot be nil.')
141
+ end
142
+
143
+ if @created_at.nil?
144
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
145
+ end
146
+
127
147
  invalid_properties
128
148
  end
129
149
 
130
150
  # Check to see if the all the properties in the model are valid
131
151
  # @return true if the model is valid
132
152
  def valid?
153
+ return false if @id.nil?
154
+ return false if @seen.nil?
155
+ return false if @html.nil?
156
+ return false if @url.nil?
157
+ return false if @created_at.nil?
133
158
  true
134
159
  end
135
160
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -124,12 +124,32 @@ module MailSlurpClient
124
124
  # @return Array for valid properties with the reasons
125
125
  def list_invalid_properties
126
126
  invalid_properties = Array.new
127
+ if @id.nil?
128
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
129
+ end
130
+
131
+ if @user_id.nil?
132
+ invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
133
+ end
134
+
135
+ if @created_at.nil?
136
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
137
+ end
138
+
139
+ if @seen.nil?
140
+ invalid_properties.push('invalid value for "seen", seen cannot be nil.')
141
+ end
142
+
127
143
  invalid_properties
128
144
  end
129
145
 
130
146
  # Check to see if the all the properties in the model are valid
131
147
  # @return true if the model is valid
132
148
  def valid?
149
+ return false if @id.nil?
150
+ return false if @user_id.nil?
151
+ return false if @created_at.nil?
152
+ return false if @seen.nil?
133
153
  true
134
154
  end
135
155
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -94,12 +94,22 @@ module MailSlurpClient
94
94
  # @return Array for valid properties with the reasons
95
95
  def list_invalid_properties
96
96
  invalid_properties = Array.new
97
+ if @id.nil?
98
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
99
+ end
100
+
101
+ if @created_at.nil?
102
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
103
+ end
104
+
97
105
  invalid_properties
98
106
  end
99
107
 
100
108
  # Check to see if the all the properties in the model are valid
101
109
  # @return true if the model is valid
102
110
  def valid?
111
+ return false if @id.nil?
112
+ return false if @created_at.nil?
103
113
  true
104
114
  end
105
115
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -60,12 +60,17 @@ module MailSlurpClient
60
60
  # @return Array for valid properties with the reasons
61
61
  def list_invalid_properties
62
62
  invalid_properties = Array.new
63
+ if @count.nil?
64
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
65
+ end
66
+
63
67
  invalid_properties
64
68
  end
65
69
 
66
70
  # Check to see if the all the properties in the model are valid
67
71
  # @return true if the model is valid
68
72
  def valid?
73
+ return false if @count.nil?
69
74
  true
70
75
  end
71
76
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -60,12 +60,17 @@ module MailSlurpClient
60
60
  # @return Array for valid properties with the reasons
61
61
  def list_invalid_properties
62
62
  invalid_properties = Array.new
63
+ if @count.nil?
64
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
65
+ end
66
+
63
67
  invalid_properties
64
68
  end
65
69
 
66
70
  # Check to see if the all the properties in the model are valid
67
71
  # @return true if the model is valid
68
72
  def valid?
73
+ return false if @count.nil?
69
74
  true
70
75
  end
71
76
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -62,12 +62,17 @@ module MailSlurpClient
62
62
  # @return Array for valid properties with the reasons
63
63
  def list_invalid_properties
64
64
  invalid_properties = Array.new
65
+ if @contact_ids.nil?
66
+ invalid_properties.push('invalid value for "contact_ids", contact_ids cannot be nil.')
67
+ end
68
+
65
69
  invalid_properties
66
70
  end
67
71
 
68
72
  # Check to see if the all the properties in the model are valid
69
73
  # @return true if the model is valid
70
74
  def valid?
75
+ return false if @contact_ids.nil?
71
76
  true
72
77
  end
73
78
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -70,12 +70,22 @@ module MailSlurpClient
70
70
  # @return Array for valid properties with the reasons
71
71
  def list_invalid_properties
72
72
  invalid_properties = Array.new
73
+ if @email_id.nil?
74
+ invalid_properties.push('invalid value for "email_id", email_id cannot be nil.')
75
+ end
76
+
77
+ if @html.nil?
78
+ invalid_properties.push('invalid value for "html", html cannot be nil.')
79
+ end
80
+
73
81
  invalid_properties
74
82
  end
75
83
 
76
84
  # Check to see if the all the properties in the model are valid
77
85
  # @return true if the model is valid
78
86
  def valid?
87
+ return false if @email_id.nil?
88
+ return false if @html.nil?
79
89
  true
80
90
  end
81
91
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -69,12 +69,17 @@ module MailSlurpClient
69
69
  # @return Array for valid properties with the reasons
70
70
  def list_invalid_properties
71
71
  invalid_properties = Array.new
72
+ if @line_number.nil?
73
+ invalid_properties.push('invalid value for "line_number", line_number cannot be nil.')
74
+ end
75
+
72
76
  invalid_properties
73
77
  end
74
78
 
75
79
  # Check to see if the all the properties in the model are valid
76
80
  # @return true if the model is valid
77
81
  def valid?
82
+ return false if @line_number.nil?
78
83
  true
79
84
  end
80
85
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -85,12 +85,17 @@ module MailSlurpClient
85
85
  # @return Array for valid properties with the reasons
86
86
  def list_invalid_properties
87
87
  invalid_properties = Array.new
88
+ if @email_address.nil?
89
+ invalid_properties.push('invalid value for "email_address", email_address cannot be nil.')
90
+ end
91
+
88
92
  invalid_properties
89
93
  end
90
94
 
91
95
  # Check to see if the all the properties in the model are valid
92
96
  # @return true if the model is valid
93
97
  def valid?
98
+ return false if @email_address.nil?
94
99
  true
95
100
  end
96
101
 
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -15,6 +15,7 @@ require 'date'
15
15
  module MailSlurpClient
16
16
  # Conditions to apply to emails that you are waiting for
17
17
  class WaitForConditions
18
+ # ID of inbox to search within and apply conditions to. Essentially filtering the emails found to give a count.
18
19
  attr_accessor :inbox_id
19
20
 
20
21
  # Number of results that should match conditions. Either exactly or at least this amount based on the `countType`. If count condition is not met and the timeout has not been reached the `waitFor` method will retry the operation.
@@ -32,12 +33,16 @@ module MailSlurpClient
32
33
  # How result size should be compared with the expected size. Exactly or at-least matching result?
33
34
  attr_accessor :count_type
34
35
 
36
+ # Conditions that should be matched for an email to qualify for results. Each condition will be applied in order to each email within an inbox to filter a result list of matching emails you are waiting for.
35
37
  attr_accessor :matches
36
38
 
39
+ # Direction to sort matching emails by created time
37
40
  attr_accessor :sort_direction
38
41
 
42
+ # ISO Date Time earliest time of email to consider. Filter for matching emails that were received after this date
39
43
  attr_accessor :since
40
44
 
45
+ # ISO Date Time latest time of email to consider. Filter for matching emails that were received before this date
41
46
  attr_accessor :before
42
47
 
43
48
  class EnumAttributeValidator
@@ -162,6 +167,10 @@ module MailSlurpClient
162
167
  # @return Array for valid properties with the reasons
163
168
  def list_invalid_properties
164
169
  invalid_properties = Array.new
170
+ if @inbox_id.nil?
171
+ invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
172
+ end
173
+
165
174
  if @timeout.nil?
166
175
  invalid_properties.push('invalid value for "timeout", timeout cannot be nil.')
167
176
  end
@@ -172,6 +181,7 @@ module MailSlurpClient
172
181
  # Check to see if the all the properties in the model are valid
173
182
  # @return true if the model is valid
174
183
  def valid?
184
+ return false if @inbox_id.nil?
175
185
  return false if @timeout.nil?
176
186
  count_type_validator = EnumAttributeValidator.new('String', ["EXACTLY", "ATLEAST"])
177
187
  return false unless count_type_validator.valid?(@count_type)
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -172,14 +172,59 @@ module MailSlurpClient
172
172
  # @return Array for valid properties with the reasons
173
173
  def list_invalid_properties
174
174
  invalid_properties = Array.new
175
+ if @id.nil?
176
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
177
+ end
178
+
179
+ if @user_id.nil?
180
+ invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
181
+ end
182
+
183
+ if @basic_auth.nil?
184
+ invalid_properties.push('invalid value for "basic_auth", basic_auth cannot be nil.')
185
+ end
186
+
187
+ if @inbox_id.nil?
188
+ invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
189
+ end
190
+
191
+ if @url.nil?
192
+ invalid_properties.push('invalid value for "url", url cannot be nil.')
193
+ end
194
+
195
+ if @method.nil?
196
+ invalid_properties.push('invalid value for "method", method cannot be nil.')
197
+ end
198
+
199
+ if @payload_json_schema.nil?
200
+ invalid_properties.push('invalid value for "payload_json_schema", payload_json_schema cannot be nil.')
201
+ end
202
+
203
+ if @created_at.nil?
204
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
205
+ end
206
+
207
+ if @updated_at.nil?
208
+ invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
209
+ end
210
+
175
211
  invalid_properties
176
212
  end
177
213
 
178
214
  # Check to see if the all the properties in the model are valid
179
215
  # @return true if the model is valid
180
216
  def valid?
217
+ return false if @id.nil?
218
+ return false if @user_id.nil?
219
+ return false if @basic_auth.nil?
220
+ return false if @inbox_id.nil?
221
+ return false if @url.nil?
222
+ return false if @method.nil?
181
223
  method_validator = EnumAttributeValidator.new('String', ["GET", "HEAD", "POST", "PUT", "PATCH", "DELETE", "OPTIONS", "TRACE"])
182
224
  return false unless method_validator.valid?(@method)
225
+ return false if @payload_json_schema.nil?
226
+ return false if @created_at.nil?
227
+ return false if @updated_at.nil?
183
228
  event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ"])
184
229
  return false unless event_name_validator.valid?(@event_name)
185
230
  true
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. 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://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -156,14 +156,54 @@ module MailSlurpClient
156
156
  # @return Array for valid properties with the reasons
157
157
  def list_invalid_properties
158
158
  invalid_properties = Array.new
159
+ if @message_id.nil?
160
+ invalid_properties.push('invalid value for "message_id", message_id cannot be nil.')
161
+ end
162
+
163
+ if @webhook_id.nil?
164
+ invalid_properties.push('invalid value for "webhook_id", webhook_id cannot be nil.')
165
+ end
166
+
167
+ if @event_name.nil?
168
+ invalid_properties.push('invalid value for "event_name", event_name cannot be nil.')
169
+ end
170
+
171
+ if @inbox_id.nil?
172
+ invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
173
+ end
174
+
175
+ if @pixel_id.nil?
176
+ invalid_properties.push('invalid value for "pixel_id", pixel_id cannot be nil.')
177
+ end
178
+
179
+ if @sent_email_id.nil?
180
+ invalid_properties.push('invalid value for "sent_email_id", sent_email_id cannot be nil.')
181
+ end
182
+
183
+ if @recipient.nil?
184
+ invalid_properties.push('invalid value for "recipient", recipient cannot be nil.')
185
+ end
186
+
187
+ if @created_at.nil?
188
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
189
+ end
190
+
159
191
  invalid_properties
160
192
  end
161
193
 
162
194
  # Check to see if the all the properties in the model are valid
163
195
  # @return true if the model is valid
164
196
  def valid?
197
+ return false if @message_id.nil?
198
+ return false if @webhook_id.nil?
199
+ return false if @event_name.nil?
165
200
  event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ"])
166
201
  return false unless event_name_validator.valid?(@event_name)
202
+ return false if @inbox_id.nil?
203
+ return false if @pixel_id.nil?
204
+ return false if @sent_email_id.nil?
205
+ return false if @recipient.nil?
206
+ return false if @created_at.nil?
167
207
  true
168
208
  end
169
209