From ac079b875a24c26859899308b90ba952de8d9104 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:51:55 +0000 Subject: [PATCH] Auto generated documentation --- packages/pages/docs/api/pages.stream.filter.md | 2 +- packages/pages/docs/api/pages.stream.md | 4 ++-- packages/pages/etc/pages.api.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/pages/docs/api/pages.stream.filter.md b/packages/pages/docs/api/pages.stream.filter.md index b1e8c38c5..76f3fc8d7 100644 --- a/packages/pages/docs/api/pages.stream.filter.md +++ b/packages/pages/docs/api/pages.stream.filter.md @@ -9,7 +9,7 @@ The filter to apply to the stream **Signature:** ```typescript -filter: { +filter?: { entityIds?: string[]; entityTypes?: string[]; savedFilterIds?: string[]; diff --git a/packages/pages/docs/api/pages.stream.md b/packages/pages/docs/api/pages.stream.md index 9bb95aa69..78e3523c3 100644 --- a/packages/pages/docs/api/pages.stream.md +++ b/packages/pages/docs/api/pages.stream.md @@ -63,7 +63,7 @@ The fields to apply to the stream -[filter](./pages.stream.filter.md) +[filter?](./pages.stream.filter.md) @@ -73,7 +73,7 @@ The fields to apply to the stream -The filter to apply to the stream +_(Optional)_ The filter to apply to the stream diff --git a/packages/pages/etc/pages.api.md b/packages/pages/etc/pages.api.md index 35a81fdc7..61b7a2f3b 100644 --- a/packages/pages/etc/pages.api.md +++ b/packages/pages/etc/pages.api.md @@ -289,7 +289,7 @@ export interface StaticTemplateConfig { export interface Stream { $id: string; fields: string[]; - filter: { + filter?: { entityIds?: string[]; entityTypes?: string[]; savedFilterIds?: string[];