Skip to content

Commit ef965b2

Browse files
chore(internal): codegen related update
1 parent 16b6555 commit ef965b2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

lib/lithic/resources/financial_accounts.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ class FinancialAccounts
2222
#
2323
# @overload create(nickname:, type:, account_token: nil, is_for_benefit_of: nil, idempotency_key: nil, request_options: {})
2424
#
25-
# @param nickname [String] Body param:
25+
# @param nickname [String] Body param
2626
#
27-
# @param type [Symbol, Lithic::Models::FinancialAccountCreateParams::Type] Body param:
27+
# @param type [Symbol, Lithic::Models::FinancialAccountCreateParams::Type] Body param
2828
#
29-
# @param account_token [String] Body param:
29+
# @param account_token [String] Body param
3030
#
31-
# @param is_for_benefit_of [Boolean] Body param:
31+
# @param is_for_benefit_of [Boolean] Body param
3232
#
33-
# @param idempotency_key [String] Header param:
33+
# @param idempotency_key [String] Header param
3434
#
3535
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
3636
#

rbi/lithic/resources/financial_accounts.rbi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ module Lithic
3232
).returns(Lithic::FinancialAccount)
3333
end
3434
def create(
35-
# Body param:
35+
# Body param
3636
nickname:,
37-
# Body param:
37+
# Body param
3838
type:,
39-
# Body param:
39+
# Body param
4040
account_token: nil,
41-
# Body param:
41+
# Body param
4242
is_for_benefit_of: nil,
43-
# Header param:
43+
# Header param
4444
idempotency_key: nil,
4545
request_options: {}
4646
)

0 commit comments

Comments
 (0)