Skip to content

Commit 31e797a

Browse files
chore: 更新 API 类型定义
- 更新 package.json 中的 api 脚本变量名 - 添加新的反馈相关的 API 接口(FeedbackStatus, FeedbackType) - 添加团队 OAuth 站点相关接口(DomainAddTeamOAuthSiteReq) - 添加分支信息接口(DomainBranch) - 同步最新的 API 结构 Co-authored-by: monkeycode-ai <monkeycode-ai@chaitin.com>
1 parent 32696a3 commit 31e797a

File tree

2 files changed

+365
-4
lines changed

2 files changed

+365
-4
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc -b && vite build",
99
"lint": "eslint .",
1010
"preview": "vite preview",
11-
"api": "sta --path ${SWAGGER_URL:-https://monkeycode-ai.com/swagger/swagger.json} --output src/api"
11+
"api": "sta --path ${SWAGGER} --output src/api"
1212
},
1313
"dependencies": {
1414
"@cap.js/widget": "^0.1.32",

0 commit comments

Comments
 (0)