mailslurp_client 15.13.32 → 15.15.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mailslurp_client/api/api_user_controller_api.rb +0 -4
  3. data/lib/mailslurp_client/api/bounce_controller_api.rb +76 -0
  4. data/lib/mailslurp_client/api/inbox_controller_api.rb +131 -5
  5. data/lib/mailslurp_client/api/inbox_forwarder_controller_api.rb +145 -0
  6. data/lib/mailslurp_client/api/missed_email_controller_api.rb +6 -6
  7. data/lib/mailslurp_client/models/alias_dto.rb +5 -0
  8. data/lib/mailslurp_client/models/alias_projection.rb +13 -13
  9. data/lib/mailslurp_client/models/attachment_entity.rb +0 -1
  10. data/lib/mailslurp_client/models/attachment_projection.rb +3 -0
  11. data/lib/mailslurp_client/models/bounce_projection.rb +3 -0
  12. data/lib/mailslurp_client/models/bounce_recipient_projection.rb +3 -0
  13. data/lib/mailslurp_client/models/bounced_email_dto.rb +12 -0
  14. data/lib/mailslurp_client/models/bounced_recipient_dto.rb +10 -0
  15. data/lib/mailslurp_client/models/contact_dto.rb +7 -0
  16. data/lib/mailslurp_client/models/contact_projection.rb +5 -0
  17. data/lib/mailslurp_client/models/create_alias_options.rb +2 -0
  18. data/lib/mailslurp_client/models/create_contact_options.rb +1 -0
  19. data/lib/mailslurp_client/models/create_group_options.rb +1 -0
  20. data/lib/mailslurp_client/models/create_inbox_dto.rb +1 -0
  21. data/lib/mailslurp_client/models/create_tracking_pixel_options.rb +2 -0
  22. data/lib/mailslurp_client/models/create_webhook_options.rb +2 -0
  23. data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +1 -0
  24. data/lib/mailslurp_client/models/domain_dto.rb +1 -0
  25. data/lib/mailslurp_client/models/domain_preview.rb +1 -0
  26. data/lib/mailslurp_client/models/email.rb +1 -0
  27. data/lib/mailslurp_client/models/email_preview.rb +1 -0
  28. data/lib/mailslurp_client/models/email_projection.rb +35 -27
  29. data/lib/mailslurp_client/models/{email_validation_request.rb → email_validation_request_dto.rb} +8 -3
  30. data/lib/mailslurp_client/models/email_verification_result.rb +1 -0
  31. data/lib/mailslurp_client/models/expiration_defaults.rb +3 -0
  32. data/lib/mailslurp_client/models/export_options.rb +5 -0
  33. data/lib/mailslurp_client/models/forward_email_options.rb +20 -4
  34. data/lib/mailslurp_client/models/group_dto.rb +1 -0
  35. data/lib/mailslurp_client/models/group_projection.rb +1 -0
  36. data/lib/mailslurp_client/models/inbox_by_email_address_result.rb +1 -0
  37. data/lib/mailslurp_client/models/inbox_by_name_result.rb +1 -0
  38. data/lib/mailslurp_client/models/inbox_forwarder_event_projection.rb +316 -0
  39. data/lib/mailslurp_client/models/list_unsubscribe_recipient_projection.rb +250 -0
  40. data/lib/mailslurp_client/models/match_options.rb +2 -0
  41. data/lib/mailslurp_client/models/{missed_email.rb → missed_email_dto.rb} +16 -3
  42. data/lib/mailslurp_client/models/missed_email_projection.rb +3 -0
  43. data/lib/mailslurp_client/models/organization_inbox_projection.rb +1 -0
  44. data/lib/mailslurp_client/models/page_email_validation_request.rb +1 -1
  45. data/lib/mailslurp_client/models/page_inbox_forwarder_events.rb +308 -0
  46. data/lib/mailslurp_client/models/page_list_unsubscribe_recipients.rb +308 -0
  47. data/lib/mailslurp_client/models/phone_number_projection.rb +19 -19
  48. data/lib/mailslurp_client/models/recipient.rb +1 -0
  49. data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +6 -0
  50. data/lib/mailslurp_client/models/reply_to_email_options.rb +8 -0
  51. data/lib/mailslurp_client/models/scheduled_job.rb +2 -2
  52. data/lib/mailslurp_client/models/scheduled_job_dto.rb +371 -0
  53. data/lib/mailslurp_client/models/send_email_options.rb +20 -0
  54. data/lib/mailslurp_client/models/sent_email_dto.rb +22 -0
  55. data/lib/mailslurp_client/models/sent_email_projection.rb +48 -48
  56. data/lib/mailslurp_client/models/simple_send_email_options.rb +3 -0
  57. data/lib/mailslurp_client/models/sms_projection.rb +15 -15
  58. data/lib/mailslurp_client/models/template_projection.rb +20 -20
  59. data/lib/mailslurp_client/models/thread_projection.rb +26 -26
  60. data/lib/mailslurp_client/models/tracking_pixel_dto.rb +4 -0
  61. data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +13 -13
  62. data/lib/mailslurp_client/models/update_alias_options.rb +1 -0
  63. data/lib/mailslurp_client/models/update_domain_options.rb +1 -0
  64. data/lib/mailslurp_client/models/verify_email_address_options.rb +3 -0
  65. data/lib/mailslurp_client/models/wait_for_conditions.rb +8 -0
  66. data/lib/mailslurp_client/models/wait_for_sms_conditions.rb +8 -0
  67. data/lib/mailslurp_client/models/webhook_bounce_payload.rb +3 -0
  68. data/lib/mailslurp_client/models/webhook_bounce_recipient_payload.rb +1 -0
  69. data/lib/mailslurp_client/models/webhook_delivery_status_payload.rb +1 -0
  70. data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +1 -0
  71. data/lib/mailslurp_client/models/webhook_email_read_payload.rb +1 -0
  72. data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +1 -0
  73. data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +2 -0
  74. data/lib/mailslurp_client/models/webhook_new_email_payload.rb +3 -0
  75. data/lib/mailslurp_client/models/webhook_projection.rb +13 -13
  76. data/lib/mailslurp_client/models/webhook_redrive_result.rb +1 -0
  77. data/lib/mailslurp_client/models/webhook_result_dto.rb +6 -0
  78. data/lib/mailslurp_client/models/webhook_test_request.rb +1 -0
  79. data/lib/mailslurp_client/models/webhook_test_response.rb +2 -0
  80. data/lib/mailslurp_client/models/webhook_test_result.rb +1 -0
  81. data/lib/mailslurp_client/version.rb +1 -1
  82. data/lib/mailslurp_client.rb +7 -2
  83. metadata +9 -4
