recurly 4.45.0 → 4.46.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: 061bfde1bfbf40f6a55902debee5a54f26570c14e1dbea2dd936d669600b5d63
4
- data.tar.gz: 1ff7cfb18e36e801df6add13112daf4dd26b1d67a981f4e75884f4b768c0d388
3
+ metadata.gz: 7dd8c1ad69f0c7c5ea813a4f56a25b5dfaf96ee9561e236fd1ec620abe5eefe4
4
+ data.tar.gz: 673ac6c57dd16992733535a4938f6838a30da0f496258e0f56a3266ab6ff02d4
5
5
  SHA512:
6
- metadata.gz: 5edf2471128c95b588a27fcb883cd4700b5595a599a44433a0802139adb2e243f43b075412758e75ffbe2dfbe8119e990a6522ac2bcd77551a9fbcbf36900cb7
7
- data.tar.gz: e886772b3052f81ae7ed4eb7c5c8320570d058068f3a036496e832fef01b2ffd7823debb72f4c558948a182e58eb82722812c0b4f3592d94f35d8ea18d30ca3b
6
+ metadata.gz: 47be621f579e122d5d5175c8e048114d4f202b294866e9c8b6926060d9886c2c74ffa3436ee2dff26664bd407c1899a4bf587c16c72e03eeec5a516bda5c2a79
7
+ data.tar.gz: 9fb5ca4d631dce16fb0ac292a3db39daf16e94a06e82f546d9221aef0252464f11118a5fe701188c7d0bf1d05b595a66a26945e4ca8192ab724a496769250f59
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 4.45.0
2
+ current_version = 4.46.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.46.0](https://github.com/recurly/recurly-client-ruby/tree/4.46.0) (2024-01-24)
4
+
5
+ [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.45.0...4.46.0)
6
+
7
+
8
+ **Merged Pull Requests**
9
+
10
+ - Generated Latest Changes for v2021-02-25 [#877](https://github.com/recurly/recurly-client-ruby/pull/877) ([recurly-integrations](https://github.com/recurly-integrations))
11
+
12
+
13
+
3
14
  ## [4.45.0](https://github.com/recurly/recurly-client-ruby/tree/4.45.0) (2024-01-18)
4
15
 
5
16
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.44.0...4.45.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.45'
8
+ gem 'recurly', '~> 4.46'
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.
@@ -18,6 +18,10 @@ module Recurly
18
18
  # @return [String] Decline code
19
19
  define_attribute :decline_code, String
20
20
 
21
+ # @!attribute fraud_info
22
+ # @return [TransactionFraudInfo] Fraud information
23
+ define_attribute :fraud_info, :TransactionFraudInfo
24
+
21
25
  # @!attribute merchant_advice
22
26
  # @return [String] Merchant message
23
27
  define_attribute :merchant_advice, String
@@ -1,3 +1,3 @@
1
1
  module Recurly
2
- VERSION = "4.45.0"
2
+ VERSION = "4.46.0"
3
3
  end
data/openapi/api.yaml CHANGED
@@ -956,7 +956,7 @@ paths:
956
956
  Alabama St.\"),\n\t\t\tCity: recurly.String(\"San Francisco\"),\n\t\t\tPostalCode:
957
957
  recurly.String(\"94110\"),\n\t\t\tCountry: recurly.String(\"US\"),\n\t\t\tRegion:
958
958
  \ recurly.String(\"CA\"),\n\t\t},\n\t\tNumber: recurly.String(\"4111111111111111\"),\n\t\tMonth:
959
- \ recurly.String(\"12\"),\n\t\tYear: recurly.String(\"22\"),\n\t\tCvv:
959
+ \ recurly.String(\"12\"),\n\t\tYear: recurly.String(\"30\"),\n\t\tCvv:
960
960
  \ recurly.String(\"123\"),\n\t},\n}\n\naccount, err := client.CreateAccount(accountReq)\nif
961
961
  e, ok := err.(*recurly.Error); ok {\n\tif e.Type == recurly.ErrorTypeValidation
962
962
  {\n\t\tfmt.Printf(\"Failed validation: %v\", e)\n\t\treturn nil, err\n\t}\n\tfmt.Printf(\"Unexpected
@@ -24833,6 +24833,8 @@ components:
24833
24833
  a transaction. Pass this value to Recurly.js so it can continue
24834
24834
  the challenge flow.
24835
24835
  maxLength: 22
24836
+ fraud_info:
24837
+ "$ref": "#/components/schemas/TransactionFraudInfo"
24836
24838
  RelatedTypeEnum:
24837
24839
  type: string
24838
24840
  enum:
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.45.0
4
+ version: 4.46.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-01-18 00:00:00.000000000 Z
11
+ date: 2024-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -350,7 +350,7 @@ metadata:
350
350
  changelog_uri: https://github.com/recurly/recurly-client-ruby/blob/master/CHANGELOG.md
351
351
  documentation_uri: https://recurly.github.io/recurly-client-ruby/
352
352
  homepage_uri: https://github.com/recurly/recurly-client-ruby
353
- source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.45.0
353
+ source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.46.0
354
354
  post_install_message:
355
355
  rdoc_options: []
356
356
  require_paths: