{"_id":"@agentic-survey/schema","_rev":"2-bf7625da85b93c11b21e7cba34441cf0","name":"@agentic-survey/schema","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.0":{"name":"@agentic-survey/schema","version":"0.1.0","keywords":["survey","supabase","mcp","sql","schema","types"],"author":{"name":"Monty Daley","email":"monty@daley.org.nz"},"license":"MIT","_id":"@agentic-survey/schema@0.1.0","maintainers":[{"name":"netmonty","email":"monty@daley.org.nz"}],"homepage":"https://www.mcpsurveys.com","bugs":{"url":"https://github.com/netmonty/agentic-survey-mcp/issues"},"dist":{"shasum":"045fcda1fcd28ee42ca5fbc0d89f3050da03f1b0","tarball":"https://registry.npmjs.org/@agentic-survey/schema/-/schema-0.1.0.tgz","fileCount":10,"integrity":"sha512-LJsEn36uHCYMOqV6hiL4H8ZTzgGSAD6BkUysmSqgTL41ramcE/uPyeKoZ9vGMxezhHifOYjl+mIXeJnAb3YtyA==","signatures":[{"sig":"MEYCIQDLKAVZ8JhpLUbSmqK57uyem04jTO8rWJRd0uhoEbTEagIhAILaTh7Sf2cDQiLWqK0EyRPxcyOI7l0RDkXKaJ4NIvHF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":14842},"main":"dist/index.js","type":"module","types":"dist/index.d.ts","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"}},"gitHead":"c520397c0a2ab6788853fd45ebb69f01d3b0bff0","scripts":{"build":"tsc -b","typecheck":"tsc -p tsconfig.json --noEmit","prepublishOnly":"tsc -b"},"_npmUser":{"name":"netmonty","email":"monty@daley.org.nz"},"repository":{"url":"git+https://github.com/netmonty/agentic-survey-mcp.git","type":"git","directory":"packages/schema"},"_npmVersion":"10.9.2","description":"SQL migration + shared TypeScript types for the survey data model.","directories":{},"_nodeVersion":"22.16.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/schema_0.1.0_1781171079199_0.7408502391116012","host":"s3://npm-registry-packages-npm-production"}},"0.1.1":{"name":"@agentic-survey/schema","version":"0.1.1","description":"SQL migration + shared TypeScript types for the survey data model.","license":"MIT","author":{"name":"Monty Daley","email":"monty@daley.org.nz"},"homepage":"https://www.mcpsurveys.com","repository":{"type":"git","url":"git+https://github.com/netmonty/agentic-survey-mcp.git","directory":"packages/schema"},"bugs":{"url":"https://github.com/netmonty/agentic-survey-mcp/issues"},"keywords":["survey","supabase","mcp","sql","schema","types"],"publishConfig":{"access":"public"},"engines":{"node":">=20"},"type":"module","main":"dist/index.js","types":"dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"}},"scripts":{"build":"tsc -b","typecheck":"tsc -p tsconfig.json --noEmit","prepublishOnly":"tsc -b"},"_id":"@agentic-survey/schema@0.1.1","gitHead":"28510be76030cffb04c5c5e5ce4fe3c52678a6ae","_nodeVersion":"22.16.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-zb96x+5v0LDwFXmE6Xnb0U7xy8+zoRh+j/30qAZp39oXeWYJ39cKmLgzYehAVfbyAtLg9SXDA58VloUn1pSf5A==","shasum":"12f29d3dc761eb103723f480ba56107a04e7de9a","tarball":"https://registry.npmjs.org/@agentic-survey/schema/-/schema-0.1.1.tgz","fileCount":11,"unpackedSize":17784,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHB+ye87akFMLCF0yiRpoTBu12vfceqPKKwIGlD12UKtAiAtoJ8PKGXqMkZeoHTt46Cfg7eWQ8aEv/GM+6MYBU5FSw=="}]},"_npmUser":{"name":"netmonty","email":"monty@daley.org.nz"},"directories":{},"maintainers":[{"name":"netmonty","email":"monty@daley.org.nz"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/schema_0.1.1_1781190274283_0.7625431775451097"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-11T09:44:39.026Z","modified":"2026-06-11T15:04:34.533Z","0.1.0":"2026-06-11T09:44:39.333Z","0.1.1":"2026-06-11T15:04:34.407Z"},"bugs":{"url":"https://github.com/netmonty/agentic-survey-mcp/issues"},"author":{"name":"Monty Daley","email":"monty@daley.org.nz"},"license":"MIT","homepage":"https://www.mcpsurveys.com","keywords":["survey","supabase","mcp","sql","schema","types"],"repository":{"type":"git","url":"git+https://github.com/netmonty/agentic-survey-mcp.git","directory":"packages/schema"},"description":"SQL migration + shared TypeScript types for the survey data model.","maintainers":[{"name":"netmonty","email":"monty@daley.org.nz"}],"readme":"# @agentic-survey/schema\n\nThe data model for [agentic-survey-mcp](https://github.com/netmonty/agentic-survey-mcp): the SQL migration plus shared TypeScript types, including the `get_results` contract. Surfaces the raw SQL so you can install it into your own Supabase (SQL editor, `supabase db push`, or the Supabase MCP).\n\nMost people want [`@agentic-survey/mcp-server`](https://www.npmjs.com/package/@agentic-survey/mcp-server) instead, which installs this for you via `init --print-sql`.\n\n```ts\nimport { readInitialMigrationSql } from '@agentic-survey/schema';\n\nconsole.log(readInitialMigrationSql()); // paste into the Supabase SQL editor\n```\n\n[MIT](./LICENSE). Docs and issues on [GitHub](https://github.com/netmonty/agentic-survey-mcp).\n","readmeFilename":"README.md"}