From 1b5e9799eb78a2f09da3607eb533499ebc97d75b Mon Sep 17 00:00:00 2001 From: zhenyi <434836402@qq.com> Date: Sat, 30 May 2026 14:59:45 +0800 Subject: [PATCH] fix: add missing import and export for ApproveWorkspaceJoinApply --- src/client/endpoints.ts | 1 + src/client/models/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/client/endpoints.ts b/src/client/endpoints.ts index 94c627a..9000b40 100644 --- a/src/client/endpoints.ts +++ b/src/client/endpoints.ts @@ -35,6 +35,7 @@ import type { AiModelVersionResponse, AiProviderResponse, AppNotificationItem, + ApproveWorkspaceJoinApply, AssignIssueUser, AssignPrUser, AuthCaptchaParams, diff --git a/src/client/models/index.ts b/src/client/models/index.ts index 2cb07c7..54d6f0c 100644 --- a/src/client/models/index.ts +++ b/src/client/models/index.ts @@ -32,6 +32,7 @@ export * from './aiModelResponse'; export * from './aiModelVersionResponse'; export * from './aiProviderResponse'; export * from './appNotificationItem'; +export * from './approveWorkspaceJoinApply'; export * from './assignIssueUser'; export * from './assignPrUser'; export * from './authCaptchaParams';