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

@@ -18465,10 +18465,6 @@
"name": {
"type": "string"
},
"schema": {
"nullable": true,
"type": "object"
},
"triggerType": {
"allOf": [
{
@@ -18481,7 +18477,6 @@
"context",
"description",
"name",
"schema",
"triggerType"
],
"type": "object"

View File

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