Skip to content

Commit

Permalink
Merge branch 'main' into skip-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym authored Mar 2, 2024
2 parents 2777fb3 + 89255c1 commit 7de5d7a
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 151 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export class TaskFetch extends OpenAPIRoute {
},
responses: {
'200': {
description: 'Task fetched successfully',
schema: {
metaData: {},
task: Task,
Expand Down
203 changes: 67 additions & 136 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^5.3.1",
"itty-router": "^4.0.22",
"itty-router": "4.0.26",
"js-yaml": "^4.1.0",
"openapi3-ts": "^4.1.2",
"zod": "^3.21.4"
}
Expand Down
Loading

0 comments on commit 7de5d7a

Please sign in to comment.