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.
- checksums.yaml +4 -4
- data/lib/mailslurp_client/api/alias_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/attachment_controller_api.rb +4 -4
- data/lib/mailslurp_client/api/bounce_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/bulk_actions_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/common_actions_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/contact_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/domain_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/email_controller_api.rb +17 -14
- data/lib/mailslurp_client/api/expired_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/export_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/form_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/group_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/inbox_controller_api.rb +95 -95
- data/lib/mailslurp_client/api/inbox_forwarder_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/inbox_ruleset_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/mail_server_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/missed_email_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/sent_emails_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/template_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/tracking_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/wait_for_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/webhook_controller_api.rb +1 -1
- data/lib/mailslurp_client/api_client.rb +1 -1
- data/lib/mailslurp_client/api_error.rb +1 -1
- data/lib/mailslurp_client/configuration.rb +5 -5
- data/lib/mailslurp_client/models/abstract_webhook_payload.rb +16 -1
- data/lib/mailslurp_client/models/alias_dto.rb +40 -14
- data/lib/mailslurp_client/models/alias_projection.rb +41 -11
- data/lib/mailslurp_client/models/attachment_entity.rb +21 -1
- data/lib/mailslurp_client/models/attachment_meta_data.rb +21 -1
- data/lib/mailslurp_client/models/attachment_projection.rb +35 -15
- data/lib/mailslurp_client/models/basic_auth_options.rb +11 -1
- data/lib/mailslurp_client/models/bounce_projection.rb +11 -1
- data/lib/mailslurp_client/models/bounce_recipient.rb +21 -1
- data/lib/mailslurp_client/models/bounced_email_dto.rb +21 -1
- data/lib/mailslurp_client/models/bounced_recipient_dto.rb +16 -1
- data/lib/mailslurp_client/models/bulk_send_email_options.rb +6 -1
- data/lib/mailslurp_client/models/condition_option.rb +11 -1
- data/lib/mailslurp_client/models/contact_dto.rb +21 -1
- data/lib/mailslurp_client/models/contact_projection.rb +11 -1
- data/lib/mailslurp_client/models/content_match_options.rb +6 -1
- data/lib/mailslurp_client/models/count_dto.rb +6 -1
- data/lib/mailslurp_client/models/create_alias_options.rb +11 -1
- data/lib/mailslurp_client/models/create_contact_options.rb +1 -1
- data/lib/mailslurp_client/models/create_domain_options.rb +1 -1
- data/lib/mailslurp_client/models/create_group_options.rb +6 -1
- data/lib/mailslurp_client/models/create_inbox_dto.rb +1 -1
- data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +11 -1
- data/lib/mailslurp_client/models/create_inbox_ruleset_options.rb +16 -1
- data/lib/mailslurp_client/models/create_template_options.rb +11 -1
- data/lib/mailslurp_client/models/create_tracking_pixel_options.rb +1 -1
- data/lib/mailslurp_client/models/create_webhook_options.rb +6 -1
- data/lib/mailslurp_client/models/describe_domain_options.rb +1 -1
- data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +11 -1
- data/lib/mailslurp_client/models/dns_lookup_options.rb +6 -1
- data/lib/mailslurp_client/models/dns_lookup_result.rb +21 -1
- data/lib/mailslurp_client/models/dns_lookup_results.rb +6 -1
- data/lib/mailslurp_client/models/domain_dto.rb +65 -14
- data/lib/mailslurp_client/models/domain_name_record.rb +21 -1
- data/lib/mailslurp_client/models/domain_preview.rb +33 -8
- data/lib/mailslurp_client/models/download_attachment_dto.rb +16 -1
- data/lib/mailslurp_client/models/email.rb +55 -14
- data/lib/mailslurp_client/models/email_analysis.rb +1 -1
- data/lib/mailslurp_client/models/email_content_match_result.rb +11 -1
- data/lib/mailslurp_client/models/email_links_result.rb +11 -1
- data/lib/mailslurp_client/models/email_preview.rb +16 -1
- data/lib/mailslurp_client/models/email_projection.rb +61 -41
- data/lib/mailslurp_client/models/email_recipients.rb +1 -1
- data/lib/mailslurp_client/models/email_text_lines_result.rb +11 -1
- data/lib/mailslurp_client/models/email_verification_result.rb +34 -14
- data/lib/mailslurp_client/models/expiration_defaults.rb +11 -1
- data/lib/mailslurp_client/models/expired_inbox_dto.rb +16 -1
- data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +21 -1
- data/lib/mailslurp_client/models/export_link.rb +6 -1
- data/lib/mailslurp_client/models/export_options.rb +6 -1
- data/lib/mailslurp_client/models/flush_expired_inboxes_result.rb +11 -1
- data/lib/mailslurp_client/models/forward_email_options.rb +1 -1
- data/lib/mailslurp_client/models/gravatar_url.rb +11 -1
- data/lib/mailslurp_client/models/group_contacts_dto.rb +11 -1
- data/lib/mailslurp_client/models/group_dto.rb +16 -1
- data/lib/mailslurp_client/models/group_projection.rb +16 -1
- data/lib/mailslurp_client/models/html_validation_result.rb +30 -14
- data/lib/mailslurp_client/models/inbox_dto.rb +26 -1
- data/lib/mailslurp_client/models/inbox_exists_dto.rb +6 -1
- data/lib/mailslurp_client/models/inbox_forwarder_dto.rb +31 -1
- data/lib/mailslurp_client/models/inbox_forwarder_test_options.rb +6 -1
- data/lib/mailslurp_client/models/inbox_forwarder_test_result.rb +11 -1
- data/lib/mailslurp_client/models/inbox_preview.rb +21 -1
- data/lib/mailslurp_client/models/inbox_ruleset_dto.rb +36 -1
- data/lib/mailslurp_client/models/inbox_ruleset_test_options.rb +6 -1
- data/lib/mailslurp_client/models/inbox_ruleset_test_result.rb +11 -1
- data/lib/mailslurp_client/models/inline_object.rb +1 -1
- data/lib/mailslurp_client/models/ip_address_result.rb +11 -1
- data/lib/mailslurp_client/models/json_schema_dto.rb +6 -1
- data/lib/mailslurp_client/models/match_option.rb +11 -1
- data/lib/mailslurp_client/models/match_options.rb +1 -1
- data/lib/mailslurp_client/models/missed_email.rb +36 -1
- data/lib/mailslurp_client/models/missed_email_projection.rb +11 -1
- data/lib/mailslurp_client/models/name_server_record.rb +21 -1
- data/lib/mailslurp_client/models/organization_inbox_projection.rb +26 -1
- data/lib/mailslurp_client/models/page_alias.rb +30 -21
- data/lib/mailslurp_client/models/page_attachment_entity.rb +30 -21
- data/lib/mailslurp_client/models/page_bounced_email.rb +30 -21
- data/lib/mailslurp_client/models/page_bounced_recipients.rb +30 -21
- data/lib/mailslurp_client/models/page_contact_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_email_preview.rb +30 -21
- data/lib/mailslurp_client/models/page_email_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_group_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +30 -21
- data/lib/mailslurp_client/models/page_inbox_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +30 -21
- data/lib/mailslurp_client/models/page_missed_email_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_sent_email_projection.rb +42 -3
- data/lib/mailslurp_client/models/page_template_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_thread_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_webhook_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_webhook_result.rb +30 -21
- data/lib/mailslurp_client/models/{pageable.rb → pageable_object.rb} +4 -4
- data/lib/mailslurp_client/models/raw_email_json.rb +6 -1
- data/lib/mailslurp_client/models/recipient.rb +11 -1
- data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +25 -14
- data/lib/mailslurp_client/models/reply_to_email_options.rb +25 -14
- data/lib/mailslurp_client/models/send_email_options.rb +13 -3
- data/lib/mailslurp_client/models/sender.rb +11 -1
- data/lib/mailslurp_client/models/sent_email_dto.rb +34 -14
- data/lib/mailslurp_client/models/sent_email_projection.rb +54 -14
- data/lib/mailslurp_client/models/set_inbox_favourited_options.rb +6 -1
- data/lib/mailslurp_client/models/simple_send_email_options.rb +6 -1
- data/lib/mailslurp_client/models/sort.rb +1 -1
- data/lib/mailslurp_client/models/template_dto.rb +26 -1
- data/lib/mailslurp_client/models/template_projection.rb +39 -14
- data/lib/mailslurp_client/models/template_variable.rb +11 -1
- data/lib/mailslurp_client/models/test_new_inbox_forwarder_options.rb +11 -1
- data/lib/mailslurp_client/models/test_new_inbox_ruleset_options.rb +11 -1
- data/lib/mailslurp_client/models/thread_projection.rb +46 -11
- data/lib/mailslurp_client/models/tracking_pixel_dto.rb +26 -1
- data/lib/mailslurp_client/models/tracking_pixel_projection.rb +21 -1
- data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +11 -1
- data/lib/mailslurp_client/models/unread_count.rb +6 -1
- data/lib/mailslurp_client/models/unseen_error_count_dto.rb +6 -1
- data/lib/mailslurp_client/models/update_alias_options.rb +1 -1
- data/lib/mailslurp_client/models/update_domain_options.rb +1 -1
- data/lib/mailslurp_client/models/update_group_contacts.rb +6 -1
- data/lib/mailslurp_client/models/update_inbox_options.rb +1 -1
- data/lib/mailslurp_client/models/upload_attachment_options.rb +1 -1
- data/lib/mailslurp_client/models/validation_dto.rb +11 -1
- data/lib/mailslurp_client/models/validation_message.rb +6 -1
- data/lib/mailslurp_client/models/verify_email_address_options.rb +6 -1
- data/lib/mailslurp_client/models/wait_for_conditions.rb +11 -1
- data/lib/mailslurp_client/models/webhook_dto.rb +46 -1
- data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +41 -1
- data/lib/mailslurp_client/models/webhook_email_read_payload.rb +36 -1
- data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +36 -1
- data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +36 -1
- data/lib/mailslurp_client/models/webhook_new_email_payload.rb +56 -1
- data/lib/mailslurp_client/models/webhook_projection.rb +39 -14
- data/lib/mailslurp_client/models/webhook_redrive_result.rb +11 -1
- data/lib/mailslurp_client/models/webhook_result_dto.rb +51 -1
- data/lib/mailslurp_client/models/webhook_test_request.rb +16 -1
- data/lib/mailslurp_client/models/webhook_test_response.rb +1 -1
- data/lib/mailslurp_client/models/webhook_test_result.rb +11 -1
- data/lib/mailslurp_client/version.rb +2 -2
- data/lib/mailslurp_client.rb +2 -2
- 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
|
|
@@ -147,14 +147,49 @@ 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 @message_id.nil?
|
151
|
+
invalid_properties.push('invalid value for "message_id", message_id cannot be nil.')
|
152
|
+
end
|
153
|
+
|
154
|
+
if @webhook_id.nil?
|
155
|
+
invalid_properties.push('invalid value for "webhook_id", webhook_id cannot be nil.')
|
156
|
+
end
|
157
|
+
|
158
|
+
if @event_name.nil?
|
159
|
+
invalid_properties.push('invalid value for "event_name", event_name cannot be nil.')
|
160
|
+
end
|
161
|
+
|
162
|
+
if @email_id.nil?
|
163
|
+
invalid_properties.push('invalid value for "email_id", email_id cannot be nil.')
|
164
|
+
end
|
165
|
+
|
166
|
+
if @inbox_id.nil?
|
167
|
+
invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
|
168
|
+
end
|
169
|
+
|
170
|
+
if @email_is_read.nil?
|
171
|
+
invalid_properties.push('invalid value for "email_is_read", email_is_read cannot be nil.')
|
172
|
+
end
|
173
|
+
|
174
|
+
if @created_at.nil?
|
175
|
+
invalid_properties.push('invalid value for "created_at", created_at 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 @message_id.nil?
|
185
|
+
return false if @webhook_id.nil?
|
186
|
+
return false if @event_name.nil?
|
156
187
|
event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ"])
|
157
188
|
return false unless event_name_validator.valid?(@event_name)
|
189
|
+
return false if @email_id.nil?
|
190
|
+
return false if @inbox_id.nil?
|
191
|
+
return false if @email_is_read.nil?
|
192
|
+
return false if @created_at.nil?
|
158
193
|
true
|
159
194
|
end
|
160
195
|
|
@@ -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
|
|
@@ -147,14 +147,49 @@ 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 @message_id.nil?
|
151
|
+
invalid_properties.push('invalid value for "message_id", message_id cannot be nil.')
|
152
|
+
end
|
153
|
+
|
154
|
+
if @webhook_id.nil?
|
155
|
+
invalid_properties.push('invalid value for "webhook_id", webhook_id cannot be nil.')
|
156
|
+
end
|
157
|
+
|
158
|
+
if @event_name.nil?
|
159
|
+
invalid_properties.push('invalid value for "event_name", event_name cannot be nil.')
|
160
|
+
end
|
161
|
+
|
162
|
+
if @attachment_id.nil?
|
163
|
+
invalid_properties.push('invalid value for "attachment_id", attachment_id cannot be nil.')
|
164
|
+
end
|
165
|
+
|
166
|
+
if @name.nil?
|
167
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
168
|
+
end
|
169
|
+
|
170
|
+
if @content_type.nil?
|
171
|
+
invalid_properties.push('invalid value for "content_type", content_type cannot be nil.')
|
172
|
+
end
|
173
|
+
|
174
|
+
if @content_length.nil?
|
175
|
+
invalid_properties.push('invalid value for "content_length", content_length 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 @message_id.nil?
|
185
|
+
return false if @webhook_id.nil?
|
186
|
+
return false if @event_name.nil?
|
156
187
|
event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ"])
|
157
188
|
return false unless event_name_validator.valid?(@event_name)
|
189
|
+
return false if @attachment_id.nil?
|
190
|
+
return false if @name.nil?
|
191
|
+
return false if @content_type.nil?
|
192
|
+
return false if @content_length.nil?
|
158
193
|
true
|
159
194
|
end
|
160
195
|
|
@@ -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
|
|
@@ -203,14 +203,49 @@ module MailSlurpClient
|
|
203
203
|
# @return Array for valid properties with the reasons
|
204
204
|
def list_invalid_properties
|
205
205
|
invalid_properties = Array.new
|
206
|
+
if @message_id.nil?
|
207
|
+
invalid_properties.push('invalid value for "message_id", message_id cannot be nil.')
|
208
|
+
end
|
209
|
+
|
210
|
+
if @webhook_id.nil?
|
211
|
+
invalid_properties.push('invalid value for "webhook_id", webhook_id cannot be nil.')
|
212
|
+
end
|
213
|
+
|
214
|
+
if @event_name.nil?
|
215
|
+
invalid_properties.push('invalid value for "event_name", event_name cannot be nil.')
|
216
|
+
end
|
217
|
+
|
218
|
+
if @contact_id.nil?
|
219
|
+
invalid_properties.push('invalid value for "contact_id", contact_id cannot be nil.')
|
220
|
+
end
|
221
|
+
|
222
|
+
if @email_addresses.nil?
|
223
|
+
invalid_properties.push('invalid value for "email_addresses", email_addresses cannot be nil.')
|
224
|
+
end
|
225
|
+
|
226
|
+
if @tags.nil?
|
227
|
+
invalid_properties.push('invalid value for "tags", tags cannot be nil.')
|
228
|
+
end
|
229
|
+
|
230
|
+
if @created_at.nil?
|
231
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
232
|
+
end
|
233
|
+
|
206
234
|
invalid_properties
|
207
235
|
end
|
208
236
|
|
209
237
|
# Check to see if the all the properties in the model are valid
|
210
238
|
# @return true if the model is valid
|
211
239
|
def valid?
|
240
|
+
return false if @message_id.nil?
|
241
|
+
return false if @webhook_id.nil?
|
242
|
+
return false if @event_name.nil?
|
212
243
|
event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ"])
|
213
244
|
return false unless event_name_validator.valid?(@event_name)
|
245
|
+
return false if @contact_id.nil?
|
246
|
+
return false if @email_addresses.nil?
|
247
|
+
return false if @tags.nil?
|
248
|
+
return false if @created_at.nil?
|
214
249
|
true
|
215
250
|
end
|
216
251
|
|
@@ -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
|
|
@@ -200,14 +200,69 @@ module MailSlurpClient
|
|
200
200
|
# @return Array for valid properties with the reasons
|
201
201
|
def list_invalid_properties
|
202
202
|
invalid_properties = Array.new
|
203
|
+
if @message_id.nil?
|
204
|
+
invalid_properties.push('invalid value for "message_id", message_id cannot be nil.')
|
205
|
+
end
|
206
|
+
|
207
|
+
if @webhook_id.nil?
|
208
|
+
invalid_properties.push('invalid value for "webhook_id", webhook_id cannot be nil.')
|
209
|
+
end
|
210
|
+
|
211
|
+
if @event_name.nil?
|
212
|
+
invalid_properties.push('invalid value for "event_name", event_name cannot be nil.')
|
213
|
+
end
|
214
|
+
|
215
|
+
if @inbox_id.nil?
|
216
|
+
invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
|
217
|
+
end
|
218
|
+
|
219
|
+
if @email_id.nil?
|
220
|
+
invalid_properties.push('invalid value for "email_id", email_id cannot be nil.')
|
221
|
+
end
|
222
|
+
|
223
|
+
if @created_at.nil?
|
224
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
225
|
+
end
|
226
|
+
|
227
|
+
if @to.nil?
|
228
|
+
invalid_properties.push('invalid value for "to", to cannot be nil.')
|
229
|
+
end
|
230
|
+
|
231
|
+
if @from.nil?
|
232
|
+
invalid_properties.push('invalid value for "from", from cannot be nil.')
|
233
|
+
end
|
234
|
+
|
235
|
+
if @cc.nil?
|
236
|
+
invalid_properties.push('invalid value for "cc", cc cannot be nil.')
|
237
|
+
end
|
238
|
+
|
239
|
+
if @bcc.nil?
|
240
|
+
invalid_properties.push('invalid value for "bcc", bcc cannot be nil.')
|
241
|
+
end
|
242
|
+
|
243
|
+
if @attachment_meta_datas.nil?
|
244
|
+
invalid_properties.push('invalid value for "attachment_meta_datas", attachment_meta_datas cannot be nil.')
|
245
|
+
end
|
246
|
+
|
203
247
|
invalid_properties
|
204
248
|
end
|
205
249
|
|
206
250
|
# Check to see if the all the properties in the model are valid
|
207
251
|
# @return true if the model is valid
|
208
252
|
def valid?
|
253
|
+
return false if @message_id.nil?
|
254
|
+
return false if @webhook_id.nil?
|
255
|
+
return false if @event_name.nil?
|
209
256
|
event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ"])
|
210
257
|
return false unless event_name_validator.valid?(@event_name)
|
258
|
+
return false if @inbox_id.nil?
|
259
|
+
return false if @email_id.nil?
|
260
|
+
return false if @created_at.nil?
|
261
|
+
return false if @to.nil?
|
262
|
+
return false if @from.nil?
|
263
|
+
return false if @cc.nil?
|
264
|
+
return false if @bcc.nil?
|
265
|
+
return false if @attachment_meta_datas.nil?
|
211
266
|
true
|
212
267
|
end
|
213
268
|
|
@@ -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 :url
|
25
23
|
|
26
24
|
attr_accessor :inbox_id
|
@@ -29,6 +27,8 @@ module MailSlurpClient
|
|
29
27
|
|
30
28
|
attr_accessor :created_at
|
31
29
|
|
30
|
+
attr_accessor :updated_at
|
31
|
+
|
32
32
|
class EnumAttributeValidator
|
33
33
|
attr_reader :datatype
|
34
34
|
attr_reader :allowable_values
|
@@ -56,11 +56,11 @@ module MailSlurpClient
|
|
56
56
|
{
|
57
57
|
:'name' => :'name',
|
58
58
|
:'id' => :'id',
|
59
|
-
:'updated_at' => :'updatedAt',
|
60
59
|
:'url' => :'url',
|
61
60
|
:'inbox_id' => :'inboxId',
|
62
61
|
:'event_name' => :'eventName',
|
63
|
-
:'created_at' => :'createdAt'
|
62
|
+
:'created_at' => :'createdAt',
|
63
|
+
:'updated_at' => :'updatedAt'
|
64
64
|
}
|
65
65
|
end
|
66
66
|
|
@@ -69,11 +69,11 @@ module MailSlurpClient
|
|
69
69
|
{
|
70
70
|
:'name' => :'String',
|
71
71
|
:'id' => :'String',
|
72
|
-
:'updated_at' => :'DateTime',
|
73
72
|
:'url' => :'String',
|
74
73
|
:'inbox_id' => :'String',
|
75
74
|
:'event_name' => :'String',
|
76
|
-
:'created_at' => :'DateTime'
|
75
|
+
:'created_at' => :'DateTime',
|
76
|
+
:'updated_at' => :'DateTime'
|
77
77
|
}
|
78
78
|
end
|
79
79
|
|
@@ -106,10 +106,6 @@ module MailSlurpClient
|
|
106
106
|
self.id = attributes[:'id']
|
107
107
|
end
|
108
108
|
|
109
|
-
if attributes.key?(:'updated_at')
|
110
|
-
self.updated_at = attributes[:'updated_at']
|
111
|
-
end
|
112
|
-
|
113
109
|
if attributes.key?(:'url')
|
114
110
|
self.url = attributes[:'url']
|
115
111
|
end
|
@@ -125,20 +121,49 @@ module MailSlurpClient
|
|
125
121
|
if attributes.key?(:'created_at')
|
126
122
|
self.created_at = attributes[:'created_at']
|
127
123
|
end
|
124
|
+
|
125
|
+
if attributes.key?(:'updated_at')
|
126
|
+
self.updated_at = attributes[:'updated_at']
|
127
|
+
end
|
128
128
|
end
|
129
129
|
|
130
130
|
# Show invalid properties with the reasons. Usually used together with valid?
|
131
131
|
# @return Array for valid properties with the reasons
|
132
132
|
def list_invalid_properties
|
133
133
|
invalid_properties = Array.new
|
134
|
+
if @id.nil?
|
135
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
136
|
+
end
|
137
|
+
|
138
|
+
if @url.nil?
|
139
|
+
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
140
|
+
end
|
141
|
+
|
142
|
+
if @inbox_id.nil?
|
143
|
+
invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
|
144
|
+
end
|
145
|
+
|
146
|
+
if @created_at.nil?
|
147
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
148
|
+
end
|
149
|
+
|
150
|
+
if @updated_at.nil?
|
151
|
+
invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
|
152
|
+
end
|
153
|
+
|
134
154
|
invalid_properties
|
135
155
|
end
|
136
156
|
|
137
157
|
# Check to see if the all the properties in the model are valid
|
138
158
|
# @return true if the model is valid
|
139
159
|
def valid?
|
160
|
+
return false if @id.nil?
|
161
|
+
return false if @url.nil?
|
162
|
+
return false if @inbox_id.nil?
|
140
163
|
event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ"])
|
141
164
|
return false unless event_name_validator.valid?(@event_name)
|
165
|
+
return false if @created_at.nil?
|
166
|
+
return false if @updated_at.nil?
|
142
167
|
true
|
143
168
|
end
|
144
169
|
|
@@ -159,11 +184,11 @@ module MailSlurpClient
|
|
159
184
|
self.class == o.class &&
|
160
185
|
name == o.name &&
|
161
186
|
id == o.id &&
|
162
|
-
updated_at == o.updated_at &&
|
163
187
|
url == o.url &&
|
164
188
|
inbox_id == o.inbox_id &&
|
165
189
|
event_name == o.event_name &&
|
166
|
-
created_at == o.created_at
|
190
|
+
created_at == o.created_at &&
|
191
|
+
updated_at == o.updated_at
|
167
192
|
end
|
168
193
|
|
169
194
|
# @see the `==` method
|
@@ -175,7 +200,7 @@ module MailSlurpClient
|
|
175
200
|
# Calculates hash code according to all attributes.
|
176
201
|
# @return [Integer] Hash code
|
177
202
|
def hash
|
178
|
-
[name, id,
|
203
|
+
[name, id, url, inbox_id, event_name, created_at, updated_at].hash
|
179
204
|
end
|
180
205
|
|
181
206
|
# 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
|
|
@@ -76,12 +76,22 @@ module MailSlurpClient
|
|
76
76
|
# @return Array for valid properties with the reasons
|
77
77
|
def list_invalid_properties
|
78
78
|
invalid_properties = Array.new
|
79
|
+
if @webhook_result_id.nil?
|
80
|
+
invalid_properties.push('invalid value for "webhook_result_id", webhook_result_id cannot be nil.')
|
81
|
+
end
|
82
|
+
|
83
|
+
if @success.nil?
|
84
|
+
invalid_properties.push('invalid value for "success", success cannot be nil.')
|
85
|
+
end
|
86
|
+
|
79
87
|
invalid_properties
|
80
88
|
end
|
81
89
|
|
82
90
|
# Check to see if the all the properties in the model are valid
|
83
91
|
# @return true if the model is valid
|
84
92
|
def valid?
|
93
|
+
return false if @webhook_result_id.nil?
|
94
|
+
return false if @success.nil?
|
85
95
|
true
|
86
96
|
end
|
87
97
|
|
@@ -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
|
|
@@ -202,18 +202,68 @@ module MailSlurpClient
|
|
202
202
|
# @return Array for valid properties with the reasons
|
203
203
|
def list_invalid_properties
|
204
204
|
invalid_properties = Array.new
|
205
|
+
if @user_id.nil?
|
206
|
+
invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
|
207
|
+
end
|
208
|
+
|
209
|
+
if @inbox_id.nil?
|
210
|
+
invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
|
211
|
+
end
|
212
|
+
|
213
|
+
if @webhook_id.nil?
|
214
|
+
invalid_properties.push('invalid value for "webhook_id", webhook_id cannot be nil.')
|
215
|
+
end
|
216
|
+
|
217
|
+
if @webhook_url.nil?
|
218
|
+
invalid_properties.push('invalid value for "webhook_url", webhook_url cannot be nil.')
|
219
|
+
end
|
220
|
+
|
221
|
+
if @message_id.nil?
|
222
|
+
invalid_properties.push('invalid value for "message_id", message_id cannot be nil.')
|
223
|
+
end
|
224
|
+
|
225
|
+
if @http_method.nil?
|
226
|
+
invalid_properties.push('invalid value for "http_method", http_method cannot be nil.')
|
227
|
+
end
|
228
|
+
|
229
|
+
if @webhook_event.nil?
|
230
|
+
invalid_properties.push('invalid value for "webhook_event", webhook_event cannot be nil.')
|
231
|
+
end
|
232
|
+
|
233
|
+
if @response_time_millis.nil?
|
234
|
+
invalid_properties.push('invalid value for "response_time_millis", response_time_millis cannot be nil.')
|
235
|
+
end
|
236
|
+
|
237
|
+
if @created_at.nil?
|
238
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
239
|
+
end
|
240
|
+
|
241
|
+
if @updated_at.nil?
|
242
|
+
invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
|
243
|
+
end
|
244
|
+
|
205
245
|
invalid_properties
|
206
246
|
end
|
207
247
|
|
208
248
|
# Check to see if the all the properties in the model are valid
|
209
249
|
# @return true if the model is valid
|
210
250
|
def valid?
|
251
|
+
return false if @user_id.nil?
|
252
|
+
return false if @inbox_id.nil?
|
253
|
+
return false if @webhook_id.nil?
|
254
|
+
return false if @webhook_url.nil?
|
255
|
+
return false if @message_id.nil?
|
256
|
+
return false if @http_method.nil?
|
211
257
|
http_method_validator = EnumAttributeValidator.new('String', ["GET", "HEAD", "POST", "PUT", "PATCH", "DELETE", "OPTIONS", "TRACE"])
|
212
258
|
return false unless http_method_validator.valid?(@http_method)
|
259
|
+
return false if @webhook_event.nil?
|
213
260
|
webhook_event_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ"])
|
214
261
|
return false unless webhook_event_validator.valid?(@webhook_event)
|
262
|
+
return false if @response_time_millis.nil?
|
215
263
|
result_type_validator = EnumAttributeValidator.new('String', ["BAD_RESPONSE", "EXCEPTION", "SUCCESS"])
|
216
264
|
return false unless result_type_validator.valid?(@result_type)
|
265
|
+
return false if @created_at.nil?
|
266
|
+
return false if @updated_at.nil?
|
217
267
|
true
|
218
268
|
end
|
219
269
|
|
@@ -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
|
|
@@ -108,14 +108,29 @@ module MailSlurpClient
|
|
108
108
|
# @return Array for valid properties with the reasons
|
109
109
|
def list_invalid_properties
|
110
110
|
invalid_properties = Array.new
|
111
|
+
if @url.nil?
|
112
|
+
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
113
|
+
end
|
114
|
+
|
115
|
+
if @method.nil?
|
116
|
+
invalid_properties.push('invalid value for "method", method cannot be nil.')
|
117
|
+
end
|
118
|
+
|
119
|
+
if @headers.nil?
|
120
|
+
invalid_properties.push('invalid value for "headers", headers cannot be nil.')
|
121
|
+
end
|
122
|
+
|
111
123
|
invalid_properties
|
112
124
|
end
|
113
125
|
|
114
126
|
# Check to see if the all the properties in the model are valid
|
115
127
|
# @return true if the model is valid
|
116
128
|
def valid?
|
129
|
+
return false if @url.nil?
|
130
|
+
return false if @method.nil?
|
117
131
|
method_validator = EnumAttributeValidator.new('String', ["GET", "HEAD", "POST", "PUT", "PATCH", "DELETE", "OPTIONS", "TRACE"])
|
118
132
|
return false unless method_validator.valid?(@method)
|
133
|
+
return false if @headers.nil?
|
119
134
|
true
|
120
135
|
end
|
121
136
|
|
@@ -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
|
|
@@ -77,12 +77,22 @@ module MailSlurpClient
|
|
77
77
|
# @return Array for valid properties with the reasons
|
78
78
|
def list_invalid_properties
|
79
79
|
invalid_properties = Array.new
|
80
|
+
if @response.nil?
|
81
|
+
invalid_properties.push('invalid value for "response", response cannot be nil.')
|
82
|
+
end
|
83
|
+
|
84
|
+
if @request.nil?
|
85
|
+
invalid_properties.push('invalid value for "request", request cannot be nil.')
|
86
|
+
end
|
87
|
+
|
80
88
|
invalid_properties
|
81
89
|
end
|
82
90
|
|
83
91
|
# Check to see if the all the properties in the model are valid
|
84
92
|
# @return true if the model is valid
|
85
93
|
def valid?
|
94
|
+
return false if @response.nil?
|
95
|
+
return false if @request.nil?
|
86
96
|
true
|
87
97
|
end
|
88
98
|
|
@@ -4,12 +4,12 @@
|
|
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
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module MailSlurpClient
|
14
|
-
VERSION = '15.0.
|
14
|
+
VERSION = '15.0.8'
|
15
15
|
end
|
data/lib/mailslurp_client.rb
CHANGED
@@ -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
|
|
@@ -113,7 +113,7 @@ require 'mailslurp_client/models/page_tracking_pixel_projection'
|
|
113
113
|
require 'mailslurp_client/models/page_unknown_missed_email_projection'
|
114
114
|
require 'mailslurp_client/models/page_webhook_projection'
|
115
115
|
require 'mailslurp_client/models/page_webhook_result'
|
116
|
-
require 'mailslurp_client/models/
|
116
|
+
require 'mailslurp_client/models/pageable_object'
|
117
117
|
require 'mailslurp_client/models/raw_email_json'
|
118
118
|
require 'mailslurp_client/models/recipient'
|
119
119
|
require 'mailslurp_client/models/reply_to_alias_email_options'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mailslurp_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 15.0.
|
4
|
+
version: 15.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mailslurp
|
@@ -144,7 +144,7 @@ files:
|
|
144
144
|
- lib/mailslurp_client/models/page_unknown_missed_email_projection.rb
|
145
145
|
- lib/mailslurp_client/models/page_webhook_projection.rb
|
146
146
|
- lib/mailslurp_client/models/page_webhook_result.rb
|
147
|
-
- lib/mailslurp_client/models/
|
147
|
+
- lib/mailslurp_client/models/pageable_object.rb
|
148
148
|
- lib/mailslurp_client/models/raw_email_json.rb
|
149
149
|
- lib/mailslurp_client/models/recipient.rb
|
150
150
|
- lib/mailslurp_client/models/reply_to_alias_email_options.rb
|