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,16 +15,16 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Options for creating a webhook. Webhooks can be attached to inboxes and MailSlurp will POST a webhook payload to the URL specified whenever the inbox receives an email. Webhooks are great for processing many inbound emails.
|
17
17
|
class CreateWebhookOptions
|
18
|
-
|
18
|
+
# Public URL on your server that MailSlurp can post WebhookNotification payload to when an email is received or an event is trigger. The payload of the submitted JSON is dependent on the webhook event type. The default `EMAIL_RECEIVED` payload is described by `https://api.mailslurp.com/schemas/webhook-payload`. The other events, `NEW_EMAIL`, `NEW_CONTACT`, and `NEW_ATTACHMENT` are described by `https://api.mailslurp.com/schemas/webhook-new-email-payload`, `https://api.mailslurp.com/schemas/webhook-new-contact-payload`,`https://api.mailslurp.com/schemas/webhook-new-attachment-payload` respectively.
|
19
|
+
attr_accessor :url
|
19
20
|
|
20
|
-
|
21
|
-
attr_accessor :event_name
|
21
|
+
attr_accessor :basic_auth
|
22
22
|
|
23
23
|
# Optional name for the webhook
|
24
24
|
attr_accessor :name
|
25
25
|
|
26
|
-
#
|
27
|
-
attr_accessor :
|
26
|
+
# Optional webhook event name. Default is `EMAIL_RECEIVED` and is triggered when an email is received by the inbox associated with the webhook. Payload differ according to the webhook event name. The other events are `NEW_EMAIL`, `NEW_CONTACT`, and `NEW_ATTACHMENT` and `EMAIL_OPENED`. `EMAIL_OPENED` requires the use of tracking pixels when sending. See the email tracking guide for more information.
|
27
|
+
attr_accessor :event_name
|
28
28
|
|
29
29
|
class EnumAttributeValidator
|
30
30
|
attr_reader :datatype
|
@@ -51,20 +51,20 @@ module MailSlurpClient
|
|
51
51
|
# Attribute mapping from ruby-style variable name to JSON key.
|
52
52
|
def self.attribute_map
|
53
53
|
{
|
54
|
+
:'url' => :'url',
|
54
55
|
:'basic_auth' => :'basicAuth',
|
55
|
-
:'event_name' => :'eventName',
|
56
56
|
:'name' => :'name',
|
57
|
-
:'
|
57
|
+
:'event_name' => :'eventName'
|
58
58
|
}
|
59
59
|
end
|
60
60
|
|
61
61
|
# Attribute type mapping.
|
62
62
|
def self.openapi_types
|
63
63
|
{
|
64
|
+
:'url' => :'String',
|
64
65
|
:'basic_auth' => :'BasicAuthOptions',
|
65
|
-
:'event_name' => :'String',
|
66
66
|
:'name' => :'String',
|
67
|
-
:'
|
67
|
+
:'event_name' => :'String'
|
68
68
|
}
|
69
69
|
end
|
70
70
|
|
@@ -89,20 +89,20 @@ module MailSlurpClient
|
|
89
89
|
h[k.to_sym] = v
|
90
90
|
}
|
91
91
|
|
92
|
-
if attributes.key?(:'
|
93
|
-
self.
|
92
|
+
if attributes.key?(:'url')
|
93
|
+
self.url = attributes[:'url']
|
94
94
|
end
|
95
95
|
|
96
|
-
if attributes.key?(:'
|
97
|
-
self.
|
96
|
+
if attributes.key?(:'basic_auth')
|
97
|
+
self.basic_auth = attributes[:'basic_auth']
|
98
98
|
end
|
99
99
|
|
100
100
|
if attributes.key?(:'name')
|
101
101
|
self.name = attributes[:'name']
|
102
102
|
end
|
103
103
|
|
104
|
-
if attributes.key?(:'
|
105
|
-
self.
|
104
|
+
if attributes.key?(:'event_name')
|
105
|
+
self.event_name = attributes[:'event_name']
|
106
106
|
end
|
107
107
|
end
|
108
108
|
|
@@ -110,12 +110,17 @@ module MailSlurpClient
|
|
110
110
|
# @return Array for valid properties with the reasons
|
111
111
|
def list_invalid_properties
|
112
112
|
invalid_properties = Array.new
|
113
|
+
if @url.nil?
|
114
|
+
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
115
|
+
end
|
116
|
+
|
113
117
|
invalid_properties
|
114
118
|
end
|
115
119
|
|
116
120
|
# Check to see if the all the properties in the model are valid
|
117
121
|
# @return true if the model is valid
|
118
122
|
def valid?
|
123
|
+
return false if @url.nil?
|
119
124
|
event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ"])
|
120
125
|
return false unless event_name_validator.valid?(@event_name)
|
121
126
|
true
|
@@ -136,10 +141,10 @@ module MailSlurpClient
|
|
136
141
|
def ==(o)
|
137
142
|
return true if self.equal?(o)
|
138
143
|
self.class == o.class &&
|
144
|
+
url == o.url &&
|
139
145
|
basic_auth == o.basic_auth &&
|
140
|
-
event_name == o.event_name &&
|
141
146
|
name == o.name &&
|
142
|
-
|
147
|
+
event_name == o.event_name
|
143
148
|
end
|
144
149
|
|
145
150
|
# @see the `==` method
|
@@ -151,7 +156,7 @@ module MailSlurpClient
|
|
151
156
|
# Calculates hash code according to all attributes.
|
152
157
|
# @return [Integer] Hash code
|
153
158
|
def hash
|
154
|
-
[
|
159
|
+
[url, basic_auth, name, event_name].hash
|
155
160
|
end
|
156
161
|
|
157
162
|
# 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
|
|
@@ -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,27 +15,27 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Name Server lookup result
|
17
17
|
class DescribeMailServerDomainResult
|
18
|
+
attr_accessor :mx_records
|
19
|
+
|
18
20
|
attr_accessor :domain
|
19
21
|
|
20
22
|
attr_accessor :message
|
21
23
|
|
22
|
-
attr_accessor :mx_records
|
23
|
-
|
24
24
|
# Attribute mapping from ruby-style variable name to JSON key.
|
25
25
|
def self.attribute_map
|
26
26
|
{
|
27
|
+
:'mx_records' => :'mxRecords',
|
27
28
|
:'domain' => :'domain',
|
28
|
-
:'message' => :'message'
|
29
|
-
:'mx_records' => :'mxRecords'
|
29
|
+
:'message' => :'message'
|
30
30
|
}
|
31
31
|
end
|
32
32
|
|
33
33
|
# Attribute type mapping.
|
34
34
|
def self.openapi_types
|
35
35
|
{
|
36
|
+
:'mx_records' => :'Array<NameServerRecord>',
|
36
37
|
:'domain' => :'String',
|
37
|
-
:'message' => :'String'
|
38
|
-
:'mx_records' => :'Array<NameServerRecord>'
|
38
|
+
:'message' => :'String'
|
39
39
|
}
|
40
40
|
end
|
41
41
|
|
@@ -60,6 +60,12 @@ module MailSlurpClient
|
|
60
60
|
h[k.to_sym] = v
|
61
61
|
}
|
62
62
|
|
63
|
+
if attributes.key?(:'mx_records')
|
64
|
+
if (value = attributes[:'mx_records']).is_a?(Array)
|
65
|
+
self.mx_records = value
|
66
|
+
end
|
67
|
+
end
|
68
|
+
|
63
69
|
if attributes.key?(:'domain')
|
64
70
|
self.domain = attributes[:'domain']
|
65
71
|
end
|
@@ -67,34 +73,28 @@ module MailSlurpClient
|
|
67
73
|
if attributes.key?(:'message')
|
68
74
|
self.message = attributes[:'message']
|
69
75
|
end
|
70
|
-
|
71
|
-
if attributes.key?(:'mx_records')
|
72
|
-
if (value = attributes[:'mx_records']).is_a?(Array)
|
73
|
-
self.mx_records = value
|
74
|
-
end
|
75
|
-
end
|
76
76
|
end
|
77
77
|
|
78
78
|
# Show invalid properties with the reasons. Usually used together with valid?
|
79
79
|
# @return Array for valid properties with the reasons
|
80
80
|
def list_invalid_properties
|
81
81
|
invalid_properties = Array.new
|
82
|
-
if @domain.nil?
|
83
|
-
invalid_properties.push('invalid value for "domain", domain cannot be nil.')
|
84
|
-
end
|
85
|
-
|
86
82
|
if @mx_records.nil?
|
87
83
|
invalid_properties.push('invalid value for "mx_records", mx_records cannot be nil.')
|
88
84
|
end
|
89
85
|
|
86
|
+
if @domain.nil?
|
87
|
+
invalid_properties.push('invalid value for "domain", domain cannot be nil.')
|
88
|
+
end
|
89
|
+
|
90
90
|
invalid_properties
|
91
91
|
end
|
92
92
|
|
93
93
|
# Check to see if the all the properties in the model are valid
|
94
94
|
# @return true if the model is valid
|
95
95
|
def valid?
|
96
|
-
return false if @domain.nil?
|
97
96
|
return false if @mx_records.nil?
|
97
|
+
return false if @domain.nil?
|
98
98
|
true
|
99
99
|
end
|
100
100
|
|
@@ -103,9 +103,9 @@ module MailSlurpClient
|
|
103
103
|
def ==(o)
|
104
104
|
return true if self.equal?(o)
|
105
105
|
self.class == o.class &&
|
106
|
+
mx_records == o.mx_records &&
|
106
107
|
domain == o.domain &&
|
107
|
-
message == o.message
|
108
|
-
mx_records == o.mx_records
|
108
|
+
message == o.message
|
109
109
|
end
|
110
110
|
|
111
111
|
# @see the `==` method
|
@@ -117,7 +117,7 @@ module MailSlurpClient
|
|
117
117
|
# Calculates hash code according to all attributes.
|
118
118
|
# @return [Integer] Hash code
|
119
119
|
def hash
|
120
|
-
[domain, message
|
120
|
+
[mx_records, domain, message].hash
|
121
121
|
end
|
122
122
|
|
123
123
|
# 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
|
|
@@ -18,12 +18,12 @@ module MailSlurpClient
|
|
18
18
|
# List of record types you wish to query such as MX, DNS, TXT, NS, A etc.
|
19
19
|
attr_accessor :hostname
|
20
20
|
|
21
|
-
# Optionally control whether to omit the final dot in full DNS name values.
|
22
|
-
attr_accessor :omit_final_dns_dot
|
23
|
-
|
24
21
|
# List of record types you wish to query such as MX, DNS, TXT, NS, A etc.
|
25
22
|
attr_accessor :record_types
|
26
23
|
|
24
|
+
# Optionally control whether to omit the final dot in full DNS name values.
|
25
|
+
attr_accessor :omit_final_dns_dot
|
26
|
+
|
27
27
|
class EnumAttributeValidator
|
28
28
|
attr_reader :datatype
|
29
29
|
attr_reader :allowable_values
|
@@ -50,8 +50,8 @@ module MailSlurpClient
|
|
50
50
|
def self.attribute_map
|
51
51
|
{
|
52
52
|
:'hostname' => :'hostname',
|
53
|
-
:'
|
54
|
-
:'
|
53
|
+
:'record_types' => :'recordTypes',
|
54
|
+
:'omit_final_dns_dot' => :'omitFinalDNSDot'
|
55
55
|
}
|
56
56
|
end
|
57
57
|
|
@@ -59,8 +59,8 @@ module MailSlurpClient
|
|
59
59
|
def self.openapi_types
|
60
60
|
{
|
61
61
|
:'hostname' => :'String',
|
62
|
-
:'
|
63
|
-
:'
|
62
|
+
:'record_types' => :'Array<String>',
|
63
|
+
:'omit_final_dns_dot' => :'Boolean'
|
64
64
|
}
|
65
65
|
end
|
66
66
|
|
@@ -89,27 +89,42 @@ module MailSlurpClient
|
|
89
89
|
self.hostname = attributes[:'hostname']
|
90
90
|
end
|
91
91
|
|
92
|
-
if attributes.key?(:'omit_final_dns_dot')
|
93
|
-
self.omit_final_dns_dot = attributes[:'omit_final_dns_dot']
|
94
|
-
end
|
95
|
-
|
96
92
|
if attributes.key?(:'record_types')
|
97
93
|
if (value = attributes[:'record_types']).is_a?(Array)
|
98
94
|
self.record_types = value
|
99
95
|
end
|
100
96
|
end
|
97
|
+
|
98
|
+
if attributes.key?(:'omit_final_dns_dot')
|
99
|
+
self.omit_final_dns_dot = attributes[:'omit_final_dns_dot']
|
100
|
+
end
|
101
101
|
end
|
102
102
|
|
103
103
|
# Show invalid properties with the reasons. Usually used together with valid?
|
104
104
|
# @return Array for valid properties with the reasons
|
105
105
|
def list_invalid_properties
|
106
106
|
invalid_properties = Array.new
|
107
|
+
if @hostname.nil?
|
108
|
+
invalid_properties.push('invalid value for "hostname", hostname cannot be nil.')
|
109
|
+
end
|
110
|
+
|
111
|
+
if @record_types.nil?
|
112
|
+
invalid_properties.push('invalid value for "record_types", record_types cannot be nil.')
|
113
|
+
end
|
114
|
+
|
115
|
+
if @omit_final_dns_dot.nil?
|
116
|
+
invalid_properties.push('invalid value for "omit_final_dns_dot", omit_final_dns_dot cannot be nil.')
|
117
|
+
end
|
118
|
+
|
107
119
|
invalid_properties
|
108
120
|
end
|
109
121
|
|
110
122
|
# Check to see if the all the properties in the model are valid
|
111
123
|
# @return true if the model is valid
|
112
124
|
def valid?
|
125
|
+
return false if @hostname.nil?
|
126
|
+
return false if @record_types.nil?
|
127
|
+
return false if @omit_final_dns_dot.nil?
|
113
128
|
true
|
114
129
|
end
|
115
130
|
|
@@ -119,8 +134,8 @@ module MailSlurpClient
|
|
119
134
|
return true if self.equal?(o)
|
120
135
|
self.class == o.class &&
|
121
136
|
hostname == o.hostname &&
|
122
|
-
|
123
|
-
|
137
|
+
record_types == o.record_types &&
|
138
|
+
omit_final_dns_dot == o.omit_final_dns_dot
|
124
139
|
end
|
125
140
|
|
126
141
|
# @see the `==` method
|
@@ -132,7 +147,7 @@ module MailSlurpClient
|
|
132
147
|
# Calculates hash code according to all attributes.
|
133
148
|
# @return [Integer] Hash code
|
134
149
|
def hash
|
135
|
-
[hostname,
|
150
|
+
[hostname, record_types, omit_final_dns_dot].hash
|
136
151
|
end
|
137
152
|
|
138
153
|
# 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,14 +15,15 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# DNS lookup result. Includes record type, time to live, raw response, and name value for the name server response.
|
17
17
|
class DNSLookupResult
|
18
|
-
|
19
|
-
|
20
|
-
attr_accessor :record_entries
|
21
|
-
|
18
|
+
# Domain Name Server Record Types
|
22
19
|
attr_accessor :record_type
|
23
20
|
|
24
21
|
attr_accessor :ttl
|
25
22
|
|
23
|
+
attr_accessor :record_entries
|
24
|
+
|
25
|
+
attr_accessor :name
|
26
|
+
|
26
27
|
class EnumAttributeValidator
|
27
28
|
attr_reader :datatype
|
28
29
|
attr_reader :allowable_values
|
@@ -48,20 +49,20 @@ module MailSlurpClient
|
|
48
49
|
# Attribute mapping from ruby-style variable name to JSON key.
|
49
50
|
def self.attribute_map
|
50
51
|
{
|
51
|
-
:'name' => :'name',
|
52
|
-
:'record_entries' => :'recordEntries',
|
53
52
|
:'record_type' => :'recordType',
|
54
|
-
:'ttl' => :'ttl'
|
53
|
+
:'ttl' => :'ttl',
|
54
|
+
:'record_entries' => :'recordEntries',
|
55
|
+
:'name' => :'name'
|
55
56
|
}
|
56
57
|
end
|
57
58
|
|
58
59
|
# Attribute type mapping.
|
59
60
|
def self.openapi_types
|
60
61
|
{
|
61
|
-
:'name' => :'String',
|
62
|
-
:'record_entries' => :'Array<String>',
|
63
62
|
:'record_type' => :'String',
|
64
|
-
:'ttl' => :'Integer'
|
63
|
+
:'ttl' => :'Integer',
|
64
|
+
:'record_entries' => :'Array<String>',
|
65
|
+
:'name' => :'String'
|
65
66
|
}
|
66
67
|
end
|
67
68
|
|
@@ -86,8 +87,12 @@ module MailSlurpClient
|
|
86
87
|
h[k.to_sym] = v
|
87
88
|
}
|
88
89
|
|
89
|
-
if attributes.key?(:'
|
90
|
-
self.
|
90
|
+
if attributes.key?(:'record_type')
|
91
|
+
self.record_type = attributes[:'record_type']
|
92
|
+
end
|
93
|
+
|
94
|
+
if attributes.key?(:'ttl')
|
95
|
+
self.ttl = attributes[:'ttl']
|
91
96
|
end
|
92
97
|
|
93
98
|
if attributes.key?(:'record_entries')
|
@@ -96,12 +101,8 @@ module MailSlurpClient
|
|
96
101
|
end
|
97
102
|
end
|
98
103
|
|
99
|
-
if attributes.key?(:'
|
100
|
-
self.
|
101
|
-
end
|
102
|
-
|
103
|
-
if attributes.key?(:'ttl')
|
104
|
-
self.ttl = attributes[:'ttl']
|
104
|
+
if attributes.key?(:'name')
|
105
|
+
self.name = attributes[:'name']
|
105
106
|
end
|
106
107
|
end
|
107
108
|
|
@@ -109,14 +110,6 @@ 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
113
|
if @record_type.nil?
|
121
114
|
invalid_properties.push('invalid value for "record_type", record_type cannot be nil.')
|
122
115
|
end
|
@@ -125,18 +118,26 @@ module MailSlurpClient
|
|
125
118
|
invalid_properties.push('invalid value for "ttl", ttl cannot be nil.')
|
126
119
|
end
|
127
120
|
|
121
|
+
if @record_entries.nil?
|
122
|
+
invalid_properties.push('invalid value for "record_entries", record_entries cannot be nil.')
|
123
|
+
end
|
124
|
+
|
125
|
+
if @name.nil?
|
126
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
127
|
+
end
|
128
|
+
|
128
129
|
invalid_properties
|
129
130
|
end
|
130
131
|
|
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)
|
139
138
|
return false if @ttl.nil?
|
139
|
+
return false if @record_entries.nil?
|
140
|
+
return false if @name.nil?
|
140
141
|
true
|
141
142
|
end
|
142
143
|
|
@@ -155,10 +156,10 @@ module MailSlurpClient
|
|
155
156
|
def ==(o)
|
156
157
|
return true if self.equal?(o)
|
157
158
|
self.class == o.class &&
|
158
|
-
name == o.name &&
|
159
|
-
record_entries == o.record_entries &&
|
160
159
|
record_type == o.record_type &&
|
161
|
-
ttl == o.ttl
|
160
|
+
ttl == o.ttl &&
|
161
|
+
record_entries == o.record_entries &&
|
162
|
+
name == o.name
|
162
163
|
end
|
163
164
|
|
164
165
|
# @see the `==` method
|
@@ -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
|
-
[
|
174
|
+
[record_type, ttl, record_entries, name].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
|
|