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
 
@@ -15,12 +15,12 @@ require 'date'
15
15
  module MailSlurpClient
16
16
  # Options for creating inbox rulesets. Inbox rulesets can be used to block, allow, filter, or forward emails when sending or receiving using the inbox.
17
17
  class CreateInboxRulesetOptions
18
- # Action to be taken when the ruleset matches an email for the given scope. For example: `BLOCK` action with target `*` and scope `SENDING_EMAILS` blocks sending to all recipients. Note `ALLOW` takes precedent over `BLOCK`. `FILTER_REMOVE` is like block but will remove offending email addresses during a send or receive event instead of blocking the action.
19
- attr_accessor :action
20
-
21
18
  # What type of emails actions to apply ruleset to. Either `SENDING_EMAILS` or `RECEIVING_EMAILS` will apply action and target to any sending or receiving of emails respectively.
22
19
  attr_accessor :scope
23
20
 
21
+ # Action to be taken when the ruleset matches an email for the given scope. For example: `BLOCK` action with target `*` and scope `SENDING_EMAILS` blocks sending to all recipients. Note `ALLOW` takes precedent over `BLOCK`. `FILTER_REMOVE` is like block but will remove offending email addresses during a send or receive event instead of blocking the action.
22
+ attr_accessor :action
23
+
24
24
  # Target to match emails with. Can be a wild-card type pattern or a valid email address. For instance `*@gmail.com` matches all gmail addresses while `test@gmail.com` matches one address exactly. The target is applied to every recipient field email address when `SENDING_EMAILS` is the scope and is applied to sender of email when `RECEIVING_EMAILS`.
25
25
  attr_accessor :target
26
26
 
@@ -49,8 +49,8 @@ module MailSlurpClient
49
49
  # Attribute mapping from ruby-style variable name to JSON key.
50
50
  def self.attribute_map
51
51
  {
52
- :'action' => :'action',
53
52
  :'scope' => :'scope',
53
+ :'action' => :'action',
54
54
  :'target' => :'target'
55
55
  }
56
56
  end
@@ -58,8 +58,8 @@ module MailSlurpClient
58
58
  # Attribute type mapping.
59
59
  def self.openapi_types
60
60
  {
61
- :'action' => :'String',
62
61
  :'scope' => :'String',
62
+ :'action' => :'String',
63
63
  :'target' => :'String'
64
64
  }
65
65
  end
@@ -85,14 +85,14 @@ module MailSlurpClient
85
85
  h[k.to_sym] = v
86
86
  }
87
87
 
88
- if attributes.key?(:'action')
89
- self.action = attributes[:'action']
90
- end
91
-
92
88
  if attributes.key?(:'scope')
93
89
  self.scope = attributes[:'scope']
94
90
  end
95
91
 
92
+ if attributes.key?(:'action')
93
+ self.action = attributes[:'action']
94
+ end
95
+
96
96
  if attributes.key?(:'target')
97
97
  self.target = attributes[:'target']
98
98
  end
@@ -108,23 +108,13 @@ module MailSlurpClient
108
108
  # Check to see if the all the properties in the model are valid
109
109
  # @return true if the model is valid
110
110
  def valid?
111
- action_validator = EnumAttributeValidator.new('String', ["BLOCK", "ALLOW", "FILTER_REMOVE"])
112
- return false unless action_validator.valid?(@action)
113
111
  scope_validator = EnumAttributeValidator.new('String', ["RECEIVING_EMAILS", "SENDING_EMAILS"])
114
112
  return false unless scope_validator.valid?(@scope)
113
+ action_validator = EnumAttributeValidator.new('String', ["BLOCK", "ALLOW", "FILTER_REMOVE"])
114
+ return false unless action_validator.valid?(@action)
115
115
  true
116
116
  end
117
117
 
118
- # Custom attribute writer method checking allowed values (enum).
119
- # @param [Object] action Object to be assigned
120
- def action=(action)
121
- validator = EnumAttributeValidator.new('String', ["BLOCK", "ALLOW", "FILTER_REMOVE"])
122
- unless validator.valid?(action)
123
- fail ArgumentError, "invalid value for \"action\", must be one of #{validator.allowable_values}."
124
- end
125
- @action = action
126
- end
127
-
128
118
  # Custom attribute writer method checking allowed values (enum).
129
119
  # @param [Object] scope Object to be assigned
