recurly 4.41.0 → 4.43.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: 843ef045e84fa504d343018c8ffe5a603ff38f7f2fe7506a4fc6c49b335ede21
4
- data.tar.gz: 7ef23498bd6f64129e6ee0381530a3ce68bc280f8814948ee2dbcccee4be8429
3
+ metadata.gz: e922b29abbf153a2a1ca64ac17a64808110d1a1e37668d1f76f9449618399b82
4
+ data.tar.gz: 0ebbc9f8ab4ee0336379628446185fa070f4bf5e4326a13d4d0ba6aeafdb1de5
5
5
  SHA512:
6
- metadata.gz: 0de429f909022b74b0e9e533aa768e3a990b9cef8a7cc9649ebb1c31621b67b83cad24588091c313f2b02b42e45a881771ce54283516a1cd8dc9efb43aee3c8f
7
- data.tar.gz: 696b8c39a4d0234878700454d4ff83da034ef2beaed761e09344fd4851dfac563e9cac76341f3089860c40b4cf9e565c6dfef0642085359cba899937f87b6113
6
+ metadata.gz: 56d42d87614e7aa788fb3307c3f889ea0279d70f3070eda027c4a8f6ec334d1f1aada4b70c267f7f333101256a984c68fd8a92728a29ee83a543a58c04318fe9
7
+ data.tar.gz: 8121462220455a46cb92481af394cf883fb8206284f4a0fc6a38144fb85835d90c0ee7407fbc50d7b62357529b855ab26edf703d36b2e70379c3555112c12d10
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 4.41.0
2
+ current_version = 4.43.0
3
3
  parse = (?P<major>\d+)
4
4
  \.(?P<minor>\d+)
