mailslurp_client 15.0.0 → 15.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (158) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/lib/mailslurp_client/api/alias_controller_api.rb +59 -55
  4. data/lib/mailslurp_client/api/attachment_controller_api.rb +49 -60
  5. data/lib/mailslurp_client/api/bounce_controller_api.rb +26 -18
  6. data/lib/mailslurp_client/api/bulk_actions_controller_api.rb +15 -15
  7. data/lib/mailslurp_client/api/common_actions_controller_api.rb +128 -67
  8. data/lib/mailslurp_client/api/contact_controller_api.rb +22 -22
  9. data/lib/mailslurp_client/api/domain_controller_api.rb +32 -32
  10. data/lib/mailslurp_client/api/email_controller_api.rb +190 -116
  11. data/lib/mailslurp_client/api/expired_controller_api.rb +19 -19
  12. data/lib/mailslurp_client/api/export_controller_api.rb +38 -38
  13. data/lib/mailslurp_client/api/form_controller_api.rb +16 -18
  14. data/lib/mailslurp_client/api/group_controller_api.rb +52 -52
  15. data/lib/mailslurp_client/api/inbox_controller_api.rb +359 -225
  16. data/lib/mailslurp_client/api/inbox_forwarder_controller_api.rb +33 -29
  17. data/lib/mailslurp_client/api/inbox_ruleset_controller_api.rb +33 -29
  18. data/lib/mailslurp_client/api/mail_server_controller_api.rb +26 -26
  19. data/lib/mailslurp_client/api/missed_email_controller_api.rb +54 -42
  20. data/lib/mailslurp_client/api/sent_emails_controller_api.rb +157 -47
  21. data/lib/mailslurp_client/api/template_controller_api.rb +21 -21
  22. data/lib/mailslurp_client/api/tracking_controller_api.rb +16 -16
  23. data/lib/mailslurp_client/api/wait_for_controller_api.rb +128 -88
  24. data/lib/mailslurp_client/api/webhook_controller_api.rb +102 -86
  25. data/lib/mailslurp_client/configuration.rb +4 -4
  26. data/lib/mailslurp_client/models/abstract_webhook_payload.rb +10 -25
  27. data/lib/mailslurp_client/models/alias_dto.rb +45 -56
  28. data/lib/mailslurp_client/models/alias_projection.rb +42 -72
  29. data/lib/mailslurp_client/models/attachment_entity.rb +34 -54
  30. data/lib/mailslurp_client/models/attachment_meta_data.rb +21 -21
  31. data/lib/mailslurp_client/models/attachment_projection.rb +36 -51
  32. data/lib/mailslurp_client/models/basic_auth_options.rb +0 -10
  33. data/lib/mailslurp_client/models/bounce_projection.rb +13 -23
  34. data/lib/mailslurp_client/models/bounce_recipient.rb +22 -42
  35. data/lib/mailslurp_client/models/bounced_email_dto.rb +56 -76
  36. data/lib/mailslurp_client/models/bounced_recipient_dto.rb +16 -31
  37. data/lib/mailslurp_client/models/bulk_send_email_options.rb +5 -0
  38. data/lib/mailslurp_client/models/condition_option.rb +2 -2
  39. data/lib/mailslurp_client/models/contact_dto.rb +53 -73
  40. data/lib/mailslurp_client/models/contact_projection.rb +42 -52
  41. data/lib/mailslurp_client/models/count_dto.rb +206 -0
  42. data/lib/mailslurp_client/models/create_contact_options.rb +42 -42
  43. data/lib/mailslurp_client/models/create_domain_options.rb +21 -16
  44. data/lib/mailslurp_client/models/create_group_options.rb +0 -5
  45. data/lib/mailslurp_client/models/create_inbox_dto.rb +58 -58
  46. data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +19 -14
  47. data/lib/mailslurp_client/models/create_inbox_ruleset_options.rb +23 -23
  48. data/lib/mailslurp_client/models/create_template_options.rb +0 -10
  49. data/lib/mailslurp_client/models/create_webhook_options.rb +18 -18
  50. data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +15 -25
  51. data/lib/mailslurp_client/models/dns_lookup_options.rb +24 -14
  52. data/lib/mailslurp_client/models/dns_lookup_result.rb +23 -42
  53. data/lib/mailslurp_client/models/dns_lookup_results.rb +0 -5
  54. data/lib/mailslurp_client/models/domain_dto.rb +59 -80
  55. data/lib/mailslurp_client/models/domain_name_record.rb +11 -30
  56. data/lib/mailslurp_client/models/domain_preview.rb +26 -50
  57. data/lib/mailslurp_client/models/email.rb +134 -135
  58. data/lib/mailslurp_client/models/email_analysis.rb +28 -28
  59. data/lib/mailslurp_client/models/email_content_match_result.rb +13 -23
  60. data/lib/mailslurp_client/models/email_links_result.rb +13 -23
  61. data/lib/mailslurp_client/models/email_preview.rb +47 -47
  62. data/lib/mailslurp_client/models/email_projection.rb +77 -97
  63. data/lib/mailslurp_client/models/email_recipients.rb +16 -15
  64. data/lib/mailslurp_client/models/email_text_lines_result.rb +13 -23
  65. data/lib/mailslurp_client/models/email_verification_result.rb +16 -36
  66. data/lib/mailslurp_client/models/expiration_defaults.rb +16 -26
  67. data/lib/mailslurp_client/models/expired_inbox_dto.rb +13 -28
  68. data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +22 -42
  69. data/lib/mailslurp_client/models/export_link.rb +0 -5
  70. data/lib/mailslurp_client/models/export_options.rb +1 -6
  71. data/lib/mailslurp_client/models/flush_expired_inboxes_result.rb +13 -23
  72. data/lib/mailslurp_client/models/forward_email_options.rb +36 -31
  73. data/lib/mailslurp_client/models/gravatar_url.rb +13 -23
  74. data/lib/mailslurp_client/models/group_contacts_dto.rb +13 -23
  75. data/lib/mailslurp_client/models/group_dto.rb +22 -37
  76. data/lib/mailslurp_client/models/group_projection.rb +22 -37
  77. data/lib/mailslurp_client/models/html_validation_result.rb +13 -14
  78. data/lib/mailslurp_client/models/{inbox.rb → inbox_dto.rb} +47 -57
  79. data/lib/mailslurp_client/models/inbox_exists_dto.rb +0 -5
  80. data/lib/mailslurp_client/models/inbox_forwarder_dto.rb +31 -61
  81. data/lib/mailslurp_client/models/inbox_forwarder_test_options.rb +0 -5
  82. data/lib/mailslurp_client/models/inbox_forwarder_test_result.rb +13 -23
  83. data/lib/mailslurp_client/models/inbox_preview.rb +38 -38
  84. data/lib/mailslurp_client/models/inbox_ruleset_dto.rb +43 -78
  85. data/lib/mailslurp_client/models/inbox_ruleset_test_options.rb +0 -5
  86. data/lib/mailslurp_client/models/inbox_ruleset_test_result.rb +13 -18
  87. data/lib/mailslurp_client/models/inline_object.rb +221 -0
  88. data/lib/mailslurp_client/models/ip_address_result.rb +0 -10
  89. data/lib/mailslurp_client/models/json_schema_dto.rb +0 -5
  90. data/lib/mailslurp_client/models/match_option.rb +7 -2
  91. data/lib/mailslurp_client/models/match_options.rb +16 -16
  92. data/lib/mailslurp_client/models/missed_email.rb +67 -102
  93. data/lib/mailslurp_client/models/missed_email_projection.rb +19 -29
  94. data/lib/mailslurp_client/models/name_server_record.rb +10 -30
  95. data/lib/mailslurp_client/models/organization_inbox_projection.rb +44 -44
  96. data/lib/mailslurp_client/models/page_alias.rb +52 -52
  97. data/lib/mailslurp_client/models/page_attachment_entity.rb +52 -52
  98. data/lib/mailslurp_client/models/page_bounced_email.rb +52 -52
  99. data/lib/mailslurp_client/models/page_bounced_recipients.rb +52 -52
  100. data/lib/mailslurp_client/models/page_contact_projection.rb +52 -52
  101. data/lib/mailslurp_client/models/page_email_preview.rb +52 -52
  102. data/lib/mailslurp_client/models/page_email_projection.rb +52 -52
  103. data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +52 -52
  104. data/lib/mailslurp_client/models/page_group_projection.rb +52 -52
  105. data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +52 -52
  106. data/lib/mailslurp_client/models/page_inbox_projection.rb +52 -52
  107. data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +52 -52
  108. data/lib/mailslurp_client/models/page_missed_email_projection.rb +52 -52
  109. data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +52 -52
  110. data/lib/mailslurp_client/models/page_sent_email_projection.rb +49 -49
  111. data/lib/mailslurp_client/models/page_template_projection.rb +52 -52
  112. data/lib/mailslurp_client/models/page_thread_projection.rb +52 -52
  113. data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +52 -52
  114. data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +52 -52
  115. data/lib/mailslurp_client/models/page_webhook_projection.rb +52 -52
  116. data/lib/mailslurp_client/models/page_webhook_result.rb +52 -52
  117. data/lib/mailslurp_client/models/pageable.rb +10 -10
  118. data/lib/mailslurp_client/models/raw_email_json.rb +0 -5
  119. data/lib/mailslurp_client/models/recipient.rb +13 -23
  120. data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +38 -37
  121. data/lib/mailslurp_client/models/reply_to_email_options.rb +51 -50
  122. data/lib/mailslurp_client/models/send_email_options.rb +107 -115
  123. data/lib/mailslurp_client/models/sender.rb +14 -23
  124. data/lib/mailslurp_client/models/sent_email_dto.rb +97 -102
  125. data/lib/mailslurp_client/models/sent_email_projection.rb +66 -105
  126. data/lib/mailslurp_client/models/simple_send_email_options.rb +24 -24
  127. data/lib/mailslurp_client/models/template_dto.rb +22 -47
  128. data/lib/mailslurp_client/models/template_projection.rb +16 -41
  129. data/lib/mailslurp_client/models/template_variable.rb +0 -10
  130. data/lib/mailslurp_client/models/test_new_inbox_forwarder_options.rb +0 -10
  131. data/lib/mailslurp_client/models/test_new_inbox_ruleset_options.rb +0 -10
  132. data/lib/mailslurp_client/models/thread_projection.rb +60 -95
  133. data/lib/mailslurp_client/models/tracking_pixel_dto.rb +43 -68
  134. data/lib/mailslurp_client/models/tracking_pixel_projection.rb +34 -54
  135. data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +19 -29
  136. data/lib/mailslurp_client/models/unread_count.rb +0 -5
  137. data/lib/mailslurp_client/models/unseen_error_count_dto.rb +0 -5
  138. data/lib/mailslurp_client/models/update_group_contacts.rb +0 -5
  139. data/lib/mailslurp_client/models/update_inbox_options.rb +26 -26
  140. data/lib/mailslurp_client/models/upload_attachment_options.rb +14 -14
  141. data/lib/mailslurp_client/models/validation_message.rb +1 -5
  142. data/lib/mailslurp_client/models/verify_email_address_options.rb +0 -5
  143. data/lib/mailslurp_client/models/wait_for_conditions.rb +48 -58
  144. data/lib/mailslurp_client/models/webhook_dto.rb +64 -69
  145. data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +42 -42
  146. data/lib/mailslurp_client/models/webhook_email_read_payload.rb +49 -49
  147. data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +43 -43
  148. data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +75 -95
  149. data/lib/mailslurp_client/models/webhook_new_email_payload.rb +84 -84
  150. data/lib/mailslurp_client/models/webhook_projection.rb +36 -61
  151. data/lib/mailslurp_client/models/webhook_redrive_result.rb +13 -23
  152. data/lib/mailslurp_client/models/webhook_result_dto.rb +76 -126
  153. data/lib/mailslurp_client/models/webhook_test_request.rb +21 -36
  154. data/lib/mailslurp_client/models/webhook_test_response.rb +13 -13
  155. data/lib/mailslurp_client/models/webhook_test_result.rb +13 -23
  156. data/lib/mailslurp_client/version.rb +1 -1
  157. data/lib/mailslurp_client.rb +3 -1
  158. metadata +5 -3
