Skip to content

Commit

Permalink
ci: Fix build by regenerating the open API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Feb 2, 2025
1 parent c0a4af7 commit d95cebf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/open-api/hoarder-openapi-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
"type": "string",
"nullable": true
},
"precrawledArchiveAssetId": {
"type": "string",
"nullable": true
},
"videoAssetId": {
"type": "string",
"nullable": true
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/src/hoarder-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1222,6 +1222,7 @@ export interface components {
imageAssetId?: string | null;
screenshotAssetId?: string | null;
fullPageArchiveAssetId?: string | null;
precrawledArchiveAssetId?: string | null;
videoAssetId?: string | null;
favicon?: string | null;
htmlContent?: string | null;
Expand Down

0 comments on commit d95cebf

Please sign in to comment.