feat: 自托管 AI Gateway 运维管理 SKILL

This commit is contained in:
2026-07-16 23:57:14 +08:00
parent 30ad0e9f2c
commit a24eb1aeb0
23 changed files with 1544 additions and 3 deletions
+11
View File
@@ -303,6 +303,17 @@ export interface GatewayRunnerPolicyUpsertRequest {
status?: 'active' | 'disabled' | string;
}
export interface GatewaySkillBundleMetadata {
name: string;
version: string;
displayName: string;
modules: string[];
fileName: string;
downloadPath: string;
apiDocsJsonPath: string;
apiDocsYamlPath: string;
}
export interface GatewayUser {
id: string;
userKey: string;