MailchimpTransactional 1.0.32 → 1.0.33

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6258e8097b8fe51676f88c5ed7eda9711f485101307cef85893379cff5f356c0
4
- data.tar.gz: 6d4a897b365466a06801451de9944d8b33ff6a4c92df9652fb7e77340373408d
3
+ metadata.gz: b9cfdab133610de81c5bddc1ad3d34983b730354b614262bb407c671f30c82f5
4
+ data.tar.gz: 0ba657ba4b54ab37ccf5531af918c18ed1991ba99daa2335076daeeeec43ab67
5
5
  SHA512:
6
- metadata.gz: 3d59fd4932d32b5dcd837ca94e87ad1d3209242e7201ef225386c90a725cfc86a7d51c0acaea17209d568f0329a00a3c35116af3b09a4c5400d171bcd5aa3240
7
- data.tar.gz: 57d5aa039901a287565721b347f327bcc182e7dd531fbbd4c04cd60be6631d158733bf54478cb880ffeef8be82215d0fe38fd82d8b60cfebb0421d67623b2eb6
6
+ metadata.gz: da556533a329ab1a6b7e47cdd14a311293e3d463fa4804ce2f67d24771d16c336ee6c37cc1ee2e9427df1f0a583ad06bc25ed5f61b7f45341c6ed027fbaa7b23
7
+ data.tar.gz: d58e3f016dc51c5b28c3f9c6b1e70b5dc7004eecd8f50bd1eea625ebd0507ba75c842179ed07f89ba78bb7216476993670f0d06e1a6b98c02dd0f66fe271e42e
@@ -5,7 +5,7 @@
5
5
 
6
6
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
7
7
 
8
- OpenAPI spec version: 1.0.32
8
+ OpenAPI spec version: 1.0.33
9
9
  Contact: apihelp@mailchimp.com
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  Swagger Codegen version: 2.4.12
data/README.md CHANGED
@@ -21,15 +21,15 @@ gem build MailchimpTransactional.gemspec
21
21
  Then either install the gem locally:
22
22
 
23
23
  ```shell
24
- gem install ./MailchimpTransactional-1.0.32.gem
24
+ gem install ./MailchimpTransactional-1.0.33.gem
25
25
  ```
26
- (for development, run `gem install --dev ./MailchimpTransactional-1.0.32.gem` to install the development dependencies)
26
+ (for development, run `gem install --dev ./MailchimpTransactional-1.0.33.gem` to install the development dependencies)
27
27
 
28
28
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
29
29
 
30
30
  Finally add this to the Gemfile:
31
31
 
32
- gem 'MailchimpTransactional', '~> 1.0.32'
32
+ gem 'MailchimpTransactional', '~> 1.0.33'
33
33
 
34
34
  ### Install from Git
35
35
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -50,8 +50,8 @@ module MailchimpTransactional
50
50
  data
51
51
  end
52
52
 
53
- # Export blacklist
54
- # Begins an export of your rejection blacklist. The blacklist will be exported to a zip archive containing a single file named rejects.csv that includes the following fields: email, reason, detail, created_at, expires_at, last_event_at, expires_at.
53
+ # Export denylist
54
+ # Begins an export of your rejection denylist. The denylist will be exported to a zip archive containing a single file named rejects.csv that includes the following fields: email, reason, detail, created_at, expires_at, last_event_at, expires_at.
55
55
  # @param body
56
56
  # @param [Hash] opts the optional parameters
57
57
  # @return [Array<(InlineResponse2002, Fixnum, Hash)>] InlineResponse2002 data, response status code and response headers
@@ -60,8 +60,8 @@ module MailchimpTransactional
60
60
  data
61
61
  end
62
62
 
63
- # Export whitelist
64
- # Begins an export of your rejection whitelist. The whitelist will be exported to a zip archive containing a single file named whitelist.csv that includes the following fields: email, detail, created_at.
63
+ # Export Allowlist
64
+ # Begins an export of your rejection allowlist. The allowlist will be exported to a zip archive containing a single file named whitelist.csv that includes the following fields: email, detail, created_at.
65
65
  # @param body
66
66
  # @param [Hash] opts the optional parameters
67
67
  # @return [Array<(InlineResponse2003, Fixnum, Hash)>] InlineResponse2003 data, response status code and response headers
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -20,8 +20,8 @@ module MailchimpTransactional
20
20
  @api_client = api_client
21
21
  end
22
22
 
23
- # Add email to blacklist
24
- # Adds an email to your email rejection blacklist. Addresses that you add manually will never expire and there is no reputation penalty for removing them from your blacklist. Attempting to blacklist an address that has been whitelisted will have no effect.
23
+ # Add email to denylist
24
+ # Adds an email to your email rejection denylist. Addresses that you add manually will never expire and there is no reputation penalty for removing them from your denylist. Attempting to denylist an address that has been added to the allowlist will have no effect.
25
25
  # @param body
26
26
  # @param [Hash] opts the optional parameters
27
27
  # @return [Array<(InlineResponse20037, Fixnum, Hash)>] InlineResponse20037 data, response status code and response headers
@@ -30,8 +30,8 @@ module MailchimpTransactional
30
30
  data
31
31
  end
32
32
 
33
- # Delete email from blacklist
34
- # Deletes an email rejection. There is no limit to how many rejections you can remove from your blacklist, but keep in mind that each deletion has an affect on your reputation.
33
+ # Delete email from denylist
34
+ # Deletes an email rejection. There is no limit to how many rejections you can remove from your denylist, but keep in mind that each deletion has an affect on your reputation.
35
35
  # @param body
36
36
  # @param [Hash] opts the optional parameters
37
37
  # @return [Array<(InlineResponse20039, Fixnum, Hash)>] InlineResponse20039 data, response status code and response headers
@@ -40,8 +40,8 @@ module MailchimpTransactional
40
40
  data
41
41
  end
42
42
 
43
- # List blacklisted emails
44
- # Retrieves your email rejection blacklist. You can provide an email address to limit the results. Returns up to 1000 results. By default, entries that have expired are excluded from the results; set include_expired to true to include them.
43
+ # List denylisted emails
44
+ # Retrieves your email rejection denylist. You can provide an email address to limit the results. Returns up to 1000 results. By default, entries that have expired are excluded from the results; set include_expired to true to include them.
45
45
  # @param body
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @return [Array<(Array<InlineResponse20038>, Fixnum, Hash)>] Array<InlineResponse20038> data, response status code and response headers
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -20,8 +20,8 @@ module MailchimpTransactional
20
20
  @api_client = api_client
21
21
  end
22
22
 
23
- # Add email to whitelist
24
- # Adds an email to your email rejection whitelist. If the address is currently on your blacklist, that blacklist entry will be removed automatically.
23
+ # Add email to allowlist
24
+ # Adds an email to your email rejection allowlist. If the address is currently on your denylist, that denylist entry will be removed automatically.
25
25
  # @param body
26
26
  # @param [Hash] opts the optional parameters
27
27
  # @return [Array<(InlineResponse20076, Fixnum, Hash)>] InlineResponse20076 data, response status code and response headers
@@ -30,8 +30,8 @@ module MailchimpTransactional
30
30
  data
31
31
  end
32
32
 
33
- # Remove email from whitelist
34
- # Removes an email address from the whitelist.
33
+ # Remove email from allowlist
34
+ # Removes an email address from the allowlist.
35
35
  # @param body
36
36
  # @param [Hash] opts the optional parameters
37
37
  # @return [Array<(InlineResponse20078, Fixnum, Hash)>] InlineResponse20078 data, response status code and response headers
@@ -40,8 +40,8 @@ module MailchimpTransactional
40
40
  data
41
41
  end
42
42
 
43
- # List whitelisted emails
44
- # Retrieves your email rejection whitelist. You can provide an email address or search prefix to limit the results. Returns up to 1000 results.
43
+ # List allowlisted emails
44
+ # Retrieves your email rejection allowlist. You can provide an email address or search prefix to limit the results. Returns up to 1000 results.
45
45
  # @param body
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @return [Array<(Array<InlineResponse20077>, Fixnum, Hash)>] Array<InlineResponse20077> data, response status code and response headers
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.12
11
11
  =end
12
12
 
13
13
  module MailchimpTransactional
14
- VERSION = '1.0.32'
14
+ VERSION = '1.0.33'
15
15
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.32
6
+ OpenAPI spec version: 1.0.33
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: MailchimpTransactional
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.32
4
+ version: 1.0.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mailchimp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-18 00:00:00.000000000 Z
11
+ date: 2021-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon