mailslurp_client 15.0.6 → 15.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mailslurp_client/api/attachment_controller_api.rb +3 -3
  3. data/lib/mailslurp_client/api/email_controller_api.rb +16 -13
  4. data/lib/mailslurp_client/api/expired_controller_api.rb +9 -9
  5. data/lib/mailslurp_client/api/inbox_controller_api.rb +104 -104
  6. data/lib/mailslurp_client/models/abstract_webhook_payload.rb +15 -0
  7. data/lib/mailslurp_client/models/alias_dto.rb +39 -13
  8. data/lib/mailslurp_client/models/alias_projection.rb +30 -0
  9. data/lib/mailslurp_client/models/attachment_entity.rb +20 -0
  10. data/lib/mailslurp_client/models/attachment_meta_data.rb +20 -0
  11. data/lib/mailslurp_client/models/attachment_projection.rb +20 -0
  12. data/lib/mailslurp_client/models/basic_auth_options.rb +10 -0
  13. data/lib/mailslurp_client/models/bounce_projection.rb +10 -0
  14. data/lib/mailslurp_client/models/bounce_recipient.rb +20 -0
  15. data/lib/mailslurp_client/models/bounced_email_dto.rb +20 -0
  16. data/lib/mailslurp_client/models/bounced_recipient_dto.rb +15 -0
  17. data/lib/mailslurp_client/models/bulk_send_email_options.rb +5 -0
  18. data/lib/mailslurp_client/models/condition_option.rb +10 -0
  19. data/lib/mailslurp_client/models/contact_dto.rb +20 -0
  20. data/lib/mailslurp_client/models/contact_projection.rb +10 -0
  21. data/lib/mailslurp_client/models/content_match_options.rb +5 -0
  22. data/lib/mailslurp_client/models/count_dto.rb +5 -0
  23. data/lib/mailslurp_client/models/create_alias_options.rb +10 -0
  24. data/lib/mailslurp_client/models/create_group_options.rb +5 -0
  25. data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +10 -0
  26. data/lib/mailslurp_client/models/create_inbox_ruleset_options.rb +15 -0
  27. data/lib/mailslurp_client/models/create_template_options.rb +10 -0
  28. data/lib/mailslurp_client/models/create_webhook_options.rb +5 -0
  29. data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +10 -0
  30. data/lib/mailslurp_client/models/dns_lookup_options.rb +5 -0
  31. data/lib/mailslurp_client/models/dns_lookup_result.rb +20 -0
  32. data/lib/mailslurp_client/models/dns_lookup_results.rb +5 -0
  33. data/lib/mailslurp_client/models/domain_dto.rb +64 -13
  34. data/lib/mailslurp_client/models/domain_name_record.rb +20 -0
  35. data/lib/mailslurp_client/models/domain_preview.rb +32 -7
  36. data/lib/mailslurp_client/models/download_attachment_dto.rb +15 -0
  37. data/lib/mailslurp_client/models/email.rb +54 -13
  38. data/lib/mailslurp_client/models/email_content_match_result.rb +10 -0
  39. data/lib/mailslurp_client/models/email_links_result.rb +10 -0
  40. data/lib/mailslurp_client/models/email_preview.rb +15 -0
  41. data/lib/mailslurp_client/models/email_projection.rb +20 -0
  42. data/lib/mailslurp_client/models/email_text_lines_result.rb +10 -0
  43. data/lib/mailslurp_client/models/email_verification_result.rb +33 -13
  44. data/lib/mailslurp_client/models/expiration_defaults.rb +10 -0
  45. data/lib/mailslurp_client/models/expired_inbox_dto.rb +15 -0
  46. data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +20 -0
  47. data/lib/mailslurp_client/models/export_link.rb +5 -0
  48. data/lib/mailslurp_client/models/export_options.rb +5 -0
  49. data/lib/mailslurp_client/models/flush_expired_inboxes_result.rb +10 -0
  50. data/lib/mailslurp_client/models/gravatar_url.rb +10 -0
  51. data/lib/mailslurp_client/models/group_contacts_dto.rb +10 -0
  52. data/lib/mailslurp_client/models/group_dto.rb +15 -0
  53. data/lib/mailslurp_client/models/group_projection.rb +15 -0
  54. data/lib/mailslurp_client/models/html_validation_result.rb +29 -13
  55. data/lib/mailslurp_client/models/inbox_dto.rb +25 -0
  56. data/lib/mailslurp_client/models/inbox_exists_dto.rb +5 -0
  57. data/lib/mailslurp_client/models/inbox_forwarder_dto.rb +30 -0
  58. data/lib/mailslurp_client/models/inbox_forwarder_test_options.rb +5 -0
  59. data/lib/mailslurp_client/models/inbox_forwarder_test_result.rb +10 -0
  60. data/lib/mailslurp_client/models/inbox_preview.rb +20 -0
  61. data/lib/mailslurp_client/models/inbox_ruleset_dto.rb +35 -0
  62. data/lib/mailslurp_client/models/inbox_ruleset_test_options.rb +5 -0
  63. data/lib/mailslurp_client/models/inbox_ruleset_test_result.rb +10 -0
  64. data/lib/mailslurp_client/models/ip_address_result.rb +10 -0
  65. data/lib/mailslurp_client/models/json_schema_dto.rb +5 -0
  66. data/lib/mailslurp_client/models/match_option.rb +10 -0
  67. data/lib/mailslurp_client/models/missed_email.rb +35 -0
  68. data/lib/mailslurp_client/models/missed_email_projection.rb +20 -10
  69. data/lib/mailslurp_client/models/name_server_record.rb +20 -0
  70. data/lib/mailslurp_client/models/organization_inbox_projection.rb +25 -0
  71. data/lib/mailslurp_client/models/page_alias.rb +20 -11
  72. data/lib/mailslurp_client/models/page_attachment_entity.rb +20 -11
  73. data/lib/mailslurp_client/models/page_bounced_email.rb +20 -11
  74. data/lib/mailslurp_client/models/page_bounced_recipients.rb +20 -11
  75. data/lib/mailslurp_client/models/page_contact_projection.rb +20 -11
  76. data/lib/mailslurp_client/models/page_email_preview.rb +20 -11
  77. data/lib/mailslurp_client/models/page_email_projection.rb +20 -11
  78. data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +20 -11
  79. data/lib/mailslurp_client/models/page_group_projection.rb +20 -11
  80. data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +20 -11
  81. data/lib/mailslurp_client/models/page_inbox_projection.rb +20 -11
  82. data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +20 -11
  83. data/lib/mailslurp_client/models/page_missed_email_projection.rb +20 -11
  84. data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +20 -11
  85. data/lib/mailslurp_client/models/page_sent_email_projection.rb +51 -12
  86. data/lib/mailslurp_client/models/page_template_projection.rb +20 -11
  87. data/lib/mailslurp_client/models/page_thread_projection.rb +20 -11
  88. data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +20 -11
  89. data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +20 -11
  90. data/lib/mailslurp_client/models/page_webhook_projection.rb +20 -11
  91. data/lib/mailslurp_client/models/page_webhook_result.rb +20 -11
  92. data/lib/mailslurp_client/models/{pageable.rb → pageable_object.rb} +25 -25
  93. data/lib/mailslurp_client/models/raw_email_json.rb +5 -0
  94. data/lib/mailslurp_client/models/recipient.rb +10 -0
  95. data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +24 -13
  96. data/lib/mailslurp_client/models/reply_to_email_options.rb +24 -13
  97. data/lib/mailslurp_client/models/send_email_options.rb +12 -2
  98. data/lib/mailslurp_client/models/sender.rb +10 -0
  99. data/lib/mailslurp_client/models/sent_email_dto.rb +33 -13
  100. data/lib/mailslurp_client/models/sent_email_projection.rb +50 -10
  101. data/lib/mailslurp_client/models/set_inbox_favourited_options.rb +5 -0
  102. data/lib/mailslurp_client/models/simple_send_email_options.rb +5 -0
  103. data/lib/mailslurp_client/models/sort.rb +13 -13
  104. data/lib/mailslurp_client/models/template_dto.rb +25 -0
  105. data/lib/mailslurp_client/models/template_projection.rb +25 -0
  106. data/lib/mailslurp_client/models/template_variable.rb +10 -0
  107. data/lib/mailslurp_client/models/test_new_inbox_forwarder_options.rb +10 -0
  108. data/lib/mailslurp_client/models/test_new_inbox_ruleset_options.rb +10 -0
  109. data/lib/mailslurp_client/models/thread_projection.rb +45 -10
  110. data/lib/mailslurp_client/models/tracking_pixel_dto.rb +25 -0
  111. data/lib/mailslurp_client/models/tracking_pixel_projection.rb +20 -0
  112. data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +10 -0
  113. data/lib/mailslurp_client/models/unread_count.rb +5 -0
  114. data/lib/mailslurp_client/models/unseen_error_count_dto.rb +5 -0
  115. data/lib/mailslurp_client/models/update_group_contacts.rb +5 -0
  116. data/lib/mailslurp_client/models/validation_dto.rb +10 -0
  117. data/lib/mailslurp_client/models/validation_message.rb +5 -0
  118. data/lib/mailslurp_client/models/verify_email_address_options.rb +5 -0
  119. data/lib/mailslurp_client/models/wait_for_conditions.rb +10 -0
  120. data/lib/mailslurp_client/models/webhook_dto.rb +45 -0
  121. data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +40 -0
  122. data/lib/mailslurp_client/models/webhook_email_read_payload.rb +35 -0
  123. data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +35 -0
  124. data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +35 -0
  125. data/lib/mailslurp_client/models/webhook_new_email_payload.rb +55 -0
  126. data/lib/mailslurp_client/models/webhook_projection.rb +25 -0
  127. data/lib/mailslurp_client/models/webhook_redrive_result.rb +10 -0
  128. data/lib/mailslurp_client/models/webhook_result_dto.rb +50 -0
  129. data/lib/mailslurp_client/models/webhook_test_request.rb +15 -0
  130. data/lib/mailslurp_client/models/webhook_test_result.rb +10 -0
  131. data/lib/mailslurp_client/version.rb +1 -1
  132. data/lib/mailslurp_client.rb +1 -1
  133. metadata +2 -2
