mailslurp_client 15.0.5 → 15.1.0
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 +10 -10
- 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 +44 -24
- 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 +24 -14
- 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 +64 -44
- 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 +57 -17
- 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 +36 -11
- 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 +52 -17
- 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 +24 -14
- 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 +42 -17
- 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
|
|
@@ -68,12 +68,22 @@ module MailSlurpClient
|
|
68
68
|
# @return Array for valid properties with the reasons
|
69
69
|
def list_invalid_properties
|
70
70
|
invalid_properties = Array.new
|
71
|
+
if @inbox_ruleset_test_options.nil?
|
72
|
+
invalid_properties.push('invalid value for "inbox_ruleset_test_options", inbox_ruleset_test_options cannot be nil.')
|
73
|
+
end
|
74
|
+
|
75
|
+
if @create_inbox_ruleset_options.nil?
|
76
|
+
invalid_properties.push('invalid value for "create_inbox_ruleset_options", create_inbox_ruleset_options cannot be nil.')
|
77
|
+
end
|
78
|
+
|
71
79
|
invalid_properties
|
72
80
|
end
|
73
81
|
|
74
82
|
# Check to see if the all the properties in the model are valid
|
75
83
|
# @return true if the model is valid
|
76
84
|
def valid?
|
85
|
+
return false if @inbox_ruleset_test_options.nil?
|
86
|
+
return false if @create_inbox_ruleset_options.nil?
|
77
87
|
true
|
78
88
|
end
|
79
89
|
|
@@ -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,21 +19,21 @@ 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
|
27
25
|
|
28
26
|
attr_accessor :inbox_id
|
29
27
|
|
28
|
+
attr_accessor :created_at
|
29
|
+
|
30
30
|
attr_accessor :to
|
31
31
|
|
32
32
|
attr_accessor :bcc
|
33
33
|
|
34
34
|
attr_accessor :cc
|
35
35
|
|
36
|
-
attr_accessor :
|
36
|
+
attr_accessor :updated_at
|
37
37
|
|
38
38
|
attr_accessor :alias_id
|
39
39
|
|
@@ -42,14 +42,14 @@ 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',
|
48
|
+
:'created_at' => :'createdAt',
|
49
49
|
:'to' => :'to',
|
50
50
|
:'bcc' => :'bcc',
|
51
51
|
:'cc' => :'cc',
|
52
|
-
:'
|
52
|
+
:'updated_at' => :'updatedAt',
|
53
53
|
:'alias_id' => :'aliasId'
|
54
54
|
}
|
55
55
|
end
|
@@ -59,14 +59,14 @@ 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',
|
65
|
+
:'created_at' => :'DateTime',
|
66
66
|
:'to' => :'Array<String>',
|
67
67
|
:'bcc' => :'Array<String>',
|
68
68
|
:'cc' => :'Array<String>',
|
69
|
-
:'
|
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
|
@@ -116,6 +112,10 @@ module MailSlurpClient
|
|
116
112
|
self.inbox_id = attributes[:'inbox_id']
|
117
113
|
end
|
118
114
|
|
115
|
+
if attributes.key?(:'created_at')
|
116
|
+
self.created_at = attributes[:'created_at']
|
117
|
+
end
|
118
|
+
|
119
119
|
if attributes.key?(:'to')
|
120
120
|
if (value = attributes[:'to']).is_a?(Array)
|
121
121
|
self.to = value
|
@@ -134,8 +134,8 @@ module MailSlurpClient
|
|
134
134
|
end
|
135
135
|
end
|
136
136
|
|
137
|
-
if attributes.key?(:'
|
138
|
-
self.
|
137
|
+
if attributes.key?(:'updated_at')
|
138
|
+
self.updated_at = attributes[:'updated_at']
|
139
139
|
end
|
140
140
|
|
141
141
|
if attributes.key?(:'alias_id')
|
@@ -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 @created_at.nil?
|
163
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
164
|
+
end
|
165
|
+
|
166
|
+
if @to.nil?
|
167
|
+
invalid_properties.push('invalid value for "to", to 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 @created_at.nil?
|
188
|
+
return false if @to.nil?
|
189
|
+
return false if @updated_at.nil?
|
190
|
+
return false if @alias_id.nil?
|
156
191
|
true
|
157
192
|
end
|
158
193
|
|
@@ -163,14 +198,14 @@ 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 &&
|
204
|
+
created_at == o.created_at &&
|
170
205
|
to == o.to &&
|
171
206
|
bcc == o.bcc &&
|
172
207
|
cc == o.cc &&
|
173
|
-
|
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,
|
221
|
+
[name, id, subject, user_id, inbox_id, created_at, to, bcc, cc, 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
|
|
@@ -20,18 +20,18 @@ module MailSlurpClient
|
|
20
20
|
|
21
21
|
attr_accessor :subject
|
22
22
|
|
23
|
-
attr_accessor :to
|
24
|
-
|
25
23
|
attr_accessor :created_at
|
26
24
|
|
25
|
+
attr_accessor :to
|
26
|
+
|
27
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
28
28
|
def self.attribute_map
|
29
29
|
{
|
30
30
|
:'id' => :'id',
|
31
31
|
:'from' => :'from',
|
32
32
|
:'subject' => :'subject',
|
33
|
-
:'
|
34
|
-
:'
|
33
|
+
:'created_at' => :'createdAt',
|
34
|
+
:'to' => :'to'
|
35
35
|
}
|
36
36
|
end
|
37
37
|
|
@@ -41,8 +41,8 @@ module MailSlurpClient
|
|
41
41
|
:'id' => :'String',
|
42
42
|
:'from' => :'String',
|
43
43
|
:'subject' => :'String',
|
44
|
-
:'
|
45
|
-
:'
|
44
|
+
:'created_at' => :'DateTime',
|
45
|
+
:'to' => :'Array<String>'
|
46
46
|
}
|
47
47
|
end
|
48
48
|
|
@@ -79,27 +79,37 @@ module MailSlurpClient
|
|
79
79
|
self.subject = attributes[:'subject']
|
80
80
|
end
|
81
81
|
|
82
|
+
if attributes.key?(:'created_at')
|
83
|
+
self.created_at = attributes[:'created_at']
|
84
|
+
end
|
85
|
+
|
82
86
|
if attributes.key?(:'to')
|
83
87
|
if (value = attributes[:'to']).is_a?(Array)
|
84
88
|
self.to = value
|
85
89
|
end
|
86
90
|
end
|
87
|
-
|
88
|
-
if attributes.key?(:'created_at')
|
89
|
-
self.created_at = attributes[:'created_at']
|
90
|
-
end
|
91
91
|
end
|
92
92
|
|
93
93
|
# Show invalid properties with the reasons. Usually used together with valid?
|
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
|
|
@@ -111,8 +121,8 @@ module MailSlurpClient
|
|
111
121
|
id == o.id &&
|
112
122
|
from == o.from &&
|
113
123
|
subject == o.subject &&
|
114
|
-
|
115
|
-
|
124
|
+
created_at == o.created_at &&
|
125
|
+
to == o.to
|
116
126
|
end
|
117
127
|
|
118
128
|
# @see the `==` method
|
@@ -124,7 +134,7 @@ module MailSlurpClient
|
|
124
134
|
# Calculates hash code according to all attributes.
|
125
135
|
# @return [Integer] Hash code
|
126
136
|
def hash
|
127
|
-
[id, from, subject,
|
137
|
+
[id, from, subject, created_at, to].hash
|
128
138
|
end
|
129
139
|
|
130
140
|
# 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
|
|
@@ -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)
|