From b987f1d1a96607e7e11625118564d62e9e199e33 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 16:35:52 +0000 Subject: [PATCH 1/2] Initial plan From 3553f15852532183bcfad964c5b13ab164c68ddd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 16:39:03 +0000 Subject: [PATCH 2/2] docs: add JSDoc for includeVersions property in GetEncryptedKeyDataParams Co-authored-by: Ansonhkg <4049673+Ansonhkg@users.noreply.github.com> --- packages/wrapped-keys/src/lib/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/wrapped-keys/src/lib/types.ts b/packages/wrapped-keys/src/lib/types.ts index 682bd12a3..d73061539 100644 --- a/packages/wrapped-keys/src/lib/types.ts +++ b/packages/wrapped-keys/src/lib/types.ts @@ -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;