{"_id":"@affinity-health/sdk","_rev":"23-dbc265b3c33cb0d7d79488bfccf68e12","name":"@affinity-health/sdk","dist-tags":{"latest":"1.8.0","next":"1.9.0-beta.4"},"versions":{"0.1.0":{"name":"@affinity-health/sdk","version":"0.1.0","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@0.1.0","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"0e1fea31ee684f9a2dd916b5b0f6b932af5adad3","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-0.1.0.tgz","fileCount":386,"integrity":"sha512-dSJlyGcJ5xGBd2JCKOM3qB4AlyniyUHVSJiepTj/rCzXJoabul1E2QET+IBB8a+nwcou8RM3ETRzt08yXcwIcA==","signatures":[{"sig":"MEQCIHlyPaxug40ANqhZDvic60fSTFm5CvKoDJmRNIIPhBF5AiA2kTvHut/UTdAlDWSYnqQwaPC2DUNQ6QF3EZ8t+8L85A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":998850},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"734d678810764d704288330b6771ccb708a83d95","scripts":{"build":"bun run clean && tsgo -p tsconfig.json","check":"bun run generate:check && bun run build && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js","generate:check":"bash scripts/generate-check.sh"},"_npmUser":{"name":"dawsson","email":"hello@dawson.gg"},"deprecated":"Node.js ESM packaging is broken in this version. Upgrade to 0.1.1 or later.","repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.17.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"26.5.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"oxfmt":"^0.52.0","@types/bun":"latest","@typescript/native-preview":"^7.0.0-dev.20260527.2"},"_npmOperationalInternal":{"tmp":"tmp/sdk_0.1.0_1785285656583_0.03497218096664212","host":"s3://npm-registry-packages-npm-production"}},"0.1.1":{"name":"@affinity-health/sdk","version":"0.1.1","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@0.1.1","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"df19560cc61c2e8f4d3cf742427a27bc3c11a10b","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-0.1.1.tgz","fileCount":386,"integrity":"sha512-NX+YUyxHNFQXA47LZapEOqogEgmpcWZTqYVom7r6WnWQNLrkjKksKbAYUOhTHV+F/xQ5K4bjeXE7RlB/lQQhHw==","signatures":[{"sig":"MEQCIDmujbQoGTK0ZmjHFYMiX2hlqV8gIWHswxZnOu4M2OzRAiBgwi1tV61A8+V5sCD67YbY4aDfZGNfXvs6C8VVxpaxEg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1329413},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"451e214ef4a71d3843f82a782531c9dd2695dfc3","scripts":{"build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js","package:check":"node --input-type=module -e 'const sdk = await import(\"./dist/index.js\"); const client = new sdk.Affinity(\"sk_test_package_check\"); if (typeof client.compounders.list !== \"function\") throw new Error(\"compounders resource missing\")'","generate:check":"bash scripts/generate-check.sh"},"_npmUser":{"name":"dawsson","email":"hello@dawson.gg"},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.17.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"26.5.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"oxfmt":"^0.52.0","@types/bun":"latest","@typescript/native-preview":"^7.0.0-dev.20260527.2"},"_npmOperationalInternal":{"tmp":"tmp/sdk_0.1.1_1785286038934_0.8229594128849513","host":"s3://npm-registry-packages-npm-production"}},"0.2.0":{"name":"@affinity-health/sdk","version":"0.2.0","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@0.2.0","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"03b2759a3d385104926821a1c4afc428520ce0cc","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-0.2.0.tgz","fileCount":476,"integrity":"sha512-6dYmweIffxtbqToFttoiBdHyaIgHkJ/0pLAR3kkrR527vV4/OJlnrl2LfSmrwgpn18abJHDseuj5DFB5QLm27A==","signatures":[{"sig":"MEUCIQDoTdsHtV4vLarkgJdyqFIaAe+rZcAlZ7kNWMsLVTPcOwIgbTTpYo9YAh0xnfDirCS5nXYguszOqiK3mXUbQOGHZYE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1628387},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"8d50c19c61e6e1eec4b229e97aa731fc9471b523","scripts":{"build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js","package:check":"node --input-type=module -e 'const sdk = await import(\"./dist/index.js\"); const client = new sdk.Affinity(\"sk_test_package_check\"); for (const resource of [\"componentSessions\", \"compounders\", \"hostedSessions\", \"providerMappings\"]) if (!(resource in client)) throw new Error(`${resource} resource missing`); for (const webhookExport of [\"parseAffinityWebhookEvent\", \"verifyAffinityWebhook\"]) if (typeof sdk[webhookExport] !== \"function\") throw new Error(`${webhookExport} export missing`); if (\"portalSessions\" in client) throw new Error(\"legacy portalSessions resource remains\")'","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check"},"_npmUser":{"name":"dawsson","email":"hello@dawson.gg"},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.17.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"26.5.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"oxfmt":"^0.52.0","@types/bun":"latest","@typescript/native-preview":"^7.0.0-dev.20260527.2"},"_npmOperationalInternal":{"tmp":"tmp/sdk_0.2.0_1785348663143_0.14594393866023592","host":"s3://npm-registry-packages-npm-production"}},"0.3.0":{"name":"@affinity-health/sdk","version":"0.3.0","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@0.3.0","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"b1d499953bfdb969aa4daa3532007ceafde98c78","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-0.3.0.tgz","fileCount":476,"integrity":"sha512-8keQFFifw8LQnSekE7giwACLKOLTcMPPuroMR4j851rTV5Gd6haiK5HpTUyNetL92ENllP6q42NJUoKx0OuPrg==","signatures":[{"sig":"MEUCIGjPg99YtzWZao9NOBjwDhmH/yPmaRVK443tjycfKKZWAiEAnVlehZnDvVtlylC9deC1tt6Q9R4x8LKNLo4tIPQVzrs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@0.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1594667},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"98a5cd25440df9cae698bcd3b785083c8d604b05","scripts":{"build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.16.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","readmeFilename":"README.md","devDependencies":{"oxfmt":"^0.52.0","@types/bun":"latest","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_0.3.0_1785514532631_0.004734315390103605","host":"s3://npm-registry-packages-npm-production"}},"1.0.0":{"name":"@affinity-health/sdk","version":"1.0.0","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.0.0","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"dd8a27422734aaad4b6f7fcd37cfab845110721e","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.0.0.tgz","fileCount":476,"integrity":"sha512-jsg4960wdNs6PQ9KG5x1txveQz1YR/fqkrVSOrF9ET9WciVnNL8eLxLNOiA26gWHlQ1Iuhx+N2TuO7z+Ne2JhA==","signatures":[{"sig":"MEYCIQCDPmmdAmkhC7I7JwG/cFvgoJ291rBmvxdm1DGjSnmDrQIhANaR1sma2wWHnFUVPNeMnbip8tNQNDqgWqHZOGZgNtoQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1594930},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"08e24479f9dcb781c66b91d73e50ad83dd722a2c","scripts":{"build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.16.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"oxfmt":"^0.52.0","@types/bun":"latest","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.0.0_1785515635664_0.47558220777381366","host":"s3://npm-registry-packages-npm-production"}},"1.0.1":{"name":"@affinity-health/sdk","version":"1.0.1","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.0.1","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"302c4e193874d2cebfac4ebf08c64132b2ca0990","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.0.1.tgz","fileCount":479,"integrity":"sha512-SZuIWhIl2NttXCsvk2Tm2gU3TiSVekUuZ1/9bsE0YRM83Hu+GlpJkrTW8Yu7VJ6MPQHN19U4felPu1SInRyCvA==","signatures":[{"sig":"MEYCIQCISr0JMzFsrA8Qx8tTdlzShv++3YZEp8jyVqL0D0vcrwIhAN/hCSeUMOQEbRtdSPt+YRhU7z2FdHsIbLVFMBvr5BID","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1621428},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"2a2f43cc7e422b84637670ba92886d157b81eef8","scripts":{"build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.16.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"oxfmt":"^0.52.0","@types/bun":"latest","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.0.1_1785517845350_0.6743162297245919","host":"s3://npm-registry-packages-npm-production"}},"1.1.0":{"name":"@affinity-health/sdk","version":"1.1.0","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.1.0","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"92c797d9f10581e9128dd2212ba139dbb12b56f0","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.1.0.tgz","fileCount":527,"integrity":"sha512-Gk5Xg7Y4X1D7jck7eaRigZWIwSsQqR1/fKQNqGmM3sNUo/1fA1bhdu4HHppENTmUZjHCuKWqkGutR0/LFV8Nmw==","signatures":[{"sig":"MEUCIEthexwOxy6/iKUA3YjdKBlPNfyvdlk9k7yoFXaP8hE6AiEA+tZnTxod8QhAsGQXfIA8QLqGVeDlpfVDFj2l5ibiW/A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1756372},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"f58379acd6dab398971e1cf03f12f28d6a9d836c","scripts":{"build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.16.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"oxfmt":"^0.52.0","@types/bun":"latest","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.1.0_1785628314726_0.3262604241979161","host":"s3://npm-registry-packages-npm-production"}},"1.1.1":{"name":"@affinity-health/sdk","version":"1.1.1","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.1.1","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"71c7c6844cf51572c64be96aeeb0339f966c3b86","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.1.1.tgz","fileCount":527,"integrity":"sha512-6BEE/fED68M4RoZTphVnrzuNbFgvw+L3y4RoWI5G2TaoFKDrqs0fNEisI5zZRa/VJWPLA9JQyZJ5KKrjpiZbvg==","signatures":[{"sig":"MEUCIQDuqI9ZXPUuZ+PwiNcpi/FmXmuTvBDBKDyZEieyDOp+xwIgUJITZgUyRXwyXKb/Wq8mJTZu6An0zbsOYFSwVToWYrM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1756849},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"fcb59548d7032344d201ad2459febfae967df0f9","scripts":{"build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.16.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"oxfmt":"^0.52.0","@types/bun":"latest","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.1.1_1785631149254_0.11978839632109084","host":"s3://npm-registry-packages-npm-production"}},"1.1.2":{"name":"@affinity-health/sdk","version":"1.1.2","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.1.2","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"c594ed10b18c4bdc64a2ab95a020be33eb8ec114","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.1.2.tgz","fileCount":527,"integrity":"sha512-s9U6Z9OV0CEdQgJ14gTCKOJtDB2qBCMGnetA/FfI1UUp/wl2Fyq4p1Bn91/r8rcGOhnHwNWlK/kyGxJU1ZJkZA==","signatures":[{"sig":"MEUCIQD9u7rtXFVl1YqPKy0N9tBmUXgNtVCOYB2TtLUCsEEdRAIgKOWBQiBaKmzJ4djniV6hnLGc5xZA+XmIM4hiiIdZqJY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.1.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1758040},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"eb4d03205c1c335e1c51d3b81a856d0a73e025eb","scripts":{"build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.16.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"oxfmt":"^0.52.0","@types/bun":"latest","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.1.2_1785651737211_0.026348534780945565","host":"s3://npm-registry-packages-npm-production"}},"1.2.0":{"name":"@affinity-health/sdk","version":"1.2.0","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.2.0","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"cdceefe56282b0686af88840b5f7f86b44df2155","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.2.0.tgz","fileCount":539,"integrity":"sha512-ogEZOTd5SS6dwPrVKGZwstHO1xzYVKiAEHtk9k9xDoLCyaZuKh+4JwzkjT2yE69ogrZrR05LpBggZdV+KPpbBQ==","signatures":[{"sig":"MEUCIQCr42oxcmqDz1c5J0Xp9vAFvFRgkpZmiPDvOlqw3OqZ/gIgWJLLwQ+sypyt1W2QmSem0SexBTr8OZL7yviJM56PQ2M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1700643},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"c3051660b6d698f59727e71f9430b5467376f332","scripts":{"build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.16.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"oxfmt":"^0.52.0","@types/bun":"latest","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.2.0_1785966021245_0.37380148651555767","host":"s3://npm-registry-packages-npm-production"}},"1.2.1":{"name":"@affinity-health/sdk","version":"1.2.1","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.2.1","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"d17e5c60f01624e20d5b7fd2961736baaee198a9","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.2.1.tgz","fileCount":539,"integrity":"sha512-dCMkQ9ZPlHAPaGEauz6h3cTYPqE3g+fkOZ3v2dpkq1NidK5ZviCLwsuej4ST8zE17LtjRDikUQ/h7dL/S9J9zA==","signatures":[{"sig":"MEQCIG1L5wdvgRVm8tqawulXHXjgLUrZAPBA/ZLfG4MOciEiAiB5I2BNcnNXNEHE3MNAK8voT22plVg5omfo91SQgfoicA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1700843},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"802ae25a3b7139e00aabe6202df39707ecbb88ff","scripts":{"build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.16.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"oxfmt":"^0.52.0","@types/bun":"latest","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.2.1_1785967407861_0.1495851611586878","host":"s3://npm-registry-packages-npm-production"}},"1.3.0":{"name":"@affinity-health/sdk","version":"1.3.0","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.3.0","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"63b0a007718a594890baf68954da102c6c17b268","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.3.0.tgz","fileCount":554,"integrity":"sha512-dEvV295Pf66Np7zFwjYTTsoWmW9penpMhH9ZYqZ6aGfqdJsdI9ZKYA4Y1HZYFEMt9LJzVWiw3o7zNmYYIInTEg==","signatures":[{"sig":"MEUCICwdAR7qVkMjduWZo46Rhhn3qR55vVDGy1J76bx1x4GDAiEA6WuQhH3/x4upvGhbtYI7+anKsvz3AtPeUwBp4PaJRB4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1780348},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"c23565dbed89c1568dbd4fa77a5f35d07b6b12d5","scripts":{"dev":"dev up --cwd .","build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","example:dev":"vite --config examples/tanstack-start/vite.config.ts","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js && tsgo --noEmit -p examples/tsconfig.json && vite build --config examples/tanstack-start/vite.config.ts && tsgo --noEmit -p examples/tanstack-start/tsconfig.json","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.16.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"vite":"^8.1.5","oxfmt":"^0.52.0","react":"^19.2.6","react-dom":"^19.2.6","@types/bun":"latest","@types/react":"^19.2.15","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.1","@tanstack/react-start":"^1.168.14","@tanstack/react-router":"^1.170.8","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.3.0_1786406779945_0.5214985487172674","host":"s3://npm-registry-packages-npm-production"}},"1.3.1":{"name":"@affinity-health/sdk","version":"1.3.1","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.3.1","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"ad6cae6e8c6110b986b445e69855fbae06045d8c","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.3.1.tgz","fileCount":554,"integrity":"sha512-q+/ZQo09hwwCdRpyu3Sw4/fHSWI2K6T+2Imj1333T/LBqVm7BpF+00biT5cgnIJR2nrGRlvdYp8TG1nzmlj6zw==","signatures":[{"sig":"MEYCIQCBUFo2JfNHtKm8Y5kQzC0JVLhiK3cEx0mfRHASSwuJtQIhAMKZ+RpvTB7Ej6bliXnLxF12mFByGE4rk4R//zEHND9+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.3.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1780512},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"3c200b26a8c611f62f45c0ba6c344e1fdc362349","scripts":{"dev":"dev up --cwd .","build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","example:dev":"vite --config examples/tanstack-start/vite.config.ts","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js && tsgo --noEmit -p examples/tsconfig.json && vite build --config examples/tanstack-start/vite.config.ts && tsgo --noEmit -p examples/tanstack-start/tsconfig.json","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.16.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"vite":"^8.1.5","oxfmt":"^0.52.0","react":"^19.2.6","react-dom":"^19.2.6","@types/bun":"latest","@types/react":"^19.2.15","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.1","@tanstack/react-start":"^1.168.14","@tanstack/react-router":"^1.170.8","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.3.1_1786408071112_0.4364618552739077","host":"s3://npm-registry-packages-npm-production"}},"1.4.0":{"name":"@affinity-health/sdk","version":"1.4.0","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.4.0","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"cb78a8bbfc2b32b75fb781a71f7d60e0efc9b9af","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.4.0.tgz","fileCount":563,"integrity":"sha512-okGvkUhc3m+/unxTb7DV6VwJbfg733hT/EDTOFRLKoN4VnHs0btloeBTtNN8xgsOKbvLnIfN6h6iVYxeLWeFqQ==","signatures":[{"sig":"MEUCIQDDNHYaGwyXsWWRw3mGwJ8N89SWO3gn6jHaJ2Lx4fQvfAIgVH/DLp4n8KeIi94QvHj+b3wa26TR5nibcS2B0ELplg8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1848843},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"03cebb88b7e9673defebcefeb7266f42c09690e6","scripts":{"dev":"dev up --cwd .","build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","example:dev":"vite --config examples/tanstack-start/vite.config.ts","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js && tsgo --noEmit -p examples/tsconfig.json && vite build --config examples/tanstack-start/vite.config.ts && tsgo --noEmit -p examples/tanstack-start/tsconfig.json","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.16.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"vite":"^8.1.5","oxfmt":"^0.52.0","react":"^19.2.6","react-dom":"^19.2.6","@types/bun":"latest","@types/react":"^19.2.15","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.1","@tanstack/react-start":"^1.168.14","@tanstack/react-router":"^1.170.8","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.4.0_1786502540286_0.19114657844763738","host":"s3://npm-registry-packages-npm-production"}},"1.5.0":{"name":"@affinity-health/sdk","version":"1.5.0","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.5.0","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"0e16ad6ce24cbd0ad7780a4ec7d41ba830d1aed0","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.5.0.tgz","fileCount":569,"integrity":"sha512-vRsmZI6k0rE4/qnbRAkFUw3EF63xeUlpmpZARiXkH6zND8k6+vbXA6RIH1zR+nNkzY5va2XHngqoAn6LzPgaUQ==","signatures":[{"sig":"MEUCIQD0vdPzKpAeflSPMV0pyx4M1xWRZeShstSUZzTdieI4TwIgVLCJN8JjfVKj9EHlKZhGLiALnd8vd+VG3MrlXdF39GY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1875156},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"def7b96a0f287c76558960033cb28a0dcb82cfa0","scripts":{"dev":"dev up --cwd .","build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","example:dev":"vite --config examples/tanstack-start/vite.config.ts","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js && tsgo --noEmit -p examples/tsconfig.json && vite build --config examples/tanstack-start/vite.config.ts && tsgo --noEmit -p examples/tanstack-start/tsconfig.json","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.16.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"vite":"^8.1.5","oxfmt":"^0.52.0","react":"^19.2.6","react-dom":"^19.2.6","@types/bun":"latest","@types/react":"^19.2.15","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.1","@tanstack/react-start":"^1.168.14","@tanstack/react-router":"^1.170.8","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.5.0_1786638383484_0.7171526114616613","host":"s3://npm-registry-packages-npm-production"}},"1.6.0":{"name":"@affinity-health/sdk","version":"1.6.0","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.6.0","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"35280ec1ca8ecd09693cade7c469ee7c353e0b48","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.6.0.tgz","fileCount":998,"integrity":"sha512-UB1s/alwcfBS+gJf1va+nLaWJmETIbt4G8uwzjaF7U3kM5fPNhX8a0+4/XSIeRYUoAq2pgPNm4TJMYdDHSbUqw==","signatures":[{"sig":"MEUCIAl9AZG83lv/g4vlNmpc6d+TOUC+CHKC9/uY/QzPDylcAiEAnpAE+W86AcUgfHFdDWx4BCVhh9HJ4Q0rSeanDg5dmJE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCICpCCjK5SUskbxeWZNnarkFkN2XSDpcFRF+plFXuUPicAiEAjbu3ki+iEVrqc+jYOYiypEiEQw5D6q49VpIgPuYdsKQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.6.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3591635},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"d22591e7570e31eb93cb7db164a634a45cc754a7","scripts":{"dev":"dev up --cwd .","build":"bun run clean && tsgo -p tsconfig.json && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","example:dev":"vite --config examples/tanstack-start/vite.config.ts","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js && tsgo --noEmit -p examples/tsconfig.json && vite build --config examples/tanstack-start/vite.config.ts && tsgo --noEmit -p examples/tanstack-start/tsconfig.json","package:check":"node scripts/check-package.mjs","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.19.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"vite":"^8.1.5","oxfmt":"^0.52.0","react":"^19.2.6","react-dom":"^19.2.6","@types/bun":"latest","@types/react":"^19.2.15","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.1","@tanstack/react-start":"^1.168.14","@tanstack/react-router":"^1.170.8","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.6.0_1789515719736_0.6905104083944444","host":"s3://npm-registry-packages-npm-production"}},"1.7.0":{"name":"@affinity-health/sdk","version":"1.7.0","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.7.0","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"24dbac896fc8b62740bb3e3769ed4775105269ed","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.7.0.tgz","fileCount":1037,"integrity":"sha512-JF2wdiaefakpJoFXiW5OEyXj2NmOtt1LacEjdkDv6VUe+dSb9z2hbqW7Wn8DYoDX18kjS0tUTvXCU7SEO+oNrQ==","signatures":[{"sig":"MEYCIQDJyREHo0M+dUha//bopYLu7Pycj+waaUAPQXPfNdwWpQIhAJr/x3X2q2w6CTJhPIOjTJ6YmH08EEp54dsa3lfB+XMb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQC3Ij4UgTnZuhd82pqCjHDvucZBVuWaXYUs8coeDRAxJwIhAKzd5jVFRTZ0XYcp2+neSgqi9ay7kH15+il+xAmJxjOo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.7.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3205420},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"2dcc293fd5086d67bd740879d12fd6abb923490d","scripts":{"dev":"dev up --cwd .","build":"bun run clean && tsgo -p tsconfig.json && bun scripts/fix-declaration-imports.ts && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run scripts:check && bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","example:dev":"vite --config examples/tanstack-start/vite.config.ts","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js && tsgo --noEmit -p examples/tsconfig.json && vite build --config examples/tanstack-start/vite.config.ts && tsgo --noEmit -p examples/tanstack-start/tsconfig.json","package:check":"node scripts/check-package.mjs","scripts:check":"tsgo -p tsconfig.scripts.json","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.19.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.3.12","devDependencies":{"vite":"^8.1.5","oxfmt":"^0.52.0","react":"^19.2.6","react-dom":"^19.2.6","@types/bun":"latest","@types/react":"^19.2.15","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.1","@tanstack/react-start":"^1.168.14","@tanstack/react-router":"^1.170.8","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.7.0_1789522005662_0.3141798772779696","host":"s3://npm-registry-packages-npm-production"}},"1.8.0":{"name":"@affinity-health/sdk","version":"1.8.0","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.8.0","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"41dc25db99c7e8705a4a41f49c630a1091598fca","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.8.0.tgz","fileCount":1040,"integrity":"sha512-fYesBGwbtMQLuS2uLfI1YkfsOxdUmSBCjz/4Q4aA6Vz4DKIzqVA+8W2R7JI+4ss9X2JuGbEuivcH2ZqX3OMD3Q==","signatures":[{"sig":"MEYCIQDQ2dOwdcRrWP2O7DUiPynrnpwKXv88inB4UJfHQUpbkgIhAKQmr72ScgxsfVXQvgsE1nMPPk1vRdABJrXBJ8KjqFeG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIBRHuPzRhSUNkajE9sHbiUsFgn0WIkHKFOTJ6mgyxfd/AiBaJJcGawJAZDZOL2bmFGitUnaPhMWABg+ZDna6JwLfaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.8.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3210102},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"98a1cf89f33be3cda9aaa07e96a2fbd967178a9e","scripts":{"dev":"dev up --cwd .","build":"bun run clean && tsgo -p tsconfig.json && bun scripts/fix-declaration-imports.ts && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run scripts:check && bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","example:dev":"vite --config examples/tanstack-start/vite.config.ts","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js && tsgo --noEmit -p examples/tsconfig.json && vite build --config examples/tanstack-start/vite.config.ts && tsgo --noEmit -p examples/tanstack-start/tsconfig.json","package:check":"node scripts/check-package.mjs","scripts:check":"tsgo -p tsconfig.scripts.json","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.19.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.4.1","devDependencies":{"vite":"^8.1.5","oxfmt":"^0.52.0","react":"^19.2.6","react-dom":"^19.2.6","@types/bun":"latest","@types/react":"^19.2.15","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.1","@tanstack/react-start":"^1.168.14","@tanstack/react-router":"^1.170.8","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.8.0_1789528546436_0.36369294025910537","host":"s3://npm-registry-packages-npm-production"}},"1.9.0-beta.1":{"name":"@affinity-health/sdk","version":"1.9.0-beta.1","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.9.0-beta.1","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"737af45722885b331be480d833bfb4f6380619a4","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.9.0-beta.1.tgz","fileCount":1049,"integrity":"sha512-ZW95owMB7X6AQlS5GG76t1JtgB8xM5bWrx0dDiT3SAIcWfW4wgiu550MhoqGqLu8f29JQ3bBPHz9VCUjXa4p2Q==","signatures":[{"sig":"MEUCIQCkkyZcekIpj6RetsZcRgUqSOA8a0U8VRpVd4WWvInQtAIgJKzKL7t+J/d6NIIchKQ9fwKaSM+G9Wmbl4DVvVoBjIY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQC01dE5r+b5A7vQ2UVkjuDbYwY7bqklo9T6UwhDMk4iIwIhAPVBQtiSXXQNq6H+x/X7P0GsBqLhdoRqNaM31RfbSOnR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.9.0-beta.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3245632},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"deb681bffa4b8f78ccadd6cb34dde9e30df860ee","scripts":{"dev":"dev up --cwd .","build":"bun run clean && tsgo -p tsconfig.json && bun scripts/fix-declaration-imports.ts && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run scripts:check && bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","example:dev":"vite --config examples/tanstack-start/vite.config.ts","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js && tsgo --noEmit -p examples/tsconfig.json && vite build --config examples/tanstack-start/vite.config.ts && tsgo --noEmit -p examples/tanstack-start/tsconfig.json","package:check":"node scripts/check-package.mjs","scripts:check":"tsgo -p tsconfig.scripts.json","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.19.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.4.1","readmeFilename":"README.md","devDependencies":{"vite":"^8.1.5","oxfmt":"^0.52.0","react":"^19.2.6","react-dom":"^19.2.6","@types/bun":"latest","@types/react":"^19.2.15","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.1","@tanstack/react-start":"^1.168.14","@tanstack/react-router":"^1.170.8","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.9.0-beta.1_1789607818737_0.2894030790447406","host":"s3://npm-registry-packages-npm-production"}},"1.9.0-beta.2":{"name":"@affinity-health/sdk","version":"1.9.0-beta.2","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.9.0-beta.2","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"19bf78cd5b42a60422aeae5b74c864d962b56776","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.9.0-beta.2.tgz","fileCount":1049,"integrity":"sha512-vJLIYNk0qNfHozkFmsexH7l+ZtRoa0GvCnPE7XMsURyCCTRLSiBZCqmGWikTEKkyxcZlEO4A7GyQpLqV5jZdbg==","signatures":[{"sig":"MEQCIFFvvqseepGzKyF7bBfEg2wCMaYJAEEceqGbVyzOZH0rAiAjJlEMwQYr2jwtWllMDeYQ3vnwKljwVNHxP56Ik/voxg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCr24E6GDcSUk7XqQG2908OvuSZA3VBbvWuhbVOj2Uj/QIhAMllZMcHCV3j5YhQQptghZQwkXc/6GTNXul2m41LCE7B","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.9.0-beta.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3246572},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"cc0ee1c93bb995350ab00dd5b2ee3252d01dc745","scripts":{"dev":"dev up --cwd .","build":"bun run clean && tsgo -p tsconfig.json && bun scripts/fix-declaration-imports.ts && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run scripts:check && bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","example:dev":"vite --config examples/tanstack-start/vite.config.ts","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js && tsgo --noEmit -p examples/tsconfig.json && vite build --config examples/tanstack-start/vite.config.ts && tsgo --noEmit -p examples/tanstack-start/tsconfig.json","package:check":"node scripts/check-package.mjs","scripts:check":"tsgo -p tsconfig.scripts.json","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.19.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.4.1","readmeFilename":"README.md","devDependencies":{"vite":"^8.1.5","oxfmt":"^0.52.0","react":"^19.2.6","react-dom":"^19.2.6","@types/bun":"latest","@types/react":"^19.2.15","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.1","@tanstack/react-start":"^1.168.14","@tanstack/react-router":"^1.170.8","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.9.0-beta.2_1789644846148_0.6805924535312797","host":"s3://npm-registry-packages-npm-production"}},"1.9.0-beta.3":{"name":"@affinity-health/sdk","version":"1.9.0-beta.3","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","_id":"@affinity-health/sdk@1.9.0-beta.3","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"homepage":"https://docs.joinaffinityai.com/api","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"7439da0929ee2a1cab14f34dfb0e97aa9f3e1f86","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.9.0-beta.3.tgz","fileCount":857,"integrity":"sha512-CNCZcE1ntRnlEZsljfQbwVwYluwam0b8w9LQQf9dgudwWYcPc6R7CM8lJzCL9OcTVx/JuRChvSAqJyFCYLgTZQ==","signatures":[{"sig":"MEYCIQDWoXLme3FzBZnZkJNHLijFp0lQfgVZafhIWuqr+9XynwIhAJKm7aR0oDGfzceKB3Pf8Ub4vDIxIm3JLqd8g/3N+Wzm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCEyWznGWq3U6tMz4YRMielNfcoEVKUd3JwgFPJ4IawhwIhALudTcLgl1Y7ixKNPG8TtaUh4LcQIbwgZJytzVMIsrDo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.9.0-beta.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2732550},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"d8466b6655e9a8be1c26806de6e5a951c8b163b8","scripts":{"dev":"dev up --cwd .","build":"bun run clean && tsgo -p tsconfig.json && bun scripts/fix-declaration-imports.ts && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run scripts:check && bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","example:dev":"vite --config examples/tanstack-start/vite.config.ts","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js && tsgo --noEmit -p examples/tsconfig.json && vite build --config examples/tanstack-start/vite.config.ts && tsgo --noEmit -p examples/tanstack-start/tsconfig.json","package:check":"node scripts/check-package.mjs","scripts:check":"tsgo -p tsconfig.scripts.json","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.19.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"sideEffects":false,"_nodeVersion":"24.20.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.4.1","readmeFilename":"README.md","devDependencies":{"vite":"^8.1.5","oxfmt":"^0.52.0","react":"^19.2.6","react-dom":"^19.2.6","@types/bun":"latest","@types/react":"^19.2.15","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.1","@tanstack/react-start":"^1.168.14","@tanstack/react-router":"^1.170.8","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"tmp":"tmp/sdk_1.9.0-beta.3_1789654291301_0.47835505874196205","host":"s3://npm-registry-packages-npm-production"}},"1.9.0-beta.4":{"_id":"@affinity-health/sdk@1.9.0-beta.4","bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"dist":{"shasum":"a78a3b44cd50bb5b6377a96b1f7df55a03cfe125","tarball":"https://registry.npmjs.org/@affinity-health/sdk/-/sdk-1.9.0-beta.4.tgz","fileCount":977,"integrity":"sha512-I6XyOaI+OcxT/2aq52ytW4iCSF0Z6S3mV8uV/3ja12N0ZL3tt9YYn7SBSFvLMu9iUXYwQI9X7VGm+rjenkV5WQ==","signatures":[{"sig":"MEUCIAll8NmhsyKlhCkg5G26br4bVDWFrSiDgmrGg5z65DVmAiEAxkZsO86qwFmlnUqIf1Pg6bwUBLE/4HizMi6GUja/CqQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFRQc4JoGVFT/p465Ox3652lQ9rfo6KEKgGRiHAlVzQFAiAITPcW2wPwe7/MoSYHb2DfEbBRgWm+BJ2/R62heJCfeQ=="}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@affinity-health%2fsdk@1.9.0-beta.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3063216},"main":"./dist/index.js","name":"@affinity-health/sdk","type":"module","types":"./dist/index.d.ts","author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"module":"./dist/index.js","engines":{"node":">=20"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"gitHead":"2a16ece04abcfa9ffeee0390d6baf5f23f61251f","license":"MIT","scripts":{"dev":"dev up --cwd .","build":"bun run clean && tsgo -p tsconfig.json && bun scripts/fix-declaration-imports.ts && bun build src/index.ts --outfile=dist/index.js --target=node --format=esm","check":"bun run scripts:check && bun run generate:check && bun run build && bun run package:check && bun run package:consumer-check && bun test && bun run example:check","clean":"rm -rf dist","format":"oxfmt .","generate":"bash scripts/generate.sh","example:dev":"vite --config examples/tanstack-start/vite.config.ts","pack:dry-run":"bun pm pack --dry-run","example:check":"bun build examples/quickstart.ts --target=node --outfile=/tmp/affinity-typescript-quickstart.js && tsgo --noEmit -p examples/tsconfig.json && vite build --config examples/tanstack-start/vite.config.ts && tsgo --noEmit -p examples/tanstack-start/tsconfig.json","package:check":"node scripts/check-package.mjs","scripts:check":"tsgo -p tsconfig.scripts.json","generate:check":"bash scripts/generate-check.sh","prepublishOnly":"bun run check","package:consumer-check":"bun scripts/check-packed-package.ts"},"version":"1.9.0-beta.4","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a7484e9c-db20-4dbe-a9cf-1a1062bc7bda"}},"homepage":"https://docs.joinaffinityai.com/api","repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"_npmVersion":"11.19.0","description":"Official TypeScript SDK for the Affinity API","directories":{},"maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"sideEffects":false,"_nodeVersion":"24.20.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"bun@1.4.1","readmeFilename":"README.md","devDependencies":{"vite":"^8.1.5","oxfmt":"^0.52.0","react":"^19.2.6","react-dom":"^19.2.6","@types/bun":"latest","@types/react":"^19.2.15","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.1","@tanstack/react-start":"^1.168.14","@tanstack/react-router":"^1.170.8","@typescript/native-preview":"^7.0.0-dev.20260527.2","@openapitools/openapi-generator-cli":"2.40.1"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/sdk_1.9.0-beta.4_1789680399154_0.2540803062535697"}}},"time":{"created":"2026-07-29T00:40:56.368Z","modified":"2026-09-17T21:26:39.639Z","0.1.0":"2026-07-29T00:40:56.761Z","0.1.1":"2026-07-29T00:47:19.100Z","0.2.0":"2026-07-29T18:11:03.356Z","0.3.0":"2026-07-31T16:15:32.805Z","1.0.0":"2026-07-31T16:33:55.832Z","1.0.1":"2026-07-31T17:10:45.512Z","1.1.0":"2026-08-01T23:51:54.867Z","1.1.1":"2026-08-02T00:39:09.418Z","1.1.2":"2026-08-02T06:22:17.369Z","1.2.0":"2026-08-05T21:40:21.425Z","1.2.1":"2026-08-05T22:03:28.105Z","1.3.0":"2026-08-11T00:06:20.121Z","1.3.1":"2026-08-11T00:27:51.266Z","1.4.0":"2026-08-12T02:42:20.445Z","1.5.0":"2026-08-13T16:26:23.648Z","1.6.0":"2026-09-15T23:41:59.879Z","1.7.0":"2026-09-16T01:26:45.779Z","1.8.0":"2026-09-16T03:15:46.562Z","1.9.0-beta.1":"2026-09-17T01:16:58.867Z","1.9.0-beta.2":"2026-09-17T11:34:06.252Z","1.9.0-beta.3":"2026-09-17T14:11:31.387Z","1.9.0-beta.4":"2026-09-17T21:26:39.320Z"},"bugs":{"url":"https://github.com/affinity-health/affinity-typescript/issues"},"author":{"name":"Affinity API Support","email":"support@joinaffinityai.com"},"license":"MIT","homepage":"https://docs.joinaffinityai.com/api","repository":{"url":"git+https://github.com/affinity-health/affinity-typescript.git","type":"git"},"description":"Official TypeScript SDK for the Affinity API","maintainers":[{"name":"dawsson","email":"hello@dawson.gg"}],"readme":"","readmeFilename":""}