mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-13 11:22:14 +02:00
fix: fix superadmin impersonation
This commit is contained in:
parent
d1339970a5
commit
e405457676
16 changed files with 593 additions and 172 deletions
|
|
@ -10,9 +10,9 @@ import type {
|
|||
HttpApiToolDefinition,
|
||||
McpToolDefinition,
|
||||
PresetToolParameter,
|
||||
ToolParameter,
|
||||
TransferCallConfig,
|
||||
TransferCallToolDefinition,
|
||||
ToolParameter,
|
||||
} from "@/client/types.gen";
|
||||
|
||||
export type ToolCategory = "http_api" | "end_call" | "transfer_call" | "calculator" | "native" | "integration" | "mcp";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue