mailslurp_client 15.13.32 → 15.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) 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/missed_email_controller_api.rb +6 -6
  4. data/lib/mailslurp_client/models/alias_dto.rb +5 -0
  5. data/lib/mailslurp_client/models/alias_projection.rb +13 -13
  6. data/lib/mailslurp_client/models/attachment_entity.rb +0 -1
  7. data/lib/mailslurp_client/models/attachment_projection.rb +3 -0
  8. data/lib/mailslurp_client/models/bounce_projection.rb +3 -0
  9. data/lib/mailslurp_client/models/bounce_recipient_projection.rb +3 -0
  10. data/lib/mailslurp_client/models/bounced_email_dto.rb +12 -0
  11. data/lib/mailslurp_client/models/bounced_recipient_dto.rb +10 -0
  12. data/lib/mailslurp_client/models/contact_dto.rb +7 -0
  13. data/lib/mailslurp_client/models/contact_projection.rb +29 -24
  14. data/lib/mailslurp_client/models/create_alias_options.rb +2 -0
  15. data/lib/mailslurp_client/models/create_contact_options.rb +1 -0
  16. data/lib/mailslurp_client/models/create_group_options.rb +1 -0
  17. data/lib/mailslurp_client/models/create_inbox_dto.rb +1 -0
  18. data/lib/mailslurp_client/models/create_tracking_pixel_options.rb +2 -0
  19. data/lib/mailslurp_client/models/create_webhook_options.rb +2 -0
  20. data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +1 -0
  21. data/lib/mailslurp_client/models/domain_dto.rb +1 -0
  22. data/lib/mailslurp_client/models/domain_preview.rb +1 -0
  23. data/lib/mailslurp_client/models/email.rb +1 -0
  24. data/lib/mailslurp_client/models/email_preview.rb +1 -0
  25. data/lib/mailslurp_client/models/email_projection.rb +35 -27
  26. data/lib/mailslurp_client/models/{email_validation_request.rb → email_validation_request_dto.rb} +8 -3
  27. data/lib/mailslurp_client/models/email_verification_result.rb +1 -0
  28. data/lib/mailslurp_client/models/expiration_defaults.rb +3 -0
  29. data/lib/mailslurp_client/models/export_options.rb +5 -0
  30. data/lib/mailslurp_client/models/forward_email_options.rb +5 -0
  31. data/lib/mailslurp_client/models/group_dto.rb +1 -0
  32. data/lib/mailslurp_client/models/group_projection.rb +1 -0
  33. data/lib/mailslurp_client/models/inbox_by_email_address_result.rb +1 -0
  34. data/lib/mailslurp_client/models/inbox_by_name_result.rb +1 -0
  35. data/lib/mailslurp_client/models/match_options.rb +2 -0
  36. data/lib/mailslurp_client/models/{missed_email.rb → missed_email_dto.rb} +16 -3
  37. data/lib/mailslurp_client/models/missed_email_projection.rb +3 -0
  38. data/lib/mailslurp_client/models/organization_inbox_projection.rb +1 -0
  39. data/lib/mailslurp_client/models/page_alias.rb +10 -10
  40. data/lib/mailslurp_client/models/page_attachment_entity.rb +10 -10
  41. data/lib/mailslurp_client/models/page_bounced_email.rb +10 -10
  42. data/lib/mailslurp_client/models/page_bounced_recipients.rb +10 -10
  43. data/lib/mailslurp_client/models/page_complaint.rb +10 -10
  44. data/lib/mailslurp_client/models/page_contact_projection.rb +10 -10
  45. data/lib/mailslurp_client/models/page_delivery_status.rb +10 -10
  46. data/lib/mailslurp_client/models/page_email_preview.rb +10 -10
  47. data/lib/mailslurp_client/models/page_email_projection.rb +10 -10
  48. data/lib/mailslurp_client/models/page_email_validation_request.rb +11 -11
  49. data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +10 -10
  50. data/lib/mailslurp_client/models/page_group_projection.rb +10 -10
  51. data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +10 -10
  52. data/lib/mailslurp_client/models/page_inbox_projection.rb +10 -10
  53. data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +10 -10
  54. data/lib/mailslurp_client/models/page_missed_email_projection.rb +10 -10
  55. data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +10 -10
  56. data/lib/mailslurp_client/models/page_phone_number_projection.rb +10 -10
  57. data/lib/mailslurp_client/models/page_scheduled_jobs.rb +10 -10
  58. data/lib/mailslurp_client/models/page_sent_email_projection.rb +16 -16
  59. data/lib/mailslurp_client/models/page_sent_email_with_queue_projection.rb +16 -16
  60. data/lib/mailslurp_client/models/page_sms_projection.rb +10 -10
  61. data/lib/mailslurp_client/models/page_template_projection.rb +10 -10
  62. data/lib/mailslurp_client/models/page_thread_projection.rb +10 -10
  63. data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +10 -10
  64. data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +10 -10
  65. data/lib/mailslurp_client/models/page_webhook_projection.rb +10 -10
  66. data/lib/mailslurp_client/models/page_webhook_result.rb +10 -10
  67. data/lib/mailslurp_client/models/phone_number_projection.rb +19 -19
  68. data/lib/mailslurp_client/models/recipient.rb +1 -0
  69. data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +6 -0
  70. data/lib/mailslurp_client/models/reply_to_email_options.rb +8 -0
  71. data/lib/mailslurp_client/models/send_email_options.rb +20 -0
  72. data/lib/mailslurp_client/models/sent_email_dto.rb +22 -0
  73. data/lib/mailslurp_client/models/sent_email_projection.rb +24 -24
  74. data/lib/mailslurp_client/models/simple_send_email_options.rb +3 -0
  75. data/lib/mailslurp_client/models/sms_projection.rb +15 -15
  76. data/lib/mailslurp_client/models/sort.rb +13 -13
  77. data/lib/mailslurp_client/models/template_projection.rb +20 -20
  78. data/lib/mailslurp_client/models/thread_projection.rb +26 -26
  79. data/lib/mailslurp_client/models/tracking_pixel_dto.rb +4 -0
  80. data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +13 -13
  81. data/lib/mailslurp_client/models/update_alias_options.rb +1 -0
  82. data/lib/mailslurp_client/models/update_domain_options.rb +1 -0
  83. data/lib/mailslurp_client/models/verify_email_address_options.rb +3 -0
  84. data/lib/mailslurp_client/models/wait_for_conditions.rb +8 -0
  85. data/lib/mailslurp_client/models/wait_for_sms_conditions.rb +8 -0
  86. data/lib/mailslurp_client/models/webhook_bounce_payload.rb +3 -0
  87. data/lib/mailslurp_client/models/webhook_bounce_recipient_payload.rb +1 -0
  88. data/lib/mailslurp_client/models/webhook_delivery_status_payload.rb +1 -0
  89. data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +1 -0
  90. data/lib/mailslurp_client/models/webhook_email_read_payload.rb +1 -0
  91. data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +1 -0
  92. data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +2 -0
  93. data/lib/mailslurp_client/models/webhook_new_email_payload.rb +3 -0
  94. data/lib/mailslurp_client/models/webhook_projection.rb +13 -13
  95. data/lib/mailslurp_client/models/webhook_redrive_result.rb +1 -0
  96. data/lib/mailslurp_client/models/webhook_result_dto.rb +6 -0
  97. data/lib/mailslurp_client/models/webhook_test_request.rb +1 -0
  98. data/lib/mailslurp_client/models/webhook_test_response.rb +2 -0
  99. data/lib/mailslurp_client/models/webhook_test_result.rb +1 -0
  100. data/lib/mailslurp_client/version.rb +1 -1
  101. data/lib/mailslurp_client.rb +2 -2
  102. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 791733ac9a5cf2c8df9786597602e7c31643bc0ded5622c73096041d7c2da5c4
4
- data.tar.gz: e930d8462be60e01080c5ef7a2a963a44c0343c671e648cfddc6d60a97ad61f5
3
+ metadata.gz: 5fcb5bc5fb41d8129f0c638395cff040fa9e4742b7672b930420ecbda2b1fb31
4
+ data.tar.gz: ff3b18f9f2f19b4546a95317238075c6fd284178f1c9049da0b18b592a09372d
5
5
  SHA512:
6
- metadata.gz: bb6b0591e9a317764ea2a9583cf7a6c5461a18bf9e4fd806241dfb6eda86f1507c60d5ce941e46551fb51df0c406a8817b8d57540e3a5338e216192a9c35a5b0
7
- data.tar.gz: 4d9a861ae759bad70556902fafbfeb4153758db55ca8962e71352e685999edd994aa045ff9bc6e3d382cd7cbf2ea9836be44c4997eb7dad389b6e2b3c461ca85
6
+ metadata.gz: f7c7c264e55e8fa9e37df72fb1b7f5c89c458b27cbdf3469366cc7284f843b80d362e95b416906d451e7d99c18e3fae779e3eefc3833c3e682875702ade80e7b
7
+ data.tar.gz: 07b04be91c74e3b888c7d0fd5064051bed4896af9554fe44b923b6136d9c71ed68bf7478f5abe2dab74112c6ca9cdb4f5fee8b221f4fb5b1e429091bcf36c95e
@@ -42,10 +42,6 @@ module MailSlurpClient
42
42
  if @api_client.config.client_side_validation && property.nil?
43
43
  fail ArgumentError, "Missing the required parameter 'property' when calling ApiUserControllerApi.get_json_property_as_string"
44
44
  end
45
- # verify the required parameter 'body' is set
46
- if @api_client.config.client_side_validation && body.nil?
47
- fail ArgumentError, "Missing the required parameter 'body' when calling ApiUserControllerApi.get_json_property_as_string"
48
- end
49
45
  # resource path
50
46
  local_var_path = '/user/json/pluck'
51
47
 
@@ -183,7 +183,7 @@ module MailSlurpClient
183
183
  # List emails that were missed due to plan limits.
184
184
  # @param missed_email_id [String]
185
185
  # @param [Hash] opts the optional parameters
186
- # @return [MissedEmail]
186
+ # @return [MissedEmailDto]
187
187
  def get_missed_email(missed_email_id, opts = {})
188
188
  data, _status_code, _headers = get_missed_email_with_http_info(missed_email_id, opts)
189
189
  data
@@ -193,7 +193,7 @@ module MailSlurpClient
193
193
  # List emails that were missed due to plan limits.
194
194
  # @param missed_email_id [String]
195
195
  # @param [Hash] opts the optional parameters
196
- # @return [Array<(MissedEmail, Integer, Hash)>] MissedEmail data, response status code and response headers
196
+ # @return [Array<(MissedEmailDto, Integer, Hash)>] MissedEmailDto data, response status code and response headers
197
197
  def get_missed_email_with_http_info(missed_email_id, opts = {})
198
198
  if @api_client.config.debugging
199
199
  @api_client.config.logger.debug 'Calling API: MissedEmailControllerApi.get_missed_email ...'
@@ -220,7 +220,7 @@ module MailSlurpClient
220
220
  post_body = opts[:body]
221
221
 
222
222
  # return_type
223
- return_type = opts[:return_type] || 'MissedEmail'
223
+ return_type = opts[:return_type] || 'MissedEmailDto'
224
224
 
225
225
  # auth_names
226
226
  auth_names = opts[:auth_names] || ['API_KEY']
@@ -303,7 +303,7 @@ module MailSlurpClient
303
303
  # @option opts [Integer] :timeout Optional timeout milliseconds
304
304
  # @option opts [DateTime] :since Filter by created at after the given timestamp
305
305
  # @option opts [DateTime] :before Filter by created at before the given timestamp
306
- # @return [MissedEmail]
306
+ # @return [MissedEmailDto]
307
307
  def wait_for_nth_missed_email(index, opts = {})
308
308
  data, _status_code, _headers = wait_for_nth_missed_email_with_http_info(index, opts)
309
309
  data
@@ -317,7 +317,7 @@ module MailSlurpClient
317
317
  # @option opts [Integer] :timeout Optional timeout milliseconds
318
318
  # @option opts [DateTime] :since Filter by created at after the given timestamp
319
319
  # @option opts [DateTime] :before Filter by created at before the given timestamp
320
- # @return [Array<(MissedEmail, Integer, Hash)>] MissedEmail data, response status code and response headers
320
+ # @return [Array<(MissedEmailDto, Integer, Hash)>] MissedEmailDto data, response status code and response headers
321
321
  def wait_for_nth_missed_email_with_http_info(index, opts = {})
322
322
  if @api_client.config.debugging
323
323
  @api_client.config.logger.debug 'Calling API: MissedEmailControllerApi.wait_for_nth_missed_email ...'
@@ -357,7 +357,7 @@ module MailSlurpClient
357
357
  post_body = opts[:body]
358
358
 
359
359
  # return_type
360
- return_type = opts[:return_type] || 'MissedEmail'
360
+ return_type = opts[:return_type] || 'MissedEmailDto'
361
361
 
362
362
  # auth_names
363
363
  auth_names = opts[:auth_names] || ['API_KEY']
@@ -75,6 +75,11 @@ module MailSlurpClient
75
75
  # List of attributes with nullable: true
76
76
  def self.openapi_nullable
77
77
  Set.new([
78
+ :'masked_email_address',
79
+ :'name',
80
+ :'use_threads',
81
+ :'created_at',
82
+ :'updated_at'
78
83
  ])
79
84
  end
80
85
 
@@ -27,10 +27,10 @@ module MailSlurpClient
27
27
 
28
28
  attr_accessor :created_at
29
29
 
30
- attr_accessor :use_threads
31
-
32
30
  attr_accessor :updated_at
33
31
 
32
+ attr_accessor :use_threads
33
+
34
34
  # Attribute mapping from ruby-style variable name to JSON key.
35
35
  def self.attribute_map
36
36
  {
@@ -40,8 +40,8 @@ module MailSlurpClient
40
40
  :'user_id' => :'userId',
41
41
  :'email_address' => :'emailAddress',
42
42
  :'created_at' => :'createdAt',
43
- :'use_threads' => :'useThreads',
44
- :'updated_at' => :'updatedAt'
43
+ :'updated_at' => :'updatedAt',
44
+ :'use_threads' => :'useThreads'
45
45
  }
46
46
  end
47
47
 
@@ -54,8 +54,8 @@ module MailSlurpClient
54
54
  :'user_id' => :'String',
55
55
  :'email_address' => :'String',
56
56
  :'created_at' => :'DateTime',
57
- :'use_threads' => :'Boolean',
58
- :'updated_at' => :'DateTime'
57
+ :'updated_at' => :'DateTime',
58
+ :'use_threads' => :'Boolean'
59
59
  }
60
60
  end
61
61
 
@@ -104,13 +104,13 @@ module MailSlurpClient
104
104
  self.created_at = attributes[:'created_at']
105
105
  end
106
106
 
107
- if attributes.key?(:'use_threads')
108
- self.use_threads = attributes[:'use_threads']
109
- end
110
-
111
107
  if attributes.key?(:'updated_at')
112
108
  self.updated_at = attributes[:'updated_at']
113
109
  end
110
+
111
+ if attributes.key?(:'use_threads')
112
+ self.use_threads = attributes[:'use_threads']
113
+ end
114
114
  end
115
115
 
116
116
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -167,8 +167,8 @@ module MailSlurpClient
167
167
  user_id == o.user_id &&
168
168
  email_address == o.email_address &&
169
169
  created_at == o.created_at &&
170
- use_threads == o.use_threads &&
171
- updated_at == o.updated_at
170
+ updated_at == o.updated_at &&
171
+ use_threads == o.use_threads
172
172
  end
173
173
 
174
174
  # @see the `==` method
@@ -180,7 +180,7 @@ module MailSlurpClient
180
180
  # Calculates hash code according to all attributes.
181
181
  # @return [Integer] Hash code
182
182
  def hash
183
- [name, id, inbox_id, user_id, email_address, created_at, use_threads, updated_at].hash
183
+ [name, id, inbox_id, user_id, email_address, created_at, updated_at, use_threads].hash
184
184
  end
185
185
 
186
186
  # Builds the object from hash
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module MailSlurpClient
16
- # Email attachment entity
17
16
  class AttachmentEntity
18
17
  attr_accessor :id
19
18
 
@@ -61,6 +61,9 @@ module MailSlurpClient
61
61
  # List of attributes with nullable: true
62
62
  def self.openapi_nullable
63
63
  Set.new([
64
+ :'name',
65
+ :'content_length',
66
+ :'content_type'
64
67
  ])
65
68
  end
66
69
 
@@ -54,6 +54,9 @@ module MailSlurpClient
54
54
  # List of attributes with nullable: true
55
55
  def self.openapi_nullable
56
56
  Set.new([
57
+ :'subject',
58
+ :'bounce_mta',
59
+ :'bounce_type'
57
60
  ])
58
61
  end
59
62
 
@@ -54,6 +54,9 @@ module MailSlurpClient
54
54
  # List of attributes with nullable: true
55
55
  def self.openapi_nullable
56
56
  Set.new([
57
+ :'status',
58
+ :'sent_email_id',
59
+ :'action'
57
60
  ])
58
61
  end
59
62
 
@@ -78,6 +78,13 @@ module MailSlurpClient
78
78
  # List of attributes with nullable: true
79
79
  def self.openapi_nullable
80
80
  Set.new([
81
+ :'sent_to_recipients',
82
+ :'bounce_mta',
83
+ :'bounce_type',
84
+ :'bounce_recipients',
85
+ :'bounce_sub_type',
86
+ :'sent_email_id',
87
+ :'subject',
81
88
  ])
82
89
  end
83
90
 
@@ -153,6 +160,10 @@ module MailSlurpClient
153
160
  # @return Array for valid properties with the reasons
154
161
  def list_invalid_properties
155
162
  invalid_properties = Array.new
163
+ if @id.nil?
164
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
165
+ end
166
+
156
167
  if @user_id.nil?
157
168
  invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
158
169
  end
