recurly 4.50.0 → 4.51.0

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: 9deb4deb5ca3391327d77c6a0e01784b582d552822ca1a049549b02ba457d0cc
4
- data.tar.gz: 68d1bc0fe11b5dadde464dd7b450765751fe528d482394205afaeda885e2e63c
3
+ metadata.gz: e01ae5745985762bbcaec95acc2017a36a6c83e90fca9a3ba16e95af80fc2cd4
4
+ data.tar.gz: 4732478ca9efe1f41eadc5df91e5e86a26b4e6eb5debd462b7b1182a00bcd43d
5
5
  SHA512:
6
- metadata.gz: 508098f34e9196704e4a6d511c4e6f7654008fb25b025984582dfc60f707a4dfb8cd8f4b1945d4522b932a6cd919c553443e42a67f3e484e2bfe590e7dff3734
7
- data.tar.gz: b594596975bb8f5b5e1b5cce5f37ac7c60bc14ed5252379741d5c6bbbe59f0ef8c849a1dd80ae190d0aebf758148e4733f9d87b20e5ed0b4eab8af0d34fb8ee9
6
+ metadata.gz: a92f69c06f531741e9e0276a8533315c0a058a9340a90d0d07baa4c2f5b6bc8e12606c58429849afccdcd63d6ec29e76e6ed0743f0530b53183e4113d22072b1
7
+ data.tar.gz: 1971bb23e736482d5c77b948a54126ac8ca5dbc0fb6fbc31cd54f50b302a99b5a538ac1323bc169f572fcd0cec806a797204d7931602fce4c1f5dceaa192b10a
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 4.50.0
2
+ current_version = 4.51.0
3
3
  parse = (?P<major>\d+)
4
4
  \.(?P<minor>\d+)
