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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e62f0b1b13023e18752bd255549a6ed57a6696c867cadacce6b6934e36782251
4
- data.tar.gz: 6e98527a3efca72133724469ac03147c015275d792ce4d64e8d66bfe54c44d96
3
+ metadata.gz: 59705a70ea428595c16c3ef845e70eedc79052b11e390376fc15f6e2656a9998
4
+ data.tar.gz: fc78dceec1fa757ca56ce642233b64f3d39c9320fea82d0c96fb95f04589b8bd
5
5
  SHA512:
6
- metadata.gz: 8637f66b8c672b0c261a9be380208e7387959cb1ee47180b1c8dfebf339d14e20bde42206bb64582c9742c9060e6425e6bb7d3455ae0246adda5923a6e4c362d
7
- data.tar.gz: 390be93f769ca81486e1280dd58163e24e9ae2e62b63426a8b143d969d90989219a9814d0d749b23da87f66497243b935b75dc587f603fb945a211cd0242bf1f
6
+ metadata.gz: 896859eac4d297d086b72556c9557fe1587910a7a53dc32fc4a62f76abc79a68c78e4904dc730067b46456255f8146a3234a2bf9da3c467db1512c661107d339
7
+ data.tar.gz: 0467c882f5050392dfd711a307cdd47550e3611d2d47a45fd62f3f3280942e1f0861aa705e4ec2306c44bc64da933b5561149783e2c18d6575200528b76730ef
data/ElasticEmail.gemspec CHANGED
@@ -8,7 +8,7 @@
8
8
  The version of the OpenAPI document: 4.0.0
9
9
  Contact: support@elasticemail.com
10
10
  Generated by: https://openapi-generator.tech
11
- Generator version: 7.11.0
11
+ Generator version: 7.14.0
12
12
 
13
13
  =end
14
14
 
data/README.md CHANGED
@@ -15,8 +15,8 @@ Downloadable library clients can be found in our Github repository <a target='_b
15
15
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
16
16
 
17
17
  - API version: 4.0.0
18
- - Package version: 4.0.28
19
- - Generator version: 7.11.0
18
+ - Package version: 4.0.29
19
+ - Generator version: 7.14.0
20
20
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
21
21
 
22
22
  ## Installation
@@ -32,16 +32,16 @@ gem build ElasticEmail.gemspec
32
32
  Then either install the gem locally:
33
33
 
34
34
  ```shell
35
- gem install ./ElasticEmail-4.0.28.gem
35
+ gem install ./ElasticEmail-4.0.29.gem
36
36
  ```
37
37
 
38
- (for development, run `gem install --dev ./ElasticEmail-4.0.28.gem` to install the development dependencies)
38
+ (for development, run `gem install --dev ./ElasticEmail-4.0.29.gem` to install the development dependencies)
39
39
 
40
40
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
41
41
 
42
42
  Finally add this to the Gemfile:
43
43
 
44
- gem 'ElasticEmail', '~> 4.0.28'
44
+ gem 'ElasticEmail', '~> 4.0.29'
45
45
 
46
46
  ### Install from Git
47
47
 
@@ -74,13 +74,14 @@ ElasticEmail.configure do |config|
74
74
  end
75
75
 
76
76
  api_instance = ElasticEmail::CampaignsApi.new
77
- name = 'name_example' # String | Name of Campaign to delete
77
+ name = 'name_example' # String |
78
+ contact_email = 'contact_email_example' # String |
78
79
 
79
80
  begin
80
- #Delete Campaign
81
- api_instance.campaigns_by_name_delete(name)
81
+ #Trigger Automation for Contact
82
+ api_instance.campaigns_automation_by_name_trigger_post(name, contact_email)
82
83
  rescue ElasticEmail::ApiError => e
83
- puts "Exception when calling CampaignsApi->campaigns_by_name_delete: #{e}"
84
+ puts "Exception when calling CampaignsApi->campaigns_automation_by_name_trigger_post: #{e}"
84
85
  end
85
86
 
