From 833acdeac127dc43d05dfe725fd2e2d5e7b52d6f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 20:45:54 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- lib/increase/resources/real_time_payments_transfers.rb | 4 ++-- rbi/increase/resources/real_time_payments_transfers.rbi | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.stats.yml b/.stats.yml index be347cd13..fd1dcd264 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 215 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ce8ac7ef645ad6089e9730ae2b44492a6a958a2abcc8bb50130c5ebd7ba1a390.yml -openapi_spec_hash: 90a27266ac1eeab3464f6825d8fd8650 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3db2c20491e1218b324938f048e489f800270f608505ac2293f66d1691294f4f.yml +openapi_spec_hash: d821b4d13c8fc8257b34a544515e91f7 config_hash: 0b0a2503208283b283fc5bc6df6a07a5 diff --git a/lib/increase/resources/real_time_payments_transfers.rb b/lib/increase/resources/real_time_payments_transfers.rb index 3f9e283eb..a48580dc6 100644 --- a/lib/increase/resources/real_time_payments_transfers.rb +++ b/lib/increase/resources/real_time_payments_transfers.rb @@ -106,7 +106,7 @@ def list(params = {}) ) end - # Approves an Real-Time Payments Transfer in a pending_approval state. + # Approves a Real-Time Payments Transfer in a pending_approval state. # # @overload approve(real_time_payments_transfer_id, request_options: {}) # @@ -126,7 +126,7 @@ def approve(real_time_payments_transfer_id, params = {}) ) end - # Cancels an Real-Time Payments Transfer in a pending_approval state. + # Cancels a Real-Time Payments Transfer in a pending_approval state. # # @overload cancel(real_time_payments_transfer_id, request_options: {}) # diff --git a/rbi/increase/resources/real_time_payments_transfers.rbi b/rbi/increase/resources/real_time_payments_transfers.rbi index ce5ed3ac3..e2b5e08a1 100644 --- a/rbi/increase/resources/real_time_payments_transfers.rbi +++ b/rbi/increase/resources/real_time_payments_transfers.rbi @@ -104,7 +104,7 @@ module Increase ) end - # Approves an Real-Time Payments Transfer in a pending_approval state. + # Approves a Real-Time Payments Transfer in a pending_approval state. sig do params( real_time_payments_transfer_id: String, @@ -118,7 +118,7 @@ module Increase ) end - # Cancels an Real-Time Payments Transfer in a pending_approval state. + # Cancels a Real-Time Payments Transfer in a pending_approval state. sig do params( real_time_payments_transfer_id: String, From 867f97b173a255f7ee261cf9968662484059826a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 20:46:14 +0000 Subject: [PATCH 2/2] release: 1.43.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/increase/version.rb | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 507912c50..b5fcdb93a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.42.0" + ".": "1.43.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f801cdc..97d5c81c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.43.0 (2025-08-20) + +Full Changelog: [v1.42.0...v1.43.0](https://github.com/Increase/increase-ruby/compare/v1.42.0...v1.43.0) + +### Features + +* **api:** api update ([833acde](https://github.com/Increase/increase-ruby/commit/833acdeac127dc43d05dfe725fd2e2d5e7b52d6f)) + ## 1.42.0 (2025-08-20) Full Changelog: [v1.41.0...v1.42.0](https://github.com/Increase/increase-ruby/compare/v1.41.0...v1.42.0) diff --git a/Gemfile.lock b/Gemfile.lock index 1e766006d..b9d4921b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.42.0) + increase (1.43.0) connection_pool GEM diff --git a/README.md b/README.md index 4ce996584..207343cbc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 1.42.0" +gem "increase", "~> 1.43.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 4118250a9..6f3c00146 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.42.0" + VERSION = "1.43.0" end