mailslurp_client 15.20.0 → 15.21.1
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/attachment_controller_api.rb +6 -0
- data/lib/mailslurp_client/api/bounce_controller_api.rb +79 -0
- data/lib/mailslurp_client/api/inbox_controller_api.rb +56 -2
- data/lib/mailslurp_client/api/o_auth_connection_api.rb +170 -0
- data/lib/mailslurp_client/api/phone_controller_api.rb +381 -1
- data/lib/mailslurp_client/api/user_controller_api.rb +267 -0
- data/lib/mailslurp_client/models/alias_projection.rb +29 -29
- data/lib/mailslurp_client/models/alias_thread_projection.rb +39 -39
- data/lib/mailslurp_client/models/attachment_projection.rb +25 -25
- data/lib/mailslurp_client/models/bounce_projection.rb +22 -22
- data/lib/mailslurp_client/models/bounce_recipient_projection.rb +10 -10
- data/lib/mailslurp_client/models/connector_event_projection.rb +15 -15
- data/lib/mailslurp_client/models/connector_projection.rb +15 -15
- data/lib/mailslurp_client/models/contact_projection.rb +10 -10
- data/lib/mailslurp_client/models/create_emergency_address_options.rb +2 -2
- data/lib/mailslurp_client/models/create_o_auth_connection_result.rb +211 -0
- data/lib/mailslurp_client/models/create_o_auth_exchange_result.rb +229 -0
- data/lib/mailslurp_client/models/create_phone_number_options.rb +284 -0
- data/lib/mailslurp_client/models/domain_dto.rb +27 -1
- data/lib/mailslurp_client/models/email.rb +12 -1
- data/lib/mailslurp_client/models/email_preview.rb +15 -5
- data/lib/mailslurp_client/models/email_projection.rb +35 -25
- data/lib/mailslurp_client/models/email_thread_projection.rb +52 -52
- data/lib/mailslurp_client/models/emergency_address.rb +2 -2
- data/lib/mailslurp_client/models/emergency_address_dto.rb +2 -2
- data/lib/mailslurp_client/models/entity_automation_item_projection.rb +295 -0
- data/lib/mailslurp_client/models/entity_event_item_projection.rb +303 -0
- data/lib/mailslurp_client/models/entity_favourite_item_projection.rb +296 -0
- data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +15 -15
- data/lib/mailslurp_client/models/guest_portal_user_projection.rb +39 -39
- data/lib/mailslurp_client/models/inbox_dto.rb +2 -2
- data/lib/mailslurp_client/models/inbox_forwarder_event_projection.rb +10 -10
- data/lib/mailslurp_client/models/inbox_preview.rb +2 -2
- data/lib/mailslurp_client/models/inbox_replier_event_projection.rb +10 -10
- 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/opt_in_identity_projection.rb +29 -29
- data/lib/mailslurp_client/models/organization_inbox_projection.rb +2 -2
- data/lib/mailslurp_client/models/page_entity_automation_items.rb +309 -0
- data/lib/mailslurp_client/models/page_entity_event_items.rb +309 -0
- data/lib/mailslurp_client/models/page_entity_favourite_items.rb +309 -0
- data/lib/mailslurp_client/models/page_phone_message_thread_item_projection.rb +309 -0
- data/lib/mailslurp_client/models/page_phone_message_thread_projection.rb +309 -0
- data/lib/mailslurp_client/models/page_reputation_items.rb +309 -0
- data/lib/mailslurp_client/models/phone_message_thread_item_projection.rb +315 -0
- data/lib/mailslurp_client/models/phone_message_thread_projection.rb +315 -0
- data/lib/mailslurp_client/models/phone_number_dto.rb +2 -2
- data/lib/mailslurp_client/models/phone_number_projection.rb +17 -17
- data/lib/mailslurp_client/models/phone_plan_availability_item.rb +2 -2
- data/lib/mailslurp_client/models/phone_plan_dto.rb +2 -2
- data/lib/mailslurp_client/models/plus_address_projection.rb +29 -29
- data/lib/mailslurp_client/models/reputation_item_projection.rb +317 -0
- data/lib/mailslurp_client/models/search_inboxes_options.rb +2 -2
- data/lib/mailslurp_client/models/sent_email_dto.rb +12 -1
- data/lib/mailslurp_client/models/sent_email_projection.rb +25 -25
- data/lib/mailslurp_client/models/sent_sms_projection.rb +15 -15
- data/lib/mailslurp_client/models/sms_preview.rb +15 -1
- data/lib/mailslurp_client/models/sms_projection.rb +15 -15
- data/lib/mailslurp_client/models/template_projection.rb +15 -15
- data/lib/mailslurp_client/models/tracking_pixel_projection.rb +15 -15
- data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +10 -10
- data/lib/mailslurp_client/models/wait_for_sms_conditions.rb +1 -1
- data/lib/mailslurp_client/models/webhook_projection.rb +47 -47
- data/lib/mailslurp_client/version.rb +1 -1
- data/lib/mailslurp_client.rb +16 -0
- metadata +18 -2
@@ -15,12 +15,12 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Unknown missed email projection
|
17
17
|
class UnknownMissedEmailProjection
|
18
|
-
attr_accessor :subject
|
19
|
-
|
20
18
|
attr_accessor :created_at
|
21
19
|
|
22
20
|
attr_accessor :to
|
23
21
|
|
22
|
+
attr_accessor :subject
|
23
|
+
|
24
24
|
attr_accessor :id
|
25
25
|
|
26
26
|
attr_accessor :from
|
@@ -28,9 +28,9 @@ module MailSlurpClient
|
|
28
28
|
# Attribute mapping from ruby-style variable name to JSON key.
|
29
29
|
def self.attribute_map
|
30
30
|
{
|
31
|
-
:'subject' => :'subject',
|
32
31
|
:'created_at' => :'createdAt',
|
33
32
|
:'to' => :'to',
|
33
|
+
:'subject' => :'subject',
|
34
34
|
:'id' => :'id',
|
35
35
|
:'from' => :'from'
|
36
36
|
}
|
@@ -39,9 +39,9 @@ module MailSlurpClient
|
|
39
39
|
# Attribute type mapping.
|
40
40
|
def self.openapi_types
|
41
41
|
{
|
42
|
-
:'subject' => :'String',
|
43
42
|
:'created_at' => :'DateTime',
|
44
43
|
:'to' => :'Array<String>',
|
44
|
+
:'subject' => :'String',
|
45
45
|
:'id' => :'String',
|
46
46
|
:'from' => :'String'
|
47
47
|
}
|
@@ -68,10 +68,6 @@ module MailSlurpClient
|
|
68
68
|
h[k.to_sym] = v
|
69
69
|
}
|
70
70
|
|
71
|
-
if attributes.key?(:'subject')
|
72
|
-
self.subject = attributes[:'subject']
|
73
|
-
end
|
74
|
-
|
75
71
|
if attributes.key?(:'created_at')
|
76
72
|
self.created_at = attributes[:'created_at']
|
77
73
|
end
|
@@ -82,6 +78,10 @@ module MailSlurpClient
|
|
82
78
|
end
|
83
79
|
end
|
84
80
|
|
81
|
+
if attributes.key?(:'subject')
|
82
|
+
self.subject = attributes[:'subject']
|
83
|
+
end
|
84
|
+
|
85
85
|
if attributes.key?(:'id')
|
86
86
|
self.id = attributes[:'id']
|
87
87
|
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
|
-
subject == o.subject &&
|
123
122
|
created_at == o.created_at &&
|
124
123
|
to == o.to &&
|
124
|
+
subject == o.subject &&
|
125
125
|
id == o.id &&
|
126
126
|
from == o.from
|
127
127
|
end
|
@@ -135,7 +135,7 @@ module MailSlurpClient
|
|
135
135
|
# Calculates hash code according to all attributes.
|
136
136
|
# @return [Integer] Hash code
|
137
137
|
def hash
|
138
|
-
[
|
138
|
+
[created_at, to, subject, id, from].hash
|
139
139
|
end
|
140
140
|
|
141
141
|
# Builds the object from hash
|
@@ -30,7 +30,7 @@ module MailSlurpClient
|
|
30
30
|
# Max time in milliseconds to retry the `waitFor` operation until conditions are met.
|
31
31
|
attr_accessor :timeout
|
32
32
|
|
33
|
-
# Apply conditions only to **unread** SMS. All SMS messages begin with `read=false`. An SMS is marked `read=true` when an `SMS` has been returned to the user at least once. For example you have called `getSms
|
33
|
+
# Apply conditions only to **unread** SMS. All SMS messages begin with `read=false`. An SMS is marked `read=true` when an `SMS` has been returned to the user at least once. For example you have called `getSms`, or you have viewed the SMS in the dashboard.
|
34
34
|
attr_accessor :unread_only
|
35
35
|
|
36
36
|
# How result size should be compared with the expected size. Exactly or at-least matching result?
|
@@ -15,11 +15,11 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Representation of a webhook
|
17
17
|
class WebhookProjection
|
18
|
-
attr_accessor :
|
18
|
+
attr_accessor :url
|
19
19
|
|
20
|
-
attr_accessor :
|
20
|
+
attr_accessor :password
|
21
21
|
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :username
|
23
23
|
|
24
24
|
attr_accessor :user_id
|
25
25
|
|
@@ -27,6 +27,10 @@ module MailSlurpClient
|
|
27
27
|
|
28
28
|
attr_accessor :event_name
|
29
29
|
|
30
|
+
attr_accessor :updated_at
|
31
|
+
|
32
|
+
attr_accessor :created_at
|
33
|
+
|
30
34
|
attr_accessor :health_status
|
31
35
|
|
32
36
|
attr_accessor :phone_number_id
|
@@ -35,10 +39,6 @@ module MailSlurpClient
|
|
35
39
|
|
36
40
|
attr_accessor :id
|
37
41
|
|
38
|
-
attr_accessor :username
|
39
|
-
|
40
|
-
attr_accessor :password
|
41
|
-
|
42
42
|
class EnumAttributeValidator
|
43
43
|
attr_reader :datatype
|
44
44
|
attr_reader :allowable_values
|
@@ -64,36 +64,36 @@ module MailSlurpClient
|
|
64
64
|
# Attribute mapping from ruby-style variable name to JSON key.
|
65
65
|
def self.attribute_map
|
66
66
|
{
|
67
|
-
:'created_at' => :'createdAt',
|
68
|
-
:'updated_at' => :'updatedAt',
|
69
67
|
:'url' => :'url',
|
68
|
+
:'password' => :'password',
|
69
|
+
:'username' => :'username',
|
70
70
|
:'user_id' => :'userId',
|
71
71
|
:'inbox_id' => :'inboxId',
|
72
72
|
:'event_name' => :'eventName',
|
73
|
+
:'updated_at' => :'updatedAt',
|
74
|
+
:'created_at' => :'createdAt',
|
73
75
|
:'health_status' => :'healthStatus',
|
74
76
|
:'phone_number_id' => :'phoneNumberId',
|
75
77
|
:'name' => :'name',
|
76
|
-
:'id' => :'id'
|
77
|
-
:'username' => :'username',
|
78
|
-
:'password' => :'password'
|
78
|
+
:'id' => :'id'
|
79
79
|
}
|
80
80
|
end
|
81
81
|
|
82
82
|
# Attribute type mapping.
|
83
83
|
def self.openapi_types
|
84
84
|
{
|
85
|
-
:'created_at' => :'DateTime',
|
86
|
-
:'updated_at' => :'DateTime',
|
87
85
|
:'url' => :'String',
|
86
|
+
:'password' => :'String',
|
87
|
+
:'username' => :'String',
|
88
88
|
:'user_id' => :'String',
|
89
89
|
:'inbox_id' => :'String',
|
90
90
|
:'event_name' => :'String',
|
91
|
+
:'updated_at' => :'DateTime',
|
92
|
+
:'created_at' => :'DateTime',
|
91
93
|
:'health_status' => :'String',
|
92
94
|
:'phone_number_id' => :'String',
|
93
95
|
:'name' => :'String',
|
94
|
-
:'id' => :'String'
|
95
|
-
:'username' => :'String',
|
96
|
-
:'password' => :'String'
|
96
|
+
:'id' => :'String'
|
97
97
|
}
|
98
98
|
end
|
99
99
|
|
@@ -118,16 +118,16 @@ module MailSlurpClient
|
|
118
118
|
h[k.to_sym] = v
|
119
119
|
}
|
120
120
|
|
121
|
-
if attributes.key?(:'
|
122
|
-
self.
|
121
|
+
if attributes.key?(:'url')
|
122
|
+
self.url = attributes[:'url']
|
123
123
|
end
|
124
124
|
|
125
|
-
if attributes.key?(:'
|
126
|
-
self.
|
125
|
+
if attributes.key?(:'password')
|
126
|
+
self.password = attributes[:'password']
|
127
127
|
end
|
128
128
|
|
129
|
-
if attributes.key?(:'
|
130
|
-
self.
|
129
|
+
if attributes.key?(:'username')
|
130
|
+
self.username = attributes[:'username']
|
131
131
|
end
|
132
132
|
|
133
133
|
if attributes.key?(:'user_id')
|
@@ -142,6 +142,14 @@ module MailSlurpClient
|
|
142
142
|
self.event_name = attributes[:'event_name']
|
143
143
|
end
|
144
144
|
|
145
|
+
if attributes.key?(:'updated_at')
|
146
|
+
self.updated_at = attributes[:'updated_at']
|
147
|
+
end
|
148
|
+
|
149
|
+
if attributes.key?(:'created_at')
|
150
|
+
self.created_at = attributes[:'created_at']
|
151
|
+
end
|
152
|
+
|
145
153
|
if attributes.key?(:'health_status')
|
146
154
|
self.health_status = attributes[:'health_status']
|
147
155
|
end
|
@@ -157,28 +165,12 @@ module MailSlurpClient
|
|
157
165
|
if attributes.key?(:'id')
|
158
166
|
self.id = attributes[:'id']
|
159
167
|
end
|
160
|
-
|
161
|
-
if attributes.key?(:'username')
|
162
|
-
self.username = attributes[:'username']
|
163
|
-
end
|
164
|
-
|
165
|
-
if attributes.key?(:'password')
|
166
|
-
self.password = attributes[:'password']
|
167
|
-
end
|
168
168
|
end
|
169
169
|
|
170
170
|
# Show invalid properties with the reasons. Usually used together with valid?
|
171
171
|
# @return Array for valid properties with the reasons
|
172
172
|
def list_invalid_properties
|
173
173
|
invalid_properties = Array.new
|
174
|
-
if @created_at.nil?
|
175
|
-
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
176
|
-
end
|
177
|
-
|
178
|
-
if @updated_at.nil?
|
179
|
-
invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
|
180
|
-
end
|
181
|
-
|
182
174
|
if @url.nil?
|
183
175
|
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
184
176
|
end
|
@@ -187,6 +179,14 @@ module MailSlurpClient
|
|
187
179
|
invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
|
188
180
|
end
|
189
181
|
|
182
|
+
if @updated_at.nil?
|
183
|
+
invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
|
184
|
+
end
|
185
|
+
|
186
|
+
if @created_at.nil?
|
187
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
188
|
+
end
|
189
|
+
|
190
190
|
if @id.nil?
|
191
191
|
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
192
192
|
end
|
@@ -197,12 +197,12 @@ module MailSlurpClient
|
|
197
197
|
# Check to see if the all the properties in the model are valid
|
198
198
|
# @return true if the model is valid
|
199
199
|
def valid?
|
200
|
-
return false if @created_at.nil?
|
201
|
-
return false if @updated_at.nil?
|
202
200
|
return false if @url.nil?
|
203
201
|
return false if @user_id.nil?
|
204
202
|
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"])
|
205
203
|
return false unless event_name_validator.valid?(@event_name)
|
204
|
+
return false if @updated_at.nil?
|
205
|
+
return false if @created_at.nil?
|
206
206
|
health_status_validator = EnumAttributeValidator.new('String', ["HEALTHY", "UNHEALTHY"])
|
207
207
|
return false unless health_status_validator.valid?(@health_status)
|
208
208
|
return false if @id.nil?
|
@@ -234,18 +234,18 @@ module MailSlurpClient
|
|
234
234
|
def ==(o)
|
235
235
|
return true if self.equal?(o)
|
236
236
|
self.class == o.class &&
|
237
|
-
created_at == o.created_at &&
|
238
|
-
updated_at == o.updated_at &&
|
239
237
|
url == o.url &&
|
238
|
+
password == o.password &&
|
239
|
+
username == o.username &&
|
240
240
|
user_id == o.user_id &&
|
241
241
|
inbox_id == o.inbox_id &&
|
242
242
|
event_name == o.event_name &&
|
243
|
+
updated_at == o.updated_at &&
|
244
|
+
created_at == o.created_at &&
|
243
245
|
health_status == o.health_status &&
|
244
246
|
phone_number_id == o.phone_number_id &&
|
245
247
|
name == o.name &&
|
246
|
-
id == o.id
|
247
|
-
username == o.username &&
|
248
|
-
password == o.password
|
248
|
+
id == o.id
|
249
249
|
end
|
250
250
|
|
251
251
|
# @see the `==` method
|
@@ -257,7 +257,7 @@ module MailSlurpClient
|
|
257
257
|
# Calculates hash code according to all attributes.
|
258
258
|
# @return [Integer] Hash code
|
259
259
|
def hash
|
260
|
-
[
|
260
|
+
[url, password, username, user_id, inbox_id, event_name, updated_at, created_at, health_status, phone_number_id, name, id].hash
|
261
261
|
end
|
262
262
|
|
263
263
|
# Builds the object from hash
|
data/lib/mailslurp_client.rb
CHANGED
@@ -71,6 +71,9 @@ require 'mailslurp_client/models/create_inbox_dto'
|
|
71
71
|
require 'mailslurp_client/models/create_inbox_forwarder_options'
|
72
72
|
require 'mailslurp_client/models/create_inbox_replier_options'
|
73
73
|
require 'mailslurp_client/models/create_inbox_ruleset_options'
|
74
|
+
require 'mailslurp_client/models/create_o_auth_connection_result'
|
75
|
+
require 'mailslurp_client/models/create_o_auth_exchange_result'
|
76
|
+
require 'mailslurp_client/models/create_phone_number_options'
|
74
77
|
require 'mailslurp_client/models/create_portal_options'
|
75
78
|
require 'mailslurp_client/models/create_portal_user_options'
|
76
79
|
require 'mailslurp_client/models/create_template_options'
|
@@ -125,6 +128,9 @@ require 'mailslurp_client/models/email_verification_result'
|
|
125
128
|
require 'mailslurp_client/models/emergency_address'
|
126
129
|
require 'mailslurp_client/models/emergency_address_dto'
|
127
130
|
require 'mailslurp_client/models/empty_response_dto'
|
131
|
+
require 'mailslurp_client/models/entity_automation_item_projection'
|
132
|
+
require 'mailslurp_client/models/entity_event_item_projection'
|
133
|
+
require 'mailslurp_client/models/entity_favourite_item_projection'
|
128
134
|
require 'mailslurp_client/models/expiration_defaults'
|
129
135
|
require 'mailslurp_client/models/expired_inbox_dto'
|
130
136
|
require 'mailslurp_client/models/expired_inbox_record_projection'
|
@@ -232,6 +238,9 @@ require 'mailslurp_client/models/page_email_preview'
|
|
232
238
|
require 'mailslurp_client/models/page_email_projection'
|
233
239
|
require 'mailslurp_client/models/page_email_thread_projection'
|
234
240
|
require 'mailslurp_client/models/page_email_validation_request'
|
241
|
+
require 'mailslurp_client/models/page_entity_automation_items'
|
242
|
+
require 'mailslurp_client/models/page_entity_event_items'
|
243
|
+
require 'mailslurp_client/models/page_entity_favourite_items'
|
235
244
|
require 'mailslurp_client/models/page_expired_inbox_record_projection'
|
236
245
|
require 'mailslurp_client/models/page_group_projection'
|
237
246
|
require 'mailslurp_client/models/page_guest_portal_users'
|
@@ -246,8 +255,11 @@ require 'mailslurp_client/models/page_list_unsubscribe_recipients'
|
|
246
255
|
require 'mailslurp_client/models/page_missed_email_projection'
|
247
256
|
require 'mailslurp_client/models/page_opt_in_identity_projection'
|
248
257
|
require 'mailslurp_client/models/page_organization_inbox_projection'
|
258
|
+
require 'mailslurp_client/models/page_phone_message_thread_item_projection'
|
259
|
+
require 'mailslurp_client/models/page_phone_message_thread_projection'
|
249
260
|
require 'mailslurp_client/models/page_phone_number_projection'
|
250
261
|
require 'mailslurp_client/models/page_plus_address_projection'
|
262
|
+
require 'mailslurp_client/models/page_reputation_items'
|
251
263
|
require 'mailslurp_client/models/page_scheduled_jobs'
|
252
264
|
require 'mailslurp_client/models/page_sent_email_projection'
|
253
265
|
require 'mailslurp_client/models/page_sent_email_with_queue_projection'
|
@@ -260,6 +272,8 @@ require 'mailslurp_client/models/page_webhook_endpoint_projection'
|
|
260
272
|
require 'mailslurp_client/models/page_webhook_projection'
|
261
273
|
require 'mailslurp_client/models/page_webhook_result'
|
262
274
|
require 'mailslurp_client/models/pageable_object'
|
275
|
+
require 'mailslurp_client/models/phone_message_thread_item_projection'
|
276
|
+
require 'mailslurp_client/models/phone_message_thread_projection'
|
263
277
|
require 'mailslurp_client/models/phone_number_dto'
|
264
278
|
require 'mailslurp_client/models/phone_number_projection'
|
265
279
|
require 'mailslurp_client/models/phone_number_validation_dto'
|
@@ -275,6 +289,7 @@ require 'mailslurp_client/models/recipient_projection'
|
|
275
289
|
require 'mailslurp_client/models/reply_for_sms'
|
276
290
|
require 'mailslurp_client/models/reply_to_alias_email_options'
|
277
291
|
require 'mailslurp_client/models/reply_to_email_options'
|
292
|
+
require 'mailslurp_client/models/reputation_item_projection'
|
278
293
|
require 'mailslurp_client/models/scheduled_job'
|
279
294
|
require 'mailslurp_client/models/scheduled_job_dto'
|
280
295
|
require 'mailslurp_client/models/search_emails_options'
|
@@ -385,6 +400,7 @@ require 'mailslurp_client/api/inbox_replier_controller_api'
|
|
385
400
|
require 'mailslurp_client/api/inbox_ruleset_controller_api'
|
386
401
|
require 'mailslurp_client/api/mail_server_controller_api'
|
387
402
|
require 'mailslurp_client/api/missed_email_controller_api'
|
403
|
+
require 'mailslurp_client/api/o_auth_connection_api'
|
388
404
|
require 'mailslurp_client/api/phone_controller_api'
|
389
405
|
require 'mailslurp_client/api/sent_emails_controller_api'
|
390
406
|
require 'mailslurp_client/api/sms_controller_api'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mailslurp_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 15.
|
4
|
+
version: 15.21.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mailslurp
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Create emails addresses in Ruby then send and receive real emails and
|
14
14
|
attachments. See https://www.mailslurp.com/ruby/ for full Ruby documentation. Get
|
@@ -46,6 +46,7 @@ files:
|
|
46
46
|
- lib/mailslurp_client/api/inbox_ruleset_controller_api.rb
|
47
47
|
- lib/mailslurp_client/api/mail_server_controller_api.rb
|
48
48
|
- lib/mailslurp_client/api/missed_email_controller_api.rb
|
49
|
+
- lib/mailslurp_client/api/o_auth_connection_api.rb
|
49
50
|
- lib/mailslurp_client/api/phone_controller_api.rb
|
50
51
|
- lib/mailslurp_client/api/sent_emails_controller_api.rb
|
51
52
|
- lib/mailslurp_client/api/sms_controller_api.rb
|
@@ -113,6 +114,9 @@ files:
|
|
113
114
|
- lib/mailslurp_client/models/create_inbox_forwarder_options.rb
|
114
115
|
- lib/mailslurp_client/models/create_inbox_replier_options.rb
|
115
116
|
- lib/mailslurp_client/models/create_inbox_ruleset_options.rb
|
117
|
+
- lib/mailslurp_client/models/create_o_auth_connection_result.rb
|
118
|
+
- lib/mailslurp_client/models/create_o_auth_exchange_result.rb
|
119
|
+
- lib/mailslurp_client/models/create_phone_number_options.rb
|
116
120
|
- lib/mailslurp_client/models/create_portal_options.rb
|
117
121
|
- lib/mailslurp_client/models/create_portal_user_options.rb
|
118
122
|
- lib/mailslurp_client/models/create_template_options.rb
|
@@ -167,6 +171,9 @@ files:
|
|
167
171
|
- lib/mailslurp_client/models/emergency_address.rb
|
168
172
|
- lib/mailslurp_client/models/emergency_address_dto.rb
|
169
173
|
- lib/mailslurp_client/models/empty_response_dto.rb
|
174
|
+
- lib/mailslurp_client/models/entity_automation_item_projection.rb
|
175
|
+
- lib/mailslurp_client/models/entity_event_item_projection.rb
|
176
|
+
- lib/mailslurp_client/models/entity_favourite_item_projection.rb
|
170
177
|
- lib/mailslurp_client/models/expiration_defaults.rb
|
171
178
|
- lib/mailslurp_client/models/expired_inbox_dto.rb
|
172
179
|
- lib/mailslurp_client/models/expired_inbox_record_projection.rb
|
@@ -274,6 +281,9 @@ files:
|
|
274
281
|
- lib/mailslurp_client/models/page_email_projection.rb
|
275
282
|
- lib/mailslurp_client/models/page_email_thread_projection.rb
|
276
283
|
- lib/mailslurp_client/models/page_email_validation_request.rb
|
284
|
+
- lib/mailslurp_client/models/page_entity_automation_items.rb
|
285
|
+
- lib/mailslurp_client/models/page_entity_event_items.rb
|
286
|
+
- lib/mailslurp_client/models/page_entity_favourite_items.rb
|
277
287
|
- lib/mailslurp_client/models/page_expired_inbox_record_projection.rb
|
278
288
|
- lib/mailslurp_client/models/page_group_projection.rb
|
279
289
|
- lib/mailslurp_client/models/page_guest_portal_users.rb
|
@@ -288,8 +298,11 @@ files:
|
|
288
298
|
- lib/mailslurp_client/models/page_missed_email_projection.rb
|
289
299
|
- lib/mailslurp_client/models/page_opt_in_identity_projection.rb
|
290
300
|
- lib/mailslurp_client/models/page_organization_inbox_projection.rb
|
301
|
+
- lib/mailslurp_client/models/page_phone_message_thread_item_projection.rb
|
302
|
+
- lib/mailslurp_client/models/page_phone_message_thread_projection.rb
|
291
303
|
- lib/mailslurp_client/models/page_phone_number_projection.rb
|
292
304
|
- lib/mailslurp_client/models/page_plus_address_projection.rb
|
305
|
+
- lib/mailslurp_client/models/page_reputation_items.rb
|
293
306
|
- lib/mailslurp_client/models/page_scheduled_jobs.rb
|
294
307
|
- lib/mailslurp_client/models/page_sent_email_projection.rb
|
295
308
|
- lib/mailslurp_client/models/page_sent_email_with_queue_projection.rb
|
@@ -302,6 +315,8 @@ files:
|
|
302
315
|
- lib/mailslurp_client/models/page_webhook_projection.rb
|
303
316
|
- lib/mailslurp_client/models/page_webhook_result.rb
|
304
317
|
- lib/mailslurp_client/models/pageable_object.rb
|
318
|
+
- lib/mailslurp_client/models/phone_message_thread_item_projection.rb
|
319
|
+
- lib/mailslurp_client/models/phone_message_thread_projection.rb
|
305
320
|
- lib/mailslurp_client/models/phone_number_dto.rb
|
306
321
|
- lib/mailslurp_client/models/phone_number_projection.rb
|
307
322
|
- lib/mailslurp_client/models/phone_number_validation_dto.rb
|
@@ -317,6 +332,7 @@ files:
|
|
317
332
|
- lib/mailslurp_client/models/reply_for_sms.rb
|
318
333
|
- lib/mailslurp_client/models/reply_to_alias_email_options.rb
|
319
334
|
- lib/mailslurp_client/models/reply_to_email_options.rb
|
335
|
+
- lib/mailslurp_client/models/reputation_item_projection.rb
|
320
336
|
- lib/mailslurp_client/models/scheduled_job.rb
|
321
337
|
- lib/mailslurp_client/models/scheduled_job_dto.rb
|
322
338
|
- lib/mailslurp_client/models/search_emails_options.rb
|