mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:16:42 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
d87ea2657c
commit
5c4bb30449
1 changed files with 0 additions and 15 deletions
|
|
@ -475,11 +475,6 @@ export type Database = {
|
|||
natural_language_input: string
|
||||
next_run_at: string | null
|
||||
required_mcp_slugs: Json
|
||||
runtime_last_delivery_error: string | null
|
||||
runtime_last_error: string | null
|
||||
runtime_last_status: string | null
|
||||
runtime_state: string | null
|
||||
runtime_synced_at: string | null
|
||||
status: string
|
||||
timezone: string
|
||||
updated_at: string
|
||||
|
|
@ -499,11 +494,6 @@ export type Database = {
|
|||
natural_language_input: string
|
||||
next_run_at?: string | null
|
||||
required_mcp_slugs?: Json
|
||||
runtime_last_delivery_error?: string | null
|
||||
runtime_last_error?: string | null
|
||||
runtime_last_status?: string | null
|
||||
runtime_state?: string | null
|
||||
runtime_synced_at?: string | null
|
||||
status?: string
|
||||
timezone?: string
|
||||
updated_at?: string
|
||||
|
|
@ -523,11 +513,6 @@ export type Database = {
|
|||
natural_language_input?: string
|
||||
next_run_at?: string | null
|
||||
required_mcp_slugs?: Json
|
||||
runtime_last_delivery_error?: string | null
|
||||
runtime_last_error?: string | null
|
||||
runtime_last_status?: string | null
|
||||
runtime_state?: string | null
|
||||
runtime_synced_at?: string | null
|
||||
status?: string
|
||||
timezone?: string
|
||||
updated_at?: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue