ElasticEmail 4.0.28 → 4.0.29

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 (245) hide show
  1. checksums.yaml +4 -4
  2. data/ElasticEmail.gemspec +1 -1
  3. data/README.md +13 -9
  4. data/VERSION +1 -1
  5. data/docs/CampaignsApi.md +73 -0
  6. data/docs/DKIMRecord.md +26 -0
  7. data/docs/DomainData.md +7 -1
  8. data/docs/DomainDetail.md +7 -1
  9. data/docs/SecurityApi.md +4 -4
  10. data/docs/SubAccountsApi.md +73 -1
  11. data/lib/ElasticEmail/api/campaigns_api.rb +69 -1
  12. data/lib/ElasticEmail/api/contacts_api.rb +1 -1
  13. data/lib/ElasticEmail/api/domains_api.rb +1 -1
  14. data/lib/ElasticEmail/api/emails_api.rb +1 -1
  15. data/lib/ElasticEmail/api/events_api.rb +1 -1
  16. data/lib/ElasticEmail/api/files_api.rb +1 -1
  17. data/lib/ElasticEmail/api/inbound_route_api.rb +1 -1
  18. data/lib/ElasticEmail/api/lists_api.rb +1 -1
  19. data/lib/ElasticEmail/api/security_api.rb +5 -5
  20. data/lib/ElasticEmail/api/segments_api.rb +1 -1
  21. data/lib/ElasticEmail/api/statistics_api.rb +1 -1
  22. data/lib/ElasticEmail/api/sub_accounts_api.rb +66 -3
  23. data/lib/ElasticEmail/api/suppressions_api.rb +1 -1
  24. data/lib/ElasticEmail/api/templates_api.rb +1 -1
  25. data/lib/ElasticEmail/api/verifications_api.rb +1 -1
  26. data/lib/ElasticEmail/api/webhook_api.rb +1 -1
  27. data/lib/ElasticEmail/api_client.rb +8 -9
  28. data/lib/ElasticEmail/api_error.rb +1 -1
  29. data/lib/ElasticEmail/configuration.rb +1 -1
  30. data/lib/ElasticEmail/models/access_level.rb +1 -1
  31. data/lib/ElasticEmail/models/account_status_enum.rb +1 -1
  32. data/lib/ElasticEmail/models/api_key.rb +10 -4
  33. data/lib/ElasticEmail/models/api_key_payload.rb +30 -4
  34. data/lib/ElasticEmail/models/body_content_type.rb +1 -1
  35. data/lib/ElasticEmail/models/body_part.rb +20 -4
  36. data/lib/ElasticEmail/models/campaign.rb +30 -4
  37. data/lib/ElasticEmail/models/campaign_options.rb +10 -4
  38. data/lib/ElasticEmail/models/campaign_recipient.rb +10 -4
  39. data/lib/ElasticEmail/models/campaign_status.rb +1 -1
  40. data/lib/ElasticEmail/models/campaign_template.rb +20 -4
  41. data/lib/ElasticEmail/models/certificate_validation_status.rb +3 -2
  42. data/lib/ElasticEmail/models/channel_log_status_summary.rb +10 -4
  43. data/lib/ElasticEmail/models/compression_format.rb +1 -1
  44. data/lib/ElasticEmail/models/consent_data.rb +10 -4
  45. data/lib/ElasticEmail/models/consent_tracking.rb +1 -1
  46. data/lib/ElasticEmail/models/contact.rb +10 -4
  47. data/lib/ElasticEmail/models/contact_activity.rb +10 -4
  48. data/lib/ElasticEmail/models/contact_payload.rb +20 -4
  49. data/lib/ElasticEmail/models/contact_source.rb +1 -1
  50. data/lib/ElasticEmail/models/contact_status.rb +1 -1
  51. data/lib/ElasticEmail/models/contact_update_payload.rb +10 -4
  52. data/lib/ElasticEmail/models/contacts_list.rb +10 -4
  53. data/lib/ElasticEmail/models/delivery_optimization_type.rb +1 -1
  54. data/lib/ElasticEmail/models/dkim_record.rb +258 -0
  55. data/lib/ElasticEmail/models/domain_data.rb +42 -8
  56. data/lib/ElasticEmail/models/domain_detail.rb +42 -8
  57. data/lib/ElasticEmail/models/domain_owner.rb +1 -1
  58. data/lib/ElasticEmail/models/domain_payload.rb +10 -4
  59. data/lib/ElasticEmail/models/domain_update_payload.rb +10 -4
  60. data/lib/ElasticEmail/models/email_content.rb +20 -4
  61. data/lib/ElasticEmail/models/email_data.rb +10 -4
  62. data/lib/ElasticEmail/models/email_job_failed_status.rb +10 -4
  63. data/lib/ElasticEmail/models/email_job_status.rb +10 -4
  64. data/lib/ElasticEmail/models/email_message_data.rb +30 -4
  65. data/lib/ElasticEmail/models/email_predicted_validation_status.rb +1 -1
  66. data/lib/ElasticEmail/models/email_recipient.rb +20 -4
  67. data/lib/ElasticEmail/models/email_send.rb +10 -4
  68. data/lib/ElasticEmail/models/email_status.rb +10 -4
  69. data/lib/ElasticEmail/models/email_transactional_message_data.rb +30 -4
  70. data/lib/ElasticEmail/models/email_validation_result.rb +10 -4
  71. data/lib/ElasticEmail/models/email_validation_status.rb +1 -1
  72. data/lib/ElasticEmail/models/email_view.rb +10 -4
  73. data/lib/ElasticEmail/models/emails_payload.rb +10 -4
  74. data/lib/ElasticEmail/models/encoding_type.rb +1 -1
  75. data/lib/ElasticEmail/models/event_type.rb +6 -3
  76. data/lib/ElasticEmail/models/events_order_by.rb +1 -1
  77. data/lib/ElasticEmail/models/export_file_formats.rb +1 -1
  78. data/lib/ElasticEmail/models/export_link.rb +10 -4
  79. data/lib/ElasticEmail/models/export_status.rb +1 -1
  80. data/lib/ElasticEmail/models/file_info.rb +10 -4
  81. data/lib/ElasticEmail/models/file_payload.rb +20 -4
  82. data/lib/ElasticEmail/models/file_upload_result.rb +10 -4
  83. data/lib/ElasticEmail/models/inbound_payload.rb +50 -4
  84. data/lib/ElasticEmail/models/inbound_route.rb +10 -4
  85. data/lib/ElasticEmail/models/inbound_route_action_type.rb +1 -1
  86. data/lib/ElasticEmail/models/inbound_route_filter_type.rb +1 -1
  87. data/lib/ElasticEmail/models/list_payload.rb +20 -4
  88. data/lib/ElasticEmail/models/list_update_payload.rb +10 -4
  89. data/lib/ElasticEmail/models/log_job_status.rb +1 -1
  90. data/lib/ElasticEmail/models/log_status_summary.rb +10 -4
  91. data/lib/ElasticEmail/models/merge_email_payload.rb +30 -4
  92. data/lib/ElasticEmail/models/message_attachment.rb +30 -4
  93. data/lib/ElasticEmail/models/message_category.rb +1 -1
  94. data/lib/ElasticEmail/models/message_category_enum.rb +1 -1
  95. data/lib/ElasticEmail/models/new_api_key.rb +10 -4
  96. data/lib/ElasticEmail/models/new_smtp_credentials.rb +10 -4
  97. data/lib/ElasticEmail/models/options.rb +10 -4
  98. data/lib/ElasticEmail/models/recipient_event.rb +10 -4
  99. data/lib/ElasticEmail/models/segment.rb +10 -4
  100. data/lib/ElasticEmail/models/segment_payload.rb +30 -4
  101. data/lib/ElasticEmail/models/smtp_credentials.rb +10 -4
  102. data/lib/ElasticEmail/models/smtp_credentials_payload.rb +20 -4
  103. data/lib/ElasticEmail/models/sort_order_item.rb +30 -4
  104. data/lib/ElasticEmail/models/split_optimization_type.rb +1 -1
  105. data/lib/ElasticEmail/models/split_options.rb +10 -4
  106. data/lib/ElasticEmail/models/sub_account_info.rb +10 -4
  107. data/lib/ElasticEmail/models/subaccount_email_credits_payload.rb +20 -4
  108. data/lib/ElasticEmail/models/subaccount_email_settings.rb +10 -4
  109. data/lib/ElasticEmail/models/subaccount_email_settings_payload.rb +10 -4
  110. data/lib/ElasticEmail/models/subaccount_payload.rb +30 -4
  111. data/lib/ElasticEmail/models/subaccount_settings_info.rb +10 -4
  112. data/lib/ElasticEmail/models/subaccount_settings_info_payload.rb +10 -4
  113. data/lib/ElasticEmail/models/suppression.rb +10 -4
  114. data/lib/ElasticEmail/models/template.rb +10 -4
  115. data/lib/ElasticEmail/models/template_payload.rb +20 -4
  116. data/lib/ElasticEmail/models/template_scope.rb +1 -1
  117. data/lib/ElasticEmail/models/template_type.rb +1 -1
  118. data/lib/ElasticEmail/models/tracking_type.rb +1 -1
  119. data/lib/ElasticEmail/models/tracking_validation_status.rb +1 -1
  120. data/lib/ElasticEmail/models/transactional_recipient.rb +20 -4
  121. data/lib/ElasticEmail/models/utm.rb +10 -4
  122. data/lib/ElasticEmail/models/verification_file_result.rb +10 -4
  123. data/lib/ElasticEmail/models/verification_file_result_details.rb +10 -4
  124. data/lib/ElasticEmail/models/verification_status.rb +1 -1
  125. data/lib/ElasticEmail/models/webhook.rb +10 -4
  126. data/lib/ElasticEmail/models/webhook_create_payload.rb +30 -4
  127. data/lib/ElasticEmail/models/webhook_update_payload.rb +10 -4
  128. data/lib/ElasticEmail/version.rb +2 -2
  129. data/lib/ElasticEmail.rb +2 -1
  130. data/spec/api/campaigns_api_spec.rb +14 -1
  131. data/spec/api/contacts_api_spec.rb +1 -1
  132. data/spec/api/domains_api_spec.rb +1 -1
  133. data/spec/api/emails_api_spec.rb +1 -1
  134. data/spec/api/events_api_spec.rb +1 -1
  135. data/spec/api/files_api_spec.rb +1 -1
  136. data/spec/api/inbound_route_api_spec.rb +1 -1
  137. data/spec/api/lists_api_spec.rb +1 -1
  138. data/spec/api/security_api_spec.rb +3 -3
  139. data/spec/api/segments_api_spec.rb +1 -1
  140. data/spec/api/statistics_api_spec.rb +1 -1
  141. data/spec/api/sub_accounts_api_spec.rb +14 -2
  142. data/spec/api/suppressions_api_spec.rb +1 -1
  143. data/spec/api/templates_api_spec.rb +1 -1
  144. data/spec/api/verifications_api_spec.rb +1 -1
  145. data/spec/api/webhook_api_spec.rb +1 -1
  146. data/spec/models/access_level_spec.rb +1 -1
  147. data/spec/models/account_status_enum_spec.rb +1 -1
  148. data/spec/models/api_key_payload_spec.rb +1 -1
  149. data/spec/models/api_key_spec.rb +1 -1
  150. data/spec/models/body_content_type_spec.rb +1 -1
  151. data/spec/models/body_part_spec.rb +1 -1
  152. data/spec/models/campaign_options_spec.rb +1 -1
  153. data/spec/models/campaign_recipient_spec.rb +1 -1
  154. data/spec/models/campaign_spec.rb +1 -1
  155. data/spec/models/campaign_status_spec.rb +1 -1
  156. data/spec/models/campaign_template_spec.rb +1 -1
  157. data/spec/models/certificate_validation_status_spec.rb +1 -1
  158. data/spec/models/channel_log_status_summary_spec.rb +1 -1
  159. data/spec/models/compression_format_spec.rb +1 -1
  160. data/spec/models/consent_data_spec.rb +1 -1
  161. data/spec/models/consent_tracking_spec.rb +1 -1
  162. data/spec/models/contact_activity_spec.rb +1 -1
  163. data/spec/models/contact_payload_spec.rb +1 -1
  164. data/spec/models/contact_source_spec.rb +1 -1
  165. data/spec/models/contact_spec.rb +1 -1
  166. data/spec/models/contact_status_spec.rb +1 -1
  167. data/spec/models/contact_update_payload_spec.rb +1 -1
  168. data/spec/models/contacts_list_spec.rb +1 -1
  169. data/spec/models/delivery_optimization_type_spec.rb +1 -1
  170. data/spec/models/dkim_record_spec.rb +60 -0
  171. data/spec/models/domain_data_spec.rb +19 -1
  172. data/spec/models/domain_detail_spec.rb +19 -1
  173. data/spec/models/domain_owner_spec.rb +1 -1
  174. data/spec/models/domain_payload_spec.rb +1 -1
  175. data/spec/models/domain_update_payload_spec.rb +1 -1
  176. data/spec/models/email_content_spec.rb +1 -1
  177. data/spec/models/email_data_spec.rb +1 -1
  178. data/spec/models/email_job_failed_status_spec.rb +1 -1
  179. data/spec/models/email_job_status_spec.rb +1 -1
  180. data/spec/models/email_message_data_spec.rb +1 -1
  181. data/spec/models/email_predicted_validation_status_spec.rb +1 -1
  182. data/spec/models/email_recipient_spec.rb +1 -1
  183. data/spec/models/email_send_spec.rb +1 -1
  184. data/spec/models/email_status_spec.rb +1 -1
  185. data/spec/models/email_transactional_message_data_spec.rb +1 -1
  186. data/spec/models/email_validation_result_spec.rb +1 -1
  187. data/spec/models/email_validation_status_spec.rb +1 -1
  188. data/spec/models/email_view_spec.rb +1 -1
  189. data/spec/models/emails_payload_spec.rb +1 -1
  190. data/spec/models/encoding_type_spec.rb +1 -1
  191. data/spec/models/event_type_spec.rb +1 -1
  192. data/spec/models/events_order_by_spec.rb +1 -1
  193. data/spec/models/export_file_formats_spec.rb +1 -1
  194. data/spec/models/export_link_spec.rb +1 -1
  195. data/spec/models/export_status_spec.rb +1 -1
  196. data/spec/models/file_info_spec.rb +1 -1
  197. data/spec/models/file_payload_spec.rb +1 -1
  198. data/spec/models/file_upload_result_spec.rb +1 -1
  199. data/spec/models/inbound_payload_spec.rb +1 -1
  200. data/spec/models/inbound_route_action_type_spec.rb +1 -1
  201. data/spec/models/inbound_route_filter_type_spec.rb +1 -1
  202. data/spec/models/inbound_route_spec.rb +1 -1
  203. data/spec/models/list_payload_spec.rb +1 -1
  204. data/spec/models/list_update_payload_spec.rb +1 -1
  205. data/spec/models/log_job_status_spec.rb +1 -1
  206. data/spec/models/log_status_summary_spec.rb +1 -1
  207. data/spec/models/merge_email_payload_spec.rb +1 -1
  208. data/spec/models/message_attachment_spec.rb +1 -1
  209. data/spec/models/message_category_enum_spec.rb +1 -1
  210. data/spec/models/message_category_spec.rb +1 -1
  211. data/spec/models/new_api_key_spec.rb +1 -1
  212. data/spec/models/new_smtp_credentials_spec.rb +1 -1
  213. data/spec/models/options_spec.rb +1 -1
  214. data/spec/models/recipient_event_spec.rb +1 -1
  215. data/spec/models/segment_payload_spec.rb +1 -1
  216. data/spec/models/segment_spec.rb +1 -1
  217. data/spec/models/smtp_credentials_payload_spec.rb +1 -1
  218. data/spec/models/smtp_credentials_spec.rb +1 -1
  219. data/spec/models/sort_order_item_spec.rb +1 -1
  220. data/spec/models/split_optimization_type_spec.rb +1 -1
  221. data/spec/models/split_options_spec.rb +1 -1
  222. data/spec/models/sub_account_info_spec.rb +1 -1
  223. data/spec/models/subaccount_email_credits_payload_spec.rb +1 -1
  224. data/spec/models/subaccount_email_settings_payload_spec.rb +1 -1
  225. data/spec/models/subaccount_email_settings_spec.rb +1 -1
  226. data/spec/models/subaccount_payload_spec.rb +1 -1
  227. data/spec/models/subaccount_settings_info_payload_spec.rb +1 -1
  228. data/spec/models/subaccount_settings_info_spec.rb +1 -1
  229. data/spec/models/suppression_spec.rb +1 -1
  230. data/spec/models/template_payload_spec.rb +1 -1
  231. data/spec/models/template_scope_spec.rb +1 -1
  232. data/spec/models/template_spec.rb +1 -1
  233. data/spec/models/template_type_spec.rb +1 -1
  234. data/spec/models/tracking_type_spec.rb +1 -1
  235. data/spec/models/tracking_validation_status_spec.rb +1 -1
  236. data/spec/models/transactional_recipient_spec.rb +1 -1
  237. data/spec/models/utm_spec.rb +1 -1
  238. data/spec/models/verification_file_result_details_spec.rb +1 -1
  239. data/spec/models/verification_file_result_spec.rb +1 -1
  240. data/spec/models/verification_status_spec.rb +1 -1
  241. data/spec/models/webhook_create_payload_spec.rb +1 -1
  242. data/spec/models/webhook_spec.rb +1 -1
  243. data/spec/models/webhook_update_payload_spec.rb +1 -1
  244. data/spec/spec_helper.rb +1 -1
  245. metadata +95 -91
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -68,9 +68,14 @@ module ElasticEmail
68
68
  }
69
69
  end
70
70
 
71
+ # Returns attribute mapping this model knows about
72
+ def self.acceptable_attribute_map
73
+ attribute_map
74
+ end
75
+
71
76
  # Returns all the JSON keys this model knows about
72
77
  def self.acceptable_attributes
73
- attribute_map.values
78
+ acceptable_attribute_map.values
74
79
  end
75
80
 
76
81
  # Attribute type mapping.
@@ -100,9 +105,10 @@ module ElasticEmail
100
105
  end
101
106
 
102
107
  # check to see if the attribute exists and convert string to symbol for hash key
108
+ acceptable_attribute_map = self.class.acceptable_attribute_map
103
109
  attributes = attributes.each_with_object({}) { |(k, v), h|
104
- if (!self.class.attribute_map.key?(k.to_sym))
105
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::InboundRoute`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
110
+ if (!acceptable_attribute_map.key?(k.to_sym))
111
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::InboundRoute`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
106
112
  end
107
113
  h[k.to_sym] = v
108
114
  }
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.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
- Generator version: 7.11.0
9
+ Generator version: 7.14.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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -33,9 +33,14 @@ module ElasticEmail
33
33
  }
34
34
  end
35
35
 
36
+ # Returns attribute mapping this model knows about
37
+ def self.acceptable_attribute_map
38
+ attribute_map
39
+ end
40
+
36
41
  # Returns all the JSON keys this model knows about
