generated from stijnvanhulle/template
-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: exclude min/max * fix: nullable enums are not generated as nullable * chore: cleanup * chore: update examples * chore * chore: typecheck fix
- Loading branch information
1 parent
0a8b59c
commit e32b6bd
Showing
233 changed files
with
4,375 additions
and
4,385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@kubb/swagger-zod": patch | ||
"@kubb/swagger-ts": patch | ||
"@kubb/swagger": patch | ||
--- | ||
|
||
Nullable enums are not generated as nullable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@kubb/swagger-zod": patch | ||
"@kubb/swagger": patch | ||
--- | ||
|
||
exclude min/max out of Array schema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,11 +22,11 @@ | |
"@vercel/analytics": "^1.2.2", | ||
"@vercel/speed-insights": "^1.0.10", | ||
"sitemap": "^7.1.1", | ||
"vitepress": "^1.0.2", | ||
"vitepress": "^1.1.0", | ||
"vue": "^3.4.21" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.12.5" | ||
"@types/node": "^20.12.7" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
"@kubb/ts-config": "workspace:*", | ||
"react": "^18.2.0", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.4" | ||
"typescript": "^5.4.5" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
}, | ||
"devDependencies": { | ||
"@kubb/ts-config": "workspace:*", | ||
"typescript": "^5.4.4" | ||
"typescript": "^5.4.5" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,10 @@ | |
}, | ||
"devDependencies": { | ||
"@kubb/ts-config": "workspace:*", | ||
"@types/react": "^18.2.74", | ||
"@types/react-dom": "^18.2.24", | ||
"@types/react": "^18.2.77", | ||
"@types/react-dom": "^18.2.25", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.4" | ||
"typescript": "^5.4.5" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
export * from './useAddPetHook' | ||
export * from './useCreateUserHook' | ||
export * from './useCreateUsersWithListInputHook' | ||
export * from './useDeleteOrderHook' | ||
export * from './useDeletePetHook' | ||
export * from './useDeleteUserHook' | ||
export * from './useFindPetsByStatusHook' | ||
export * from './useFindPetsByTagsHook' | ||
export * from './useGetInventoryHook' | ||
export * from './useGetOrderByIdHook' | ||
export * from './useGetPetByIdHook' | ||
export * from './useGetUserByNameHook' | ||
export * from './useLoginUserHook' | ||
export * from './useLogoutUserHook' | ||
export * from './usePlaceOrderHook' | ||
export * from './usePlaceOrderPatchHook' | ||
export * from './useUpdatePetHook' | ||
export * from './useUpdatePetWithFormHook' | ||
export * from './useUpdateUserHook' | ||
export * from './useUploadFileHook' | ||
export * from "./useAddPetHook"; | ||
export * from "./useCreateUserHook"; | ||
export * from "./useCreateUsersWithListInputHook"; | ||
export * from "./useDeleteOrderHook"; | ||
export * from "./useDeletePetHook"; | ||
export * from "./useDeleteUserHook"; | ||
export * from "./useFindPetsByStatusHook"; | ||
export * from "./useFindPetsByTagsHook"; | ||
export * from "./useGetInventoryHook"; | ||
export * from "./useGetOrderByIdHook"; | ||
export * from "./useGetPetByIdHook"; | ||
export * from "./useGetUserByNameHook"; | ||
export * from "./useLoginUserHook"; | ||
export * from "./useLogoutUserHook"; | ||
export * from "./usePlaceOrderHook"; | ||
export * from "./usePlaceOrderPatchHook"; | ||
export * from "./useUpdatePetHook"; | ||
export * from "./useUpdatePetWithFormHook"; | ||
export * from "./useUpdateUserHook"; | ||
export * from "./useUploadFileHook"; |
Oops, something went wrong.