File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -30528,6 +30528,14 @@ components:
3052830528 $ref: '#/components/schemas/LivenessVerificationParameter'
3052930529 isFallback:
3053030530 type: boolean
30531+ walletSubtype:
30532+ $ref: '#/components/schemas/WalletSubtype'
30533+ WalletSubtype:
30534+ title: WalletSubtype
30535+ type: string
30536+ enum:
30537+ - custodialCold
30538+ - custodialHot
3053130539 LivenessVerificationParameter:
3053230540 title: LivenessVerificationParameter
3053330541 type: string
@@ -31035,6 +31043,7 @@ components:
3103531043 - noop
3103631044 - triggerWebhookNotification
3103731045 - performLivenessVerification
31046+ - recommendBackingWalletRouting
3103831047 TransactionRequestId:
3103931048 title: TransactionRequestId
3104031049 type: string
You can’t perform that action at this time.
0 commit comments