mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
chore: change workflow column name (#24349)
chore-change-workflow-column-name
This commit is contained in:
parent
f07d1441ea
commit
f5df5fa98d
13 changed files with 127 additions and 100 deletions
|
|
@ -1729,16 +1729,16 @@ export type CreateProfileImageResponseDto = {
|
|||
};
|
||||
export type WorkflowActionResponseDto = {
|
||||
actionConfig: object | null;
|
||||
actionId: string;
|
||||
id: string;
|
||||
order: number;
|
||||
pluginActionId: string;
|
||||
workflowId: string;
|
||||
};
|
||||
export type WorkflowFilterResponseDto = {
|
||||
filterConfig: object | null;
|
||||
filterId: string;
|
||||
id: string;
|
||||
order: number;
|
||||
pluginFilterId: string;
|
||||
workflowId: string;
|
||||
};
|
||||
export type WorkflowResponseDto = {
|
||||
|
|
@ -1754,11 +1754,11 @@ export type WorkflowResponseDto = {
|
|||
};
|
||||
export type WorkflowActionItemDto = {
|
||||
actionConfig?: object;
|
||||
actionId: string;
|
||||
pluginActionId: string;
|
||||
};
|
||||
export type WorkflowFilterItemDto = {
|
||||
filterConfig?: object;
|
||||
filterId: string;
|
||||
pluginFilterId: string;
|
||||
};
|
||||
export type WorkflowCreateDto = {
|
||||
actions: WorkflowActionItemDto[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue