mailslurp_client 15.0.2 → 15.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/lib/mailslurp_client/api/alias_controller_api.rb +60 -56
  4. data/lib/mailslurp_client/api/attachment_controller_api.rb +50 -61
  5. data/lib/mailslurp_client/api/bounce_controller_api.rb +27 -19
  6. data/lib/mailslurp_client/api/bulk_actions_controller_api.rb +16 -16
  7. data/lib/mailslurp_client/api/common_actions_controller_api.rb +129 -68
  8. data/lib/mailslurp_client/api/contact_controller_api.rb +23 -23
  9. data/lib/mailslurp_client/api/domain_controller_api.rb +33 -33
  10. data/lib/mailslurp_client/api/email_controller_api.rb +191 -117
  11. data/lib/mailslurp_client/api/expired_controller_api.rb +20 -20
  12. data/lib/mailslurp_client/api/export_controller_api.rb +39 -39
  13. data/lib/mailslurp_client/api/form_controller_api.rb +17 -19
  14. data/lib/mailslurp_client/api/group_controller_api.rb +53 -53
  15. data/lib/mailslurp_client/api/inbox_controller_api.rb +360 -226
  16. data/lib/mailslurp_client/api/inbox_forwarder_controller_api.rb +34 -30
  17. data/lib/mailslurp_client/api/inbox_ruleset_controller_api.rb +34 -30
  18. data/lib/mailslurp_client/api/mail_server_controller_api.rb +27 -27
  19. data/lib/mailslurp_client/api/missed_email_controller_api.rb +55 -43
  20. data/lib/mailslurp_client/api/sent_emails_controller_api.rb +158 -48
  21. data/lib/mailslurp_client/api/template_controller_api.rb +22 -22
  22. data/lib/mailslurp_client/api/tracking_controller_api.rb +17 -17
  23. data/lib/mailslurp_client/api/wait_for_controller_api.rb +129 -89
  24. data/lib/mailslurp_client/api/webhook_controller_api.rb +103 -87
  25. data/lib/mailslurp_client/api_client.rb +1 -1
  26. data/lib/mailslurp_client/api_error.rb +1 -1
  27. data/lib/mailslurp_client/configuration.rb +3 -3
  28. data/lib/mailslurp_client/models/abstract_webhook_payload.rb +11 -26
  29. data/lib/mailslurp_client/models/alias_dto.rb +46 -57
  30. data/lib/mailslurp_client/models/alias_projection.rb +38 -68
  31. data/lib/mailslurp_client/models/attachment_entity.rb +35 -55
  32. data/lib/mailslurp_client/models/attachment_meta_data.rb +22 -22
  33. data/lib/mailslurp_client/models/attachment_projection.rb +30 -45
  34. data/lib/mailslurp_client/models/basic_auth_options.rb +1 -11
  35. data/lib/mailslurp_client/models/bounce_projection.rb +14 -24
  36. data/lib/mailslurp_client/models/bounce_recipient.rb +23 -43
  37. data/lib/mailslurp_client/models/bounced_email_dto.rb +57 -77
  38. data/lib/mailslurp_client/models/bounced_recipient_dto.rb +17 -32
  39. data/lib/mailslurp_client/models/bulk_send_email_options.rb +6 -1
  40. data/lib/mailslurp_client/models/condition_option.rb +3 -3
  41. data/lib/mailslurp_client/models/contact_dto.rb +54 -74
  42. data/lib/mailslurp_client/models/contact_projection.rb +43 -53
  43. data/lib/mailslurp_client/models/content_match_options.rb +1 -1
  44. data/lib/mailslurp_client/models/count_dto.rb +206 -0
  45. data/lib/mailslurp_client/models/create_alias_options.rb +1 -1
  46. data/lib/mailslurp_client/models/create_contact_options.rb +43 -43
  47. data/lib/mailslurp_client/models/create_domain_options.rb +22 -17
  48. data/lib/mailslurp_client/models/create_group_options.rb +1 -6
  49. data/lib/mailslurp_client/models/create_inbox_dto.rb +59 -59
  50. data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +20 -15
  51. data/lib/mailslurp_client/models/create_inbox_ruleset_options.rb +24 -24
  52. data/lib/mailslurp_client/models/create_template_options.rb +1 -11
  53. data/lib/mailslurp_client/models/create_tracking_pixel_options.rb +1 -1
  54. data/lib/mailslurp_client/models/create_webhook_options.rb +19 -19
  55. data/lib/mailslurp_client/models/describe_domain_options.rb +1 -1
  56. data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +16 -26
  57. data/lib/mailslurp_client/models/dns_lookup_options.rb +25 -15
  58. data/lib/mailslurp_client/models/dns_lookup_result.rb +24 -43
  59. data/lib/mailslurp_client/models/dns_lookup_results.rb +1 -6
  60. data/lib/mailslurp_client/models/domain_dto.rb +60 -81
  61. data/lib/mailslurp_client/models/domain_name_record.rb +12 -31
  62. data/lib/mailslurp_client/models/domain_preview.rb +27 -51
  63. data/lib/mailslurp_client/models/download_attachment_dto.rb +1 -1
  64. data/lib/mailslurp_client/models/email.rb +135 -136
  65. data/lib/mailslurp_client/models/email_analysis.rb +29 -29
  66. data/lib/mailslurp_client/models/email_content_match_result.rb +14 -24
  67. data/lib/mailslurp_client/models/email_links_result.rb +14 -24
  68. data/lib/mailslurp_client/models/email_preview.rb +48 -48
  69. data/lib/mailslurp_client/models/email_projection.rb +67 -87
  70. data/lib/mailslurp_client/models/email_recipients.rb +17 -16
  71. data/lib/mailslurp_client/models/email_text_lines_result.rb +14 -24
  72. data/lib/mailslurp_client/models/email_verification_result.rb +17 -37
  73. data/lib/mailslurp_client/models/expiration_defaults.rb +17 -27
  74. data/lib/mailslurp_client/models/expired_inbox_dto.rb +14 -29
  75. data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +23 -43
  76. data/lib/mailslurp_client/models/export_link.rb +1 -6
  77. data/lib/mailslurp_client/models/export_options.rb +2 -7
  78. data/lib/mailslurp_client/models/flush_expired_inboxes_result.rb +14 -24
  79. data/lib/mailslurp_client/models/forward_email_options.rb +37 -32
  80. data/lib/mailslurp_client/models/gravatar_url.rb +14 -24
  81. data/lib/mailslurp_client/models/group_contacts_dto.rb +14 -24
  82. data/lib/mailslurp_client/models/group_dto.rb +23 -38
  83. data/lib/mailslurp_client/models/group_projection.rb +23 -38
  84. data/lib/mailslurp_client/models/html_validation_result.rb +14 -15
  85. data/lib/mailslurp_client/models/{inbox.rb → inbox_dto.rb} +48 -58
  86. data/lib/mailslurp_client/models/inbox_exists_dto.rb +1 -6
  87. data/lib/mailslurp_client/models/inbox_forwarder_dto.rb +32 -62
  88. data/lib/mailslurp_client/models/inbox_forwarder_test_options.rb +1 -6
  89. data/lib/mailslurp_client/models/inbox_forwarder_test_result.rb +14 -24
  90. data/lib/mailslurp_client/models/inbox_preview.rb +39 -39
  91. data/lib/mailslurp_client/models/inbox_ruleset_dto.rb +44 -79
  92. data/lib/mailslurp_client/models/inbox_ruleset_test_options.rb +1 -6
  93. data/lib/mailslurp_client/models/inbox_ruleset_test_result.rb +14 -19
  94. data/lib/mailslurp_client/models/inline_object.rb +221 -0
  95. data/lib/mailslurp_client/models/ip_address_result.rb +1 -11
  96. data/lib/mailslurp_client/models/json_schema_dto.rb +1 -6
  97. data/lib/mailslurp_client/models/match_option.rb +8 -3
  98. data/lib/mailslurp_client/models/match_options.rb +17 -17
  99. data/lib/mailslurp_client/models/missed_email.rb +68 -103
  100. data/lib/mailslurp_client/models/missed_email_projection.rb +20 -30
  101. data/lib/mailslurp_client/models/name_server_record.rb +11 -31
  102. data/lib/mailslurp_client/models/organization_inbox_projection.rb +45 -45
  103. data/lib/mailslurp_client/models/page_alias.rb +50 -50
  104. data/lib/mailslurp_client/models/page_attachment_entity.rb +50 -50
  105. data/lib/mailslurp_client/models/page_bounced_email.rb +50 -50
  106. data/lib/mailslurp_client/models/page_bounced_recipients.rb +50 -50
  107. data/lib/mailslurp_client/models/page_contact_projection.rb +50 -50
  108. data/lib/mailslurp_client/models/page_email_preview.rb +50 -50
  109. data/lib/mailslurp_client/models/page_email_projection.rb +50 -50
  110. data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +50 -50
  111. data/lib/mailslurp_client/models/page_group_projection.rb +50 -50
  112. data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +50 -50
  113. data/lib/mailslurp_client/models/page_inbox_projection.rb +50 -50
  114. data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +50 -50
  115. data/lib/mailslurp_client/models/page_missed_email_projection.rb +50 -50
  116. data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +50 -50
  117. data/lib/mailslurp_client/models/page_sent_email_projection.rb +50 -50
  118. data/lib/mailslurp_client/models/page_template_projection.rb +50 -50
  119. data/lib/mailslurp_client/models/page_thread_projection.rb +50 -50
  120. data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +50 -50
  121. data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +50 -50
  122. data/lib/mailslurp_client/models/page_webhook_projection.rb +50 -50
  123. data/lib/mailslurp_client/models/page_webhook_result.rb +50 -50
  124. data/lib/mailslurp_client/models/pageable.rb +29 -29
  125. data/lib/mailslurp_client/models/raw_email_json.rb +1 -6
  126. data/lib/mailslurp_client/models/recipient.rb +14 -24
  127. data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +39 -38
  128. data/lib/mailslurp_client/models/reply_to_email_options.rb +52 -51
  129. data/lib/mailslurp_client/models/send_email_options.rb +108 -116
  130. data/lib/mailslurp_client/models/sender.rb +15 -24
  131. data/lib/mailslurp_client/models/sent_email_dto.rb +98 -103
  132. data/lib/mailslurp_client/models/sent_email_projection.rb +64 -103
  133. data/lib/mailslurp_client/models/set_inbox_favourited_options.rb +1 -1
  134. data/lib/mailslurp_client/models/simple_send_email_options.rb +25 -25
  135. data/lib/mailslurp_client/models/sort.rb +14 -14
  136. data/lib/mailslurp_client/models/template_dto.rb +23 -48
  137. data/lib/mailslurp_client/models/template_projection.rb +26 -51
  138. data/lib/mailslurp_client/models/template_variable.rb +1 -11
  139. data/lib/mailslurp_client/models/test_new_inbox_forwarder_options.rb +1 -11
  140. data/lib/mailslurp_client/models/test_new_inbox_ruleset_options.rb +1 -11
  141. data/lib/mailslurp_client/models/thread_projection.rb +58 -93
  142. data/lib/mailslurp_client/models/tracking_pixel_dto.rb +44 -69
  143. data/lib/mailslurp_client/models/tracking_pixel_projection.rb +35 -55
  144. data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +20 -30
  145. data/lib/mailslurp_client/models/unread_count.rb +1 -6
  146. data/lib/mailslurp_client/models/unseen_error_count_dto.rb +1 -6
  147. data/lib/mailslurp_client/models/update_alias_options.rb +1 -1
  148. data/lib/mailslurp_client/models/update_domain_options.rb +1 -1
  149. data/lib/mailslurp_client/models/update_group_contacts.rb +1 -6
  150. data/lib/mailslurp_client/models/update_inbox_options.rb +27 -27
  151. data/lib/mailslurp_client/models/upload_attachment_options.rb +15 -15
  152. data/lib/mailslurp_client/models/validation_dto.rb +1 -1
  153. data/lib/mailslurp_client/models/validation_message.rb +2 -6
  154. data/lib/mailslurp_client/models/verify_email_address_options.rb +1 -6
  155. data/lib/mailslurp_client/models/wait_for_conditions.rb +49 -59
  156. data/lib/mailslurp_client/models/webhook_dto.rb +65 -70
  157. data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +43 -43
  158. data/lib/mailslurp_client/models/webhook_email_read_payload.rb +50 -50
  159. data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +44 -44
  160. data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +76 -96
  161. data/lib/mailslurp_client/models/webhook_new_email_payload.rb +85 -85
  162. data/lib/mailslurp_client/models/webhook_projection.rb +35 -60
  163. data/lib/mailslurp_client/models/webhook_redrive_result.rb +14 -24
  164. data/lib/mailslurp_client/models/webhook_result_dto.rb +77 -127
  165. data/lib/mailslurp_client/models/webhook_test_request.rb +22 -37
  166. data/lib/mailslurp_client/models/webhook_test_response.rb +14 -14
  167. data/lib/mailslurp_client/models/webhook_test_result.rb +14 -24
  168. data/lib/mailslurp_client/version.rb +2 -2
  169. data/lib/mailslurp_client.rb +4 -2
  170. metadata +5 -3
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -14,59 +14,59 @@ require 'date'
14
14
 
15
15
  module MailSlurpClient
16
16
  class ContactDto
17
- attr_accessor :company
18
-
19
- attr_accessor :created_at
20
-
21
- attr_accessor :email_addresses
22
-
23
- attr_accessor :first_name
17
+ attr_accessor :id
24
18
 
25
19
  attr_accessor :group_id
26
20
 
27
- attr_accessor :id
21
+ attr_accessor :first_name
28
22
 
29
23
  attr_accessor :last_name
30
24
 
31
- attr_accessor :meta_data
25
+ attr_accessor :company
32
26
 
33
- attr_accessor :opt_out
27
+ attr_accessor :email_addresses
34
28
 
35
29
  attr_accessor :primary_email_address
36
30
 
37
31
  attr_accessor :tags
38
32
 
33
+ attr_accessor :meta_data
34
+
35
+ attr_accessor :opt_out
36
+
37
+ attr_accessor :created_at
38
+
39
39
  # Attribute mapping from ruby-style variable name to JSON key.
40
40
  def self.attribute_map
41
41
  {
42
- :'company' => :'company',
43
- :'created_at' => :'createdAt',
44
- :'email_addresses' => :'emailAddresses',
45
- :'first_name' => :'firstName',
46
- :'group_id' => :'groupId',
47
42
  :'id' => :'id',
43
+ :'group_id' => :'groupId',
44
+ :'first_name' => :'firstName',
48
45
  :'last_name' => :'lastName',
46
+ :'company' => :'company',
47
+ :'email_addresses' => :'emailAddresses',
48
+ :'primary_email_address' => :'primaryEmailAddress',
49
+ :'tags' => :'tags',
49
50
  :'meta_data' => :'metaData',
50
51
  :'opt_out' => :'optOut',
51
- :'primary_email_address' => :'primaryEmailAddress',
52
- :'tags' => :'tags'
52
+ :'created_at' => :'createdAt'
53
53
  }
54
54
  end
55
55
 
56
56
  # Attribute type mapping.
57
57
  def self.openapi_types
58
58
  {
59
- :'company' => :'String',
60
- :'created_at' => :'DateTime',
61
- :'email_addresses' => :'Array<String>',
62
- :'first_name' => :'String',
63
- :'group_id' => :'String',
64
59
  :'id' => :'String',
60
+ :'group_id' => :'String',
61
+ :'first_name' => :'String',
65
62
  :'last_name' => :'String',
63
+ :'company' => :'String',
64
+ :'email_addresses' => :'Array<String>',
65
+ :'primary_email_address' => :'String',
66
+ :'tags' => :'Array<String>',
66
67
  :'meta_data' => :'Object',
67
68
  :'opt_out' => :'Boolean',
68
- :'primary_email_address' => :'String',
69
- :'tags' => :'Array<String>'
69
+ :'created_at' => :'DateTime'
70
70
  }
71
71
  end
72
72
 
@@ -91,42 +91,30 @@ module MailSlurpClient
91
91
  h[k.to_sym] = v
92
92
  }
93
93
 
94
- if attributes.key?(:'company')
95
- self.company = attributes[:'company']
96
- end
97
-
98
- if attributes.key?(:'created_at')
99
- self.created_at = attributes[:'created_at']
100
- end
101
-
102
- if attributes.key?(:'email_addresses')
103
- if (value = attributes[:'email_addresses']).is_a?(Array)
104
- self.email_addresses = value
105
- end
106
- end
107
-
108
- if attributes.key?(:'first_name')
109
- self.first_name = attributes[:'first_name']
94
+ if attributes.key?(:'id')
95
+ self.id = attributes[:'id']
110
96
  end
