Skip to content

Commit

Permalink
Make the required parameters inline.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Aug 26, 2024
1 parent 9cad77f commit 28dec72
Show file tree
Hide file tree
Showing 32 changed files with 2,625 additions and 1,702 deletions.
16 changes: 8 additions & 8 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10658,10 +10658,10 @@
"type": "string",
"format": "binary"
},
"fileUrl": {
"url": {
"type": "string"
},
"fileName": {
"name": {
"type": "string"
}
}
Expand Down Expand Up @@ -10912,10 +10912,10 @@
"type": "string",
"format": "binary"
},
"fileUrl": {
"url": {
"type": "string"
},
"fileName": {
"name": {
"type": "string"
}
}
Expand Down Expand Up @@ -11224,10 +11224,10 @@
"type": "string",
"format": "binary"
},
"fileUrl": {
"url": {
"type": "string"
},
"fileName": {
"name": {
"type": "string"
}
}
Expand Down Expand Up @@ -11990,10 +11990,10 @@
"type": "string",
"format": "binary"
},
"fileUrl": {
"url": {
"type": "string"
},
"fileName": {
"name": {
"type": "string"
}
}
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"prettier": "3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0"
},
"dependencies": {
"undici": "^6.19.8"
}
}
Loading

0 comments on commit 28dec72

Please sign in to comment.