Skip to content

Commit f669caf

Browse files
feat(api): Add result schemas for Authorization and Authentication (3DS) actions
1 parent 25e39e6 commit f669caf

8 files changed

Lines changed: 2940 additions & 1634 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: 177
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-fe39002b6b38eb33ba43532f28e317bdd4dbb5b0efd46fa098178cb6a544d585.yml
3-
openapi_spec_hash: 8ee7b837e77df089ca3359b5502c7525
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-a4803fcc96eac3196b6763e16264cc1b3292394102f3645a986a575c57d0a290.yml
3+
openapi_spec_hash: 8a62dfde46b1749196575f2879f54d77
44
config_hash: 693dddc4721eef512d75ab6c60897794

lib/lithic/models/auth_rules/v2_list_results_response.rb

Lines changed: 670 additions & 320 deletions
Large diffs are not rendered by default.

lib/lithic/resources/auth_rules/v2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def draft(auth_rule_token, params = {})
225225
#
226226
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
227227
#
228-
# @return [Lithic::Internal::CursorPage<Lithic::Models::AuthRules::V2ListResultsResponse>]
228+
# @return [Lithic::Internal::CursorPage<Lithic::Models::AuthRules::V2ListResultsResponse::AuthorizationResult, Lithic::Models::AuthRules::V2ListResultsResponse::Authentication3DSResult, Lithic::Models::AuthRules::V2ListResultsResponse::TokenizationResult, Lithic::Models::AuthRules::V2ListResultsResponse::ACHResult>]
229229
#
230230
# @see Lithic::Models::AuthRules::V2ListResultsParams
231231
def list_results(params = {})

0 commit comments

Comments
 (0)