Skip to content

Commit 847706f

Browse files
feat(api): add INTERCHANGE, CHARGEBACK, PROVISIONAL_CREDIT_ACCOUNT to financial account type
1 parent b84877d commit 847706f

3 files changed

Lines changed: 10 additions & 4 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-0340e93de3d3691236aa19c800980112e05dc61fa13f8d8d7ca72e335720a31b.yml
3-
openapi_spec_hash: a271f7753dd6e560fcee7dd8b9e17927
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-968332d811097ed493d8cc12d89a29b66f993fe106f5f786998a9e04358584d1.yml
3+
openapi_spec_hash: a68060c43dc156d25ef4d68dfe73e55d
44
config_hash: edbdfefeb0d3d927c2f9fe3402793215

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,10 @@ export interface FinancialAccount {
257257
| 'PROGRAM_RECEIVABLES'
258258
| 'COLLECTION'
259259
| 'PROGRAM_BANK_ACCOUNTS_PAYABLE'
260-
| 'EARLY_DIRECT_DEPOSIT_FLOAT';
260+
| 'EARLY_DIRECT_DEPOSIT_FLOAT'
261+
| 'INTERCHANGE'
262+
| 'CHARGEBACK'
263+
| 'PROVISIONAL_CREDIT_ACCOUNT';
261264

262265
updated: string;
263266

src/resources/shared.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,10 @@ export type InstanceFinancialAccountType =
306306
| 'PROGRAM_RECEIVABLES'
307307
| 'COLLECTION'
308308
| 'PROGRAM_BANK_ACCOUNTS_PAYABLE'
309-
| 'EARLY_DIRECT_DEPOSIT_FLOAT';
309+
| 'EARLY_DIRECT_DEPOSIT_FLOAT'
310+
| 'INTERCHANGE'
311+
| 'CHARGEBACK'
312+
| 'PROVISIONAL_CREDIT_ACCOUNT';
310313

311314
export interface Merchant {
312315
/**

0 commit comments

Comments
 (0)