ElasticEmail 4.0.25 → 4.0.27

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 (247) hide show
  1. checksums.yaml +4 -4
  2. data/ElasticEmail.gemspec +2 -2
  3. data/README.md +16 -9
  4. data/VERSION +1 -1
  5. data/docs/Campaign.md +2 -0
  6. data/docs/CampaignsApi.md +12 -12
  7. data/docs/Contact.md +2 -0
  8. data/docs/ContactsApi.md +18 -18
  9. data/docs/DomainsApi.md +16 -16
  10. data/docs/EmailsApi.md +10 -10
  11. data/docs/EventsApi.md +14 -14
  12. data/docs/FilesApi.md +10 -10
  13. data/docs/InboundRouteApi.md +12 -12
  14. data/docs/ListsApi.md +16 -16
  15. data/docs/RecipientEvent.md +2 -2
  16. data/docs/SecurityApi.md +30 -30
  17. data/docs/SegmentsApi.md +10 -10
  18. data/docs/StatisticsApi.md +10 -10
  19. data/docs/SubAccountsApi.md +12 -12
  20. data/docs/SuppressionsApi.md +24 -24
  21. data/docs/TemplatesApi.md +10 -10
  22. data/docs/VerificationsApi.md +25 -25
  23. data/lib/ElasticEmail/api/campaigns_api.rb +6 -6
  24. data/lib/ElasticEmail/api/contacts_api.rb +8 -8
  25. data/lib/ElasticEmail/api/domains_api.rb +9 -9
  26. data/lib/ElasticEmail/api/emails_api.rb +7 -7
  27. data/lib/ElasticEmail/api/events_api.rb +9 -9
  28. data/lib/ElasticEmail/api/files_api.rb +6 -6
  29. data/lib/ElasticEmail/api/inbound_route_api.rb +7 -7
  30. data/lib/ElasticEmail/api/lists_api.rb +8 -8
  31. data/lib/ElasticEmail/api/security_api.rb +30 -30
  32. data/lib/ElasticEmail/api/segments_api.rb +6 -6
  33. data/lib/ElasticEmail/api/statistics_api.rb +7 -7
  34. data/lib/ElasticEmail/api/sub_accounts_api.rb +6 -6
  35. data/lib/ElasticEmail/api/suppressions_api.rb +10 -10
  36. data/lib/ElasticEmail/api/templates_api.rb +6 -6
  37. data/lib/ElasticEmail/api/verifications_api.rb +19 -19
  38. data/lib/ElasticEmail/api_client.rb +4 -4
  39. data/lib/ElasticEmail/api_error.rb +2 -2
  40. data/lib/ElasticEmail/configuration.rb +20 -3
  41. data/lib/ElasticEmail/models/access_level.rb +12 -3
  42. data/lib/ElasticEmail/models/account_status_enum.rb +2 -2
  43. data/lib/ElasticEmail/models/api_key.rb +2 -2
  44. data/lib/ElasticEmail/models/api_key_payload.rb +2 -2
  45. data/lib/ElasticEmail/models/body_content_type.rb +2 -2
  46. data/lib/ElasticEmail/models/body_part.rb +2 -2
  47. data/lib/ElasticEmail/models/campaign.rb +12 -3
  48. data/lib/ElasticEmail/models/campaign_options.rb +2 -2
  49. data/lib/ElasticEmail/models/campaign_recipient.rb +2 -2
  50. data/lib/ElasticEmail/models/campaign_status.rb +2 -2
  51. data/lib/ElasticEmail/models/campaign_template.rb +2 -2
  52. data/lib/ElasticEmail/models/certificate_validation_status.rb +2 -2
  53. data/lib/ElasticEmail/models/channel_log_status_summary.rb +2 -2
  54. data/lib/ElasticEmail/models/compression_format.rb +2 -2
  55. data/lib/ElasticEmail/models/consent_data.rb +2 -2
  56. data/lib/ElasticEmail/models/consent_tracking.rb +2 -2
  57. data/lib/ElasticEmail/models/contact.rb +12 -3
  58. data/lib/ElasticEmail/models/contact_activity.rb +2 -2
  59. data/lib/ElasticEmail/models/contact_payload.rb +2 -2
  60. data/lib/ElasticEmail/models/contact_source.rb +5 -3
  61. data/lib/ElasticEmail/models/contact_status.rb +2 -2
  62. data/lib/ElasticEmail/models/contact_update_payload.rb +2 -2
  63. data/lib/ElasticEmail/models/contacts_list.rb +2 -2
  64. data/lib/ElasticEmail/models/delivery_optimization_type.rb +2 -2
  65. data/lib/ElasticEmail/models/domain_data.rb +2 -2
  66. data/lib/ElasticEmail/models/domain_detail.rb +2 -2
  67. data/lib/ElasticEmail/models/domain_owner.rb +2 -2
  68. data/lib/ElasticEmail/models/domain_payload.rb +2 -2
  69. data/lib/ElasticEmail/models/domain_update_payload.rb +2 -2
  70. data/lib/ElasticEmail/models/email_content.rb +2 -2
  71. data/lib/ElasticEmail/models/email_data.rb +2 -2
  72. data/lib/ElasticEmail/models/email_job_failed_status.rb +2 -2
  73. data/lib/ElasticEmail/models/email_job_status.rb +2 -2
  74. data/lib/ElasticEmail/models/email_message_data.rb +2 -2
  75. data/lib/ElasticEmail/models/email_predicted_validation_status.rb +2 -2
  76. data/lib/ElasticEmail/models/email_recipient.rb +2 -2
  77. data/lib/ElasticEmail/models/email_send.rb +2 -2
  78. data/lib/ElasticEmail/models/email_status.rb +2 -2
  79. data/lib/ElasticEmail/models/email_transactional_message_data.rb +2 -2
  80. data/lib/ElasticEmail/models/email_validation_result.rb +2 -2
  81. data/lib/ElasticEmail/models/email_validation_status.rb +2 -2
  82. data/lib/ElasticEmail/models/email_view.rb +2 -2
  83. data/lib/ElasticEmail/models/emails_payload.rb +2 -2
  84. data/lib/ElasticEmail/models/encoding_type.rb +2 -2
  85. data/lib/ElasticEmail/models/event_type.rb +2 -2
  86. data/lib/ElasticEmail/models/events_order_by.rb +2 -2
  87. data/lib/ElasticEmail/models/export_file_formats.rb +2 -2
  88. data/lib/ElasticEmail/models/export_link.rb +2 -2
  89. data/lib/ElasticEmail/models/export_status.rb +2 -2
  90. data/lib/ElasticEmail/models/file_info.rb +2 -2
  91. data/lib/ElasticEmail/models/file_payload.rb +2 -2
  92. data/lib/ElasticEmail/models/file_upload_result.rb +2 -2
  93. data/lib/ElasticEmail/models/inbound_payload.rb +2 -2
  94. data/lib/ElasticEmail/models/inbound_route.rb +2 -2
  95. data/lib/ElasticEmail/models/inbound_route_action_type.rb +2 -2
  96. data/lib/ElasticEmail/models/inbound_route_filter_type.rb +2 -2
  97. data/lib/ElasticEmail/models/list_payload.rb +2 -2
  98. data/lib/ElasticEmail/models/list_update_payload.rb +2 -2
  99. data/lib/ElasticEmail/models/log_job_status.rb +2 -2
  100. data/lib/ElasticEmail/models/log_status_summary.rb +2 -2
  101. data/lib/ElasticEmail/models/merge_email_payload.rb +2 -2
  102. data/lib/ElasticEmail/models/message_attachment.rb +2 -2
  103. data/lib/ElasticEmail/models/message_category.rb +2 -2
  104. data/lib/ElasticEmail/models/message_category_enum.rb +2 -2
  105. data/lib/ElasticEmail/models/new_api_key.rb +2 -2
  106. data/lib/ElasticEmail/models/new_smtp_credentials.rb +2 -2
  107. data/lib/ElasticEmail/models/options.rb +2 -2
  108. data/lib/ElasticEmail/models/recipient_event.rb +3 -3
  109. data/lib/ElasticEmail/models/segment.rb +2 -2
  110. data/lib/ElasticEmail/models/segment_payload.rb +2 -2
  111. data/lib/ElasticEmail/models/smtp_credentials.rb +2 -2
  112. data/lib/ElasticEmail/models/smtp_credentials_payload.rb +2 -2
  113. data/lib/ElasticEmail/models/sort_order_item.rb +2 -2
  114. data/lib/ElasticEmail/models/split_optimization_type.rb +2 -2
  115. data/lib/ElasticEmail/models/split_options.rb +2 -2
  116. data/lib/ElasticEmail/models/sub_account_info.rb +2 -2
  117. data/lib/ElasticEmail/models/subaccount_email_credits_payload.rb +2 -2
  118. data/lib/ElasticEmail/models/subaccount_email_settings.rb +2 -2
  119. data/lib/ElasticEmail/models/subaccount_email_settings_payload.rb +2 -2
  120. data/lib/ElasticEmail/models/subaccount_payload.rb +2 -2
  121. data/lib/ElasticEmail/models/subaccount_settings_info.rb +2 -2
  122. data/lib/ElasticEmail/models/subaccount_settings_info_payload.rb +2 -2
  123. data/lib/ElasticEmail/models/suppression.rb +2 -2
  124. data/lib/ElasticEmail/models/template.rb +2 -2
  125. data/lib/ElasticEmail/models/template_payload.rb +2 -2
  126. data/lib/ElasticEmail/models/template_scope.rb +2 -2
  127. data/lib/ElasticEmail/models/template_type.rb +10 -3
  128. data/lib/ElasticEmail/models/tracking_type.rb +2 -2
  129. data/lib/ElasticEmail/models/tracking_validation_status.rb +2 -2
  130. data/lib/ElasticEmail/models/transactional_recipient.rb +2 -2
  131. data/lib/ElasticEmail/models/utm.rb +2 -2
  132. data/lib/ElasticEmail/models/verification_file_result.rb +2 -2
  133. data/lib/ElasticEmail/models/verification_file_result_details.rb +2 -2
  134. data/lib/ElasticEmail/models/verification_status.rb +2 -2
  135. data/lib/ElasticEmail/version.rb +3 -3
  136. data/lib/ElasticEmail.rb +2 -2
  137. data/spec/api/campaigns_api_spec.rb +2 -2
  138. data/spec/api/contacts_api_spec.rb +2 -2
  139. data/spec/api/domains_api_spec.rb +2 -2
  140. data/spec/api/emails_api_spec.rb +2 -2
  141. data/spec/api/events_api_spec.rb +2 -2
  142. data/spec/api/files_api_spec.rb +2 -2
  143. data/spec/api/inbound_route_api_spec.rb +2 -2
  144. data/spec/api/lists_api_spec.rb +2 -2
  145. data/spec/api/security_api_spec.rb +12 -12
  146. data/spec/api/segments_api_spec.rb +2 -2
  147. data/spec/api/statistics_api_spec.rb +2 -2
  148. data/spec/api/sub_accounts_api_spec.rb +2 -2
  149. data/spec/api/suppressions_api_spec.rb +2 -2
  150. data/spec/api/templates_api_spec.rb +2 -2
  151. data/spec/api/verifications_api_spec.rb +7 -7
  152. data/spec/models/access_level_spec.rb +2 -2
  153. data/spec/models/account_status_enum_spec.rb +2 -2
  154. data/spec/models/api_key_payload_spec.rb +2 -2
  155. data/spec/models/api_key_spec.rb +2 -2
  156. data/spec/models/body_content_type_spec.rb +2 -2
  157. data/spec/models/body_part_spec.rb +2 -2
  158. data/spec/models/campaign_options_spec.rb +2 -2
  159. data/spec/models/campaign_recipient_spec.rb +2 -2
  160. data/spec/models/campaign_spec.rb +8 -2
  161. data/spec/models/campaign_status_spec.rb +2 -2
  162. data/spec/models/campaign_template_spec.rb +2 -2
  163. data/spec/models/certificate_validation_status_spec.rb +2 -2
  164. data/spec/models/channel_log_status_summary_spec.rb +2 -2
  165. data/spec/models/compression_format_spec.rb +2 -2
  166. data/spec/models/consent_data_spec.rb +2 -2
  167. data/spec/models/consent_tracking_spec.rb +2 -2
  168. data/spec/models/contact_activity_spec.rb +2 -2
  169. data/spec/models/contact_payload_spec.rb +2 -2
  170. data/spec/models/contact_source_spec.rb +2 -2
  171. data/spec/models/contact_spec.rb +8 -2
  172. data/spec/models/contact_status_spec.rb +2 -2
  173. data/spec/models/contact_update_payload_spec.rb +2 -2
  174. data/spec/models/contacts_list_spec.rb +2 -2
  175. data/spec/models/delivery_optimization_type_spec.rb +2 -2
  176. data/spec/models/domain_data_spec.rb +2 -2
  177. data/spec/models/domain_detail_spec.rb +2 -2
  178. data/spec/models/domain_owner_spec.rb +2 -2
  179. data/spec/models/domain_payload_spec.rb +2 -2
  180. data/spec/models/domain_update_payload_spec.rb +2 -2
  181. data/spec/models/email_content_spec.rb +2 -2
  182. data/spec/models/email_data_spec.rb +2 -2
  183. data/spec/models/email_job_failed_status_spec.rb +2 -2
  184. data/spec/models/email_job_status_spec.rb +2 -2
  185. data/spec/models/email_message_data_spec.rb +2 -2
  186. data/spec/models/email_predicted_validation_status_spec.rb +2 -2
  187. data/spec/models/email_recipient_spec.rb +2 -2
  188. data/spec/models/email_send_spec.rb +2 -2
  189. data/spec/models/email_status_spec.rb +2 -2
  190. data/spec/models/email_transactional_message_data_spec.rb +2 -2
  191. data/spec/models/email_validation_result_spec.rb +2 -2
  192. data/spec/models/email_validation_status_spec.rb +2 -2
  193. data/spec/models/email_view_spec.rb +2 -2
  194. data/spec/models/emails_payload_spec.rb +2 -2
  195. data/spec/models/encoding_type_spec.rb +2 -2
  196. data/spec/models/event_type_spec.rb +2 -2
  197. data/spec/models/events_order_by_spec.rb +2 -2
  198. data/spec/models/export_file_formats_spec.rb +2 -2
  199. data/spec/models/export_link_spec.rb +2 -2
  200. data/spec/models/export_status_spec.rb +2 -2
  201. data/spec/models/file_info_spec.rb +2 -2
  202. data/spec/models/file_payload_spec.rb +2 -2
  203. data/spec/models/file_upload_result_spec.rb +2 -2
  204. data/spec/models/inbound_payload_spec.rb +2 -2
  205. data/spec/models/inbound_route_action_type_spec.rb +2 -2
  206. data/spec/models/inbound_route_filter_type_spec.rb +2 -2
  207. data/spec/models/inbound_route_spec.rb +2 -2
  208. data/spec/models/list_payload_spec.rb +2 -2
  209. data/spec/models/list_update_payload_spec.rb +2 -2
  210. data/spec/models/log_job_status_spec.rb +2 -2
  211. data/spec/models/log_status_summary_spec.rb +2 -2
  212. data/spec/models/merge_email_payload_spec.rb +2 -2
  213. data/spec/models/message_attachment_spec.rb +2 -2
  214. data/spec/models/message_category_enum_spec.rb +2 -2
  215. data/spec/models/message_category_spec.rb +2 -2
  216. data/spec/models/new_api_key_spec.rb +2 -2
  217. data/spec/models/new_smtp_credentials_spec.rb +2 -2
  218. data/spec/models/options_spec.rb +2 -2
  219. data/spec/models/recipient_event_spec.rb +2 -2
  220. data/spec/models/segment_payload_spec.rb +2 -2
  221. data/spec/models/segment_spec.rb +2 -2
  222. data/spec/models/smtp_credentials_payload_spec.rb +2 -2
  223. data/spec/models/smtp_credentials_spec.rb +2 -2
  224. data/spec/models/sort_order_item_spec.rb +2 -2
  225. data/spec/models/split_optimization_type_spec.rb +2 -2
  226. data/spec/models/split_options_spec.rb +2 -2
  227. data/spec/models/sub_account_info_spec.rb +2 -2
  228. data/spec/models/subaccount_email_credits_payload_spec.rb +2 -2
  229. data/spec/models/subaccount_email_settings_payload_spec.rb +2 -2
  230. data/spec/models/subaccount_email_settings_spec.rb +2 -2
  231. data/spec/models/subaccount_payload_spec.rb +2 -2
  232. data/spec/models/subaccount_settings_info_payload_spec.rb +2 -2
  233. data/spec/models/subaccount_settings_info_spec.rb +2 -2
  234. data/spec/models/suppression_spec.rb +2 -2
  235. data/spec/models/template_payload_spec.rb +2 -2
  236. data/spec/models/template_scope_spec.rb +2 -2
  237. data/spec/models/template_spec.rb +2 -2
  238. data/spec/models/template_type_spec.rb +2 -2
  239. data/spec/models/tracking_type_spec.rb +2 -2
  240. data/spec/models/tracking_validation_status_spec.rb +2 -2
  241. data/spec/models/transactional_recipient_spec.rb +2 -2
  242. data/spec/models/utm_spec.rb +2 -2
  243. data/spec/models/verification_file_result_details_spec.rb +2 -2
  244. data/spec/models/verification_file_result_spec.rb +2 -2
  245. data/spec/models/verification_status_spec.rb +2 -2
  246. data/spec/spec_helper.rb +2 -2
  247. metadata +90 -90
@@ -1,15 +1,15 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
13
13
  module ElasticEmail
14
- VERSION = '4.0.25'
14
+ VERSION = '4.0.27'
15
15
  end
data/lib/ElasticEmail.rb CHANGED
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -34,7 +34,7 @@ describe 'SecurityApi' do
34
34
 
35
35
  # unit tests for security_apikeys_by_name_delete
36
36
  # Delete ApiKey
37
- # Delete your existing ApiKey. Required Access Level: Security
37
+ # Delete your existing ApiKey. Required Access Level: ModifyAccessTokens
38
38
  # @param name Name of the ApiKey
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @option opts [String] :subaccount Email of the subaccount of which ApiKey should be deleted
@@ -47,7 +47,7 @@ describe 'SecurityApi' do
47
47
 
48
48
  # unit tests for security_apikeys_by_name_get
49
49
  # Load ApiKey
50
- # Load your existing ApiKey info. Required Access Level: Security
50
+ # Load your existing ApiKey info. Required Access Level: ViewAccessTokens
51
51
  # @param name Name of the ApiKey
52
52
  # @param [Hash] opts the optional parameters
53
53
  # @option opts [String] :subaccount Email of the subaccount of which ApiKey should be loaded
@@ -60,7 +60,7 @@ describe 'SecurityApi' do
60
60
 