@@ -175,6 +186,7 @@ module MailSlurpClient
175
186
  # Check to see if the all the properties in the model are valid
176
187
  # @return true if the model is valid
177
188
  def valid?
189
+ return false if @id.nil?
178
190
  return false if @user_id.nil?
179
191
  return false if @notification_type.nil?
180
192
  return false if @sender.nil?
@@ -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
 
@@ -21,27 +21,27 @@ module MailSlurpClient
21
21
 
22
22
  attr_accessor :created_at
23
23
 
24
+ attr_accessor :email_addresses
25
+
26
+ attr_accessor :opt_out
27
+
24
28
  attr_accessor :first_name
25
29
 
26
30
  attr_accessor :last_name
27
31
 
28
32
  attr_accessor :company
29
33
 
30
- attr_accessor :email_addresses
31
-
32
- attr_accessor :opt_out
33
-
34
34
  # Attribute mapping from ruby-style variable name to JSON key.
35
35
  def self.attribute_map
36
36
  {
37
37
  :'id' => :'id',
38
38
  :'group_id' => :'groupId',
39
39
  :'created_at' => :'createdAt',
40
+ :'email_addresses' => :'emailAddresses',
41
+ :'opt_out' => :'optOut',
40
42
  :'first_name' => :'firstName',
41
43
  :'last_name' => :'lastName',
42
- :'company' => :'company',
43
- :'email_addresses' => :'emailAddresses',
44
- :'opt_out' => :'optOut'
44
+ :'company' => :'company'
45
45
  }
46
46
  end
47
47
 
@@ -51,17 +51,22 @@ module MailSlurpClient
51
51
  :'id' => :'String',
52
52
  :'group_id' => :'String',
53
53
  :'created_at' => :'DateTime',
54
+ :'email_addresses' => :'Array<String>',
55
+ :'opt_out' => :'Boolean',
54
56
  :'first_name' => :'String',
55
57
  :'last_name' => :'String',
56
- :'company' => :'String',
57
- :'email_addresses' => :'Array<String>',
58
- :'opt_out' => :'Boolean'
58
+ :'company' => :'String'
59
59
  }
60
60
  end
61
61
 
62
62
  # List of attributes with nullable: true
63
63
  def self.openapi_nullable
64
64
  Set.new([
65
+ :'group_id',
66
+ :'email_addresses',
67
+ :'first_name',
68
+ :'last_name',
69
+ :'company'
65
70
  ])
66
71
  end
67
72
 
@@ -92,6 +97,16 @@ module MailSlurpClient
92
97
  self.created_at = attributes[:'created_at']
93
98
  end
94
99
 
100
+ if attributes.key?(:'email_addresses')
101
+ if (value = attributes[:'email_addresses']).is_a?(Array)
102
+ self.email_addresses = value
103
+ end
104
+ end
105
+
106
+ if attributes.key?(:'opt_out')
107
+ self.opt_out = attributes[:'opt_out']
108
+ end
109
+
95
110
  if attributes.key?(:'first_name')
96
111
  self.first_name = attributes[:'first_name']
97
112
  end
@@ -103,16 +118,6 @@ module MailSlurpClient
103
118
  if attributes.key?(:'company')
104
119
  self.company = attributes[:'company']
105
120
  end
106
-
107
- if attributes.key?(:'email_addresses')
108
- if (value = attributes[:'email_addresses']).is_a?(Array)
109
- self.email_addresses = value
110
- end
111
- end
112
-
113
- if attributes.key?(:'opt_out')
114
- self.opt_out = attributes[:'opt_out']
115
- end
116
121
  end
117
122
 
118
123
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -151,11 +156,11 @@ module MailSlurpClient
151
156
  id == o.id &&
152
157
  group_id == o.group_id &&
153
158
  created_at == o.created_at &&
159
+ email_addresses == o.email_addresses &&
160
+ opt_out == o.opt_out &&
154
161
  first_name == o.first_name &&
155
162
  last_name == o.last_name &&
156
- company == o.company &&
157
- email_addresses == o.email_addresses &&
158
- opt_out == o.opt_out
163
+ company == o.company
159
164
  end
160
165
 
161
166
  # @see the `==` method
@@ -167,7 +172,7 @@ module MailSlurpClient
167
172
  # Calculates hash code according to all attributes.
168
173
  # @return [Integer] Hash code
169
174
  def hash
170
- [id, group_id, created_at, first_name, last_name, company, email_addresses, opt_out].hash
175
+ [id, group_id, created_at, email_addresses, opt_out, first_name, last_name, company].hash
171
176
  end
172
177
 
173
178
  # Builds the object from hash
@@ -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',