mailslurp_client 15.19.13 → 15.19.16
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/email_controller_api.rb +3 -0
- data/lib/mailslurp_client/api/inbox_controller_api.rb +182 -2
- data/lib/mailslurp_client/models/alias_projection.rb +15 -15
- data/lib/mailslurp_client/models/connector_projection.rb +15 -15
- data/lib/mailslurp_client/models/create_domain_options.rb +1 -1
- data/lib/mailslurp_client/models/imap_access_details.rb +61 -1
- data/lib/mailslurp_client/models/imap_smtp_access_details.rb +61 -1
- data/lib/mailslurp_client/models/imap_smtp_access_servers.rb +254 -0
- data/lib/mailslurp_client/models/inbox_dto.rb +1 -1
- data/lib/mailslurp_client/models/inbox_forwarder_event_projection.rb +11 -11
- data/lib/mailslurp_client/models/inbox_replier_event_projection.rb +11 -11
- data/lib/mailslurp_client/models/page_alias.rb +10 -10
- data/lib/mailslurp_client/models/page_attachment_entity.rb +10 -10
- data/lib/mailslurp_client/models/page_bounced_email.rb +10 -10
- data/lib/mailslurp_client/models/page_bounced_recipients.rb +10 -10
- data/lib/mailslurp_client/models/page_complaint.rb +10 -10
- data/lib/mailslurp_client/models/page_connector.rb +10 -10
- data/lib/mailslurp_client/models/page_connector_sync_events.rb +10 -10
- data/lib/mailslurp_client/models/page_contact_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_delivery_status.rb +10 -10
- data/lib/mailslurp_client/models/page_email_preview.rb +10 -10
- data/lib/mailslurp_client/models/page_email_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_email_validation_request.rb +10 -10
- data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_group_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +10 -10
- data/lib/mailslurp_client/models/page_inbox_forwarder_events.rb +10 -10
- data/lib/mailslurp_client/models/page_inbox_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_inbox_replier_dto.rb +10 -10
- data/lib/mailslurp_client/models/page_inbox_replier_events.rb +10 -10
- data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +10 -10
- data/lib/mailslurp_client/models/page_list_unsubscribe_recipients.rb +10 -10
- data/lib/mailslurp_client/models/page_missed_email_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_phone_number_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_scheduled_jobs.rb +10 -10
- data/lib/mailslurp_client/models/page_sent_email_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_sent_email_with_queue_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_sms_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_template_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_thread_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_webhook_projection.rb +10 -10
- data/lib/mailslurp_client/models/page_webhook_result.rb +10 -10
- data/lib/mailslurp_client/models/sent_email_projection.rb +15 -15
- data/lib/mailslurp_client/models/server_endpoints.rb +255 -0
- data/lib/mailslurp_client/models/thread_projection.rb +16 -16
- data/lib/mailslurp_client/models/tracking_pixel_projection.rb +13 -13
- data/lib/mailslurp_client/models/update_imap_access_options.rb +220 -0
- data/lib/mailslurp_client/models/update_smtp_access_options.rb +220 -0
- data/lib/mailslurp_client/version.rb +1 -1
- data/lib/mailslurp_client.rb +4 -0
- metadata +6 -2
@@ -27,14 +27,14 @@ module MailSlurpClient
|
|
27
27
|
|
28
28
|
attr_accessor :number_of_elements
|
29
29
|
|
30
|
-
attr_accessor :first
|
31
|
-
|
32
30
|
attr_accessor :size
|
33
31
|
|
34
32
|
attr_accessor :number
|
35
33
|
|
36
34
|
attr_accessor :sort
|
37
35
|
|
36
|
+
attr_accessor :first
|
37
|
+
|
38
38
|
attr_accessor :empty
|
39
39
|
|
40
40
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -46,10 +46,10 @@ module MailSlurpClient
|
|
46
46
|
:'total_elements' => :'totalElements',
|
47
47
|
:'last' => :'last',
|
48
48
|
:'number_of_elements' => :'numberOfElements',
|
49
|
-
:'first' => :'first',
|
50
49
|
:'size' => :'size',
|
51
50
|
:'number' => :'number',
|
52
51
|
:'sort' => :'sort',
|
52
|
+
:'first' => :'first',
|
53
53
|
:'empty' => :'empty'
|
54
54
|
}
|
55
55
|
end
|
@@ -63,10 +63,10 @@ module MailSlurpClient
|
|
63
63
|
:'total_elements' => :'Integer',
|
64
64
|
:'last' => :'Boolean',
|
65
65
|
:'number_of_elements' => :'Integer',
|
66
|
-
:'first' => :'Boolean',
|
67
66
|
:'size' => :'Integer',
|
68
67
|
:'number' => :'Integer',
|
69
68
|
:'sort' => :'SortObject',
|
69
|
+
:'first' => :'Boolean',
|
70
70
|
:'empty' => :'Boolean'
|
71
71
|
}
|
72
72
|
end
|
@@ -118,10 +118,6 @@ module MailSlurpClient
|
|
118
118
|
self.number_of_elements = attributes[:'number_of_elements']
|
119
119
|
end
|
120
120
|
|
121
|
-
if attributes.key?(:'first')
|
122
|
-
self.first = attributes[:'first']
|
123
|
-
end
|
124
|
-
|
125
121
|
if attributes.key?(:'size')
|
126
122
|
self.size = attributes[:'size']
|
127
123
|
end
|
@@ -134,6 +130,10 @@ module MailSlurpClient
|
|
134
130
|
self.sort = attributes[:'sort']
|
135
131
|
end
|
136
132
|
|
133
|
+
if attributes.key?(:'first')
|
134
|
+
self.first = attributes[:'first']
|
135
|
+
end
|
136
|
+
|
137
137
|
if attributes.key?(:'empty')
|
138
138
|
self.empty = attributes[:'empty']
|
139
139
|
end
|
@@ -173,10 +173,10 @@ module MailSlurpClient
|
|
173
173
|
total_elements == o.total_elements &&
|
174
174
|
last == o.last &&
|
175
175
|
number_of_elements == o.number_of_elements &&
|
176
|
-
first == o.first &&
|
177
176
|
size == o.size &&
|
178
177
|
number == o.number &&
|
179
178
|
sort == o.sort &&
|
179
|
+
first == o.first &&
|
180
180
|
empty == o.empty
|
181
181
|
end
|
182
182
|
|
@@ -189,7 +189,7 @@ module MailSlurpClient
|
|
189
189
|
# Calculates hash code according to all attributes.
|
190
190
|
# @return [Integer] Hash code
|
191
191
|
def hash
|
192
|
-
[content, pageable, total_pages, total_elements, last, number_of_elements,
|
192
|
+
[content, pageable, total_pages, total_elements, last, number_of_elements, size, number, sort, first, empty].hash
|
193
193
|
end
|
194
194
|
|
195
195
|
# Builds the object from hash
|
@@ -22,10 +22,10 @@ module MailSlurpClient
|
|
22
22
|
|
23
23
|
attr_accessor :attachments
|
24
24
|
|
25
|
-
attr_accessor :user_id
|
26
|
-
|
27
25
|
attr_accessor :inbox_id
|
28
26
|
|
27
|
+
attr_accessor :user_id
|
28
|
+
|
29
29
|
attr_accessor :to
|
30
30
|
|
31
31
|
attr_accessor :bcc
|
@@ -45,8 +45,8 @@ module MailSlurpClient
|
|
45
45
|
:'from' => :'from',
|
46
46
|
:'subject' => :'subject',
|
47
47
|
:'attachments' => :'attachments',
|
48
|
-
:'user_id' => :'userId',
|
49
48
|
:'inbox_id' => :'inboxId',
|
49
|
+
:'user_id' => :'userId',
|
50
50
|
:'to' => :'to',
|
51
51
|
:'bcc' => :'bcc',
|
52
52
|
:'cc' => :'cc',
|
@@ -63,8 +63,8 @@ module MailSlurpClient
|
|
63
63
|
:'from' => :'String',
|
64
64
|
:'subject' => :'String',
|
65
65
|
:'attachments' => :'Array<String>',
|
66
|
-
:'user_id' => :'String',
|
67
66
|
:'inbox_id' => :'String',
|
67
|
+
:'user_id' => :'String',
|
68
68
|
:'to' => :'Array<String>',
|
69
69
|
:'bcc' => :'Array<String>',
|
70
70
|
:'cc' => :'Array<String>',
|
@@ -113,14 +113,14 @@ module MailSlurpClient
|
|
113
113
|
end
|
114
114
|
end
|
115
115
|
|
116
|
-
if attributes.key?(:'user_id')
|
117
|
-
self.user_id = attributes[:'user_id']
|
118
|
-
end
|
119
|
-
|
120
116
|
if attributes.key?(:'inbox_id')
|
121
117
|
self.inbox_id = attributes[:'inbox_id']
|
122
118
|
end
|
123
119
|
|
120
|
+
if attributes.key?(:'user_id')
|
121
|
+
self.user_id = attributes[:'user_id']
|
122
|
+
end
|
123
|
+
|
124
124
|
if attributes.key?(:'to')
|
125
125
|
if (value = attributes[:'to']).is_a?(Array)
|
126
126
|
self.to = value
|
@@ -164,14 +164,14 @@ module MailSlurpClient
|
|
164
164
|
invalid_properties.push('invalid value for "attachments", attachments cannot be nil.')
|
165
165
|
end
|
166
166
|
|
167
|
-
if @user_id.nil?
|
168
|
-
invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
|
169
|
-
end
|
170
|
-
|
171
167
|
if @inbox_id.nil?
|
172
168
|
invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
|
173
169
|
end
|
174
170
|
|
171
|
+
if @user_id.nil?
|
172
|
+
invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
|
173
|
+
end
|
174
|
+
|
175
175
|
if @to.nil?
|
176
176
|
invalid_properties.push('invalid value for "to", to cannot be nil.')
|
177
177
|
end
|
@@ -200,8 +200,8 @@ module MailSlurpClient
|
|
200
200
|
def valid?
|
201
201
|
return false if @id.nil?
|
202
202
|
return false if @attachments.nil?
|
203
|
-
return false if @user_id.nil?
|
204
203
|
return false if @inbox_id.nil?
|
204
|
+
return false if @user_id.nil?
|
205
205
|
return false if @to.nil?
|
206
206
|
return false if @bcc.nil?
|
207
207
|
return false if @cc.nil?
|
@@ -219,8 +219,8 @@ module MailSlurpClient
|
|
219
219
|
from == o.from &&
|
220
220
|
subject == o.subject &&
|
221
221
|
attachments == o.attachments &&
|
222
|
-
user_id == o.user_id &&
|
223
222
|
inbox_id == o.inbox_id &&
|
223
|
+
user_id == o.user_id &&
|
224
224
|
to == o.to &&
|
225
225
|
bcc == o.bcc &&
|
226
226
|
cc == o.cc &&
|
@@ -238,7 +238,7 @@ module MailSlurpClient
|
|
238
238
|
# Calculates hash code according to all attributes.
|
239
239
|
# @return [Integer] Hash code
|
240
240
|
def hash
|
241
|
-
[id, from, subject, attachments,
|
241
|
+
[id, from, subject, attachments, inbox_id, user_id, to, bcc, cc, created_at, body_md5_hash, virtual_send].hash
|
242
242
|
end
|
243
243
|
|
244
244
|
# Builds the object from hash
|
@@ -0,0 +1,255 @@
|
|
1
|
+
=begin
|
2
|
+
#MailSlurp API
|
3
|
+
|
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://docs.mailslurp.com/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 6.5.2
|
7
|
+
Contact: contact@mailslurp.dev
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module MailSlurpClient
|
16
|
+
class ServerEndpoints
|
17
|
+
attr_accessor :host
|
18
|
+
|
19
|
+
attr_accessor :port
|
20
|
+
|
21
|
+
attr_accessor :tls
|
22
|
+
|
23
|
+
attr_accessor :alt_ports
|
24
|
+
|
25
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
26
|
+
def self.attribute_map
|
27
|
+
{
|
28
|
+
:'host' => :'host',
|
29
|
+
:'port' => :'port',
|
30
|
+
:'tls' => :'tls',
|
31
|
+
:'alt_ports' => :'altPorts'
|
32
|
+
}
|
33
|
+
end
|
34
|
+
|
35
|
+
# Attribute type mapping.
|
36
|
+
def self.openapi_types
|
37
|
+
{
|
38
|
+
:'host' => :'String',
|
39
|
+
:'port' => :'Integer',
|
40
|
+
:'tls' => :'Boolean',
|
41
|
+
:'alt_ports' => :'Array<Integer>'
|
42
|
+
}
|
43
|
+
end
|
44
|
+
|
45
|
+
# List of attributes with nullable: true
|
46
|
+
def self.openapi_nullable
|
47
|
+
Set.new([
|
48
|
+
])
|
49
|
+
end
|
50
|
+
|
51
|
+
# Initializes the object
|
52
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
53
|
+
def initialize(attributes = {})
|
54
|
+
if (!attributes.is_a?(Hash))
|
55
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `MailSlurpClient::ServerEndpoints` initialize method"
|
56
|
+
end
|
57
|
+
|
58
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
59
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
60
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
61
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `MailSlurpClient::ServerEndpoints`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
62
|
+
end
|
63
|
+
h[k.to_sym] = v
|
64
|
+
}
|
65
|
+
|
66
|
+
if attributes.key?(:'host')
|
67
|
+
self.host = attributes[:'host']
|
68
|
+
end
|
69
|
+
|
70
|
+
if attributes.key?(:'port')
|
71
|
+
self.port = attributes[:'port']
|
72
|
+
end
|
73
|
+
|
74
|
+
if attributes.key?(:'tls')
|
75
|
+
self.tls = attributes[:'tls']
|
76
|
+
end
|
77
|
+
|
78
|
+
if attributes.key?(:'alt_ports')
|
79
|
+
if (value = attributes[:'alt_ports']).is_a?(Array)
|
80
|
+
self.alt_ports = value
|
81
|
+
end
|
82
|
+
end
|
83
|
+
end
|
84
|
+
|
85
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
86
|
+
# @return Array for valid properties with the reasons
|
87
|
+
def list_invalid_properties
|
88
|
+
invalid_properties = Array.new
|
89
|
+
if @host.nil?
|
90
|
+
invalid_properties.push('invalid value for "host", host cannot be nil.')
|
91
|
+
end
|
92
|
+
|
93
|
+
if @port.nil?
|
94
|
+
invalid_properties.push('invalid value for "port", port cannot be nil.')
|
95
|
+
end
|
96
|
+
|
97
|
+
if @tls.nil?
|
98
|
+
invalid_properties.push('invalid value for "tls", tls cannot be nil.')
|
99
|
+
end
|
100
|
+
|
101
|
+
if @alt_ports.nil?
|
102
|
+
invalid_properties.push('invalid value for "alt_ports", alt_ports cannot be nil.')
|
103
|
+
end
|
104
|
+
|
105
|
+
invalid_properties
|
106
|
+
end
|
107
|
+
|
108
|
+
# Check to see if the all the properties in the model are valid
|
109
|
+
# @return true if the model is valid
|
110
|
+
def valid?
|
111
|
+
return false if @host.nil?
|
112
|
+
return false if @port.nil?
|
113
|
+
return false if @tls.nil?
|
114
|
+
return false if @alt_ports.nil?
|
115
|
+
true
|
116
|
+
end
|
117
|
+
|
118
|
+
# Checks equality by comparing each attribute.
|
119
|
+
# @param [Object] Object to be compared
|
120
|
+
def ==(o)
|
121
|
+
return true if self.equal?(o)
|
122
|
+
self.class == o.class &&
|
123
|
+
host == o.host &&
|
124
|
+
port == o.port &&
|
125
|
+
tls == o.tls &&
|
126
|
+
alt_ports == o.alt_ports
|
127
|
+
end
|
128
|
+
|
129
|
+
# @see the `==` method
|
130
|
+
# @param [Object] Object to be compared
|
131
|
+
def eql?(o)
|
132
|
+
self == o
|
133
|
+
end
|
134
|
+
|
135
|
+
# Calculates hash code according to all attributes.
|
136
|
+
# @return [Integer] Hash code
|
137
|
+
def hash
|
138
|
+
[host, port, tls, alt_ports].hash
|
139
|
+
end
|
140
|
+
|
141
|
+
# Builds the object from hash
|
142
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
143
|
+
# @return [Object] Returns the model itself
|
144
|
+
def self.build_from_hash(attributes)
|
145
|
+
new.build_from_hash(attributes)
|
146
|
+
end
|
147
|
+
|
148
|
+
# Builds the object from hash
|
149
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
150
|
+
# @return [Object] Returns the model itself
|
151
|
+
def build_from_hash(attributes)
|
152
|
+
return nil unless attributes.is_a?(Hash)
|
153
|
+
self.class.openapi_types.each_pair do |key, type|
|
154
|
+
if type =~ /\AArray<(.*)>/i
|
155
|
+
# check to ensure the input is an array given that the attribute
|
156
|
+
# is documented as an array but the input is not
|
157
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
158
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
159
|
+
end
|
160
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
161
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
162
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
163
|
+
end
|
164
|
+
|
165
|
+
self
|
166
|
+
end
|
167
|
+
|
168
|
+
# Deserializes the data based on type
|
169
|
+
# @param string type Data type
|
170
|
+
# @param string value Value to be deserialized
|
171
|
+
# @return [Object] Deserialized data
|
172
|
+
def _deserialize(type, value)
|
173
|
+
case type.to_sym
|
174
|
+
when :DateTime
|
175
|
+
DateTime.parse(value)
|
176
|
+
when :Date
|
177
|
+
Date.parse(value)
|
178
|
+
when :String
|
179
|
+
value.to_s
|
180
|
+
when :Integer
|
181
|
+
value.to_i
|
182
|
+
when :Float
|
183
|
+
value.to_f
|
184
|
+
when :Boolean
|
185
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
186
|
+
true
|
187
|
+
else
|
188
|
+
false
|
189
|
+
end
|
190
|
+
when :Object
|
191
|
+
# generic object (usually a Hash), return directly
|
192
|
+
value
|
193
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
194
|
+
inner_type = Regexp.last_match[:inner_type]
|
195
|
+
value.map { |v| _deserialize(inner_type, v) }
|
196
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
197
|
+
k_type = Regexp.last_match[:k_type]
|
198
|
+
v_type = Regexp.last_match[:v_type]
|
199
|
+
{}.tap do |hash|
|
200
|
+
value.each do |k, v|
|
201
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
202
|
+
end
|
203
|
+
end
|
204
|
+
else # model
|
205
|
+
MailSlurpClient.const_get(type).build_from_hash(value)
|
206
|
+
end
|
207
|
+
end
|
208
|
+
|
209
|
+
# Returns the string representation of the object
|
210
|
+
# @return [String] String presentation of the object
|
211
|
+
def to_s
|
212
|
+
to_hash.to_s
|
213
|
+
end
|
214
|
+
|
215
|
+
# to_body is an alias to to_hash (backward compatibility)
|
216
|
+
# @return [Hash] Returns the object in the form of hash
|
217
|
+
def to_body
|
218
|
+
to_hash
|
219
|
+
end
|
220
|
+
|
221
|
+
# Returns the object in the form of hash
|
222
|
+
# @return [Hash] Returns the object in the form of hash
|
223
|
+
def to_hash
|
224
|
+
hash = {}
|
225
|
+
self.class.attribute_map.each_pair do |attr, param|
|
226
|
+
value = self.send(attr)
|
227
|
+
if value.nil?
|
228
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
229
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
230
|
+
end
|
231
|
+
|
232
|
+
hash[param] = _to_hash(value)
|
233
|
+
end
|
234
|
+
hash
|
235
|
+
end
|
236
|
+
|
237
|
+
# Outputs non-array value in the form of hash
|
238
|
+
# For object, use to_hash. Otherwise, just return the value
|
239
|
+
# @param [Object] value Any valid value
|
240
|
+
# @return [Hash] Returns the value in the form of hash
|
241
|
+
def _to_hash(value)
|
242
|
+
if value.is_a?(Array)
|
243
|
+
value.compact.map { |v| _to_hash(v) }
|
244
|
+
elsif value.is_a?(Hash)
|
245
|
+
{}.tap do |hash|
|
246
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
247
|
+
end
|
248
|
+
elsif value.respond_to? :to_hash
|
249
|
+
value.to_hash
|
250
|
+
else
|
251
|
+
value
|
252
|
+
end
|
253
|
+
end
|
254
|
+
end
|
255
|
+
end
|
@@ -15,12 +15,12 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# A thread is a message thread created for a message received by an alias
|
17
17
|
class ThreadProjection
|
18
|
-
# User ID
|
19
|
-
attr_accessor :user_id
|
20
|
-
|
21
18
|
# Inbox ID
|
22
19
|
attr_accessor :inbox_id
|
23
20
|
|
21
|
+
# User ID
|
22
|
+
attr_accessor :user_id
|
23
|
+
|
24
24
|
# To recipients
|
25
25
|
attr_accessor :to
|
26
26
|
|
@@ -51,8 +51,8 @@ module MailSlurpClient
|
|
51
51
|
# Attribute mapping from ruby-style variable name to JSON key.
|
52
52
|
def self.attribute_map
|
53
53
|
{
|
54
|
-
:'user_id' => :'userId',
|
55
54
|
:'inbox_id' => :'inboxId',
|
55
|
+
:'user_id' => :'userId',
|
56
56
|
:'to' => :'to',
|
57
57
|
:'bcc' => :'bcc',
|
58
58
|
:'cc' => :'cc',
|
@@ -68,8 +68,8 @@ module MailSlurpClient
|
|
68
68
|
# Attribute type mapping.
|
69
69
|
def self.openapi_types
|
70
70
|
{
|
71
|
-
:'user_id' => :'String',
|
72
71
|
:'inbox_id' => :'String',
|
72
|
+
:'user_id' => :'String',
|
73
73
|
:'to' => :'Array<String>',
|
74
74
|
:'bcc' => :'Array<String>',
|
75
75
|
:'cc' => :'Array<String>',
|
@@ -103,14 +103,14 @@ module MailSlurpClient
|
|
103
103
|
h[k.to_sym] = v
|
104
104
|
}
|
105
105
|
|
106
|
-
if attributes.key?(:'user_id')
|
107
|
-
self.user_id = attributes[:'user_id']
|
108
|
-
end
|
109
|
-
|
110
106
|
if attributes.key?(:'inbox_id')
|
111
107
|
self.inbox_id = attributes[:'inbox_id']
|
112
108
|
end
|
113
109
|
|
110
|
+
if attributes.key?(:'user_id')
|
111
|
+
self.user_id = attributes[:'user_id']
|
112
|
+
end
|
113
|
+
|
114
114
|
if attributes.key?(:'to')
|
115
115
|
if (value = attributes[:'to']).is_a?(Array)
|
116
116
|
self.to = value
|
@@ -158,14 +158,14 @@ module MailSlurpClient
|
|
158
158
|
# @return Array for valid properties with the reasons
|
159
159
|
def list_invalid_properties
|
160
160
|
invalid_properties = Array.new
|
161
|
-
if @user_id.nil?
|
162
|
-
invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
|
163
|
-
end
|
164
|
-
|
165
161
|
if @inbox_id.nil?
|
166
162
|
invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
|
167
163
|
end
|
168
164
|
|
165
|
+
if @user_id.nil?
|
166
|
+
invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
|
167
|
+
end
|
168
|
+
|
169
169
|
if @to.nil?
|
170
170
|
invalid_properties.push('invalid value for "to", to cannot be nil.')
|
171
171
|
end
|
@@ -192,8 +192,8 @@ module MailSlurpClient
|
|
192
192
|
# Check to see if the all the properties in the model are valid
|
193
193
|
# @return true if the model is valid
|
194
194
|
def valid?
|
195
|
-
return false if @user_id.nil?
|
196
195
|
return false if @inbox_id.nil?
|
196
|
+
return false if @user_id.nil?
|
197
197
|
return false if @to.nil?
|
198
198
|
return false if @alias_id.nil?
|
199
199
|
return false if @created_at.nil?
|
@@ -207,8 +207,8 @@ module MailSlurpClient
|
|
207
207
|
def ==(o)
|
208
208
|
return true if self.equal?(o)
|
209
209
|
self.class == o.class &&
|
210
|
-
user_id == o.user_id &&
|
211
210
|
inbox_id == o.inbox_id &&
|
211
|
+
user_id == o.user_id &&
|
212
212
|
to == o.to &&
|
213
213
|
bcc == o.bcc &&
|
214
214
|
cc == o.cc &&
|
@@ -229,7 +229,7 @@ module MailSlurpClient
|
|
229
229
|
# Calculates hash code according to all attributes.
|
230
230
|
# @return [Integer] Hash code
|
231
231
|
def hash
|
232
|
-
[
|
232
|
+
[inbox_id, user_id, to, bcc, cc, alias_id, created_at, updated_at, subject, name, id].hash
|
233
233
|
end
|
234
234
|
|
235
235
|
# Builds the object from hash
|
@@ -15,11 +15,11 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Tracking pixel data
|
17
17
|
class TrackingPixelProjection
|
18
|
-
attr_accessor :
|
18
|
+
attr_accessor :inbox_id
|
19
19
|
|
20
20
|
attr_accessor :user_id
|
21
21
|
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :sent_email_id
|
23
23
|
|
24
24
|
attr_accessor :recipient
|
25
25
|
|
@@ -36,9 +36,9 @@ module MailSlurpClient
|
|
36
36
|
# Attribute mapping from ruby-style variable name to JSON key.
|
37
37
|
def self.attribute_map
|
38
38
|
{
|
39
|
-
:'sent_email_id' => :'sentEmailId',
|
40
|
-
:'user_id' => :'userId',
|
41
39
|
:'inbox_id' => :'inboxId',
|
40
|
+
:'user_id' => :'userId',
|
41
|
+
:'sent_email_id' => :'sentEmailId',
|
42
42
|
:'recipient' => :'recipient',
|
43
43
|
:'seen' => :'seen',
|
44
44
|
:'seen_at' => :'seenAt',
|
@@ -51,9 +51,9 @@ module MailSlurpClient
|
|
51
51
|
# Attribute type mapping.
|
52
52
|
def self.openapi_types
|
53
53
|
{
|
54
|
-
:'sent_email_id' => :'String',
|
55
|
-
:'user_id' => :'String',
|
56
54
|
:'inbox_id' => :'String',
|
55
|
+
:'user_id' => :'String',
|
56
|
+
:'sent_email_id' => :'String',
|
57
57
|
:'recipient' => :'String',
|
58
58
|
:'seen' => :'Boolean',
|
59
59
|
:'seen_at' => :'DateTime',
|
@@ -84,16 +84,16 @@ module MailSlurpClient
|
|
84
84
|
h[k.to_sym] = v
|
85
85
|
}
|
86
86
|
|
87
|
-
if attributes.key?(:'
|
88
|
-
self.
|
87
|
+
if attributes.key?(:'inbox_id')
|
88
|
+
self.inbox_id = attributes[:'inbox_id']
|
89
89
|
end
|
90
90
|
|
91
91
|
if attributes.key?(:'user_id')
|
92
92
|
self.user_id = attributes[:'user_id']
|
93
93
|
end
|
94
94
|
|
95
|
-
if attributes.key?(:'
|
96
|
-
self.
|
95
|
+
if attributes.key?(:'sent_email_id')
|
96
|
+
self.sent_email_id = attributes[:'sent_email_id']
|
97
97
|
end
|
98
98
|
|
99
99
|
if attributes.key?(:'recipient')
|
@@ -159,9 +159,9 @@ module MailSlurpClient
|
|
159
159
|
def ==(o)
|
160
160
|
return true if self.equal?(o)
|
161
161
|
self.class == o.class &&
|
162
|
-
sent_email_id == o.sent_email_id &&
|
163
|
-
user_id == o.user_id &&
|
164
162
|
inbox_id == o.inbox_id &&
|
163
|
+
user_id == o.user_id &&
|
164
|
+
sent_email_id == o.sent_email_id &&
|
165
165
|
recipient == o.recipient &&
|
166
166
|
seen == o.seen &&
|
167
167
|
seen_at == o.seen_at &&
|
@@ -179,7 +179,7 @@ module MailSlurpClient
|
|
179
179
|
# Calculates hash code according to all attributes.
|
180
180
|
# @return [Integer] Hash code
|
181
181
|
def hash
|
182
|
-
[
|
182
|
+
[inbox_id, user_id, sent_email_id, recipient, seen, seen_at, created_at, name, id].hash
|
183
183
|
end
|
184
184
|
|
185
185
|
# Builds the object from hash
|