130
120
  def scope=(scope)
@@ -135,13 +125,23 @@ module MailSlurpClient
135
125
  @scope = scope
136
126
  end
137
127
 
128
+ # Custom attribute writer method checking allowed values (enum).
129
+ # @param [Object] action Object to be assigned
130
+ def action=(action)
131
+ validator = EnumAttributeValidator.new('String', ["BLOCK", "ALLOW", "FILTER_REMOVE"])
132
+ unless validator.valid?(action)
133
+ fail ArgumentError, "invalid value for \"action\", must be one of #{validator.allowable_values}."
134
+ end
135
+ @action = action
136
+ end
137
+
138
138
  # Checks equality by comparing each attribute.
139
139
  # @param [Object] Object to be compared
140
140
  def ==(o)
141
141
  return true if self.equal?(o)
142
142
  self.class == o.class &&
143
- action == o.action &&
144
143
  scope == o.scope &&
144
+ action == o.action &&
145
145
  target == o.target
146
146
  end
147
147
 
@@ -154,7 +154,7 @@ module MailSlurpClient
154
154
  # Calculates hash code according to all attributes.
155
155
  # @return [Integer] Hash code
156
156
  def hash
157
- [action, scope, target].hash
157
+ [scope, action, target].hash
158
158
  end
159
159
 
160
160
  # 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
 
@@ -68,22 +68,12 @@ 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 @name.nil?
72
- invalid_properties.push('invalid value for "name", name cannot be nil.')
73
- end
74
-
75
- if @content.nil?
76
- invalid_properties.push('invalid value for "content", content cannot be nil.')
77
- end
78
-
79
71
  invalid_properties
80
72
  end
81
73
 
82
74
  # Check to see if the all the properties in the model are valid
83
75
  # @return true if the model is valid
84
76
  def valid?
85
- return false if @name.nil?
86
- return false if @content.nil?
87
77
  true
88
78
  end
89
79
 
@@ -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
 
@@ -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
 
@@ -15,16 +15,16 @@ require 'date'
15
15
  module MailSlurpClient
16
16
  # Options for creating a webhook. Webhooks can be attached to inboxes and MailSlurp will POST a webhook payload to the URL specified whenever the inbox receives an email. Webhooks are great for processing many inbound emails.
17
17
  class CreateWebhookOptions
18
- attr_accessor :basic_auth
18
+ # Public URL on your server that MailSlurp can post WebhookNotification payload to when an email is received or an event is trigger. The payload of the submitted JSON is dependent on the webhook event type. The default `EMAIL_RECEIVED` payload is described by `https://api.mailslurp.com/schemas/webhook-payload`. The other events, `NEW_EMAIL`, `NEW_CONTACT`, and `NEW_ATTACHMENT` are described by `https://api.mailslurp.com/schemas/webhook-new-email-payload`, `https://api.mailslurp.com/schemas/webhook-new-contact-payload`,`https://api.mailslurp.com/schemas/webhook-new-attachment-payload` respectively.
19
+ attr_accessor :url
19
20
 
20
- # Optional webhook event name. Default is `EMAIL_RECEIVED` and is triggered when an email is received by the inbox associated with the webhook. Payload differ according to the webhook event name. The other events are `NEW_EMAIL`, `NEW_CONTACT`, and `NEW_ATTACHMENT` and `EMAIL_OPENED`. `EMAIL_OPENED` requires the use of tracking pixels when sending. See the email tracking guide for more information.
21
- attr_accessor :event_name
21
+ attr_accessor :basic_auth
22
22
 
23
23
  # Optional name for the webhook
24
24
  attr_accessor :name
25
25
 
26
- # Public URL on your server that MailSlurp can post WebhookNotification payload to when an email is received or an event is trigger. The payload of the submitted JSON is dependent on the webhook event type. The default `EMAIL_RECEIVED` payload is described by `https://api.mailslurp.com/schemas/webhook-payload`. The other events, `NEW_EMAIL`, `NEW_CONTACT`, and `NEW_ATTACHMENT` are described by `https://api.mailslurp.com/schemas/webhook-new-email-payload`, `https://api.mailslurp.com/schemas/webhook-new-contact-payload`,`https://api.mailslurp.com/schemas/webhook-new-attachment-payload` respectively.
27
- attr_accessor :url
26
+ # Optional webhook event name. Default is `EMAIL_RECEIVED` and is triggered when an email is received by the inbox associated with the webhook. Payload differ according to the webhook event name. The other events are `NEW_EMAIL`, `NEW_CONTACT`, and `NEW_ATTACHMENT` and `EMAIL_OPENED`. `EMAIL_OPENED` requires the use of tracking pixels when sending. See the email tracking guide for more information.
27
+ attr_accessor :event_name
28
28
 
