Skip to content

Commit

Permalink
fix: Fix build by regenerating the openai spec
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Oct 27, 2024
1 parent 731d2df commit c0b0691
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/open-api/hoarder-openapi-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"type": "string",
"nullable": true
},
"summary": {
"type": "string",
"nullable": true
},
"tags": {
"type": "array",
"items": {
Expand Down Expand Up @@ -673,6 +677,10 @@
"favourited": {
"type": "boolean"
},
"summary": {
"type": "string",
"nullable": true
},
"note": {
"type": "string"
},
Expand Down Expand Up @@ -726,6 +734,10 @@
"note": {
"type": "string",
"nullable": true
},
"summary": {
"type": "string",
"nullable": true
}
},
"required": [
Expand Down

0 comments on commit c0b0691

Please sign in to comment.