{"version":3,"file":"KmsGetPublicKeyOptions.mjs","names":[],"sources":["../../../../src/modules/kms/options/KmsGetPublicKeyOptions.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zKmsKeyId } from './common'\n\nexport const zKmsGetPublicKeyOptions = z.object({\n  /**\n   * The key id of the key to get the public bytes for.\n   */\n  keyId: zKmsKeyId,\n})\n\nexport type KmsGetPublicKeyOptions = z.output<typeof zKmsGetPublicKeyOptions>\n"],"mappings":";;;;;;AAGA,MAAa,0BAA0B,EAAE,OAAO,EAI9C,OAAO,WACR,CAAC"}