29
29
  class EnumAttributeValidator
30
30
  attr_reader :datatype
@@ -51,20 +51,20 @@ module MailSlurpClient
51
51
  # Attribute mapping from ruby-style variable name to JSON key.
52
52
  def self.attribute_map
53
53
  {
54
+ :'url' => :'url',
54
55
  :'basic_auth' => :'basicAuth',
55
- :'event_name' => :'eventName',
56
56
  :'name' => :'name',
57
- :'url' => :'url'
57
+ :'event_name' => :'eventName'
58
58
  }
59
59
  end
60
60
 
61
61
  # Attribute type mapping.
62
62
  def self.openapi_types
63
63
  {
64
+ :'url' => :'String',
64
65
  :'basic_auth' => :'BasicAuthOptions',
65
- :'event_name' => :'String',
66
66
  :'name' => :'String',
67
- :'url' => :'String'
67
+ :'event_name' => :'String'
68
68
  }
69
69
  end
70
70
 
@@ -89,20 +89,20 @@ module MailSlurpClient
89
89
  h[k.to_sym] = v
90
90
  }
91
91
 
92
- if attributes.key?(:'basic_auth')
93
- self.basic_auth = attributes[:'basic_auth']
92
+ if attributes.key?(:'url')
93
+ self.url = attributes[:'url']
94
94
  end
95
95
 
96
- if attributes.key?(:'event_name')
97
- self.event_name = attributes[:'event_name']
96
+ if attributes.key?(:'basic_auth')
97
+ self.basic_auth = attributes[:'basic_auth']
98
98
  end
99
99
 
100
100
  if attributes.key?(:'name')
101
101
  self.name = attributes[:'name']
102
102
  end
103
103
 
104
- if attributes.key?(:'url')
105
- self.url = attributes[:'url']
104
+ if attributes.key?(:'event_name')
105
+ self.event_name = attributes[:'event_name']
106
106
  end
107
107
  end
108
108
 
@@ -136,10 +136,10 @@ module MailSlurpClient
136
136
  def ==(o)
137
137
  return true if self.equal?(o)
138
138
  self.class == o.class &&
139
+ url == o.url &&
139
140
  basic_auth == o.basic_auth &&
140
- event_name == o.event_name &&
141
141
  name == o.name &&
142
- url == o.url
142
+ event_name == o.event_name
143
143
  end
144
144
 
145
145
  # @see the `==` method
@@ -151,7 +151,7 @@ module MailSlurpClient
151
151
  # Calculates hash code according to all attributes.
152
152
  # @return [Integer] Hash code
153
153
  def hash
154
- [basic_auth, event_name, name, url].hash
154
+ [url, basic_auth, name, event_name].hash
155
155
  end
156
156
 
157
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
 
@@ -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
 
@@ -15,27 +15,27 @@ require 'date'
15
15
  module MailSlurpClient
16
16
  # Name Server lookup result
17
17
  class DescribeMailServerDomainResult
18
+ attr_accessor :mx_records
19
+
18
20
  attr_accessor :domain
19
21
 
20
22
  attr_accessor :message
21
23
 
22
- attr_accessor :mx_records
23
-
24
24
  # Attribute mapping from ruby-style variable name to JSON key.
25
25
  def self.attribute_map
26
26
  {
27
+ :'mx_records' => :'mxRecords',
27
28
  :'domain' => :'domain',
28
- :'message' => :'message',
29
- :'mx_records' => :'mxRecords'
29
+ :'message' => :'message'
30
30
  }
31
31
  end
32
32
 
33
33
  # Attribute type mapping.
34
34
  def self.openapi_types
35
35
  {
36
+ :'mx_records' => :'Array<NameServerRecord>',
36
37
  :'domain' => :'String',
37
- :'message' => :'String',
38
- :'mx_records' => :'Array<NameServerRecord>'
38
+ :'message' => :'String'
39
39
  }
40
40
  end
41
41
 