61
61
  # unit tests for security_apikeys_by_name_put
62
62
  # Update ApiKey
63
- # Update your existing ApiKey. Required Access Level: Security
63
+ # Update your existing ApiKey. Required Access Level: ModifyAccessTokens
64
64
  # @param name Name of the ApiKey
65
65
  # @param api_key_payload
66
66
  # @param [Hash] opts the optional parameters
@@ -73,7 +73,7 @@ describe 'SecurityApi' do
73
73
 
74
74
  # unit tests for security_apikeys_get
75
75
  # List ApiKeys
76
- # List all your existing ApiKeys. Required Access Level: Security
76
+ # List all your existing ApiKeys. Required Access Level: ViewAccessTokens
77
77
  # @param [Hash] opts the optional parameters
78
78
  # @option opts [String] :subaccount Email of the subaccount of which ApiKeys should be loaded
79
79
  # @return [Array<ApiKey>]
@@ -85,7 +85,7 @@ describe 'SecurityApi' do
85
85
 
86
86
  # unit tests for security_apikeys_post
87
87
  # Add ApiKey
88
- # Add a new ApiKey. Required Access Level: Security
88
+ # Add a new ApiKey. Required Access Level: ModifyAccessTokens
89
89
  # @param api_key_payload
90
90
  # @param [Hash] opts the optional parameters