@@ -94,12 +94,37 @@ module MailSlurpClient
94
94
  # @return Array for valid properties with the reasons
95
95
  def list_invalid_properties
96
96
  invalid_properties = Array.new
97
+ if @id.nil?
98
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
99
+ end
100
+
101
+ if @name.nil?
102
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
103
+ end
104
+
105
+ if @variables.nil?
106
+ invalid_properties.push('invalid value for "variables", variables cannot be nil.')
107
+ end
108
+
109
+ if @content.nil?
110
+ invalid_properties.push('invalid value for "content", content cannot be nil.')
111
+ end
112
+
113
+ if @created_at.nil?
114
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
115
+ end
116
+
97
117
  invalid_properties
98
118
  end
99
119
 
100
120
  # Check to see if the all the properties in the model are valid
101
121
  # @return true if the model is valid
102
122
  def valid?
123
+ return false if @id.nil?
124
+ return false if @name.nil?
125
+ return false if @variables.nil?
126
+ return false if @content.nil?
127
+ return false if @created_at.nil?
103
128
  true
104
129
  end
105
130
 
@@ -94,12 +94,37 @@ module MailSlurpClient
94
94
  # @return Array for valid properties with the reasons
95
95
  def list_invalid_properties
96
96
  invalid_properties = Array.new
