recurly 4.42.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: 7802ac249c077300036dea6ac4488f55df9c12d1483c6a9f56183cb85b49af66
4
- data.tar.gz: 69689a9e956ca294bbadc961b9980f075a84ca1fd0d96afffbc6dfde773a8e70
3
+ metadata.gz: e922b29abbf153a2a1ca64ac17a64808110d1a1e37668d1f76f9449618399b82
4
+ data.tar.gz: 0ebbc9f8ab4ee0336379628446185fa070f4bf5e4326a13d4d0ba6aeafdb1de5
5
5
  SHA512:
6
- metadata.gz: 94c751bb78e2d1a3f67eabfcee1b9b61ec0d27465d7f05e1ba7e720e9991545867087fa6f18318e4f4dc96db1b0906644de4e9034ed752369f541672c4e983a6
7
- data.tar.gz: 91fad41e3162d3e16770ca2d46aea058e51c115e606be885e1905160207379b9b5058246895a88dd457aeee04763790254339116cd43b805570a2fb646373dcc
6
+ metadata.gz: 56d42d87614e7aa788fb3307c3f889ea0279d70f3070eda027c4a8f6ec334d1f1aada4b70c267f7f333101256a984c68fd8a92728a29ee83a543a58c04318fe9
7
+ data.tar.gz: 8121462220455a46cb92481af394cf883fb8206284f4a0fc6a38144fb85835d90c0ee7407fbc50d7b62357529b855ab26edf703d36b2e70379c3555112c12d10
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 4.42.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,16 @@
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
+
3
14
  ## [4.42.0](https://github.com/recurly/recurly-client-ruby/tree/4.42.0) (2023-08-29)
4
15
 
5
16
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.41.0...4.42.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.42'
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
@@ -1,3 +1,3 @@
1
1
  module Recurly
2
- VERSION = "4.42.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:
@@ -24979,6 +25002,7 @@ components:
24979
25002
  - check
24980
25003
  - credit_card
24981
25004
  - eft
25005
+ - google_pay
24982
25006
  - money_order
24983
25007
  - other
24984
25008
  - paypal
@@ -25172,6 +25196,7 @@ components:
25172
25196
  - credit_card
25173
25197
  - eft
25174
25198
  - gateway_token
25199
+ - google_pay
25175
25200
  - iban_bank_account
25176
25201
  - money_order
25177
25202
  - other
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.42.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-29 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.42.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: []