111
97
 
112
98
  if attributes.key?(:'group_id')
113
99
  self.group_id = attributes[:'group_id']
114
100
  end
115
101
 
116
- if attributes.key?(:'id')
117
- self.id = attributes[:'id']
102
+ if attributes.key?(:'first_name')
103
+ self.first_name = attributes[:'first_name']
118
104
  end
119
105
 
120
106
  if attributes.key?(:'last_name')
121
107
  self.last_name = attributes[:'last_name']
122
108
  end
123
109
 
124
- if attributes.key?(:'meta_data')
125
- self.meta_data = attributes[:'meta_data']
110
+ if attributes.key?(:'company')
111
+ self.company = attributes[:'company']
126
112
  end
127
113
 
128
- if attributes.key?(:'opt_out')
129
- self.opt_out = attributes[:'opt_out']
114
+ if attributes.key?(:'email_addresses')
115
+ if (value = attributes[:'email_addresses']).is_a?(Array)
116
+ self.email_addresses = value
117
+ end
130
118
  end
131
119
 
132
120
  if attributes.key?(:'primary_email_address')
@@ -138,38 +126,30 @@ module MailSlurpClient
138
126
  self.tags = value
139
127
  end
140
128
  end
141
- end
142
-
143
- # Show invalid properties with the reasons. Usually used together with valid?
144
- # @return Array for valid properties with the reasons
145
- def list_invalid_properties
146
- invalid_properties = Array.new
147
- if @created_at.nil?
148
- invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
149
- end
150
129
 