97
+ if @name.nil?
98
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
99
+ end
100
+
101
+ if @id.nil?
102
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
103
+ end
104
+
105
+ if @created_at.nil?
106
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
107
+ end
108
+
109
+ if @variables.nil?
110
+ invalid_properties.push('invalid value for "variables", variables cannot be nil.')
111
+ end
112
+
113
+ if @updated_at.nil?
114
+ invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
115
+ end
116
+
97
117
  invalid_properties
98
118
  end
99
119
 
100
120
  # Check to see if the all the properties in the model are valid
101
121
  # @return true if the model is valid
102
122
  def valid?
123
+ return false if @name.nil?
124
+ return false if @id.nil?
125
+ return false if @created_at.nil?
126
+ return false if @variables.nil?
127
+ return false if @updated_at.nil?
103
128
  true
104
129
  end
105
130
 
@@ -90,12 +90,22 @@ module MailSlurpClient
90
90
  # @return Array for valid properties with the reasons
91
91
  def list_invalid_properties
92
92
  invalid_properties = Array.new
93
+ if @name.nil?
94
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
95
+ end
96
+
97
+ if @variable_type.nil?
98
+ invalid_properties.push('invalid value for "variable_type", variable_type cannot be nil.')
99
+ end
100
+
93
101
  invalid_properties
