Skip to content

Commit 829ea8f

Browse files
safe1ineclaude
andcommitted
Regenerate frontend API types
Refresh the generated API client to remove duplicate endpoint definitions so the online build type-checks cleanly. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 2f00a59 commit 829ea8f

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

frontend/src/api/Api.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3445,30 +3445,6 @@ export class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDa
34453445
...params,
34463446
}),
34473447

3448-
/**
3449-
* @description 管理员为团队成员生成新密码,密码只在响应中返回一次
3450-
*
3451-
* @tags 【Team 管理员】分组成员管理
3452-
* @name V1TeamsUsersPasswordsResetUpdate
3453-
* @summary 重置团队成员密码
3454-
* @request PUT:/api/v1/teams/users/{user_id}/passwords/reset
3455-
* @secure
3456-
*/
3457-
v1TeamsUsersPasswordsResetUpdate: (userId: string, params: RequestParams = {}) =>
3458-
this.request<
3459-
GithubComGoYokoWebResp & {
3460-
data?: DomainTeamUserPassword;
3461-
},
3462-
GithubComGoYokoWebResp
3463-
>({
3464-
path: `/api/v1/teams/users/${userId}/passwords/reset`,
3465-
method: "PUT",
3466-
secure: true,
3467-
type: ContentType.Json,
3468-
format: "json",
3469-
...params,
3470-
}),
3471-
34723448
/**
34733449
* @description 获取团队用户登录状态
34743450
*

0 commit comments

Comments
 (0)