5
5
  \.(?P<patch>\d+)
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.43.0](https://github.com/recurly/recurly-client-ruby/tree/4.43.0) (2023-11-07)
4
+
5
+ [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.42.0...4.43.0)
6
+
7
+
8
+ **Merged Pull Requests**
9
+
10
+ - Generated Latest Changes for v2021-02-25 [#867](https://github.com/recurly/recurly-client-ruby/pull/867) ([recurly-integrations](https://github.com/recurly-integrations))
11
+
12
+
13
+
14
+ ## [4.42.0](https://github.com/recurly/recurly-client-ruby/tree/4.42.0) (2023-08-29)
15
+
16
+ [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.41.0...4.42.0)
17
+
18
+
19
+ **Merged Pull Requests**
20
+
21
+ - Generated Latest Changes for v2021-02-25 (`VATNumber`, `LifecycleDecline`) [#865](https://github.com/recurly/recurly-client-ruby/pull/865) ([recurly-integrations](https://github.com/recurly-integrations))
22
+
23
+
24
+
3
25
  ## [4.41.0](https://github.com/recurly/recurly-client-ruby/tree/4.41.0) (2023-08-10)
4
26
 
5
27
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.40.0...4.41.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.41'
8
+ gem 'recurly', '~> 4.43'
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.
@@ -59,7 +59,7 @@ module Recurly
59
59
  define_attribute :first_name, String
60
60
 
61
61
  # @!attribute invoice_template_id
62
- # @return [String] Unique ID to identify an invoice template. Available when the site is on a Pro or Enterprise plan. Used to specify which invoice template, if any, should be used to generate invoices for the account.
62
+ # @return [String] Unique ID to identify an invoice template. Available when the site is on a Pro or Elite plan. Used to specify which invoice template, if any, should be used to generate invoices for the account.
63
63
  define_attribute :invoice_template_id, String
64
64
 
65
65
  # @!attribute last_name
@@ -59,7 +59,7 @@ module Recurly
59
59
  define_attribute :id, String
60
60
 
61
61
  # @!attribute invoice_template_id
62
- # @return [String] Unique ID to identify an invoice template. Available when the site is on a Pro or Enterprise plan. Used to specify which invoice template, if any, should be used to generate invoices for the account.
62
+ # @return [String] Unique ID to identify an invoice template. Available when the site is on a Pro or Elite plan. Used to specify which invoice template, if any, should be used to generate invoices for the account.
63
63
  define_attribute :invoice_template_id, String
64
64
 
65
65
  # @!attribute last_name
@@ -47,7 +47,7 @@ module Recurly
47
47
  define_attribute :first_name, String
48
48
 
49
49
  # @!attribute invoice_template_id
50
- # @return [String] Unique ID to identify an invoice template. Available when the site is on a Pro or Enterprise plan. Used to specify which invoice template, if any, should be used to generate invoices for the account.
50
+ # @return [String] Unique ID to identify an invoice template. Available when the site is on a Pro or Elite plan. Used to specify which invoice template, if any, should be used to generate invoices for the account.
51
51
  define_attribute :invoice_template_id, String
52
52
 
53
53
  # @!attribute last_name
@@ -14,6 +14,10 @@ module Recurly
14
14
  # @return [String] Country, 2-letter ISO 3166-1 alpha-2 code.
15
15
  define_attribute :country, String
16
16
 
17
+ # @!attribute geo_code
18
+ # @return [String] Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration
19
+ define_attribute :geo_code, String
20
+
17
21
  # @!attribute phone
18
22
  # @return [String] Phone number
19
23
  define_attribute :phone, String
@@ -102,6 +102,10 @@ module Recurly
102
102
  # @return [Boolean] The `primary_payment_method` field is used to designate the primary billing info on the account. The first billing info created on an account will always become primary. Adding additional billing infos provides the flexibility to mark another billing info as primary, or adding additional non-primary billing infos. This can be accomplished by passing the `primary_payment_method` with a value of `true`. When adding billing infos via the billing_info and /accounts endpoints, this value is not permitted, and will return an error if provided.
103
103
  define_attribute :primary_payment_method, :Boolean
104
104
 
105
+ # @!attribute roku_billing_agreement_id
106
+ # @return [String] Roku's CIB if billing through Roku
107
+ define_attribute :roku_billing_agreement_id, String
108
+
105
109
  # @!attribute routing_number
106
110
  # @return [String] The bank's rounting number. (ACH only)
107
111
  define_attribute :routing_number, String
@@ -22,6 +22,10 @@ module Recurly
22
22
  # @return [String] First name
23
23
  define_attribute :first_name, String
24
24
 
25
+ # @!attribute geo_code
26
+ # @return [String] Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration
27
+ define_attribute :geo_code, String
28
+
25
29
  # @!attribute last_name
26
30
  # @return [String] Last name
27
31
  define_attribute :last_name, String
@@ -26,6 +26,10 @@ module Recurly
26
26
  # @return [String]
27
27
  define_attribute :first_name, String
28
28
 
29
+ # @!attribute geo_code
30
+ # @return [String] Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration
31
+ define_attribute :geo_code, String
32
+
29
33
  # @!attribute last_name
30
34
  # @return [String]
31
35
  define_attribute :last_name, String
@@ -26,6 +26,10 @@ module Recurly
26
26
  # @return [String]
27
27
  define_attribute :first_name, String
28
28
 
29
+ # @!attribute geo_code
30
+ # @return [String] Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration
31
+ define_attribute :geo_code, String
32
+
29
33
  # @!attribute id
30
34
  # @return [String] Shipping Address ID
31
35
  define_attribute :id, String
@@ -95,7 +95,7 @@ module Recurly
95
95
  define_attribute :id, String
96
96
 
97
97
  # @!attribute invoice_template_id
98
- # @return [String] Unique ID to identify an invoice template. Available when the site is on a Pro or Enterprise plan. Used to specify if a non-default invoice template will be used to generate invoices for the account. For sites without multiple invoice templates enabled, the default template will always be used.
98
+ # @return [String] Unique ID to identify an invoice template. Available when the site is on a Pro or Elite plan. Used to specify if a non-default invoice template will be used to generate invoices for the account. For sites without multiple invoice templates enabled, the default template will always be used.
99
99
  define_attribute :invoice_template_id, String
100
100
 
101
101
  # @!attribute last_name
@@ -14,6 +14,10 @@ module Recurly
14
14
  # @return [String] Country, 2-letter ISO 3166-1 alpha-2 code.
15
15
  define_attribute :country, String
16
16
 
17
+ # @!attribute geo_code
18
+ # @return [String] Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration
19
+ define_attribute :geo_code, String
20
+
17
21
  # @!attribute phone
18
22
  # @return [String] Phone number
19
23
  define_attribute :phone, String
@@ -18,6 +18,10 @@ module Recurly
18
18
  # @return [String] First name
19
19
  define_attribute :first_name, String
20
20
 
21
+ # @!attribute geo_code
22
+ # @return [String] Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration
23
+ define_attribute :geo_code, String
24
+
21
25
  # @!attribute last_name
22
26
  # @return [String] Last name
23
27
  define_attribute :last_name, String
@@ -22,6 +22,10 @@ module Recurly
22
22
  # @return [String] First name
23
23
  define_attribute :first_name, String
24
24
 
25
+ # @!attribute geo_code
26
+ # @return [String] Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration
27
+ define_attribute :geo_code, String
28
+
25
29
  # @!attribute last_name
26
30
  # @return [String] Last name
27
31
  define_attribute :last_name, String
@@ -34,6 +34,10 @@ module Recurly
34
34
  # @return [String]
35
35
  define_attribute :first_name, String
36
36
 
37
+ # @!attribute geo_code
38
+ # @return [String] Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration
39
+ define_attribute :geo_code, String
40
+
37
41
  # @!attribute id
38
42
  # @return [String] Shipping Address ID
39
43
  define_attribute :id, String
@@ -154,6 +154,10 @@ module Recurly
154
154
  # @return [String] The UUID is useful for matching data with the CSV exports and building URLs into Recurly's UI.
155
155
  define_attribute :uuid, String
156
156
 
157
+ # @!attribute vat_number
158
+ # @return [String] VAT number for the customer on this transaction. If the customer's Billing Info country is BR or AR, then this will be their Tax Identifier. For all other countries this will come from the VAT Number field in the Billing Info.
159
+ define_attribute :vat_number, String
160
+
157
161
  # @!attribute voided_at
158
162
  # @return [DateTime] Voided at
159
163
  define_attribute :voided_at, DateTime
@@ -1,3 +1,3 @@
1
1
  module Recurly
2
- VERSION = "4.41.0"
2
+ VERSION = "4.43.0"
3
3
  end
data/openapi/api.yaml CHANGED
@@ -17256,8 +17256,8 @@ components:
17256
17256
  type: string
17257
17257
  title: Invoice Template ID
17258
17258
  description: Unique ID to identify an invoice template. Available when
17259
- the site is on a Pro or Enterprise plan. Used to specify which invoice
17260
- template, if any, should be used to generate invoices for the account.
17259
+ the site is on a Pro or Elite plan. Used to specify which invoice template,
17260
+ if any, should be used to generate invoices for the account.
17261
17261
  address:
17262
17262
  "$ref": "#/components/schemas/Address"
17263
17263
  billing_info:
@@ -17355,10 +17355,10 @@ components:
17355
17355
  type: string
17356
17356
  title: Invoice Template ID
17357
17357
  description: Unique ID to identify an invoice template. Available when the
17358
- site is on a Pro or Enterprise plan. Used to specify if a non-default
17359
- invoice template will be used to generate invoices for the account. For
17360
- sites without multiple invoice templates enabled, the default template
17361
- will always be used.
17358
+ site is on a Pro or Elite plan. Used to specify if a non-default invoice
17359
+ template will be used to generate invoices for the account. For sites
17360
+ without multiple invoice templates enabled, the default template will
17361
+ always be used.
17362
17362
  address:
17363
17363
  "$ref": "#/components/schemas/Address"
17364
17364
  billing_info:
@@ -17511,6 +17511,11 @@ components:
17511
17511
  type: string
17512
17512
  title: Country
17513
17513
  description: Country, 2-letter ISO 3166-1 alpha-2 code.
17514
+ geo_code:
17515
+ type: string
17516
+ maxLength: 20
17517
+ description: Code that represents a geographic entity (location or object).
17518
+ Only returned for Sling Vertex Integration
17514
17519
  AddressWithName:
17515
17520
  allOf:
17516
17521
  - "$ref": "#/components/schemas/Address"
@@ -18215,6 +18220,9 @@ components:
18215
18220
  paypal_billing_agreement_id:
18216
18221
  type: string
18217
18222
  title: PayPal billing agreement ID
18223
+ roku_billing_agreement_id:
18224
+ type: string
18225
+ title: Roku's CIB if billing through Roku
18218
18226
  fraud_session_id:
18219
18227
  type: string
18220
18228
  title: Fraud Session ID
@@ -21107,6 +21115,11 @@ components:
21107
21115
  type: string
21108
21116
  maxLength: 50
21109
21117
  description: Country, 2-letter ISO 3166-1 alpha-2 code.
21118
+ geo_code:
21119
+ type: string
21120
+ maxLength: 20
21121
+ description: Code that represents a geographic entity (location or object).
21122
+ Only returned for Sling Vertex Integration
21110
21123
  created_at:
21111
21124
  type: string
21112
21125
  title: Created at
@@ -21158,6 +21171,11 @@ components:
21158
21171
  type: string
21159
21172
  maxLength: 20
21160
21173
  description: Zip or postal code.
21174
+ geo_code:
21175
+ type: string
21176
+ maxLength: 20
21177
+ description: Code that represents a geographic entity (location or object).
21178
+ Only returned for Sling Vertex Integration
21161
21179
  country:
21162
21180
  type: string
21163
21181
  maxLength: 50
@@ -21412,6 +21430,11 @@ components:
21412
21430
  type: string
21413
21431
  maxLength: 50
21414
21432
  description: Country, 2-letter ISO 3166-1 alpha-2 code.
21433
+ geo_code:
21434
+ type: string
21435
+ maxLength: 20
21436
+ description: Code that represents a geographic entity (location or object).
21437
+ Only returned for Sling Vertex Integration
21415
21438
  Site:
21416
21439
  type: object
21417
21440
  properties:
@@ -23040,6 +23063,13 @@ components:
23040
23063
  payment when using asynchronous payment methods, e.g., Boleto, iDEAL and
23041
23064
  Sofort.
23042
23065
  title: Action result
23066
+ vat_number:
23067
+ type: string
23068
+ description: VAT number for the customer on this transaction. If the customer's
23069
+ Billing Info country is BR or AR, then this will be their Tax Identifier.
23070
+ For all other countries this will come from the VAT Number field in the
23071
+ Billing Info.
23072
+ title: VAT Number
23043
23073
  ExternalTransaction:
23044
23074
  type: object
23045
23075
  properties:
@@ -24972,6 +25002,7 @@ components:
24972
25002
  - check
24973
25003
  - credit_card
24974
25004
  - eft
25005
+ - google_pay
24975
25006
  - money_order
24976
25007
  - other
24977
25008
  - paypal
@@ -25165,6 +25196,7 @@ components:
25165
25196
  - credit_card
25166
25197
  - eft
25167
25198
  - gateway_token
25199
+ - google_pay
25168
25200
  - iban_bank_account
25169
25201
  - money_order
25170
25202
  - other
@@ -25336,6 +25368,7 @@ components:
25336
25368
  - invalid_payment_method_hard
25337
25369
  - invalid_transaction
25338
25370
  - issuer_unavailable
25371
+ - lifecycle_decline
25339
25372
  - merch_max_transaction_limit_exceeded
25340
25373
  - moneybot_disconnect
25341
25374
  - moneybot_unavailable
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.41.0
4
+ version: 4.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-10 00:00:00.000000000 Z
11
+ date: 2023-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -345,8 +345,8 @@ metadata:
345
345
  changelog_uri: https://github.com/recurly/recurly-client-ruby/blob/master/CHANGELOG.md
346
346
  documentation_uri: https://recurly.github.io/recurly-client-ruby/
347
347
  homepage_uri: https://github.com/recurly/recurly-client-ruby
348
- source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.41.0
349
- post_install_message:
348
+ source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.43.0
349
+ post_install_message:
350
350
  rdoc_options: []
351
351
  require_paths:
352
352
  - lib
@@ -361,8 +361,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
361
361
  - !ruby/object:Gem::Version
362
362
  version: '0'
363
363
  requirements: []
364
- rubygems_version: 3.0.3.1
365
- signing_key:
364
+ rubygems_version: 3.4.6
365
+ signing_key:
366
366
  specification_version: 4
367
367
  summary: The ruby client for Recurly's V3 API
368
368
  test_files: []