5
5
  \.(?P<patch>\d+)
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.51.0](https://github.com/recurly/recurly-client-ruby/tree/4.51.0) (2024-05-24)
4
+
5
+ [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.50.0...4.51.0)
6
+
7
+
8
+ **Merged Pull Requests**
9
+
10
+ - Generated Latest Changes for v2021-02-25 (Entity Use Code) [#902](https://github.com/recurly/recurly-client-ruby/pull/902) ([recurly-integrations](https://github.com/recurly-integrations))
11
+
12
+
13
+
3
14
  ## [4.50.0](https://github.com/recurly/recurly-client-ruby/tree/4.50.0) (2024-05-08)
4
15
 
5
16
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.49.0...4.50.0)
data/GETTING_STARTED.md CHANGED
@@ -5,7 +5,7 @@ This repository houses the official ruby client for Recurly's V3 API.
5
5
  In your Gemfile, add `recurly` as a dependency.
6
6
 
7
7
  ```ruby
8
- gem 'recurly', '~> 4.50'
8
+ gem 'recurly', '~> 4.51'
9
9
  ```
10
10
 
11
11
  > *Note*: We try to follow [semantic versioning](https://semver.org/) and will only apply breaking changes to major versions.
@@ -46,6 +46,10 @@ module Recurly
46
46
  # @return [String] The email address used for communicating with this customer. The customer will also use this email address to log into your hosted account management pages. This value does not need to be unique.
47
47
  define_attribute :email, String
48
48
 
49
+ # @!attribute entity_use_code
50
+ # @return [String] The Avalara AvaTax value that can be passed to identify the customer type for tax purposes. The range of values can be A - R (more info at Avalara). Value is case-sensitive.
51
+ define_attribute :entity_use_code, String
52
+
49
53
  # @!attribute exemption_certificate
50
54
  # @return [String] The tax exemption certificate number for the account. If the merchant has an integration for the Vertex tax provider, this optional value will be sent in any tax calculation requests for the account.
51
55
  define_attribute :exemption_certificate, String
@@ -46,6 +46,10 @@ module Recurly
46
46
  # @return [String] The email address used for communicating with this customer. The customer will also use this email address to log into your hosted account management pages. This value does not need to be unique.
47
47
  define_attribute :email, String
48
48
 
49
+ # @!attribute entity_use_code
50
+ # @return [String] The Avalara AvaTax value that can be passed to identify the customer type for tax purposes. The range of values can be A - R (more info at Avalara). Value is case-sensitive.
51
+ define_attribute :entity_use_code, String
52
+
49
53
  # @!attribute exemption_certificate
50
54
  # @return [String] The tax exemption certificate number for the account. If the merchant has an integration for the Vertex tax provider, this optional value will be sent in any tax calculation requests for the account.
51
55
  define_attribute :exemption_certificate, String
@@ -38,6 +38,10 @@ module Recurly
38
38
  # @return [String] The email address used for communicating with this customer. The customer will also use this email address to log into your hosted account management pages. This value does not need to be unique.
39
39
  define_attribute :email, String
40
40
 
41
+ # @!attribute entity_use_code
42
+ # @return [String] The Avalara AvaTax value that can be passed to identify the customer type for tax purposes. The range of values can be A - R (more info at Avalara). Value is case-sensitive.
43
+ define_attribute :entity_use_code, String
44
+
41
45
  # @!attribute exemption_certificate
42
46
  # @return [String] The tax exemption certificate number for the account. If the merchant has an integration for the Vertex tax provider, this optional value will be sent in any tax calculation requests for the account.
43
47
  define_attribute :exemption_certificate, String
@@ -50,6 +50,10 @@ module Recurly
50
50
  # @return [String] The email address used for communicating with this customer. The customer will also use this email address to log into your hosted account management pages. This value does not need to be unique.
51
51
  define_attribute :email, String
52
52
 
53
+ # @!attribute entity_use_code
54
+ # @return [String] The Avalara AvaTax value that can be passed to identify the customer type for tax purposes. The range of values can be A - R (more info at Avalara). Value is case-sensitive.
55
+ define_attribute :entity_use_code, String
56
+
53
57
  # @!attribute exemption_certificate
54
58
  # @return [String] The tax exemption certificate number for the account. If the merchant has an integration for the Vertex tax provider, this optional value will be sent in any tax calculation requests for the account.
55
59
  define_attribute :exemption_certificate, String
@@ -1,3 +1,3 @@
1
1
  module Recurly
2
- VERSION = "4.50.0"
2
+ VERSION = "4.51.0"
3
3
  end
data/openapi/api.yaml CHANGED
@@ -17474,6 +17474,11 @@ components:
17474
17474
  "$ref": "#/components/schemas/BillingInfoCreate"
17475
17475
  custom_fields:
17476
17476
  "$ref": "#/components/schemas/CustomFields"
17477
+ entity_use_code:
17478
+ type: string
17479
+ description: The Avalara AvaTax value that can be passed to identify the
17480
+ customer type for tax purposes. The range of values can be A - R (more
17481
+ info at Avalara). Value is case-sensitive.
17477
17482
  AccountResponse:
17478
17483
  type: object
17479
17484
  properties:
@@ -17575,6 +17580,11 @@ components:
17575
17580
  "$ref": "#/components/schemas/BillingInfo"
17576
17581
  custom_fields:
17577
17582
  "$ref": "#/components/schemas/CustomFields"
17583
+ entity_use_code:
17584
+ type: string
17585
+ description: The Avalara AvaTax value that can be passed to identify the
17586
+ customer type for tax purposes. The range of values can be A - R (more
17587
+ info at Avalara). Value is case-sensitive.
17578
17588
  AccountNote:
17579
17589
  type: object
17580
17590
  required:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recurly
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.50.0
4
+ version: 4.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-08 00:00:00.000000000 Z
11
+ date: 2024-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -351,7 +351,7 @@ metadata:
351
351
  changelog_uri: https://github.com/recurly/recurly-client-ruby/blob/master/CHANGELOG.md
352
352
  documentation_uri: https://recurly.github.io/recurly-client-ruby/
353
353
  homepage_uri: https://github.com/recurly/recurly-client-ruby
354
- source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.50.0
354
+ source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.51.0
355
355
  post_install_message:
356
356
  rdoc_options: []
357
357
  require_paths: