> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flynet.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Recent Flynet API and documentation updates.

Notable changes to the Flynet API and documentation will appear here.

## TypeScript SDK published

The official TypeScript SDK is now available on npm: `@flynetdev/core`
(framework-agnostic client) and `@flynetdev/react` (React provider,
hooks, and components). Install whichever fits your stack.

## `/check_ins` filter now optional

`GET /check_ins` no longer requires a filter. A bare request returns the
full paginated set; filters (`user`, `location`, `restaurant`,
`created_after`, `created_before`) remain optional and AND together.
