Package-level declarations

Types

Link copied to clipboard
@Serializable
data class GetPlanResponse(val plan: Plan, val latestTask: Task)

Data class representing the response for getting a plan.

Link copied to clipboard
@Serializable
data class GetSummaryResponse(val plan: Plan, val tasks: List<Task>, val errorLogs: List<ErrorLog>)

Data class representing the response for getting a summary.

Link copied to clipboard
@Serializable
data class ListPlansResponse(val plans: List<Plan>, val total: Long, val offset: Long)

Data class representing the response for listing plans.