151
- if @email_addresses.nil?
152
- invalid_properties.push('invalid value for "email_addresses", email_addresses cannot be nil.')
130
+ if attributes.key?(:'meta_data')
131
+ self.meta_data = attributes[:'meta_data']
153
132
  end
154
133
 
155
- if @id.nil?
156
- invalid_properties.push('invalid value for "id", id cannot be nil.')
134
+ if attributes.key?(:'opt_out')
135
+ self.opt_out = attributes[:'opt_out']
157
136
  end
158
137
 
159
- if @tags.nil?
160
- invalid_properties.push('invalid value for "tags", tags cannot be nil.')
138
+ if attributes.key?(:'created_at')
139
+ self.created_at = attributes[:'created_at']
161
140
  end
141
+ end
162
142
 
143
+ # Show invalid properties with the reasons. Usually used together with valid?
144
+ # @return Array for valid properties with the reasons
145
+ def list_invalid_properties
146
+ invalid_properties = Array.new
163
147
  invalid_properties
164
148
  end
165
149
 
166
150
  # Check to see if the all the properties in the model are valid
167
151
  # @return true if the model is valid
168
152
  def valid?
169
- return false if @created_at.nil?
170
- return false if @email_addresses.nil?
171
- return false if @id.nil?
172
- return false if @tags.nil?
173
153
  true
174
154
  end
175
155
 
@@ -178,17 +158,17 @@ module MailSlurpClient
178
158
  def ==(o)
179
159
  return true if self.equal?(o)
180
160
  self.class == o.class &&
181
- company == o.company &&
182
- created_at == o.created_at &&
183
- email_addresses == o.email_addresses &&
184
- first_name == o.first_name &&
185
- group_id == o.group_id &&
186
161
  id == o.id &&
162
+ group_id == o.group_id &&
163
+ first_name == o.first_name &&
187
164
  last_name == o.last_name &&
165
+ company == o.company &&
166
+ email_addresses == o.email_addresses &&
167
+ primary_email_address == o.primary_email_address &&
168
+ tags == o.tags &&
188
169
  meta_data == o.meta_data &&
189
170
  opt_out == o.opt_out &&
190
- primary_email_address == o.primary_email_address &&
191
- tags == o.tags
171
+ created_at == o.created_at
192
172
  end
193
173
 
194
174
  # @see the `==` method
@@ -200,7 +180,7 @@ module MailSlurpClient
200
180
  # Calculates hash code according to all attributes.
201
181
  # @return [Integer] Hash code
202
182
  def hash
203
- [company, created_at, email_addresses, first_name, group_id, id, last_name, meta_data, opt_out, primary_email_address, tags].hash
183
+ [id, group_id, first_name, last_name, company, email_addresses, primary_email_address, tags, meta_data, opt_out, created_at].hash
204
184
  end
205
185
 
206
186
  # Builds the object from hash
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -14,47 +14,47 @@ require 'date'
14
14
 
15
15
  module MailSlurpClient
16
16
  class ContactProjection
17
- attr_accessor :company
18
-
19
- attr_accessor :created_at
17
+ attr_accessor :id
20
18
 
21
- attr_accessor :email_addresses
19
+ attr_accessor :group_id
22
20
 
23
21
  attr_accessor :first_name
24
22
 
25
- attr_accessor :group_id
23
+ attr_accessor :last_name
26
24
 
27
- attr_accessor :id
25
+ attr_accessor :company
28
26
 
29
- attr_accessor :last_name
27
+ attr_accessor :email_addresses
30
28
 
31
29
  attr_accessor :opt_out
32
30
 
31
+ attr_accessor :created_at
32
+
33
33
  # Attribute mapping from ruby-style variable name to JSON key.
34
34
  def self.attribute_map
35
35
  {
36
- :'company' => :'company',
37
- :'created_at' => :'createdAt',
38
- :'email_addresses' => :'emailAddresses',
39
- :'first_name' => :'firstName',
40
- :'group_id' => :'groupId',
41
36
  :'id' => :'id',
37
+ :'group_id' => :'groupId',
38
+ :'first_name' => :'firstName',
42
39
  :'last_name' => :'lastName',
43
- :'opt_out' => :'optOut'
40
+ :'company' => :'company',
41
+ :'email_addresses' => :'emailAddresses',
42
+ :'opt_out' => :'optOut',
43
+ :'created_at' => :'createdAt'
44
44
  }
45
45
  end
46
46
 
47
47
  # Attribute type mapping.
48
48
  def self.openapi_types
49
49
  {
50
- :'company' => :'String',
51
- :'created_at' => :'DateTime',
52
- :'email_addresses' => :'Array<String>',
53
- :'first_name' => :'String',
54
- :'group_id' => :'String',
55
50
  :'id' => :'String',
51
+ :'group_id' => :'String',
52
+ :'first_name' => :'String',
56
53
  :'last_name' => :'String',
57
- :'opt_out' => :'Boolean'
54
+ :'company' => :'String',
55
+ :'email_addresses' => :'Array<String>',
56
+ :'opt_out' => :'Boolean',
57
+ :'created_at' => :'DateTime'
58
58
  }
59
59
  end
60
60
 
@@ -79,61 +79,51 @@ module MailSlurpClient
79
79
  h[k.to_sym] = v
80
80
  }
81
81
 
82
- if attributes.key?(:'company')
83
- self.company = attributes[:'company']
84
- end
85
-
86
- if attributes.key?(:'created_at')
87
- self.created_at = attributes[:'created_at']
82
+ if attributes.key?(:'id')
83
+ self.id = attributes[:'id']
88
84
  end
89
85
 
90
- if attributes.key?(:'email_addresses')
91
- if (value = attributes[:'email_addresses']).is_a?(Array)
92
- self.email_addresses = value
93
- end
86
+ if attributes.key?(:'group_id')
87
+ self.group_id = attributes[:'group_id']
94
88
  end
95
89
 
96
90
  if attributes.key?(:'first_name')
97
91
  self.first_name = attributes[:'first_name']
98
92
  end
99
93
 
100
- if attributes.key?(:'group_id')
101
- self.group_id = attributes[:'group_id']
94
+ if attributes.key?(:'last_name')
95
+ self.last_name = attributes[:'last_name']
102
96
  end
103
97
 
104
- if attributes.key?(:'id')
105
- self.id = attributes[:'id']
98
+ if attributes.key?(:'company')
99
+ self.company = attributes[:'company']
106
100
  end
107
101
 
108
- if attributes.key?(:'last_name')
109
- self.last_name = attributes[:'last_name']
102
+ if attributes.key?(:'email_addresses')
103
+ if (value = attributes[:'email_addresses']).is_a?(Array)
104
+ self.email_addresses = value
105
+ end
110
106
  end
111
107
 
112
108
  if attributes.key?(:'opt_out')
113
109
  self.opt_out = attributes[:'opt_out']
114
110
  end
111
+
112
+ if attributes.key?(:'created_at')
113
+ self.created_at = attributes[:'created_at']
114
+ end
115
115
  end
116
116
 
117
117
  # Show invalid properties with the reasons. Usually used together with valid?