@@ -62,6 +62,11 @@ module MailSlurpClient
62
62
  # List of attributes with nullable: true
63
63
  def self.openapi_nullable
64
64
  Set.new([
65
+ :'user_id',
66
+ :'sent_email_id',
67
+ :'diagnostic_code',
68
+ :'action',
69
+ :'status',
65
70
  ])
66
71
  end
67
72
 
@@ -117,6 +122,10 @@ module MailSlurpClient
117
122
  # @return Array for valid properties with the reasons
118
123
  def list_invalid_properties
119
124
  invalid_properties = Array.new
125
+ if @id.nil?
126
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
127
+ end
128
+
120
129
  if @recipient.nil?
121
130
  invalid_properties.push('invalid value for "recipient", recipient cannot be nil.')
122
131
  end
@@ -131,6 +140,7 @@ module MailSlurpClient
131
140
  # Check to see if the all the properties in the model are valid
132
141
  # @return true if the model is valid
133
142
  def valid?
143
+ return false if @id.nil?
134
144
  return false if @recipient.nil?
135
145
  return false if @created_at.nil?
136
146
  true
@@ -74,6 +74,13 @@ module MailSlurpClient
74
74
  # List of attributes with nullable: true
75
75
  def self.openapi_nullable
76
76
  Set.new([
77
+ :'group_id',
78
+ :'first_name',
79
+ :'last_name',
80
+ :'company',
81
+ :'primary_email_address',
82
+ :'meta_data',
83
+ :'opt_out',
77
84
  ])
78
85
  end
79
86
 
@@ -62,6 +62,11 @@ module MailSlurpClient
62
62
  # List of attributes with nullable: true
63
63
  def self.openapi_nullable
64
64
  Set.new([
65
+ :'group_id',
66
+ :'first_name',
67
+ :'last_name',
68
+ :'company',
69
+ :'email_addresses',
65
70
  ])
