recurly 4.56.0 → 4.57.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 885e9961b071423aee754fd426c09c14a4851482a7b3bf831fc2932fefedc27b
4
- data.tar.gz: 81847095f9f134a62a3b8fb416b60ecbdfc4cfbc0ceb12e8f2610445409ed6b3
3
+ metadata.gz: '02596017f45c4a0f30364c23a90fe6eb1b0da5687651dea25146059002325f43'
4
+ data.tar.gz: ea769fbd9a052fa2c63c01bbcf281db0b9661d56acd883bb5d1c586e21682d18
5
5
  SHA512:
6
- metadata.gz: dc3e5d23a58ad5cc97319b61cb684ea29f42017f8ba2c687ae8477ffdc7c80516cde907d532c4bf2f3deed8f644dce17119a45fa62e32bb8f2beabf34b3e4352
7
- data.tar.gz: bfbab980d669b9ac37718eaa8028b8da1fac07f1ec31625ee80c84dbfc49c9ad6ac4d3b262ef06bd5dedc6dcf066e4dd19f173a1db5e8a75038f5d7b8f67c887
6
+ metadata.gz: 6cd2acc0f9cb1c24a299c1a93364fc21b0e401a42e3a06beadd6fd3675005dd664dd197ebd4a398abfb0a247dbccd9516dcb43f33205c44a2430f3bede685664
7
+ data.tar.gz: 4ece7465ff9bf395aa2198d81bb663ba2f011618ccf285efa520b5273ea6e4862e0fa883251f8c838fff51c86182a7b284e587845b2ca6193b14a54597dca46a
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 4.56.0
2
+ current_version = 4.57.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.57.0](https://github.com/recurly/recurly-client-ruby/tree/4.57.0) (2024-12-02)
4
+
5
+ [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.56.0...4.57.0)
6
+
7
+
8
+ **Merged Pull Requests**
9
+
10
+ - Generated Latest Changes for v2021-02-25 [#917](https://github.com/recurly/recurly-client-ruby/pull/917) ([recurly-integrations](https://github.com/recurly-integrations))
11
+
12
+
13
+
3
14
  ## [4.56.0](https://github.com/recurly/recurly-client-ruby/tree/4.56.0) (2024-10-30)
4
15
 
5
16
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.55.0...4.56.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.56'
8
+ gem 'recurly', '~> 4.57'
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.
@@ -133,6 +133,10 @@ module Recurly
133
133
  # @!attribute trial_unit
134
134
  # @return [String] Units for the plan's trial period.
135
135
  define_attribute :trial_unit, String
136
+
137
+ # @!attribute vertex_transaction_type
138
+ # @return [String] Used by Vertex for tax calculations. Possible values are `sale`, `rental`, `lease`.
139
+ define_attribute :vertex_transaction_type, String
136
140
  end
137
141
  end
138
142
  end
@@ -121,6 +121,10 @@ module Recurly
121
121
  # @!attribute trial_unit
122
122
  # @return [String] Units for the plan's trial period.
123
123
  define_attribute :trial_unit, String
124
+
125
+ # @!attribute vertex_transaction_type
126
+ # @return [String] Used by Vertex for tax calculations. Possible values are `sale`, `rental`, `lease`.
127
+ define_attribute :vertex_transaction_type, String
124
128
  end
125
129
  end
126
130
  end
@@ -129,6 +129,10 @@ module Recurly
129
129
  # @!attribute updated_at
130
130
  # @return [DateTime] Last updated at
131
131
  define_attribute :updated_at, DateTime
132
+
133
+ # @!attribute vertex_transaction_type
134
+ # @return [String] Used by Vertex for tax calculations. Possible values are `sale`, `rental`, `lease`.
135
+ define_attribute :vertex_transaction_type, String
132
136
  end
133
137
  end
134
138
  end
@@ -1,3 +1,3 @@
1
1
  module Recurly
2
- VERSION = "4.56.0"
2
+ VERSION = "4.57.0"
3
3
  end
data/openapi/api.yaml CHANGED
@@ -21353,6 +21353,11 @@ components:
21353
21353
  title: Tax exempt?
21354
21354
  description: "`true` exempts tax on the plan, `false` applies tax on the
21355
21355
  plan."
21356
+ vertex_transaction_type:
21357
+ type: string
21358
+ title: Vertex Transaction Type
21359
+ description: Used by Vertex for tax calculations. Possible values are `sale`,
21360
+ `rental`, `lease`.
21356
21361
  currencies:
21357
21362
  type: array
21358
21363
  title: Pricing
@@ -21568,6 +21573,11 @@ components:
21568
21573
  title: Tax exempt?
21569
21574
  description: "`true` exempts tax on the plan, `false` applies tax on the
21570
21575
  plan."
21576
+ vertex_transaction_type:
21577
+ type: string
21578
+ title: Vertex Transaction Type
21579
+ description: Used by Vertex for tax calculations. Possible values are `sale`,
21580
+ `rental`, `lease`.
21571
21581
  currencies:
21572
21582
  type: array
21573
21583
  title: Pricing
@@ -21832,6 +21842,11 @@ components:
21832
21842
  title: Tax exempt?
21833
21843
  description: "`true` exempts tax on the plan, `false` applies tax on the
21834
21844
  plan."
21845
+ vertex_transaction_type:
21846
+ type: string
21847
+ title: Vertex Transaction Type
21848
+ description: Used by Vertex for tax calculations. Possible values are `sale`,
21849
+ `rental`, `lease`.
21835
21850
  currencies:
21836
21851
  type: array
21837
21852
  title: Pricing
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.56.0
4
+ version: 4.57.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-10-30 00:00:00.000000000 Z
11
+ date: 2024-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -355,7 +355,7 @@ metadata:
355
355
  changelog_uri: https://github.com/recurly/recurly-client-ruby/blob/master/CHANGELOG.md
356
356
  documentation_uri: https://recurly.github.io/recurly-client-ruby/
357
357
  homepage_uri: https://github.com/recurly/recurly-client-ruby
358
- source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.56.0
358
+ source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.57.0
359
359
  post_install_message:
360
360
  rdoc_options: []
361
361
  require_paths: