Skip to content

Commit 5de9576

Browse files
docs: Fix documentation of tokenization channel and tokenization source for tokenization rules
1 parent dc99413 commit 5de9576

3 files changed

Lines changed: 22 additions & 12 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: 176
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-05d665e9c7e81d85c0d6629bf3898e2eb221268d677b772ef3da3891b25d8346.yml
3-
openapi_spec_hash: fd8900412ab9a393719dba3669d44d3a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-6f5bac5a5738304da24f077b52afd3c309c0fc4719176d26fb6eddd598e20eb2.yml
3+
openapi_spec_hash: cc4e56e4325643c3342bcd80a082e16e
44
config_hash: faacaff68ffb3a4d051f0a7b8442e099

lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,10 @@ class Condition < Lithic::Internal::Type::BaseModel
159159
#
160160
# - `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
161161
# - `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
162-
# initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
163-
# - `TOKENIZATION_SOURCE`: The source of the tokenization request.
162+
# initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
163+
# - `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
164+
# are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
165+
# `CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
164166
# - `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
165167
# values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
166168
# `ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,
@@ -221,8 +223,10 @@ class Condition < Lithic::Internal::Type::BaseModel
221223
#
222224
# - `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
223225
# - `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
224-
# initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
225-
# - `TOKENIZATION_SOURCE`: The source of the tokenization request.
226+
# initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
227+
# - `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
228+
# are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
229+
# `CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
226230
# - `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
227231
# values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
228232
# `ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,

rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,10 @@ module Lithic
488488
#
489489
# - `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
490490
# - `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
491-
# initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
492-
# - `TOKENIZATION_SOURCE`: The source of the tokenization request.
491+
# initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
492+
# - `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
493+
# are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
494+
# `CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
493495
# - `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
494496
# values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
495497
# `ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,
@@ -546,8 +548,10 @@ module Lithic
546548
#
547549
# - `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
548550
# - `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
549-
# initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
550-
# - `TOKENIZATION_SOURCE`: The source of the tokenization request.
551+
# initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
552+
# - `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
553+
# are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
554+
# `CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
551555
# - `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
552556
# values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
553557
# `ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,
@@ -601,8 +605,10 @@ module Lithic
601605
#
602606
# - `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
603607
# - `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
604-
# initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
605-
# - `TOKENIZATION_SOURCE`: The source of the tokenization request.
608+
# initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
609+
# - `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
610+
# are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
611+
# `CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
606612
# - `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
607613
# values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
608614
# `ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,

0 commit comments

Comments
 (0)