37
42
  def self.acceptable_attributes
38
- attribute_map.values
43
+ acceptable_attribute_map.values
39
44
  end
40
45
 
41
46
  # Attribute type mapping.
@@ -61,9 +66,10 @@ module ElasticEmail
61
66
  end
62
67
 
63
68
  # check to see if the attribute exists and convert string to symbol for hash key
69
+ acceptable_attribute_map = self.class.acceptable_attribute_map
64
70
  attributes = attributes.each_with_object({}) { |(k, v), h|
65
- if (!self.class.attribute_map.key?(k.to_sym))
66
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::ListPayload`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
71
+ if (!acceptable_attribute_map.key?(k.to_sym))
72
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::ListPayload`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
67
73
  end
68
74
  h[k.to_sym] = v
69
75
  }
@@ -105,6 +111,16 @@ module ElasticEmail
105
111
  true
106
112
  end
107
113
 
114
+ # Custom attribute writer method with validation
115
+ # @param [Object] list_name Value to be assigned
116
+ def list_name=(list_name)
117
+ if list_name.nil?
118
+ fail ArgumentError, 'list_name cannot be nil'
119
+ end
120
+
121
+ @list_name = list_name
122
+ end
123
+
108
124
  # Checks equality by comparing each attribute.
109
125
  # @param [Object] Object to be compared
110
126
  def ==(o)
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -29,9 +29,14 @@ module ElasticEmail
29
29
  }
30
30
  end
31
31
 
32
+ # Returns attribute mapping this model knows about
33
+ def self.acceptable_attribute_map
34
+ attribute_map
35
+ end
36
+
32
37
  # Returns all the JSON keys this model knows about
33
38
  def self.acceptable_attributes
34
- attribute_map.values
39
+ acceptable_attribute_map.values
35
40
  end
36
41
 
37
42
  # Attribute type mapping.
@@ -56,9 +61,10 @@ module ElasticEmail
56
61
  end
57
62
 
58
63
  # check to see if the attribute exists and convert string to symbol for hash key
64
+ acceptable_attribute_map = self.class.acceptable_attribute_map
59
65
  attributes = attributes.each_with_object({}) { |(k, v), h|
60
- if (!self.class.attribute_map.key?(k.to_sym))
61
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::ListUpdatePayload`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
66
+ if (!acceptable_attribute_map.key?(k.to_sym))
67
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::ListUpdatePayload`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
62
68
  end
63
69
  h[k.to_sym] = v
64
70
  }
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -74,9 +74,14 @@ module ElasticEmail
74
74
  }
75
75
  end
76
76
 
77
+ # Returns attribute mapping this model knows about
78
+ def self.acceptable_attribute_map
79
+ attribute_map
80
+ end
81
+
77
82
  # Returns all the JSON keys this model knows about
78
83
  def self.acceptable_attributes
79
- attribute_map.values
84
+ acceptable_attribute_map.values
80
85
  end
81
86
 
82
87
  # Attribute type mapping.
@@ -112,9 +117,10 @@ module ElasticEmail
112
117
  end
113
118
 
114
119
  # check to see if the attribute exists and convert string to symbol for hash key
120
+ acceptable_attribute_map = self.class.acceptable_attribute_map
115
121
  attributes = attributes.each_with_object({}) { |(k, v), h|
116
- if (!self.class.attribute_map.key?(k.to_sym))
117
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::LogStatusSummary`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
122
+ if (!acceptable_attribute_map.key?(k.to_sym))
123
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::LogStatusSummary`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
118
124
  end
119
125
  h[k.to_sym] = v
120
126
  }
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -30,9 +30,14 @@ module ElasticEmail
30
30
  }
31
31
  end
32
32
 
33
+ # Returns attribute mapping this model knows about
34
+ def self.acceptable_attribute_map
35
+ attribute_map
36
+ end
37
+
33
38
  # Returns all the JSON keys this model knows about
34
39
  def self.acceptable_attributes
35
- attribute_map.values
40
+ acceptable_attribute_map.values
36
41
  end
37
42
 
38
43
  # Attribute type mapping.