91
91
  # @return [NewApiKey]
@@ -97,7 +97,7 @@ describe 'SecurityApi' do
97
97
 
98
98
  # unit tests for security_smtp_by_name_delete
99
99
  # Delete SMTP Credential
100
- # Delete your existing SMTP Credentials. Required Access Level: Security
100
+ # Delete your existing SMTP Credentials. Required Access Level: ModifyAccessTokens
101
101
  # @param name Name of the SMTP Credential
102
102
  # @param [Hash] opts the optional parameters
103
103
  # @option opts [String] :subaccount Email of the subaccount of which credential should be deleted
@@ -110,7 +110,7 @@ describe 'SecurityApi' do
110
110
 
111
111
  # unit tests for security_smtp_by_name_get
112
112
  # Load SMTP Credential
113
- # Load your existing SMTP Credential info. Required Access Level: Security
113
+ # Load your existing SMTP Credential info. Required Access Level: ViewAccessTokens
114
114
  # @param name Name of the SMTP Credential
115
115
  # @param [Hash] opts the optional parameters
116
116
  # @option opts [String] :subaccount Email of the subaccount of which credential should be loaded
@@ -123,7 +123,7 @@ describe 'SecurityApi' do
123
123
 
124
124
  # unit tests for security_smtp_by_name_put
125
125
  # Update SMTP Credential
126
- # Update your existing SMTP Credentials. Required Access Level: Security
126
+ # Update your existing SMTP Credentials. Required Access Level: ModifyAccessTokens
127
127
  # @param name Name of the SMTP Credential
128
128
  # @param smtp_credentials_payload
129
129
  # @param [Hash] opts the optional parameters
@@ -136,7 +136,7 @@ describe 'SecurityApi' do
136
136
 
137
137
  # unit tests for security_smtp_get
138
138
  # List SMTP Credentials
139
- # List all your existing SMTP Credentials. Required Access Level: Security
139
+ # List all your existing SMTP Credentials. Required Access Level: ViewAccessTokens
140
140
  # @param [Hash] opts the optional parameters
141
141
  # @option opts [String] :subaccount Email of the subaccount of which credentials should be listed
142
142
  # @return [Array<SmtpCredentials>]
@@ -148,7 +148,7 @@ describe 'SecurityApi' do
148
148
 
149
149
  # unit tests for security_smtp_post
150
150
  # Add SMTP Credential
151
- # Add new SMTP Credential. Required Access Level: Security
151
+ # Add new SMTP Credential. Required Access Level: ModifyAccessTokens
152
152
  # @param smtp_credentials_payload
153
153
  # @param [Hash] opts the optional parameters
