ElasticEmail 4.0.1 → 4.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. checksums.yaml +4 -4
  2. data/ElasticEmail.gemspec +3 -3
  3. data/README.md +14 -9
  4. data/VERSION +1 -1
  5. data/docs/ApiKeyPayload.md +2 -2
  6. data/docs/BodyPart.md +1 -1
  7. data/docs/Campaign.md +4 -4
  8. data/docs/CampaignOptions.md +2 -2
  9. data/docs/CampaignTemplate.md +2 -2
  10. data/docs/CampaignsApi.md +2 -2
  11. data/docs/ConsentData.md +1 -1
  12. data/docs/Contact.md +3 -3
  13. data/docs/ContactHistory.md +1 -1
  14. data/docs/ContactPayload.md +2 -2
  15. data/docs/ContactsApi.md +3 -3
  16. data/docs/EmailContent.md +4 -2
  17. data/docs/EmailData.md +2 -2
  18. data/docs/EmailMessageData.md +3 -3
  19. data/docs/EmailRecipient.md +1 -1
  20. data/docs/EmailStatus.md +1 -1
  21. data/docs/EmailTransactionalMessageData.md +3 -3
  22. data/docs/EmailsApi.md +3 -3
  23. data/docs/EmailsPayload.md +2 -2
  24. data/docs/EventsApi.md +7 -7
  25. data/docs/FilePayload.md +1 -1
  26. data/docs/FilesApi.md +1 -1
  27. data/docs/InboundPayload.md +4 -4
  28. data/docs/InboundRoute.md +2 -2
  29. data/docs/InboundRouteApi.md +3 -3
  30. data/docs/ListPayload.md +2 -2
  31. data/docs/ListsApi.md +1 -1
  32. data/docs/MergeEmailPayload.md +3 -3
  33. data/docs/MessageAttachment.md +4 -4
  34. data/docs/NewSmtpCredentials.md +1 -1
  35. data/docs/Options.md +1 -1
  36. data/docs/RecipientEvent.md +2 -2
  37. data/docs/SecurityApi.md +4 -4
  38. data/docs/SegmentPayload.md +2 -2
  39. data/docs/SegmentsApi.md +2 -2
  40. data/docs/SmtpCredentials.md +1 -1
  41. data/docs/SmtpCredentialsPayload.md +1 -1
  42. data/docs/SortOrderItem.md +2 -2
  43. data/docs/SplitOptions.md +1 -1
  44. data/docs/SubAccountInfo.md +2 -2
  45. data/docs/SubAccountsApi.md +2 -2
  46. data/docs/SubaccountEmailCreditsPayload.md +1 -1
  47. data/docs/SubaccountPayload.md +3 -3
  48. data/docs/SubaccountSettingsInfo.md +1 -1
  49. data/docs/SubaccountSettingsInfoPayload.md +1 -1
  50. data/docs/Template.md +2 -2
  51. data/docs/TemplatePayload.md +2 -2
  52. data/docs/TemplateScope.md +15 -0
  53. data/docs/TemplatesApi.md +4 -4
  54. data/docs/TransactionalRecipient.md +1 -1
  55. data/docs/VerificationFileResult.md +2 -2
  56. data/docs/VerificationFileResultDetails.md +2 -2
  57. data/docs/VerificationsApi.md +80 -9
  58. data/lib/ElasticEmail/api/campaigns_api.rb +10 -4
  59. data/lib/ElasticEmail/api/contacts_api.rb +20 -8
  60. data/lib/ElasticEmail/api/emails_api.rb +14 -5
  61. data/lib/ElasticEmail/api/events_api.rb +9 -9
  62. data/lib/ElasticEmail/api/files_api.rb +6 -3
  63. data/lib/ElasticEmail/api/inbound_route_api.rb +14 -5
  64. data/lib/ElasticEmail/api/lists_api.rb +18 -6
  65. data/lib/ElasticEmail/api/security_api.rb +18 -6
  66. data/lib/ElasticEmail/api/segments_api.rb +10 -4
  67. data/lib/ElasticEmail/api/statistics_api.rb +2 -2
  68. data/lib/ElasticEmail/api/sub_accounts_api.rb +14 -5
  69. data/lib/ElasticEmail/api/suppressions_api.rb +26 -8
  70. data/lib/ElasticEmail/api/templates_api.rb +12 -6
  71. data/lib/ElasticEmail/api/verifications_api.rb +73 -9
  72. data/lib/ElasticEmail/api_client.rb +5 -5
  73. data/lib/ElasticEmail/api_error.rb +2 -2
  74. data/lib/ElasticEmail/configuration.rb +4 -3
  75. data/lib/ElasticEmail/models/access_level.rb +5 -2
  76. data/lib/ElasticEmail/models/account_status_enum.rb +2 -2
  77. data/lib/ElasticEmail/models/api_key.rb +2 -2
  78. data/lib/ElasticEmail/models/api_key_payload.rb +12 -2
  79. data/lib/ElasticEmail/models/body_content_type.rb +2 -2
  80. data/lib/ElasticEmail/models/body_part.rb +9 -3
  81. data/lib/ElasticEmail/models/campaign.rb +14 -5
  82. data/lib/ElasticEmail/models/campaign_options.rb +4 -4
  83. data/lib/ElasticEmail/models/campaign_recipient.rb +2 -2
  84. data/lib/ElasticEmail/models/campaign_status.rb +2 -2
  85. data/lib/ElasticEmail/models/campaign_template.rb +2 -3
  86. data/lib/ElasticEmail/models/channel_log_status_summary.rb +2 -2
  87. data/lib/ElasticEmail/models/compression_format.rb +2 -2
  88. data/lib/ElasticEmail/models/consent_data.rb +4 -3
  89. data/lib/ElasticEmail/models/consent_tracking.rb +2 -2
  90. data/lib/ElasticEmail/models/contact.rb +6 -5
  91. data/lib/ElasticEmail/models/contact_activity.rb +2 -2
  92. data/lib/ElasticEmail/models/contact_hist_event_type.rb +2 -2
  93. data/lib/ElasticEmail/models/contact_history.rb +4 -3
  94. data/lib/ElasticEmail/models/contact_payload.rb +9 -3
  95. data/lib/ElasticEmail/models/contact_source.rb +2 -2
  96. data/lib/ElasticEmail/models/contact_status.rb +2 -2
  97. data/lib/ElasticEmail/models/contact_update_payload.rb +2 -2
  98. data/lib/ElasticEmail/models/contacts_list.rb +2 -2
  99. data/lib/ElasticEmail/models/delivery_optimization_type.rb +2 -2
  100. data/lib/ElasticEmail/models/email_content.rb +13 -4
  101. data/lib/ElasticEmail/models/email_data.rb +2 -4
  102. data/lib/ElasticEmail/models/email_message_data.rb +8 -5
  103. data/lib/ElasticEmail/models/email_recipient.rb +8 -3
  104. data/lib/ElasticEmail/models/email_send.rb +2 -2
  105. data/lib/ElasticEmail/models/email_status.rb +4 -3
  106. data/lib/ElasticEmail/models/email_transactional_message_data.rb +7 -5
  107. data/lib/ElasticEmail/models/email_validation_result.rb +2 -2
  108. data/lib/ElasticEmail/models/email_validation_status.rb +2 -2
  109. data/lib/ElasticEmail/models/email_view.rb +2 -2
  110. data/lib/ElasticEmail/models/emails_payload.rb +3 -3
  111. data/lib/ElasticEmail/models/encoding_type.rb +2 -2
  112. data/lib/ElasticEmail/models/event_type.rb +2 -2
  113. data/lib/ElasticEmail/models/events_order_by.rb +2 -2
  114. data/lib/ElasticEmail/models/export_file_formats.rb +2 -2
  115. data/lib/ElasticEmail/models/export_link.rb +2 -2
  116. data/lib/ElasticEmail/models/export_status.rb +2 -2
  117. data/lib/ElasticEmail/models/file_info.rb +2 -2
  118. data/lib/ElasticEmail/models/file_payload.rb +7 -2
  119. data/lib/ElasticEmail/models/file_upload_result.rb +2 -2
  120. data/lib/ElasticEmail/models/inbound_payload.rb +26 -4
  121. data/lib/ElasticEmail/models/inbound_route.rb +6 -4
  122. data/lib/ElasticEmail/models/inbound_route_action_type.rb +2 -2
  123. data/lib/ElasticEmail/models/inbound_route_filter_type.rb +2 -2
  124. data/lib/ElasticEmail/models/list_payload.rb +8 -3
  125. data/lib/ElasticEmail/models/list_update_payload.rb +2 -2
  126. data/lib/ElasticEmail/models/log_job_status.rb +2 -2
  127. data/lib/ElasticEmail/models/log_status_summary.rb +2 -2
  128. data/lib/ElasticEmail/models/merge_email_payload.rb +7 -5
  129. data/lib/ElasticEmail/models/message_attachment.rb +10 -3
  130. data/lib/ElasticEmail/models/message_category.rb +2 -2
  131. data/lib/ElasticEmail/models/new_api_key.rb +2 -2
  132. data/lib/ElasticEmail/models/new_smtp_credentials.rb +4 -3
  133. data/lib/ElasticEmail/models/options.rb +4 -3
  134. data/lib/ElasticEmail/models/recipient_event.rb +6 -4
  135. data/lib/ElasticEmail/models/segment.rb +2 -2
  136. data/lib/ElasticEmail/models/segment_payload.rb +12 -2
  137. data/lib/ElasticEmail/models/smtp_credentials.rb +4 -3
  138. data/lib/ElasticEmail/models/smtp_credentials_payload.rb +7 -2
  139. data/lib/ElasticEmail/models/sort_order_item.rb +13 -2
  140. data/lib/ElasticEmail/models/split_optimization_type.rb +2 -2
  141. data/lib/ElasticEmail/models/split_options.rb +4 -3
  142. data/lib/ElasticEmail/models/sub_account_info.rb +4 -4
  143. data/lib/ElasticEmail/models/subaccount_email_credits_payload.rb +7 -2
  144. data/lib/ElasticEmail/models/subaccount_email_settings.rb +2 -2
  145. data/lib/ElasticEmail/models/subaccount_email_settings_payload.rb +2 -2
  146. data/lib/ElasticEmail/models/subaccount_payload.rb +12 -3
  147. data/lib/ElasticEmail/models/subaccount_settings_info.rb +2 -3
  148. data/lib/ElasticEmail/models/subaccount_settings_info_payload.rb +2 -3
  149. data/lib/ElasticEmail/models/suppression.rb +2 -2
  150. data/lib/ElasticEmail/models/template.rb +7 -5
  151. data/lib/ElasticEmail/models/template_payload.rb +10 -4
  152. data/lib/ElasticEmail/models/template_scope.rb +37 -0
  153. data/lib/ElasticEmail/models/template_type.rb +2 -2
  154. data/lib/ElasticEmail/models/transactional_recipient.rb +7 -2
  155. data/lib/ElasticEmail/models/utm.rb +2 -2
  156. data/lib/ElasticEmail/models/verification_file_result.rb +4 -4
  157. data/lib/ElasticEmail/models/verification_file_result_details.rb +4 -4
  158. data/lib/ElasticEmail/models/verification_status.rb +2 -2
  159. data/lib/ElasticEmail/version.rb +3 -3
  160. data/lib/ElasticEmail.rb +3 -3
  161. data/spec/api_client_spec.rb +4 -4
  162. data/spec/configuration_spec.rb +2 -2
  163. data/spec/models/template_scope_spec.rb +28 -0
  164. data/spec/spec_helper.rb +2 -2
  165. metadata +92 -86
  166. data/DIFF +0 -0
