diff options
Diffstat (limited to 'packages/sdk/src')
| -rw-r--r-- | packages/sdk/src/hoarder-api.d.ts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/sdk/src/hoarder-api.d.ts b/packages/sdk/src/hoarder-api.d.ts index 60892c05..d0fd8e19 100644 --- a/packages/sdk/src/hoarder-api.d.ts +++ b/packages/sdk/src/hoarder-api.d.ts @@ -233,6 +233,14 @@ export interface paths { note?: string; title?: string | null; createdAt?: string | null; + /** Format: uri */ + url?: string; + description?: string | null; + author?: string | null; + publisher?: string | null; + datePublished?: string | null; + dateModified?: string | null; + text?: string | null; }; }; }; @@ -1370,6 +1378,10 @@ export interface components { favicon?: string | null; htmlContent?: string | null; crawledAt?: string | null; + author?: string | null; + publisher?: string | null; + datePublished?: string | null; + dateModified?: string | null; } | { /** @enum {string} */ |