@@ -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
@@ -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
@@ -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
 
@@ -15,34 +15,33 @@ require 'date'
15
15
  module MailSlurpClient
16
16
  # Domain plus verification records and status
17
17
  class DomainDto
18
- # The optional catch all inbox that will receive emails sent to the domain that cannot be matched.
19
- attr_accessor :catch_all_inbox_id
20
-
21
- attr_accessor :created_at
18
+ attr_accessor :id
22
19
 
23
- # Unique token DKIM tokens
24
- attr_accessor :dkim_tokens
20
+ attr_accessor :user_id
25
21
 
26
22
  # Custom domain name
27
23
  attr_accessor :domain
28
24
 
25
+ # Verification tokens
26
+ attr_accessor :verification_token
27
+
28
+ # Unique token DKIM tokens
29
+ attr_accessor :dkim_tokens
30
+
29
31
  # List of DNS domain name records (C, MX, TXT) etc that you must add to the DNS server associated with your domain provider.
30
32
  attr_accessor :domain_name_records
31
33
 
32
- # The type of domain. SMTP or HTTP domains differ in what inboxes can be used with them.
33
- attr_accessor :domain_type
34
-
35
- attr_accessor :id
34
+ # The optional catch all inbox that will receive emails sent to the domain that cannot be matched.
35
+ attr_accessor :catch_all_inbox_id
36
36
 
37
- # Whether domain has been verified or not. If the domain is not verified after 72 hours there is most likely an issue with the domains DNS records.
38
- attr_accessor :is_verified
37
+ attr_accessor :created_at
39
38
 
40
39
  attr_accessor :updated_at
41
40
 
42
- attr_accessor :user_id
41
+ # Type of domain. Dictates type of inbox that can be created with domain. HTTP means inboxes are processed using SES while SMTP inboxes use a custom SMTP mail server. SMTP does not support sending so use HTTP for sending emails.
42
+ attr_accessor :domain_type
43
43
 
44
- # Verification tokens
45
- attr_accessor :verification_token
44
+ attr_accessor :verified
46
45
 
47
46
  class EnumAttributeValidator
48
47
  attr_reader :datatype
@@ -69,34 +68,34 @@ module MailSlurpClient
69
68
  # Attribute mapping from ruby-style variable name to JSON key.
70
69
  def self.attribute_map
71
70
  {
72
- :'catch_all_inbox_id' => :'catchAllInboxId',
73
- :'created_at' => :'createdAt',
74
- :'dkim_tokens' => :'dkimTokens',
71
+ :'id' => :'id',
72
+ :'user_id' => :'userId',
75
73
  :'domain' => :'domain',
74
+ :'verification_token' => :'verificationToken',
75
+ :'dkim_tokens' => :'dkimTokens',
76
76
  :'domain_name_records' => :'domainNameRecords',
77
- :'domain_type' => :'domainType',
78
- :'id' => :'id',
79
- :'is_verified' => :'isVerified',
77
+ :'catch_all_inbox_id' => :'catchAllInboxId',
78
+ :'created_at' => :'createdAt',
80
79
  :'updated_at' => :'updatedAt',
81
- :'user_id' => :'userId',
82
- :'verification_token' => :'verificationToken'
80
+ :'domain_type' => :'domainType',
81
+ :'verified' => :'verified'
83
82
  }
84
83
  end
85
84
 
86
85
  # Attribute type mapping.
87
86
  def self.openapi_types
88
87
  {
89
- :'catch_all_inbox_id' => :'String',
90
- :'created_at' => :'DateTime',
91
- :'dkim_tokens' => :'Array<String>',
88
+ :'id' => :'String',
89
+ :'user_id' => :'String',
92
90
  :'domain' => :'String',
91
+ :'verification_token' => :'String',
92
+ :'dkim_tokens' => :'Array<String>',
93
93
  :'domain_name_records' => :'Array<DomainNameRecord>',
94
- :'domain_type' => :'String',
95
- :'id' => :'String',
96
- :'is_verified' => :'Boolean',
94
+ :'catch_all_inbox_id' => :'String',
95
+ :'created_at' => :'DateTime',
97
96
  :'updated_at' => :'DateTime',
98
- :'user_id' => :'String',
99
- :'verification_token' => :'String'
97
+ :'domain_type' => :'String',
98
+ :'verified' => :'Boolean'
100
99
  }
101
100
  end
102
101
 
@@ -121,12 +120,20 @@ module MailSlurpClient
121
120
  h[k.to_sym] = v
122
121
  }
123
122
 
124
- if attributes.key?(:'catch_all_inbox_id')
125
- self.catch_all_inbox_id = attributes[:'catch_all_inbox_id']
123
+ if attributes.key?(:'id')
124
+ self.id = attributes[:'id']
126
125
  end
127
126
 
128
- if attributes.key?(:'created_at')
129
- self.created_at = attributes[:'created_at']
127
+ if attributes.key?(:'user_id')
128
+ self.user_id = attributes[:'user_id']
129
+ end
130
+
131
+ if attributes.key?(:'domain')
132
+ self.domain = attributes[:'domain']
133
+ end
134
+
135
+ if attributes.key?(:'verification_token')
136
+ self.verification_token = attributes[:'verification_token']
130
137
  end
131
138
 
132
139
  if attributes.key?(:'dkim_tokens')
@@ -135,38 +142,30 @@ module MailSlurpClient
135
142
  end
136
143
  end
137
144
 
138
- if attributes.key?(:'domain')
139
- self.domain = attributes[:'domain']
140
- end
141
-
142
145
  if attributes.key?(:'domain_name_records')
143
146
  if (value = attributes[:'domain_name_records']).is_a?(Array)
144
147
  self.domain_name_records = value
145
148
  end
146
149
  end
147
150
 
148
- if attributes.key?(:'domain_type')
149
- self.domain_type = attributes[:'domain_type']
150
- end
151
-
152
- if attributes.key?(:'id')
153
- self.id = attributes[:'id']
151
+ if attributes.key?(:'catch_all_inbox_id')
152
+ self.catch_all_inbox_id = attributes[:'catch_all_inbox_id']
154
153
  end
155
154
 
156
- if attributes.key?(:'is_verified')
157
- self.is_verified = attributes[:'is_verified']
155
+ if attributes.key?(:'created_at')
156
+ self.created_at = attributes[:'created_at']
158
157
  end
159
158
 
160
159
  if attributes.key?(:'updated_at')
161
160
  self.updated_at = attributes[:'updated_at']
162
161
  end
163
162
 
164
- if attributes.key?(:'user_id')
165
- self.user_id = attributes[:'user_id']
163
+ if attributes.key?(:'domain_type')
164
+ self.domain_type = attributes[:'domain_type']
166
165
  end
167
166
 
168
- if attributes.key?(:'verification_token')
169
- self.verification_token = attributes[:'verification_token']
167
+ if attributes.key?(:'verified')
168
+ self.verified = attributes[:'verified']
170
169
  end
171
170
  end
172
171
 
@@ -174,34 +173,14 @@ module MailSlurpClient
174
173
  # @return Array for valid properties with the reasons
175
174
  def list_invalid_properties
176
175
  invalid_properties = Array.new
177
- if @created_at.nil?
178
- invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
179
- end
180
-
181
- if @id.nil?
182
- invalid_properties.push('invalid value for "id", id cannot be nil.')
183
- end
184
-
185
- if @updated_at.nil?
186
- invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
187
- end
188
-
189
- if @user_id.nil?
190
- invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
191
- end
192
-
193
176
  invalid_properties
194
177
  end
195
178
 
196
179
  # Check to see if the all the properties in the model are valid
197
180
  # @return true if the model is valid
198
181
  def valid?
199
- return false if @created_at.nil?
200
182
  domain_type_validator = EnumAttributeValidator.new('String', ["HTTP_INBOX", "SMTP_DOMAIN"])
201
183
  return false unless domain_type_validator.valid?(@domain_type)
202
- return false if @id.nil?
203
- return false if @updated_at.nil?
204
- return false if @user_id.nil?
205
184
  true
206
185
  end
207
186
 
@@ -220,17 +199,17 @@ module MailSlurpClient
220
199
  def ==(o)
221
200
  return true if self.equal?(o)
222
201
  self.class == o.class &&
223
- catch_all_inbox_id == o.catch_all_inbox_id &&
224
- created_at == o.created_at &&
225
- dkim_tokens == o.dkim_tokens &&
202
+ id == o.id &&
203
+ user_id == o.user_id &&
226
204
  domain == o.domain &&
205
+ verification_token == o.verification_token &&
206
+ dkim_tokens == o.dkim_tokens &&
227
207
  domain_name_records == o.domain_name_records &&
228
- domain_type == o.domain_type &&
229
- id == o.id &&
230
- is_verified == o.is_verified &&
208
+ catch_all_inbox_id == o.catch_all_inbox_id &&
209
+ created_at == o.created_at &&
231
210
  updated_at == o.updated_at &&
232
- user_id == o.user_id &&
233
- verification_token == o.verification_token
211
+ domain_type == o.domain_type &&
212
+ verified == o.verified
234
213
  end
235
214
 
236
215
  # @see the `==` method
@@ -242,7 +221,7 @@ module MailSlurpClient
242
221
  # Calculates hash code according to all attributes.
243
222
  # @return [Integer] Hash code
244
223
  def hash
245
- [catch_all_inbox_id, created_at, dkim_tokens, domain, domain_name_records, domain_type, id, is_verified, updated_at, user_id, verification_token].hash
224
+ [id, user_id, domain, verification_token, dkim_tokens, domain_name_records, catch_all_inbox_id, created_at, updated_at, domain_type, verified].hash
246
225
  end
247
226
 
248
227
  # Builds the object from hash
@@ -15,12 +15,13 @@ require 'date'
15
15
  module MailSlurpClient
16
16
  # DNS Record required for verification of a domain. Record vary depending on domain type.
17
17
  class DomainNameRecord
18
+ # Domain Name Server Record Types
19
+ attr_accessor :record_type
20
+
18
21
  attr_accessor :name
19
22
 
20
23
  attr_accessor :record_entries
21
24
 
22
- attr_accessor :record_type
23
-
24
25
  attr_accessor :ttl
25
26
 
26
27
  class EnumAttributeValidator
@@ -48,9 +49,9 @@ module MailSlurpClient
48
49
  # Attribute mapping from ruby-style variable name to JSON key.
49
50
  def self.attribute_map
50
51
  {
52
+ :'record_type' => :'recordType',
51
53
  :'name' => :'name',
52
54
  :'record_entries' => :'recordEntries',
53
- :'record_type' => :'recordType',
54
55
  :'ttl' => :'ttl'
55
56
  }
56
57
  end
@@ -58,9 +59,9 @@ module MailSlurpClient
58
59
  # Attribute type mapping.
59
60
  def self.openapi_types
60
61
  {
62
+ :'record_type' => :'String',
61
63
  :'name' => :'String',
62
64
  :'record_entries' => :'Array<String>',
63
- :'record_type' => :'String',
64
65
  :'ttl' => :'Integer'
65
66
  }
66
67
  end
@@ -86,6 +87,10 @@ module MailSlurpClient
86
87
  h[k.to_sym] = v
87
88
  }
88
89
 
90
+ if attributes.key?(:'record_type')
91
+ self.record_type = attributes[:'record_type']
92
+ end
93
+
89
94
  if attributes.key?(:'name')
90
95
  self.name = attributes[:'name']
91
96
  end
@@ -96,10 +101,6 @@ 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
104
  if attributes.key?(:'ttl')
104
105
  self.ttl = attributes[:'ttl']
105
106
  end
@@ -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,9 +136,9 @@ module MailSlurpClient
155
136
  def ==(o)
156
137
  return true if self.equal?(o)
157
138
  self.class == o.class &&
139
+ record_type == o.record_type &&
158
140
  name == o.name &&
159
141
  record_entries == o.record_entries &&
160
- record_type == o.record_type &&
161
142
  ttl == o.ttl
162
143
  end
163
144
 
@@ -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, name, record_entries, ttl].hash
174
155
  end
175
156
 
176
157
  # Builds the object from hash