@evervault/sdk
Advanced tools
Comparing version 3.12.0 to 3.12.1
@@ -8,4 +8,4 @@ declare module "@evervault/sdk" { | ||
enableOutboundRelay: (options: { decryptionDomains: string[], debugRequests: boolean }) => Promise<void>; | ||
enableCagesBeta: (cageAttestationData: { prc0?: string, prc1?: string, prc2?: string, prc8?: string }) => Promise<void>; | ||
enableCagesBeta: (cageAttestationData: Record<string, { pcr0?: string, pcr1?: string, pcr2?: string, pcr8?: string }>) => Promise<void>; | ||
} | ||
} |
{ | ||
"name": "@evervault/sdk", | ||
"version": "3.12.0", | ||
"version": "3.12.1", | ||
"description": "Node.js SDK for Evervault", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -129,5 +129,5 @@ [![Evervault](https://evervault.com/evervault.svg)](https://evervault.com/) | ||
| Key | Type | Default | Description | | ||
| ------------ | -------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `<CageName>` | `Object` | `undefined` | Requests to a Cage specified in this object will include a check to verify that the PCRs provided in the object are included in the attestation document. | | ||
| Key | Type | Default | Description | | ||
| ------------ | ---------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `<CageName>` | `Object` `Array` | `undefined` | Requests to a Cage specified in this object will include a check to verify that the PCRs provided in the object are included in the attestation document. The provided data can be either a single Object, or an Array of Objects to allow roll-over between different sets of PCRs. | | ||
@@ -134,0 +134,0 @@ #### Cages Beta Example |
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
67849