mailslurp_client 15.0.5 → 15.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mailslurp_client/api/alias_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/attachment_controller_api.rb +4 -4
- data/lib/mailslurp_client/api/bounce_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/bulk_actions_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/common_actions_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/contact_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/domain_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/email_controller_api.rb +17 -14
- data/lib/mailslurp_client/api/expired_controller_api.rb +10 -10
- data/lib/mailslurp_client/api/export_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/form_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/group_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/inbox_controller_api.rb +95 -95
- data/lib/mailslurp_client/api/inbox_forwarder_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/inbox_ruleset_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/mail_server_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/missed_email_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/sent_emails_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/template_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/tracking_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/wait_for_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/webhook_controller_api.rb +1 -1
- data/lib/mailslurp_client/api_client.rb +1 -1
- data/lib/mailslurp_client/api_error.rb +1 -1
- data/lib/mailslurp_client/configuration.rb +5 -5
- data/lib/mailslurp_client/models/abstract_webhook_payload.rb +16 -1
- data/lib/mailslurp_client/models/alias_dto.rb +40 -14
- data/lib/mailslurp_client/models/alias_projection.rb +41 -11
- data/lib/mailslurp_client/models/attachment_entity.rb +21 -1
- data/lib/mailslurp_client/models/attachment_meta_data.rb +21 -1
- data/lib/mailslurp_client/models/attachment_projection.rb +44 -24
- data/lib/mailslurp_client/models/basic_auth_options.rb +11 -1
- data/lib/mailslurp_client/models/bounce_projection.rb +11 -1
- data/lib/mailslurp_client/models/bounce_recipient.rb +21 -1
- data/lib/mailslurp_client/models/bounced_email_dto.rb +21 -1
- data/lib/mailslurp_client/models/bounced_recipient_dto.rb +16 -1
- data/lib/mailslurp_client/models/bulk_send_email_options.rb +6 -1
- data/lib/mailslurp_client/models/condition_option.rb +11 -1
- data/lib/mailslurp_client/models/contact_dto.rb +21 -1
- data/lib/mailslurp_client/models/contact_projection.rb +24 -14
- data/lib/mailslurp_client/models/content_match_options.rb +6 -1
- data/lib/mailslurp_client/models/count_dto.rb +6 -1
- data/lib/mailslurp_client/models/create_alias_options.rb +11 -1
- data/lib/mailslurp_client/models/create_contact_options.rb +1 -1
- data/lib/mailslurp_client/models/create_domain_options.rb +1 -1
- data/lib/mailslurp_client/models/create_group_options.rb +6 -1
- data/lib/mailslurp_client/models/create_inbox_dto.rb +1 -1
- data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +11 -1
- data/lib/mailslurp_client/models/create_inbox_ruleset_options.rb +16 -1
- data/lib/mailslurp_client/models/create_template_options.rb +11 -1
- data/lib/mailslurp_client/models/create_tracking_pixel_options.rb +1 -1
- data/lib/mailslurp_client/models/create_webhook_options.rb +6 -1
- data/lib/mailslurp_client/models/describe_domain_options.rb +1 -1
- data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +11 -1
- data/lib/mailslurp_client/models/dns_lookup_options.rb +6 -1
- data/lib/mailslurp_client/models/dns_lookup_result.rb +21 -1
- data/lib/mailslurp_client/models/dns_lookup_results.rb +6 -1
- data/lib/mailslurp_client/models/domain_dto.rb +65 -14
- data/lib/mailslurp_client/models/domain_name_record.rb +21 -1
- data/lib/mailslurp_client/models/domain_preview.rb +33 -8
- data/lib/mailslurp_client/models/download_attachment_dto.rb +16 -1
- data/lib/mailslurp_client/models/email.rb +55 -14
- data/lib/mailslurp_client/models/email_analysis.rb +1 -1
- data/lib/mailslurp_client/models/email_content_match_result.rb +11 -1
- data/lib/mailslurp_client/models/email_links_result.rb +11 -1
- data/lib/mailslurp_client/models/email_preview.rb +16 -1
- data/lib/mailslurp_client/models/email_projection.rb +64 -44
- data/lib/mailslurp_client/models/email_recipients.rb +1 -1
- data/lib/mailslurp_client/models/email_text_lines_result.rb +11 -1
- data/lib/mailslurp_client/models/email_verification_result.rb +34 -14
- data/lib/mailslurp_client/models/expiration_defaults.rb +11 -1
- data/lib/mailslurp_client/models/expired_inbox_dto.rb +16 -1
- data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +21 -1
- data/lib/mailslurp_client/models/export_link.rb +6 -1
- data/lib/mailslurp_client/models/export_options.rb +6 -1
- data/lib/mailslurp_client/models/flush_expired_inboxes_result.rb +11 -1
- data/lib/mailslurp_client/models/forward_email_options.rb +1 -1
- data/lib/mailslurp_client/models/gravatar_url.rb +11 -1
- data/lib/mailslurp_client/models/group_contacts_dto.rb +11 -1
- data/lib/mailslurp_client/models/group_dto.rb +16 -1
- data/lib/mailslurp_client/models/group_projection.rb +16 -1
- data/lib/mailslurp_client/models/html_validation_result.rb +30 -14
- data/lib/mailslurp_client/models/inbox_dto.rb +26 -1
- data/lib/mailslurp_client/models/inbox_exists_dto.rb +6 -1
- data/lib/mailslurp_client/models/inbox_forwarder_dto.rb +31 -1
- data/lib/mailslurp_client/models/inbox_forwarder_test_options.rb +6 -1
- data/lib/mailslurp_client/models/inbox_forwarder_test_result.rb +11 -1
- data/lib/mailslurp_client/models/inbox_preview.rb +21 -1
- data/lib/mailslurp_client/models/inbox_ruleset_dto.rb +36 -1
- data/lib/mailslurp_client/models/inbox_ruleset_test_options.rb +6 -1
- data/lib/mailslurp_client/models/inbox_ruleset_test_result.rb +11 -1
- data/lib/mailslurp_client/models/inline_object.rb +1 -1
- data/lib/mailslurp_client/models/ip_address_result.rb +11 -1
- data/lib/mailslurp_client/models/json_schema_dto.rb +6 -1
- data/lib/mailslurp_client/models/match_option.rb +11 -1
- data/lib/mailslurp_client/models/match_options.rb +1 -1
- data/lib/mailslurp_client/models/missed_email.rb +36 -1
- data/lib/mailslurp_client/models/missed_email_projection.rb +11 -1
- data/lib/mailslurp_client/models/name_server_record.rb +21 -1
- data/lib/mailslurp_client/models/organization_inbox_projection.rb +26 -1
- data/lib/mailslurp_client/models/page_alias.rb +30 -21
- data/lib/mailslurp_client/models/page_attachment_entity.rb +30 -21
- data/lib/mailslurp_client/models/page_bounced_email.rb +30 -21
- data/lib/mailslurp_client/models/page_bounced_recipients.rb +30 -21
- data/lib/mailslurp_client/models/page_contact_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_email_preview.rb +30 -21
- data/lib/mailslurp_client/models/page_email_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_group_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +30 -21
- data/lib/mailslurp_client/models/page_inbox_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +30 -21
- data/lib/mailslurp_client/models/page_missed_email_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_sent_email_projection.rb +42 -3
- data/lib/mailslurp_client/models/page_template_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_thread_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_webhook_projection.rb +30 -21
- data/lib/mailslurp_client/models/page_webhook_result.rb +30 -21
- data/lib/mailslurp_client/models/{pageable.rb → pageable_object.rb} +4 -4
- data/lib/mailslurp_client/models/raw_email_json.rb +6 -1
- data/lib/mailslurp_client/models/recipient.rb +11 -1
- data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +25 -14
- data/lib/mailslurp_client/models/reply_to_email_options.rb +25 -14
- data/lib/mailslurp_client/models/send_email_options.rb +13 -3
- data/lib/mailslurp_client/models/sender.rb +11 -1
- data/lib/mailslurp_client/models/sent_email_dto.rb +34 -14
- data/lib/mailslurp_client/models/sent_email_projection.rb +57 -17
- data/lib/mailslurp_client/models/set_inbox_favourited_options.rb +6 -1
- data/lib/mailslurp_client/models/simple_send_email_options.rb +6 -1
- data/lib/mailslurp_client/models/sort.rb +1 -1
- data/lib/mailslurp_client/models/template_dto.rb +26 -1
- data/lib/mailslurp_client/models/template_projection.rb +36 -11
- data/lib/mailslurp_client/models/template_variable.rb +11 -1
- data/lib/mailslurp_client/models/test_new_inbox_forwarder_options.rb +11 -1
- data/lib/mailslurp_client/models/test_new_inbox_ruleset_options.rb +11 -1
- data/lib/mailslurp_client/models/thread_projection.rb +52 -17
- data/lib/mailslurp_client/models/tracking_pixel_dto.rb +26 -1
- data/lib/mailslurp_client/models/tracking_pixel_projection.rb +21 -1
- data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +24 -14
- data/lib/mailslurp_client/models/unread_count.rb +6 -1
- data/lib/mailslurp_client/models/unseen_error_count_dto.rb +6 -1
- data/lib/mailslurp_client/models/update_alias_options.rb +1 -1
- data/lib/mailslurp_client/models/update_domain_options.rb +1 -1
- data/lib/mailslurp_client/models/update_group_contacts.rb +6 -1
- data/lib/mailslurp_client/models/update_inbox_options.rb +1 -1
- data/lib/mailslurp_client/models/upload_attachment_options.rb +1 -1
- data/lib/mailslurp_client/models/validation_dto.rb +11 -1
- data/lib/mailslurp_client/models/validation_message.rb +6 -1
- data/lib/mailslurp_client/models/verify_email_address_options.rb +6 -1
- data/lib/mailslurp_client/models/wait_for_conditions.rb +11 -1
- data/lib/mailslurp_client/models/webhook_dto.rb +46 -1
- data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +41 -1
- data/lib/mailslurp_client/models/webhook_email_read_payload.rb +36 -1
- data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +36 -1
- data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +36 -1
- data/lib/mailslurp_client/models/webhook_new_email_payload.rb +56 -1
- data/lib/mailslurp_client/models/webhook_projection.rb +42 -17
- data/lib/mailslurp_client/models/webhook_redrive_result.rb +11 -1
- data/lib/mailslurp_client/models/webhook_result_dto.rb +51 -1
- data/lib/mailslurp_client/models/webhook_test_request.rb +16 -1
- data/lib/mailslurp_client/models/webhook_test_response.rb +1 -1
- data/lib/mailslurp_client/models/webhook_test_result.rb +11 -1
- data/lib/mailslurp_client/version.rb +2 -2
- data/lib/mailslurp_client.rb +2 -2
- metadata +2 -2
@@ -4,7 +4,7 @@
|
|
4
4
|
#MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 6.5.2
|
7
|
-
|
7
|
+
Contact: contact@mailslurp.dev
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
10
10
|
|
@@ -68,12 +68,22 @@ module MailSlurpClient
|
|
68
68
|
# @return Array for valid properties with the reasons
|
69
69
|
def list_invalid_properties
|
70
70
|
invalid_properties = Array.new
|
71
|
+
if @url.nil?
|
72
|
+
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
73
|
+
end
|
74
|
+
|
75
|
+
if @hash.nil?
|
76
|
+
invalid_properties.push('invalid value for "hash", hash cannot be nil.')
|
77
|
+
end
|
78
|
+
|
71
79
|
invalid_properties
|
72
80
|
end
|
73
81
|
|
74
82
|
# Check to see if the all the properties in the model are valid
|
75
83
|
# @return true if the model is valid
|
76
84
|
def valid?
|
85
|
+
return false if @url.nil?
|
86
|
+
return false if @hash.nil?
|
77
87
|
true
|
78
88
|
end
|
79
89
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 6.5.2
|
7
|
-
|
7
|
+
Contact: contact@mailslurp.dev
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
10
10
|
|
@@ -70,12 +70,22 @@ module MailSlurpClient
|
|
70
70
|
# @return Array for valid properties with the reasons
|
71
71
|
def list_invalid_properties
|
72
72
|
invalid_properties = Array.new
|
73
|
+
if @group.nil?
|
74
|
+
invalid_properties.push('invalid value for "group", group cannot be nil.')
|
75
|
+
end
|
76
|
+
|
77
|
+
if @contacts.nil?
|
78
|
+
invalid_properties.push('invalid value for "contacts", contacts cannot be nil.')
|
79
|
+
end
|
80
|
+
|
73
81
|
invalid_properties
|
74
82
|
end
|
75
83
|
|
76
84
|
# Check to see if the all the properties in the model are valid
|
77
85
|
# @return true if the model is valid
|
78
86
|
def valid?
|
87
|
+
return false if @group.nil?
|
88
|
+
return false if @contacts.nil?
|
79
89
|
true
|
80
90
|
end
|
81
91
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 6.5.2
|
7
|
-
|
7
|
+
Contact: contact@mailslurp.dev
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
10
10
|
|
@@ -84,12 +84,27 @@ module MailSlurpClient
|
|
84
84
|
# @return Array for valid properties with the reasons
|
85
85
|
def list_invalid_properties
|
86
86
|
invalid_properties = Array.new
|
87
|
+
if @id.nil?
|
88
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
89
|
+
end
|
90
|
+
|
91
|
+
if @name.nil?
|
92
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
93
|
+
end
|
94
|
+
|
95
|
+
if @created_at.nil?
|
96
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
97
|
+
end
|
98
|
+
|
87
99
|
invalid_properties
|
88
100
|
end
|
89
101
|
|
90
102
|
# Check to see if the all the properties in the model are valid
|
91
103
|
# @return true if the model is valid
|
92
104
|
def valid?
|
105
|
+
return false if @id.nil?
|
106
|
+
return false if @name.nil?
|
107
|
+
return false if @created_at.nil?
|
93
108
|
true
|
94
109
|
end
|
95
110
|
|
@@ -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
|
|
@@ -84,12 +84,27 @@ module MailSlurpClient
|
|
84
84
|
# @return Array for valid properties with the reasons
|
85
85
|
def list_invalid_properties
|
86
86
|
invalid_properties = Array.new
|
87
|
+
if @name.nil?
|
88
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
89
|
+
end
|
90
|
+
|
91
|
+
if @id.nil?
|
92
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
93
|
+
end
|
94
|
+
|
95
|
+
if @created_at.nil?
|
96
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
97
|
+
end
|
98
|
+
|
87
99
|
invalid_properties
|
88
100
|
end
|
89
101
|
|
90
102
|
# Check to see if the all the properties in the model are valid
|
91
103
|
# @return true if the model is valid
|
92
104
|
def valid?
|
105
|
+
return false if @name.nil?
|
106
|
+
return false if @id.nil?
|
107
|
+
return false if @created_at.nil?
|
93
108
|
true
|
94
109
|
end
|
95
110
|
|
@@ -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,29 +15,30 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# HTML Validation Results
|
17
17
|
class HTMLValidationResult
|
18
|
+
# Is HTML validation result valid
|
19
|
+
attr_accessor :is_valid
|
20
|
+
|
18
21
|
# Optional errors resulting from HTML validation
|
19
22
|
attr_accessor :errors
|
20
23
|
|
21
24
|
# Optional warnings resulting from HTML validation
|
22
25
|
attr_accessor :warnings
|
23
26
|
|
24
|
-
attr_accessor :valid
|
25
|
-
|
26
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
27
28
|
def self.attribute_map
|
28
29
|
{
|
30
|
+
:'is_valid' => :'isValid',
|
29
31
|
:'errors' => :'errors',
|
30
|
-
:'warnings' => :'warnings'
|
31
|
-
:'valid' => :'valid'
|
32
|
+
:'warnings' => :'warnings'
|
32
33
|
}
|
33
34
|
end
|
34
35
|
|
35
36
|
# Attribute type mapping.
|
36
37
|
def self.openapi_types
|
37
38
|
{
|
39
|
+
:'is_valid' => :'Boolean',
|
38
40
|
:'errors' => :'Array<ValidationMessage>',
|
39
|
-
:'warnings' => :'Array<ValidationMessage>'
|
40
|
-
:'valid' => :'Boolean'
|
41
|
+
:'warnings' => :'Array<ValidationMessage>'
|
41
42
|
}
|
42
43
|
end
|
43
44
|
|
@@ -62,6 +63,10 @@ module MailSlurpClient
|
|
62
63
|
h[k.to_sym] = v
|
63
64
|
}
|
64
65
|
|
66
|
+
if attributes.key?(:'is_valid')
|
67
|
+
self.is_valid = attributes[:'is_valid']
|
68
|
+
end
|
69
|
+
|
65
70
|
if attributes.key?(:'errors')
|
66
71
|
if (value = attributes[:'errors']).is_a?(Array)
|
67
72
|
self.errors = value
|
@@ -73,22 +78,33 @@ module MailSlurpClient
|
|
73
78
|
self.warnings = value
|
74
79
|
end
|
75
80
|
end
|
76
|
-
|
77
|
-
if attributes.key?(:'valid')
|
78
|
-
self.valid = attributes[:'valid']
|
79
|
-
end
|
80
81
|
end
|
81
82
|
|
82
83
|
# Show invalid properties with the reasons. Usually used together with valid?
|
83
84
|
# @return Array for valid properties with the reasons
|
84
85
|
def list_invalid_properties
|
85
86
|
invalid_properties = Array.new
|
87
|
+
if @is_valid.nil?
|
88
|
+
invalid_properties.push('invalid value for "is_valid", is_valid cannot be nil.')
|
89
|
+
end
|
90
|
+
|
91
|
+
if @errors.nil?
|
92
|
+
invalid_properties.push('invalid value for "errors", errors cannot be nil.')
|
93
|
+
end
|
94
|
+
|
95
|
+
if @warnings.nil?
|
96
|
+
invalid_properties.push('invalid value for "warnings", warnings cannot be nil.')
|
97
|
+
end
|
98
|
+
|
86
99
|
invalid_properties
|
87
100
|
end
|
88
101
|
|
89
102
|
# Check to see if the all the properties in the model are valid
|
90
103
|
# @return true if the model is valid
|
91
104
|
def valid?
|
105
|
+
return false if @is_valid.nil?
|
106
|
+
return false if @errors.nil?
|
107
|
+
return false if @warnings.nil?
|
92
108
|
true
|
93
109
|
end
|
94
110
|
|
@@ -97,9 +113,9 @@ module MailSlurpClient
|
|
97
113
|
def ==(o)
|
98
114
|
return true if self.equal?(o)
|
99
115
|
self.class == o.class &&
|
116
|
+
is_valid == o.is_valid &&
|
100
117
|
errors == o.errors &&
|
101
|
-
warnings == o.warnings
|
102
|
-
valid == o.valid
|
118
|
+
warnings == o.warnings
|
103
119
|
end
|
104
120
|
|
105
121
|
# @see the `==` method
|
@@ -111,7 +127,7 @@ module MailSlurpClient
|
|
111
127
|
# Calculates hash code according to all attributes.
|
112
128
|
# @return [Integer] Hash code
|
113
129
|
def hash
|
114
|
-
[errors, warnings
|
130
|
+
[is_valid, errors, warnings].hash
|
115
131
|
end
|
116
132
|
|
117
133
|
# 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
|
|
@@ -176,14 +176,39 @@ module MailSlurpClient
|
|
176
176
|
# @return Array for valid properties with the reasons
|
177
177
|
def list_invalid_properties
|
178
178
|
invalid_properties = Array.new
|
179
|
+
if @id.nil?
|
180
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
181
|
+
end
|
182
|
+
|
183
|
+
if @created_at.nil?
|
184
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
185
|
+
end
|
186
|
+
|
187
|
+
if @email_address.nil?
|
188
|
+
invalid_properties.push('invalid value for "email_address", email_address cannot be nil.')
|
189
|
+
end
|
190
|
+
|
191
|
+
if @favourite.nil?
|
192
|
+
invalid_properties.push('invalid value for "favourite", favourite cannot be nil.')
|
193
|
+
end
|
194
|
+
|
195
|
+
if @read_only.nil?
|
196
|
+
invalid_properties.push('invalid value for "read_only", read_only cannot be nil.')
|
197
|
+
end
|
198
|
+
|
179
199
|
invalid_properties
|
180
200
|
end
|
181
201
|
|
182
202
|
# Check to see if the all the properties in the model are valid
|
183
203
|
# @return true if the model is valid
|
184
204
|
def valid?
|
205
|
+
return false if @id.nil?
|
206
|
+
return false if @created_at.nil?
|
207
|
+
return false if @email_address.nil?
|
208
|
+
return false if @favourite.nil?
|
185
209
|
inbox_type_validator = EnumAttributeValidator.new('String', ["HTTP_INBOX", "SMTP_INBOX"])
|
186
210
|
return false unless inbox_type_validator.valid?(@inbox_type)
|
211
|
+
return false if @read_only.nil?
|
187
212
|
true
|
188
213
|
end
|
189
214
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 6.5.2
|
7
|
-
|
7
|
+
Contact: contact@mailslurp.dev
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
10
10
|
|
@@ -60,12 +60,17 @@ module MailSlurpClient
|
|
60
60
|
# @return Array for valid properties with the reasons
|
61
61
|
def list_invalid_properties
|
62
62
|
invalid_properties = Array.new
|
63
|
+
if @exists.nil?
|
64
|
+
invalid_properties.push('invalid value for "exists", exists cannot be nil.')
|
65
|
+
end
|
66
|
+
|
63
67
|
invalid_properties
|
64
68
|
end
|
65
69
|
|
66
70
|
# Check to see if the all the properties in the model are valid
|
67
71
|
# @return true if the model is valid
|
68
72
|
def valid?
|
73
|
+
return false if @exists.nil?
|
69
74
|
true
|
70
75
|
end
|
71
76
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 6.5.2
|
7
|
-
|
7
|
+
Contact: contact@mailslurp.dev
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
10
10
|
|
@@ -124,14 +124,44 @@ module MailSlurpClient
|
|
124
124
|
# @return Array for valid properties with the reasons
|
125
125
|
def list_invalid_properties
|
126
126
|
invalid_properties = Array.new
|
127
|
+
if @id.nil?
|
128
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
129
|
+
end
|
130
|
+
|
131
|
+
if @inbox_id.nil?
|
132
|
+
invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
|
133
|
+
end
|
134
|
+
|
135
|
+
if @field.nil?
|
136
|
+
invalid_properties.push('invalid value for "field", field cannot be nil.')
|
137
|
+
end
|
138
|
+
|
139
|
+
if @match.nil?
|
140
|
+
invalid_properties.push('invalid value for "match", match cannot be nil.')
|
141
|
+
end
|
142
|
+
|
143
|
+
if @forward_to_recipients.nil?
|
144
|
+
invalid_properties.push('invalid value for "forward_to_recipients", forward_to_recipients cannot be nil.')
|
145
|
+
end
|
146
|
+
|
147
|
+
if @created_at.nil?
|
148
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
149
|
+
end
|
150
|
+
|
127
151
|
invalid_properties
|
128
152
|
end
|
129
153
|
|
130
154
|
# Check to see if the all the properties in the model are valid
|
131
155
|
# @return true if the model is valid
|
132
156
|
def valid?
|
157
|
+
return false if @id.nil?
|
158
|
+
return false if @inbox_id.nil?
|
159
|
+
return false if @field.nil?
|
133
160
|
field_validator = EnumAttributeValidator.new('String', ["RECIPIENTS", "SENDER", "SUBJECT", "ATTACHMENTS"])
|
134
161
|
return false unless field_validator.valid?(@field)
|
162
|
+
return false if @match.nil?
|
163
|
+
return false if @forward_to_recipients.nil?
|
164
|
+
return false if @created_at.nil?
|
135
165
|
true
|
136
166
|
end
|
137
167
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 6.5.2
|
7
|
-
|
7
|
+
Contact: contact@mailslurp.dev
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
10
10
|
|
@@ -60,12 +60,17 @@ module MailSlurpClient
|
|
60
60
|
# @return Array for valid properties with the reasons
|
61
61
|
def list_invalid_properties
|
62
62
|
invalid_properties = Array.new
|
63
|
+
if @test_value.nil?
|
64
|
+
invalid_properties.push('invalid value for "test_value", test_value cannot be nil.')
|
65
|
+
end
|
66
|
+
|
63
67
|
invalid_properties
|
64
68
|
end
|
65
69
|
|
66
70
|
# Check to see if the all the properties in the model are valid
|
67
71
|
# @return true if the model is valid
|
68
72
|
def valid?
|
73
|
+
return false if @test_value.nil?
|
69
74
|
true
|
70
75
|
end
|
71
76
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 6.5.2
|
7
|
-
|
7
|
+
Contact: contact@mailslurp.dev
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
10
10
|
|
@@ -70,12 +70,22 @@ module MailSlurpClient
|
|
70
70
|
# @return Array for valid properties with the reasons
|
71
71
|
def list_invalid_properties
|
72
72
|
invalid_properties = Array.new
|
73
|
+
if @matches.nil?
|
74
|
+
invalid_properties.push('invalid value for "matches", matches cannot be nil.')
|
75
|
+
end
|
76
|
+
|
77
|
+
if @does_match.nil?
|
78
|
+
invalid_properties.push('invalid value for "does_match", does_match cannot be nil.')
|
79
|
+
end
|
80
|
+
|
73
81
|
invalid_properties
|
74
82
|
end
|
75
83
|
|
76
84
|
# Check to see if the all the properties in the model are valid
|
77
85
|
# @return true if the model is valid
|
78
86
|
def valid?
|
87
|
+
return false if @matches.nil?
|
88
|
+
return false if @does_match.nil?
|
79
89
|
true
|
80
90
|
end
|
81
91
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 6.5.2
|
7
|
-
|
7
|
+
Contact: contact@mailslurp.dev
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
10
10
|
|
@@ -157,12 +157,32 @@ module MailSlurpClient
|
|
157
157
|
# @return Array for valid properties with the reasons
|
158
158
|
def list_invalid_properties
|
159
159
|
invalid_properties = Array.new
|
160
|
+
if @id.nil?
|
161
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
162
|
+
end
|
163
|
+
|
164
|
+
if @created_at.nil?
|
165
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
166
|
+
end
|
167
|
+
|
168
|
+
if @favourite.nil?
|
169
|
+
invalid_properties.push('invalid value for "favourite", favourite cannot be nil.')
|
170
|
+
end
|
171
|
+
|
172
|
+
if @team_access.nil?
|
173
|
+
invalid_properties.push('invalid value for "team_access", team_access cannot be nil.')
|
174
|
+
end
|
175
|
+
|
160
176
|
invalid_properties
|
161
177
|
end
|
162
178
|
|
163
179
|
# Check to see if the all the properties in the model are valid
|
164
180
|
# @return true if the model is valid
|
165
181
|
def valid?
|
182
|
+
return false if @id.nil?
|
183
|
+
return false if @created_at.nil?
|
184
|
+
return false if @favourite.nil?
|
185
|
+
return false if @team_access.nil?
|
166
186
|
inbox_type_validator = EnumAttributeValidator.new('String', ["HTTP_INBOX", "SMTP_INBOX"])
|
167
187
|
return false unless inbox_type_validator.valid?(@inbox_type)
|
168
188
|
true
|
@@ -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
|
|
@@ -130,18 +130,53 @@ module MailSlurpClient
|
|
130
130
|
# @return Array for valid properties with the reasons
|
131
131
|
def list_invalid_properties
|
132
132
|
invalid_properties = Array.new
|
133
|
+
if @id.nil?
|
134
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
135
|
+
end
|
136
|
+
|
137
|
+
if @inbox_id.nil?
|
138
|
+
invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
|
139
|
+
end
|
140
|
+
|
141
|
+
if @scope.nil?
|
142
|
+
invalid_properties.push('invalid value for "scope", scope cannot be nil.')
|
143
|
+
end
|
144
|
+
|
145
|
+
if @action.nil?
|
146
|
+
invalid_properties.push('invalid value for "action", action cannot be nil.')
|
147
|
+
end
|
148
|
+
|
149
|
+
if @target.nil?
|
150
|
+
invalid_properties.push('invalid value for "target", target cannot be nil.')
|
151
|
+
end
|
152
|
+
|
153
|
+
if @handler.nil?
|
154
|
+
invalid_properties.push('invalid value for "handler", handler cannot be nil.')
|
155
|
+
end
|
156
|
+
|
157
|
+
if @created_at.nil?
|
158
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
159
|
+
end
|
160
|
+
|
133
161
|
invalid_properties
|
134
162
|
end
|
135
163
|
|
136
164
|
# Check to see if the all the properties in the model are valid
|
137
165
|
# @return true if the model is valid
|
138
166
|
def valid?
|
167
|
+
return false if @id.nil?
|
168
|
+
return false if @inbox_id.nil?
|
169
|
+
return false if @scope.nil?
|
139
170
|
scope_validator = EnumAttributeValidator.new('String', ["RECEIVING_EMAILS", "SENDING_EMAILS"])
|
140
171
|
return false unless scope_validator.valid?(@scope)
|
172
|
+
return false if @action.nil?
|
141
173
|
action_validator = EnumAttributeValidator.new('String', ["BLOCK", "ALLOW", "FILTER_REMOVE"])
|
142
174
|
return false unless action_validator.valid?(@action)
|
175
|
+
return false if @target.nil?
|
176
|
+
return false if @handler.nil?
|
143
177
|
handler_validator = EnumAttributeValidator.new('String', ["EXCEPTION"])
|
144
178
|
return false unless handler_validator.valid?(@handler)
|
179
|
+
return false if @created_at.nil?
|
145
180
|
true
|
146
181
|
end
|
147
182
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 6.5.2
|
7
|
-
|
7
|
+
Contact: contact@mailslurp.dev
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
10
10
|
|
@@ -60,12 +60,17 @@ module MailSlurpClient
|
|
60
60
|
# @return Array for valid properties with the reasons
|
61
61
|
def list_invalid_properties
|
62
62
|
invalid_properties = Array.new
|
63
|
+
if @test_target.nil?
|
64
|
+
invalid_properties.push('invalid value for "test_target", test_target cannot be nil.')
|
65
|
+
end
|
66
|
+
|
63
67
|
invalid_properties
|
64
68
|
end
|
65
69
|
|
66
70
|
# Check to see if the all the properties in the model are valid
|
67
71
|
# @return true if the model is valid
|
68
72
|
def valid?
|
73
|
+
return false if @test_target.nil?
|
69
74
|
true
|
70
75
|
end
|
71
76
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 6.5.2
|
7
|
-
|
7
|
+
Contact: contact@mailslurp.dev
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.3.1
|
10
10
|
|
@@ -71,12 +71,22 @@ module MailSlurpClient
|
|
71
71
|
# @return Array for valid properties with the reasons
|
72
72
|
def list_invalid_properties
|
73
73
|
invalid_properties = Array.new
|
74
|
+
if @ruleset_matches.nil?
|
75
|
+
invalid_properties.push('invalid value for "ruleset_matches", ruleset_matches cannot be nil.')
|
76
|
+
end
|
77
|
+
|
78
|
+
if @matches.nil?
|
79
|
+
invalid_properties.push('invalid value for "matches", matches cannot be nil.')
|
80
|
+
end
|
81
|
+
|
74
82
|
invalid_properties
|
75
83
|
end
|
76
84
|
|
77
85
|
# Check to see if the all the properties in the model are valid
|
78
86
|
# @return true if the model is valid
|
79
87
|
def valid?
|
88
|
+
return false if @ruleset_matches.nil?
|
89
|
+
return false if @matches.nil?
|
80
90
|
true
|
81
91
|
end
|
82
92
|
|
@@ -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
|
|
@@ -69,12 +69,22 @@ module MailSlurpClient
|
|
69
69
|
# @return Array for valid properties with the reasons
|
70
70
|
def list_invalid_properties
|
71
71
|
invalid_properties = Array.new
|
72
|
+
if @address.nil?
|
73
|
+
invalid_properties.push('invalid value for "address", address cannot be nil.')
|
74
|
+
end
|
75
|
+
|
76
|
+
if @hostname.nil?
|
77
|
+
invalid_properties.push('invalid value for "hostname", hostname cannot be nil.')
|
78
|
+
end
|
79
|
+
|
72
80
|
invalid_properties
|
73
81
|
end
|
74
82
|
|
75
83
|
# Check to see if the all the properties in the model are valid
|
76
84
|
# @return true if the model is valid
|
77
85
|
def valid?
|
86
|
+
return false if @address.nil?
|
87
|
+
return false if @hostname.nil?
|
78
88
|
true
|
79
89
|
end
|
80
90
|
|