merged
lattice-pns/lattice • 11:34 AM - Mar 19, 2026
This update improves webhook compatibility by migrating the public key authentication from the 'Authorization: Bearer' header to a '?pubkey=' query parameter on the /push endpoint. Additionally, the codebase now utilizes TypeBox for schema definitions, allowing for unified TypeBox schemas and inferred TypeScript types, which replaces several redundant manual interfaces. These changes streamline both endpoint integration and internal type safety. 

