Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/wrapped-keys/src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export type ListEncryptedKeyMetadataParams = BaseApiParams;
* @extends BaseApiParams
*
* @property { string } id The unique identifier (UUID V4) of the encrypted private key
* @property { boolean } [includeVersions] Optional flag to include version history in the response
*/
export type GetEncryptedKeyDataParams = BaseApiParams & {
id: string;
Expand Down