feat(schemas): add new API schema definitions for invitation, deployment, and issue management
- Add AcceptInvitationParams and AcceptInvitationRequest schemas - Add AddDeployKeyParams, AddDomainParams, AddGpgKeyParams, AddMemberParams, AddReplyParams, AddRepoMemberParams, and AddSshKeyParams schemas - Add ApiEmptyResponse and ApiErrorResponse schemas - Add ApiResponse schemas for BranchMergeCheck, BranchProtectionRule, CaptchaResponse, ContextMe, CreateInvitationResponse, EmailResponse, Enable2FAResponse, Get2FAStatusResponse - Add ApiResponse schemas for Issue, IssueAssignee, IssueComment, IssueEvent, IssueLabel, IssueLabelRelation, IssueMilestone, IssuePrRelation, IssueReaction, IssueRepoRelation, IssueSubscriber, and IssueTemplate - Add ApiResponse schemas for Option_BranchProtectionRule, PrAssignee, PrCheckRun, PrCommit, PrEvent, PrFile, and PrLabel
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "appwebks",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"imports": {
|
||||
"@/*": "./src/*"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"preview": "vite preview",
|
||||
"genapi": "node genapi.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@solid-primitives/history": "^0.2.3",
|
||||
"@solid-primitives/i18n": "^2.2.1",
|
||||
"@solid-primitives/keyboard": "^1.3.5",
|
||||
"@solid-primitives/sse": "^0.0.102",
|
||||
"@solid-primitives/storage": "^4.3.4",
|
||||
"@solid-primitives/websocket": "^1.4.0",
|
||||
"@solidjs/meta": "^0.29.4",
|
||||
"@solidjs/router": "^0.16.1",
|
||||
"@tailwindcss/vite": "^4.3.0",
|
||||
"@tanstack/solid-query": "^5.101.0",
|
||||
"axios": "^1.17.0",
|
||||
"ky": "^2.0.2",
|
||||
"solid-icons": "^1.2.0",
|
||||
"solid-js": "^1.9.12",
|
||||
"tailwindcss": "^4.3.0",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.12.3",
|
||||
"openapi-typescript-codegen": "^0.30.0",
|
||||
"typescript": "~6.0.2",
|
||||
"vite": "^8.0.12",
|
||||
"vite-plugin-solid": "^2.11.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user