{"version":3,"sources":["../src/client.ts"],"sourcesContent":["/**\n * Client-safe exports for @cipherstash/protect\n *\n * This entry point exports types and utilities that can be used in client-side code\n * without requiring the @cipherstash/protect-ffi native module.\n *\n * Use this import path: `@cipherstash/protect/client`\n */\n\n// Schema types and utilities - client-safe\nexport { csTable, csColumn, csValue } from '@cipherstash/schema'\nexport type {\n  ProtectColumn,\n  ProtectTable,\n  ProtectTableColumn,\n  ProtectValue,\n} from '@cipherstash/schema'\nexport type { ProtectClient } from './ffi'\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAUA,oBAA2C;","names":[]}