@@ -58,9 +63,10 @@ module ElasticEmail
58
63
  end
59
64
 
60
65
  # check to see if the attribute exists and convert string to symbol for hash key
66
+ acceptable_attribute_map = self.class.acceptable_attribute_map
61
67
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
- if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::MergeEmailPayload`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
68
+ if (!acceptable_attribute_map.key?(k.to_sym))
69
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::MergeEmailPayload`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
64
70
  end
65
71
  h[k.to_sym] = v
66
72
  }
@@ -107,6 +113,26 @@ module ElasticEmail
107
113
  true
108
114
  end
109
115
 
116
+ # Custom attribute writer method with validation
117
+ # @param [Object] merge_file Value to be assigned
118
+ def merge_file=(merge_file)
119
+ if merge_file.nil?
120
+ fail ArgumentError, 'merge_file cannot be nil'
121
+ end
122
+
123
+ @merge_file = merge_file
124
+ end
125
+
126
+ # Custom attribute writer method with validation
127
+ # @param [Object] content Value to be assigned
128
+ def content=(content)
129
+ if content.nil?
130
+ fail ArgumentError, 'content cannot be nil'
131
+ end
132
+
133
+ @content = content
134
+ end
135
+
110
136
  # Checks equality by comparing each attribute.
111
137
  # @param [Object] Object to be compared
112
138
  def ==(o)
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -37,9 +37,14 @@ module ElasticEmail
37
37
  }
38
38
  end
39
39
 
40
+ # Returns attribute mapping this model knows about
41
+ def self.acceptable_attribute_map
42
+ attribute_map
43
+ end
44
+
40
45
  # Returns all the JSON keys this model knows about
41
46
  def self.acceptable_attributes
42
- attribute_map.values
47
+ acceptable_attribute_map.values
43
48
  end
44
49
 
45
50
  # Attribute type mapping.
@@ -66,9 +71,10 @@ module ElasticEmail
66
71
  end
67
72
 
68
73
  # check to see if the attribute exists and convert string to symbol for hash key
74
+ acceptable_attribute_map = self.class.acceptable_attribute_map
69
75
  attributes = attributes.each_with_object({}) { |(k, v), h|
70
- if (!self.class.attribute_map.key?(k.to_sym))
71
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::MessageAttachment`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
76
+ if (!acceptable_attribute_map.key?(k.to_sym))
77
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::MessageAttachment`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
72
78
  end
73
79
  h[k.to_sym] = v
74
80
  }
@@ -119,6 +125,26 @@ module ElasticEmail
119
125
  true
120
126
  end
121
127
 
128
+ # Custom attribute writer method with validation
129
+ # @param [Object] binary_content Value to be assigned
130
+ def binary_content=(binary_content)
131
+ if binary_content.nil?
132
+ fail ArgumentError, 'binary_content cannot be nil'
133
+ end
134
+
135
+ @binary_content = binary_content
136
+ end
137
+
138
+ # Custom attribute writer method with validation
139
+ # @param [Object] name Value to be assigned
140
+ def name=(name)
141
+ if name.nil?
142
+ fail ArgumentError, 'name cannot be nil'
143
+ end
144
+
145
+ @name = name
146
+ end
147
+
122
148
  # Checks equality by comparing each attribute.
123
149
  # @param [Object] Object to be compared
124
150
  def ==(o)
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.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
- Generator version: 7.11.0
9
+ Generator version: 7.14.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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -50,9 +50,14 @@ module ElasticEmail
50
50
  }
51
51
  end
52
52
 
53
+ # Returns attribute mapping this model knows about
54
+ def self.acceptable_attribute_map
55
+ attribute_map
56
+ end
57
+
53
58
  # Returns all the JSON keys this model knows about
54
59
  def self.acceptable_attributes
55
- attribute_map.values
60
+ acceptable_attribute_map.values
56
61
  end
57
62
 
58
63
  # Attribute type mapping.
@@ -84,9 +89,10 @@ module ElasticEmail
84
89
  end
85
90
 
86
91
  # check to see if the attribute exists and convert string to symbol for hash key
92
+ acceptable_attribute_map = self.class.acceptable_attribute_map
87
93
  attributes = attributes.each_with_object({}) { |(k, v), h|
88
- if (!self.class.attribute_map.key?(k.to_sym))
89
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::NewApiKey`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
94
+ if (!acceptable_attribute_map.key?(k.to_sym))
95
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::NewApiKey`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
90
96
  end
91
97
  h[k.to_sym] = v
92
98
  }
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -71,9 +71,14 @@ module ElasticEmail
71
71
  }
72
72
  end
73
73
 
74
+ # Returns attribute mapping this model knows about
75
+ def self.acceptable_attribute_map
76
+ attribute_map
77
+ end
78
+
74
79
  # Returns all the JSON keys this model knows about
75
80
  def self.acceptable_attributes
76
- attribute_map.values
81
+ acceptable_attribute_map.values
77
82
  end
78
83
 
79
84
  # Attribute type mapping.
@@ -105,9 +110,10 @@ module ElasticEmail
105
110
  end
106
111
 
107
112
  # check to see if the attribute exists and convert string to symbol for hash key
113
+ acceptable_attribute_map = self.class.acceptable_attribute_map
108
114
  attributes = attributes.each_with_object({}) { |(k, v), h|
109
- if (!self.class.attribute_map.key?(k.to_sym))
110
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::NewSmtpCredentials`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
115
+ if (!acceptable_attribute_map.key?(k.to_sym))
116
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::NewSmtpCredentials`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
111
117
  end
112
118
  h[k.to_sym] = v
113
119
  }
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -67,9 +67,14 @@ module ElasticEmail
67
67
  }
68
68
  end
69
69
 
70
+ # Returns attribute mapping this model knows about
71
+ def self.acceptable_attribute_map
72
+ attribute_map
73
+ end
74
+
70
75
  # Returns all the JSON keys this model knows about
71
76
  def self.acceptable_attributes
72
- attribute_map.values
77
+ acceptable_attribute_map.values
73
78
  end
74
79
 
75
80
  # Attribute type mapping.
@@ -101,9 +106,10 @@ module ElasticEmail
101
106
  end
102
107
 
103
108
  # check to see if the attribute exists and convert string to symbol for hash key
109
+ acceptable_attribute_map = self.class.acceptable_attribute_map
104
110
  attributes = attributes.each_with_object({}) { |(k, v), h|
105
- if (!self.class.attribute_map.key?(k.to_sym))
106
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::Options`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
111
+ if (!acceptable_attribute_map.key?(k.to_sym))
112
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::Options`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
107
113
  end
108
114
  h[k.to_sym] = v
109
115
  }
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -94,9 +94,14 @@ module ElasticEmail
94
94
  }
95
95
  end
96
96
 
97
+ # Returns attribute mapping this model knows about
98
+ def self.acceptable_attribute_map
99
+ attribute_map
100
+ end
101
+
97
102
  # Returns all the JSON keys this model knows about
98
103
  def self.acceptable_attributes
99
- attribute_map.values
104
+ acceptable_attribute_map.values
100
105
  end
101
106
 
102
107
  # Attribute type mapping.
@@ -133,9 +138,10 @@ module ElasticEmail
133
138
  end
134
139
 
135
140
  # check to see if the attribute exists and convert string to symbol for hash key
141
+ acceptable_attribute_map = self.class.acceptable_attribute_map
136
142
  attributes = attributes.each_with_object({}) { |(k, v), h|
137
- if (!self.class.attribute_map.key?(k.to_sym))
138
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::RecipientEvent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
143
+ if (!acceptable_attribute_map.key?(k.to_sym))
144
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::RecipientEvent`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
139
145
  end
140
146
  h[k.to_sym] = v
141
147
  }
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -30,9 +30,14 @@ module ElasticEmail
30
30
  }
31
31
  end
32
32
 
33
+ # Returns attribute mapping this model knows about
34
+ def self.acceptable_attribute_map
35
+ attribute_map
36
+ end
37
+
33
38
  # Returns all the JSON keys this model knows about
34
39
  def self.acceptable_attributes
35
- attribute_map.values
40
+ acceptable_attribute_map.values
36
41
  end
37
42
 
38
43
  # Attribute type mapping.
@@ -57,9 +62,10 @@ module ElasticEmail
57
62
  end
58
63
 
59
64
  # check to see if the attribute exists and convert string to symbol for hash key
65
+ acceptable_attribute_map = self.class.acceptable_attribute_map
60
66
  attributes = attributes.each_with_object({}) { |(k, v), h|
61
- if (!self.class.attribute_map.key?(k.to_sym))
62
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::Segment`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
67
+ if (!acceptable_attribute_map.key?(k.to_sym))
68
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::Segment`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
63
69
  end
64
70
  h[k.to_sym] = v
65
71
  }
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -29,9 +29,14 @@ module ElasticEmail
29
29
  }
30
30
  end
31
31
 
32
+ # Returns attribute mapping this model knows about
33
+ def self.acceptable_attribute_map
34
+ attribute_map
35
+ end
36
+
32
37
  # Returns all the JSON keys this model knows about
33
38
  def self.acceptable_attributes
34
- attribute_map.values
39
+ acceptable_attribute_map.values
35
40
  end
36
41
 
37
42
  # Attribute type mapping.
@@ -56,9 +61,10 @@ module ElasticEmail
56
61
  end
57
62
 
58
63
  # check to see if the attribute exists and convert string to symbol for hash key
64
+ acceptable_attribute_map = self.class.acceptable_attribute_map
59
65
  attributes = attributes.each_with_object({}) { |(k, v), h|
60
- if (!self.class.attribute_map.key?(k.to_sym))
61
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::SegmentPayload`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
66
+ if (!acceptable_attribute_map.key?(k.to_sym))
67
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::SegmentPayload`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
62
68
  end
63
69
  h[k.to_sym] = v
64
70
  }
@@ -101,6 +107,26 @@ module ElasticEmail
101
107
  true
102
108
  end
103
109
 
110
+ # Custom attribute writer method with validation
111
+ # @param [Object] name Value to be assigned
112
+ def name=(name)
113
+ if name.nil?
114
+ fail ArgumentError, 'name cannot be nil'
115
+ end
116
+
117
+ @name = name
118
+ end
119
+
120
+ # Custom attribute writer method with validation
121
+ # @param [Object] rule Value to be assigned
122
+ def rule=(rule)
123
+ if rule.nil?
124
+ fail ArgumentError, 'rule cannot be nil'
125
+ end
126
+
127
+ @rule = rule
128
+ end
129
+
104
130
  # Checks equality by comparing each attribute.
105
131
  # @param [Object] Object to be compared
106
132
  def ==(o)
@@ -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
- Generator version: 7.11.0
9
+ Generator version: 7.14.0
10
10
 
11
11
  =end
12
12
 
@@ -67,9 +67,14 @@ module ElasticEmail
67
67
  }
68
68
  end
69
69
 
70
+ # Returns attribute mapping this model knows about
71
+ def self.acceptable_attribute_map
72
+ attribute_map
73
+ end
74
+
70
75
  # Returns all the JSON keys this model knows about
71
76
  def self.acceptable_attributes
72
- attribute_map.values
77
+ acceptable_attribute_map.values
73
78
  end
74
79
 
75
80
  # Attribute type mapping.
@@ -100,9 +105,10 @@ module ElasticEmail
100
105
  end
101
106
 
102
107
  # check to see if the attribute exists and convert string to symbol for hash key
108
+ acceptable_attribute_map = self.class.acceptable_attribute_map
103
109
  attributes = attributes.each_with_object({}) { |(k, v), h|
104
- if (!self.class.attribute_map.key?(k.to_sym))
105
- fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::SmtpCredentials`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
110
+ if (!acceptable_attribute_map.key?(k.to_sym))
111
+ fail ArgumentError, "`#{k}` is not a valid attribute in `ElasticEmail::SmtpCredentials`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
106
112
  end
107
113
  h[k.to_sym] = v
108
114
  }