@@ -69,7 +69,7 @@ def gets_all_valid_channel_access_token_key_ids_with_http_info(
6969 json . transform_keys! do |key |
7070 Line ::Bot ::V2 ::RESERVED_WORDS . include? ( key ) ? "_#{ key } " . to_sym : key
7171 end
72- Line ::Bot ::V2 ::ChannelAccessToken ::ChannelAccessTokenKeyIdsResponse . new ( **json )
72+ Line ::Bot ::V2 ::ChannelAccessToken ::ChannelAccessTokenKeyIdsResponse . new ( **json ) # steep:ignore InsufficientKeywordArguments
7373 else
7474 response . body
7575 end
@@ -131,13 +131,13 @@ def issue_channel_token_with_http_info(
131131 json . transform_keys! do |key |
132132 Line ::Bot ::V2 ::RESERVED_WORDS . include? ( key ) ? "_#{ key } " . to_sym : key
133133 end
134- Line ::Bot ::V2 ::ChannelAccessToken ::IssueShortLivedChannelAccessTokenResponse . new ( **json )
134+ Line ::Bot ::V2 ::ChannelAccessToken ::IssueShortLivedChannelAccessTokenResponse . new ( **json ) # steep:ignore InsufficientKeywordArguments
135135 when 400
136136 json = Line ::Bot ::V2 ::Utils . deep_underscore ( JSON . parse ( response . body ) )
137137 json . transform_keys! do |key |
138138 Line ::Bot ::V2 ::RESERVED_WORDS . include? ( key ) ? "_#{ key } " . to_sym : key
139139 end
140- Line ::Bot ::V2 ::ChannelAccessToken ::ErrorResponse . new ( **json )
140+ Line ::Bot ::V2 ::ChannelAccessToken ::ErrorResponse . new ( **json ) # steep:ignore InsufficientKeywordArguments
141141 else
142142 response . body
143143 end
@@ -202,7 +202,7 @@ def issue_channel_token_by_jwt_with_http_info(
202202 json . transform_keys! do |key |
203203 Line ::Bot ::V2 ::RESERVED_WORDS . include? ( key ) ? "_#{ key } " . to_sym : key
204204 end
205- Line ::Bot ::V2 ::ChannelAccessToken ::IssueChannelAccessTokenResponse . new ( **json )
205+ Line ::Bot ::V2 ::ChannelAccessToken ::IssueChannelAccessTokenResponse . new ( **json ) # steep:ignore InsufficientKeywordArguments
206206 else
207207 response . body
208208 end
@@ -272,7 +272,7 @@ def issue_stateless_channel_token_with_http_info(
272272 json . transform_keys! do |key |
273273 Line ::Bot ::V2 ::RESERVED_WORDS . include? ( key ) ? "_#{ key } " . to_sym : key
274274 end
275- Line ::Bot ::V2 ::ChannelAccessToken ::IssueStatelessChannelAccessTokenResponse . new ( **json )
275+ Line ::Bot ::V2 ::ChannelAccessToken ::IssueStatelessChannelAccessTokenResponse . new ( **json ) # steep:ignore InsufficientKeywordArguments
276276 else
277277 response . body
278278 end
@@ -444,7 +444,7 @@ def verify_channel_token_with_http_info(
444444 json . transform_keys! do |key |
445445 Line ::Bot ::V2 ::RESERVED_WORDS . include? ( key ) ? "_#{ key } " . to_sym : key
446446 end
447- Line ::Bot ::V2 ::ChannelAccessToken ::VerifyChannelAccessTokenResponse . new ( **json )
447+ Line ::Bot ::V2 ::ChannelAccessToken ::VerifyChannelAccessTokenResponse . new ( **json ) # steep:ignore InsufficientKeywordArguments
448448 else
449449 response . body
450450 end
@@ -495,7 +495,7 @@ def verify_channel_token_by_jwt_with_http_info(
495495 json . transform_keys! do |key |
496496 Line ::Bot ::V2 ::RESERVED_WORDS . include? ( key ) ? "_#{ key } " . to_sym : key
497497 end
498- Line ::Bot ::V2 ::ChannelAccessToken ::VerifyChannelAccessTokenResponse . new ( **json )
498+ Line ::Bot ::V2 ::ChannelAccessToken ::VerifyChannelAccessTokenResponse . new ( **json ) # steep:ignore InsufficientKeywordArguments
499499 else
500500 response . body
501501 end
0 commit comments