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.