feat(agents): Add identity and soul template fields to board creation
This commit is contained in:
14
frontend/src/api/generated/model/agentUpdate.ts
Normal file
14
frontend/src/api/generated/model/agentUpdate.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Generated by orval v8.2.0 🍺
|
||||
* Do not edit manually.
|
||||
* Mission Control API
|
||||
* OpenAPI spec version: 0.1.0
|
||||
*/
|
||||
import type { AgentUpdateHeartbeatConfig } from "./agentUpdateHeartbeatConfig";
|
||||
|
||||
export interface AgentUpdate {
|
||||
board_id?: string | null;
|
||||
name?: string | null;
|
||||
status?: string | null;
|
||||
heartbeat_config?: AgentUpdateHeartbeatConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user