@@ -60,6 +60,12 @@ module MailSlurpClient
60
60
  h[k.to_sym] = v
61
61
  }
62
62
 
63
+ if attributes.key?(:'mx_records')
64
+ if (value = attributes[:'mx_records']).is_a?(Array)
65
+ self.mx_records = value
66
+ end
67
+ end
68
+
63
69
  if attributes.key?(:'domain')
64
70
  self.domain = attributes[:'domain']
65
71
  end
@@ -67,34 +73,18 @@ module MailSlurpClient
67
73
  if attributes.key?(:'message')
68
74
  self.message = attributes[:'message']
69
75
  end
70
-
71
- if attributes.key?(:'mx_records')
72
- if (value = attributes[:'mx_records']).is_a?(Array)
73
- self.mx_records = value
74
- end
75
- end
76
76
  end
77
77
 
78
78
  # Show invalid properties with the reasons. Usually used together with valid?
79
79
  # @return Array for valid properties with the reasons
80
80
  def list_invalid_properties
81
81
  invalid_properties = Array.new
82
- if @domain.nil?
83
- invalid_properties.push('invalid value for "domain", domain cannot be nil.')
84
- end
85
-
86
- if @mx_records.nil?
87
- invalid_properties.push('invalid value for "mx_records", mx_records cannot be nil.')
88
- end
89
-
90
82
  invalid_properties
91
83
  end
92
84
 
93
85
  # Check to see if the all the properties in the model are valid
94
86
  # @return true if the model is valid
95
87
  def valid?
96
- return false if @domain.nil?
97
- return false if @mx_records.nil?
98
88
  true
99
89
  end
100
90
 
@@ -103,9 +93,9 @@ module MailSlurpClient
103
93
  def ==(o)
104
94
  return true if self.equal?(o)
105
95
  self.class == o.class &&
96
+ mx_records == o.mx_records &&
106
97
  domain == o.domain &&
107
- message == o.message &&
108
- mx_records == o.mx_records
98
+ message == o.message
109
99
  end
110
100
 
111
101
  # @see the `==` method
@@ -117,7 +107,7 @@ module MailSlurpClient
117
107
  # Calculates hash code according to all attributes.
118
108
  # @return [Integer] Hash code
119
109
  def hash
120
- [domain, message, mx_records].hash
110
+ [mx_records, domain, message].hash
121
111
  end
122
112
 
123
113
  # 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
 
@@ -18,12 +18,12 @@ module MailSlurpClient
18
18
  # List of record types you wish to query such as MX, DNS, TXT, NS, A etc.
19
19
  attr_accessor :hostname
20
20
 
21
- # Optionally control whether to omit the final dot in full DNS name values.
22
- attr_accessor :omit_final_dns_dot
23
-
24
21
  # List of record types you wish to query such as MX, DNS, TXT, NS, A etc.
25
22
  attr_accessor :record_types
26
23
 
24
+ # Optionally control whether to omit the final dot in full DNS name values.
25
+ attr_accessor :omit_final_dns_dot
26
+
27
27
  class EnumAttributeValidator
28
28
  attr_reader :datatype
29
29
  attr_reader :allowable_values
@@ -50,8 +50,8 @@ module MailSlurpClient
50
50
  def self.attribute_map
51
51
  {
52
52
  :'hostname' => :'hostname',
53
- :'omit_final_dns_dot' => :'omitFinalDNSDot',
54
- :'record_types' => :'recordTypes'
53
+ :'record_types' => :'recordTypes',
54
+ :'omit_final_dns_dot' => :'omitFinalDNSDot'
55
55
  }
56
56
  end
57
57
 
@@ -59,8 +59,8 @@ module MailSlurpClient
59
59
  def self.openapi_types
60
60
  {
61
61
  :'hostname' => :'String',
62
- :'omit_final_dns_dot' => :'Boolean',
63
- :'record_types' => :'Array<String>'
62
+ :'record_types' => :'Array<String>',
63
+ :'omit_final_dns_dot' => :'Boolean'
64
64
  }
65
65
  end
66
66
 
@@ -89,27 +89,37 @@ module MailSlurpClient
89
89
  self.hostname = attributes[:'hostname']
90
90
  end
91
91
 
92
- if attributes.key?(:'omit_final_dns_dot')
93
- self.omit_final_dns_dot = attributes[:'omit_final_dns_dot']
94
- end
95
-
96
92
  if attributes.key?(:'record_types')
97
93
  if (value = attributes[:'record_types']).is_a?(Array)
98
94
  self.record_types = value
99
95
  end
100
96
  end
97
+
98
+ if attributes.key?(:'omit_final_dns_dot')
99
+ self.omit_final_dns_dot = attributes[:'omit_final_dns_dot']
100
+ end
101
101
  end
102
102
 
103
103
  # Show invalid properties with the reasons. Usually used together with valid?
104
104
  # @return Array for valid properties with the reasons
105
105
  def list_invalid_properties
106
106
  invalid_properties = Array.new
107
+ if @hostname.nil?
108
+ invalid_properties.push('invalid value for "hostname", hostname cannot be nil.')
109
+ end
110
+
111
+ if @record_types.nil?
112
+ invalid_properties.push('invalid value for "record_types", record_types cannot be nil.')
113
+ end
114
+
107
115
  invalid_properties
108
116
  end
109
117
 
110
118
  # Check to see if the all the properties in the model are valid
111
119
  # @return true if the model is valid
112
120
  def valid?
121
+ return false if @hostname.nil?
122
+ return false if @record_types.nil?
113
123
  true
114
124
  end
115
125
 
@@ -119,8 +129,8 @@ module MailSlurpClient
119
129
  return true if self.equal?(o)
120
130
  self.class == o.class &&
121
131
  hostname == o.hostname &&
122
- omit_final_dns_dot == o.omit_final_dns_dot &&
123
- record_types == o.record_types
132
+ record_types == o.record_types &&
133
+ omit_final_dns_dot == o.omit_final_dns_dot
124
134
  end
125
135
 
126
136
  # @see the `==` method
@@ -132,7 +142,7 @@ module MailSlurpClient
132
142
  # Calculates hash code according to all attributes.
133
143
  # @return [Integer] Hash code
134
144
  def hash
135
- [hostname, omit_final_dns_dot, record_types].hash
145
+ [hostname, record_types, omit_final_dns_dot].hash
136
146
  end
137
147
 
138
148
  # 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
 
@@ -15,14 +15,15 @@ require 'date'
15
15
  module MailSlurpClient
16
16
  # DNS lookup result. Includes record type, time to live, raw response, and name value for the name server response.
17
17
  class DNSLookupResult
18
- attr_accessor :name
19
-
20
- attr_accessor :record_entries
21
-
18
+ # Domain Name Server Record Types
22
19
  attr_accessor :record_type
23
20
 
24
21
  attr_accessor :ttl
25
22
 
23
+ attr_accessor :record_entries
24
+
25
+ attr_accessor :name
26
+
26
27
  class EnumAttributeValidator
27
28
  attr_reader :datatype
28
29
  attr_reader :allowable_values
@@ -48,20 +49,20 @@ module MailSlurpClient
48
49
  # Attribute mapping from ruby-style variable name to JSON key.
49
50
  def self.attribute_map
50
51
  {
51
- :'name' => :'name',
52
- :'record_entries' => :'recordEntries',
53
52
  :'record_type' => :'recordType',
54
- :'ttl' => :'ttl'
53
+ :'ttl' => :'ttl',
54
+ :'record_entries' => :'recordEntries',
55
+ :'name' => :'name'
55
56
  }
56
57
  end
57
58
 
58
59
  # Attribute type mapping.
59
60
  def self.openapi_types
60
61
  {
61
- :'name' => :'String',
62
- :'record_entries' => :'Array<String>',
63
62
  :'record_type' => :'String',
64
- :'ttl' => :'Integer'
63
+ :'ttl' => :'Integer',
64
+ :'record_entries' => :'Array<String>',
65
+ :'name' => :'String'
65
66
  }
66
67
  end
67
68
 
@@ -86,8 +87,12 @@ module MailSlurpClient
86
87
  h[k.to_sym] = v
87
88
  }
88
89
 
89
- if attributes.key?(:'name')
90
- self.name = attributes[:'name']
90
+ if attributes.key?(:'record_type')
91
+ self.record_type = attributes[:'record_type']
92
+ end
93
+
94
+ if attributes.key?(:'ttl')
95
+ self.ttl = attributes[:'ttl']
91
96
  end
92
97
 
93
98
  if attributes.key?(:'record_entries')
@@ -96,12 +101,8 @@ module MailSlurpClient
96
101
  end
97
102
  end
98
103
 
99
- if attributes.key?(:'record_type')
100
- self.record_type = attributes[:'record_type']
101
- end
102
-
103
- if attributes.key?(:'ttl')
104
- self.ttl = attributes[:'ttl']
104
+ if attributes.key?(:'name')
105
+ self.name = attributes[:'name']
105
106
  end
106
107
  end
107
108
 
@@ -109,34 +110,14 @@ module MailSlurpClient
109
110
  # @return Array for valid properties with the reasons
110
111
  def list_invalid_properties
111
112
  invalid_properties = Array.new
112
- if @name.nil?
113
- invalid_properties.push('invalid value for "name", name cannot be nil.')
114
- end
115
-
116
- if @record_entries.nil?
117
- invalid_properties.push('invalid value for "record_entries", record_entries cannot be nil.')
118
- end
119
-
120
- if @record_type.nil?
121
- invalid_properties.push('invalid value for "record_type", record_type cannot be nil.')
122
- end
123
-
124
- if @ttl.nil?
125
- invalid_properties.push('invalid value for "ttl", ttl cannot be nil.')
126
- end
127
-
128
113
  invalid_properties
129
114
  end
130
115
 
131
116
  # Check to see if the all the properties in the model are valid
132
117
  # @return true if the model is valid
133
118
  def valid?
134
- return false if @name.nil?
135
- return false if @record_entries.nil?
136
- return false if @record_type.nil?
137
119
  record_type_validator = EnumAttributeValidator.new('String', ["A", "NS", "MD", "MF", "CNAME", "SOA", "MB", "MG", "MR", "NULL", "WKS", "PTR", "HINFO", "MINFO", "MX", "TXT", "RP", "AFSDB", "X25", "ISDN", "RT", "NSAP", "NSAP_PTR", "SIG", "KEY", "PX", "GPOS", "AAAA", "LOC", "NXT", "EID", "NIMLOC", "SRV", "ATMA", "NAPTR", "KX", "CERT", "A6", "DNAME", "SINK", "OPT", "APL", "DS", "SSHFP", "IPSECKEY", "RRSIG", "NSEC", "DNSKEY", "DHCID", "NSEC3", "NSEC3PARAM", "TLSA", "SMIMEA", "HIP", "NINFO", "RKEY", "TALINK", "CDS", "CDNSKEY", "OPENPGPKEY", "CSYNC", "ZONEMD", "SVCB", "HTTPS", "SPF", "UINFO", "UID", "GID", "UNSPEC", "NID", "L32", "L64", "LP", "EUI48", "EUI64", "TKEY", "TSIG", "IXFR", "AXFR", "MAILB", "MAILA", "ANY", "URI", "CAA", "AVC", "DOA", "AMTRELAY", "TA", "DLV"])
138
120
  return false unless record_type_validator.valid?(@record_type)
139
- return false if @ttl.nil?
140
121
  true
141
122
  end
142
123
 
@@ -155,10 +136,10 @@ module MailSlurpClient
155
136
  def ==(o)
156
137
  return true if self.equal?(o)
157
138
  self.class == o.class &&
158
- name == o.name &&
159
- record_entries == o.record_entries &&
160
139
  record_type == o.record_type &&
161
- ttl == o.ttl
140
+ ttl == o.ttl &&
141
+ record_entries == o.record_entries &&
142
+ name == o.name
162
143
  end
163
144
 
164
145
  # @see the `==` method
@@ -170,7 +151,7 @@ module MailSlurpClient
170
151
  # Calculates hash code according to all attributes.
171
152
  # @return [Integer] Hash code
172
153
  def hash
173
- [name, record_entries, record_type, ttl].hash
154
+ [record_type, ttl, record_entries, name].hash
174
155
  end
175
156
 
176
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
 
@@ -63,17 +63,12 @@ module MailSlurpClient
63
63
  # @return Array for valid properties with the reasons
64
64
  def list_invalid_properties
65
65
  invalid_properties = Array.new
66
- if @results.nil?
67
- invalid_properties.push('invalid value for "results", results cannot be nil.')
68
- end
69
-
70
66
  invalid_properties
71
67
  end
72
68
 
73
69
  # Check to see if the all the properties in the model are valid
74
70
  # @return true if the model is valid
75
71
  def valid?
76
- return false if @results.nil?
77
72
  true
78
73
  end
79
74