Skip to content

Commit 5336e09

Browse files
feat(api): add PAYMENT enum value to category in book-transfers
1 parent 82e45d9 commit 5336e09

2 files changed

Lines changed: 4 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: 214
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-7944f9c14da86359cf30f16d97dff357f656f8fab9a59e923c436304624438ee.yml
3-
openapi_spec_hash: 4b45cf81f64bc52e739731108d2cc482
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-09b6d1b85c657173562e9a372adc74551f07d476122003078e9168467329f792.yml
3+
openapi_spec_hash: a2b3a526310ceccd4ccb59ec428d246f
44
config_hash: 5bb913c05ebeb301ec925b16e75bb251

src/resources/book-transfers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ export namespace BookTransferResponse {
220220
| 'INTEREST'
221221
| 'LATE_PAYMENT'
222222
| 'BILL_PAYMENT'
223+
| 'PAYMENT_FEE'
223224
| 'CASH_BACK'
224225
| 'ACCOUNT_TO_ACCOUNT'
225226
| 'CARD_TO_CARD'
@@ -308,6 +309,7 @@ export interface BookTransferCreateParams {
308309
| 'INTEREST'
309310
| 'LATE_PAYMENT'
310311
| 'BILL_PAYMENT'
312+
| 'PAYMENT_FEE'
311313
| 'CASH_BACK'
312314
| 'ACCOUNT_TO_ACCOUNT'
313315
| 'CARD_TO_CARD'

0 commit comments

Comments
 (0)