@@ -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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.0
10
10
 
11
11
  =end
12
12
 
@@ -399,8 +399,69 @@ module ElasticEmail
399
399
  return data, status_code, headers
400
400
  end
401
401
 
402
- # Verify From File
403
- # Uploads a CSV file with list of emails to verify. An 'email' column is required. Required Access Level: VerifyEmails
402
+ # Start verification
403
+ # Start a verification of the previously uploaded file with emails. Required Access Level: VerifyEmails
404
+ # @param id [String] File ID to start verification
405
+ # @param [Hash] opts the optional parameters
406
+ # @return [nil]
407
+ def verifications_files_by_id_verification_post(id, opts = {})
408
+ verifications_files_by_id_verification_post_with_http_info(id, opts)
409
+ nil
410
+ end
411
+
412
+ # Start verification
413
+ # Start a verification of the previously uploaded file with emails. Required Access Level: VerifyEmails
414
+ # @param id [String] File ID to start verification
415
+ # @param [Hash] opts the optional parameters
416
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
417
+ def verifications_files_by_id_verification_post_with_http_info(id, opts = {})
418
+ if @api_client.config.debugging
419
+ @api_client.config.logger.debug 'Calling API: VerificationsApi.verifications_files_by_id_verification_post ...'
420
+ end
421
+ # verify the required parameter 'id' is set
422
+ if @api_client.config.client_side_validation && id.nil?
423
+ fail ArgumentError, "Missing the required parameter 'id' when calling VerificationsApi.verifications_files_by_id_verification_post"
424
+ end
425
+ # resource path
426
+ local_var_path = '/verifications/files/{id}/verification'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
427
+
428
+ # query parameters
429
+ query_params = opts[:query_params] || {}
430
+
431
+ # header parameters
432
+ header_params = opts[:header_params] || {}
433
+
434
+ # form parameters
435
+ form_params = opts[:form_params] || {}
436
+
437
+ # http body (model)
438
+ post_body = opts[:debug_body]
439
+
440
+ # return_type
441
+ return_type = opts[:debug_return_type]
442
+
443
+ # auth_names
444
+ auth_names = opts[:debug_auth_names] || ['apikey']
445
+
446
+ new_options = opts.merge(
447
+ :operation => :"VerificationsApi.verifications_files_by_id_verification_post",
448
+ :header_params => header_params,
449
+ :query_params => query_params,
450
+ :form_params => form_params,
451
+ :body => post_body,
452
+ :auth_names => auth_names,
453
+ :return_type => return_type
454
+ )
455
+
456
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
457
+ if @api_client.config.debugging
458
+ @api_client.config.logger.debug "API called: VerificationsApi#verifications_files_by_id_verification_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
459
+ end
460
+ return data, status_code, headers
461
+ end
462
+
463
+ # Upload File with Emails
464
+ # Uploads a CSV file with list of emails that can then be triggered for verification. An 'email' column is required. Required Access Level: VerifyEmails
404
465
  # @param [Hash] opts the optional parameters
405
466
  # @option opts [File] :file
406
467
  # @return [VerificationFileResult]
@@ -409,8 +470,8 @@ module ElasticEmail
409
470
  data
410
471
  end
411
472
 
412
- # Verify From File
413
- # Uploads a CSV file with list of emails to verify. An &#39;email&#39; column is required. Required Access Level: VerifyEmails
473
+ # Upload File with Emails
474
+ # Uploads a CSV file with list of emails that can then be triggered for verification. An &#39;email&#39; column is required. Required Access Level: VerifyEmails
414
475
  # @param [Hash] opts the optional parameters
415
476
  # @option opts [File] :file
416
477
  # @return [Array<(VerificationFileResult, Integer, Hash)>] VerificationFileResult data, response status code and response headers
@@ -429,7 +490,10 @@ module ElasticEmail
429
490
  # HTTP header 'Accept' (if needed)
430
491
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
431
492
  # HTTP header 'Content-Type'
432
- header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
493
+ content_type = @api_client.select_header_content_type(['multipart/form-data'])
494
+ if !content_type.nil?
495
+ header_params['Content-Type'] = content_type
496
+ end
433
497
 
434
498
  # form parameters
435
499
  form_params = opts[:form_params] || {}
@@ -461,7 +525,7 @@ module ElasticEmail
461
525
  return data, status_code, headers
