Remove legacy client-manager platform path
This commit is contained in:
@@ -241,7 +241,7 @@ export interface RuntimeDiscoveryProbeResponse {
|
||||
|
||||
export interface RuntimeLifecycleProfileResponse {
|
||||
key: string;
|
||||
mode: "local-process" | "hosted-ftp-rcon" | "ftp-only" | "custom-client";
|
||||
mode: "local-process" | "hosted-ftp-rcon" | "ftp-only";
|
||||
capabilities: string[];
|
||||
actionRefs?: Record<string, string>;
|
||||
transportKeys?: string[];
|
||||
|
||||
Reference in New Issue
Block a user