118
118
  # @return Array for valid properties with the reasons
119
119
  def list_invalid_properties
120
120
  invalid_properties = Array.new
121
- if @created_at.nil?
122
- invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
123
- end
124
-
125
- if @id.nil?
126
- invalid_properties.push('invalid value for "id", id cannot be nil.')
127
- end
128
-
129
121
  invalid_properties
130
122
  end
131
123
 
132
124
  # Check to see if the all the properties in the model are valid
133
125
  # @return true if the model is valid
134
126
  def valid?
135
- return false if @created_at.nil?
136
- return false if @id.nil?
137
127
  true
138
128
  end
139
129
 
@@ -142,14 +132,14 @@ module MailSlurpClient
142
132
  def ==(o)
143
133
  return true if self.equal?(o)
144
134
  self.class == o.class &&
145
- company == o.company &&
146
- created_at == o.created_at &&
147
- email_addresses == o.email_addresses &&
148
- first_name == o.first_name &&
149
- group_id == o.group_id &&
150
135
  id == o.id &&
136
+ group_id == o.group_id &&
137
+ first_name == o.first_name &&
151
138
  last_name == o.last_name &&
152
- opt_out == o.opt_out
139
+ company == o.company &&
140
+ email_addresses == o.email_addresses &&
141
+ opt_out == o.opt_out &&
142
+ created_at == o.created_at
153
143
  end
154
144
 
155
145
  # @see the `==` method
@@ -161,7 +151,7 @@ module MailSlurpClient
161
151
  # Calculates hash code according to all attributes.
162
152
  # @return [Integer] Hash code
163
153
  def hash
164
- [company, created_at, email_addresses, first_name, group_id, id, last_name, opt_out].hash
154
+ [id, group_id, first_name, last_name, company, email_addresses, opt_out, created_at].hash
165
155
  end
166
156
 
167
157
  # Builds the object from hash
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
@@ -0,0 +1,206 @@
1
+ =begin
2
+ #MailSlurp API
3
+
4
+ #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
+
6
+ The version of the OpenAPI document: 6.5.2
7
+ Contact: contact@mailslurp.dev
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module MailSlurpClient
16
+ class CountDto
17
+ attr_accessor :total_elements
18
+
19
+ # Attribute mapping from ruby-style variable name to JSON key.
20
+ def self.attribute_map
21
+ {
22
+ :'total_elements' => :'totalElements'
23
+ }
24
+ end
25
+
26
+ # Attribute type mapping.
27
+ def self.openapi_types
28
+ {
29
+ :'total_elements' => :'Integer'
30
+ }
31
+ end
32
+
33
+ # List of attributes with nullable: true
34
+ def self.openapi_nullable
35
+ Set.new([
36
+ ])
37
+ end
38
+
39
+ # Initializes the object
40
+ # @param [Hash] attributes Model attributes in the form of hash
41
+ def initialize(attributes = {})
42
+ if (!attributes.is_a?(Hash))
43
+ fail ArgumentError, "The input argument (attributes) must be a hash in `MailSlurpClient::CountDto` initialize method"
44
+ end
45
+
46
+ # check to see if the attribute exists and convert string to symbol for hash key
47
+ attributes = attributes.each_with_object({}) { |(k, v), h|
48
+ if (!self.class.attribute_map.key?(k.to_sym))
49
+ fail ArgumentError, "`#{k}` is not a valid attribute in `MailSlurpClient::CountDto`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
50
+ end
51
+ h[k.to_sym] = v
52
+ }
53
+
54
+ if attributes.key?(:'total_elements')
55
+ self.total_elements = attributes[:'total_elements']
56
+ end
57
+ end
58
+
59
+ # Show invalid properties with the reasons. Usually used together with valid?
60
+ # @return Array for valid properties with the reasons
61
+ def list_invalid_properties
62
+ invalid_properties = Array.new
63
+ invalid_properties
64
+ end
65
+
66
+ # Check to see if the all the properties in the model are valid
67
+ # @return true if the model is valid
68
+ def valid?
69
+ true
70
+ end
71
+
72
+ # Checks equality by comparing each attribute.
73
+ # @param [Object] Object to be compared
74
+ def ==(o)
75
+ return true if self.equal?(o)
76
+ self.class == o.class &&
77
+ total_elements == o.total_elements
78
+ end
79
+
80
+ # @see the `==` method
81
+ # @param [Object] Object to be compared
82
+ def eql?(o)
83
+ self == o
84
+ end
85
+
86
+ # Calculates hash code according to all attributes.
87
+ # @return [Integer] Hash code
88
+ def hash
89
+ [total_elements].hash
90
+ end
91
+
92
+ # Builds the object from hash
93
+ # @param [Hash] attributes Model attributes in the form of hash
94
+ # @return [Object] Returns the model itself
95
+ def self.build_from_hash(attributes)
96
+ new.build_from_hash(attributes)
97
+ end
98
+
99
+ # Builds the object from hash
100
+ # @param [Hash] attributes Model attributes in the form of hash
101
+ # @return [Object] Returns the model itself
102
+ def build_from_hash(attributes)
103
+ return nil unless attributes.is_a?(Hash)
104
+ self.class.openapi_types.each_pair do |key, type|
105
+ if type =~ /\AArray<(.*)>/i
106
+ # check to ensure the input is an array given that the attribute
107
+ # is documented as an array but the input is not
108
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
109
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
110
+ end
111
+ elsif !attributes[self.class.attribute_map[key]].nil?
112
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
113
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
114
+ end
115
+
116
+ self
117
+ end
118
+
119
+ # Deserializes the data based on type
120
+ # @param string type Data type
121
+ # @param string value Value to be deserialized
122
+ # @return [Object] Deserialized data
123
+ def _deserialize(type, value)
124
+ case type.to_sym
125
+ when :DateTime
126
+ DateTime.parse(value)
127
+ when :Date
128
+ Date.parse(value)
129
+ when :String
130
+ value.to_s
131
+ when :Integer
132
+ value.to_i
133
+ when :Float
134
+ value.to_f
135
+ when :Boolean
136
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
137
+ true
138
+ else
139
+ false
140
+ end
141
+ when :Object
142
+ # generic object (usually a Hash), return directly
143
+ value
144
+ when /\AArray<(?<inner_type>.+)>\z/
145
+ inner_type = Regexp.last_match[:inner_type]
146
+ value.map { |v| _deserialize(inner_type, v) }
147
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
148
+ k_type = Regexp.last_match[:k_type]
149
+ v_type = Regexp.last_match[:v_type]
150
+ {}.tap do |hash|
151
+ value.each do |k, v|
152
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
153
+ end
154
+ end
155
+ else # model
156
+ MailSlurpClient.const_get(type).build_from_hash(value)
157
+ end
158
+ end
159
+
160
+ # Returns the string representation of the object
161
+ # @return [String] String presentation of the object
162
+ def to_s
163
+ to_hash.to_s
164
+ end
165
+
166
+ # to_body is an alias to to_hash (backward compatibility)
167
+ # @return [Hash] Returns the object in the form of hash
168
+ def to_body
169
+ to_hash
170
+ end
171
+
172
+ # Returns the object in the form of hash
173
+ # @return [Hash] Returns the object in the form of hash
174
+ def to_hash
175
+ hash = {}
176
+ self.class.attribute_map.each_pair do |attr, param|
177
+ value = self.send(attr)
178
+ if value.nil?
179
+ is_nullable = self.class.openapi_nullable.include?(attr)
180
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
181
+ end
182
+
183
+ hash[param] = _to_hash(value)
184
+ end
185
+ hash
186
+ end
187
+
188
+ # Outputs non-array value in the form of hash
189
+ # For object, use to_hash. Otherwise, just return the value
190
+ # @param [Object] value Any valid value
191
+ # @return [Hash] Returns the value in the form of hash
192
+ def _to_hash(value)
193
+ if value.is_a?(Array)
194
+ value.compact.map { |v| _to_hash(v) }
195
+ elsif value.is_a?(Hash)
196
+ {}.tap do |hash|
197
+ value.each { |k, v| hash[k] = _to_hash(v) }
198
+ end
199
+ elsif value.respond_to? :to_hash
200
+ value.to_hash
201
+ else
202
+ value
203
+ end
204
+ end
205
+ end
206
+ end
@@ -4,7 +4,7 @@
4
4
  #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
5
5
 
6
6
  The version of the OpenAPI document: 6.5.2
7
-
7
+ Contact: contact@mailslurp.dev
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10