{"version":3,"file":"constants-FbK2iR--.mjs","names":[],"sources":["../src/commands/policy/constants.ts"],"sourcesContent":["/** Maximum compressed policy bundle upload size in bytes (5 KiB). */\nexport const MAX_BUNDLE_COMPRESSED_BYTES = 5120;\n\n/** Maximum decompressed policy bundle size enforced by the server (50 KiB). */\nexport const MAX_BUNDLE_DECOMPRESSED_BYTES = 51200;\n\n/** Error message shown when the OPA CLI is not installed. */\nexport const OPA_INSTALL_HINT =\n  'The Open Policy Agent CLI (`opa`) is required but was not found on PATH. ' +\n  'Install it with `brew install opa` (macOS) or see https://www.openpolicyagent.org/docs/cli#install';\n\n/** Placeholder for nullable API fields in table output. */\nexport const EMPTY_CELL = '-';\n"],"mappings":"AACA,MAAa,EAA8B,KAG9B,EAAgC,MAGhC,EACX"}