diff options
Diffstat (limited to 'packages/sdk')
| -rw-r--r-- | packages/sdk/src/hoarder-api.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/sdk/src/hoarder-api.d.ts b/packages/sdk/src/hoarder-api.d.ts index 44b8bef7..2b9986d3 100644 --- a/packages/sdk/src/hoarder-api.d.ts +++ b/packages/sdk/src/hoarder-api.d.ts @@ -277,6 +277,7 @@ export interface paths { datePublished?: string | null; dateModified?: string | null; text?: string | null; + assetContent?: string | null; }; }; }; @@ -1748,6 +1749,7 @@ export interface components { fileName?: string | null; sourceUrl?: string | null; size?: number | null; + content?: string | null; } | { /** @enum {string} */ |
