Remove legacy runtime deployment paths
This commit is contained in:
@@ -265,20 +265,6 @@ export interface RuntimeInstallPlanResponse {
|
||||
steps: Array<{ type: string; targetKey: string; packageManager?: string; packageName?: string; version?: string; downloadRef?: string; checksum?: string }>;
|
||||
}
|
||||
|
||||
export interface RuntimeServerDeploymentProfileResponse {
|
||||
key: string;
|
||||
version: string;
|
||||
supportedTargets: Array<{ os: string; arch: string }>;
|
||||
steamAppId: string;
|
||||
executableKey: string;
|
||||
installRootKey: string;
|
||||
configKey: string;
|
||||
configFormat: string;
|
||||
configMappings: Array<{ fieldKey: string; configKey: string; valueType: string; required?: boolean }>;
|
||||
discoveryMarkers: Array<{ key: string; kind: string; targetKey: string; expected?: string; required?: boolean }>;
|
||||
verificationChecks: Array<{ key: string; kind: string; targetKey: string; required?: boolean }>;
|
||||
}
|
||||
|
||||
export interface RuntimeLogSourceResponse {
|
||||
key: string;
|
||||
kind: string;
|
||||
@@ -311,7 +297,7 @@ export interface RuntimeDLLExtensionProfileResponse {
|
||||
releaseFilename?: string;
|
||||
checksum?: string;
|
||||
sizeBytes?: number;
|
||||
scumExecutableChecksum?: string;
|
||||
targetExecutableChecksum?: string;
|
||||
ue4ssAbi?: string;
|
||||
supportedTargets: Array<{ os: string; arch: string }>;
|
||||
updateOnStart: boolean;
|
||||
@@ -322,7 +308,6 @@ export interface GamePluginRuntimeProfilesResponse {
|
||||
lifecycleProfiles?: RuntimeLifecycleProfileResponse[];
|
||||
dependencyProbes?: RuntimeDependencyProbeResponse[];
|
||||
installPlans?: RuntimeInstallPlanResponse[];
|
||||
serverDeployments?: RuntimeServerDeploymentProfileResponse[];
|
||||
logSources?: RuntimeLogSourceResponse[];
|
||||
transportProfiles?: RuntimeTransportProfileResponse[];
|
||||
dllExtensions?: RuntimeDLLExtensionProfileResponse[];
|
||||
|
||||
Reference in New Issue
Block a user