Skip to content

Commit f5df5fa

Browse files
authored
chore: change workflow column name (#24349)
chore-change-workflow-column-name
1 parent f07d144 commit f5df5fa

File tree

13 files changed

+127
-100
lines changed

13 files changed

+127
-100
lines changed

mobile/openapi/lib/model/workflow_action_item_dto.dart

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile/openapi/lib/model/workflow_action_response_dto.dart

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile/openapi/lib/model/workflow_filter_item_dto.dart

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile/openapi/lib/model/workflow_filter_response_dto.dart

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

open-api/immich-openapi-specs.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23162,13 +23162,13 @@
2316223162
"actionConfig": {
2316323163
"type": "object"
2316423164
},
23165-
"actionId": {
23165+
"pluginActionId": {
2316623166
"format": "uuid",
2316723167
"type": "string"
2316823168
}
2316923169
},
2317023170
"required": [
23171-
"actionId"
23171+
"pluginActionId"
2317223172
],
2317323173
"type": "object"
2317423174
},
@@ -23178,24 +23178,24 @@
2317823178
"nullable": true,
2317923179
"type": "object"
2318023180
},
23181-
"actionId": {
23182-
"type": "string"
23183-
},
2318423181
"id": {
2318523182
"type": "string"
2318623183
},
2318723184
"order": {
2318823185
"type": "number"
2318923186
},
23187+
"pluginActionId": {
23188+
"type": "string"
23189+
},
2319023190
"workflowId": {
2319123191
"type": "string"
2319223192
}
2319323193
},
2319423194
"required": [
2319523195
"actionConfig",
23196-
"actionId",
2319723196
"id",
2319823197
"order",
23198+
"pluginActionId",
2319923199
"workflowId"
2320023200
],
2320123201
"type": "object"
@@ -23244,13 +23244,13 @@
2324423244
"filterConfig": {
2324523245
"type": "object"
2324623246
},
23247-
"filterId": {
23247+
"pluginFilterId": {
2324823248
"format": "uuid",
2324923249
"type": "string"
2325023250
}
2325123251
},
2325223252
"required": [
23253-
"filterId"
23253+
"pluginFilterId"
2325423254
],
2325523255
"type": "object"
2325623256
},
@@ -23260,24 +23260,24 @@
2326023260
"nullable": true,
2326123261
"type": "object"
2326223262
},
23263-
"filterId": {
23264-
"type": "string"
23265-
},
2326623263
"id": {
2326723264
"type": "string"
2326823265
},
2326923266
"order": {
2327023267
"type": "number"
2327123268
},
23269+
"pluginFilterId": {
23270+
"type": "string"
23271+
},
2327223272
"workflowId": {
2327323273
"type": "string"
2327423274
}
2327523275
},
2327623276
"required": [
2327723277
"filterConfig",
23278-
"filterId",
2327923278
"id",
2328023279
"order",
23280+
"pluginFilterId",
2328123281
"workflowId"
2328223282
],
2328323283
"type": "object"

0 commit comments

Comments
 (0)