{"version":3,"file":"formatPolicyBundleVersionSummary-Bo7DYxoy.mjs","names":[],"sources":["../src/commands/policy/helpers/formatPolicyBundleVersionSummary.ts"],"sourcesContent":["import { EMPTY_CELL } from '../constants.js';\nimport type { PolicyBundleVersion } from '../types.js';\n\n/**\n * Formats a policy bundle version for human-readable CLI output.\n *\n * @param version - Version record from the API\n * @returns Summary lines\n */\nexport function formatPolicyBundleVersionSummary(version: PolicyBundleVersion): string {\n  return [\n    `id          ${version.id}`,\n    `version     ${version.version}`,\n    `createdAt   ${version.createdAt}`,\n    `activatedAt ${version.activatedAt ?? EMPTY_CELL}`,\n  ].join('\\n');\n}\n"],"mappings":"AASA,SAAgB,EAAiC,EAAsC,CACrF,MAAO,CACL,eAAe,EAAQ,KACvB,eAAe,EAAQ,UACvB,eAAe,EAAQ,YACvB,eAAe,EAAQ,aAAA,MACxB,CAAC,KAAK;EAAK"}