ElasticEmail 4.0.21 → 4.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/ElasticEmail.gemspec +2 -2
  3. data/README.md +5 -4
  4. data/VERSION +1 -1
  5. data/docs/BodyPart.md +1 -1
  6. data/docs/EmailPredictedValidationStatus.md +15 -0
  7. data/docs/EmailValidationResult.md +5 -1
  8. data/docs/MessageAttachment.md +3 -1
  9. data/docs/VerificationsApi.md +4 -4
  10. data/lib/ElasticEmail/api/campaigns_api.rb +1 -1
  11. data/lib/ElasticEmail/api/contacts_api.rb +1 -1
  12. data/lib/ElasticEmail/api/emails_api.rb +1 -1
  13. data/lib/ElasticEmail/api/events_api.rb +1 -1
  14. data/lib/ElasticEmail/api/files_api.rb +1 -1
  15. data/lib/ElasticEmail/api/inbound_route_api.rb +1 -1
  16. data/lib/ElasticEmail/api/lists_api.rb +1 -1
  17. data/lib/ElasticEmail/api/security_api.rb +1 -1
  18. data/lib/ElasticEmail/api/segments_api.rb +1 -1
  19. data/lib/ElasticEmail/api/statistics_api.rb +1 -1
  20. data/lib/ElasticEmail/api/sub_accounts_api.rb +1 -1
  21. data/lib/ElasticEmail/api/suppressions_api.rb +1 -1
  22. data/lib/ElasticEmail/api/templates_api.rb +1 -1
  23. data/lib/ElasticEmail/api/verifications_api.rb +9 -9
  24. data/lib/ElasticEmail/api_client.rb +1 -1
  25. data/lib/ElasticEmail/api_error.rb +2 -1
  26. data/lib/ElasticEmail/configuration.rb +12 -1
  27. data/lib/ElasticEmail/models/access_level.rb +6 -4
  28. data/lib/ElasticEmail/models/account_status_enum.rb +1 -1
  29. data/lib/ElasticEmail/models/api_key.rb +1 -1
  30. data/lib/ElasticEmail/models/api_key_payload.rb +1 -1
  31. data/lib/ElasticEmail/models/body_content_type.rb +1 -1
  32. data/lib/ElasticEmail/models/body_part.rb +24 -2
  33. data/lib/ElasticEmail/models/campaign.rb +23 -1
  34. data/lib/ElasticEmail/models/campaign_options.rb +23 -1
  35. data/lib/ElasticEmail/models/campaign_recipient.rb +1 -1
  36. data/lib/ElasticEmail/models/campaign_status.rb +1 -1
  37. data/lib/ElasticEmail/models/campaign_template.rb +1 -1
  38. data/lib/ElasticEmail/models/channel_log_status_summary.rb +1 -1
  39. data/lib/ElasticEmail/models/compression_format.rb +1 -1
  40. data/lib/ElasticEmail/models/consent_data.rb +23 -1
  41. data/lib/ElasticEmail/models/consent_tracking.rb +1 -1
  42. data/lib/ElasticEmail/models/contact.rb +23 -1
  43. data/lib/ElasticEmail/models/contact_activity.rb +1 -1
  44. data/lib/ElasticEmail/models/contact_payload.rb +23 -1
  45. data/lib/ElasticEmail/models/contact_source.rb +1 -1
  46. data/lib/ElasticEmail/models/contact_status.rb +1 -1
  47. data/lib/ElasticEmail/models/contact_update_payload.rb +1 -1
  48. data/lib/ElasticEmail/models/contacts_list.rb +1 -1
  49. data/lib/ElasticEmail/models/delivery_optimization_type.rb +1 -1
  50. data/lib/ElasticEmail/models/email_content.rb +1 -1
  51. data/lib/ElasticEmail/models/email_data.rb +1 -1
  52. data/lib/ElasticEmail/models/email_message_data.rb +1 -1
  53. data/lib/ElasticEmail/models/email_predicted_validation_status.rb +43 -0
  54. data/lib/ElasticEmail/models/email_recipient.rb +1 -1
  55. data/lib/ElasticEmail/models/email_send.rb +1 -1
  56. data/lib/ElasticEmail/models/email_status.rb +23 -1
  57. data/lib/ElasticEmail/models/email_transactional_message_data.rb +1 -1
  58. data/lib/ElasticEmail/models/email_validation_result.rb +47 -5
  59. data/lib/ElasticEmail/models/email_validation_status.rb +1 -1
  60. data/lib/ElasticEmail/models/email_view.rb +1 -1
  61. data/lib/ElasticEmail/models/emails_payload.rb +1 -1
  62. data/lib/ElasticEmail/models/encoding_type.rb +1 -1
  63. data/lib/ElasticEmail/models/event_type.rb +1 -1
  64. data/lib/ElasticEmail/models/events_order_by.rb +1 -1
  65. data/lib/ElasticEmail/models/export_file_formats.rb +1 -1
  66. data/lib/ElasticEmail/models/export_link.rb +1 -1
  67. data/lib/ElasticEmail/models/export_status.rb +1 -1
  68. data/lib/ElasticEmail/models/file_info.rb +1 -1
  69. data/lib/ElasticEmail/models/file_payload.rb +1 -1
  70. data/lib/ElasticEmail/models/file_upload_result.rb +1 -1
  71. data/lib/ElasticEmail/models/inbound_payload.rb +23 -1
  72. data/lib/ElasticEmail/models/inbound_route.rb +23 -1
  73. data/lib/ElasticEmail/models/inbound_route_action_type.rb +1 -1
  74. data/lib/ElasticEmail/models/inbound_route_filter_type.rb +1 -1
  75. data/lib/ElasticEmail/models/list_payload.rb +1 -1
  76. data/lib/ElasticEmail/models/list_update_payload.rb +1 -1
  77. data/lib/ElasticEmail/models/log_job_status.rb +1 -1
  78. data/lib/ElasticEmail/models/log_status_summary.rb +1 -1
  79. data/lib/ElasticEmail/models/merge_email_payload.rb +1 -1
  80. data/lib/ElasticEmail/models/message_attachment.rb +15 -5
  81. data/lib/ElasticEmail/models/message_category.rb +1 -1
  82. data/lib/ElasticEmail/models/new_api_key.rb +1 -1
  83. data/lib/ElasticEmail/models/new_smtp_credentials.rb +23 -1
  84. data/lib/ElasticEmail/models/options.rb +23 -1
  85. data/lib/ElasticEmail/models/recipient_event.rb +23 -1
  86. data/lib/ElasticEmail/models/segment.rb +1 -1
  87. data/lib/ElasticEmail/models/segment_payload.rb +1 -1
  88. data/lib/ElasticEmail/models/smtp_credentials.rb +23 -1
  89. data/lib/ElasticEmail/models/smtp_credentials_payload.rb +1 -1
  90. data/lib/ElasticEmail/models/sort_order_item.rb +1 -1
  91. data/lib/ElasticEmail/models/split_optimization_type.rb +1 -1
  92. data/lib/ElasticEmail/models/split_options.rb +23 -1
  93. data/lib/ElasticEmail/models/sub_account_info.rb +23 -1
  94. data/lib/ElasticEmail/models/subaccount_email_credits_payload.rb +1 -1
  95. data/lib/ElasticEmail/models/subaccount_email_settings.rb +1 -1
  96. data/lib/ElasticEmail/models/subaccount_email_settings_payload.rb +1 -1
  97. data/lib/ElasticEmail/models/subaccount_payload.rb +1 -1
  98. data/lib/ElasticEmail/models/subaccount_settings_info.rb +1 -1
  99. data/lib/ElasticEmail/models/subaccount_settings_info_payload.rb +1 -1
  100. data/lib/ElasticEmail/models/suppression.rb +1 -1
  101. data/lib/ElasticEmail/models/template.rb +23 -1
  102. data/lib/ElasticEmail/models/template_payload.rb +23 -1
  103. data/lib/ElasticEmail/models/template_scope.rb +1 -1
  104. data/lib/ElasticEmail/models/template_type.rb +3 -2
  105. data/lib/ElasticEmail/models/transactional_recipient.rb +1 -1
  106. data/lib/ElasticEmail/models/utm.rb +1 -1
  107. data/lib/ElasticEmail/models/verification_file_result.rb +23 -1
  108. data/lib/ElasticEmail/models/verification_file_result_details.rb +23 -1
  109. data/lib/ElasticEmail/models/verification_status.rb +1 -1
  110. data/lib/ElasticEmail/version.rb +2 -2
  111. data/lib/ElasticEmail.rb +2 -1
  112. data/spec/api_client_spec.rb +1 -1
  113. data/spec/configuration_spec.rb +1 -1
  114. data/spec/models/email_predicted_validation_status_spec.rb +28 -0
  115. data/spec/spec_helper.rb +1 -1
  116. metadata +7 -3
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -23,6 +23,28 @@ module ElasticEmail
23
23
 
