Skip to content

Commit 6a49f69

Browse files
feat(api): add DELINQUENT substatus to financial account update status
1 parent 985e1f5 commit 6a49f69

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 190
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-df28ee30a3bd4fa595befc2048216e1ee1d3845fcfcf179c1c694ba58fd5e4ed.yml
3-
openapi_spec_hash: 79bfc19d85c7f03754684d794653e333
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-fd53f07a8b1f148011972d7eba834d5995778d707ff8ef1ead92580b44142a15.yml
3+
openapi_spec_hash: 45892e6361542824364d82181d4eb80d
44
config_hash: 5eca052bb23d273fa970eac3127dd919

lib/lithic/models/financial_account_update_status_params.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ module Substatus
6363
BANK_REQUEST = :BANK_REQUEST
6464
CHARGED_OFF_DELINQUENT = :CHARGED_OFF_DELINQUENT
6565
INTEREST_AND_FEES_PAUSED = :INTEREST_AND_FEES_PAUSED
66+
DELINQUENT = :DELINQUENT
6667

6768
# @!method self.values
6869
# @return [Array<Symbol>]

rbi/lithic/models/financial_account_update_status_params.rbi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ module Lithic
159159
:INTEREST_AND_FEES_PAUSED,
160160
Lithic::FinancialAccountUpdateStatusParams::Substatus::TaggedSymbol
161161
)
162+
DELINQUENT =
163+
T.let(
164+
:DELINQUENT,
165+
Lithic::FinancialAccountUpdateStatusParams::Substatus::TaggedSymbol
166+
)
162167

163168
sig do
164169
override.returns(

sig/lithic/models/financial_account_update_status_params.rbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ module Lithic
5858
| :BANK_REQUEST
5959
| :CHARGED_OFF_DELINQUENT
6060
| :INTEREST_AND_FEES_PAUSED
61+
| :DELINQUENT
6162

6263
module Substatus
6364
extend Lithic::Internal::Type::Enum
@@ -67,6 +68,7 @@ module Lithic
6768
BANK_REQUEST: :BANK_REQUEST
6869
CHARGED_OFF_DELINQUENT: :CHARGED_OFF_DELINQUENT
6970
INTEREST_AND_FEES_PAUSED: :INTEREST_AND_FEES_PAUSED
71+
DELINQUENT: :DELINQUENT
7072

7173
def self?.values: -> ::Array[Lithic::Models::FinancialAccountUpdateStatusParams::substatus]
7274
end

0 commit comments

Comments
 (0)