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.133.0"
".": "1.134.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-c2b4fec66de664ded8acd9cbdd69566f17ca1d519136989a15bb67dcf039e793.yml
openapi_spec_hash: 4673ce2f217cc5598a122ad2d9404080
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-029ea9e6c4067d483991aa9c3f62773ffaf56ac0b765749983afc182074e834d.yml
openapi_spec_hash: 4b3f58b1324441e24b4c2b4dfa391d74
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.134.0 (2025-11-07)

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

### Features

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

## 1.133.0 (2025-11-06)

Full Changelog: [v1.132.0...v1.133.0](https://github.com/Increase/increase-ruby/compare/v1.132.0...v1.133.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.133.0)
increase (1.134.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.133.0"
gem "increase", "~> 1.134.0"
```

<!-- x-release-please-end -->
Expand Down
3 changes: 3 additions & 0 deletions lib/increase/models/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ module Purpose
# A statement generated by Increase.
INCREASE_STATEMENT = :increase_statement

# A supplemental document for a Loan Application.
LOAN_APPLICATION_SUPPLEMENTAL_DOCUMENT = :loan_application_supplemental_document

# A file purpose not covered by any of the other cases.
OTHER = :other

Expand Down
3 changes: 3 additions & 0 deletions lib/increase/models/file_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ module Purpose
# An image of a government-issued ID.
IDENTITY_DOCUMENT = :identity_document

# A supplemental document for a Loan Application.
LOAN_APPLICATION_SUPPLEMENTAL_DOCUMENT = :loan_application_supplemental_document

# A file purpose not covered by any of the other cases.
OTHER = :other

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 @@ -155,6 +155,9 @@ module In
# A statement generated by Increase.
INCREASE_STATEMENT = :increase_statement

# A supplemental document for a Loan Application.
LOAN_APPLICATION_SUPPLEMENTAL_DOCUMENT = :loan_application_supplemental_document

# A file purpose not covered by any of the other cases.
OTHER = :other

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.133.0"
VERSION = "1.134.0"
end
7 changes: 7 additions & 0 deletions rbi/increase/models/file.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,13 @@ module Increase
INCREASE_STATEMENT =
T.let(:increase_statement, Increase::File::Purpose::TaggedSymbol)

# A supplemental document for a Loan Application.
LOAN_APPLICATION_SUPPLEMENTAL_DOCUMENT =
T.let(
:loan_application_supplemental_document,
Increase::File::Purpose::TaggedSymbol
)

# A file purpose not covered by any of the other cases.
OTHER = T.let(:other, Increase::File::Purpose::TaggedSymbol)

Expand Down
7 changes: 7 additions & 0 deletions rbi/increase/models/file_create_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ module Increase
Increase::FileCreateParams::Purpose::TaggedSymbol
)

# A supplemental document for a Loan Application.
LOAN_APPLICATION_SUPPLEMENTAL_DOCUMENT =
T.let(
:loan_application_supplemental_document,
Increase::FileCreateParams::Purpose::TaggedSymbol
)

# A file purpose not covered by any of the other cases.
OTHER = T.let(:other, Increase::FileCreateParams::Purpose::TaggedSymbol)

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 @@ -311,6 +311,13 @@ module Increase
Increase::FileListParams::Purpose::In::TaggedSymbol
)

# A supplemental document for a Loan Application.
LOAN_APPLICATION_SUPPLEMENTAL_DOCUMENT =
T.let(
:loan_application_supplemental_document,
Increase::FileListParams::Purpose::In::TaggedSymbol
)

# A file purpose not covered by any of the other cases.
OTHER =
T.let(:other, Increase::FileListParams::Purpose::In::TaggedSymbol)
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 @@ -84,6 +84,7 @@ module Increase
| :form_ss_4
| :identity_document
| :increase_statement
| :loan_application_supplemental_document
| :other
| :trust_formation_document
| :digital_wallet_artwork
Expand Down Expand Up @@ -143,6 +144,9 @@ module Increase
# A statement generated by Increase.
INCREASE_STATEMENT: :increase_statement

# A supplemental document for a Loan Application.
LOAN_APPLICATION_SUPPLEMENTAL_DOCUMENT: :loan_application_supplemental_document

# A file purpose not covered by any of the other cases.
OTHER: :other

Expand Down
4 changes: 4 additions & 0 deletions sig/increase/models/file_create_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module Increase
| :check_attachment
| :form_ss_4
| :identity_document
| :loan_application_supplemental_document
| :other
| :trust_formation_document
| :digital_wallet_artwork
Expand Down Expand Up @@ -77,6 +78,9 @@ module Increase
# An image of a government-issued ID.
IDENTITY_DOCUMENT: :identity_document

# A supplemental document for a Loan Application.
LOAN_APPLICATION_SUPPLEMENTAL_DOCUMENT: :loan_application_supplemental_document

# A file purpose not covered by any of the other cases.
OTHER: :other

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 @@ -123,6 +123,7 @@ module Increase
| :form_ss_4
| :identity_document
| :increase_statement
| :loan_application_supplemental_document
| :other
| :trust_formation_document
| :digital_wallet_artwork
Expand Down Expand Up @@ -182,6 +183,9 @@ module Increase
# A statement generated by Increase.
INCREASE_STATEMENT: :increase_statement

# A supplemental document for a Loan Application.
LOAN_APPLICATION_SUPPLEMENTAL_DOCUMENT: :loan_application_supplemental_document

# A file purpose not covered by any of the other cases.
OTHER: :other

Expand Down