Skip to content
Open
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 @@
{
".": "0.5.0"
".": "0.6.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 177
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-c24eebe942f400bff8922a6fbef1ce551ad14f61eb4da21b50d823a62ca42586.yml
openapi_spec_hash: b79ed927e625dedff69cea29131a34d9
config_hash: 693dddc4721eef512d75ab6c60897794
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-f85b60190db68921a3a877d0dd931670c27933ba1f5031fcdd27365e99adb5c9.yml
openapi_spec_hash: 4828c2dc7543ce2a39774a9921c73c80
config_hash: fbc424e01cca916048d63adcadaa8750
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.6.0 (2026-02-19)

Full Changelog: [v0.5.0...v0.6.0](https://github.com/lithic-com/lithic-ruby/compare/v0.5.0...v0.6.0)

### Features

* **api:** Add INTEREST_AND_FEES_PAUSED substatus to financial account ([23c7be9](https://github.com/lithic-com/lithic-ruby/commit/23c7be999b5a04a770dd18d2d34ff3967c68a85a))


### Chores

* update mock server docs ([8abd2ee](https://github.com/lithic-com/lithic-ruby/commit/8abd2eee9b45f88f1a5e821200cb657b07c48084))

## 0.5.0 (2026-02-13)

Full Changelog: [v0.4.0...v0.5.0](https://github.com/lithic-com/lithic-ruby/compare/v0.4.0...v0.5.0)
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ $ bundle exec rake

Most tests require you to [set up a mock server](https://github.com/stoplightio/prism) against the OpenAPI spec to run the tests.

```bash
$ npx prism mock path/to/your/openapi.yml
```sh
$ ./scripts/mock
```

```bash
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: .
specs:
lithic (0.5.0)
lithic (0.6.0)
cgi
connection_pool

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "lithic", "~> 0.5.0"
gem "lithic", "~> 0.6.0"
```

<!-- x-release-please-end -->
Expand Down
1 change: 1 addition & 0 deletions lib/lithic/models/financial_account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ module Substatus
END_USER_REQUEST = :END_USER_REQUEST
BANK_REQUEST = :BANK_REQUEST
DELINQUENT = :DELINQUENT
INTEREST_AND_FEES_PAUSED = :INTEREST_AND_FEES_PAUSED

# @!method self.values
# @return [Array<Symbol>]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module Substatus
END_USER_REQUEST = :END_USER_REQUEST
BANK_REQUEST = :BANK_REQUEST
CHARGED_OFF_DELINQUENT = :CHARGED_OFF_DELINQUENT
INTEREST_AND_FEES_PAUSED = :INTEREST_AND_FEES_PAUSED

# @!method self.values
# @return [Array<Symbol>]
Expand Down
1 change: 1 addition & 0 deletions lib/lithic/models/financial_accounts/loan_tape.rb
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ module Substatus
END_USER_REQUEST = :END_USER_REQUEST
BANK_REQUEST = :BANK_REQUEST
DELINQUENT = :DELINQUENT
INTEREST_AND_FEES_PAUSED = :INTEREST_AND_FEES_PAUSED

# @!method self.values
# @return [Array<Symbol>]
Expand Down
1 change: 1 addition & 0 deletions lib/lithic/models/financial_accounts/statement.rb
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ module Substatus
END_USER_REQUEST = :END_USER_REQUEST
BANK_REQUEST = :BANK_REQUEST
DELINQUENT = :DELINQUENT
INTEREST_AND_FEES_PAUSED = :INTEREST_AND_FEES_PAUSED

# @!method self.values
# @return [Array<Symbol>]
Expand Down
2 changes: 1 addition & 1 deletion lib/lithic/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Lithic
VERSION = "0.5.0"
VERSION = "0.6.0"
end
5 changes: 5 additions & 0 deletions rbi/lithic/models/financial_account.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@ module Lithic
)
DELINQUENT =
T.let(:DELINQUENT, Lithic::FinancialAccount::Substatus::TaggedSymbol)
INTEREST_AND_FEES_PAUSED =
T.let(
:INTEREST_AND_FEES_PAUSED,
Lithic::FinancialAccount::Substatus::TaggedSymbol
)

sig do
override.returns(
Expand Down
5 changes: 5 additions & 0 deletions rbi/lithic/models/financial_account_update_status_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ module Lithic
:CHARGED_OFF_DELINQUENT,
Lithic::FinancialAccountUpdateStatusParams::Substatus::TaggedSymbol
)
INTEREST_AND_FEES_PAUSED =
T.let(
:INTEREST_AND_FEES_PAUSED,
Lithic::FinancialAccountUpdateStatusParams::Substatus::TaggedSymbol
)

sig do
override.returns(
Expand Down
5 changes: 5 additions & 0 deletions rbi/lithic/models/financial_accounts/loan_tape.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,11 @@ module Lithic
:DELINQUENT,
Lithic::FinancialAccounts::LoanTape::AccountStanding::FinancialAccountState::Substatus::TaggedSymbol
)
INTEREST_AND_FEES_PAUSED =
T.let(
:INTEREST_AND_FEES_PAUSED,
Lithic::FinancialAccounts::LoanTape::AccountStanding::FinancialAccountState::Substatus::TaggedSymbol
)

sig do
override.returns(
Expand Down
5 changes: 5 additions & 0 deletions rbi/lithic/models/financial_accounts/statement.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,11 @@ module Lithic
:DELINQUENT,
Lithic::FinancialAccounts::Statement::AccountStanding::FinancialAccountState::Substatus::TaggedSymbol
)
INTEREST_AND_FEES_PAUSED =
T.let(
:INTEREST_AND_FEES_PAUSED,
Lithic::FinancialAccounts::Statement::AccountStanding::FinancialAccountState::Substatus::TaggedSymbol
)

sig do
override.returns(
Expand Down
2 changes: 2 additions & 0 deletions sig/lithic/models/financial_account.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ module Lithic
| :END_USER_REQUEST
| :BANK_REQUEST
| :DELINQUENT
| :INTEREST_AND_FEES_PAUSED

module Substatus
extend Lithic::Internal::Type::Enum
Expand All @@ -151,6 +152,7 @@ module Lithic
END_USER_REQUEST: :END_USER_REQUEST
BANK_REQUEST: :BANK_REQUEST
DELINQUENT: :DELINQUENT
INTEREST_AND_FEES_PAUSED: :INTEREST_AND_FEES_PAUSED

def self?.values: -> ::Array[Lithic::Models::FinancialAccount::substatus]
end
Expand Down
2 changes: 2 additions & 0 deletions sig/lithic/models/financial_account_update_status_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module Lithic
| :END_USER_REQUEST
| :BANK_REQUEST
| :CHARGED_OFF_DELINQUENT
| :INTEREST_AND_FEES_PAUSED

module Substatus
extend Lithic::Internal::Type::Enum
Expand All @@ -60,6 +61,7 @@ module Lithic
END_USER_REQUEST: :END_USER_REQUEST
BANK_REQUEST: :BANK_REQUEST
CHARGED_OFF_DELINQUENT: :CHARGED_OFF_DELINQUENT
INTEREST_AND_FEES_PAUSED: :INTEREST_AND_FEES_PAUSED

def self?.values: -> ::Array[Lithic::Models::FinancialAccountUpdateStatusParams::substatus]
end
Expand Down
2 changes: 2 additions & 0 deletions sig/lithic/models/financial_accounts/loan_tape.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ module Lithic
| :END_USER_REQUEST
| :BANK_REQUEST
| :DELINQUENT
| :INTEREST_AND_FEES_PAUSED

module Substatus
extend Lithic::Internal::Type::Enum
Expand All @@ -222,6 +223,7 @@ module Lithic
END_USER_REQUEST: :END_USER_REQUEST
BANK_REQUEST: :BANK_REQUEST
DELINQUENT: :DELINQUENT
INTEREST_AND_FEES_PAUSED: :INTEREST_AND_FEES_PAUSED

def self?.values: -> ::Array[Lithic::Models::FinancialAccounts::LoanTape::AccountStanding::FinancialAccountState::substatus]
end
Expand Down
2 changes: 2 additions & 0 deletions sig/lithic/models/financial_accounts/statement.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ module Lithic
| :END_USER_REQUEST
| :BANK_REQUEST
| :DELINQUENT
| :INTEREST_AND_FEES_PAUSED

module Substatus
extend Lithic::Internal::Type::Enum
Expand All @@ -226,6 +227,7 @@ module Lithic
END_USER_REQUEST: :END_USER_REQUEST
BANK_REQUEST: :BANK_REQUEST
DELINQUENT: :DELINQUENT
INTEREST_AND_FEES_PAUSED: :INTEREST_AND_FEES_PAUSED

def self?.values: -> ::Array[Lithic::Models::FinancialAccounts::Statement::AccountStanding::FinancialAccountState::substatus]
end
Expand Down