use showDialog directly

This commit is contained in:
Alex Tran
2025-12-04 04:18:35 +00:00
parent 288ba44825
commit 5eccffc084
13 changed files with 73 additions and 98 deletions

View File

@@ -18459,12 +18459,6 @@
}
]
},
"description": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"allOf": [
{
@@ -18475,8 +18469,6 @@
},
"required": [
"contextType",
"description",
"name",
"type"
],
"type": "object"

View File

@@ -968,8 +968,6 @@ export type PluginResponseDto = {
};
export type PluginTriggerResponseDto = {
contextType: PluginContextType;
description: string;
name: string;
"type": PluginTriggerType;
};
export type QueueResponseDto = {