mailslurp_client 16.2.1 → 16.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mailslurp_client/api/ai_controller_api.rb +193 -79
- data/lib/mailslurp_client/api/attachment_controller_api.rb +6 -3
- data/lib/mailslurp_client/api/email_controller_api.rb +3 -0
- data/lib/mailslurp_client/api/form_controller_api.rb +8 -9
- data/lib/mailslurp_client/api/inbox_controller_api.rb +28 -2
- data/lib/mailslurp_client/api/mfa_controller_api.rb +73 -9
- data/lib/mailslurp_client/api/sms_controller_api.rb +3 -0
- data/lib/mailslurp_client/api/webhook_controller_api.rb +63 -9
- data/lib/mailslurp_client/models/abstract_webhook_payload.rb +2 -2
- data/lib/mailslurp_client/models/{ai_tranform_create_options.rb → ai_transform_create_options.rb} +31 -7
- data/lib/mailslurp_client/models/ai_transform_dto.rb +1 -0
- data/lib/mailslurp_client/models/ai_transform_mapping_dto.rb +18 -9
- data/lib/mailslurp_client/models/ai_transform_mapping_projection.rb +15 -6
- data/lib/mailslurp_client/models/ai_transform_projection.rb +16 -1
- data/lib/mailslurp_client/models/ai_transform_result_dto.rb +5 -1
- data/lib/mailslurp_client/models/{ai_transform_result_projection.rb → ai_transform_result_projection_dto.rb} +56 -53
- data/lib/mailslurp_client/models/conditional_structured_content_result.rb +221 -0
- data/lib/mailslurp_client/models/create_ai_transformer_mapping_options.rb +5 -10
- data/lib/mailslurp_client/models/create_domain_options.rb +19 -0
- data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +19 -0
- data/lib/mailslurp_client/models/create_inbox_replier_options.rb +19 -0
- data/lib/mailslurp_client/models/create_inbox_ruleset_options.rb +2 -2
- data/lib/mailslurp_client/models/create_totp_device_base32_secret_key_options.rb +306 -0
- data/lib/mailslurp_client/models/create_totp_device_custom_options.rb +306 -0
- data/lib/mailslurp_client/models/create_totp_device_otp_auth_url_options.rb +35 -0
- data/lib/mailslurp_client/models/create_webhook_options.rb +2 -2
- data/lib/mailslurp_client/models/describe_domain_options.rb +19 -0
- data/lib/mailslurp_client/models/dns_lookup_options.rb +19 -0
- data/lib/mailslurp_client/models/email_projection.rb +11 -11
- data/lib/mailslurp_client/models/email_thread_projection.rb +10 -10
- data/lib/mailslurp_client/models/entity_automation_item_projection.rb +10 -10
- data/lib/mailslurp_client/models/expiration_defaults.rb +1 -0
- data/lib/mailslurp_client/models/fake_email_dto.rb +1 -0
- data/lib/mailslurp_client/models/generate_structured_content_attachment_options.rb +1 -0
- data/lib/mailslurp_client/models/generate_structured_content_email_options.rb +1 -0
- data/lib/mailslurp_client/models/generate_structured_content_sms_options.rb +1 -0
- data/lib/mailslurp_client/models/inbox_exists_dto.rb +26 -4
- data/lib/mailslurp_client/models/inbox_ruleset_dto.rb +2 -2
- data/lib/mailslurp_client/models/inline_object.rb +58 -12
- data/lib/mailslurp_client/models/inline_object1.rb +211 -0
- data/lib/mailslurp_client/models/invoke_transformer_options.rb +329 -0
- data/lib/mailslurp_client/models/match_option.rb +19 -0
- data/lib/mailslurp_client/models/missed_email_dto.rb +1 -0
- data/lib/mailslurp_client/models/page_ai_transform_result_projection.rb +1 -1
- data/lib/mailslurp_client/models/phone_message_thread_item_projection.rb +19 -19
- data/lib/mailslurp_client/models/phone_message_thread_projection.rb +0 -10
- data/lib/mailslurp_client/models/sent_email_projection.rb +15 -30
- data/lib/mailslurp_client/models/sms_match_option.rb +19 -0
- data/lib/mailslurp_client/models/sms_preview.rb +4 -0
- data/lib/mailslurp_client/models/structured_output_schema.rb +12 -9
- data/lib/mailslurp_client/models/update_inbox_replier_options.rb +19 -0
- data/lib/mailslurp_client/models/upload_attachment_options.rb +19 -0
- data/lib/mailslurp_client/models/webhook_bounce_payload.rb +2 -2
- data/lib/mailslurp_client/models/webhook_bounce_recipient_payload.rb +2 -2
- data/lib/mailslurp_client/models/webhook_delivery_status_payload.rb +2 -2
- data/lib/mailslurp_client/models/webhook_dto.rb +2 -2
- data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +2 -2
- data/lib/mailslurp_client/models/webhook_email_read_payload.rb +2 -2
- data/lib/mailslurp_client/models/webhook_new_ai_transform_result_payload.rb +389 -0
- data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +2 -2
- data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +2 -2
- data/lib/mailslurp_client/models/webhook_new_email_payload.rb +2 -2
- data/lib/mailslurp_client/models/webhook_new_sms_payload.rb +2 -2
- data/lib/mailslurp_client/models/webhook_projection.rb +2 -2
- data/lib/mailslurp_client/models/webhook_result_dto.rb +2 -2
- data/lib/mailslurp_client/version.rb +1 -1
- data/lib/mailslurp_client.rb +8 -2
- metadata +10 -4
@@ -186,7 +186,7 @@ module MailSlurpClient
|
|
186
186
|
# @return true if the model is valid
|
187
187
|
def valid?
|
188
188
|
return false if @url.nil?
|
189
|
-
event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ", "DELIVERY_STATUS", "BOUNCE", "BOUNCE_RECIPIENT", "NEW_SMS", "NEW_GUEST_USER"])
|
189
|
+
event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_AI_TRANSFORM_RESULT", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ", "DELIVERY_STATUS", "BOUNCE", "BOUNCE_RECIPIENT", "NEW_SMS", "NEW_GUEST_USER"])
|
190
190
|
return false unless event_name_validator.valid?(@event_name)
|
191
191
|
true
|
192
192
|
end
|
@@ -194,7 +194,7 @@ module MailSlurpClient
|
|
194
194
|
# Custom attribute writer method checking allowed values (enum).
|
195
195
|
# @param [Object] event_name Object to be assigned
|
196
196
|
def event_name=(event_name)
|
197
|
-
validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ", "DELIVERY_STATUS", "BOUNCE", "BOUNCE_RECIPIENT", "NEW_SMS", "NEW_GUEST_USER"])
|
197
|
+
validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_AI_TRANSFORM_RESULT", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ", "DELIVERY_STATUS", "BOUNCE", "BOUNCE_RECIPIENT", "NEW_SMS", "NEW_GUEST_USER"])
|
198
198
|
unless validator.valid?(event_name)
|
199
199
|
fail ArgumentError, "invalid value for \"event_name\", must be one of #{validator.allowable_values}."
|
200
200
|
end
|
@@ -65,6 +65,10 @@ module MailSlurpClient
|
|
65
65
|
invalid_properties.push('invalid value for "domain", domain cannot be nil.')
|
66
66
|
end
|
67
67
|
|
68
|
+
if @domain.to_s.length < 1
|
69
|
+
invalid_properties.push('invalid value for "domain", the character length must be great than or equal to 1.')
|
70
|
+
end
|
71
|
+
|
68
72
|
invalid_properties
|
69
73
|
end
|
70
74
|
|
@@ -72,9 +76,24 @@ module MailSlurpClient
|
|
72
76
|
# @return true if the model is valid
|
73
77
|
def valid?
|
74
78
|
return false if @domain.nil?
|
79
|
+
return false if @domain.to_s.length < 1
|
75
80
|
true
|
76
81
|
end
|
77
82
|
|
83
|
+
# Custom attribute writer method with validation
|
84
|
+
# @param [Object] domain Value to be assigned
|
85
|
+
def domain=(domain)
|
86
|
+
if domain.nil?
|
87
|
+
fail ArgumentError, 'domain cannot be nil'
|
88
|
+
end
|
89
|
+
|
90
|
+
if domain.to_s.length < 1
|
91
|
+
fail ArgumentError, 'invalid value for "domain", the character length must be great than or equal to 1.'
|
92
|
+
end
|
93
|
+
|
94
|
+
@domain = domain
|
95
|
+
end
|
96
|
+
|
78
97
|
# Checks equality by comparing each attribute.
|
79
98
|
# @param [Object] Object to be compared
|
80
99
|
def ==(o)
|
@@ -108,6 +108,10 @@ module MailSlurpClient
|
|
108
108
|
invalid_properties.push('invalid value for "hostname", hostname cannot be nil.')
|
109
109
|
end
|
110
110
|
|
111
|
+
if @hostname.to_s.length < 1
|
112
|
+
invalid_properties.push('invalid value for "hostname", the character length must be great than or equal to 1.')
|
113
|
+
end
|
114
|
+
|
111
115
|
if @record_types.nil?
|
112
116
|
invalid_properties.push('invalid value for "record_types", record_types cannot be nil.')
|
113
117
|
end
|
@@ -123,11 +127,26 @@ module MailSlurpClient
|
|
123
127
|
# @return true if the model is valid
|
124
128
|
def valid?
|
125
129
|
return false if @hostname.nil?
|
130
|
+
return false if @hostname.to_s.length < 1
|
126
131
|
return false if @record_types.nil?
|
127
132
|
return false if @omit_final_dns_dot.nil?
|
128
133
|
true
|
129
134
|
end
|
130
135
|
|
136
|
+
# Custom attribute writer method with validation
|
137
|
+
# @param [Object] hostname Value to be assigned
|
138
|
+
def hostname=(hostname)
|
139
|
+
if hostname.nil?
|
140
|
+
fail ArgumentError, 'hostname cannot be nil'
|
141
|
+
end
|
142
|
+
|
143
|
+
if hostname.to_s.length < 1
|
144
|
+
fail ArgumentError, 'invalid value for "hostname", the character length must be great than or equal to 1.'
|
145
|
+
end
|
146
|
+
|
147
|
+
@hostname = hostname
|
148
|
+
end
|
149
|
+
|
131
150
|
# Checks equality by comparing each attribute.
|
132
151
|
# @param [Object] Object to be compared
|
133
152
|
def ==(o)
|
@@ -15,10 +15,10 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# A compact representation of a full email. Used in list endpoints to keep response sizes low. Body and attachments are not included. To get all fields of the email use the `getEmail` method with the email projection's ID. See `EmailDto` for documentation on projection properties.
|
17
17
|
class EmailProjection
|
18
|
-
attr_accessor :sender
|
19
|
-
|
20
18
|
attr_accessor :recipients
|
21
19
|
|
20
|
+
attr_accessor :sender
|
21
|
+
|
22
22
|
attr_accessor :attachments
|
23
23
|
|
24
24
|
attr_accessor :inbox_id
|
@@ -66,8 +66,8 @@ module MailSlurpClient
|
|
66
66
|
# Attribute mapping from ruby-style variable name to JSON key.
|
67
67
|
def self.attribute_map
|
68
68
|
{
|
69
|
-
:'sender' => :'sender',
|
70
69
|
:'recipients' => :'recipients',
|
70
|
+
:'sender' => :'sender',
|
71
71
|
:'attachments' => :'attachments',
|
72
72
|
:'inbox_id' => :'inboxId',
|
73
73
|
:'created_at' => :'createdAt',
|
@@ -96,8 +96,8 @@ module MailSlurpClient
|
|
96
96
|
# Attribute type mapping.
|
97
97
|
def self.openapi_types
|
98
98
|
{
|
99
|
-
:'sender' => :'Sender',
|
100
99
|
:'recipients' => :'EmailRecipients',
|
100
|
+
:'sender' => :'Sender',
|
101
101
|
:'attachments' => :'Array<String>',
|
102
102
|
:'inbox_id' => :'String',
|
103
103
|
:'created_at' => :'DateTime',
|
@@ -126,8 +126,8 @@ module MailSlurpClient
|
|
126
126
|
# List of attributes with nullable: true
|
127
127
|
def self.openapi_nullable
|
128
128
|
Set.new([
|
129
|
-
:'sender',
|
130
129
|
:'recipients',
|
130
|
+
:'sender',
|
131
131
|
:'attachments',
|
132
132
|
:'cc',
|
133
133
|
:'bcc',
|
@@ -162,14 +162,14 @@ module MailSlurpClient
|
|
162
162
|
h[k.to_sym] = v
|
163
163
|
}
|
164
164
|
|
165
|
-
if attributes.key?(:'sender')
|
166
|
-
self.sender = attributes[:'sender']
|
167
|
-
end
|
168
|
-
|
169
165
|
if attributes.key?(:'recipients')
|
170
166
|
self.recipients = attributes[:'recipients']
|
171
167
|
end
|
172
168
|
|
169
|
+
if attributes.key?(:'sender')
|
170
|
+
self.sender = attributes[:'sender']
|
171
|
+
end
|
172
|
+
|
173
173
|
if attributes.key?(:'attachments')
|
174
174
|
if (value = attributes[:'attachments']).is_a?(Array)
|
175
175
|
self.attachments = value
|
@@ -317,8 +317,8 @@ module MailSlurpClient
|
|
317
317
|
def ==(o)
|
318
318
|
return true if self.equal?(o)
|
319
319
|
self.class == o.class &&
|
320
|
-
sender == o.sender &&
|
321
320
|
recipients == o.recipients &&
|
321
|
+
sender == o.sender &&
|
322
322
|
attachments == o.attachments &&
|
323
323
|
inbox_id == o.inbox_id &&
|
324
324
|
created_at == o.created_at &&
|
@@ -352,7 +352,7 @@ module MailSlurpClient
|
|
352
352
|
# Calculates hash code according to all attributes.
|
353
353
|
# @return [Integer] Hash code
|
354
354
|
def hash
|
355
|
-
[
|
355
|
+
[recipients, sender, attachments, inbox_id, created_at, to, cc, bcc, message_id, domain_id, favourite, plus_address, size_bytes, in_reply_to, read, body_excerpt, text_excerpt, body_part_content_types, body_md5_hash, team_access, subject, id, thread_id, from].hash
|
356
356
|
end
|
357
357
|
|
358
358
|
# Builds the object from hash
|
@@ -15,10 +15,10 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# An email thread is a message thread created for a email based on Message-ID, In-Reply-To, and References headers
|
17
17
|
class EmailThreadProjection
|
18
|
-
attr_accessor :sender
|
19
|
-
|
20
18
|
attr_accessor :recipients
|
21
19
|
|
20
|
+
attr_accessor :sender
|
21
|
+
|
22
22
|
# Inbox ID
|
23
23
|
attr_accessor :inbox_id
|
24
24
|
|
@@ -75,8 +75,8 @@ module MailSlurpClient
|
|
75
75
|
# Attribute mapping from ruby-style variable name to JSON key.
|
76
76
|
def self.attribute_map
|
77
77
|
{
|
78
|
-
:'sender' => :'sender',
|
79
78
|
:'recipients' => :'recipients',
|
79
|
+
:'sender' => :'sender',
|
80
80
|
:'inbox_id' => :'inboxId',
|
81
81
|
:'user_id' => :'userId',
|
82
82
|
:'updated_at' => :'updatedAt',
|
@@ -101,8 +101,8 @@ module MailSlurpClient
|
|
101
101
|
# Attribute type mapping.
|
102
102
|
def self.openapi_types
|
103
103
|
{
|
104
|
-
:'sender' => :'SenderProjection',
|
105
104
|
:'recipients' => :'EmailRecipientsProjection',
|
105
|
+
:'sender' => :'SenderProjection',
|
106
106
|
:'inbox_id' => :'String',
|
107
107
|
:'user_id' => :'String',
|
108
108
|
:'updated_at' => :'DateTime',
|
@@ -145,14 +145,14 @@ module MailSlurpClient
|
|
145
145
|
h[k.to_sym] = v
|
146
146
|
}
|
147
147
|
|
148
|
-
if attributes.key?(:'sender')
|
149
|
-
self.sender = attributes[:'sender']
|
150
|
-
end
|
151
|
-
|
152
148
|
if attributes.key?(:'recipients')
|
153
149
|
self.recipients = attributes[:'recipients']
|
154
150
|
end
|
155
151
|
|
152
|
+
if attributes.key?(:'sender')
|
153
|
+
self.sender = attributes[:'sender']
|
154
|
+
end
|
155
|
+
|
156
156
|
if attributes.key?(:'inbox_id')
|
157
157
|
self.inbox_id = attributes[:'inbox_id']
|
158
158
|
end
|
@@ -290,8 +290,8 @@ module MailSlurpClient
|
|
290
290
|
def ==(o)
|
291
291
|
return true if self.equal?(o)
|
292
292
|
self.class == o.class &&
|
293
|
-
sender == o.sender &&
|
294
293
|
recipients == o.recipients &&
|
294
|
+
sender == o.sender &&
|
295
295
|
inbox_id == o.inbox_id &&
|
296
296
|
user_id == o.user_id &&
|
297
297
|
updated_at == o.updated_at &&
|
@@ -321,7 +321,7 @@ module MailSlurpClient
|
|
321
321
|
# Calculates hash code according to all attributes.
|
322
322
|
# @return [Integer] Hash code
|
323
323
|
def hash
|
324
|
-
[
|
324
|
+
[recipients, sender, inbox_id, user_id, updated_at, created_at, to, cc, bcc, has_attachments, unread, message_count, last_body_excerpt, last_text_excerpt, last_created_at, last_from, last_sender, subject, id, from].hash
|
325
325
|
end
|
326
326
|
|
327
327
|
# Builds the object from hash
|
@@ -16,10 +16,10 @@ module MailSlurpClient
|
|
16
16
|
class EntityAutomationItemProjection
|
17
17
|
attr_accessor :inbox_id
|
18
18
|
|
19
|
-
attr_accessor :phone_id
|
20
|
-
|
21
19
|
attr_accessor :action
|
22
20
|
|
21
|
+
attr_accessor :phone_id
|
22
|
+
|
23
23
|
attr_accessor :automation_type
|
24
24
|
|
25
25
|
attr_accessor :name
|
@@ -52,8 +52,8 @@ module MailSlurpClient
|
|
52
52
|
def self.attribute_map
|
53
53
|
{
|
54
54
|
:'inbox_id' => :'inboxId',
|
55
|
-
:'phone_id' => :'phoneId',
|
56
55
|
:'action' => :'action',
|
56
|
+
:'phone_id' => :'phoneId',
|
57
57
|
:'automation_type' => :'automationType',
|
58
58
|
:'name' => :'name',
|
59
59
|
:'id' => :'id'
|
@@ -64,8 +64,8 @@ module MailSlurpClient
|
|
64
64
|
def self.openapi_types
|
65
65
|
{
|
66
66
|
:'inbox_id' => :'String',
|
67
|
-
:'phone_id' => :'String',
|
68
67
|
:'action' => :'String',
|
68
|
+
:'phone_id' => :'String',
|
69
69
|
:'automation_type' => :'String',
|
70
70
|
:'name' => :'String',
|
71
71
|
:'id' => :'String'
|
@@ -97,14 +97,14 @@ module MailSlurpClient
|
|
97
97
|
self.inbox_id = attributes[:'inbox_id']
|
98
98
|
end
|
99
99
|
|
100
|
-
if attributes.key?(:'phone_id')
|
101
|
-
self.phone_id = attributes[:'phone_id']
|
102
|
-
end
|
103
|
-
|
104
100
|
if attributes.key?(:'action')
|
105
101
|
self.action = attributes[:'action']
|
106
102
|
end
|
107
103
|
|
104
|
+
if attributes.key?(:'phone_id')
|
105
|
+
self.phone_id = attributes[:'phone_id']
|
106
|
+
end
|
107
|
+
|
108
108
|
if attributes.key?(:'automation_type')
|
109
109
|
self.automation_type = attributes[:'automation_type']
|
110
110
|
end
|
@@ -159,8 +159,8 @@ module MailSlurpClient
|
|
159
159
|
return true if self.equal?(o)
|
160
160
|
self.class == o.class &&
|
161
161
|
inbox_id == o.inbox_id &&
|
162
|
-
phone_id == o.phone_id &&
|
163
162
|
action == o.action &&
|
163
|
+
phone_id == o.phone_id &&
|
164
164
|
automation_type == o.automation_type &&
|
165
165
|
name == o.name &&
|
166
166
|
id == o.id
|
@@ -175,7 +175,7 @@ module MailSlurpClient
|
|
175
175
|
# Calculates hash code according to all attributes.
|
176
176
|
# @return [Integer] Hash code
|
177
177
|
def hash
|
178
|
-
[inbox_id,
|
178
|
+
[inbox_id, action, phone_id, automation_type, name, id].hash
|
179
179
|
end
|
180
180
|
|
181
181
|
# Builds the object from hash
|
@@ -17,23 +17,35 @@ module MailSlurpClient
|
|
17
17
|
class InboxExistsDto
|
18
18
|
attr_accessor :exists
|
19
19
|
|
20
|
+
# Inbox is full or simulating a soft bounce via inbox replier or rulesets
|
21
|
+
attr_accessor :soft_bounce
|
22
|
+
|
23
|
+
# Inbox is blocking receiving emails or simulating a hard bounce via inbox replier or rulesets
|
24
|
+
attr_accessor :hard_bounce
|
25
|
+
|
20
26
|
# Attribute mapping from ruby-style variable name to JSON key.
|
21
27
|
def self.attribute_map
|
22
28
|
{
|
23
|
-
:'exists' => :'exists'
|
29
|
+
:'exists' => :'exists',
|
30
|
+
:'soft_bounce' => :'softBounce',
|
31
|
+
:'hard_bounce' => :'hardBounce'
|
24
32
|
}
|
25
33
|
end
|
26
34
|
|
27
35
|
# Attribute type mapping.
|
28
36
|
def self.openapi_types
|
29
37
|
{
|
30
|
-
:'exists' => :'Boolean'
|
38
|
+
:'exists' => :'Boolean',
|
39
|
+
:'soft_bounce' => :'Boolean',
|
40
|
+
:'hard_bounce' => :'Boolean'
|
31
41
|
}
|
32
42
|
end
|
33
43
|
|
34
44
|
# List of attributes with nullable: true
|
35
45
|
def self.openapi_nullable
|
36
46
|
Set.new([
|
47
|
+
:'soft_bounce',
|
48
|
+
:'hard_bounce'
|
37
49
|
])
|
38
50
|
end
|
39
51
|
|
@@ -55,6 +67,14 @@ module MailSlurpClient
|
|
55
67
|
if attributes.key?(:'exists')
|
56
68
|
self.exists = attributes[:'exists']
|
57
69
|
end
|
70
|
+
|
71
|
+
if attributes.key?(:'soft_bounce')
|
72
|
+
self.soft_bounce = attributes[:'soft_bounce']
|
73
|
+
end
|
74
|
+
|
75
|
+
if attributes.key?(:'hard_bounce')
|
76
|
+
self.hard_bounce = attributes[:'hard_bounce']
|
77
|
+
end
|
58
78
|
end
|
59
79
|
|
60
80
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -80,7 +100,9 @@ module MailSlurpClient
|
|
80
100
|
def ==(o)
|
81
101
|
return true if self.equal?(o)
|
82
102
|
self.class == o.class &&
|
83
|
-
exists == o.exists
|
103
|
+
exists == o.exists &&
|
104
|
+
soft_bounce == o.soft_bounce &&
|
105
|
+
hard_bounce == o.hard_bounce
|
84
106
|
end
|
85
107
|
|
86
108
|
# @see the `==` method
|
@@ -92,7 +114,7 @@ module MailSlurpClient
|
|
92
114
|
# Calculates hash code according to all attributes.
|
93
115
|
# @return [Integer] Hash code
|
94
116
|
def hash
|
95
|
-
[exists].hash
|
117
|
+
[exists, soft_bounce, hard_bounce].hash
|
96
118
|
end
|
97
119
|
|
98
120
|
# Builds the object from hash
|
@@ -167,7 +167,7 @@ module MailSlurpClient
|
|
167
167
|
scope_validator = EnumAttributeValidator.new('String', ["RECEIVING_EMAILS", "SENDING_EMAILS"])
|
168
168
|
return false unless scope_validator.valid?(@scope)
|
169
169
|
return false if @action.nil?
|
170
|
-
action_validator = EnumAttributeValidator.new('String', ["BLOCK", "ALLOW", "FILTER_REMOVE"])
|
170
|
+
action_validator = EnumAttributeValidator.new('String', ["BLOCK", "ALLOW", "FILTER_REMOVE", "BOUNCE_SOFT", "BOUNCE_HARD"])
|
171
171
|
return false unless action_validator.valid?(@action)
|
172
172
|
return false if @target.nil?
|
173
173
|
return false if @handler.nil?
|
@@ -190,7 +190,7 @@ module MailSlurpClient
|
|
190
190
|
# Custom attribute writer method checking allowed values (enum).
|
191
191
|
# @param [Object] action Object to be assigned
|
192
192
|
def action=(action)
|
193
|
-
validator = EnumAttributeValidator.new('String', ["BLOCK", "ALLOW", "FILTER_REMOVE"])
|
193
|
+
validator = EnumAttributeValidator.new('String', ["BLOCK", "ALLOW", "FILTER_REMOVE", "BOUNCE_SOFT", "BOUNCE_HARD"])
|
194
194
|
unless validator.valid?(action)
|
195
195
|
fail ArgumentError, "invalid value for \"action\", must be one of #{validator.allowable_values}."
|
196
196
|
end
|
@@ -14,19 +14,45 @@ require 'date'
|
|
14
14
|
|
15
15
|
module MailSlurpClient
|
16
16
|
class InlineObject
|
17
|
-
|
17
|
+
# The email address that submitted form should be sent to.
|
18
|
+
attr_accessor :_to
|
19
|
+
|
20
|
+
# Optional subject of the email that will be sent.
|
21
|
+
attr_accessor :_subject
|
22
|
+
|
23
|
+
# Email address of the submitting user. Include this if you wish to record the submitters email address and reply to it later.
|
24
|
+
attr_accessor :_email_address
|
25
|
+
|
26
|
+
# Optional success message to display if no _redirectTo present.
|
27
|
+
attr_accessor :_success_message
|
28
|
+
|
29
|
+
# Optional but recommended field that catches spammers out. Include as a hidden form field but LEAVE EMPTY. Spam-bots will usually fill every field. If the _spamCheck field is filled the form submission will be ignored.
|
30
|
+
attr_accessor :_spam_check
|
31
|
+
|
32
|
+
# All other parameters or fields will be accepted and attached to the sent email. This includes files and any HTML form field with a name. These fields will become the body of the email that is sent.
|
33
|
+
attr_accessor :other_parameters
|
18
34
|
|
19
35
|
# Attribute mapping from ruby-style variable name to JSON key.
|
20
36
|
def self.attribute_map
|
21
37
|
{
|
22
|
-
:'
|
38
|
+
:'_to' => :'_to',
|
39
|
+
:'_subject' => :'_subject',
|
40
|
+
:'_email_address' => :'_emailAddress',
|
41
|
+
:'_success_message' => :'_successMessage',
|
42
|
+
:'_spam_check' => :'_spamCheck',
|
43
|
+
:'other_parameters' => :'otherParameters'
|
23
44
|
}
|
24
45
|
end
|
25
46
|
|
26
47
|
# Attribute type mapping.
|
27
48
|
def self.openapi_types
|
28
49
|
{
|
29
|
-
:'
|
50
|
+
:'_to' => :'String',
|
51
|
+
:'_subject' => :'String',
|
52
|
+
:'_email_address' => :'String',
|
53
|
+
:'_success_message' => :'String',
|
54
|
+
:'_spam_check' => :'String',
|
55
|
+
:'other_parameters' => :'String'
|
30
56
|
}
|
31
57
|
end
|
32
58
|
|
@@ -51,8 +77,28 @@ module MailSlurpClient
|
|
51
77
|
h[k.to_sym] = v
|
52
78
|
}
|
53
79
|
|
54
|
-
if attributes.key?(:'
|
55
|
-
self.
|
80
|
+
if attributes.key?(:'_to')
|
81
|
+
self._to = attributes[:'_to']
|
82
|
+
end
|
83
|
+
|
84
|
+
if attributes.key?(:'_subject')
|
85
|
+
self._subject = attributes[:'_subject']
|
86
|
+
end
|
87
|
+
|
88
|
+
if attributes.key?(:'_email_address')
|
89
|
+
self._email_address = attributes[:'_email_address']
|
90
|
+
end
|
91
|
+
|
92
|
+
if attributes.key?(:'_success_message')
|
93
|
+
self._success_message = attributes[:'_success_message']
|
94
|
+
end
|
95
|
+
|
96
|
+
if attributes.key?(:'_spam_check')
|
97
|
+
self._spam_check = attributes[:'_spam_check']
|
98
|
+
end
|
99
|
+
|
100
|
+
if attributes.key?(:'other_parameters')
|
101
|
+
self.other_parameters = attributes[:'other_parameters']
|
56
102
|
end
|
57
103
|
end
|
58
104
|
|
@@ -60,17 +106,12 @@ module MailSlurpClient
|
|
60
106
|
# @return Array for valid properties with the reasons
|
61
107
|
def list_invalid_properties
|
62
108
|
invalid_properties = Array.new
|
63
|
-
if @file.nil?
|
64
|
-
invalid_properties.push('invalid value for "file", file cannot be nil.')
|
65
|
-
end
|
66
|
-
|
67
109
|
invalid_properties
|
68
110
|
end
|
69
111
|
|
70
112
|
# Check to see if the all the properties in the model are valid
|
71
113
|
# @return true if the model is valid
|
72
114
|
def valid?
|
73
|
-
return false if @file.nil?
|
74
115
|
true
|
75
116
|
end
|
76
117
|
|
@@ -79,7 +120,12 @@ module MailSlurpClient
|
|
79
120
|
def ==(o)
|
80
121
|
return true if self.equal?(o)
|
81
122
|
self.class == o.class &&
|
82
|
-
|
123
|
+
_to == o._to &&
|
124
|
+
_subject == o._subject &&
|
125
|
+
_email_address == o._email_address &&
|
126
|
+
_success_message == o._success_message &&
|
127
|
+
_spam_check == o._spam_check &&
|
128
|
+
other_parameters == o.other_parameters
|
83
129
|
end
|
84
130
|
|
85
131
|
# @see the `==` method
|
@@ -91,7 +137,7 @@ module MailSlurpClient
|
|
91
137
|
# Calculates hash code according to all attributes.
|
92
138
|
# @return [Integer] Hash code
|
93
139
|
def hash
|
94
|
-
[
|
140
|
+
[_to, _subject, _email_address, _success_message, _spam_check, other_parameters].hash
|
95
141
|
end
|
96
142
|
|
97
143
|
# Builds the object from hash
|