Skip to content

Commit

Permalink
Auto generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 4285a93 commit ac079b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/pages/docs/api/pages.stream.filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The filter to apply to the stream
**Signature:**

```typescript
filter: {
filter?: {
entityIds?: string[];
entityTypes?: string[];
savedFilterIds?: string[];
Expand Down
4 changes: 2 additions & 2 deletions packages/pages/docs/api/pages.stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The fields to apply to the stream
</td></tr>
<tr><td>

[filter](./pages.stream.filter.md)
[filter?](./pages.stream.filter.md)

</td><td>

Expand All @@ -73,7 +73,7 @@ The fields to apply to the stream

</td><td>

The filter to apply to the stream
_(Optional)_ The filter to apply to the stream

</td></tr>
<tr><td>
Expand Down
2 changes: 1 addition & 1 deletion packages/pages/etc/pages.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export interface StaticTemplateConfig {
export interface Stream {
$id: string;
fields: string[];
filter: {
filter?: {
entityIds?: string[];
entityTypes?: string[];
savedFilterIds?: string[];
Expand Down

0 comments on commit ac079b8

Please sign in to comment.