mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
refactor: add public URL handling for SurfSense documents across various components and schemas
This commit is contained in:
parent
ea087d1d23
commit
01d7379914
8 changed files with 35 additions and 8 deletions
|
|
@ -88,6 +88,7 @@ export const surfsenseDocsDocument = z.object({
|
|||
id: z.number(),
|
||||
title: z.string(),
|
||||
source: z.string(),
|
||||
public_url: z.string(),
|
||||
content: z.string(),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue