feat(agents): Add identity and soul template fields to board creation
This commit is contained in:
14
frontend/src/api/generated/model/agentCreate.ts
Normal file
14
frontend/src/api/generated/model/agentCreate.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 { AgentCreateHeartbeatConfig } from "./agentCreateHeartbeatConfig";
|
||||
|
||||
export interface AgentCreate {
|
||||
board_id?: string | null;
|
||||
name: string;
|
||||
status?: string;
|
||||
heartbeat_config?: AgentCreateHeartbeatConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user