66
71
  end
67
72
 
@@ -50,6 +50,8 @@ module MailSlurpClient
50
50
  # List of attributes with nullable: true
51
51
  def self.openapi_nullable
52
52
  Set.new([
53
+ :'inbox_id',
54
+ :'name',
53
55
  ])
54
56
  end
55
57
 
@@ -71,6 +71,7 @@ module MailSlurpClient
71
71
  :'company',
72
72
  :'email_addresses',
73
73
  :'tags',
74
+ :'meta_data',
74
75
  :'opt_out',
75
76
  :'group_id'
76
77
  ])
@@ -38,6 +38,7 @@ module MailSlurpClient
38
38
  # List of attributes with nullable: true
39
39
  def self.openapi_nullable
40
40
  Set.new([
41
+ :'description'
41
42
  ])
42
43
  end
43
44
 
@@ -107,6 +107,7 @@ module MailSlurpClient
107
107
  # List of attributes with nullable: true
108
108
  def self.openapi_nullable
109
109
  Set.new([
110
+ :'email_address',
110
111
  :'name',
111
112
  :'description',
112
113
  :'use_domain_pool',
@@ -38,6 +38,8 @@ module MailSlurpClient
38
38
  # List of attributes with nullable: true
39
39
  def self.openapi_nullable
40
40
  Set.new([
41
+ :'name',
42
+ :'recipient'
41
43
  ])
42
44
  end
43
45
 
@@ -81,6 +81,8 @@ module MailSlurpClient
81
81
  def self.openapi_nullable
82
82
  Set.new([
83
83
  :'basic_auth',
84
+ :'name',
85
+ :'event_name',
84
86
  :'request_body_template'
85
87
  ])
86
88
  end
@@ -42,6 +42,7 @@ module MailSlurpClient
42
42
  # List of attributes with nullable: true
43
43
  def self.openapi_nullable
44
44
  Set.new([
45
+ :'message'
45
46
  ])
46
47
  end
47
48
 
@@ -103,6 +103,7 @@ module MailSlurpClient
103
103
  # List of attributes with nullable: true
104
104
  def self.openapi_nullable
105
105
  Set.new([
106
+ :'catch_all_inbox_id',
106
107
  ])
107
108
  end
108
109
 
@@ -77,6 +77,7 @@ module MailSlurpClient
77
77
  # List of attributes with nullable: true
78
78
  def self.openapi_nullable
79
79
  Set.new([
80
+ :'catch_all_inbox_id',
80
81
  ])
81
82
  end
82
83
 
@@ -151,6 +151,7 @@ module MailSlurpClient
151
151
  # List of attributes with nullable: true
152
152
  def self.openapi_nullable
153
153
  Set.new([
154
+ :'domain_id',
154
155
  :'from',
155
156
  :'sender',
156
157
  :'recipients',
@@ -80,6 +80,7 @@ module MailSlurpClient
80
80
  # List of attributes with nullable: true
81
81
  def self.openapi_nullable
82
82
  Set.new([
83
+ :'domain_id',
83
84
  :'subject',
84
85
  :'to',
85
86
  :'from',
@@ -25,24 +25,24 @@ module MailSlurpClient
25
25
 
26
26
  attr_accessor :attachments
27
27
 
28
+ attr_accessor :created_at
29
+
28
30
  attr_accessor :to
29
31
 
30
32
  attr_accessor :bcc
31
33
 
32
34
  attr_accessor :cc
33
35
 
34
- attr_accessor :created_at
35
-
36
36
  attr_accessor :domain_id
37
37
 
38
38
  attr_accessor :read
39
39
 
40
+ attr_accessor :body_excerpt
41
+
40
42
  attr_accessor :team_access
41
43
 
42
44
  attr_accessor :body_md5_hash
43
45
 
44
- attr_accessor :body_excerpt
45
-
46
46
  # Attribute mapping from ruby-style variable name to JSON key.
47
47
  def self.attribute_map
48
48
  {
@@ -51,15 +51,15 @@ module MailSlurpClient
51
51
  :'subject' => :'subject',
52
52
  :'inbox_id' => :'inboxId',
53
53
  :'attachments' => :'attachments',
54
+ :'created_at' => :'createdAt',
54
55
  :'to' => :'to',
55
56
  :'bcc' => :'bcc',
56
57
  :'cc' => :'cc',
57
- :'created_at' => :'createdAt',
58
58
  :'domain_id' => :'domainId',
59
59
  :'read' => :'read',
60
+ :'body_excerpt' => :'bodyExcerpt',
60
61
  :'team_access' => :'teamAccess',
61
- :'body_md5_hash' => :'bodyMD5Hash',
62
- :'body_excerpt' => :'bodyExcerpt'
62
+ :'body_md5_hash' => :'bodyMD5Hash'
63
63
  }
64
64
  end
65
65
 
@@ -71,21 +71,29 @@ module MailSlurpClient
71
71
  :'subject' => :'String',
72
72
  :'inbox_id' => :'String',
73
73
  :'attachments' => :'Array<String>',
74
+ :'created_at' => :'DateTime',
74
75
  :'to' => :'Array<String>',
75
76
  :'bcc' => :'Array<String>',
76
77
  :'cc' => :'Array<String>',
77
- :'created_at' => :'DateTime',
78
78
  :'domain_id' => :'String',
79
79
  :'read' => :'Boolean',
80
+ :'body_excerpt' => :'String',
80
81
  :'team_access' => :'Boolean',
81
- :'body_md5_hash' => :'String',
82
- :'body_excerpt' => :'String'
82
+ :'body_md5_hash' => :'String'
83
83
  }
84
84
  end
85
85
 
86
86
  # List of attributes with nullable: true
87
87
  def self.openapi_nullable
88
88
  Set.new([
89
+ :'from',
90
+ :'subject',
91
+ :'attachments',
92
+ :'bcc',
93
+ :'cc',
94
+ :'domain_id',
95
+ :'body_excerpt',
96
+ :'body_md5_hash'
89
97
  ])
90
98
  end
91
99
 
@@ -126,6 +134,10 @@ module MailSlurpClient
126
134
  end
127
135
  end
128
136
 
137
+ if attributes.key?(:'created_at')
138
+ self.created_at = attributes[:'created_at']
139
+ end
140
+
129
141
  if attributes.key?(:'to')
130
142
  if (value = attributes[:'to']).is_a?(Array)
131
143
  self.to = value
@@ -144,10 +156,6 @@ module MailSlurpClient
144
156
  end
145
157
  end
146
158
 
147
- if attributes.key?(:'created_at')
148
- self.created_at = attributes[:'created_at']
149
- end
150
-
151
159
  if attributes.key?(:'domain_id')
152
160
  self.domain_id = attributes[:'domain_id']
153
161
  end
@@ -156,6 +164,10 @@ module MailSlurpClient
156
164
  self.read = attributes[:'read']
157
165
  end
158
166
 
167
+ if attributes.key?(:'body_excerpt')
168
+ self.body_excerpt = attributes[:'body_excerpt']
169
+ end
170
+
159
171
  if attributes.key?(:'team_access')
160
172
  self.team_access = attributes[:'team_access']
161
173
  end
@@ -163,10 +175,6 @@ module MailSlurpClient
163
175
  if attributes.key?(:'body_md5_hash')
164
176
  self.body_md5_hash = attributes[:'body_md5_hash']
165
177
  end
166
-
167
- if attributes.key?(:'body_excerpt')
168
- self.body_excerpt = attributes[:'body_excerpt']
169
- end
170
178
  end
171
179
 
172
180
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -181,14 +189,14 @@ module MailSlurpClient
181
189
  invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
182
190
  end
183
191
 
184
- if @to.nil?
185
- invalid_properties.push('invalid value for "to", to cannot be nil.')
186
- end
187
-
188
192
  if @created_at.nil?
189
193
  invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
190
194
  end
191
195
 
196
+ if @to.nil?
197
+ invalid_properties.push('invalid value for "to", to cannot be nil.')
198
+ end
199
+
192
200
  if @read.nil?
193
201
  invalid_properties.push('invalid value for "read", read cannot be nil.')
194
202
  end
@@ -205,8 +213,8 @@ module MailSlurpClient
205
213
  def valid?
206
214
  return false if @id.nil?
207
215
  return false if @inbox_id.nil?
208
- return false if @to.nil?
209
216
  return false if @created_at.nil?
217
+ return false if @to.nil?
210
218
  return false if @read.nil?
211
219
  return false if @team_access.nil?
212
220
  true
@@ -222,15 +230,15 @@ module MailSlurpClient
222
230
  subject == o.subject &&
223
231
  inbox_id == o.inbox_id &&
224
232
  attachments == o.attachments &&
233
+ created_at == o.created_at &&
225
234
  to == o.to &&
226
235
  bcc == o.bcc &&
227
236
  cc == o.cc &&
228
- created_at == o.created_at &&
229
237
  domain_id == o.domain_id &&
230
238
  read == o.read &&
239
+ body_excerpt == o.body_excerpt &&
231
240
  team_access == o.team_access &&
232
- body_md5_hash == o.body_md5_hash &&
233
- body_excerpt == o.body_excerpt
241
+ body_md5_hash == o.body_md5_hash
234
242
  end
235
243
 
236
244
  # @see the `==` method
@@ -242,7 +250,7 @@ module MailSlurpClient
242
250
  # Calculates hash code according to all attributes.
243
251
  # @return [Integer] Hash code
244
252
  def hash
245
- [id, from, subject, inbox_id, attachments, to, bcc, cc, created_at, domain_id, read, team_access, body_md5_hash, body_excerpt].hash
253
+ [id, from, subject, inbox_id, attachments, created_at, to, bcc, cc, domain_id, read, body_excerpt, team_access, body_md5_hash].hash
246
254
  end
247
255
 
248
256
  # Builds the object from hash
@@ -14,7 +14,7 @@ require 'date'
14
14
 
15
15
  module MailSlurpClient
16
16
  # Email validation request
17
- class EmailValidationRequest
17
+ class EmailValidationRequestDto
18
18
  attr_accessor :id
19
19
 
20
20
  attr_accessor :user_id
@@ -61,13 +61,13 @@ module MailSlurpClient
61
61
  # @param [Hash] attributes Model attributes in the form of hash
62
62
  def initialize(attributes = {})
63
63
  if (!attributes.is_a?(Hash))
64
- fail ArgumentError, "The input argument (attributes) must be a hash in `MailSlurpClient::EmailValidationRequest` initialize method"
64
+ fail ArgumentError, "The input argument (attributes) must be a hash in `MailSlurpClient::EmailValidationRequestDto` initialize method"
65
65
  end
66
66
 
67
67
  # check to see if the attribute exists and convert string to symbol for hash key
68
68
  attributes = attributes.each_with_object({}) { |(k, v), h|
69
69
  if (!self.class.attribute_map.key?(k.to_sym))
70
- fail ArgumentError, "`#{k}` is not a valid attribute in `MailSlurpClient::EmailValidationRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
70
+ fail ArgumentError, "`#{k}` is not a valid attribute in `MailSlurpClient::EmailValidationRequestDto`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
71
71
  end
72
72
  h[k.to_sym] = v
73
73
  }
@@ -101,6 +101,10 @@ module MailSlurpClient
101
101
  # @return Array for valid properties with the reasons
102
102
  def list_invalid_properties
103
103
  invalid_properties = Array.new
104
+ if @id.nil?
105
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
106
+ end
107
+
104
108
  if @user_id.nil?
105
109
  invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
106
110
  end
@@ -127,6 +131,7 @@ module MailSlurpClient
127
131
  # Check to see if the all the properties in the model are valid
128
132
  # @return true if the model is valid
129
133
  def valid?
134
+ return false if @id.nil?
130
135
  return false if @user_id.nil?
131
136
  return false if @email_address.nil?
132
137
  return false if @is_valid.nil?
@@ -50,6 +50,7 @@ module MailSlurpClient
50
50
  # List of attributes with nullable: true
51
51
  def self.openapi_nullable
52
52
  Set.new([
53
+ :'error'
53
54
  ])
54
55
  end
55
56
 
@@ -50,6 +50,9 @@ module MailSlurpClient
50
50
  # List of attributes with nullable: true
51
51
  def self.openapi_nullable
52
52
  Set.new([
53
+ :'default_expiration_millis',
54
+ :'max_expiration_millis',
55
+ :'default_expires_at',
53
56
  ])
54
57
  end
55
58
 
@@ -76,6 +76,11 @@ module MailSlurpClient
76
76
  # List of attributes with nullable: true
77
77
  def self.openapi_nullable
78
78
  Set.new([
79
+ :'exclude_previously_exported',
80
+ :'created_earliest_time',
81
+ :'created_oldest_time',
82
+ :'filter',
83
+ :'list_separator_token'
79
84
  ])
80
85
  end
81
86
 
@@ -33,6 +33,9 @@ module MailSlurpClient
33
33
  # Optionally use inbox name as display name for sender email address
34
34
  attr_accessor :use_inbox_name
35
35
 
36
+ # Filter recipients to remove any bounced recipients from to, bcc, and cc before sending
37
+ attr_accessor :filter_bounced_recipients
38
+
36
39
  # Attribute mapping from ruby-style variable name to JSON key.
37
40
  def self.attribute_map
38
41
  {
@@ -41,7 +44,8 @@ module MailSlurpClient
41
44
  :'cc' => :'cc',
42
45
  :'bcc' => :'bcc',
43
46
  :'from' => :'from',
44
- :'use_inbox_name' => :'useInboxName'
47
+ :'use_inbox_name' => :'useInboxName',
48
+ :'filter_bounced_recipients' => :'filterBouncedRecipients'
45
49
  }
46
50
  end
47
51
 
@@ -53,13 +57,20 @@ module MailSlurpClient
53
57
  :'cc' => :'Array<String>',
54
58
  :'bcc' => :'Array<String>',
55
59
  :'from' => :'String',
56
- :'use_inbox_name' => :'Boolean'
60
+ :'use_inbox_name' => :'Boolean',
61
+ :'filter_bounced_recipients' => :'Boolean'
57
62
  }
58
63
  end
59
64
 
60
65
  # List of attributes with nullable: true
61
66
  def self.openapi_nullable
62
67
  Set.new([
68
+ :'subject',
69
+ :'cc',
70
+ :'bcc',
71
+ :'from',
72
+ :'use_inbox_name',
73
+ :'filter_bounced_recipients'
63
74
  ])
64
75
  end
65
76
 
@@ -107,6 +118,10 @@ module MailSlurpClient
107
118
  if attributes.key?(:'use_inbox_name')
108
119
  self.use_inbox_name = attributes[:'use_inbox_name']
109
120
  end
121
+
122
+ if attributes.key?(:'filter_bounced_recipients')
123
+ self.filter_bounced_recipients = attributes[:'filter_bounced_recipients']
124
+ end
110
125
  end
111
126
 
112
127
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -137,7 +152,8 @@ module MailSlurpClient
137
152
  cc == o.cc &&
138
153
  bcc == o.bcc &&
139
154
  from == o.from &&
140
- use_inbox_name == o.use_inbox_name
155
+ use_inbox_name == o.use_inbox_name &&
156
+ filter_bounced_recipients == o.filter_bounced_recipients
141
157
  end
142
158
 
143
159
  # @see the `==` method
@@ -149,7 +165,7 @@ module MailSlurpClient
149
165
  # Calculates hash code according to all attributes.
150
166
  # @return [Integer] Hash code
151
167
  def hash
152
- [to, subject, cc, bcc, from, use_inbox_name].hash
168
+ [to, subject, cc, bcc, from, use_inbox_name, filter_bounced_recipients].hash
153
169
  end
154
170
 
155
171
  # Builds the object from hash
@@ -46,6 +46,7 @@ module MailSlurpClient
46
46
  # List of attributes with nullable: true
47
47
  def self.openapi_nullable
48
48
  Set.new([
49
+ :'description',
49
50
  ])
50
51
  end
51
52
 
@@ -46,6 +46,7 @@ module MailSlurpClient
46
46
  # List of attributes with nullable: true
47
47
  def self.openapi_nullable
48
48
  Set.new([
49
+ :'description',
49
50
  ])
50
51
  end
51
52
 
@@ -38,6 +38,7 @@ module MailSlurpClient
38
38
  # List of attributes with nullable: true
39
39
  def self.openapi_nullable
40
40
  Set.new([
41
+ :'inbox_id',
41
42
  ])
42
43
  end
43
44
 
@@ -38,6 +38,7 @@ module MailSlurpClient
38
38
  # List of attributes with nullable: true
39
39
  def self.openapi_nullable
40
40
  Set.new([
41
+ :'inbox_id',
41
42
  ])
42
43
  end
43
44