We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a702d21 + 3553f15 commit e35409fCopy full SHA for e35409f
packages/wrapped-keys/src/lib/types.ts
@@ -44,6 +44,7 @@ export type ListEncryptedKeyMetadataParams = BaseApiParams;
44
* @extends BaseApiParams
45
*
46
* @property { string } id The unique identifier (UUID V4) of the encrypted private key
47
+ * @property { boolean } [includeVersions] Optional flag to include version history in the response
48
*/
49
export type GetEncryptedKeyDataParams = BaseApiParams & {
50
id: string;
0 commit comments