Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@turnkey/sdk-types

Package Overview
Dependencies
Maintainers
7
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turnkey/sdk-types - npm Package Compare versions

Comparing version
0.6.2
to
0.6.3
+6
-0
CHANGELOG.md
# @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",

@@ -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";

@@ -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