Skip to content

Commit 979bd5d

Browse files
feat(api): add PAYMENT type to book transfers
1 parent 69b6ead commit 979bd5d

7 files changed

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

lib/lithic/models/book_transfer_create_params.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ module Type
145145
INTEREST = :INTEREST
146146
LATE_PAYMENT = :LATE_PAYMENT
147147
BILL_PAYMENT = :BILL_PAYMENT
148+
PAYMENT_FEE = :PAYMENT_FEE
148149
CASH_BACK = :CASH_BACK
149150
ACCOUNT_TO_ACCOUNT = :ACCOUNT_TO_ACCOUNT
150151
CARD_TO_CARD = :CARD_TO_CARD

lib/lithic/models/book_transfer_response.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ module Type
285285
INTEREST = :INTEREST
286286
LATE_PAYMENT = :LATE_PAYMENT
287287
BILL_PAYMENT = :BILL_PAYMENT
288+
PAYMENT_FEE = :PAYMENT_FEE
288289
CASH_BACK = :CASH_BACK
289290
ACCOUNT_TO_ACCOUNT = :ACCOUNT_TO_ACCOUNT
290291
CARD_TO_CARD = :CARD_TO_CARD

rbi/lithic/models/book_transfer_create_params.rbi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,11 @@ module Lithic
311311
:BILL_PAYMENT,
312312
Lithic::BookTransferCreateParams::Type::TaggedSymbol
313313
)
314+
PAYMENT_FEE =
315+
T.let(
316+
:PAYMENT_FEE,
317+
Lithic::BookTransferCreateParams::Type::TaggedSymbol
318+
)
314319
CASH_BACK =
315320
T.let(
316321
:CASH_BACK,

rbi/lithic/models/book_transfer_response.rbi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,11 @@ module Lithic
512512
:BILL_PAYMENT,
513513
Lithic::BookTransferResponse::Event::Type::TaggedSymbol
514514
)
515+
PAYMENT_FEE =
516+
T.let(
517+
:PAYMENT_FEE,
518+
Lithic::BookTransferResponse::Event::Type::TaggedSymbol
519+
)
515520
CASH_BACK =
516521
T.let(
517522
:CASH_BACK,

sig/lithic/models/book_transfer_create_params.rbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ module Lithic
132132
| :INTEREST
133133
| :LATE_PAYMENT
134134
| :BILL_PAYMENT
135+
| :PAYMENT_FEE
135136
| :CASH_BACK
136137
| :ACCOUNT_TO_ACCOUNT
137138
| :CARD_TO_CARD
@@ -171,6 +172,7 @@ module Lithic
171172
INTEREST: :INTEREST
172173
LATE_PAYMENT: :LATE_PAYMENT
173174
BILL_PAYMENT: :BILL_PAYMENT
175+
PAYMENT_FEE: :PAYMENT_FEE
174176
CASH_BACK: :CASH_BACK
175177
ACCOUNT_TO_ACCOUNT: :ACCOUNT_TO_ACCOUNT
176178
CARD_TO_CARD: :CARD_TO_CARD

sig/lithic/models/book_transfer_response.rbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ module Lithic
212212
| :INTEREST
213213
| :LATE_PAYMENT
214214
| :BILL_PAYMENT
215+
| :PAYMENT_FEE
215216
| :CASH_BACK
216217
| :ACCOUNT_TO_ACCOUNT
217218
| :CARD_TO_CARD
@@ -251,6 +252,7 @@ module Lithic
251252
INTEREST: :INTEREST
252253
LATE_PAYMENT: :LATE_PAYMENT
253254
BILL_PAYMENT: :BILL_PAYMENT
255+
PAYMENT_FEE: :PAYMENT_FEE
254256
CASH_BACK: :CASH_BACK
255257
ACCOUNT_TO_ACCOUNT: :ACCOUNT_TO_ACCOUNT
256258
CARD_TO_CARD: :CARD_TO_CARD

0 commit comments

Comments
 (0)