fix(openapi): generate complete client schemas - #7787
Merged
c121914yu merged 10 commits intoSep 22, 2026
Merged
Conversation
|
✅ Admin Preview Image Ready! 🕒 Time: 2026-09-22 22:22:51 (UTC+8) |
Coverage Report
File CoverageNo changed files found. |
c121914yu
reviewed
Sep 20, 2026
|
✅ Build and publish successful - Preview fastgpt Image: 🕒 Time: 2026-09-22 22:24:30 (UTC+8) |
ctlaltlaltc
force-pushed
the
fix/openapi-typeless-schemas
branch
3 times, most recently
from
September 20, 2026 09:34
ff4ae30 to
dcc0402
Compare
ctlaltlaltc
commented
Sep 20, 2026
| * Description: 通过 invoke token 获取当前运行团队的企微企业短期访问凭证 | ||
| * Tags: ['Plugin', 'Invoke', 'Wecom', 'Read'] | ||
| * ============================================================================ */ | ||
| /** @deprecated 仅供当前 Pro 子模块过渡使用;该接口没有请求体。 */ |
Collaborator
Author
There was a problem hiding this comment.
等 Pro PR合并后即可删除这些 deprecated schema/type
ctlaltlaltc
force-pushed
the
fix/openapi-typeless-schemas
branch
from
September 20, 2026 10:27
dcc0402 to
5898f76
Compare
ctlaltlaltc
force-pushed
the
fix/openapi-typeless-schemas
branch
from
September 21, 2026 08:17
9a17b55 to
5898f76
Compare
Collaborator
|
我来合并下冲突 |
c121914yu
force-pushed
the
fix/openapi-typeless-schemas
branch
from
September 22, 2026 09:44
5898f76 to
5ca06c2
Compare
… updateApp response to void
…ch OpenAPI meta descriptions, and align admin contracts
…nd decouple openapi FastGPTConfigSchema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
POST /api/admin/settings/model/creategeneratedmodelData: nullbecausezod-openapicannot introspect the previousz.unknown().pipe(...)schema. Other dynamic, multipart, and empty admin schemas had the same client-generation failure mode.Changes
modelDatais emitted as typedoneOfbranchestype: stringandformat: binaryCompanion runtime PR: labring/fastgpt-pro#1158
Verification