462
526
  end
463
527
 
464
- # Get Simple Files Verification Results
528
+ # Get Files Verification Results
465
529
  # Returns a list of uploaded files, their statuses and results. Required Access Level: ViewEmailVerifications
466
530
  # @param [Hash] opts the optional parameters
467
531
  # @return [Array<VerificationFileResult>]
@@ -470,7 +534,7 @@ module ElasticEmail
470
534
  data
471
535
  end
472
536
 
473
- # Get Simple Files Verification Results
537
+ # Get Files Verification Results
474
538
  # Returns a list of uploaded files, their statuses and results. Required Access Level: ViewEmailVerifications
475
539
  # @param [Hash] opts the optional parameters
476
540
  # @return [Array<(Array<VerificationFileResult>, Integer, Hash)>] Array<VerificationFileResult> data, response status code and response headers
@@ -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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.0
10
10
 
11
11
  =end
12
12
 
@@ -296,7 +296,7 @@ module ElasticEmail
296
296
  @config.base_url(opts[:operation]) + path
297
297
  end
298
298
 
299
- # Update hearder and query params based on authentication settings.
299
+ # Update header and query params based on authentication settings.
300
300
  #
301
301
  # @param [Hash] header_params Header parameters
302
302
  # @param [Hash] query_params Query parameters
@@ -335,8 +335,8 @@ module ElasticEmail
335
335
  # @param [Array] content_types array for Content-Type
336
336
  # @return [String] the Content-Type header (e.g. application/json)
337
337
  def select_header_content_type(content_types)
338
- # use application/json by default
339
- return 'application/json' if content_types.nil? || content_types.empty?
338
+ # return nil by default
339
+ return if content_types.nil? || content_types.empty?
340
340
  # use JSON when present, otherwise use the first one
341
341
  json_content_type = content_types.find { |s| json_mime?(s) }
342
342
  json_content_type || content_types.first
@@ -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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.0
10
10
 
11
11
  =end
12
12
 
@@ -147,13 +147,13 @@ module ElasticEmail
147
147
  @server_operation_variables = {}
148
148
  @api_key = {}
149
149
  @api_key_prefix = {}
150
- @timeout = 0
151
150
  @client_side_validation = true
152
151
  @verify_ssl = true
153
152
  @verify_ssl_host = true
154
153
  @params_encoding = nil
155
154
  @cert_file = nil
156
155
  @key_file = nil
156
+ @timeout = 0
157
157
  @debugging = false
158
158
  @inject_format = false
159
159
  @force_ending_format = false
@@ -273,5 +273,6 @@ module ElasticEmail
273
273
 
274
274
  url
275
275
  end
276
+
276
277
  end
277
278
  end
@@ -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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.0
10
10
 
11
11
  =end
12
12
 
@@ -59,6 +59,9 @@ module ElasticEmail
59
59
  EXTENDED_LOGS = "ExtendedLogs".freeze
60
60
  VERIFY_EMAILS = "VerifyEmails".freeze
61
61
  VIEW_EMAIL_VERIFICATIONS = "ViewEmailVerifications".freeze
62
+ VIEW_MARKETING = "ViewMarketing".freeze
63
+ VIEW_EMAIL_API = "ViewEmailApi".freeze
64
+ VIEW_INBOUND = "ViewInbound".freeze
62
65
 
63
66
  # Builds the enum from string
64
67
  # @param [String] The enum value in the form of the string
@@ -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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.0
10
10
 
11
11
  =end
12
12
 
@@ -109,12 +109,22 @@ module ElasticEmail
109
109
  # @return Array for valid properties with the reasons
110
110
  def list_invalid_properties
111
111
  invalid_properties = Array.new
112
+ if @name.nil?
113
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
114
+ end
115
+
116
+ if @access_level.nil?
117
+ invalid_properties.push('invalid value for "access_level", access_level cannot be nil.')
118
+ end
119
+
112
120
  invalid_properties
113
121
  end
114
122
 
115
123
  # Check to see if the all the properties in the model are valid
116
124
  # @return true if the model is valid
117
125
  def valid?
126
+ return false if @name.nil?
127
+ return false if @access_level.nil?
118
128
  true
119
129
  end
120
130
 
@@ -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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.0
10
10
 
11
11
  =end
12
12
 
@@ -16,7 +16,6 @@ require 'time'
16
16
  module ElasticEmail
17
17
  # Email body part with user-provided MIME type (text/html, text/plain, etc)
18
18
  class BodyPart
19
- # Type of the body part
20
19
  attr_accessor :content_type
21
20
 
22
21
  # Actual content of the body part
@@ -71,6 +70,8 @@ module ElasticEmail
71
70
 
72
71
  if attributes.key?(:'content_type')
73
72
  self.content_type = attributes[:'content_type']
73
+ else
74
+ self.content_type = 'HTML'
74
75
  end
75
76
 
76
77
  if attributes.key?(:'content')
@@ -86,12 +87,17 @@ module ElasticEmail
86
87
  # @return Array for valid properties with the reasons
87
88
  def list_invalid_properties
88
89
  invalid_properties = Array.new
90
+ if @content_type.nil?
91
+ invalid_properties.push('invalid value for "content_type", content_type cannot be nil.')
92
+ end
93
+
89
94
  invalid_properties
90
95
  end
91
96
 
