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.175.0"
".": "1.176.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-7a47821c7d33caac95ba05890682dde6da257dbe86033e4f119aa626c11ae387.yml
openapi_spec_hash: 0ccabc90834936bc2fcdeeee01e77a64
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a559a6a1a1f3781fad8db5bcb96c40b69a78b952d659395840accce782098e0c.yml
openapi_spec_hash: 2ae62041468e5cf6fe653d65b1b7a58a
config_hash: 8a9bb9e2d5dd0ccc3e78ad59f924fd3c
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.176.0 (2026-01-14)

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

### Features

* **api:** api update ([24826b1](https://github.com/Increase/increase-ruby/commit/24826b1ba2ca802a5211618a873ca6ff3424b0b1))


### Chores

* move `cgi` into dependencies for ruby 4 ([0e8a6bc](https://github.com/Increase/increase-ruby/commit/0e8a6bc96473cf0540c8a0be18c4c4ef915de00e))

## 1.175.0 (2026-01-08)

Full Changelog: [v1.174.0...v1.175.0](https://github.com/Increase/increase-ruby/compare/v1.174.0...v1.175.0)
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ GIT
PATH
remote: .
specs:
increase (1.175.0)
increase (1.176.0)
cgi
connection_pool

GEM
Expand Down Expand Up @@ -42,6 +43,7 @@ GEM
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (3.3.1)
cgi (0.5.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
console (1.34.2)
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.175.0"
gem "increase", "~> 1.176.0"
```

<!-- x-release-please-end -->
Expand Down
1 change: 1 addition & 0 deletions increase.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ Gem::Specification.new do |s|
".ignore"
]
s.extra_rdoc_files = ["README.md"]
s.add_dependency "cgi"
s.add_dependency "connection_pool"
end
3 changes: 3 additions & 0 deletions lib/increase/models/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ module Purpose
# The results of an Export you requested via the dashboard or API.
EXPORT = :export

# A fee statement.
FEE_STATEMENT = :fee_statement

# An attachment to an Unusual Activity Report.
UNUSUAL_ACTIVITY_REPORT_ATTACHMENT = :unusual_activity_report_attachment

Expand Down
3 changes: 3 additions & 0 deletions lib/increase/models/file_list_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ module In
# The results of an Export you requested via the dashboard or API.
EXPORT = :export

# A fee statement.
FEE_STATEMENT = :fee_statement

# An attachment to an Unusual Activity Report.
UNUSUAL_ACTIVITY_REPORT_ATTACHMENT = :unusual_activity_report_attachment

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.175.0"
VERSION = "1.176.0"
end
4 changes: 4 additions & 0 deletions rbi/increase/models/file.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ module Increase
# The results of an Export you requested via the dashboard or API.
EXPORT = T.let(:export, Increase::File::Purpose::TaggedSymbol)

# A fee statement.
FEE_STATEMENT =
T.let(:fee_statement, Increase::File::Purpose::TaggedSymbol)

# An attachment to an Unusual Activity Report.
UNUSUAL_ACTIVITY_REPORT_ATTACHMENT =
T.let(
Expand Down
7 changes: 7 additions & 0 deletions rbi/increase/models/file_list_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,13 @@ module Increase
EXPORT =
T.let(:export, Increase::FileListParams::Purpose::In::TaggedSymbol)

# A fee statement.
FEE_STATEMENT =
T.let(
:fee_statement,
Increase::FileListParams::Purpose::In::TaggedSymbol
)

# An attachment to an Unusual Activity Report.
UNUSUAL_ACTIVITY_REPORT_ATTACHMENT =
T.let(
Expand Down
4 changes: 4 additions & 0 deletions sig/increase/models/file.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ module Increase
| :document_request
| :entity_supplemental_document
| :export
| :fee_statement
| :unusual_activity_report_attachment
| :deposit_account_control_agreement
| :proof_of_authorization_request_submission
Expand Down Expand Up @@ -181,6 +182,9 @@ module Increase
# The results of an Export you requested via the dashboard or API.
EXPORT: :export

# A fee statement.
FEE_STATEMENT: :fee_statement

# An attachment to an Unusual Activity Report.
UNUSUAL_ACTIVITY_REPORT_ATTACHMENT: :unusual_activity_report_attachment

Expand Down
4 changes: 4 additions & 0 deletions sig/increase/models/file_list_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ module Increase
| :document_request
| :entity_supplemental_document
| :export
| :fee_statement
| :unusual_activity_report_attachment
| :deposit_account_control_agreement
| :proof_of_authorization_request_submission
Expand Down Expand Up @@ -220,6 +221,9 @@ module Increase
# The results of an Export you requested via the dashboard or API.
EXPORT: :export

# A fee statement.
FEE_STATEMENT: :fee_statement

# An attachment to an Unusual Activity Report.
UNUSUAL_ACTIVITY_REPORT_ATTACHMENT: :unusual_activity_report_attachment

Expand Down