@evervault/sdk
Advanced tools
Comparing version 5.1.0 to 5.1.1
declare module '@evervault/sdk' { | ||
type PCRs = { pcr0?: string; pcr1?: string; pcr2?: string; pcr8?: string }; | ||
type AttestationData = Record<string, PCRs | PCRs[]>; | ||
type AttestationCallback = () => Promise<PCRs | PCRs[]>; | ||
export default class Evervault { | ||
@@ -44,3 +48,6 @@ constructor(appId: string, apiKey: string); | ||
) => Promise<void>; | ||
enableEnclaves: ( | ||
attestationData: Record<string, AttestationData | AttestationCallback> | ||
) => Promise<void>; | ||
} | ||
} |
{ | ||
"name": "@evervault/sdk", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Node.js SDK for Evervault", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76574
2450