@turnkey/sdk-types
Advanced tools
+6
-0
| # @turnkey/sdk-types | ||
| ## 0.6.3 | ||
| ### Patch Changes | ||
| - [#992](https://github.com/tkhq/sdk/pull/992) [`5c4495b`](https://github.com/tkhq/sdk/commit/5c4495bff1b0abfe3c427ead1b8e1a8d510c8186) Author [@amircheikh](https://github.com/amircheikh) - - Added `appProofs` to `BaseAuthResult` | ||
| ## 0.6.2 | ||
@@ -4,0 +10,0 @@ |
+3
-0
@@ -0,1 +1,2 @@ | ||
| import type { v1AppProof } from "./__generated__/types"; | ||
| export declare enum SessionType { | ||
@@ -26,2 +27,3 @@ READ_ONLY = "SESSION_TYPE_READ_ONLY", | ||
| sessionToken: string; | ||
| appProofs?: v1AppProof[] | undefined; | ||
| } | ||
@@ -79,2 +81,3 @@ export interface PasskeyAuthResult extends BaseAuthResult { | ||
| FETCH_BOOT_PROOF_ERROR = "FETCH_BOOT_PROOF_ERROR", | ||
| VERIFY_APP_PROOFS_ERROR = "VERIFY_APP_PROOFS_ERROR", | ||
| CREATE_POLICY_ERROR = "CREATE_POLICY_ERROR", | ||
@@ -81,0 +84,0 @@ STORE_SESSION_ERROR = "STORE_SESSION_ERROR", |
+1
-0
@@ -55,2 +55,3 @@ 'use strict'; | ||
| TurnkeyErrorCodes["FETCH_BOOT_PROOF_ERROR"] = "FETCH_BOOT_PROOF_ERROR"; | ||
| TurnkeyErrorCodes["VERIFY_APP_PROOFS_ERROR"] = "VERIFY_APP_PROOFS_ERROR"; | ||
| TurnkeyErrorCodes["CREATE_POLICY_ERROR"] = "CREATE_POLICY_ERROR"; | ||
@@ -57,0 +58,0 @@ TurnkeyErrorCodes["STORE_SESSION_ERROR"] = "STORE_SESSION_ERROR"; |
+1
-0
@@ -53,2 +53,3 @@ var SessionType; | ||
| TurnkeyErrorCodes["FETCH_BOOT_PROOF_ERROR"] = "FETCH_BOOT_PROOF_ERROR"; | ||
| TurnkeyErrorCodes["VERIFY_APP_PROOFS_ERROR"] = "VERIFY_APP_PROOFS_ERROR"; | ||
| TurnkeyErrorCodes["CREATE_POLICY_ERROR"] = "CREATE_POLICY_ERROR"; | ||
@@ -55,0 +56,0 @@ TurnkeyErrorCodes["STORE_SESSION_ERROR"] = "STORE_SESSION_ERROR"; |
+1
-1
| { | ||
| "name": "@turnkey/sdk-types", | ||
| "version": "0.6.2", | ||
| "version": "0.6.3", | ||
| "main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
756956
0.1%11147
0.04%