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.323.0"
".": "1.324.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: 238
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-eaee3db1b6a076bc5c49879e3b3154e5ae466d0fd278917a3835f4ed0c9cce63.yml
openapi_spec_hash: 34a379fd12fbaa209f10dde757ede478
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-b6168f5ea09213fe8a507a6b13ac02357a31fff02d2801be24c35f8f495142cd.yml
openapi_spec_hash: c0e12e8e60af1893509f4dea2ea2feae
config_hash: ac050010e5453883d5e5fa603554a2e0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.324.0 (2026-05-08)

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

### Features

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

## 1.323.0 (2026-05-06)

Full Changelog: [v1.322.0...v1.323.0](https://github.com/Increase/increase-ruby/compare/v1.322.0...v1.323.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.323.0)
increase (1.324.0)
cgi
connection_pool
standardwebhooks
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.323.0"
gem "increase", "~> 1.324.0"
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/export.rb
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ module Category
# Export a CSV of all transactions for a given time range.
TRANSACTION_CSV = :transaction_csv

# Export a CSV of account balances for the dates in a given range.
# Export a CSV of account balances for the dates in a given range. (deprecated, use `daily_account_balance_csv` instead)
BALANCE_CSV = :balance_csv

# Export a CSV of bookkeeping account balances for the dates in a given range.
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/export_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ module Category
# Export a CSV of all transactions for a given time range.
TRANSACTION_CSV = :transaction_csv

# Export a CSV of account balances for the dates in a given range.
# Export a CSV of account balances for the dates in a given range. (deprecated, use `daily_account_balance_csv` instead)
BALANCE_CSV = :balance_csv

# Export a CSV of bookkeeping account balances for the dates in a given range.
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/export_list_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module Category
# Export a CSV of all transactions for a given time range.
TRANSACTION_CSV = :transaction_csv

# Export a CSV of account balances for the dates in a given range.
# Export a CSV of account balances for the dates in a given range. (deprecated, use `daily_account_balance_csv` instead)
BALANCE_CSV = :balance_csv

# Export a CSV of bookkeeping account balances for the dates in a given range.
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.323.0"
VERSION = "1.324.0"
end
2 changes: 1 addition & 1 deletion rbi/increase/models/export.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ module Increase
TRANSACTION_CSV =
T.let(:transaction_csv, Increase::Export::Category::TaggedSymbol)

# Export a CSV of account balances for the dates in a given range.
# Export a CSV of account balances for the dates in a given range. (deprecated, use `daily_account_balance_csv` instead)
BALANCE_CSV =
T.let(:balance_csv, Increase::Export::Category::TaggedSymbol)

Expand Down
2 changes: 1 addition & 1 deletion rbi/increase/models/export_create_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ module Increase
Increase::ExportCreateParams::Category::TaggedSymbol
)

# Export a CSV of account balances for the dates in a given range.
# Export a CSV of account balances for the dates in a given range. (deprecated, use `daily_account_balance_csv` instead)
BALANCE_CSV =
T.let(
:balance_csv,
Expand Down
2 changes: 1 addition & 1 deletion rbi/increase/models/export_list_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ module Increase
Increase::ExportListParams::Category::TaggedSymbol
)

# Export a CSV of account balances for the dates in a given range.
# Export a CSV of account balances for the dates in a given range. (deprecated, use `daily_account_balance_csv` instead)
BALANCE_CSV =
T.let(
:balance_csv,
Expand Down
2 changes: 1 addition & 1 deletion sig/increase/models/export.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ module Increase
# Export a CSV of all transactions for a given time range.
TRANSACTION_CSV: :transaction_csv

# Export a CSV of account balances for the dates in a given range.
# Export a CSV of account balances for the dates in a given range. (deprecated, use `daily_account_balance_csv` instead)
BALANCE_CSV: :balance_csv

# Export a CSV of bookkeeping account balances for the dates in a given range.
Expand Down
2 changes: 1 addition & 1 deletion sig/increase/models/export_create_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module Increase
# Export a CSV of all transactions for a given time range.
TRANSACTION_CSV: :transaction_csv

# Export a CSV of account balances for the dates in a given range.
# Export a CSV of account balances for the dates in a given range. (deprecated, use `daily_account_balance_csv` instead)
BALANCE_CSV: :balance_csv

# Export a CSV of bookkeeping account balances for the dates in a given range.
Expand Down
2 changes: 1 addition & 1 deletion sig/increase/models/export_list_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module Increase
# Export a CSV of all transactions for a given time range.
TRANSACTION_CSV: :transaction_csv

# Export a CSV of account balances for the dates in a given range.
# Export a CSV of account balances for the dates in a given range. (deprecated, use `daily_account_balance_csv` instead)
BALANCE_CSV: :balance_csv

# Export a CSV of bookkeeping account balances for the dates in a given range.
Expand Down