merge main

This commit is contained in:
Alex Tran
2025-11-25 22:18:03 +00:00
57 changed files with 2473 additions and 2121 deletions

View File

@@ -970,7 +970,6 @@ export type PluginTriggerResponseDto = {
context: PluginContext;
description: string;
name: string;
schema: object | null;
triggerType: PluginTriggerType;
};
export type QueueResponseDto = {