Skip to content

Commit e35409f

Browse files
authored
Merge pull request #1011 from LIT-Protocol/copilot/sub-pr-1007-another-one
[WIP] Address feedback on versioned key update support
2 parents a702d21 + 3553f15 commit e35409f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/wrapped-keys/src/lib/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export type ListEncryptedKeyMetadataParams = BaseApiParams;
4444
* @extends BaseApiParams
4545
*
4646
* @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
4748
*/
4849
export type GetEncryptedKeyDataParams = BaseApiParams & {
4950
id: string;

0 commit comments

Comments
 (0)