diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10bf5b12..4b251514 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.323.0" + ".": "1.324.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index fd8a5981..f08fdee0 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1414e384..d25ccfe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index d8940abe..a7509ed6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.323.0) + increase (1.324.0) cgi connection_pool standardwebhooks diff --git a/README.md b/README.md index f6885486..641167c1 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.323.0" +gem "increase", "~> 1.324.0" ``` diff --git a/lib/increase/models/export.rb b/lib/increase/models/export.rb index 3fb0108d..f817232c 100644 --- a/lib/increase/models/export.rb +++ b/lib/increase/models/export.rb @@ -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. diff --git a/lib/increase/models/export_create_params.rb b/lib/increase/models/export_create_params.rb index 94dece56..cb279e2d 100644 --- a/lib/increase/models/export_create_params.rb +++ b/lib/increase/models/export_create_params.rb @@ -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. diff --git a/lib/increase/models/export_list_params.rb b/lib/increase/models/export_list_params.rb index 74e36f01..6828857c 100644 --- a/lib/increase/models/export_list_params.rb +++ b/lib/increase/models/export_list_params.rb @@ -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. diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 67202b47..a69604e6 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.323.0" + VERSION = "1.324.0" end diff --git a/rbi/increase/models/export.rbi b/rbi/increase/models/export.rbi index 4a08e3ba..70528c69 100644 --- a/rbi/increase/models/export.rbi +++ b/rbi/increase/models/export.rbi @@ -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) diff --git a/rbi/increase/models/export_create_params.rbi b/rbi/increase/models/export_create_params.rbi index acfff4df..10436257 100644 --- a/rbi/increase/models/export_create_params.rbi +++ b/rbi/increase/models/export_create_params.rbi @@ -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, diff --git a/rbi/increase/models/export_list_params.rbi b/rbi/increase/models/export_list_params.rbi index f94eec92..8aa99aea 100644 --- a/rbi/increase/models/export_list_params.rbi +++ b/rbi/increase/models/export_list_params.rbi @@ -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, diff --git a/sig/increase/models/export.rbs b/sig/increase/models/export.rbs index baa4ff05..a8dce0c9 100644 --- a/sig/increase/models/export.rbs +++ b/sig/increase/models/export.rbs @@ -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. diff --git a/sig/increase/models/export_create_params.rbs b/sig/increase/models/export_create_params.rbs index 2139534a..15fee2b5 100644 --- a/sig/increase/models/export_create_params.rbs +++ b/sig/increase/models/export_create_params.rbs @@ -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. diff --git a/sig/increase/models/export_list_params.rbs b/sig/increase/models/export_list_params.rbs index 65d6b534..b4152f5c 100644 --- a/sig/increase/models/export_list_params.rbs +++ b/sig/increase/models/export_list_params.rbs @@ -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.