24
24
  attr_accessor :consent_tracking
25
25
 
26
+ class EnumAttributeValidator
27
+ attr_reader :datatype
28
+ attr_reader :allowable_values
29
+
30
+ def initialize(datatype, allowable_values)
31
+ @allowable_values = allowable_values.map do |value|
32
+ case datatype.to_s
33
+ when /Integer/i
34
+ value.to_i
35
+ when /Float/i
36
+ value.to_f
37
+ else
38
+ value
39
+ end
40
+ end
41
+ end
42
+
43
+ def valid?(value)
44
+ !value || allowable_values.include?(value)
45
+ end
46
+ end
47
+
26
48
  # Attribute mapping from ruby-style variable name to JSON key.
27
49
  def self.attribute_map
28
50
  {
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -45,6 +45,28 @@ module ElasticEmail
45
45
 
46
46
  attr_accessor :activity
47
47
 
48
+ class EnumAttributeValidator
49
+ attr_reader :datatype
50
+ attr_reader :allowable_values
51
+
52
+ def initialize(datatype, allowable_values)
53
+ @allowable_values = allowable_values.map do |value|
54
+ case datatype.to_s
55
+ when /Integer/i
56
+ value.to_i
57
+ when /Float/i
58
+ value.to_f
59
+ else
60
+ value
61
+ end
62
+ end
63
+ end
64
+
65
+ def valid?(value)
66
+ !value || allowable_values.include?(value)
67
+ end
68
+ end
69
+
48
70
  # Attribute mapping from ruby-style variable name to JSON key.
49
71
  def self.attribute_map
50
72
  {
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -31,6 +31,28 @@ module ElasticEmail
31
31
 
32
32
  attr_accessor :consent
33
33
 
34
+ class EnumAttributeValidator
35
+ attr_reader :datatype
36
+ attr_reader :allowable_values
37
+
38
+ def initialize(datatype, allowable_values)
39
+ @allowable_values = allowable_values.map do |value|
40
+ case datatype.to_s
41
+ when /Integer/i
42
+ value.to_i
43
+ when /Float/i
44
+ value.to_f
45
+ else
46
+ value
47
+ end
48
+ end
49
+ end
50
+
51
+ def valid?(value)
52
+ !value || allowable_values.include?(value)
53
+ end
54
+ end
55
+
34
56
  # Attribute mapping from ruby-style variable name to JSON key.
35
57
  def self.attribute_map
36
58
  {
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -0,0 +1,43 @@
1
+ =begin
2
+ #Elastic Email REST API
3
+
4
+ #This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://app.elasticemail.com/marketing/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. Downloadable library clients can be found in our Github repository <a target=\"_blank\" href=\"https://github.com/ElasticEmail?tab=repositories&q=%22rest+api%22+in%3Areadme\">here</a>
5
+
6
+ The version of the OpenAPI document: 4.0.0
7
+ Contact: support@elasticemail.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.3.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module ElasticEmail
17
+ class EmailPredictedValidationStatus
18
+ NONE = "None".freeze
19
+ VALID = "Valid".freeze
20
+ LOW_RISK = "LowRisk".freeze
21
+ HIGH_RISK = "HighRisk".freeze
22
+ INVALID = "Invalid".freeze
23
+
24
+ def self.all_vars
25
+ @all_vars ||= [NONE, VALID, LOW_RISK, HIGH_RISK, INVALID].freeze
26
+ end
27
+
28
+ # Builds the enum from string
29
+ # @param [String] The enum value in the form of the string
30
+ # @return [String] The enum value
31
+ def self.build_from_hash(value)
32
+ new.build_from_hash(value)
33
+ end
34
+
35
+ # Builds the enum from string
36
+ # @param [String] The enum value in the form of the string
37
+ # @return [String] The enum value
38
+ def build_from_hash(value)
39
+ return value if EmailPredictedValidationStatus.all_vars.include?(value)
40
+ raise "Invalid ENUM value #{value} for class #EmailPredictedValidationStatus"
41
+ end
42
+ end
43
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -51,6 +51,28 @@ module ElasticEmail
51
51
  # Envelope from address
52
52
  attr_accessor :envelope_from
53
53
 
54
+ class EnumAttributeValidator
55
+ attr_reader :datatype
56
+ attr_reader :allowable_values
57
+
58
+ def initialize(datatype, allowable_values)
59
+ @allowable_values = allowable_values.map do |value|
60
+ case datatype.to_s
61
+ when /Integer/i
62
+ value.to_i
63
+ when /Float/i
64
+ value.to_f
65
+ else
66
+ value
67
+ end
68
+ end
69
+ end
70
+
71
+ def valid?(value)
72
+ !value || allowable_values.include?(value)
73
+ end
74
+ end
75
+
54
76
  # Attribute mapping from ruby-style variable name to JSON key.
55
77
  def self.attribute_map
56
78
  {
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -41,6 +41,32 @@ module ElasticEmail
41
41
 
42
42
  attr_accessor :result
43
43
 
44
+ attr_accessor :predicted_score
45
+
46
+ attr_accessor :predicted_status
47
+
48
+ class EnumAttributeValidator
49
+ attr_reader :datatype
50
+ attr_reader :allowable_values
51
+
52
+ def initialize(datatype, allowable_values)
53
+ @allowable_values = allowable_values.map do |value|
54
+ case datatype.to_s
55
+ when /Integer/i
56
+ value.to_i
57
+ when /Float/i
58
+ value.to_f
59
+ else
60
+ value
61
+ end
62
+ end
63
+ end
64
+
65
+ def valid?(value)
66
+ !value || allowable_values.include?(value)
67
+ end
68
+ end
69
+
44
70
  # Attribute mapping from ruby-style variable name to JSON key.
45
71
  def self.attribute_map
46
72
  {
@@ -52,7 +78,9 @@ module ElasticEmail
52
78
  :'role' => :'Role',
53
79
  :'reason' => :'Reason',
54
80
  :'date_added' => :'DateAdded',
55
- :'result' => :'Result'
81
+ :'result' => :'Result',
82
+ :'predicted_score' => :'PredictedScore',
83
+ :'predicted_status' => :'PredictedStatus'
56
84
  }
57
85
  end
58
86
 
@@ -72,7 +100,9 @@ module ElasticEmail
72
100
  :'role' => :'Boolean',
73
101
  :'reason' => :'String',
74
102
  :'date_added' => :'Time',
75
- :'result' => :'EmailValidationStatus'
103
+ :'result' => :'EmailValidationStatus',
104
+ :'predicted_score' => :'Float',
105
+ :'predicted_status' => :'EmailPredictedValidationStatus'
76
106
  }
77
107
  end
78
108
 
@@ -134,6 +164,16 @@ module ElasticEmail
134
164
  else
135
165
  self.result = 'None'
136
166
  end
167
+
168
+ if attributes.key?(:'predicted_score')
169
+ self.predicted_score = attributes[:'predicted_score']
170
+ end
171
+
172
+ if attributes.key?(:'predicted_status')
173
+ self.predicted_status = attributes[:'predicted_status']
174
+ else
175
+ self.predicted_status = 'None'
176
+ end
137
177
  end
138
178
 
139
179
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -162,7 +202,9 @@ module ElasticEmail
162
202
  role == o.role &&
163
203
  reason == o.reason &&
164
204
  date_added == o.date_added &&
165
- result == o.result
205
+ result == o.result &&
206
+ predicted_score == o.predicted_score &&
207
+ predicted_status == o.predicted_status
166
208
  end
167
209
 
168
210
  # @see the `==` method
@@ -174,7 +216,7 @@ module ElasticEmail
174
216
  # Calculates hash code according to all attributes.
175
217
  # @return [Integer] Hash code
176
218
  def hash
177
- [account, domain, email, suggested_spelling, disposable, role, reason, date_added, result].hash
219
+ [account, domain, email, suggested_spelling, disposable, role, reason, date_added, result, predicted_score, predicted_status].hash
178
220
  end
179
221
 
180
222
  # Builds the object from hash
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -31,6 +31,28 @@ module ElasticEmail
31
31
  # Address to notify about the inbound
32
32
  attr_accessor :http_address
33
33
 
34
+ class EnumAttributeValidator
35
+ attr_reader :datatype
36
+ attr_reader :allowable_values
37
+
38
+ def initialize(datatype, allowable_values)
39
+ @allowable_values = allowable_values.map do |value|
40
+ case datatype.to_s
41
+ when /Integer/i
42
+ value.to_i
43
+ when /Float/i
44
+ value.to_f
45
+ else
46
+ value
47
+ end
48
+ end
49
+ end
50
+
51
+ def valid?(value)
52
+ !value || allowable_values.include?(value)
53
+ end
54
+ end
55
+
34
56
  # Attribute mapping from ruby-style variable name to JSON key.
35
57
  def self.attribute_map
36
58
  {
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.0
7
7
  Contact: support@elasticemail.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -33,6 +33,28 @@ module ElasticEmail
33
33
  # Place of this route in your routes queue's order
34
34
  attr_accessor :sort_order
35
35
 
36
+ class EnumAttributeValidator
37
+ attr_reader :datatype
38
+ attr_reader :allowable_values
39
+
40
+ def initialize(datatype, allowable_values)
41
+ @allowable_values = allowable_values.map do |value|
42
+ case datatype.to_s
43
+ when /Integer/i
44
+ value.to_i
45
+ when /Float/i
46
+ value.to_f
47
+ else
48
+ value
49
+ end
50
+ end
51
+ end
52
+
53
+ def valid?(value)
54
+ !value || allowable_values.include?(value)
55
+ end
56
+ end
57
+
36
58
  # Attribute mapping from ruby-style variable name to JSON key.
37
59
  def self.attribute_map
38
60
  {