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';