92
97
  # Check to see if the all the properties in the model are valid
93
98
  # @return true if the model is valid
94
99
  def valid?
100
+ return false if @content_type.nil?
95
101
  true
96
102
  end
97
103
 
@@ -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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.0
10
10
 
11
11
  =end
12
12
 
@@ -21,13 +21,10 @@ module ElasticEmail
21
21
  # Campaign name
22
22
  attr_accessor :name
23
23
 
24
- # Campaign status
25
24
  attr_accessor :status
26
25
 
27
- # Recipients this campaign should be sent to
28
26
  attr_accessor :recipients
29
27
 
30
- # Campaign sending options
31
28
  attr_accessor :options
32
29
 
33
30
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -90,6 +87,8 @@ module ElasticEmail
90
87
 
91
88
  if attributes.key?(:'status')
92
89
  self.status = attributes[:'status']
90
+ else
91
+ self.status = 'Deleted'
93
92
  end
94
93
 
95
94
  if attributes.key?(:'recipients')
@@ -105,12 +104,22 @@ module ElasticEmail
105
104
  # @return Array for valid properties with the reasons
106
105
  def list_invalid_properties
107
106
  invalid_properties = Array.new
107
+ if @name.nil?
108
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
109
+ end
110
+
111
+ if @recipients.nil?
112
+ invalid_properties.push('invalid value for "recipients", recipients cannot be nil.')
113
+ end
114
+
108
115
  invalid_properties
109
116
  end
110
117
 
111
118
  # Check to see if the all the properties in the model are valid
112
119
  # @return true if the model is valid
113
120
  def valid?
121
+ return false if @name.nil?
122
+ return false if @recipients.nil?
114
123
  true
115
124
  end
116
125
 
@@ -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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.0
10
10
 
11
11
  =end
12
12
 
@@ -16,7 +16,6 @@ require 'time'
16
16
  module ElasticEmail
17
17
  # Different send options for a Campaign
18
18
  class CampaignOptions
19
- # How to order email delivery - by recipients' engagement score or by the time they open the most of the emails that were sent to them
20
19
  attr_accessor :delivery_optimization
21
20
 
22
21
  # Should the opens be tracked? If no value has been provided, Account's default setting will be used.
@@ -28,7 +27,6 @@ module ElasticEmail
28
27
  # Date when this Campaign is scheduled to be sent on
29
28
  attr_accessor :schedule_for
30
29
 
31
- # Optional options for A/X split campaigns. Will be ignored if only one template content was provided
32
30
  attr_accessor :split_options
33
31
 
34
32
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -84,6 +82,8 @@ module ElasticEmail
84
82
 
85
83
  if attributes.key?(:'delivery_optimization')
86
84
  self.delivery_optimization = attributes[:'delivery_optimization']
85
+ else
86
+ self.delivery_optimization = 'None'
87
87
  end
88
88
 
89
89
  if attributes.key?(:'track_opens')
@@ -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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.0
10
10
 
11
11
  =end
12
12
 
@@ -34,7 +34,6 @@ module ElasticEmail
34
34
  # Names of previously uploaded files that should be sent as downloadable attachments
35
35
  attr_accessor :attach_files
36
36
 
37
- # Utm marketing data to be attached to every link in this e-mail.
38
37
  attr_accessor :utm
39
38
 
40
39
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.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. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a href=\"https://api.elasticemail.com/public/help\">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://elasticemail.com/account#/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click <a target=\"_blank\" href=\"https://api.elasticemail.com/public/help\">here</a>. 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
- OpenAPI Generator version: 5.0.1
9
+ OpenAPI Generator version: 5.3.0
10
10
 
11
11
  =end
12
12
 
@@ -21,7 +21,6 @@ module ElasticEmail
21
21
  # Date of consent to send this contact(s) your email. If not provided current date is used for consent.
22
22
  attr_accessor :consent_date
23
23
 
24
- # Does the contant consent to have their tracking data stored.
25
24
  attr_accessor :consent_tracking
26
25
 
27
26
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -79,6 +78,8 @@ module ElasticEmail
79
78
 
80
79
  if attributes.key?(:'consent_tracking')
81
80
  self.consent_tracking = attributes[:'consent_tracking']
81
+ else
82
+ self.consent_tracking = 'Unknown'
82
83
  end
83
84
  end
84
85