diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index e8901fff..739f2dfe 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -11325,7 +11325,7 @@ API reference for writing serverless functions in Rust or TypeScript. [## 🗃️ TypeScript -5 items](/docs/reference/functions/typescript.md) +6 items](/docs/reference/functions/typescript.md) # Plugins @@ -11729,7 +11729,7 @@ API reference for writing serverless functions in Rust or TypeScript. [## 🗃️ TypeScript -5 items](/docs/reference/functions/typescript.md) +6 items](/docs/reference/functions/typescript.md) # Rust @@ -11755,6 +11755,10 @@ This page lists the crate versions for each Juno release, to help you upgrade yo API reference for writing serverless functions with TypeScript. +[## 📄️ Schema Types + +Juno provides a type system built on top of Zod, extended with a few additional types you'll need when working with serverless functions.](/docs/reference/functions/typescript/schema.md) + [## 📄️ SDK The SDK is provided by the @junobuild/functions library.](/docs/reference/functions/typescript/sdk.md) @@ -12237,6 +12241,10 @@ pub fn encode_doc_data_to_string( data: &T,) -> Result