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.130.0"
".": "1.131.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: 228
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-04156469b84df056ff40f1cd402b851af019c7433591a072e02f90f3bd5e5d62.yml
openapi_spec_hash: c3ff2c35ac0bdadd4290ad7f063deb5e
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f55c7bc0881d1c7bcc906156155a0e43c6b8866050f778db3befebe14d42208f.yml
openapi_spec_hash: 78c5274b08b5e7ae5e16da80d733bc10
config_hash: eb2035151c7b49c2f12caf55469b8f9a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.131.0 (2025-11-05)

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

### Features

* **api:** api update ([9235591](https://github.com/Increase/increase-ruby/commit/92355915610a2299ba5efa5e2cf31c44a2187379))

## 1.130.0 (2025-11-05)

Full Changelog: [v1.129.1...v1.130.0](https://github.com/Increase/increase-ruby/compare/v1.129.1...v1.130.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.130.0)
increase (1.131.0)
connection_pool

GEM
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.130.0"
gem "increase", "~> 1.131.0"
```

<!-- x-release-please-end -->
Expand Down
15 changes: 0 additions & 15 deletions lib/increase/models/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,21 +180,6 @@ module Bank
module Currency
extend Increase::Internal::Type::Enum

# Canadian Dollar (CAD)
CAD = :CAD

# Swiss Franc (CHF)
CHF = :CHF

# Euro (EUR)
EUR = :EUR

# British Pound (GBP)
GBP = :GBP

# Japanese Yen (JPY)
JPY = :JPY

# US Dollar (USD)
USD = :USD

Expand Down
15 changes: 0 additions & 15 deletions lib/increase/models/account_transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -319,21 +319,6 @@ class User < Increase::Internal::Type::BaseModel
module Currency
extend Increase::Internal::Type::Enum

# Canadian Dollar (CAD)
CAD = :CAD

# Swiss Franc (CHF)
CHF = :CHF

# Euro (EUR)
EUR = :EUR

# British Pound (GBP)
GBP = :GBP

# Japanese Yen (JPY)
JPY = :JPY

# US Dollar (USD)
USD = :USD

Expand Down
30 changes: 0 additions & 30 deletions lib/increase/models/ach_transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -631,21 +631,6 @@ class User < Increase::Internal::Type::BaseModel
module Currency
extend Increase::Internal::Type::Enum

# Canadian Dollar (CAD)
CAD = :CAD

# Swiss Franc (CHF)
CHF = :CHF

# Euro (EUR)
EUR = :EUR

# British Pound (GBP)
GBP = :GBP

# Japanese Yen (JPY)
JPY = :JPY

# US Dollar (USD)
USD = :USD

Expand Down Expand Up @@ -785,21 +770,6 @@ class InboundFundsHold < Increase::Internal::Type::BaseModel
module Currency
extend Increase::Internal::Type::Enum

# Canadian Dollar (CAD)
CAD = :CAD

# Swiss Franc (CHF)
CHF = :CHF

# Euro (EUR)
EUR = :EUR

# British Pound (GBP)
GBP = :GBP

# Japanese Yen (JPY)
JPY = :JPY

# US Dollar (USD)
USD = :USD

Expand Down
Loading