mirror of
https://github.com/immich-app/immich.git
synced 2025-12-29 09:14:59 +03:00
merge main
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -970,7 +970,6 @@ export type PluginTriggerResponseDto = {
|
||||
context: PluginContext;
|
||||
description: string;
|
||||
name: string;
|
||||
schema: object | null;
|
||||
triggerType: PluginTriggerType;
|
||||
};
|
||||
export type QueueResponseDto = {
|
||||
|
||||
Reference in New Issue
Block a user