94
102
  end
95
103
 
96
104
  # Check to see if the all the properties in the model are valid
97
105
  # @return true if the model is valid
98
106
  def valid?
107
+ return false if @name.nil?
108
+ return false if @variable_type.nil?
99
109
  variable_type_validator = EnumAttributeValidator.new('String', ["STRING"])
100
110
  return false unless variable_type_validator.valid?(@variable_type)
101
111
  true
@@ -68,12 +68,22 @@ module MailSlurpClient
68
68
  # @return Array for valid properties with the reasons
69
69
  def list_invalid_properties
70
70
  invalid_properties = Array.new
71
+ if @inbox_forwarder_test_options.nil?
72
+ invalid_properties.push('invalid value for "inbox_forwarder_test_options", inbox_forwarder_test_options cannot be nil.')
73
+ end
74
+
75
+ if @create_inbox_forwarder_options.nil?
76
+ invalid_properties.push('invalid value for "create_inbox_forwarder_options", create_inbox_forwarder_options cannot be nil.')
77
+ end
78
+
71
79
  invalid_properties
72
80
  end
73
81
 
74
82
  # Check to see if the all the properties in the model are valid
75
83
  # @return true if the model is valid
76
84
  def valid?
85
+ return false if @inbox_forwarder_test_options.nil?
86
+ return false if @create_inbox_forwarder_options.nil?
77
87
  true
78
88
  end
79
89
 
@@ -68,12 +68,22 @@ module MailSlurpClient
68
68
  # @return Array for valid properties with the reasons
69
69
  def list_invalid_properties
70
70
  invalid_properties = Array.new
71
+ if @inbox_ruleset_test_options.nil?
72
+ invalid_properties.push('invalid value for "inbox_ruleset_test_options", inbox_ruleset_test_options cannot be nil.')
73
+ end
74
+
75
+ if @create_inbox_ruleset_options.nil?
76
+ invalid_properties.push('invalid value for "create_inbox_ruleset_options", create_inbox_ruleset_options cannot be nil.')
77
+ end
78
+
71
79
  invalid_properties
72
80
  end
73
81
 
74
82
  # Check to see if the all the properties in the model are valid
75
83
  # @return true if the model is valid
76
84
  def valid?
85
+ return false if @inbox_ruleset_test_options.nil?
86
+ return false if @create_inbox_ruleset_options.nil?
77
87
  true
78
88
  end
79
89
 
@@ -19,10 +19,10 @@ module MailSlurpClient
19
19
 
20
20
  attr_accessor :id
21
21
 
22
- attr_accessor :subject
23
-
24
22
  attr_accessor :user_id
25
23
 
24
+ attr_accessor :subject
25
+
26
26
  attr_accessor :inbox_id
27
27
 
28
28
  attr_accessor :to
@@ -42,8 +42,8 @@ module MailSlurpClient
42
42
  {
43
43
  :'name' => :'name',
44
44
  :'id' => :'id',
45
- :'subject' => :'subject',
46
45
  :'user_id' => :'userId',
46
+ :'subject' => :'subject',
47
47
  :'inbox_id' => :'inboxId',
48
48
  :'to' => :'to',
49
49
  :'bcc' => :'bcc',
@@ -59,8 +59,8 @@ module MailSlurpClient
59
59
  {
60
60
  :'name' => :'String',
61
61
  :'id' => :'String',
62
- :'subject' => :'String',
63
62
  :'user_id' => :'String',
63
+ :'subject' => :'String',
64
64
  :'inbox_id' => :'String',
65
65
  :'to' => :'Array<String>',
66
66
  :'bcc' => :'Array<String>',
@@ -100,14 +100,14 @@ module MailSlurpClient
100
100
  self.id = attributes[:'id']
101
101
  end
102
102
 
103
- if attributes.key?(:'subject')
104
- self.subject = attributes[:'subject']
105
- end
106
-
107
103
  if attributes.key?(:'user_id')
108
104
  self.user_id = attributes[:'user_id']
109
105
  end
110
106
 
107
+ if attributes.key?(:'subject')
108
+ self.subject = attributes[:'subject']
109
+ end
110
+
111
111
  if attributes.key?(:'inbox_id')
112
112
  self.inbox_id = attributes[:'inbox_id']
113
113
  end
@@ -147,12 +147,47 @@ module MailSlurpClient
147
147
  # @return Array for valid properties with the reasons
148
148
  def list_invalid_properties
149
149
  invalid_properties = Array.new
150
+ if @id.nil?
151
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
152
+ end
153
+
154
+ if @user_id.nil?
155
+ invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
156
+ end
157
+
158
+ if @inbox_id.nil?
159
+ invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
160
+ end
161
+
162
+ if @to.nil?
163
+ invalid_properties.push('invalid value for "to", to cannot be nil.')
164
+ end
165
+
166
+ if @created_at.nil?
167
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
168
+ end
169
+
170
+ if @updated_at.nil?
171
+ invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
172
+ end
173
+
174
+ if @alias_id.nil?
175
+ invalid_properties.push('invalid value for "alias_id", alias_id cannot be nil.')
176
+ end
177
+
150
178
  invalid_properties
151
179
  end
152
180
 
153
181
  # Check to see if the all the properties in the model are valid
154
182
  # @return true if the model is valid
155
183
  def valid?
184
+ return false if @id.nil?
185
+ return false if @user_id.nil?
186
+ return false if @inbox_id.nil?
187
+ return false if @to.nil?
188
+ return false if @created_at.nil?
189
+ return false if @updated_at.nil?
190
+ return false if @alias_id.nil?
156
191
  true
157
192
  end
158
193
 
@@ -163,8 +198,8 @@ module MailSlurpClient
163
198
  self.class == o.class &&
164
199
  name == o.name &&
165
200
  id == o.id &&
166
- subject == o.subject &&
167
201
  user_id == o.user_id &&
202
+ subject == o.subject &&
168
203
  inbox_id == o.inbox_id &&
169
204
  to == o.to &&
170
205
  bcc == o.bcc &&
@@ -183,7 +218,7 @@ module MailSlurpClient
183
218
  # Calculates hash code according to all attributes.
184
219
  # @return [Integer] Hash code
185
220
  def hash
186
- [name, id, subject, user_id, inbox_id, to, bcc, cc, created_at, updated_at, alias_id].hash
221
+ [name, id, user_id, subject, inbox_id, to, bcc, cc, created_at, updated_at, alias_id].hash
187
222
  end
188
223
 
189
224
  # Builds the object from hash
@@ -124,12 +124,37 @@ module MailSlurpClient
124
124
  # @return Array for valid properties with the reasons
125
125
  def list_invalid_properties
126
126
  invalid_properties = Array.new
127
+ if @id.nil?
128
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
129
+ end
130
+
131
+ if @seen.nil?
132
+ invalid_properties.push('invalid value for "seen", seen cannot be nil.')
133
+ end
134
+
135
+ if @html.nil?
136
+ invalid_properties.push('invalid value for "html", html cannot be nil.')
137
+ end
138
+
139
+ if @url.nil?
140
+ invalid_properties.push('invalid value for "url", url cannot be nil.')
141
+ end
142
+
143
+ if @created_at.nil?
144
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
145
+ end
146
+
127
147
  invalid_properties
128
148
  end
129
149
 
130
150
  # Check to see if the all the properties in the model are valid
131
151
  # @return true if the model is valid
132
152
  def valid?
153
+ return false if @id.nil?
154
+ return false if @seen.nil?
155
+ return false if @html.nil?
156
+ return false if @url.nil?
157
+ return false if @created_at.nil?
133
158
  true
134
159
  end
135
160
 
@@ -124,12 +124,32 @@ module MailSlurpClient
124
124
  # @return Array for valid properties with the reasons
125
125
  def list_invalid_properties
126
126
  invalid_properties = Array.new
127
+ if @id.nil?
128
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
129
+ end
130
+
131
+ if @user_id.nil?
132
+ invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
133
+ end
134
+
135
+ if @created_at.nil?
136
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
137
+ end
138
+
139
+ if @seen.nil?
140
+ invalid_properties.push('invalid value for "seen", seen cannot be nil.')
141
+ end
142
+
127
143
  invalid_properties
128
144
  end
129
145
 
130
146
  # Check to see if the all the properties in the model are valid
131
147
  # @return true if the model is valid
132
148
  def valid?
149
+ return false if @id.nil?
150
+ return false if @user_id.nil?
151
+ return false if @created_at.nil?
152
+ return false if @seen.nil?
133
153
  true
134
154
  end
135
155
 
@@ -94,12 +94,22 @@ module MailSlurpClient
94
94
  # @return Array for valid properties with the reasons
95
95
  def list_invalid_properties
96
96
  invalid_properties = Array.new
97
+ if @id.nil?
98
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
99
+ end
100
+
101
+ if @created_at.nil?
102
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
103
+ end
104
+
97
105
  invalid_properties
98
106
  end
99
107
 
100
108
  # Check to see if the all the properties in the model are valid
101
109
  # @return true if the model is valid
102
110
  def valid?
111
+ return false if @id.nil?
112
+ return false if @created_at.nil?
103
113
  true
104
114
  end
105
115
 
@@ -60,12 +60,17 @@ module MailSlurpClient
60
60
  # @return Array for valid properties with the reasons
61
61
  def list_invalid_properties
62
62
  invalid_properties = Array.new
63
+ if @count.nil?
64
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
65
+ end
66
+
63
67
  invalid_properties
64
68
  end
65
69
 
66
70
  # Check to see if the all the properties in the model are valid
67
71
  # @return true if the model is valid
68
72
  def valid?
73
+ return false if @count.nil?
69
74
  true
70
75
  end
71
76
 
@@ -60,12 +60,17 @@ module MailSlurpClient
60
60
  # @return Array for valid properties with the reasons
61
61
  def list_invalid_properties
62
62
  invalid_properties = Array.new
63
+ if @count.nil?
64
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
65
+ end
66
+
63
67
  invalid_properties
64
68
  end
65
69
 
66
70
  # Check to see if the all the properties in the model are valid
67
71
  # @return true if the model is valid
68
72
  def valid?
73
+ return false if @count.nil?
69
74
  true
70
75
  end
71
76
 
@@ -62,12 +62,17 @@ module MailSlurpClient
62
62
  # @return Array for valid properties with the reasons
63
63
  def list_invalid_properties
64
64
  invalid_properties = Array.new
65
+ if @contact_ids.nil?
66
+ invalid_properties.push('invalid value for "contact_ids", contact_ids cannot be nil.')
67
+ end
68
+
65
69
  invalid_properties
66
70
  end
67
71
 
68
72
  # Check to see if the all the properties in the model are valid
69
73
  # @return true if the model is valid
70
74
  def valid?
75
+ return false if @contact_ids.nil?
71
76
  true
72
77
  end
73
78
 
@@ -70,12 +70,22 @@ module MailSlurpClient
70
70
  # @return Array for valid properties with the reasons
71
71
  def list_invalid_properties
72
72
  invalid_properties = Array.new
73
+ if @email_id.nil?
74
+ invalid_properties.push('invalid value for "email_id", email_id cannot be nil.')
75
+ end
76
+
77
+ if @html.nil?
78
+ invalid_properties.push('invalid value for "html", html cannot be nil.')
79
+ end
80
+
73
81
  invalid_properties
74
82
  end
75
83
 
76
84
  # Check to see if the all the properties in the model are valid
77
85
  # @return true if the model is valid
78
86
  def valid?
87
+ return false if @email_id.nil?
88
+ return false if @html.nil?
79
89
  true
80
90
  end
81
91
 
@@ -69,12 +69,17 @@ module MailSlurpClient
69
69
  # @return Array for valid properties with the reasons
70
70
  def list_invalid_properties
71
71
  invalid_properties = Array.new
72
+ if @line_number.nil?
73
+ invalid_properties.push('invalid value for "line_number", line_number cannot be nil.')
74
+ end
75
+
72
76
  invalid_properties
73
77
  end
74
78
 
75
79
  # Check to see if the all the properties in the model are valid
76
80
  # @return true if the model is valid
77
81
  def valid?
82
+ return false if @line_number.nil?
78
83
  true
79
84
  end
80
85
 
@@ -85,12 +85,17 @@ module MailSlurpClient
85
85
  # @return Array for valid properties with the reasons
86
86
  def list_invalid_properties
87
87
  invalid_properties = Array.new
88
+ if @email_address.nil?
89
+ invalid_properties.push('invalid value for "email_address", email_address cannot be nil.')
90
+ end
91
+
88
92
  invalid_properties
89
93
  end
90
94
 
91
95
  # Check to see if the all the properties in the model are valid
92
96
  # @return true if the model is valid
93
97
  def valid?
98
+ return false if @email_address.nil?
94
99
  true
95
100
  end
96
101
 
@@ -15,6 +15,7 @@ require 'date'
15
15
  module MailSlurpClient
16
16
  # Conditions to apply to emails that you are waiting for
17
17
  class WaitForConditions
18
+ # ID of inbox to search within and apply conditions to. Essentially filtering the emails found to give a count.
18
19
  attr_accessor :inbox_id
19
20
 
20
21
  # Number of results that should match conditions. Either exactly or at least this amount based on the `countType`. If count condition is not met and the timeout has not been reached the `waitFor` method will retry the operation.
@@ -32,12 +33,16 @@ module MailSlurpClient
32
33
  # How result size should be compared with the expected size. Exactly or at-least matching result?
33
34
  attr_accessor :count_type
34
35
 
36
+ # Conditions that should be matched for an email to qualify for results. Each condition will be applied in order to each email within an inbox to filter a result list of matching emails you are waiting for.
35
37
  attr_accessor :matches
36
38
 
39
+ # Direction to sort matching emails by created time
37
40
  attr_accessor :sort_direction
38
41
 
42
+ # ISO Date Time earliest time of email to consider. Filter for matching emails that were received after this date
39
43
  attr_accessor :since
40
44
 
45
+ # ISO Date Time latest time of email to consider. Filter for matching emails that were received before this date
41
46
  attr_accessor :before
42
47
 
43
48
  class EnumAttributeValidator
@@ -162,6 +167,10 @@ module MailSlurpClient
162
167
  # @return Array for valid properties with the reasons
163
168
  def list_invalid_properties
164
169
  invalid_properties = Array.new
170
+ if @inbox_id.nil?
171
+ invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
172
+ end
173
+
165
174
  if @timeout.nil?
166
175
  invalid_properties.push('invalid value for "timeout", timeout cannot be nil.')
167
176
  end
@@ -172,6 +181,7 @@ module MailSlurpClient
172
181
  # Check to see if the all the properties in the model are valid
173
182
  # @return true if the model is valid
174
183
  def valid?
184
+ return false if @inbox_id.nil?
175
185
  return false if @timeout.nil?
176
186
  count_type_validator = EnumAttributeValidator.new('String', ["EXACTLY", "ATLEAST"])
177
187
  return false unless count_type_validator.valid?(@count_type)
@@ -172,14 +172,59 @@ module MailSlurpClient
172
172
  # @return Array for valid properties with the reasons
173
173
  def list_invalid_properties
174
174
  invalid_properties = Array.new
175
+ if @id.nil?
176
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
177
+ end
178
+
179
+ if @user_id.nil?
180
+ invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
181
+ end
182
+
183
+ if @basic_auth.nil?
184
+ invalid_properties.push('invalid value for "basic_auth", basic_auth cannot be nil.')
185
+ end
186
+
187
+ if @inbox_id.nil?
188
+ invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
189
+ end
190
+
191
+ if @url.nil?
192
+ invalid_properties.push('invalid value for "url", url cannot be nil.')
193
+ end
194
+
195
+ if @method.nil?
196
+ invalid_properties.push('invalid value for "method", method cannot be nil.')
197
+ end
198
+
199
+ if @payload_json_schema.nil?
200
+ invalid_properties.push('invalid value for "payload_json_schema", payload_json_schema cannot be nil.')
201
+ end
202
+
203
+ if @created_at.nil?
204
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
205
+ end
206
+
207
+ if @updated_at.nil?
208
+ invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
209
+ end
210
+
175
211
  invalid_properties
176
212
  end
177
213
 
178
214
  # Check to see if the all the properties in the model are valid
179
215
  # @return true if the model is valid
180
216
  def valid?
217
+ return false if @id.nil?
218
+ return false if @user_id.nil?
219
+ return false if @basic_auth.nil?
220
+ return false if @inbox_id.nil?
221
+ return false if @url.nil?
222
+ return false if @method.nil?
181
223
  method_validator = EnumAttributeValidator.new('String', ["GET", "HEAD", "POST", "PUT", "PATCH", "DELETE", "OPTIONS", "TRACE"])
182
224
  return false unless method_validator.valid?(@method)
225
+ return false if @payload_json_schema.nil?
226
+ return false if @created_at.nil?
227
+ return false if @updated_at.nil?
183
228
  event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ"])
184
229
  return false unless event_name_validator.valid?(@event_name)
185
230
  true
@@ -156,14 +156,54 @@ module MailSlurpClient
156
156
  # @return Array for valid properties with the reasons
157
157
  def list_invalid_properties
158
158
  invalid_properties = Array.new
159
+ if @message_id.nil?
160
+ invalid_properties.push('invalid value for "message_id", message_id cannot be nil.')
161
+ end
162
+
163
+ if @webhook_id.nil?
164
+ invalid_properties.push('invalid value for "webhook_id", webhook_id cannot be nil.')
165
+ end
166
+
167
+ if @event_name.nil?
168
+ invalid_properties.push('invalid value for "event_name", event_name cannot be nil.')
169
+ end
170
+
171
+ if @inbox_id.nil?
172
+ invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
173
+ end
174
+
175
+ if @pixel_id.nil?
176
+ invalid_properties.push('invalid value for "pixel_id", pixel_id cannot be nil.')
177
+ end
178
+
179
+ if @sent_email_id.nil?
180
+ invalid_properties.push('invalid value for "sent_email_id", sent_email_id cannot be nil.')
181
+ end
182
+
183
+ if @recipient.nil?
184
+ invalid_properties.push('invalid value for "recipient", recipient cannot be nil.')
185
+ end
186
+
187
+ if @created_at.nil?
188
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
189
+ end
190
+
159
191
  invalid_properties
160
192
  end
161
193
 
162
194
  # Check to see if the all the properties in the model are valid
163
195
  # @return true if the model is valid
164
196
  def valid?
197
+ return false if @message_id.nil?
198
+ return false if @webhook_id.nil?
199
+ return false if @event_name.nil?
165
200
  event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ"])
166
201
  return false unless event_name_validator.valid?(@event_name)
202
+ return false if @inbox_id.nil?
203
+ return false if @pixel_id.nil?
204
+ return false if @sent_email_id.nil?
205
+ return false if @recipient.nil?
206
+ return false if @created_at.nil?
167
207
  true
168
208
  end
169
209