86
87
  ```
@@ -91,6 +92,7 @@ All URIs are relative to *https://api.elasticemail.com/v4*
91
92
 
92
93
  Class | Method | HTTP request | Description
93
94
  ------------ | ------------- | ------------- | -------------
95
+ *ElasticEmail::CampaignsApi* | [**campaigns_automation_by_name_trigger_post**](docs/CampaignsApi.md#campaigns_automation_by_name_trigger_post) | **POST** /campaigns/automation/{name}/trigger | Trigger Automation for Contact
94
96
  *ElasticEmail::CampaignsApi* | [**campaigns_by_name_delete**](docs/CampaignsApi.md#campaigns_by_name_delete) | **DELETE** /campaigns/{name} | Delete Campaign
95
97
  *ElasticEmail::CampaignsApi* | [**campaigns_by_name_get**](docs/CampaignsApi.md#campaigns_by_name_get) | **GET** /campaigns/{name} | Load Campaign
96
98
  *ElasticEmail::CampaignsApi* | [**campaigns_by_name_pause_put**](docs/CampaignsApi.md#campaigns_by_name_pause_put) | **PUT** /campaigns/{name}/pause | Pause Campaign
@@ -165,6 +167,7 @@ Class | Method | HTTP request | Description
165
167
  *ElasticEmail::StatisticsApi* | [**statistics_channels_by_name_get**](docs/StatisticsApi.md#statistics_channels_by_name_get) | **GET** /statistics/channels/{name} | Load Channel Stats
166
168
  *ElasticEmail::StatisticsApi* | [**statistics_channels_get**](docs/StatisticsApi.md#statistics_channels_get) | **GET** /statistics/channels | Load Channels Stats
167
169
  *ElasticEmail::StatisticsApi* | [**statistics_get**](docs/StatisticsApi.md#statistics_get) | **GET** /statistics | Load Statistics
170
+ *ElasticEmail::SubAccountsApi* | [**subaccounts_by_email_apikey_get**](docs/SubAccountsApi.md#subaccounts_by_email_apikey_get) | **GET** /subaccounts/{email}/apikey | Get SubAccount ApiKey
168
171
  *ElasticEmail::SubAccountsApi* | [**subaccounts_by_email_credits_patch**](docs/SubAccountsApi.md#subaccounts_by_email_credits_patch) | **PATCH** /subaccounts/{email}/credits | Add, Subtract Email Credits
169
172
  *ElasticEmail::SubAccountsApi* | [**subaccounts_by_email_delete**](docs/SubAccountsApi.md#subaccounts_by_email_delete) | **DELETE** /subaccounts/{email} | Delete SubAccount
170
173
  *ElasticEmail::SubAccountsApi* | [**subaccounts_by_email_get**](docs/SubAccountsApi.md#subaccounts_by_email_get) | **GET** /subaccounts/{email} | Load SubAccount
@@ -230,6 +233,7 @@ Class | Method | HTTP request | Description
230
233
  - [ElasticEmail::ContactStatus](docs/ContactStatus.md)
231
234
  - [ElasticEmail::ContactUpdatePayload](docs/ContactUpdatePayload.md)
232
235
  - [ElasticEmail::ContactsList](docs/ContactsList.md)
236
+ - [ElasticEmail::DKIMRecord](docs/DKIMRecord.md)
233
237
  - [ElasticEmail::DeliveryOptimizationType](docs/DeliveryOptimizationType.md)
234
238
  - [ElasticEmail::DomainData](docs/DomainData.md)
235
239
  - [ElasticEmail::DomainDetail](docs/DomainDetail.md)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.28
1
+ 4.0.29
data/docs/CampaignsApi.md CHANGED
@@ -4,6 +4,7 @@ All URIs are relative to *https://api.elasticemail.com/v4*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
7
+ | [**campaigns_automation_by_name_trigger_post**](CampaignsApi.md#campaigns_automation_by_name_trigger_post) | **POST** /campaigns/automation/{name}/trigger | Trigger Automation for Contact |
7
8
  | [**campaigns_by_name_delete**](CampaignsApi.md#campaigns_by_name_delete) | **DELETE** /campaigns/{name} | Delete Campaign |
8
9
  | [**campaigns_by_name_get**](CampaignsApi.md#campaigns_by_name_get) | **GET** /campaigns/{name} | Load Campaign |
9
10
  | [**campaigns_by_name_pause_put**](CampaignsApi.md#campaigns_by_name_pause_put) | **PUT** /campaigns/{name}/pause | Pause Campaign |
@@ -12,6 +13,78 @@ All URIs are relative to *https://api.elasticemail.com/v4*
12
13
  | [**campaigns_post**](CampaignsApi.md#campaigns_post) | **POST** /campaigns | Add Campaign |
13
14
 
14
15
 
16
+ ## campaigns_automation_by_name_trigger_post
17
+
18
+ > campaigns_automation_by_name_trigger_post(name, contact_email)
19
+
20
+ Trigger Automation for Contact
21
+
22
+ Manually trigger an Automation for a contact. Required Access Level: ModifyAutomations
23
+
24
+ ### Examples
25
+
26
+ ```ruby
27
+ require 'time'
28
+ require 'ElasticEmail'
29
+ # setup authorization
30
+ ElasticEmail.configure do |config|
31
+ # Configure API key authorization: apikey
32
+ config.api_key['X-ElasticEmail-ApiKey'] = 'YOUR API KEY'
33
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
34
+ # config.api_key_prefix['X-ElasticEmail-ApiKey'] = 'Bearer'
35
+ end
36
+
37
+ api_instance = ElasticEmail::CampaignsApi.new
38
+ name = 'name_example' # String |
39
+ contact_email = 'contact_email_example' # String |
40
+
41
+ begin
42
+ # Trigger Automation for Contact
43
+ api_instance.campaigns_automation_by_name_trigger_post(name, contact_email)
44
+ rescue ElasticEmail::ApiError => e
45
+ puts "Error when calling CampaignsApi->campaigns_automation_by_name_trigger_post: #{e}"
46
+ end
47
+ ```
48
+
49
+ #### Using the campaigns_automation_by_name_trigger_post_with_http_info variant
50
+
51
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
52
+
53
+ > <Array(nil, Integer, Hash)> campaigns_automation_by_name_trigger_post_with_http_info(name, contact_email)
54
+
55
+ ```ruby
56
+ begin
57
+ # Trigger Automation for Contact
58
+ data, status_code, headers = api_instance.campaigns_automation_by_name_trigger_post_with_http_info(name, contact_email)
59
+ p status_code # => 2xx
60
+ p headers # => { ... }
61
+ p data # => nil
62
+ rescue ElasticEmail::ApiError => e
63
+ puts "Error when calling CampaignsApi->campaigns_automation_by_name_trigger_post_with_http_info: #{e}"
64
+ end
65
+ ```
66
+
67
+ ### Parameters
68
+
69
+ | Name | Type | Description | Notes |
70
+ | ---- | ---- | ----------- | ----- |
71
+ | **name** | **String** | | |
72
+ | **contact_email** | **String** | | |
73
+
74
+ ### Return type
75
+
76
+ nil (empty response body)
77
+
78
+ ### Authorization
79
+
80
+ [apikey](../README.md#apikey)
81
+
82
+ ### HTTP request headers
83
+
84
+ - **Content-Type**: Not defined
85
+ - **Accept**: Not defined
86
+
87
+
15
88
  ## campaigns_by_name_delete
16
89
 
17
90
  > campaigns_by_name_delete(name)
@@ -0,0 +1,26 @@
1
+ # ElasticEmail::DKIMRecord
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **selector** | **String** | | [optional] |
8
+ | **public_key** | **String** | | [optional] |
9
+ | **host_name** | **String** | | [optional] |
10
+ | **record_value** | **String** | | [optional] |
11
+ | **domain** | **String** | Name of selected domain. | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'ElasticEmail'
17
+
18
+ instance = ElasticEmail::DKIMRecord.new(
19
+ selector: null,
20
+ public_key: null,
21
+ host_name: null,
22
+ record_value: null,
23
+ domain: example.com
24
+ )
25
+ ```
26
+
data/docs/DomainData.md CHANGED
@@ -16,13 +16,16 @@
16
16
  | **type** | [**TrackingType**](TrackingType.md) | | [optional][default to &#39;None&#39;] |
17
17
  | **tracking_status** | [**TrackingValidationStatus**](TrackingValidationStatus.md) | | [optional][default to &#39;Validated&#39;] |
18
18
  | **certificate_status** | [**CertificateValidationStatus**](CertificateValidationStatus.md) | | [optional][default to &#39;ErrorOccured&#39;] |
19
+ | **certificate_expiry_date** | **Time** | | [optional] |
19
20
  | **certificate_validation_error** | **String** | | [optional] |
20
21
  | **tracking_type_user_request** | [**TrackingType**](TrackingType.md) | | [optional][default to &#39;None&#39;] |
21
22
  | **verp** | **Boolean** | | [optional] |
22
23
  | **custom_bounces_domain** | **String** | | [optional] |
23
24
  | **is_custom_bounces_domain_default** | **Boolean** | | [optional] |
25
+ | **was_ever_verified** | **Boolean** | | [optional] |
24
26
  | **is_marked_for_deletion** | **Boolean** | | [optional] |
25
27
  | **ownership** | [**DomainOwner**](DomainOwner.md) | | [optional][default to &#39;Current&#39;] |
28
+ | **dkim_record** | [**DKIMRecord**](DKIMRecord.md) | | [optional] |
26
29
 
27
30
  ## Example
28
31
 
@@ -42,13 +45,16 @@ instance = ElasticEmail::DomainData.new(
42
45
  type: null,
43
46
  tracking_status: null,
44
47
  certificate_status: null,
48
+ certificate_expiry_date: null,
45
49
  certificate_validation_error: null,
46
50
  tracking_type_user_request: null,
47
51
  verp: null,
48
52
  custom_bounces_domain: null,
49
53
  is_custom_bounces_domain_default: null,
54
+ was_ever_verified: null,
50
55
  is_marked_for_deletion: null,
51
- ownership: null
56
+ ownership: null,
57
+ dkim_record: null
52
58
  )
53
59
  ```
54
60
 
data/docs/DomainDetail.md CHANGED
@@ -15,13 +15,16 @@
15
15
  | **type** | [**TrackingType**](TrackingType.md) | | [optional][default to &#39;None&#39;] |
16
16
  | **tracking_status** | [**TrackingValidationStatus**](TrackingValidationStatus.md) | | [optional][default to &#39;Validated&#39;] |
17
17
  | **certificate_status** | [**CertificateValidationStatus**](CertificateValidationStatus.md) | | [optional][default to &#39;ErrorOccured&#39;] |
18
+ | **certificate_expiry_date** | **Time** | | [optional] |
18
19
  | **certificate_validation_error** | **String** | | [optional] |
19
20
  | **tracking_type_user_request** | [**TrackingType**](TrackingType.md) | | [optional][default to &#39;None&#39;] |
20
21
  | **verp** | **Boolean** | | [optional] |
21
22
  | **custom_bounces_domain** | **String** | | [optional] |
22
23
  | **is_custom_bounces_domain_default** | **Boolean** | | [optional] |
24
+ | **was_ever_verified** | **Boolean** | | [optional] |
23
25
  | **is_marked_for_deletion** | **Boolean** | | [optional] |
24
26
  | **ownership** | [**DomainOwner**](DomainOwner.md) | | [optional][default to &#39;Current&#39;] |
27
+ | **dkim_record** | [**DKIMRecord**](DKIMRecord.md) | | [optional] |
25
28
 
26
29
  ## Example
27
30
 
@@ -40,13 +43,16 @@ instance = ElasticEmail::DomainDetail.new(
40
43
  type: null,
41
44
  tracking_status: null,
42
45
  certificate_status: null,
46
+ certificate_expiry_date: null,
43
47
  certificate_validation_error: null,
44
48
  tracking_type_user_request: null,
45
49
  verp: null,
46
50
  custom_bounces_domain: null,
47
51
  is_custom_bounces_domain_default: null,
52
+ was_ever_verified: null,
48
53
  is_marked_for_deletion: null,
49
- ownership: null
54
+ ownership: null,
55
+ dkim_record: null
50
56
  )
51
57
  ```
52
58
 
data/docs/SecurityApi.md CHANGED
@@ -114,7 +114,7 @@ end
114
114
  api_instance = ElasticEmail::SecurityApi.new
115
115
  name = 'name_example' # String | Name of the ApiKey
116
116
  opts = {
117
- subaccount: 'subaccount_example' # String | Email of the subaccount of which ApiKey should be loaded
117
+ subaccount: 'subaccount_example' # String | Email of the subaccount of which ApiKey should be loaded. The default API key created for the subaccount has a 48-hour expiration period.
118
118
  }
119
119
 
120
120
  begin
@@ -149,7 +149,7 @@ end
149
149
  | Name | Type | Description | Notes |
150
150
  | ---- | ---- | ----------- | ----- |
151
151
  | **name** | **String** | Name of the ApiKey | |
152
- | **subaccount** | **String** | Email of the subaccount of which ApiKey should be loaded | [optional] |
152
+ | **subaccount** | **String** | Email of the subaccount of which ApiKey should be loaded. The default API key created for the subaccount has a 48-hour expiration period. | [optional] |
153
153
 
154
154
  ### Return type
155
155
 
@@ -261,7 +261,7 @@ end
261
261
 
262
262
  api_instance = ElasticEmail::SecurityApi.new
263
263
  opts = {
264
- subaccount: 'subaccount_example' # String | Email of the subaccount of which ApiKeys should be loaded
264
+ subaccount: 'subaccount_example' # String | Email of the subaccount of which ApiKeys should be loaded. The default API key created for the subaccount has a 48-hour expiration period.
265
265
  }
266
266
 
267
267
  begin
@@ -295,7 +295,7 @@ end
295
295
 
296
296
  | Name | Type | Description | Notes |
297
297
  | ---- | ---- | ----------- | ----- |
298
- | **subaccount** | **String** | Email of the subaccount of which ApiKeys should be loaded | [optional] |
298
+ | **subaccount** | **String** | Email of the subaccount of which ApiKeys should be loaded. The default API key created for the subaccount has a 48-hour expiration period. | [optional] |
299
299
 
300
300
  ### Return type
301
301
 
@@ -4,6 +4,7 @@ All URIs are relative to *https://api.elasticemail.com/v4*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
7
+ | [**subaccounts_by_email_apikey_get**](SubAccountsApi.md#subaccounts_by_email_apikey_get) | **GET** /subaccounts/{email}/apikey | Get SubAccount ApiKey |
7
8
  | [**subaccounts_by_email_credits_patch**](SubAccountsApi.md#subaccounts_by_email_credits_patch) | **PATCH** /subaccounts/{email}/credits | Add, Subtract Email Credits |
8
9
  | [**subaccounts_by_email_delete**](SubAccountsApi.md#subaccounts_by_email_delete) | **DELETE** /subaccounts/{email} | Delete SubAccount |
9
10
  | [**subaccounts_by_email_get**](SubAccountsApi.md#subaccounts_by_email_get) | **GET** /subaccounts/{email} | Load SubAccount |
@@ -12,6 +13,77 @@ All URIs are relative to *https://api.elasticemail.com/v4*
12
13
  | [**subaccounts_post**](SubAccountsApi.md#subaccounts_post) | **POST** /subaccounts | Add SubAccount |
13
14
 
14
15
 
16
+ ## subaccounts_by_email_apikey_get
17
+
18
+ > String subaccounts_by_email_apikey_get(email)
19
+
20
+ Get SubAccount ApiKey
21
+
22
+ Returns API key token for the specified SubAccount. The default API key created for the subaccount has a 48-hour expiration period. Required Access Level: ModifySubAccounts
23
+
24
+ ### Examples
25
+
26
+ ```ruby
27
+ require 'time'
28
+ require 'ElasticEmail'
29
+ # setup authorization
30
+ ElasticEmail.configure do |config|
31
+ # Configure API key authorization: apikey
32
+ config.api_key['X-ElasticEmail-ApiKey'] = 'YOUR API KEY'
33
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
34
+ # config.api_key_prefix['X-ElasticEmail-ApiKey'] = 'Bearer'
35
+ end
36
+
37
+ api_instance = ElasticEmail::SubAccountsApi.new
38
+ email = 'mail@example.com' # String | Email address of Sub-Account
39
+
40
+ begin
41
+ # Get SubAccount ApiKey
42
+ result = api_instance.subaccounts_by_email_apikey_get(email)
43
+ p result
44
+ rescue ElasticEmail::ApiError => e
45
+ puts "Error when calling SubAccountsApi->subaccounts_by_email_apikey_get: #{e}"
46
+ end
47
+ ```
48
+
49
+ #### Using the subaccounts_by_email_apikey_get_with_http_info variant
50
+
51
+ This returns an Array which contains the response data, status code and headers.
52
+
53
+ > <Array(String, Integer, Hash)> subaccounts_by_email_apikey_get_with_http_info(email)
54
+
55
+ ```ruby
56
+ begin
57
+ # Get SubAccount ApiKey
58
+ data, status_code, headers = api_instance.subaccounts_by_email_apikey_get_with_http_info(email)
59
+ p status_code # => 2xx
60
+ p headers # => { ... }
61
+ p data # => String
62
+ rescue ElasticEmail::ApiError => e
63
+ puts "Error when calling SubAccountsApi->subaccounts_by_email_apikey_get_with_http_info: #{e}"
64
+ end
65
+ ```
66
+
67
+ ### Parameters
68
+
69
+ | Name | Type | Description | Notes |
70
+ | ---- | ---- | ----------- | ----- |
71
+ | **email** | **String** | Email address of Sub-Account | |
72
+
73
+ ### Return type
74
+
75
+ **String**
76
+
77
+ ### Authorization
78
+
79
+ [apikey](../README.md#apikey)
80
+
81
+ ### HTTP request headers
82
+
83
+ - **Content-Type**: Not defined
84
+ - **Accept**: application/json
85
+
86
+
15
87
  ## subaccounts_by_email_credits_patch
16
88
 
17
89
  > subaccounts_by_email_credits_patch(email, subaccount_email_credits_payload)
@@ -379,7 +451,7 @@ end
379
451
 
380
452
  Add SubAccount
381
453
 
382
- Add a new SubAccount to your Account. To receive an access token for this SubAccount, make a POST security/apikeys request using the 'subaccount' parameter. Required Access Level: ModifySubAccounts
454
+ Add a new SubAccount to your Account. To receive an access token for this SubAccount, make a POST security/apikeys request using the 'subaccount' parameter. The default API key created for the subaccount has a 48-hour expiration period. Required Access Level: ModifySubAccounts
383
455
 
384
456
  ### Examples
385
457
 
@@ -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
 
@@ -19,6 +19,74 @@ module ElasticEmail
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
+ # Trigger Automation for Contact
23
+ # Manually trigger an Automation for a contact. Required Access Level: ModifyAutomations
24
+ # @param name [String]
25
+ # @param contact_email [String]
26
+ # @param [Hash] opts the optional parameters
27
+ # @return [nil]
28
+ def campaigns_automation_by_name_trigger_post(name, contact_email, opts = {})
29
+ campaigns_automation_by_name_trigger_post_with_http_info(name, contact_email, opts)
30
+ nil
31
+ end
32
+
33
+ # Trigger Automation for Contact
34
+ # Manually trigger an Automation for a contact. Required Access Level: ModifyAutomations
35
+ # @param name [String]
36
+ # @param contact_email [String]
37
+ # @param [Hash] opts the optional parameters
38
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
39
+ def campaigns_automation_by_name_trigger_post_with_http_info(name, contact_email, opts = {})
40
+ if @api_client.config.debugging
41
+ @api_client.config.logger.debug 'Calling API: CampaignsApi.campaigns_automation_by_name_trigger_post ...'
42
+ end
43
+ # verify the required parameter 'name' is set
44
+ if @api_client.config.client_side_validation && name.nil?
45
+ fail ArgumentError, "Missing the required parameter 'name' when calling CampaignsApi.campaigns_automation_by_name_trigger_post"
46
+ end
47
+ # verify the required parameter 'contact_email' is set
48
+ if @api_client.config.client_side_validation && contact_email.nil?
49
+ fail ArgumentError, "Missing the required parameter 'contact_email' when calling CampaignsApi.campaigns_automation_by_name_trigger_post"
50
+ end
51
+ # resource path
52
+ local_var_path = '/campaigns/automation/{name}/trigger'.sub('{' + 'name' + '}', CGI.escape(name.to_s))
53
+
54
+ # query parameters
55
+ query_params = opts[:query_params] || {}
56
+ query_params[:'contactEmail'] = contact_email
57
+
58
+ # header parameters
59
+ header_params = opts[:header_params] || {}
60
+
61
+ # form parameters
62
+ form_params = opts[:form_params] || {}
63
+
64
+ # http body (model)
65
+ post_body = opts[:debug_body]
66
+
67
+ # return_type
68
+ return_type = opts[:debug_return_type]
69
+
70
+ # auth_names
71
+ auth_names = opts[:debug_auth_names] || ['apikey']
72
+
73
+ new_options = opts.merge(
74
+ :operation => :"CampaignsApi.campaigns_automation_by_name_trigger_post",
75
+ :header_params => header_params,
76
+ :query_params => query_params,
77
+ :form_params => form_params,
78
+ :body => post_body,
79
+ :auth_names => auth_names,
80
+ :return_type => return_type
81
+ )
82
+
83
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
84
+ if @api_client.config.debugging
85
+ @api_client.config.logger.debug "API called: CampaignsApi#campaigns_automation_by_name_trigger_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
86
+ end
87
+ return data, status_code, headers
88
+ end
89
+
22
90
  # Delete Campaign
23
91
  # Delete the specific campaign. This does not cancel in progress email, see Cancel In Progress. Required Access Level: ModifyCampaigns
24
92
  # @param name [String] Name of Campaign to delete
@@ -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
 
@@ -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
 
@@ -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
 
@@ -87,7 +87,7 @@ module ElasticEmail
87
87
  # Load your existing ApiKey info. Required Access Level: ViewAccessTokens
88
88
  # @param name [String] Name of the ApiKey
89
89
  # @param [Hash] opts the optional parameters
90
- # @option opts [String] :subaccount Email of the subaccount of which ApiKey should be loaded
90
+ # @option opts [String] :subaccount Email of the subaccount of which ApiKey should be loaded. The default API key created for the subaccount has a 48-hour expiration period.
91
91
  # @return [ApiKey]
92
92
  def security_apikeys_by_name_get(name, opts = {})
93
93
  data, _status_code, _headers = security_apikeys_by_name_get_with_http_info(name, opts)
@@ -98,7 +98,7 @@ module ElasticEmail
98
98
  # Load your existing ApiKey info. Required Access Level: ViewAccessTokens
99
99
  # @param name [String] Name of the ApiKey
100
100
  # @param [Hash] opts the optional parameters
101
- # @option opts [String] :subaccount Email of the subaccount of which ApiKey should be loaded
101
+ # @option opts [String] :subaccount Email of the subaccount of which ApiKey should be loaded. The default API key created for the subaccount has a 48-hour expiration period.
102
102
  # @return [Array<(ApiKey, Integer, Hash)>] ApiKey data, response status code and response headers
103
103
  def security_apikeys_by_name_get_with_http_info(name, opts = {})
104
104
  if @api_client.config.debugging
@@ -226,7 +226,7 @@ module ElasticEmail
226
226
  # List ApiKeys
227
227
  # List all your existing ApiKeys. Required Access Level: ViewAccessTokens
228
228
  # @param [Hash] opts the optional parameters
229
- # @option opts [String] :subaccount Email of the subaccount of which ApiKeys should be loaded
229
+ # @option opts [String] :subaccount Email of the subaccount of which ApiKeys should be loaded. The default API key created for the subaccount has a 48-hour expiration period.
230
230
  # @return [Array<ApiKey>]
231
231
  def security_apikeys_get(opts = {})
232
232
  data, _status_code, _headers = security_apikeys_get_with_http_info(opts)
@@ -236,7 +236,7 @@ module ElasticEmail
236
236
  # List ApiKeys
237
237
  # List all your existing ApiKeys. Required Access Level: ViewAccessTokens
238
238
  # @param [Hash] opts the optional parameters
239
- # @option opts [String] :subaccount Email of the subaccount of which ApiKeys should be loaded
239
+ # @option opts [String] :subaccount Email of the subaccount of which ApiKeys should be loaded. The default API key created for the subaccount has a 48-hour expiration period.
240
240
  # @return [Array<(Array<ApiKey>, Integer, Hash)>] Array<ApiKey> data, response status code and response headers
241
241
  def security_apikeys_get_with_http_info(opts = {})
242
242
  if @api_client.config.debugging
@@ -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