mailslurp_client 15.19.2 → 15.19.4
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/imap_controller_api.rb +65 -0
- data/lib/mailslurp_client/models/alias_projection.rb +29 -29
- data/lib/mailslurp_client/models/attachment_projection.rb +29 -29
- data/lib/mailslurp_client/models/bounce_projection.rb +19 -19
- data/lib/mailslurp_client/models/bounce_recipient_projection.rb +15 -15
- data/lib/mailslurp_client/models/connector_projection.rb +15 -15
- data/lib/mailslurp_client/models/connector_sync_event_projection.rb +15 -15
- data/lib/mailslurp_client/models/contact_projection.rb +10 -10
- data/lib/mailslurp_client/models/email_projection.rb +19 -19
- data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +15 -15
- data/lib/mailslurp_client/models/imap_email_projection.rb +25 -1
- data/lib/mailslurp_client/models/imap_mailbox_status.rb +367 -0
- data/lib/mailslurp_client/models/imap_server_status_options.rb +241 -0
- data/lib/mailslurp_client/models/imap_server_status_result.rb +207 -0
- data/lib/mailslurp_client/models/inbox_forwarder_event_projection.rb +10 -10
- data/lib/mailslurp_client/models/inbox_replier_event_projection.rb +14 -14
- data/lib/mailslurp_client/models/list_unsubscribe_recipient_projection.rb +15 -15
- data/lib/mailslurp_client/models/missed_email_projection.rb +14 -14
- data/lib/mailslurp_client/models/page_alias.rb +15 -15
- data/lib/mailslurp_client/models/page_attachment_entity.rb +15 -15
- data/lib/mailslurp_client/models/page_bounced_email.rb +15 -15
- data/lib/mailslurp_client/models/page_bounced_recipients.rb +15 -15
- data/lib/mailslurp_client/models/page_complaint.rb +15 -15
- data/lib/mailslurp_client/models/page_connector.rb +15 -15
- data/lib/mailslurp_client/models/page_connector_sync_events.rb +15 -15
- data/lib/mailslurp_client/models/page_contact_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_delivery_status.rb +15 -15
- data/lib/mailslurp_client/models/page_email_preview.rb +15 -15
- data/lib/mailslurp_client/models/page_email_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_email_validation_request.rb +15 -15
- data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_group_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +15 -15
- data/lib/mailslurp_client/models/page_inbox_forwarder_events.rb +15 -15
- data/lib/mailslurp_client/models/page_inbox_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_inbox_replier_dto.rb +15 -15
- data/lib/mailslurp_client/models/page_inbox_replier_events.rb +15 -15
- data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +15 -15
- data/lib/mailslurp_client/models/page_list_unsubscribe_recipients.rb +15 -15
- data/lib/mailslurp_client/models/page_missed_email_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_phone_number_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_scheduled_jobs.rb +15 -15
- data/lib/mailslurp_client/models/page_sent_email_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_sent_email_with_queue_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_sms_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_template_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_thread_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_webhook_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_webhook_result.rb +15 -15
- data/lib/mailslurp_client/models/phone_number_projection.rb +15 -15
- data/lib/mailslurp_client/models/sent_email_projection.rb +27 -27
- data/lib/mailslurp_client/models/sms_projection.rb +29 -29
- data/lib/mailslurp_client/models/template_projection.rb +17 -17
- data/lib/mailslurp_client/models/thread_projection.rb +35 -35
- data/lib/mailslurp_client/models/tracking_pixel_projection.rb +15 -15
- data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +13 -13
- data/lib/mailslurp_client/models/webhook_projection.rb +25 -25
- data/lib/mailslurp_client/version.rb +1 -1
- data/lib/mailslurp_client.rb +3 -0
- metadata +5 -2
@@ -15,6 +15,8 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Connector
|
17
17
|
class ConnectorProjection
|
18
|
+
attr_accessor :created_at
|
19
|
+
|
18
20
|
attr_accessor :enabled
|
19
21
|
|
20
22
|
attr_accessor :inbox_id
|
@@ -29,8 +31,6 @@ module MailSlurpClient
|
|
29
31
|
|
30
32
|
attr_accessor :sync_interval
|
31
33
|
|
32
|
-
attr_accessor :created_at
|
33
|
-
|
34
34
|
attr_accessor :name
|
35
35
|
|
36
36
|
attr_accessor :id
|
@@ -60,6 +60,7 @@ module MailSlurpClient
|
|
60
60
|
# Attribute mapping from ruby-style variable name to JSON key.
|
61
61
|
def self.attribute_map
|
62
62
|
{
|
63
|
+
:'created_at' => :'createdAt',
|
63
64
|
:'enabled' => :'enabled',
|
64
65
|
:'inbox_id' => :'inboxId',
|
65
66
|
:'user_id' => :'userId',
|
@@ -67,7 +68,6 @@ module MailSlurpClient
|
|
67
68
|
:'sync_enabled' => :'syncEnabled',
|
68
69
|
:'sync_schedule_type' => :'syncScheduleType',
|
69
70
|
:'sync_interval' => :'syncInterval',
|
70
|
-
:'created_at' => :'createdAt',
|
71
71
|
:'name' => :'name',
|
72
72
|
:'id' => :'id'
|
73
73
|
}
|
@@ -76,6 +76,7 @@ module MailSlurpClient
|
|
76
76
|
# Attribute type mapping.
|
77
77
|
def self.openapi_types
|
78
78
|
{
|
79
|
+
:'created_at' => :'DateTime',
|
79
80
|
:'enabled' => :'Boolean',
|
80
81
|
:'inbox_id' => :'String',
|
81
82
|
:'user_id' => :'String',
|
@@ -83,7 +84,6 @@ module MailSlurpClient
|
|
83
84
|
:'sync_enabled' => :'Boolean',
|
84
85
|
:'sync_schedule_type' => :'String',
|
85
86
|
:'sync_interval' => :'Integer',
|
86
|
-
:'created_at' => :'DateTime',
|
87
87
|
:'name' => :'String',
|
88
88
|
:'id' => :'String'
|
89
89
|
}
|
@@ -110,6 +110,10 @@ module MailSlurpClient
|
|
110
110
|
h[k.to_sym] = v
|
111
111
|
}
|
112
112
|
|
113
|
+
if attributes.key?(:'created_at')
|
114
|
+
self.created_at = attributes[:'created_at']
|
115
|
+
end
|
116
|
+
|
113
117
|
if attributes.key?(:'enabled')
|
114
118
|
self.enabled = attributes[:'enabled']
|
115
119
|
end
|
@@ -138,10 +142,6 @@ module MailSlurpClient
|
|
138
142
|
self.sync_interval = attributes[:'sync_interval']
|
139
143
|
end
|
140
144
|
|
141
|
-
if attributes.key?(:'created_at')
|
142
|
-
self.created_at = attributes[:'created_at']
|
143
|
-
end
|
144
|
-
|
145
145
|
if attributes.key?(:'name')
|
146
146
|
self.name = attributes[:'name']
|
147
147
|
end
|
@@ -155,6 +155,10 @@ module MailSlurpClient
|
|
155
155
|
# @return Array for valid properties with the reasons
|
156
156
|
def list_invalid_properties
|
157
157
|
invalid_properties = Array.new
|
158
|
+
if @created_at.nil?
|
159
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
160
|
+
end
|
161
|
+
|
158
162
|
if @inbox_id.nil?
|
159
163
|
invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
|
160
164
|
end
|
@@ -167,22 +171,18 @@ module MailSlurpClient
|
|
167
171
|
invalid_properties.push('invalid value for "sync_schedule_type", sync_schedule_type cannot be nil.')
|
168
172
|
end
|
169
173
|
|
170
|
-
if @created_at.nil?
|
171
|
-
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
172
|
-
end
|
173
|
-
|
174
174
|
invalid_properties
|
175
175
|
end
|
176
176
|
|
177
177
|
# Check to see if the all the properties in the model are valid
|
178
178
|
# @return true if the model is valid
|
179
179
|
def valid?
|
180
|
+
return false if @created_at.nil?
|
180
181
|
return false if @inbox_id.nil?
|
181
182
|
return false if @user_id.nil?
|
182
183
|
return false if @sync_schedule_type.nil?
|
183
184
|
sync_schedule_type_validator = EnumAttributeValidator.new('String', ["INTERVAL"])
|
184
185
|
return false unless sync_schedule_type_validator.valid?(@sync_schedule_type)
|
185
|
-
return false if @created_at.nil?
|
186
186
|
true
|
187
187
|
end
|
188
188
|
|
@@ -201,6 +201,7 @@ module MailSlurpClient
|
|
201
201
|
def ==(o)
|
202
202
|
return true if self.equal?(o)
|
203
203
|
self.class == o.class &&
|
204
|
+
created_at == o.created_at &&
|
204
205
|
enabled == o.enabled &&
|
205
206
|
inbox_id == o.inbox_id &&
|
206
207
|
user_id == o.user_id &&
|
@@ -208,7 +209,6 @@ module MailSlurpClient
|
|
208
209
|
sync_enabled == o.sync_enabled &&
|
209
210
|
sync_schedule_type == o.sync_schedule_type &&
|
210
211
|
sync_interval == o.sync_interval &&
|
211
|
-
created_at == o.created_at &&
|
212
212
|
name == o.name &&
|
213
213
|
id == o.id
|
214
214
|
end
|
@@ -222,7 +222,7 @@ module MailSlurpClient
|
|
222
222
|
# Calculates hash code according to all attributes.
|
223
223
|
# @return [Integer] Hash code
|
224
224
|
def hash
|
225
|
-
[enabled, inbox_id, user_id, email_address, sync_enabled, sync_schedule_type, sync_interval,
|
225
|
+
[created_at, enabled, inbox_id, user_id, email_address, sync_enabled, sync_schedule_type, sync_interval, name, id].hash
|
226
226
|
end
|
227
227
|
|
228
228
|
# Builds the object from hash
|
@@ -15,14 +15,14 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# ConnectorSyncEventProjection
|
17
17
|
class ConnectorSyncEventProjection
|
18
|
+
attr_accessor :created_at
|
19
|
+
|
18
20
|
attr_accessor :connector_id
|
19
21
|
|
20
22
|
attr_accessor :sync_count
|
21
23
|
|
22
24
|
attr_accessor :sync_status
|
23
25
|
|
24
|
-
attr_accessor :created_at
|
25
|
-
|
26
26
|
attr_accessor :message
|
27
27
|
|
28
28
|
attr_accessor :id
|
@@ -52,10 +52,10 @@ module MailSlurpClient
|
|
52
52
|
# Attribute mapping from ruby-style variable name to JSON key.
|
53
53
|
def self.attribute_map
|
54
54
|
{
|
55
|
+
:'created_at' => :'createdAt',
|
55
56
|
:'connector_id' => :'connectorId',
|
56
57
|
:'sync_count' => :'syncCount',
|
57
58
|
:'sync_status' => :'syncStatus',
|
58
|
-
:'created_at' => :'createdAt',
|
59
59
|
:'message' => :'message',
|
60
60
|
:'id' => :'id'
|
61
61
|
}
|
@@ -64,10 +64,10 @@ module MailSlurpClient
|
|
64
64
|
# Attribute type mapping.
|
65
65
|
def self.openapi_types
|
66
66
|
{
|
67
|
+
:'created_at' => :'DateTime',
|
67
68
|
:'connector_id' => :'String',
|
68
69
|
:'sync_count' => :'Integer',
|
69
70
|
:'sync_status' => :'String',
|
70
|
-
:'created_at' => :'DateTime',
|
71
71
|
:'message' => :'String',
|
72
72
|
:'id' => :'String'
|
73
73
|
}
|
@@ -94,6 +94,10 @@ module MailSlurpClient
|
|
94
94
|
h[k.to_sym] = v
|
95
95
|
}
|
96
96
|
|
97
|
+
if attributes.key?(:'created_at')
|
98
|
+
self.created_at = attributes[:'created_at']
|
99
|
+
end
|
100
|
+
|
97
101
|
if attributes.key?(:'connector_id')
|
98
102
|
self.connector_id = attributes[:'connector_id']
|
99
103
|
end
|
@@ -106,10 +110,6 @@ module MailSlurpClient
|
|
106
110
|
self.sync_status = attributes[:'sync_status']
|
107
111
|
end
|
108
112
|
|
109
|
-
if attributes.key?(:'created_at')
|
110
|
-
self.created_at = attributes[:'created_at']
|
111
|
-
end
|
112
|
-
|
113
113
|
if attributes.key?(:'message')
|
114
114
|
self.message = attributes[:'message']
|
115
115
|
end
|
@@ -123,6 +123,10 @@ module MailSlurpClient
|
|
123
123
|
# @return Array for valid properties with the reasons
|
124
124
|
def list_invalid_properties
|
125
125
|
invalid_properties = Array.new
|
126
|
+
if @created_at.nil?
|
127
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
128
|
+
end
|
129
|
+
|
126
130
|
if @connector_id.nil?
|
127
131
|
invalid_properties.push('invalid value for "connector_id", connector_id cannot be nil.')
|
128
132
|
end
|
@@ -135,22 +139,18 @@ module MailSlurpClient
|
|
135
139
|
invalid_properties.push('invalid value for "sync_status", sync_status cannot be nil.')
|
136
140
|
end
|
137
141
|
|
138
|
-
if @created_at.nil?
|
139
|
-
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
140
|
-
end
|
141
|
-
|
142
142
|
invalid_properties
|
143
143
|
end
|
144
144
|
|
145
145
|
# Check to see if the all the properties in the model are valid
|
146
146
|
# @return true if the model is valid
|
147
147
|
def valid?
|
148
|
+
return false if @created_at.nil?
|
148
149
|
return false if @connector_id.nil?
|
149
150
|
return false if @sync_count.nil?
|
150
151
|
return false if @sync_status.nil?
|
151
152
|
sync_status_validator = EnumAttributeValidator.new('String', ["SUCCESS", "INTERNAL_ERROR", "SUBSCRIPTION_ERROR", "CONNECTION_ERROR", "NOT_FOUND"])
|
152
153
|
return false unless sync_status_validator.valid?(@sync_status)
|
153
|
-
return false if @created_at.nil?
|
154
154
|
true
|
155
155
|
end
|
156
156
|
|
@@ -169,10 +169,10 @@ module MailSlurpClient
|
|
169
169
|
def ==(o)
|
170
170
|
return true if self.equal?(o)
|
171
171
|
self.class == o.class &&
|
172
|
+
created_at == o.created_at &&
|
172
173
|
connector_id == o.connector_id &&
|
173
174
|
sync_count == o.sync_count &&
|
174
175
|
sync_status == o.sync_status &&
|
175
|
-
created_at == o.created_at &&
|
176
176
|
message == o.message &&
|
177
177
|
id == o.id
|
178
178
|
end
|
@@ -186,7 +186,7 @@ module MailSlurpClient
|
|
186
186
|
# Calculates hash code according to all attributes.
|
187
187
|
# @return [Integer] Hash code
|
188
188
|
def hash
|
189
|
-
[connector_id, sync_count, sync_status,
|
189
|
+
[created_at, connector_id, sync_count, sync_status, message, id].hash
|
190
190
|
end
|
191
191
|
|
192
192
|
# Builds the object from hash
|
@@ -15,6 +15,8 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Email contact for address book
|
17
17
|
class ContactProjection
|
18
|
+
attr_accessor :created_at
|
19
|
+
|
18
20
|
attr_accessor :email_address
|
19
21
|
|
20
22
|
attr_accessor :email_addresses
|
@@ -27,8 +29,6 @@ module MailSlurpClient
|
|
27
29
|
|
28
30
|
attr_accessor :opt_out
|
29
31
|
|
30
|
-
attr_accessor :created_at
|
31
|
-
|
32
32
|
attr_accessor :id
|
33
33
|
|
34
34
|
attr_accessor :group_id
|
@@ -36,13 +36,13 @@ module MailSlurpClient
|
|
36
36
|
# Attribute mapping from ruby-style variable name to JSON key.
|
37
37
|
def self.attribute_map
|
38
38
|
{
|
39
|
+
:'created_at' => :'createdAt',
|
39
40
|
:'email_address' => :'emailAddress',
|
40
41
|
:'email_addresses' => :'emailAddresses',
|
41
42
|
:'first_name' => :'firstName',
|
42
43
|
:'last_name' => :'lastName',
|
43
44
|
:'company' => :'company',
|
44
45
|
:'opt_out' => :'optOut',
|
45
|
-
:'created_at' => :'createdAt',
|
46
46
|
:'id' => :'id',
|
47
47
|
:'group_id' => :'groupId'
|
48
48
|
}
|
@@ -51,13 +51,13 @@ module MailSlurpClient
|
|
51
51
|
# Attribute type mapping.
|
52
52
|
def self.openapi_types
|
53
53
|
{
|
54
|
+
:'created_at' => :'DateTime',
|
54
55
|
:'email_address' => :'String',
|
55
56
|
:'email_addresses' => :'Array<String>',
|
56
57
|
:'first_name' => :'String',
|
57
58
|
:'last_name' => :'String',
|
58
59
|
:'company' => :'String',
|
59
60
|
:'opt_out' => :'Boolean',
|
60
|
-
:'created_at' => :'DateTime',
|
61
61
|
:'id' => :'String',
|
62
62
|
:'group_id' => :'String'
|
63
63
|
}
|
@@ -91,6 +91,10 @@ module MailSlurpClient
|
|
91
91
|
h[k.to_sym] = v
|
92
92
|
}
|
93
93
|
|
94
|
+
if attributes.key?(:'created_at')
|
95
|
+
self.created_at = attributes[:'created_at']
|
96
|
+
end
|
97
|
+
|
94
98
|
if attributes.key?(:'email_address')
|
95
99
|
self.email_address = attributes[:'email_address']
|
96
100
|
end
|
@@ -117,10 +121,6 @@ module MailSlurpClient
|
|
117
121
|
self.opt_out = attributes[:'opt_out']
|
118
122
|
end
|
119
123
|
|
120
|
-
if attributes.key?(:'created_at')
|
121
|
-
self.created_at = attributes[:'created_at']
|
122
|
-
end
|
123
|
-
|
124
124
|
if attributes.key?(:'id')
|
125
125
|
self.id = attributes[:'id']
|
126
126
|
end
|
@@ -158,13 +158,13 @@ module MailSlurpClient
|
|
158
158
|
def ==(o)
|
159
159
|
return true if self.equal?(o)
|
160
160
|
self.class == o.class &&
|
161
|
+
created_at == o.created_at &&
|
161
162
|
email_address == o.email_address &&
|
162
163
|
email_addresses == o.email_addresses &&
|
163
164
|
first_name == o.first_name &&
|
164
165
|
last_name == o.last_name &&
|
165
166
|
company == o.company &&
|
166
167
|
opt_out == o.opt_out &&
|
167
|
-
created_at == o.created_at &&
|
168
168
|
id == o.id &&
|
169
169
|
group_id == o.group_id
|
170
170
|
end
|
@@ -178,7 +178,7 @@ module MailSlurpClient
|
|
178
178
|
# Calculates hash code according to all attributes.
|
179
179
|
# @return [Integer] Hash code
|
180
180
|
def hash
|
181
|
-
[email_address, email_addresses, first_name, last_name, company, opt_out,
|
181
|
+
[created_at, email_address, email_addresses, first_name, last_name, company, opt_out, id, group_id].hash
|
182
182
|
end
|
183
183
|
|
184
184
|
# Builds the object from hash
|
@@ -15,7 +15,7 @@ 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 :
|
18
|
+
attr_accessor :created_at
|
19
19
|
|
20
20
|
attr_accessor :inbox_id
|
21
21
|
|
@@ -39,7 +39,7 @@ module MailSlurpClient
|
|
39
39
|
|
40
40
|
attr_accessor :text_excerpt
|
41
41
|
|
42
|
-
attr_accessor :
|
42
|
+
attr_accessor :subject
|
43
43
|
|
44
44
|
attr_accessor :id
|
45
45
|
|
@@ -48,7 +48,7 @@ module MailSlurpClient
|
|
48
48
|
# Attribute mapping from ruby-style variable name to JSON key.
|
49
49
|
def self.attribute_map
|
50
50
|
{
|
51
|
-
:'
|
51
|
+
:'created_at' => :'createdAt',
|
52
52
|
:'inbox_id' => :'inboxId',
|
53
53
|
:'attachments' => :'attachments',
|
54
54
|
:'to' => :'to',
|
@@ -60,7 +60,7 @@ module MailSlurpClient
|
|
60
60
|
:'team_access' => :'teamAccess',
|
61
61
|
:'body_md5_hash' => :'bodyMD5Hash',
|
62
62
|
:'text_excerpt' => :'textExcerpt',
|
63
|
-
:'
|
63
|
+
:'subject' => :'subject',
|
64
64
|
:'id' => :'id',
|
65
65
|
:'from' => :'from'
|
66
66
|
}
|
@@ -69,7 +69,7 @@ module MailSlurpClient
|
|
69
69
|
# Attribute type mapping.
|
70
70
|
def self.openapi_types
|
71
71
|
{
|
72
|
-
:'
|
72
|
+
:'created_at' => :'DateTime',
|
73
73
|
:'inbox_id' => :'String',
|
74
74
|
:'attachments' => :'Array<String>',
|
75
75
|
:'to' => :'Array<String>',
|
@@ -81,7 +81,7 @@ module MailSlurpClient
|
|
81
81
|
:'team_access' => :'Boolean',
|
82
82
|
:'body_md5_hash' => :'String',
|
83
83
|
:'text_excerpt' => :'String',
|
84
|
-
:'
|
84
|
+
:'subject' => :'String',
|
85
85
|
:'id' => :'String',
|
86
86
|
:'from' => :'String'
|
87
87
|
}
|
@@ -90,7 +90,6 @@ module MailSlurpClient
|
|
90
90
|
# List of attributes with nullable: true
|
91
91
|
def self.openapi_nullable
|
92
92
|
Set.new([
|
93
|
-
:'subject',
|
94
93
|
:'attachments',
|
95
94
|
:'domain_id',
|
96
95
|
:'bcc',
|
@@ -98,6 +97,7 @@ module MailSlurpClient
|
|
98
97
|
:'body_excerpt',
|
99
98
|
:'body_md5_hash',
|
100
99
|
:'text_excerpt',
|
100
|
+
:'subject',
|
101
101
|
:'from'
|
102
102
|
])
|
103
103
|
end
|
@@ -117,8 +117,8 @@ module MailSlurpClient
|
|
117
117
|
h[k.to_sym] = v
|
118
118
|
}
|
119
119
|
|
120
|
-
if attributes.key?(:'
|
121
|
-
self.
|
120
|
+
if attributes.key?(:'created_at')
|
121
|
+
self.created_at = attributes[:'created_at']
|
122
122
|
end
|
123
123
|
|
124
124
|
if attributes.key?(:'inbox_id')
|
@@ -173,8 +173,8 @@ module MailSlurpClient
|
|
173
173
|
self.text_excerpt = attributes[:'text_excerpt']
|
174
174
|
end
|
175
175
|
|
176
|
-
if attributes.key?(:'
|
177
|
-
self.
|
176
|
+
if attributes.key?(:'subject')
|
177
|
+
self.subject = attributes[:'subject']
|
178
178
|
end
|
179
179
|
|
180
180
|
if attributes.key?(:'id')
|
@@ -190,6 +190,10 @@ module MailSlurpClient
|
|
190
190
|
# @return Array for valid properties with the reasons
|
191
191
|
def list_invalid_properties
|
192
192
|
invalid_properties = Array.new
|
193
|
+
if @created_at.nil?
|
194
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
195
|
+
end
|
196
|
+
|
193
197
|
if @inbox_id.nil?
|
194
198
|
invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
|
195
199
|
end
|
@@ -206,10 +210,6 @@ module MailSlurpClient
|
|
206
210
|
invalid_properties.push('invalid value for "team_access", team_access cannot be nil.')
|
207
211
|
end
|
208
212
|
|
209
|
-
if @created_at.nil?
|
210
|
-
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
211
|
-
end
|
212
|
-
|
213
213
|
if @id.nil?
|
214
214
|
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
215
215
|
end
|
@@ -220,11 +220,11 @@ module MailSlurpClient
|
|
220
220
|
# Check to see if the all the properties in the model are valid
|
221
221
|
# @return true if the model is valid
|
222
222
|
def valid?
|
223
|
+
return false if @created_at.nil?
|
223
224
|
return false if @inbox_id.nil?
|
224
225
|
return false if @to.nil?
|
225
226
|
return false if @read.nil?
|
226
227
|
return false if @team_access.nil?
|
227
|
-
return false if @created_at.nil?
|
228
228
|
return false if @id.nil?
|
229
229
|
true
|
230
230
|
end
|
@@ -234,7 +234,7 @@ module MailSlurpClient
|
|
234
234
|
def ==(o)
|
235
235
|
return true if self.equal?(o)
|
236
236
|
self.class == o.class &&
|
237
|
-
|
237
|
+
created_at == o.created_at &&
|
238
238
|
inbox_id == o.inbox_id &&
|
239
239
|
attachments == o.attachments &&
|
240
240
|
to == o.to &&
|
@@ -246,7 +246,7 @@ module MailSlurpClient
|
|
246
246
|
team_access == o.team_access &&
|
247
247
|
body_md5_hash == o.body_md5_hash &&
|
248
248
|
text_excerpt == o.text_excerpt &&
|
249
|
-
|
249
|
+
subject == o.subject &&
|
250
250
|
id == o.id &&
|
251
251
|
from == o.from
|
252
252
|
end
|
@@ -260,7 +260,7 @@ module MailSlurpClient
|
|
260
260
|
# Calculates hash code according to all attributes.
|
261
261
|
# @return [Integer] Hash code
|
262
262
|
def hash
|
263
|
-
[
|
263
|
+
[created_at, inbox_id, attachments, to, domain_id, bcc, cc, read, body_excerpt, team_access, body_md5_hash, text_excerpt, subject, id, from].hash
|
264
264
|
end
|
265
265
|
|
266
266
|
# Builds the object from hash
|
@@ -15,20 +15,20 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Record of inbox expiration
|
17
17
|
class ExpiredInboxRecordProjection
|
18
|
+
attr_accessor :created_at
|
19
|
+
|
18
20
|
attr_accessor :user_id
|
19
21
|
|
20
22
|
attr_accessor :email_address
|
21
23
|
|
22
|
-
attr_accessor :created_at
|
23
|
-
|
24
24
|
attr_accessor :id
|
25
25
|
|
26
26
|
# Attribute mapping from ruby-style variable name to JSON key.
|
27
27
|
def self.attribute_map
|
28
28
|
{
|
29
|
+
:'created_at' => :'createdAt',
|
29
30
|
:'user_id' => :'userId',
|
30
31
|
:'email_address' => :'emailAddress',
|
31
|
-
:'created_at' => :'createdAt',
|
32
32
|
:'id' => :'id'
|
33
33
|
}
|
34
34
|
end
|
@@ -36,9 +36,9 @@ module MailSlurpClient
|
|
36
36
|
# Attribute type mapping.
|
37
37
|
def self.openapi_types
|
38
38
|
{
|
39
|
+
:'created_at' => :'DateTime',
|
39
40
|
:'user_id' => :'String',
|
40
41
|
:'email_address' => :'String',
|
41
|
-
:'created_at' => :'DateTime',
|
42
42
|
:'id' => :'String'
|
43
43
|
}
|
44
44
|
end
|
@@ -64,6 +64,10 @@ module MailSlurpClient
|
|
64
64
|
h[k.to_sym] = v
|
65
65
|
}
|
66
66
|
|
67
|
+
if attributes.key?(:'created_at')
|
68
|
+
self.created_at = attributes[:'created_at']
|
69
|
+
end
|
70
|
+
|
67
71
|
if attributes.key?(:'user_id')
|
68
72
|
self.user_id = attributes[:'user_id']
|
69
73
|
end
|
@@ -72,10 +76,6 @@ module MailSlurpClient
|
|
72
76
|
self.email_address = attributes[:'email_address']
|
73
77
|
end
|
74
78
|
|
75
|
-
if attributes.key?(:'created_at')
|
76
|
-
self.created_at = attributes[:'created_at']
|
77
|
-
end
|
78
|
-
|
79
79
|
if attributes.key?(:'id')
|
80
80
|
self.id = attributes[:'id']
|
81
81
|
end
|
@@ -85,6 +85,10 @@ module MailSlurpClient
|
|
85
85
|
# @return Array for valid properties with the reasons
|
86
86
|
def list_invalid_properties
|
87
87
|
invalid_properties = Array.new
|
88
|
+
if @created_at.nil?
|
89
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
90
|
+
end
|
91
|
+
|
88
92
|
if @user_id.nil?
|
89
93
|
invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
|
90
94
|
end
|
@@ -93,10 +97,6 @@ module MailSlurpClient
|
|
93
97
|
invalid_properties.push('invalid value for "email_address", email_address cannot be nil.')
|
94
98
|
end
|
95
99
|
|
96
|
-
if @created_at.nil?
|
97
|
-
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
98
|
-
end
|
99
|
-
|
100
100
|
if @id.nil?
|
101
101
|
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
102
102
|
end
|
@@ -107,9 +107,9 @@ module MailSlurpClient
|
|
107
107
|
# Check to see if the all the properties in the model are valid
|
108
108
|
# @return true if the model is valid
|
109
109
|
def valid?
|
110
|
+
return false if @created_at.nil?
|
110
111
|
return false if @user_id.nil?
|
111
112
|
return false if @email_address.nil?
|
112
|
-
return false if @created_at.nil?
|
113
113
|
return false if @id.nil?
|
114
114
|
true
|
115
115
|
end
|
@@ -119,9 +119,9 @@ module MailSlurpClient
|
|
119
119
|
def ==(o)
|
120
120
|
return true if self.equal?(o)
|
121
121
|
self.class == o.class &&
|
122
|
+
created_at == o.created_at &&
|
122
123
|
user_id == o.user_id &&
|
123
124
|
email_address == o.email_address &&
|
124
|
-
created_at == o.created_at &&
|
125
125
|
id == o.id
|
126
126
|
end
|
127
127
|
|
@@ -134,7 +134,7 @@ module MailSlurpClient
|
|
134
134
|
# Calculates hash code according to all attributes.
|
135
135
|
# @return [Integer] Hash code
|
136
136
|
def hash
|
137
|
-
[user_id, email_address,
|
137
|
+
[created_at, user_id, email_address, id].hash
|
138
138
|
end
|
139
139
|
|
140
140
|
# Builds the object from hash
|
@@ -14,6 +14,10 @@ require 'date'
|
|
14
14
|
|
15
15
|
module MailSlurpClient
|
16
16
|
class ImapEmailProjection
|
17
|
+
attr_accessor :created_at
|
18
|
+
|
19
|
+
attr_accessor :read
|
20
|
+
|
17
21
|
attr_accessor :uid
|
18
22
|
|
19
23
|
attr_accessor :seq_num
|
@@ -23,6 +27,8 @@ module MailSlurpClient
|
|
23
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
24
28
|
def self.attribute_map
|
25
29
|
{
|
30
|
+
:'created_at' => :'createdAt',
|
31
|
+
:'read' => :'read',
|
26
32
|
:'uid' => :'uid',
|
27
33
|
:'seq_num' => :'seqNum',
|
28
34
|
:'id' => :'id'
|
@@ -32,6 +38,8 @@ module MailSlurpClient
|
|
32
38
|
# Attribute type mapping.
|
33
39
|
def self.openapi_types
|
34
40
|
{
|
41
|
+
:'created_at' => :'DateTime',
|
42
|
+
:'read' => :'Boolean',
|
35
43
|
:'uid' => :'Integer',
|
36
44
|
:'seq_num' => :'Integer',
|
37
45
|
:'id' => :'String'
|
@@ -41,6 +49,7 @@ module MailSlurpClient
|
|
41
49
|
# List of attributes with nullable: true
|
42
50
|
def self.openapi_nullable
|
43
51
|
Set.new([
|
52
|
+
:'read',
|
44
53
|
])
|
45
54
|
end
|
46
55
|
|
@@ -59,6 +68,14 @@ module MailSlurpClient
|
|
59
68
|
h[k.to_sym] = v
|
60
69
|
}
|
61
70
|
|
71
|
+
if attributes.key?(:'created_at')
|
72
|
+
self.created_at = attributes[:'created_at']
|
73
|
+
end
|
74
|
+
|
75
|
+
if attributes.key?(:'read')
|
76
|
+
self.read = attributes[:'read']
|
77
|
+
end
|
78
|
+
|
62
79
|
if attributes.key?(:'uid')
|
63
80
|
self.uid = attributes[:'uid']
|
64
81
|
end
|
@@ -76,6 +93,10 @@ module MailSlurpClient
|
|
76
93
|
# @return Array for valid properties with the reasons
|
77
94
|
def list_invalid_properties
|
78
95
|
invalid_properties = Array.new
|
96
|
+
if @created_at.nil?
|
97
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
98
|
+
end
|
99
|
+
|
79
100
|
if @uid.nil?
|
80
101
|
invalid_properties.push('invalid value for "uid", uid cannot be nil.')
|
81
102
|
end
|
@@ -94,6 +115,7 @@ module MailSlurpClient
|
|
94
115
|
# Check to see if the all the properties in the model are valid
|
95
116
|
# @return true if the model is valid
|
96
117
|
def valid?
|
118
|
+
return false if @created_at.nil?
|
97
119
|
return false if @uid.nil?
|
98
120
|
return false if @seq_num.nil?
|
99
121
|
return false if @id.nil?
|
@@ -105,6 +127,8 @@ module MailSlurpClient
|
|
105
127
|
def ==(o)
|
106
128
|
return true if self.equal?(o)
|
107
129
|
self.class == o.class &&
|
130
|
+
created_at == o.created_at &&
|
131
|
+
read == o.read &&
|
108
132
|
uid == o.uid &&
|
109
133
|
seq_num == o.seq_num &&
|
110
134
|
id == o.id
|
@@ -119,7 +143,7 @@ module MailSlurpClient
|
|
119
143
|
# Calculates hash code according to all attributes.
|
120
144
|
# @return [Integer] Hash code
|
121
145
|
def hash
|
122
|
-
[uid, seq_num, id].hash
|
146
|
+
[created_at, read, uid, seq_num, id].hash
|
123
147
|
end
|
124
148
|
|
125
149
|
# Builds the object from hash
|