fix(gateway): 일시정지와 서버 중지 상태 계약 분리
This commit is contained in:
@@ -175,6 +175,13 @@ const buildCaller = (
|
||||
currentScenario: profile.currentScenario,
|
||||
scenario: profile.scenario,
|
||||
status: profile.status,
|
||||
lifecycle: {
|
||||
runtimeExpected: true,
|
||||
userAccessible: true,
|
||||
turnsRunning: true,
|
||||
operatorResumable: false,
|
||||
dataInitialized: profile.currentScenario !== null,
|
||||
},
|
||||
apiPort: profile.apiPort,
|
||||
runtime: {
|
||||
apiRunning: true,
|
||||
|
||||
Reference in New Issue
Block a user