Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.178.0"
".": "1.179.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 232
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6726a464abac2e26549c692dba99ba448d4e8c8761df6b395ad50b348aa25a26.yml
openapi_spec_hash: 275356a13559aed985c8c5c67b819d7d
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4df3552a635fafa2af8caa70f7daed96996b4263da92fb96e03cbf3c1b4931b4.yml
openapi_spec_hash: 77a141ca0b0c00f8117cea15374a734d
config_hash: 27e44ed36b9c5617b580ead7231a594a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.179.0 (2026-01-22)

Full Changelog: [v1.178.0...v1.179.0](https://github.com/Increase/increase-ruby/compare/v1.178.0...v1.179.0)

### Features

* **api:** api update ([b34aeac](https://github.com/Increase/increase-ruby/commit/b34aeac0be84425219b9e30b15fcd3142acb1dd4))

## 1.178.0 (2026-01-21)

Full Changelog: [v1.177.0...v1.178.0](https://github.com/Increase/increase-ruby/compare/v1.177.0...v1.178.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
increase (1.178.0)
increase (1.179.0)
cgi
connection_pool

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "increase", "~> 1.178.0"
gem "increase", "~> 1.179.0"
```

<!-- x-release-please-end -->
Expand Down
8 changes: 4 additions & 4 deletions lib/increase/resources/simulations/inbound_check_deposits.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class InboundCheckDeposits
#
# Simulates an Inbound Check Deposit against your account. This imitates someone
# depositing a check at their bank that was issued from your account. It may or
# may not be associated with a Check Transfer. Increase will evaluate the Check
# Deposit as we would in production and either create a Transaction or a Declined
# Transaction as a result. You can inspect the resulting Inbound Check Deposit
# object to see the result.
# may not be associated with a Check Transfer. Increase will evaluate the Inbound
# Check Deposit as we would in production and either create a Transaction or a
# Declined Transaction as a result. You can inspect the resulting Inbound Check
# Deposit object to see the result.
#
# @overload create(account_number_id:, amount:, check_number:, payee_name_analysis: nil, request_options: {})
#
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Increase
VERSION = "1.178.0"
VERSION = "1.179.0"
end
8 changes: 4 additions & 4 deletions rbi/increase/resources/simulations/inbound_check_deposits.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ module Increase
class InboundCheckDeposits
# Simulates an Inbound Check Deposit against your account. This imitates someone
# depositing a check at their bank that was issued from your account. It may or
# may not be associated with a Check Transfer. Increase will evaluate the Check
# Deposit as we would in production and either create a Transaction or a Declined
# Transaction as a result. You can inspect the resulting Inbound Check Deposit
# object to see the result.
# may not be associated with a Check Transfer. Increase will evaluate the Inbound
# Check Deposit as we would in production and either create a Transaction or a
# Declined Transaction as a result. You can inspect the resulting Inbound Check
# Deposit object to see the result.
sig do
params(
account_number_id: String,
Expand Down