Skip to content

Commit d19ad26

Browse files
feat(api): add DELINQUENT status value to financial accounts update params
1 parent 1224a9e commit d19ad26

2 files changed

Lines changed: 3 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

src/resources/financial-accounts/financial-accounts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ export interface FinancialAccountUpdateStatusParams {
564564
| 'BANK_REQUEST'
565565
| 'CHARGED_OFF_DELINQUENT'
566566
| 'INTEREST_AND_FEES_PAUSED'
567+
| 'DELINQUENT'
567568
| null;
568569

569570
/**

0 commit comments

Comments
 (0)