154
154
  # @return [NewSmtpCredentials]
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -46,7 +46,7 @@ describe 'VerificationsApi' do
46
46
 
47
47
  # unit tests for verifications_by_email_get
48
48
  # Get Email Verification Result
49
- # Returns a result of verified email. Required Access Level: VerifyEmails
49
+ # Returns a result of verified email. Required Access Level: ViewVerifyEmails
50
50
  # @param email Email address to view verification result of
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [EmailValidationResult]
@@ -82,7 +82,7 @@ describe 'VerificationsApi' do
82
82
 
83
83
  # unit tests for verifications_files_by_id_result_download_get
84
84
  # Download File Verification Result
85
- # Download verification results as a ZIP file. Required Access Level: VerifyEmails
85
+ # Download verification results as a ZIP file. Required Access Level: ViewVerifyEmails
86
86
  # @param id Verification ID to download
87
87
  # @param [Hash] opts the optional parameters
88
88
  # @return [File]
@@ -94,7 +94,7 @@ describe 'VerificationsApi' do
94
94
 
95
95
  # unit tests for verifications_files_by_id_result_get
96
96
  # Get Detailed File Verification Result
97
- # Returns status and results (if verified) of file with given ID. Required Access Level: VerifyEmails
97
+ # Returns status and results (if verified) of file with given ID. Required Access Level: ViewVerifyEmails
98
98
  # @param id ID of the Verification to display status of
99
99
  # @param [Hash] opts the optional parameters
100
100
  # @option opts [Integer] :limit Maximum number of returned email verification results
@@ -132,7 +132,7 @@ describe 'VerificationsApi' do
132
132
 
133
133
  # unit tests for verifications_files_result_get
134
134
  # Get Files Verification Results
135
- # Returns a list of uploaded files, their statuses and results. Required Access Level: VerifyEmails
135
+ # Returns a list of uploaded files, their statuses and results. Required Access Level: ViewVerifyEmails
136
136
  # @param [Hash] opts the optional parameters
137
137
  # @return [Array<VerificationFileResult>]
138
138
  describe 'verifications_files_result_get test' do
@@ -143,7 +143,7 @@ describe 'VerificationsApi' do
143
143
 
144
144
  # unit tests for verifications_get
145
145
  # Get Emails Verification Results
146
- # Returns a results of all verified single emails. Required Access Level: VerifyEmails
146
+ # Returns a results of all verified single emails. Required Access Level: ViewVerifyEmails
147
147
  # @param [Hash] opts the optional parameters
148
148
  # @option opts [Integer] :limit Maximum number of returned items.
149
149
  # @option opts [Integer] :offset How many items should be returned ahead.
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
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>
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
5
 
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.5.0
9
+ Generator version: 7.11.0
10
10
 
11
11
  =end
12
12