{"_id":"@anyrow/sdk-typescript","_rev":"2-b30e804ca97c1fdf0c0930e7aba4ab40","name":"@anyrow/sdk-typescript","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@anyrow/sdk-typescript","version":"1.0.0","keywords":["anyrow","operations-platform","ai-extraction","document-extraction","structured-data","relational-database","ai-database","data-sync","airtable-alternative","parseur-alternative","ai-ops","reny","typescript","javascript","nodejs","bun","deno"],"author":{"url":"https://anyrow.ai","name":"Anyrow","email":"oss@anyrow.ai"},"license":"MIT","_id":"@anyrow/sdk-typescript@1.0.0","maintainers":[{"name":"lovrozagar","email":"lovro.zagar5@gmail.com"}],"homepage":"https://anyrow.ai","bugs":{"url":"https://github.com/anyrow/sdk-typescript/issues","email":"oss@anyrow.ai"},"dist":{"shasum":"b78fc685c281e14e4b0f44ad1735820dff5f69fd","tarball":"https://registry.npmjs.org/@anyrow/sdk-typescript/-/sdk-typescript-1.0.0.tgz","fileCount":10,"integrity":"sha512-2Eoq45OACRfx5HQDfJ9M09ji/z+qzBjUKQqox08ZZvQLUPatfRW2zsO7VgavaCeY48BA4PYAIwEVr5oysHUgjw==","signatures":[{"sig":"MEUCIQDaKyex1NQ2zHQm46KmPlhQhIk18lnkhrhrPimFjX30BgIgQm6mijqaOlNlGy633AfQdpdoqEHa5fGJNrBPFFWCn94=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":79465},"main":"./sdk.index.gen.ts","type":"module","exports":{".":"./sdk.index.gen.ts"},"gitHead":"432945b2f17fa2fdffeac1e177c7e75ab854164a","_npmUser":{"name":"lovrozagar","email":"lovro.zagar5@gmail.com"},"repository":{"url":"git+https://github.com/anyrow/sdk-typescript.git","type":"git"},"_npmVersion":"10.9.7","description":"AI-native operations platform — extract, store, review, sync. Turn any document, photo, call, email, or website into a row in your table.","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/sdk-typescript_1.0.0_1776727836070_0.0875335843537437","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Renamed to @anyrow/sdk — install that instead."}},"time":{"created":"2026-04-20T23:30:35.997Z","modified":"2026-04-21T13:10:38.594Z","1.0.0":"2026-04-20T23:30:36.229Z"},"bugs":{"url":"https://github.com/anyrow/sdk-typescript/issues","email":"oss@anyrow.ai"},"author":{"url":"https://anyrow.ai","name":"Anyrow","email":"oss@anyrow.ai"},"license":"MIT","homepage":"https://anyrow.ai","keywords":["anyrow","operations-platform","ai-extraction","document-extraction","structured-data","relational-database","ai-database","data-sync","airtable-alternative","parseur-alternative","ai-ops","reny","typescript","javascript","nodejs","bun","deno"],"repository":{"url":"git+https://github.com/anyrow/sdk-typescript.git","type":"git"},"description":"AI-native operations platform — extract, store, review, sync. Turn any document, photo, call, email, or website into a row in your table.","maintainers":[{"name":"lovrozagar","email":"lovro.zagar5@gmail.com"}],"readme":"# Anyrow TypeScript SDK\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue)](./LICENSE)\n\nOfficial TypeScript/JavaScript SDK for the [Anyrow](https://anyrow.ai) API. Works with Bun, Deno, and any bundler that handles TypeScript imports.\n\n## Installation\n\n```bash\nbun add github:anyrow/sdk-typescript\n```\n\n## Quick start\n\n```ts\nimport { AnyrowSDK } from \"anyrow\"\n\nconst client = new AnyrowSDK({\n  baseURL: \"https://api.anyrow.ai\",\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n})\n\nconst result = await client.extract._call({\n  params: { project_id: \"proj_123\" },\n  json: { url: \"https://example.com/document.pdf\" },\n})\n```\n\n## Resources\n\n- [OpenAPI spec](https://anyrow.ai/openapi.json)\n- [OpenAPI spec repo](https://github.com/anyrow/openapi)\n- [Go SDK](https://github.com/anyrow/sdk-go)\n- [Python SDK](https://github.com/anyrow/sdk-python)\n- [Rust SDK](https://github.com/anyrow/sdk-rust)\n- [CLI](https://github.com/anyrow/cli)\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n","readmeFilename":"README.md"}