mailslurp_client 15.0.2 → 15.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/lib/mailslurp_client/api/alias_controller_api.rb +60 -56
- data/lib/mailslurp_client/api/attachment_controller_api.rb +50 -61
- data/lib/mailslurp_client/api/bounce_controller_api.rb +27 -19
- data/lib/mailslurp_client/api/bulk_actions_controller_api.rb +16 -16
- data/lib/mailslurp_client/api/common_actions_controller_api.rb +129 -68
- data/lib/mailslurp_client/api/contact_controller_api.rb +23 -23
- data/lib/mailslurp_client/api/domain_controller_api.rb +33 -33
- data/lib/mailslurp_client/api/email_controller_api.rb +191 -117
- data/lib/mailslurp_client/api/expired_controller_api.rb +20 -20
- data/lib/mailslurp_client/api/export_controller_api.rb +39 -39
- data/lib/mailslurp_client/api/form_controller_api.rb +17 -19
- data/lib/mailslurp_client/api/group_controller_api.rb +53 -53
- data/lib/mailslurp_client/api/inbox_controller_api.rb +360 -226
- data/lib/mailslurp_client/api/inbox_forwarder_controller_api.rb +34 -30
- data/lib/mailslurp_client/api/inbox_ruleset_controller_api.rb +34 -30
- data/lib/mailslurp_client/api/mail_server_controller_api.rb +27 -27
- data/lib/mailslurp_client/api/missed_email_controller_api.rb +55 -43
- data/lib/mailslurp_client/api/sent_emails_controller_api.rb +158 -48
- data/lib/mailslurp_client/api/template_controller_api.rb +22 -22
- data/lib/mailslurp_client/api/tracking_controller_api.rb +17 -17
- data/lib/mailslurp_client/api/wait_for_controller_api.rb +129 -89
- data/lib/mailslurp_client/api/webhook_controller_api.rb +103 -87
- data/lib/mailslurp_client/api_client.rb +1 -1
- data/lib/mailslurp_client/api_error.rb +1 -1
- data/lib/mailslurp_client/configuration.rb +3 -3
- data/lib/mailslurp_client/models/abstract_webhook_payload.rb +11 -26
- data/lib/mailslurp_client/models/alias_dto.rb +46 -57
- data/lib/mailslurp_client/models/alias_projection.rb +38 -68
- data/lib/mailslurp_client/models/attachment_entity.rb +35 -55
- data/lib/mailslurp_client/models/attachment_meta_data.rb +22 -22
- data/lib/mailslurp_client/models/attachment_projection.rb +30 -45
- data/lib/mailslurp_client/models/basic_auth_options.rb +1 -11
- data/lib/mailslurp_client/models/bounce_projection.rb +14 -24
- data/lib/mailslurp_client/models/bounce_recipient.rb +23 -43
- data/lib/mailslurp_client/models/bounced_email_dto.rb +57 -77
- data/lib/mailslurp_client/models/bounced_recipient_dto.rb +17 -32
- data/lib/mailslurp_client/models/bulk_send_email_options.rb +6 -1
- data/lib/mailslurp_client/models/condition_option.rb +3 -3
- data/lib/mailslurp_client/models/contact_dto.rb +54 -74
- data/lib/mailslurp_client/models/contact_projection.rb +43 -53
- data/lib/mailslurp_client/models/content_match_options.rb +1 -1
- data/lib/mailslurp_client/models/count_dto.rb +206 -0
- data/lib/mailslurp_client/models/create_alias_options.rb +1 -1
- data/lib/mailslurp_client/models/create_contact_options.rb +43 -43
- data/lib/mailslurp_client/models/create_domain_options.rb +22 -17
- data/lib/mailslurp_client/models/create_group_options.rb +1 -6
- data/lib/mailslurp_client/models/create_inbox_dto.rb +59 -59
- data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +20 -15
- data/lib/mailslurp_client/models/create_inbox_ruleset_options.rb +24 -24
- data/lib/mailslurp_client/models/create_template_options.rb +1 -11
- data/lib/mailslurp_client/models/create_tracking_pixel_options.rb +1 -1
- data/lib/mailslurp_client/models/create_webhook_options.rb +19 -19
- data/lib/mailslurp_client/models/describe_domain_options.rb +1 -1
- data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +16 -26
- data/lib/mailslurp_client/models/dns_lookup_options.rb +25 -15
- data/lib/mailslurp_client/models/dns_lookup_result.rb +24 -43
- data/lib/mailslurp_client/models/dns_lookup_results.rb +1 -6
- data/lib/mailslurp_client/models/domain_dto.rb +60 -81
- data/lib/mailslurp_client/models/domain_name_record.rb +12 -31
- data/lib/mailslurp_client/models/domain_preview.rb +27 -51
- data/lib/mailslurp_client/models/download_attachment_dto.rb +1 -1
- data/lib/mailslurp_client/models/email.rb +135 -136
- data/lib/mailslurp_client/models/email_analysis.rb +29 -29
- data/lib/mailslurp_client/models/email_content_match_result.rb +14 -24
- data/lib/mailslurp_client/models/email_links_result.rb +14 -24
- data/lib/mailslurp_client/models/email_preview.rb +48 -48
- data/lib/mailslurp_client/models/email_projection.rb +67 -87
- data/lib/mailslurp_client/models/email_recipients.rb +17 -16
- data/lib/mailslurp_client/models/email_text_lines_result.rb +14 -24
- data/lib/mailslurp_client/models/email_verification_result.rb +17 -37
- data/lib/mailslurp_client/models/expiration_defaults.rb +17 -27
- data/lib/mailslurp_client/models/expired_inbox_dto.rb +14 -29
- data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +23 -43
- data/lib/mailslurp_client/models/export_link.rb +1 -6
- data/lib/mailslurp_client/models/export_options.rb +2 -7
- data/lib/mailslurp_client/models/flush_expired_inboxes_result.rb +14 -24
- data/lib/mailslurp_client/models/forward_email_options.rb +37 -32
- data/lib/mailslurp_client/models/gravatar_url.rb +14 -24
- data/lib/mailslurp_client/models/group_contacts_dto.rb +14 -24
- data/lib/mailslurp_client/models/group_dto.rb +23 -38
- data/lib/mailslurp_client/models/group_projection.rb +23 -38
- data/lib/mailslurp_client/models/html_validation_result.rb +14 -15
- data/lib/mailslurp_client/models/{inbox.rb → inbox_dto.rb} +48 -58
- data/lib/mailslurp_client/models/inbox_exists_dto.rb +1 -6
- data/lib/mailslurp_client/models/inbox_forwarder_dto.rb +32 -62
- data/lib/mailslurp_client/models/inbox_forwarder_test_options.rb +1 -6
- data/lib/mailslurp_client/models/inbox_forwarder_test_result.rb +14 -24
- data/lib/mailslurp_client/models/inbox_preview.rb +39 -39
- data/lib/mailslurp_client/models/inbox_ruleset_dto.rb +44 -79
- data/lib/mailslurp_client/models/inbox_ruleset_test_options.rb +1 -6
- data/lib/mailslurp_client/models/inbox_ruleset_test_result.rb +14 -19
- data/lib/mailslurp_client/models/inline_object.rb +221 -0
- data/lib/mailslurp_client/models/ip_address_result.rb +1 -11
- data/lib/mailslurp_client/models/json_schema_dto.rb +1 -6
- data/lib/mailslurp_client/models/match_option.rb +8 -3
- data/lib/mailslurp_client/models/match_options.rb +17 -17
- data/lib/mailslurp_client/models/missed_email.rb +68 -103
- data/lib/mailslurp_client/models/missed_email_projection.rb +20 -30
- data/lib/mailslurp_client/models/name_server_record.rb +11 -31
- data/lib/mailslurp_client/models/organization_inbox_projection.rb +45 -45
- data/lib/mailslurp_client/models/page_alias.rb +50 -50
- data/lib/mailslurp_client/models/page_attachment_entity.rb +50 -50
- data/lib/mailslurp_client/models/page_bounced_email.rb +50 -50
- data/lib/mailslurp_client/models/page_bounced_recipients.rb +50 -50
- data/lib/mailslurp_client/models/page_contact_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_email_preview.rb +50 -50
- data/lib/mailslurp_client/models/page_email_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_group_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +50 -50
- data/lib/mailslurp_client/models/page_inbox_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +50 -50
- data/lib/mailslurp_client/models/page_missed_email_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_sent_email_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_template_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_thread_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_webhook_projection.rb +50 -50
- data/lib/mailslurp_client/models/page_webhook_result.rb +50 -50
- data/lib/mailslurp_client/models/pageable.rb +29 -29
- data/lib/mailslurp_client/models/raw_email_json.rb +1 -6
- data/lib/mailslurp_client/models/recipient.rb +14 -24
- data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +39 -38
- data/lib/mailslurp_client/models/reply_to_email_options.rb +52 -51
- data/lib/mailslurp_client/models/send_email_options.rb +108 -116
- data/lib/mailslurp_client/models/sender.rb +15 -24
- data/lib/mailslurp_client/models/sent_email_dto.rb +98 -103
- data/lib/mailslurp_client/models/sent_email_projection.rb +64 -103
- data/lib/mailslurp_client/models/set_inbox_favourited_options.rb +1 -1
- data/lib/mailslurp_client/models/simple_send_email_options.rb +25 -25
- data/lib/mailslurp_client/models/sort.rb +14 -14
- data/lib/mailslurp_client/models/template_dto.rb +23 -48
- data/lib/mailslurp_client/models/template_projection.rb +26 -51
- data/lib/mailslurp_client/models/template_variable.rb +1 -11
- data/lib/mailslurp_client/models/test_new_inbox_forwarder_options.rb +1 -11
- data/lib/mailslurp_client/models/test_new_inbox_ruleset_options.rb +1 -11
- data/lib/mailslurp_client/models/thread_projection.rb +58 -93
- data/lib/mailslurp_client/models/tracking_pixel_dto.rb +44 -69
- data/lib/mailslurp_client/models/tracking_pixel_projection.rb +35 -55
- data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +20 -30
- data/lib/mailslurp_client/models/unread_count.rb +1 -6
- data/lib/mailslurp_client/models/unseen_error_count_dto.rb +1 -6
- 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 +1 -6
- data/lib/mailslurp_client/models/update_inbox_options.rb +27 -27
- data/lib/mailslurp_client/models/upload_attachment_options.rb +15 -15
- data/lib/mailslurp_client/models/validation_dto.rb +1 -1
- data/lib/mailslurp_client/models/validation_message.rb +2 -6
- data/lib/mailslurp_client/models/verify_email_address_options.rb +1 -6
- data/lib/mailslurp_client/models/wait_for_conditions.rb +49 -59
- data/lib/mailslurp_client/models/webhook_dto.rb +65 -70
- data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +43 -43
- data/lib/mailslurp_client/models/webhook_email_read_payload.rb +50 -50
- data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +44 -44
- data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +76 -96
- data/lib/mailslurp_client/models/webhook_new_email_payload.rb +85 -85
- data/lib/mailslurp_client/models/webhook_projection.rb +35 -60
- data/lib/mailslurp_client/models/webhook_redrive_result.rb +14 -24
- data/lib/mailslurp_client/models/webhook_result_dto.rb +77 -127
- data/lib/mailslurp_client/models/webhook_test_request.rb +22 -37
- data/lib/mailslurp_client/models/webhook_test_response.rb +14 -14
- data/lib/mailslurp_client/models/webhook_test_result.rb +14 -24
- data/lib/mailslurp_client/version.rb +2 -2
- data/lib/mailslurp_client.rb +4 -2
- metadata +5 -3
@@ -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,34 +15,33 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Domain plus verification records and status
|
17
17
|
class DomainDto
|
18
|
-
|
19
|
-
attr_accessor :catch_all_inbox_id
|
20
|
-
|
21
|
-
attr_accessor :created_at
|
18
|
+
attr_accessor :id
|
22
19
|
|
23
|
-
|
24
|
-
attr_accessor :dkim_tokens
|
20
|
+
attr_accessor :user_id
|
25
21
|
|
26
22
|
# Custom domain name
|
27
23
|
attr_accessor :domain
|
28
24
|
|
25
|
+
# Verification tokens
|
26
|
+
attr_accessor :verification_token
|
27
|
+
|
28
|
+
# Unique token DKIM tokens
|
29
|
+
attr_accessor :dkim_tokens
|
30
|
+
|
29
31
|
# List of DNS domain name records (C, MX, TXT) etc that you must add to the DNS server associated with your domain provider.
|
30
32
|
attr_accessor :domain_name_records
|
31
33
|
|
32
|
-
# The
|
33
|
-
attr_accessor :
|
34
|
-
|
35
|
-
attr_accessor :id
|
34
|
+
# The optional catch all inbox that will receive emails sent to the domain that cannot be matched.
|
35
|
+
attr_accessor :catch_all_inbox_id
|
36
36
|
|
37
|
-
|
38
|
-
attr_accessor :is_verified
|
37
|
+
attr_accessor :created_at
|
39
38
|
|
40
39
|
attr_accessor :updated_at
|
41
40
|
|
42
|
-
|
41
|
+
# Type of domain. Dictates type of inbox that can be created with domain. HTTP means inboxes are processed using SES while SMTP inboxes use a custom SMTP mail server. SMTP does not support sending so use HTTP for sending emails.
|
42
|
+
attr_accessor :domain_type
|
43
43
|
|
44
|
-
|
45
|
-
attr_accessor :verification_token
|
44
|
+
attr_accessor :verified
|
46
45
|
|
47
46
|
class EnumAttributeValidator
|
48
47
|
attr_reader :datatype
|
@@ -69,34 +68,34 @@ module MailSlurpClient
|
|
69
68
|
# Attribute mapping from ruby-style variable name to JSON key.
|
70
69
|
def self.attribute_map
|
71
70
|
{
|
72
|
-
:'
|
73
|
-
:'
|
74
|
-
:'dkim_tokens' => :'dkimTokens',
|
71
|
+
:'id' => :'id',
|
72
|
+
:'user_id' => :'userId',
|
75
73
|
:'domain' => :'domain',
|
74
|
+
:'verification_token' => :'verificationToken',
|
75
|
+
:'dkim_tokens' => :'dkimTokens',
|
76
76
|
:'domain_name_records' => :'domainNameRecords',
|
77
|
-
:'
|
78
|
-
:'
|
79
|
-
:'is_verified' => :'isVerified',
|
77
|
+
:'catch_all_inbox_id' => :'catchAllInboxId',
|
78
|
+
:'created_at' => :'createdAt',
|
80
79
|
:'updated_at' => :'updatedAt',
|
81
|
-
:'
|
82
|
-
:'
|
80
|
+
:'domain_type' => :'domainType',
|
81
|
+
:'verified' => :'verified'
|
83
82
|
}
|
84
83
|
end
|
85
84
|
|
86
85
|
# Attribute type mapping.
|
87
86
|
def self.openapi_types
|
88
87
|
{
|
89
|
-
:'
|
90
|
-
:'
|
91
|
-
:'dkim_tokens' => :'Array<String>',
|
88
|
+
:'id' => :'String',
|
89
|
+
:'user_id' => :'String',
|
92
90
|
:'domain' => :'String',
|
91
|
+
:'verification_token' => :'String',
|
92
|
+
:'dkim_tokens' => :'Array<String>',
|
93
93
|
:'domain_name_records' => :'Array<DomainNameRecord>',
|
94
|
-
:'
|
95
|
-
:'
|
96
|
-
:'is_verified' => :'Boolean',
|
94
|
+
:'catch_all_inbox_id' => :'String',
|
95
|
+
:'created_at' => :'DateTime',
|
97
96
|
:'updated_at' => :'DateTime',
|
98
|
-
:'
|
99
|
-
:'
|
97
|
+
:'domain_type' => :'String',
|
98
|
+
:'verified' => :'Boolean'
|
100
99
|
}
|
101
100
|
end
|
102
101
|
|
@@ -121,12 +120,20 @@ module MailSlurpClient
|
|
121
120
|
h[k.to_sym] = v
|
122
121
|
}
|
123
122
|
|
124
|
-
if attributes.key?(:'
|
125
|
-
self.
|
123
|
+
if attributes.key?(:'id')
|
124
|
+
self.id = attributes[:'id']
|
126
125
|
end
|
127
126
|
|
128
|
-
if attributes.key?(:'
|
129
|
-
self.
|
127
|
+
if attributes.key?(:'user_id')
|
128
|
+
self.user_id = attributes[:'user_id']
|
129
|
+
end
|
130
|
+
|
131
|
+
if attributes.key?(:'domain')
|
132
|
+
self.domain = attributes[:'domain']
|
133
|
+
end
|
134
|
+
|
135
|
+
if attributes.key?(:'verification_token')
|
136
|
+
self.verification_token = attributes[:'verification_token']
|
130
137
|
end
|
131
138
|
|
132
139
|
if attributes.key?(:'dkim_tokens')
|
@@ -135,38 +142,30 @@ module MailSlurpClient
|
|
135
142
|
end
|
136
143
|
end
|
137
144
|
|
138
|
-
if attributes.key?(:'domain')
|
139
|
-
self.domain = attributes[:'domain']
|
140
|
-
end
|
141
|
-
|
142
145
|
if attributes.key?(:'domain_name_records')
|
143
146
|
if (value = attributes[:'domain_name_records']).is_a?(Array)
|
144
147
|
self.domain_name_records = value
|
145
148
|
end
|
146
149
|
end
|
147
150
|
|
148
|
-
if attributes.key?(:'
|
149
|
-
self.
|
150
|
-
end
|
151
|
-
|
152
|
-
if attributes.key?(:'id')
|
153
|
-
self.id = attributes[:'id']
|
151
|
+
if attributes.key?(:'catch_all_inbox_id')
|
152
|
+
self.catch_all_inbox_id = attributes[:'catch_all_inbox_id']
|
154
153
|
end
|
155
154
|
|
156
|
-
if attributes.key?(:'
|
157
|
-
self.
|
155
|
+
if attributes.key?(:'created_at')
|
156
|
+
self.created_at = attributes[:'created_at']
|
158
157
|
end
|
159
158
|
|
160
159
|
if attributes.key?(:'updated_at')
|
161
160
|
self.updated_at = attributes[:'updated_at']
|
162
161
|
end
|
163
162
|
|
164
|
-
if attributes.key?(:'
|
165
|
-
self.
|
163
|
+
if attributes.key?(:'domain_type')
|
164
|
+
self.domain_type = attributes[:'domain_type']
|
166
165
|
end
|
167
166
|
|
168
|
-
if attributes.key?(:'
|
169
|
-
self.
|
167
|
+
if attributes.key?(:'verified')
|
168
|
+
self.verified = attributes[:'verified']
|
170
169
|
end
|
171
170
|
end
|
172
171
|
|
@@ -174,34 +173,14 @@ module MailSlurpClient
|
|
174
173
|
# @return Array for valid properties with the reasons
|
175
174
|
def list_invalid_properties
|
176
175
|
invalid_properties = Array.new
|
177
|
-
if @created_at.nil?
|
178
|
-
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
179
|
-
end
|
180
|
-
|
181
|
-
if @id.nil?
|
182
|
-
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
183
|
-
end
|
184
|
-
|
185
|
-
if @updated_at.nil?
|
186
|
-
invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
|
187
|
-
end
|
188
|
-
|
189
|
-
if @user_id.nil?
|
190
|
-
invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
|
191
|
-
end
|
192
|
-
|
193
176
|
invalid_properties
|
194
177
|
end
|
195
178
|
|
196
179
|
# Check to see if the all the properties in the model are valid
|
197
180
|
# @return true if the model is valid
|
198
181
|
def valid?
|
199
|
-
return false if @created_at.nil?
|
200
182
|
domain_type_validator = EnumAttributeValidator.new('String', ["HTTP_INBOX", "SMTP_DOMAIN"])
|
201
183
|
return false unless domain_type_validator.valid?(@domain_type)
|
202
|
-
return false if @id.nil?
|
203
|
-
return false if @updated_at.nil?
|
204
|
-
return false if @user_id.nil?
|
205
184
|
true
|
206
185
|
end
|
207
186
|
|
@@ -220,17 +199,17 @@ module MailSlurpClient
|
|
220
199
|
def ==(o)
|
221
200
|
return true if self.equal?(o)
|
222
201
|
self.class == o.class &&
|
223
|
-
|
224
|
-
|
225
|
-
dkim_tokens == o.dkim_tokens &&
|
202
|
+
id == o.id &&
|
203
|
+
user_id == o.user_id &&
|
226
204
|
domain == o.domain &&
|
205
|
+
verification_token == o.verification_token &&
|
206
|
+
dkim_tokens == o.dkim_tokens &&
|
227
207
|
domain_name_records == o.domain_name_records &&
|
228
|
-
|
229
|
-
|
230
|
-
is_verified == o.is_verified &&
|
208
|
+
catch_all_inbox_id == o.catch_all_inbox_id &&
|
209
|
+
created_at == o.created_at &&
|
231
210
|
updated_at == o.updated_at &&
|
232
|
-
|
233
|
-
|
211
|
+
domain_type == o.domain_type &&
|
212
|
+
verified == o.verified
|
234
213
|
end
|
235
214
|
|
236
215
|
# @see the `==` method
|
@@ -242,7 +221,7 @@ module MailSlurpClient
|
|
242
221
|
# Calculates hash code according to all attributes.
|
243
222
|
# @return [Integer] Hash code
|
244
223
|
def hash
|
245
|
-
[
|
224
|
+
[id, user_id, domain, verification_token, dkim_tokens, domain_name_records, catch_all_inbox_id, created_at, updated_at, domain_type, verified].hash
|
246
225
|
end
|
247
226
|
|
248
227
|
# 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
|
|
@@ -15,12 +15,13 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# DNS Record required for verification of a domain. Record vary depending on domain type.
|
17
17
|
class DomainNameRecord
|
18
|
+
# Domain Name Server Record Types
|
19
|
+
attr_accessor :record_type
|
20
|
+
|
18
21
|
attr_accessor :name
|
19
22
|
|
20
23
|
attr_accessor :record_entries
|
21
24
|
|
22
|
-
attr_accessor :record_type
|
23
|
-
|
24
25
|
attr_accessor :ttl
|
25
26
|
|
26
27
|
class EnumAttributeValidator
|
@@ -48,9 +49,9 @@ module MailSlurpClient
|
|
48
49
|
# Attribute mapping from ruby-style variable name to JSON key.
|
49
50
|
def self.attribute_map
|
50
51
|
{
|
52
|
+
:'record_type' => :'recordType',
|
51
53
|
:'name' => :'name',
|
52
54
|
:'record_entries' => :'recordEntries',
|
53
|
-
:'record_type' => :'recordType',
|
54
55
|
:'ttl' => :'ttl'
|
55
56
|
}
|
56
57
|
end
|
@@ -58,9 +59,9 @@ module MailSlurpClient
|
|
58
59
|
# Attribute type mapping.
|
59
60
|
def self.openapi_types
|
60
61
|
{
|
62
|
+
:'record_type' => :'String',
|
61
63
|
:'name' => :'String',
|
62
64
|
:'record_entries' => :'Array<String>',
|
63
|
-
:'record_type' => :'String',
|
64
65
|
:'ttl' => :'Integer'
|
65
66
|
}
|
66
67
|
end
|
@@ -86,6 +87,10 @@ module MailSlurpClient
|
|
86
87
|
h[k.to_sym] = v
|
87
88
|
}
|
88
89
|
|
90
|
+
if attributes.key?(:'record_type')
|
91
|
+
self.record_type = attributes[:'record_type']
|
92
|
+
end
|
93
|
+
|
89
94
|
if attributes.key?(:'name')
|
90
95
|
self.name = attributes[:'name']
|
91
96
|
end
|
@@ -96,10 +101,6 @@ module MailSlurpClient
|
|
96
101
|
end
|
97
102
|
end
|
98
103
|
|
99
|
-
if attributes.key?(:'record_type')
|
100
|
-
self.record_type = attributes[:'record_type']
|
101
|
-
end
|
102
|
-
|
103
104
|
if attributes.key?(:'ttl')
|
104
105
|
self.ttl = attributes[:'ttl']
|
105
106
|
end
|
@@ -109,34 +110,14 @@ module MailSlurpClient
|
|
109
110
|
# @return Array for valid properties with the reasons
|
110
111
|
def list_invalid_properties
|
111
112
|
invalid_properties = Array.new
|
112
|
-
if @name.nil?
|
113
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
114
|
-
end
|
115
|
-
|
116
|
-
if @record_entries.nil?
|
117
|
-
invalid_properties.push('invalid value for "record_entries", record_entries cannot be nil.')
|
118
|
-
end
|
119
|
-
|
120
|
-
if @record_type.nil?
|
121
|
-
invalid_properties.push('invalid value for "record_type", record_type cannot be nil.')
|
122
|
-
end
|
123
|
-
|
124
|
-
if @ttl.nil?
|
125
|
-
invalid_properties.push('invalid value for "ttl", ttl cannot be nil.')
|
126
|
-
end
|
127
|
-
|
128
113
|
invalid_properties
|
129
114
|
end
|
130
115
|
|
131
116
|
# Check to see if the all the properties in the model are valid
|
132
117
|
# @return true if the model is valid
|
133
118
|
def valid?
|
134
|
-
return false if @name.nil?
|
135
|
-
return false if @record_entries.nil?
|
136
|
-
return false if @record_type.nil?
|
137
119
|
record_type_validator = EnumAttributeValidator.new('String', ["A", "NS", "MD", "MF", "CNAME", "SOA", "MB", "MG", "MR", "NULL", "WKS", "PTR", "HINFO", "MINFO", "MX", "TXT", "RP", "AFSDB", "X25", "ISDN", "RT", "NSAP", "NSAP_PTR", "SIG", "KEY", "PX", "GPOS", "AAAA", "LOC", "NXT", "EID", "NIMLOC", "SRV", "ATMA", "NAPTR", "KX", "CERT", "A6", "DNAME", "SINK", "OPT", "APL", "DS", "SSHFP", "IPSECKEY", "RRSIG", "NSEC", "DNSKEY", "DHCID", "NSEC3", "NSEC3PARAM", "TLSA", "SMIMEA", "HIP", "NINFO", "RKEY", "TALINK", "CDS", "CDNSKEY", "OPENPGPKEY", "CSYNC", "ZONEMD", "SVCB", "HTTPS", "SPF", "UINFO", "UID", "GID", "UNSPEC", "NID", "L32", "L64", "LP", "EUI48", "EUI64", "TKEY", "TSIG", "IXFR", "AXFR", "MAILB", "MAILA", "ANY", "URI", "CAA", "AVC", "DOA", "AMTRELAY", "TA", "DLV"])
|
138
120
|
return false unless record_type_validator.valid?(@record_type)
|
139
|
-
return false if @ttl.nil?
|
140
121
|
true
|
141
122
|
end
|
142
123
|
|
@@ -155,9 +136,9 @@ module MailSlurpClient
|
|
155
136
|
def ==(o)
|
156
137
|
return true if self.equal?(o)
|
157
138
|
self.class == o.class &&
|
139
|
+
record_type == o.record_type &&
|
158
140
|
name == o.name &&
|
159
141
|
record_entries == o.record_entries &&
|
160
|
-
record_type == o.record_type &&
|
161
142
|
ttl == o.ttl
|
162
143
|
end
|
163
144
|
|
@@ -170,7 +151,7 @@ module MailSlurpClient
|
|
170
151
|
# Calculates hash code according to all attributes.
|
171
152
|
# @return [Integer] Hash code
|
172
153
|
def hash
|
173
|
-
[name, record_entries,
|
154
|
+
[record_type, name, record_entries, ttl].hash
|
174
155
|
end
|
175
156
|
|
176
157
|
# 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
|
|
@@ -15,17 +15,18 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Preview object for domain entity
|
17
17
|
class DomainPreview
|
18
|
+
attr_accessor :id
|
19
|
+
|
20
|
+
attr_accessor :domain
|
21
|
+
|
18
22
|
attr_accessor :catch_all_inbox_id
|
19
23
|
|
20
24
|
attr_accessor :created_at
|
21
25
|
|
22
|
-
|
23
|
-
|
26
|
+
# Type of domain. Dictates type of inbox that can be created with domain. HTTP means inboxes are processed using SES while SMTP inboxes use a custom SMTP mail server. SMTP does not support sending so use HTTP for sending emails.
|
24
27
|
attr_accessor :domain_type
|
25
28
|
|
26
|
-
attr_accessor :
|
27
|
-
|
28
|
-
attr_accessor :is_verified
|
29
|
+
attr_accessor :verified
|
29
30
|
|
30
31
|
class EnumAttributeValidator
|
31
32
|
attr_reader :datatype
|
@@ -52,24 +53,24 @@ module MailSlurpClient
|
|
52
53
|
# Attribute mapping from ruby-style variable name to JSON key.
|
53
54
|
def self.attribute_map
|
54
55
|
{
|
56
|
+
:'id' => :'id',
|
57
|
+
:'domain' => :'domain',
|
55
58
|
:'catch_all_inbox_id' => :'catchAllInboxId',
|
56
59
|
:'created_at' => :'createdAt',
|
57
|
-
:'domain' => :'domain',
|
58
60
|
:'domain_type' => :'domainType',
|
59
|
-
:'
|
60
|
-
:'is_verified' => :'isVerified'
|
61
|
+
:'verified' => :'verified'
|
61
62
|
}
|
62
63
|
end
|
63
64
|
|
64
65
|
# Attribute type mapping.
|
65
66
|
def self.openapi_types
|
66
67
|
{
|
68
|
+
:'id' => :'String',
|
69
|
+
:'domain' => :'String',
|
67
70
|
:'catch_all_inbox_id' => :'String',
|
68
71
|
:'created_at' => :'DateTime',
|
69
|
-
:'domain' => :'String',
|
70
72
|
:'domain_type' => :'String',
|
71
|
-
:'
|
72
|
-
:'is_verified' => :'Boolean'
|
73
|
+
:'verified' => :'Boolean'
|
73
74
|
}
|
74
75
|
end
|
75
76
|
|
@@ -94,6 +95,14 @@ module MailSlurpClient
|
|
94
95
|
h[k.to_sym] = v
|
95
96
|
}
|
96
97
|
|
98
|
+
if attributes.key?(:'id')
|
99
|
+
self.id = attributes[:'id']
|
100
|
+
end
|
101
|
+
|
102
|
+
if attributes.key?(:'domain')
|
103
|
+
self.domain = attributes[:'domain']
|
104
|
+
end
|
105
|
+
|
97
106
|
if attributes.key?(:'catch_all_inbox_id')
|
98
107
|
self.catch_all_inbox_id = attributes[:'catch_all_inbox_id']
|
99
108
|
end
|
@@ -102,20 +111,12 @@ module MailSlurpClient
|
|
102
111
|
self.created_at = attributes[:'created_at']
|
103
112
|
end
|
104
113
|
|
105
|
-
if attributes.key?(:'domain')
|
106
|
-
self.domain = attributes[:'domain']
|
107
|
-
end
|
108
|
-
|
109
114
|
if attributes.key?(:'domain_type')
|
110
115
|
self.domain_type = attributes[:'domain_type']
|
111
116
|
end
|
112
117
|
|
113
|
-
if attributes.key?(:'
|
114
|
-
self.
|
115
|
-
end
|
116
|
-
|
117
|
-
if attributes.key?(:'is_verified')
|
118
|
-
self.is_verified = attributes[:'is_verified']
|
118
|
+
if attributes.key?(:'verified')
|
119
|
+
self.verified = attributes[:'verified']
|
119
120
|
end
|
120
121
|
end
|
121
122
|
|
@@ -123,39 +124,14 @@ module MailSlurpClient
|
|
123
124
|
# @return Array for valid properties with the reasons
|
124
125
|
def list_invalid_properties
|
125
126
|
invalid_properties = Array.new
|
126
|
-
if @created_at.nil?
|
127
|
-
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
128
|
-
end
|
129
|
-
|
130
|
-
if @domain.nil?
|
131
|
-
invalid_properties.push('invalid value for "domain", domain cannot be nil.')
|
132
|
-
end
|
133
|
-
|
134
|
-
if @domain_type.nil?
|
135
|
-
invalid_properties.push('invalid value for "domain_type", domain_type cannot be nil.')
|
136
|
-
end
|
137
|
-
|
138
|
-
if @id.nil?
|
139
|
-
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
140
|
-
end
|
141
|
-
|
142
|
-
if @is_verified.nil?
|
143
|
-
invalid_properties.push('invalid value for "is_verified", is_verified cannot be nil.')
|
144
|
-
end
|
145
|
-
|
146
127
|
invalid_properties
|
147
128
|
end
|
148
129
|
|
149
130
|
# Check to see if the all the properties in the model are valid
|
150
131
|
# @return true if the model is valid
|
151
132
|
def valid?
|
152
|
-
return false if @created_at.nil?
|
153
|
-
return false if @domain.nil?
|
154
|
-
return false if @domain_type.nil?
|
155
133
|
domain_type_validator = EnumAttributeValidator.new('String', ["HTTP_INBOX", "SMTP_DOMAIN"])
|
156
134
|
return false unless domain_type_validator.valid?(@domain_type)
|
157
|
-
return false if @id.nil?
|
158
|
-
return false if @is_verified.nil?
|
159
135
|
true
|
160
136
|
end
|
161
137
|
|
@@ -174,12 +150,12 @@ module MailSlurpClient
|
|
174
150
|
def ==(o)
|
175
151
|
return true if self.equal?(o)
|
176
152
|
self.class == o.class &&
|
153
|
+
id == o.id &&
|
154
|
+
domain == o.domain &&
|
177
155
|
catch_all_inbox_id == o.catch_all_inbox_id &&
|
178
156
|
created_at == o.created_at &&
|
179
|
-
domain == o.domain &&
|
180
157
|
domain_type == o.domain_type &&
|
181
|
-
|
182
|
-
is_verified == o.is_verified
|
158
|
+
verified == o.verified
|
183
159
|
end
|
184
160
|
|
185
161
|
# @see the `==` method
|
@@ -191,7 +167,7 @@ module MailSlurpClient
|
|
191
167
|
# Calculates hash code according to all attributes.
|
192
168
|
# @return [Integer] Hash code
|
193
169
|
def hash
|
194
|
-
[
|
170
|
+
[id, domain, catch_all_inbox_id, created_at, domain_type, verified].hash
|
195
171
|
end
|
196
172
|
|
197
173
|
# 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
|
|