ElasticEmail 4.0.16 → 4.0.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/ElasticEmail.gemspec +3 -3
  3. data/README.md +6 -8
  4. data/VERSION +1 -1
  5. data/docs/SuppressionsApi.md +12 -12
  6. data/lib/ElasticEmail/api/campaigns_api.rb +2 -2
  7. data/lib/ElasticEmail/api/contacts_api.rb +4 -4
  8. data/lib/ElasticEmail/api/emails_api.rb +2 -2
  9. data/lib/ElasticEmail/api/events_api.rb +9 -9
  10. data/lib/ElasticEmail/api/files_api.rb +2 -2
  11. data/lib/ElasticEmail/api/inbound_route_api.rb +2 -2
  12. data/lib/ElasticEmail/api/lists_api.rb +2 -2
  13. data/lib/ElasticEmail/api/security_api.rb +2 -2
  14. data/lib/ElasticEmail/api/segments_api.rb +2 -2
  15. data/lib/ElasticEmail/api/statistics_api.rb +2 -2
  16. data/lib/ElasticEmail/api/sub_accounts_api.rb +2 -2
  17. data/lib/ElasticEmail/api/suppressions_api.rb +26 -26
  18. data/lib/ElasticEmail/api/templates_api.rb +2 -2
  19. data/lib/ElasticEmail/api/verifications_api.rb +2 -2
  20. data/lib/ElasticEmail/api_client.rb +5 -3
  21. data/lib/ElasticEmail/api_error.rb +2 -2
  22. data/lib/ElasticEmail/configuration.rb +4 -3
  23. data/lib/ElasticEmail/models/access_level.rb +6 -2
  24. data/lib/ElasticEmail/models/account_status_enum.rb +2 -2
  25. data/lib/ElasticEmail/models/api_key.rb +3 -2
  26. data/lib/ElasticEmail/models/api_key_payload.rb +3 -2
  27. data/lib/ElasticEmail/models/body_content_type.rb +2 -2
  28. data/lib/ElasticEmail/models/body_part.rb +3 -2
  29. data/lib/ElasticEmail/models/campaign.rb +3 -2
  30. data/lib/ElasticEmail/models/campaign_options.rb +3 -2
  31. data/lib/ElasticEmail/models/campaign_recipient.rb +3 -2
  32. data/lib/ElasticEmail/models/campaign_status.rb +2 -2
  33. data/lib/ElasticEmail/models/campaign_template.rb +3 -2
  34. data/lib/ElasticEmail/models/channel_log_status_summary.rb +3 -2
  35. data/lib/ElasticEmail/models/compression_format.rb +2 -2
  36. data/lib/ElasticEmail/models/consent_data.rb +3 -2
  37. data/lib/ElasticEmail/models/consent_tracking.rb +2 -2
  38. data/lib/ElasticEmail/models/contact.rb +3 -2
  39. data/lib/ElasticEmail/models/contact_activity.rb +3 -2
  40. data/lib/ElasticEmail/models/contact_hist_event_type.rb +2 -2
  41. data/lib/ElasticEmail/models/contact_history.rb +3 -2
  42. data/lib/ElasticEmail/models/contact_payload.rb +3 -2
  43. data/lib/ElasticEmail/models/contact_source.rb +2 -2
  44. data/lib/ElasticEmail/models/contact_status.rb +2 -2
  45. data/lib/ElasticEmail/models/contact_update_payload.rb +3 -2
  46. data/lib/ElasticEmail/models/contacts_list.rb +3 -2
  47. data/lib/ElasticEmail/models/delivery_optimization_type.rb +2 -2
  48. data/lib/ElasticEmail/models/email_content.rb +3 -2
  49. data/lib/ElasticEmail/models/email_data.rb +3 -2
  50. data/lib/ElasticEmail/models/email_message_data.rb +3 -2
  51. data/lib/ElasticEmail/models/email_recipient.rb +3 -2
  52. data/lib/ElasticEmail/models/email_send.rb +3 -2
  53. data/lib/ElasticEmail/models/email_status.rb +3 -2
  54. data/lib/ElasticEmail/models/email_transactional_message_data.rb +3 -2
  55. data/lib/ElasticEmail/models/email_validation_result.rb +3 -2
  56. data/lib/ElasticEmail/models/email_validation_status.rb +2 -2
  57. data/lib/ElasticEmail/models/email_view.rb +3 -2
  58. data/lib/ElasticEmail/models/emails_payload.rb +3 -2
  59. data/lib/ElasticEmail/models/encoding_type.rb +2 -2
  60. data/lib/ElasticEmail/models/event_type.rb +2 -2
  61. data/lib/ElasticEmail/models/events_order_by.rb +2 -2
  62. data/lib/ElasticEmail/models/export_file_formats.rb +2 -2
  63. data/lib/ElasticEmail/models/export_link.rb +3 -2
  64. data/lib/ElasticEmail/models/export_status.rb +2 -2
  65. data/lib/ElasticEmail/models/file_info.rb +3 -2
  66. data/lib/ElasticEmail/models/file_payload.rb +3 -2
  67. data/lib/ElasticEmail/models/file_upload_result.rb +3 -2
  68. data/lib/ElasticEmail/models/inbound_payload.rb +3 -2
  69. data/lib/ElasticEmail/models/inbound_route.rb +3 -2
  70. data/lib/ElasticEmail/models/inbound_route_action_type.rb +2 -2
  71. data/lib/ElasticEmail/models/inbound_route_filter_type.rb +2 -2
  72. data/lib/ElasticEmail/models/list_payload.rb +3 -2
  73. data/lib/ElasticEmail/models/list_update_payload.rb +3 -2
  74. data/lib/ElasticEmail/models/log_job_status.rb +2 -2
  75. data/lib/ElasticEmail/models/log_status_summary.rb +3 -2
  76. data/lib/ElasticEmail/models/merge_email_payload.rb +3 -2
  77. data/lib/ElasticEmail/models/message_attachment.rb +3 -2
  78. data/lib/ElasticEmail/models/message_category.rb +2 -2
  79. data/lib/ElasticEmail/models/new_api_key.rb +3 -2
  80. data/lib/ElasticEmail/models/new_smtp_credentials.rb +3 -2
  81. data/lib/ElasticEmail/models/options.rb +3 -2
  82. data/lib/ElasticEmail/models/recipient_event.rb +3 -2
  83. data/lib/ElasticEmail/models/segment.rb +3 -2
  84. data/lib/ElasticEmail/models/segment_payload.rb +3 -2
  85. data/lib/ElasticEmail/models/smtp_credentials.rb +3 -2
  86. data/lib/ElasticEmail/models/smtp_credentials_payload.rb +3 -2
  87. data/lib/ElasticEmail/models/sort_order_item.rb +3 -2
  88. data/lib/ElasticEmail/models/split_optimization_type.rb +2 -2
  89. data/lib/ElasticEmail/models/split_options.rb +3 -2
  90. data/lib/ElasticEmail/models/sub_account_info.rb +3 -2
  91. data/lib/ElasticEmail/models/subaccount_email_credits_payload.rb +3 -2
  92. data/lib/ElasticEmail/models/subaccount_email_settings.rb +3 -2
  93. data/lib/ElasticEmail/models/subaccount_email_settings_payload.rb +3 -2
  94. data/lib/ElasticEmail/models/subaccount_payload.rb +3 -2
  95. data/lib/ElasticEmail/models/subaccount_settings_info.rb +3 -2
  96. data/lib/ElasticEmail/models/subaccount_settings_info_payload.rb +3 -2
  97. data/lib/ElasticEmail/models/suppression.rb +3 -2
  98. data/lib/ElasticEmail/models/template.rb +3 -2
  99. data/lib/ElasticEmail/models/template_payload.rb +3 -2
  100. data/lib/ElasticEmail/models/template_scope.rb +2 -2
  101. data/lib/ElasticEmail/models/template_type.rb +2 -2
  102. data/lib/ElasticEmail/models/transactional_recipient.rb +3 -2
  103. data/lib/ElasticEmail/models/utm.rb +3 -2
  104. data/lib/ElasticEmail/models/verification_file_result.rb +3 -2
  105. data/lib/ElasticEmail/models/verification_file_result_details.rb +3 -2
  106. data/lib/ElasticEmail/models/verification_status.rb +2 -2
  107. data/lib/ElasticEmail/version.rb +3 -3
  108. data/lib/ElasticEmail.rb +2 -2
  109. data/spec/api_client_spec.rb +2 -2
  110. data/spec/configuration_spec.rb +2 -2
  111. data/spec/spec_helper.rb +2 -2
  112. metadata +7 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a58798ee4d1c453f1713a4171fe8207e7a5aaff3a879c7982870ca934c762503
4
- data.tar.gz: b2a28a1241a40c581431b5e747a68db25dfd33aa4d8ff0b6ab791ba790704c6c
3
+ metadata.gz: 8e58826fb260e70b44f080043b2f3a94e64c5a7bd816a4de1711e956ae449f32
4
+ data.tar.gz: b091adbae493380578863d0cebc2ad9d900b689add1e2f09f41cd570bcc08883
5
5
  SHA512:
6
- metadata.gz: eb22e089b3abff42280b130d99af7c5cd38a4f8bd1cd3bcb60510d5cb89c6bcfbce250bf838c5433df07d026cf5238d7efcd4ef22d528f427be91eb04e987208
7
- data.tar.gz: 4441ad658fba72d4da0c5d387d8b3bfc3cababec2e1d8e51ba860e44ea9c27caf18bb711c32395572d09607702507504c515b83e451cd99f65f0b2136d4a20f8
6
+ metadata.gz: 35d8267f43fd49658b33e3a71132abdccd7583f43627595f6f6341b59124ee62ed5d5dadbbfea1478b76f566a4bced418f892ff68ec47fd6212835f3b13eccdd
7
+ data.tar.gz: 9645d8c637404bf84f3740738689047f58e36ae663c7b9fa71d32fe5ecf9881d7717c6ff40497c43714e1d8311bbce77efc842952619072557f1bc080489d6a2
data/ElasticEmail.gemspec CHANGED
@@ -3,12 +3,12 @@
3
3
  =begin
4
4
  #Elastic Email REST API
5
5
 
6
- #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>
6
+ #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. 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>
7
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
- OpenAPI Generator version: 5.4.0
11
+ OpenAPI Generator version: 6.0.0
12
12
 
13
13
  =end
14
14
 
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.email = ["contact@elasticemail.com"]
24
24
  s.homepage = "https://elasticemail.com"
25
25
  s.summary = "Elastic Email REST API Ruby Gem"
26
- s.description = "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>"
26
+ s.description = "The C# library for the Elastic Email REST API. This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. To start using this API, you will need your Access Token. Remember to keep it safe."
27
27
  s.license = "Unlicense"
28
28
  s.required_ruby_version = ">= 2.4"
29
29
 
data/README.md CHANGED
@@ -10,14 +10,12 @@ The API has a limit of 20 concurrent connections and a hard timeout of 600 secon
10
10
 
11
11
  To start using this API, you will need your Access Token (available [here](https://elasticemail.com/account#/settings/new/manage-api)). Remember to keep it safe. Required access levels are listed in the given request’s description.
12
12
 
13
- This is the documentation for REST API. If you’d like to read our legacy documentation regarding Web API v2 click [here](https://api.elasticemail.com/public/help).
14
-
15
- Downloadable library clients can be found in our Github repository [here](https://github.com/ElasticEmail?tab=repositories&q=%22rest+api%22+in%3Areadme)
13
+ Downloadable library clients can be found in our Github repository [here](https://github.com/ElasticEmail/elasticemail-ruby)
16
14
 
17
15
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
18
16
 
19
17
  - API version: 4.0.0
20
- - Package version: 4.0.16
18
+ - Package version: 4.0.20
21
19
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
22
20
 
23
21
  ## Installation
@@ -33,16 +31,16 @@ gem build ElasticEmail.gemspec
33
31
  Then either install the gem locally:
34
32
 
35
33
  ```shell
36
- gem install ./ElasticEmail-4.0.16.gem
34
+ gem install ./ElasticEmail-4.0.20.gem
37
35
  ```
38
36
 
39
- (for development, run `gem install --dev ./ElasticEmail-4.0.16.gem` to install the development dependencies)
37
+ (for development, run `gem install --dev ./ElasticEmail-4.0.20.gem` to install the development dependencies)
40
38
 
41
39
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
42
40
 
43
41
  Finally add this to the Gemfile:
44
42
 
45
- gem 'ElasticEmail', '~> 4.0.16'
43
+ gem 'ElasticEmail', '~> 4.0.20'
46
44
 
47
45
  ### Install from Git
48
46
 
@@ -86,7 +84,7 @@ end
86
84
 
87
85
  ```
88
86
 
89
- ## Documentation for API Endpoints
87
+
90
88
 
91
89
  All URIs are relative to *https://api.elasticemail.com/v4*
92
90
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.16
1
+ 4.0.20
@@ -24,7 +24,7 @@ All URIs are relative to *https://api.elasticemail.com/v4*
24
24
 
25
25
  Get Bounce List
26
26
 
27
- Retrieve your list of bounced emails. Required Access Level: ViewContacts
27
+ Retrieve your list of bounced emails. Required Access Level: ViewContacts, ViewSuppressions
28
28
 
29
29
  ### Examples
30
30
 
@@ -101,7 +101,7 @@ end
101
101
 
102
102
  Add Bounces Async
103
103
 
104
- Add Bounced. Required Access Level: ModifyContacts
104
+ Add Bounced. Required Access Level: ModifyContacts, ModifySuppressions
105
105
 
106
106
  ### Examples
107
107
 
@@ -173,7 +173,7 @@ nil (empty response body)
173
173
 
174
174
  Add Bounces
175
175
 
176
- Add Bounced. Required Access Level: ModifyContacts
176
+ Add Bounced. Required Access Level: ModifyContacts, ModifySuppressions
177
177
 
178
178
  ### Examples
179
179
 
@@ -244,7 +244,7 @@ end
244
244
 
245
245
  Delete Suppression
246
246
 
247
- Delete Suppression. Required Access Level: ViewContacts
247
+ Delete Suppression. Required Access Level: ViewContacts, ViewSuppressions
248
248
 
249
249
  ### Examples
250
250
 
@@ -314,7 +314,7 @@ nil (empty response body)
314
314
 
315
315
  Get Suppression
316
316
 
317
- Retrieve your suppression. Required Access Level: ViewContacts
317
+ Retrieve your suppression. Required Access Level: ViewContacts, ViewSuppressions
318
318
 
319
319
  ### Examples
320
320
 
@@ -385,7 +385,7 @@ end
385
385
 
386
386
  Get Complaints List
387
387
 
388
- Retrieve your list of complaints. Required Access Level: ViewContacts
388
+ Retrieve your list of complaints. Required Access Level: ViewContacts, ViewSuppressions
389
389
 
390
390
  ### Examples
391
391
 
@@ -462,7 +462,7 @@ end
462
462
 
463
463
  Add Complaints Async
464
464
 
465
- Add Complaints. Required Access Level: ModifyContacts
465
+ Add Complaints. Required Access Level: ModifyContacts, ModifySuppressions
466
466
 
467
467
  ### Examples
468
468
 
@@ -534,7 +534,7 @@ nil (empty response body)
534
534
 
535
535
  Add Complaints
536
536
 
537
- Add Complaints. Required Access Level: ModifyContacts
537
+ Add Complaints. Required Access Level: ModifyContacts, ModifySuppressions
538
538
 
539
539
  ### Examples
540
540
 
@@ -605,7 +605,7 @@ end
605
605
 
606
606
  Get Suppressions
607
607
 
608
- Retrieve your suppressions. Required Access Level: ViewContacts
608
+ Retrieve your suppressions. Required Access Level: ViewContacts, ViewSuppressions
609
609
 
610
610
  ### Examples
611
611
 
@@ -680,7 +680,7 @@ end
680
680
 
681
681
  Get Unsubscribes List
682
682
 
683
- Retrieve your list of unsubscribes. Required Access Level: ViewContacts
683
+ Retrieve your list of unsubscribes. Required Access Level: ViewContacts, ViewSuppressions
684
684
 
685
685
  ### Examples
686
686
 
@@ -757,7 +757,7 @@ end
757
757
 
758
758
  Add Unsubscribes Async
759
759
 
760
- Add Unsubscribes. Required Access Level: ModifyContacts
760
+ Add Unsubscribes. Required Access Level: ModifyContacts, ModifySuppressions
761
761
 
762
762
  ### Examples
763
763
 
@@ -829,7 +829,7 @@ nil (empty response body)
829
829
 
830
830
  Add Unsubscribes
831
831
 
832
- Add Unsubscribes. Required Access Level: ModifyContacts
832
+ Add Unsubscribes. Required Access Level: ModifyContacts, ModifySuppressions
833
833
 
834
834
  ### Examples
835
835
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
3
 
4
- #This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://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>
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. 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.4.0
9
+ OpenAPI Generator version: 6.0.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
3
 
4
- #This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://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>
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. 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.4.0
9
+ OpenAPI Generator version: 6.0.0
10
10
 
11
11
  =end
12
12
 
@@ -432,10 +432,10 @@ module ElasticEmail
432
432
  # Export Contacts
433
433
  # Request an Export of specified Contacts. Required Access Level: Export
434
434
  # @param [Hash] opts the optional parameters
435
- # @option opts [ExportFileFormats] :file_format Format of the exported file
435
+ # @option opts [ExportFileFormats] :file_format Format of the exported file (default to 'Csv')
436
436
  # @option opts [String] :rule Query used for filtering.
437
437
  # @option opts [Array<String>] :emails Comma delimited list of contact emails
438
- # @option opts [CompressionFormat] :compression_format FileResponse compression format. None or Zip.
438
+ # @option opts [CompressionFormat] :compression_format FileResponse compression format. None or Zip. (default to 'None')
439
439
  # @option opts [String] :file_name Name of your file including extension.
440
440
  # @return [Array<(ExportLink, Integer, Hash)>] ExportLink data, response status code and response headers
441
441
  def contacts_export_post_with_http_info(opts = {})
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
3
 
4
- #This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://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>
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. 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.4.0
9
+ OpenAPI Generator version: 6.0.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
3
 
4
- #This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://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>
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. 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.4.0
9
+ OpenAPI Generator version: 6.0.0
10
10
 
11
11
  =end
12
12
 
@@ -40,7 +40,7 @@ module ElasticEmail
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @option opts [Time] :from Starting date for search in YYYY-MM-DDThh:mm:ss format.
42
42
  # @option opts [Time] :to Ending date for search in YYYY-MM-DDThh:mm:ss format.
43
- # @option opts [EventsOrderBy] :order_by
43
+ # @option opts [EventsOrderBy] :order_by (default to 'DateDescending')
44
44
  # @option opts [Integer] :limit Maximum number of returned items.
45
45
  # @option opts [Integer] :offset How many items should be returned ahead.
46
46
  # @return [Array<(Array<RecipientEvent>, Integer, Hash)>] Array<RecipientEvent> data, response status code and response headers
@@ -120,8 +120,8 @@ module ElasticEmail
120
120
  # @option opts [Array<EventType>] :event_types Types of Events to return
121
121
  # @option opts [Time] :from Starting date for search in YYYY-MM-DDThh:mm:ss format.
122
122
  # @option opts [Time] :to Ending date for search in YYYY-MM-DDThh:mm:ss format.
123
- # @option opts [ExportFileFormats] :file_format Format of the exported file
124
- # @option opts [CompressionFormat] :compression_format FileResponse compression format. None or Zip.
123
+ # @option opts [ExportFileFormats] :file_format Format of the exported file (default to 'Csv')
124
+ # @option opts [CompressionFormat] :compression_format FileResponse compression format. None or Zip. (default to 'None')
125
125
  # @option opts [String] :file_name Name of your file including extension.
126
126
  # @return [Array<(ExportLink, Integer, Hash)>] ExportLink data, response status code and response headers
127
127
  def events_channels_by_name_export_post_with_http_info(name, opts = {})
@@ -201,7 +201,7 @@ module ElasticEmail
201
201
  # @option opts [Array<EventType>] :event_types Types of Events to return
202
202
  # @option opts [Time] :from Starting date for search in YYYY-MM-DDThh:mm:ss format.
203
203
  # @option opts [Time] :to Ending date for search in YYYY-MM-DDThh:mm:ss format.
204
- # @option opts [EventsOrderBy] :order_by
204
+ # @option opts [EventsOrderBy] :order_by (default to 'DateDescending')
205
205
  # @option opts [Integer] :limit How many items to load. Maximum for this request is 1000 items
206
206
  # @option opts [Integer] :offset How many items should be returned ahead.
207
207
  # @return [Array<(Array<RecipientEvent>, Integer, Hash)>] Array<RecipientEvent> data, response status code and response headers
@@ -406,8 +406,8 @@ module ElasticEmail
406
406
  # @option opts [Array<EventType>] :event_types Types of Events to return
407
407
  # @option opts [Time] :from Starting date for search in YYYY-MM-DDThh:mm:ss format.
408
408
  # @option opts [Time] :to Ending date for search in YYYY-MM-DDThh:mm:ss format.
409
- # @option opts [ExportFileFormats] :file_format Format of the exported file
410
- # @option opts [CompressionFormat] :compression_format FileResponse compression format. None or Zip.
409
+ # @option opts [ExportFileFormats] :file_format Format of the exported file (default to 'Csv')
410
+ # @option opts [CompressionFormat] :compression_format FileResponse compression format. None or Zip. (default to 'None')
411
411
  # @option opts [String] :file_name Name of your file including extension.
412
412
  # @return [Array<(ExportLink, Integer, Hash)>] ExportLink data, response status code and response headers
413
413
  def events_export_post_with_http_info(opts = {})
@@ -481,7 +481,7 @@ module ElasticEmail
481
481
  # @option opts [Array<EventType>] :event_types Types of Events to return
482
482
  # @option opts [Time] :from Starting date for search in YYYY-MM-DDThh:mm:ss format.
483
483
  # @option opts [Time] :to Ending date for search in YYYY-MM-DDThh:mm:ss format.
484
- # @option opts [EventsOrderBy] :order_by
484
+ # @option opts [EventsOrderBy] :order_by (default to 'DateDescending')
485
485
  # @option opts [Integer] :limit How many items to load. Maximum for this request is 1000 items
486
486
  # @option opts [Integer] :offset How many items should be returned ahead.
487
487
  # @return [Array<(Array<RecipientEvent>, Integer, Hash)>] Array<RecipientEvent> 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. 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>
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. 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.4.0
9
+ OpenAPI Generator version: 6.0.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
3
 
4
- #This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://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>
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. 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.4.0
9
+ OpenAPI Generator version: 6.0.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
3
 
4
- #This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://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>
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. 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.4.0
9
+ OpenAPI Generator version: 6.0.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
3
 
4
- #This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://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>
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. 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.4.0
9
+ OpenAPI Generator version: 6.0.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
3
 
4
- #This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://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>
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. 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.4.0
9
+ OpenAPI Generator version: 6.0.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
3
 
4
- #This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://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>
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. 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.4.0
9
+ OpenAPI Generator version: 6.0.0
10
10
 
11
11
  =end
12
12
 
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #Elastic Email REST API
3
3
 
4
- #This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://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>
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. 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.4.0
9
+ OpenAPI Generator version: 6.0.0
10
10
 
11
11
  =end
12
12