Skip to content

Commit 7d111f8

Browse files
docs: Fix documentation of tokenization channel and tokenization source for tokenization rules
1 parent a7135fb commit 7d111f8

3 files changed

Lines changed: 10 additions & 6 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: 175
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

src/lithic/types/auth_rules/conditional_tokenization_action_parameters.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ class Condition(BaseModel):
8989
9090
- `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
9191
- `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
92-
initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
93-
- `TOKENIZATION_SOURCE`: The source of the tokenization request.
92+
initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
93+
- `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
94+
are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
95+
`CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
9496
- `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
9597
values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
9698
`ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,

src/lithic/types/auth_rules/conditional_tokenization_action_parameters_param.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ class Condition(TypedDict, total=False):
8989
9090
- `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
9191
- `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
92-
initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
93-
- `TOKENIZATION_SOURCE`: The source of the tokenization request.
92+
initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
93+
- `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
94+
are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
95+
`CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
9496
- `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
9597
values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
9698
`ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,

0 commit comments

Comments
 (0)