mailslurp_client 15.0.3 → 15.0.7
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 +145 -122
- 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 +198 -178
- 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 +22 -22
- data/lib/mailslurp_client/models/alias_dto.rb +64 -49
- data/lib/mailslurp_client/models/alias_projection.rb +50 -50
- data/lib/mailslurp_client/models/attachment_entity.rb +40 -40
- data/lib/mailslurp_client/models/attachment_meta_data.rb +42 -22
- data/lib/mailslurp_client/models/attachment_projection.rb +38 -33
- data/lib/mailslurp_client/models/basic_auth_options.rb +1 -1
- data/lib/mailslurp_client/models/bounce_projection.rb +19 -19
- data/lib/mailslurp_client/models/bounce_recipient.rb +31 -31
- data/lib/mailslurp_client/models/bounced_email_dto.rb +63 -63
- data/lib/mailslurp_client/models/bounced_recipient_dto.rb +23 -23
- data/lib/mailslurp_client/models/bulk_send_email_options.rb +11 -1
- data/lib/mailslurp_client/models/condition_option.rb +13 -3
- data/lib/mailslurp_client/models/contact_dto.rb +63 -63
- data/lib/mailslurp_client/models/contact_projection.rb +39 -39
- data/lib/mailslurp_client/models/content_match_options.rb +6 -1
- data/lib/mailslurp_client/models/count_dto.rb +1 -1
- data/lib/mailslurp_client/models/create_alias_options.rb +11 -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 -1
- data/lib/mailslurp_client/models/create_inbox_dto.rb +59 -59
- data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +30 -15
- data/lib/mailslurp_client/models/create_inbox_ruleset_options.rb +39 -24
- data/lib/mailslurp_client/models/create_template_options.rb +1 -1
- data/lib/mailslurp_client/models/create_tracking_pixel_options.rb +1 -1
- data/lib/mailslurp_client/models/create_webhook_options.rb +24 -19
- data/lib/mailslurp_client/models/describe_domain_options.rb +1 -1
- data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +21 -21
- data/lib/mailslurp_client/models/dns_lookup_options.rb +30 -15
- data/lib/mailslurp_client/models/dns_lookup_result.rb +34 -33
- data/lib/mailslurp_client/models/dns_lookup_results.rb +1 -1
- data/lib/mailslurp_client/models/domain_dto.rb +100 -70
- data/lib/mailslurp_client/models/domain_name_record.rb +18 -17
- data/lib/mailslurp_client/models/domain_preview.rb +29 -28
- data/lib/mailslurp_client/models/download_attachment_dto.rb +16 -1
- data/lib/mailslurp_client/models/email.rb +179 -139
- data/lib/mailslurp_client/models/email_analysis.rb +29 -29
- data/lib/mailslurp_client/models/email_content_match_result.rb +19 -19
- data/lib/mailslurp_client/models/email_links_result.rb +19 -19
- data/lib/mailslurp_client/models/email_preview.rb +63 -48
- data/lib/mailslurp_client/models/email_projection.rb +77 -77
- data/lib/mailslurp_client/models/email_recipients.rb +17 -16
- data/lib/mailslurp_client/models/email_text_lines_result.rb +19 -19
- data/lib/mailslurp_client/models/email_verification_result.rb +22 -22
- data/lib/mailslurp_client/models/expiration_defaults.rb +17 -17
- data/lib/mailslurp_client/models/expired_inbox_dto.rb +19 -19
- data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +33 -33
- data/lib/mailslurp_client/models/export_link.rb +1 -1
- data/lib/mailslurp_client/models/export_options.rb +2 -2
- data/lib/mailslurp_client/models/flush_expired_inboxes_result.rb +19 -19
- data/lib/mailslurp_client/models/forward_email_options.rb +37 -32
- data/lib/mailslurp_client/models/gravatar_url.rb +19 -19
- data/lib/mailslurp_client/models/group_contacts_dto.rb +19 -19
- data/lib/mailslurp_client/models/group_dto.rb +28 -28
- data/lib/mailslurp_client/models/group_projection.rb +29 -29
- data/lib/mailslurp_client/models/html_validation_result.rb +27 -12
- data/lib/mailslurp_client/models/{inbox.rb → inbox_dto.rb} +72 -57
- data/lib/mailslurp_client/models/inbox_exists_dto.rb +1 -1
- data/lib/mailslurp_client/models/inbox_forwarder_dto.rb +48 -48
- data/lib/mailslurp_client/models/inbox_forwarder_test_options.rb +1 -1
- data/lib/mailslurp_client/models/inbox_forwarder_test_result.rb +19 -19
- data/lib/mailslurp_client/models/inbox_preview.rb +59 -39
- data/lib/mailslurp_client/models/inbox_ruleset_dto.rb +61 -61
- data/lib/mailslurp_client/models/inbox_ruleset_test_options.rb +1 -1
- data/lib/mailslurp_client/models/inbox_ruleset_test_result.rb +19 -14
- data/lib/mailslurp_client/models/inline_object.rb +221 -0
- data/lib/mailslurp_client/models/ip_address_result.rb +1 -1
- data/lib/mailslurp_client/models/json_schema_dto.rb +1 -1
- data/lib/mailslurp_client/models/match_option.rb +18 -3
- data/lib/mailslurp_client/models/match_options.rb +17 -17
- data/lib/mailslurp_client/models/missed_email.rb +77 -77
- data/lib/mailslurp_client/models/missed_email_projection.rb +25 -25
- data/lib/mailslurp_client/models/name_server_record.rb +16 -16
- data/lib/mailslurp_client/models/organization_inbox_projection.rb +70 -45
- data/lib/mailslurp_client/models/page_alias.rb +59 -50
- data/lib/mailslurp_client/models/page_attachment_entity.rb +59 -50
- data/lib/mailslurp_client/models/page_bounced_email.rb +59 -50
- data/lib/mailslurp_client/models/page_bounced_recipients.rb +59 -50
- data/lib/mailslurp_client/models/page_contact_projection.rb +59 -50
- data/lib/mailslurp_client/models/page_email_preview.rb +59 -50
- data/lib/mailslurp_client/models/page_email_projection.rb +59 -50
- data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +59 -50
- data/lib/mailslurp_client/models/page_group_projection.rb +59 -50
- data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +59 -50
- data/lib/mailslurp_client/models/page_inbox_projection.rb +59 -50
- data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +59 -50
- data/lib/mailslurp_client/models/page_missed_email_projection.rb +59 -50
- data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +59 -50
- data/lib/mailslurp_client/models/page_sent_email_projection.rb +86 -47
- data/lib/mailslurp_client/models/page_template_projection.rb +59 -50
- data/lib/mailslurp_client/models/page_thread_projection.rb +59 -50
- data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +59 -50
- data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +59 -50
- data/lib/mailslurp_client/models/page_webhook_projection.rb +59 -50
- data/lib/mailslurp_client/models/page_webhook_result.rb +59 -50
- data/lib/mailslurp_client/models/{pageable.rb → pageable_object.rb} +32 -32
- data/lib/mailslurp_client/models/raw_email_json.rb +1 -1
- data/lib/mailslurp_client/models/recipient.rb +19 -19
- data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +47 -35
- data/lib/mailslurp_client/models/reply_to_email_options.rb +57 -45
- data/lib/mailslurp_client/models/send_email_options.rb +112 -110
- data/lib/mailslurp_client/models/sender.rb +20 -19
- data/lib/mailslurp_client/models/sent_email_dto.rb +110 -95
- data/lib/mailslurp_client/models/sent_email_projection.rb +88 -87
- data/lib/mailslurp_client/models/set_inbox_favourited_options.rb +6 -1
- data/lib/mailslurp_client/models/simple_send_email_options.rb +30 -25
- data/lib/mailslurp_client/models/sort.rb +1 -1
- data/lib/mailslurp_client/models/template_dto.rb +33 -33
- data/lib/mailslurp_client/models/template_projection.rb +37 -37
- data/lib/mailslurp_client/models/template_variable.rb +1 -1
- data/lib/mailslurp_client/models/test_new_inbox_forwarder_options.rb +1 -1
- data/lib/mailslurp_client/models/test_new_inbox_ruleset_options.rb +1 -1
- data/lib/mailslurp_client/models/thread_projection.rb +71 -71
- data/lib/mailslurp_client/models/tracking_pixel_dto.rb +54 -54
- data/lib/mailslurp_client/models/tracking_pixel_projection.rb +42 -42
- data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +25 -25
- data/lib/mailslurp_client/models/unread_count.rb +1 -1
- data/lib/mailslurp_client/models/unseen_error_count_dto.rb +1 -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 +1 -1
- 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 +11 -1
- data/lib/mailslurp_client/models/validation_message.rb +2 -1
- data/lib/mailslurp_client/models/verify_email_address_options.rb +1 -1
- data/lib/mailslurp_client/models/wait_for_conditions.rb +53 -53
- data/lib/mailslurp_client/models/webhook_dto.rb +105 -65
- data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +83 -43
- data/lib/mailslurp_client/models/webhook_email_read_payload.rb +85 -50
- data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +79 -44
- data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +98 -83
- data/lib/mailslurp_client/models/webhook_new_email_payload.rb +140 -85
- data/lib/mailslurp_client/models/webhook_projection.rb +47 -47
- data/lib/mailslurp_client/models/webhook_redrive_result.rb +19 -19
- data/lib/mailslurp_client/models/webhook_result_dto.rb +102 -102
- data/lib/mailslurp_client/models/webhook_test_request.rb +28 -28
- data/lib/mailslurp_client/models/webhook_test_response.rb +14 -14
- data/lib/mailslurp_client/models/webhook_test_result.rb +19 -19
- data/lib/mailslurp_client/version.rb +2 -2
- data/lib/mailslurp_client.rb +4 -3
- metadata +5 -4
@@ -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,34 @@ 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
|
18
|
+
attr_accessor :id
|
20
19
|
|
21
|
-
attr_accessor :
|
20
|
+
attr_accessor :user_id
|
21
|
+
|
22
|
+
# Custom domain name
|
23
|
+
attr_accessor :domain
|
24
|
+
|
25
|
+
# Verification tokens
|
26
|
+
attr_accessor :verification_token
|
22
27
|
|
23
28
|
# Unique token DKIM tokens
|
24
29
|
attr_accessor :dkim_tokens
|
25
30
|
|
26
|
-
#
|
27
|
-
attr_accessor :
|
31
|
+
# Whether domain has been verified or not. If the domain is not verified after 72 hours there is most likely an issue with the domains DNS records.
|
32
|
+
attr_accessor :is_verified
|
28
33
|
|
29
34
|
# List of DNS domain name records (C, MX, TXT) etc that you must add to the DNS server associated with your domain provider.
|
30
35
|
attr_accessor :domain_name_records
|
31
36
|
|
32
|
-
# The
|
33
|
-
attr_accessor :
|
34
|
-
|
35
|
-
attr_accessor :id
|
37
|
+
# The optional catch all inbox that will receive emails sent to the domain that cannot be matched.
|
38
|
+
attr_accessor :catch_all_inbox_id
|
36
39
|
|
37
|
-
|
38
|
-
attr_accessor :is_verified
|
40
|
+
attr_accessor :created_at
|
39
41
|
|
40
42
|
attr_accessor :updated_at
|
41
43
|
|
42
|
-
|
43
|
-
|
44
|
-
# Verification tokens
|
45
|
-
attr_accessor :verification_token
|
44
|
+
# 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.
|
45
|
+
attr_accessor :domain_type
|
46
46
|
|
47
47
|
class EnumAttributeValidator
|
48
48
|
attr_reader :datatype
|
@@ -69,34 +69,34 @@ module MailSlurpClient
|
|
69
69
|
# Attribute mapping from ruby-style variable name to JSON key.
|
70
70
|
def self.attribute_map
|
71
71
|
{
|
72
|
-
:'catch_all_inbox_id' => :'catchAllInboxId',
|
73
|
-
:'created_at' => :'createdAt',
|
74
|
-
:'dkim_tokens' => :'dkimTokens',
|
75
|
-
:'domain' => :'domain',
|
76
|
-
:'domain_name_records' => :'domainNameRecords',
|
77
|
-
:'domain_type' => :'domainType',
|
78
72
|
:'id' => :'id',
|
73
|
+
:'user_id' => :'userId',
|
74
|
+
:'domain' => :'domain',
|
75
|
+
:'verification_token' => :'verificationToken',
|
76
|
+
:'dkim_tokens' => :'dkimTokens',
|
79
77
|
:'is_verified' => :'isVerified',
|
78
|
+
:'domain_name_records' => :'domainNameRecords',
|
79
|
+
:'catch_all_inbox_id' => :'catchAllInboxId',
|
80
|
+
:'created_at' => :'createdAt',
|
80
81
|
:'updated_at' => :'updatedAt',
|
81
|
-
:'
|
82
|
-
:'verification_token' => :'verificationToken'
|
82
|
+
:'domain_type' => :'domainType'
|
83
83
|
}
|
84
84
|
end
|
85
85
|
|
86
86
|
# Attribute type mapping.
|
87
87
|
def self.openapi_types
|
88
88
|
{
|
89
|
-
:'catch_all_inbox_id' => :'String',
|
90
|
-
:'created_at' => :'DateTime',
|
91
|
-
:'dkim_tokens' => :'Array<String>',
|
92
|
-
:'domain' => :'String',
|
93
|
-
:'domain_name_records' => :'Array<DomainNameRecord>',
|
94
|
-
:'domain_type' => :'String',
|
95
89
|
:'id' => :'String',
|
90
|
+
:'user_id' => :'String',
|
91
|
+
:'domain' => :'String',
|
92
|
+
:'verification_token' => :'String',
|
93
|
+
:'dkim_tokens' => :'Array<String>',
|
96
94
|
:'is_verified' => :'Boolean',
|
95
|
+
:'domain_name_records' => :'Array<DomainNameRecord>',
|
96
|
+
:'catch_all_inbox_id' => :'String',
|
97
|
+
:'created_at' => :'DateTime',
|
97
98
|
:'updated_at' => :'DateTime',
|
98
|
-
:'
|
99
|
-
:'verification_token' => :'String'
|
99
|
+
:'domain_type' => :'String'
|
100
100
|
}
|
101
101
|
end
|
102
102
|
|
@@ -121,12 +121,20 @@ module MailSlurpClient
|
|
121
121
|
h[k.to_sym] = v
|
122
122
|
}
|
123
123
|
|
124
|
-
if attributes.key?(:'
|
125
|
-
self.
|
124
|
+
if attributes.key?(:'id')
|
125
|
+
self.id = attributes[:'id']
|
126
126
|
end
|
127
127
|
|
128
|
-
if attributes.key?(:'
|
129
|
-
self.
|
128
|
+
if attributes.key?(:'user_id')
|
129
|
+
self.user_id = attributes[:'user_id']
|
130
|
+
end
|
131
|
+
|
132
|
+
if attributes.key?(:'domain')
|
133
|
+
self.domain = attributes[:'domain']
|
134
|
+
end
|
135
|
+
|
136
|
+
if attributes.key?(:'verification_token')
|
137
|
+
self.verification_token = attributes[:'verification_token']
|
130
138
|
end
|
131
139
|
|
132
140
|
if attributes.key?(:'dkim_tokens')
|
@@ -135,8 +143,8 @@ module MailSlurpClient
|
|
135
143
|
end
|
136
144
|
end
|
137
145
|
|
138
|
-
if attributes.key?(:'
|
139
|
-
self.
|
146
|
+
if attributes.key?(:'is_verified')
|
147
|
+
self.is_verified = attributes[:'is_verified']
|
140
148
|
end
|
141
149
|
|
142
150
|
if attributes.key?(:'domain_name_records')
|
@@ -145,28 +153,20 @@ module MailSlurpClient
|
|
145
153
|
end
|
146
154
|
end
|
147
155
|
|
148
|
-
if attributes.key?(:'
|
149
|
-
self.
|
150
|
-
end
|
151
|
-
|
152
|
-
if attributes.key?(:'id')
|
153
|
-
self.id = attributes[:'id']
|
156
|
+
if attributes.key?(:'catch_all_inbox_id')
|
157
|
+
self.catch_all_inbox_id = attributes[:'catch_all_inbox_id']
|
154
158
|
end
|
155
159
|
|
156
|
-
if attributes.key?(:'
|
157
|
-
self.
|
160
|
+
if attributes.key?(:'created_at')
|
161
|
+
self.created_at = attributes[:'created_at']
|
158
162
|
end
|
159
163
|
|
160
164
|
if attributes.key?(:'updated_at')
|
161
165
|
self.updated_at = attributes[:'updated_at']
|
162
166
|
end
|
163
167
|
|
164
|
-
if attributes.key?(:'
|
165
|
-
self.
|
166
|
-
end
|
167
|
-
|
168
|
-
if attributes.key?(:'verification_token')
|
169
|
-
self.verification_token = attributes[:'verification_token']
|
168
|
+
if attributes.key?(:'domain_type')
|
169
|
+
self.domain_type = attributes[:'domain_type']
|
170
170
|
end
|
171
171
|
end
|
172
172
|
|
@@ -174,20 +174,44 @@ module MailSlurpClient
|
|
174
174
|
# @return Array for valid properties with the reasons
|
175
175
|
def list_invalid_properties
|
176
176
|
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
177
|
if @id.nil?
|
182
178
|
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
183
179
|
end
|
184
180
|
|
181
|
+
if @user_id.nil?
|
182
|
+
invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
|
183
|
+
end
|
184
|
+
|
185
|
+
if @domain.nil?
|
186
|
+
invalid_properties.push('invalid value for "domain", domain cannot be nil.')
|
187
|
+
end
|
188
|
+
|
189
|
+
if @verification_token.nil?
|
190
|
+
invalid_properties.push('invalid value for "verification_token", verification_token cannot be nil.')
|
191
|
+
end
|
192
|
+
|
193
|
+
if @dkim_tokens.nil?
|
194
|
+
invalid_properties.push('invalid value for "dkim_tokens", dkim_tokens cannot be nil.')
|
195
|
+
end
|
196
|
+
|
197
|
+
if @is_verified.nil?
|
198
|
+
invalid_properties.push('invalid value for "is_verified", is_verified cannot be nil.')
|
199
|
+
end
|
200
|
+
|
201
|
+
if @domain_name_records.nil?
|
202
|
+
invalid_properties.push('invalid value for "domain_name_records", domain_name_records cannot be nil.')
|
203
|
+
end
|
204
|
+
|
205
|
+
if @created_at.nil?
|
206
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
207
|
+
end
|
208
|
+
|
185
209
|
if @updated_at.nil?
|
186
210
|
invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
|
187
211
|
end
|
188
212
|
|
189
|
-
if @
|
190
|
-
invalid_properties.push('invalid value for "
|
213
|
+
if @domain_type.nil?
|
214
|
+
invalid_properties.push('invalid value for "domain_type", domain_type cannot be nil.')
|
191
215
|
end
|
192
216
|
|
193
217
|
invalid_properties
|
@@ -196,12 +220,18 @@ module MailSlurpClient
|
|
196
220
|
# Check to see if the all the properties in the model are valid
|
197
221
|
# @return true if the model is valid
|
198
222
|
def valid?
|
223
|
+
return false if @id.nil?
|
224
|
+
return false if @user_id.nil?
|
225
|
+
return false if @domain.nil?
|
226
|
+
return false if @verification_token.nil?
|
227
|
+
return false if @dkim_tokens.nil?
|
228
|
+
return false if @is_verified.nil?
|
229
|
+
return false if @domain_name_records.nil?
|
199
230
|
return false if @created_at.nil?
|
231
|
+
return false if @updated_at.nil?
|
232
|
+
return false if @domain_type.nil?
|
200
233
|
domain_type_validator = EnumAttributeValidator.new('String', ["HTTP_INBOX", "SMTP_DOMAIN"])
|
201
234
|
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
235
|
true
|
206
236
|
end
|
207
237
|
|
@@ -220,17 +250,17 @@ module MailSlurpClient
|
|
220
250
|
def ==(o)
|
221
251
|
return true if self.equal?(o)
|
222
252
|
self.class == o.class &&
|
223
|
-
catch_all_inbox_id == o.catch_all_inbox_id &&
|
224
|
-
created_at == o.created_at &&
|
225
|
-
dkim_tokens == o.dkim_tokens &&
|
226
|
-
domain == o.domain &&
|
227
|
-
domain_name_records == o.domain_name_records &&
|
228
|
-
domain_type == o.domain_type &&
|
229
253
|
id == o.id &&
|
254
|
+
user_id == o.user_id &&
|
255
|
+
domain == o.domain &&
|
256
|
+
verification_token == o.verification_token &&
|
257
|
+
dkim_tokens == o.dkim_tokens &&
|
230
258
|
is_verified == o.is_verified &&
|
259
|
+
domain_name_records == o.domain_name_records &&
|
260
|
+
catch_all_inbox_id == o.catch_all_inbox_id &&
|
261
|
+
created_at == o.created_at &&
|
231
262
|
updated_at == o.updated_at &&
|
232
|
-
|
233
|
-
verification_token == o.verification_token
|
263
|
+
domain_type == o.domain_type
|
234
264
|
end
|
235
265
|
|
236
266
|
# @see the `==` method
|
@@ -242,7 +272,7 @@ module MailSlurpClient
|
|
242
272
|
# Calculates hash code according to all attributes.
|
243
273
|
# @return [Integer] Hash code
|
244
274
|
def hash
|
245
|
-
[
|
275
|
+
[id, user_id, domain, verification_token, dkim_tokens, is_verified, domain_name_records, catch_all_inbox_id, created_at, updated_at, domain_type].hash
|
246
276
|
end
|
247
277
|
|
248
278
|
# 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,6 +110,10 @@ module MailSlurpClient
|
|
109
110
|
# @return Array for valid properties with the reasons
|
110
111
|
def list_invalid_properties
|
111
112
|
invalid_properties = Array.new
|
113
|
+
if @record_type.nil?
|
114
|
+
invalid_properties.push('invalid value for "record_type", record_type cannot be nil.')
|
115
|
+
end
|
116
|
+
|
112
117
|
if @name.nil?
|
113
118
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
114
119
|
end
|
@@ -117,10 +122,6 @@ module MailSlurpClient
|
|
117
122
|
invalid_properties.push('invalid value for "record_entries", record_entries cannot be nil.')
|
118
123
|
end
|
119
124
|
|
120
|
-
if @record_type.nil?
|
121
|
-
invalid_properties.push('invalid value for "record_type", record_type cannot be nil.')
|
122
|
-
end
|
123
|
-
|
124
125
|
if @ttl.nil?
|
125
126
|
invalid_properties.push('invalid value for "ttl", ttl cannot be nil.')
|
126
127
|
end
|
@@ -131,11 +132,11 @@ module MailSlurpClient
|
|
131
132
|
# Check to see if the all the properties in the model are valid
|
132
133
|
# @return true if the model is valid
|
133
134
|
def valid?
|
134
|
-
return false if @name.nil?
|
135
|
-
return false if @record_entries.nil?
|
136
135
|
return false if @record_type.nil?
|
137
136
|
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
137
|
return false unless record_type_validator.valid?(@record_type)
|
138
|
+
return false if @name.nil?
|
139
|
+
return false if @record_entries.nil?
|
139
140
|
return false if @ttl.nil?
|
140
141
|
true
|
141
142
|
end
|
@@ -155,9 +156,9 @@ module MailSlurpClient
|
|
155
156
|
def ==(o)
|
156
157
|
return true if self.equal?(o)
|
157
158
|
self.class == o.class &&
|
159
|
+
record_type == o.record_type &&
|
158
160
|
name == o.name &&
|
159
161
|
record_entries == o.record_entries &&
|
160
|
-
record_type == o.record_type &&
|
161
162
|
ttl == o.ttl
|
162
163
|
end
|
163
164
|
|
@@ -170,7 +171,7 @@ module MailSlurpClient
|
|
170
171
|
# Calculates hash code according to all attributes.
|
171
172
|
# @return [Integer] Hash code
|
172
173
|
def hash
|
173
|
-
[name, record_entries,
|
174
|
+
[record_type, name, record_entries, ttl].hash
|
174
175
|
end
|
175
176
|
|
176
177
|
# 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,16 +15,17 @@ 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 :id
|
27
|
-
|
28
29
|
attr_accessor :is_verified
|
29
30
|
|
30
31
|
class EnumAttributeValidator
|
@@ -52,11 +53,11 @@ 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
|
-
:'id' => :'id',
|
60
61
|
:'is_verified' => :'isVerified'
|
61
62
|
}
|
62
63
|
end
|
@@ -64,11 +65,11 @@ module MailSlurpClient
|
|
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
|
-
:'id' => :'String',
|
72
73
|
:'is_verified' => :'Boolean'
|
73
74
|
}
|
74
75
|
end
|
@@ -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,18 +111,10 @@ 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?(:'id')
|
114
|
-
self.id = attributes[:'id']
|
115
|
-
end
|
116
|
-
|
117
118
|
if attributes.key?(:'is_verified')
|
118
119
|
self.is_verified = attributes[:'is_verified']
|
119
120
|
end
|
@@ -123,20 +124,20 @@ 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 @
|
127
|
-
invalid_properties.push('invalid value for "
|
127
|
+
if @id.nil?
|
128
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
128
129
|
end
|
129
130
|
|
130
131
|
if @domain.nil?
|
131
132
|
invalid_properties.push('invalid value for "domain", domain cannot be nil.')
|
132
133
|
end
|
133
134
|
|
134
|
-
if @
|
135
|
-
invalid_properties.push('invalid value for "
|
135
|
+
if @created_at.nil?
|
136
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
136
137
|
end
|
137
138
|
|
138
|
-
if @
|
139
|
-
invalid_properties.push('invalid value for "
|
139
|
+
if @domain_type.nil?
|
140
|
+
invalid_properties.push('invalid value for "domain_type", domain_type cannot be nil.')
|
140
141
|
end
|
141
142
|
|
142
143
|
if @is_verified.nil?
|
@@ -149,12 +150,12 @@ module MailSlurpClient
|
|
149
150
|
# Check to see if the all the properties in the model are valid
|
150
151
|
# @return true if the model is valid
|
151
152
|
def valid?
|
152
|
-
return false if @
|
153
|
+
return false if @id.nil?
|
153
154
|
return false if @domain.nil?
|
155
|
+
return false if @created_at.nil?
|
154
156
|
return false if @domain_type.nil?
|
155
157
|
domain_type_validator = EnumAttributeValidator.new('String', ["HTTP_INBOX", "SMTP_DOMAIN"])
|
156
158
|
return false unless domain_type_validator.valid?(@domain_type)
|
157
|
-
return false if @id.nil?
|
158
159
|
return false if @is_verified.nil?
|
159
160
|
true
|
160
161
|
end
|
@@ -174,11 +175,11 @@ module MailSlurpClient
|
|
174
175
|
def ==(o)
|
175
176
|
return true if self.equal?(o)
|
176
177
|
self.class == o.class &&
|
178
|
+
id == o.id &&
|
179
|
+
domain == o.domain &&
|
177
180
|
catch_all_inbox_id == o.catch_all_inbox_id &&
|
178
181
|
created_at == o.created_at &&
|
179
|
-
domain == o.domain &&
|
180
182
|
domain_type == o.domain_type &&
|
181
|
-
id == o.id &&
|
182
183
|
is_verified == o.is_verified
|
183
184
|
end
|
184
185
|
|
@@ -191,7 +192,7 @@ module MailSlurpClient
|
|
191
192
|
# Calculates hash code according to all attributes.
|
192
193
|
# @return [Integer] Hash code
|
193
194
|
def hash
|
194
|
-
[
|
195
|
+
[id, domain, catch_all_inbox_id, created_at, domain_type, is_verified].hash
|
195
196
|
end
|
196
197
|
|
197
198
|
# 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
|
|
@@ -80,12 +80,27 @@ module MailSlurpClient
|
|
80
80
|
# @return Array for valid properties with the reasons
|
81
81
|
def list_invalid_properties
|
82
82
|
invalid_properties = Array.new
|
83
|
+
if @base64_file_contents.nil?
|
84
|
+
invalid_properties.push('invalid value for "base64_file_contents", base64_file_contents cannot be nil.')
|
85
|
+
end
|
86
|
+
|
87
|
+
if @content_type.nil?
|
88
|
+
invalid_properties.push('invalid value for "content_type", content_type cannot be nil.')
|
89
|
+
end
|
90
|
+
|
91
|
+
if @size_bytes.nil?
|
92
|
+
invalid_properties.push('invalid value for "size_bytes", size_bytes cannot be nil.')
|
93
|
+
end
|
94
|
+
|
83
95
|
invalid_properties
|
84
96
|
end
|
85
97
|
|
86
98
|
# Check to see if the all the properties in the model are valid
|
87
99
|
# @return true if the model is valid
|
88
100
|
def valid?
|
101
|
+
return false if @base64_file_contents.nil?
|
102
|
+
return false if @content_type.nil?
|
103
|
+
return false if @size_bytes.nil?
|
89
104
|
true
|
90
105
|
end
|
91
106
|
|