feat: 自托管 AI Gateway 运维管理 SKILL
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user