@n8n/api-types 1.35.2 → 1.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/dist/agent-builder-tool-node-types.js +1 -0
  2. package/dist/agent-builder-tool-node-types.js.map +1 -1
  3. package/dist/agents/agent-files.constants.d.ts +1 -1
  4. package/dist/agents/agent-files.constants.js +1 -1
  5. package/dist/agents/agent-interaction.schema.d.ts +3 -0
  6. package/dist/agents/agent-interaction.schema.js +1 -0
  7. package/dist/agents/agent-interaction.schema.js.map +1 -1
  8. package/dist/agents/dto.d.ts +21 -0
  9. package/dist/agents/dto.js +9 -1
  10. package/dist/agents/dto.js.map +1 -1
  11. package/dist/agents/model-providers.d.ts +1 -0
  12. package/dist/agents/provider-capabilities.js +22 -1
  13. package/dist/agents/provider-capabilities.js.map +1 -1
  14. package/dist/agents/slack/dto.d.ts +22 -0
  15. package/dist/agents/slack/dto.js +15 -1
  16. package/dist/agents/slack/dto.js.map +1 -1
  17. package/dist/agents/slack/types.d.ts +52 -0
  18. package/dist/agents/sub-agent.schema.d.ts +1 -0
  19. package/dist/agents/types.d.ts +17 -0
  20. package/dist/agents/types.js.map +1 -1
  21. package/dist/build.tsbuildinfo +1 -1
  22. package/dist/consent.d.ts +4 -0
  23. package/dist/consent.js +3 -0
  24. package/dist/consent.js.map +1 -0
  25. package/dist/constants/instance-ai-models.d.ts +4 -0
  26. package/dist/constants/instance-ai-models.js +11 -0
  27. package/dist/constants/instance-ai-models.js.map +1 -0
  28. package/dist/constants/proxy-feature.d.ts +7 -1
  29. package/dist/constants/proxy-feature.js +5 -1
  30. package/dist/constants/proxy-feature.js.map +1 -1
  31. package/dist/dto/ai/ai-gateway-wallet-response.dto.d.ts +5 -0
  32. package/dist/dto/ai/ai-gateway-wallet-response.dto.js +3 -0
  33. package/dist/dto/ai/ai-gateway-wallet-response.dto.js.map +1 -0
  34. package/dist/dto/credentials/credential-connection-status.d.ts +1 -0
  35. package/dist/dto/index.d.ts +8 -2
  36. package/dist/dto/index.js +22 -3
  37. package/dist/dto/index.js.map +1 -1
  38. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.d.ts +23 -3
  39. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.js +7 -4
  40. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.js.map +1 -1
  41. package/dist/dto/packages/export-package-request.dto.d.ts +2 -0
  42. package/dist/dto/packages/export-package-request.dto.js +4 -0
  43. package/dist/dto/packages/export-package-request.dto.js.map +1 -1
  44. package/dist/dto/roles/role-mapping-rule-public.dto.d.ts +23 -0
  45. package/dist/dto/roles/role-mapping-rule-public.dto.js +18 -0
  46. package/dist/dto/roles/role-mapping-rule-public.dto.js.map +1 -0
  47. package/dist/dto/roles/role-public.dto.d.ts +143 -0
  48. package/dist/dto/roles/role-public.dto.js +26 -1
  49. package/dist/dto/roles/role-public.dto.js.map +1 -1
  50. package/dist/dto/roles/update-role-public.dto.d.ts +13 -0
  51. package/dist/dto/roles/update-role-public.dto.js +14 -0
  52. package/dist/dto/roles/update-role-public.dto.js.map +1 -0
  53. package/dist/dto/workflow-reviews/create-workflow-review-request.dto.d.ts +2 -2
  54. package/dist/dto/workflow-reviews/create-workflow-review-request.dto.js +1 -1
  55. package/dist/dto/workflow-reviews/create-workflow-review-request.dto.js.map +1 -1
  56. package/dist/dto/workflow-reviews/decide-workflow-review-request.dto.d.ts +2 -0
  57. package/dist/dto/workflow-reviews/decide-workflow-review-request.dto.js +2 -0
  58. package/dist/dto/workflow-reviews/decide-workflow-review-request.dto.js.map +1 -1
  59. package/dist/dto/workflow-reviews/get-workflow-review-request-detail.dto.d.ts +2 -1
  60. package/dist/dto/workflow-reviews/list-workflow-review-inbox.dto.d.ts +5 -0
  61. package/dist/dto/workflow-reviews/list-workflow-review-inbox.dto.js +3 -1
  62. package/dist/dto/workflow-reviews/list-workflow-review-inbox.dto.js.map +1 -1
  63. package/dist/dto/workflow-reviews/list-workflow-review-requests-query.dto.d.ts +1 -0
  64. package/dist/dto/workflow-reviews/update-workflow-review-request-version.dto.d.ts +7 -4
  65. package/dist/dto/workflow-reviews/update-workflow-review-request-version.dto.js +2 -0
  66. package/dist/dto/workflow-reviews/update-workflow-review-request-version.dto.js.map +1 -1
  67. package/dist/dto/workflow-reviews/workflow-review-activity.dto.d.ts +26 -0
  68. package/dist/dto/workflow-reviews/workflow-review-activity.dto.js +24 -0
  69. package/dist/dto/workflow-reviews/workflow-review-activity.dto.js.map +1 -0
  70. package/dist/dto/workflows/base-workflow.dto.d.ts +1 -3
  71. package/dist/dto/workflows/base-workflow.dto.js +1 -15
  72. package/dist/dto/workflows/base-workflow.dto.js.map +1 -1
  73. package/dist/dto/workflows/create-workflow.dto.d.ts +0 -2
  74. package/dist/dto/workflows/list-workflows-query.dto.d.ts +23 -0
  75. package/dist/dto/workflows/list-workflows-query.dto.js +19 -0
  76. package/dist/dto/workflows/list-workflows-query.dto.js.map +1 -0
  77. package/dist/dto/workflows/update-workflow.dto.d.ts +0 -2
  78. package/dist/dto/workflows/workflow-public.dto.d.ts +1094 -0
  79. package/dist/dto/workflows/workflow-public.dto.js +25 -1
  80. package/dist/dto/workflows/workflow-public.dto.js.map +1 -1
  81. package/dist/dto/workflows/workflow-tags-public.dto.d.ts +36 -0
  82. package/dist/dto/workflows/workflow-tags-public.dto.js +13 -0
  83. package/dist/dto/workflows/workflow-tags-public.dto.js.map +1 -0
  84. package/dist/frontend-settings.d.ts +2 -0
  85. package/dist/index.d.ts +11 -7
  86. package/dist/index.js +39 -6
  87. package/dist/index.js.map +1 -1
  88. package/dist/schemas/agent-evals.schema.d.ts +2 -0
  89. package/dist/schemas/agent-evals.schema.js +3 -1
  90. package/dist/schemas/agent-evals.schema.js.map +1 -1
  91. package/dist/schemas/agent-run-reducer.js +1 -0
  92. package/dist/schemas/agent-run-reducer.js.map +1 -1
  93. package/dist/schemas/instance-ai.schema.d.ts +668 -0
  94. package/dist/schemas/instance-ai.schema.js +138 -7
  95. package/dist/schemas/instance-ai.schema.js.map +1 -1
  96. package/dist/schemas/mcp.schema.d.ts +1 -1
  97. package/dist/schemas/mcp.schema.js +1 -0
  98. package/dist/schemas/mcp.schema.js.map +1 -1
  99. package/dist/workflow-review-activity.d.ts +112 -0
  100. package/dist/workflow-review-activity.js +29 -0
  101. package/dist/workflow-review-activity.js.map +1 -0
  102. package/dist/zod-class.d.ts +7 -0
  103. package/dist/zod-class.js +19 -0
  104. package/dist/zod-class.js.map +1 -1
  105. package/package.json +6 -6
@@ -856,4 +856,1098 @@ declare const WorkflowPublicDto_base: import("../../zod-class").ZodClass<{
856
856
  }>;
857
857
  export declare class WorkflowPublicDto extends WorkflowPublicDto_base {
858
858
  }
859
+ export declare const workflowListItemSharedPublicSchema: z.ZodObject<Omit<{
860
+ role: z.ZodString;
861
+ workflowId: z.ZodString;
862
+ projectId: z.ZodString;
863
+ project: z.ZodObject<{
864
+ id: z.ZodString;
865
+ name: z.ZodString;
866
+ type: z.ZodEnum<["personal", "team"]>;
867
+ icon: z.ZodNullable<z.ZodObject<{
868
+ type: z.ZodEnum<["emoji", "icon"]>;
869
+ value: z.ZodString;
870
+ }, "strip", z.ZodTypeAny, {
871
+ type: "emoji" | "icon";
872
+ value: string;
873
+ }, {
874
+ type: "emoji" | "icon";
875
+ value: string;
876
+ }>>;
877
+ description: z.ZodNullable<z.ZodString>;
878
+ customTelemetryTags: z.ZodArray<z.ZodObject<{
879
+ key: z.ZodString;
880
+ value: z.ZodString;
881
+ }, "strip", z.ZodTypeAny, {
882
+ key: string;
883
+ value: string;
884
+ }, {
885
+ key: string;
886
+ value: string;
887
+ }>, "many">;
888
+ creatorId: z.ZodNullable<z.ZodString>;
889
+ createdAt: z.ZodString;
890
+ updatedAt: z.ZodString;
891
+ }, "strip", z.ZodTypeAny, {
892
+ id: string;
893
+ name: string;
894
+ type: "personal" | "team";
895
+ icon: {
896
+ type: "emoji" | "icon";
897
+ value: string;
898
+ } | null;
899
+ description: string | null;
900
+ customTelemetryTags: {
901
+ key: string;
902
+ value: string;
903
+ }[];
904
+ creatorId: string | null;
905
+ createdAt: string;
906
+ updatedAt: string;
907
+ }, {
908
+ id: string;
909
+ name: string;
910
+ type: "personal" | "team";
911
+ icon: {
912
+ type: "emoji" | "icon";
913
+ value: string;
914
+ } | null;
915
+ description: string | null;
916
+ customTelemetryTags: {
917
+ key: string;
918
+ value: string;
919
+ }[];
920
+ creatorId: string | null;
921
+ createdAt: string;
922
+ updatedAt: string;
923
+ }>;
924
+ createdAt: z.ZodString;
925
+ updatedAt: z.ZodString;
926
+ }, "project">, "strip", z.ZodTypeAny, {
927
+ role: string;
928
+ workflowId: string;
929
+ projectId: string;
930
+ createdAt: string;
931
+ updatedAt: string;
932
+ }, {
933
+ role: string;
934
+ workflowId: string;
935
+ projectId: string;
936
+ createdAt: string;
937
+ updatedAt: string;
938
+ }>;
939
+ export declare const workflowListItemActiveVersionPublicSchema: z.ZodObject<Omit<{
940
+ versionId: z.ZodString;
941
+ workflowId: z.ZodString;
942
+ nodes: z.ZodType<INode[], z.ZodTypeDef, INode[]>;
943
+ connections: z.ZodType<IConnections, z.ZodTypeDef, IConnections>;
944
+ nodeGroups: z.ZodType<IWorkflowGroup[], z.ZodTypeDef, IWorkflowGroup[]>;
945
+ authors: z.ZodString;
946
+ name: z.ZodNullable<z.ZodString>;
947
+ description: z.ZodNullable<z.ZodString>;
948
+ autosaved: z.ZodBoolean;
949
+ createdAt: z.ZodString;
950
+ updatedAt: z.ZodString;
951
+ workflowPublishHistory: z.ZodArray<z.ZodObject<{
952
+ id: z.ZodNumber;
953
+ workflowId: z.ZodString;
954
+ versionId: z.ZodNullable<z.ZodString>;
955
+ event: z.ZodEnum<["activated", "deactivated"]>;
956
+ userId: z.ZodNullable<z.ZodString>;
957
+ createdAt: z.ZodString;
958
+ }, "strip", z.ZodTypeAny, {
959
+ id: number;
960
+ workflowId: string;
961
+ versionId: string | null;
962
+ event: "activated" | "deactivated";
963
+ userId: string | null;
964
+ createdAt: string;
965
+ }, {
966
+ id: number;
967
+ workflowId: string;
968
+ versionId: string | null;
969
+ event: "activated" | "deactivated";
970
+ userId: string | null;
971
+ createdAt: string;
972
+ }>, "many">;
973
+ }, "workflowPublishHistory">, "strip", z.ZodTypeAny, {
974
+ versionId: string;
975
+ workflowId: string;
976
+ nodes: INode[];
977
+ connections: IConnections;
978
+ nodeGroups: IWorkflowGroup[];
979
+ authors: string;
980
+ name: string | null;
981
+ description: string | null;
982
+ autosaved: boolean;
983
+ createdAt: string;
984
+ updatedAt: string;
985
+ }, {
986
+ versionId: string;
987
+ workflowId: string;
988
+ nodes: INode[];
989
+ connections: IConnections;
990
+ nodeGroups: IWorkflowGroup[];
991
+ authors: string;
992
+ name: string | null;
993
+ description: string | null;
994
+ autosaved: boolean;
995
+ createdAt: string;
996
+ updatedAt: string;
997
+ }>;
998
+ export declare const workflowListItemPublicSchema: z.ZodObject<Omit<{
999
+ id: z.ZodString;
1000
+ name: z.ZodString;
1001
+ description: z.ZodNullable<z.ZodString>;
1002
+ active: z.ZodBoolean;
1003
+ activeVersionId: z.ZodNullable<z.ZodString>;
1004
+ createdAt: z.ZodString;
1005
+ updatedAt: z.ZodString;
1006
+ isArchived: z.ZodBoolean;
1007
+ versionId: z.ZodString;
1008
+ versionCounter: z.ZodNumber;
1009
+ sourceWorkflowId: z.ZodNullable<z.ZodString>;
1010
+ triggerCount: z.ZodNumber;
1011
+ nodes: z.ZodType<INode[], z.ZodTypeDef, INode[]>;
1012
+ connections: z.ZodType<IConnections, z.ZodTypeDef, IConnections>;
1013
+ nodeGroups: z.ZodType<IWorkflowGroup[], z.ZodTypeDef, IWorkflowGroup[]>;
1014
+ settings: z.ZodType<Record<string, unknown> | null, z.ZodTypeDef, Record<string, unknown> | null>;
1015
+ staticData: z.ZodType<Record<string, unknown> | null, z.ZodTypeDef, Record<string, unknown> | null>;
1016
+ pinData: z.ZodOptional<z.ZodType<Record<string, unknown> | null, z.ZodTypeDef, Record<string, unknown> | null>>;
1017
+ meta: z.ZodType<Record<string, unknown> | null, z.ZodTypeDef, Record<string, unknown> | null>;
1018
+ tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
1019
+ id: z.ZodString;
1020
+ name: z.ZodString;
1021
+ createdAt: z.ZodString;
1022
+ updatedAt: z.ZodString;
1023
+ }, "strip", z.ZodTypeAny, {
1024
+ id: string;
1025
+ name: string;
1026
+ createdAt: string;
1027
+ updatedAt: string;
1028
+ }, {
1029
+ id: string;
1030
+ name: string;
1031
+ createdAt: string;
1032
+ updatedAt: string;
1033
+ }>, "many">>;
1034
+ shared: z.ZodArray<z.ZodObject<{
1035
+ role: z.ZodString;
1036
+ workflowId: z.ZodString;
1037
+ projectId: z.ZodString;
1038
+ project: z.ZodObject<{
1039
+ id: z.ZodString;
1040
+ name: z.ZodString;
1041
+ type: z.ZodEnum<["personal", "team"]>;
1042
+ icon: z.ZodNullable<z.ZodObject<{
1043
+ type: z.ZodEnum<["emoji", "icon"]>;
1044
+ value: z.ZodString;
1045
+ }, "strip", z.ZodTypeAny, {
1046
+ type: "emoji" | "icon";
1047
+ value: string;
1048
+ }, {
1049
+ type: "emoji" | "icon";
1050
+ value: string;
1051
+ }>>;
1052
+ description: z.ZodNullable<z.ZodString>;
1053
+ customTelemetryTags: z.ZodArray<z.ZodObject<{
1054
+ key: z.ZodString;
1055
+ value: z.ZodString;
1056
+ }, "strip", z.ZodTypeAny, {
1057
+ key: string;
1058
+ value: string;
1059
+ }, {
1060
+ key: string;
1061
+ value: string;
1062
+ }>, "many">;
1063
+ creatorId: z.ZodNullable<z.ZodString>;
1064
+ createdAt: z.ZodString;
1065
+ updatedAt: z.ZodString;
1066
+ }, "strip", z.ZodTypeAny, {
1067
+ id: string;
1068
+ name: string;
1069
+ type: "personal" | "team";
1070
+ icon: {
1071
+ type: "emoji" | "icon";
1072
+ value: string;
1073
+ } | null;
1074
+ description: string | null;
1075
+ customTelemetryTags: {
1076
+ key: string;
1077
+ value: string;
1078
+ }[];
1079
+ creatorId: string | null;
1080
+ createdAt: string;
1081
+ updatedAt: string;
1082
+ }, {
1083
+ id: string;
1084
+ name: string;
1085
+ type: "personal" | "team";
1086
+ icon: {
1087
+ type: "emoji" | "icon";
1088
+ value: string;
1089
+ } | null;
1090
+ description: string | null;
1091
+ customTelemetryTags: {
1092
+ key: string;
1093
+ value: string;
1094
+ }[];
1095
+ creatorId: string | null;
1096
+ createdAt: string;
1097
+ updatedAt: string;
1098
+ }>;
1099
+ createdAt: z.ZodString;
1100
+ updatedAt: z.ZodString;
1101
+ }, "strip", z.ZodTypeAny, {
1102
+ role: string;
1103
+ workflowId: string;
1104
+ projectId: string;
1105
+ project: {
1106
+ id: string;
1107
+ name: string;
1108
+ type: "personal" | "team";
1109
+ icon: {
1110
+ type: "emoji" | "icon";
1111
+ value: string;
1112
+ } | null;
1113
+ description: string | null;
1114
+ customTelemetryTags: {
1115
+ key: string;
1116
+ value: string;
1117
+ }[];
1118
+ creatorId: string | null;
1119
+ createdAt: string;
1120
+ updatedAt: string;
1121
+ };
1122
+ createdAt: string;
1123
+ updatedAt: string;
1124
+ }, {
1125
+ role: string;
1126
+ workflowId: string;
1127
+ projectId: string;
1128
+ project: {
1129
+ id: string;
1130
+ name: string;
1131
+ type: "personal" | "team";
1132
+ icon: {
1133
+ type: "emoji" | "icon";
1134
+ value: string;
1135
+ } | null;
1136
+ description: string | null;
1137
+ customTelemetryTags: {
1138
+ key: string;
1139
+ value: string;
1140
+ }[];
1141
+ creatorId: string | null;
1142
+ createdAt: string;
1143
+ updatedAt: string;
1144
+ };
1145
+ createdAt: string;
1146
+ updatedAt: string;
1147
+ }>, "many">;
1148
+ activeVersion: z.ZodNullable<z.ZodObject<{
1149
+ versionId: z.ZodString;
1150
+ workflowId: z.ZodString;
1151
+ nodes: z.ZodType<INode[], z.ZodTypeDef, INode[]>;
1152
+ connections: z.ZodType<IConnections, z.ZodTypeDef, IConnections>;
1153
+ nodeGroups: z.ZodType<IWorkflowGroup[], z.ZodTypeDef, IWorkflowGroup[]>;
1154
+ authors: z.ZodString;
1155
+ name: z.ZodNullable<z.ZodString>;
1156
+ description: z.ZodNullable<z.ZodString>;
1157
+ autosaved: z.ZodBoolean;
1158
+ createdAt: z.ZodString;
1159
+ updatedAt: z.ZodString;
1160
+ workflowPublishHistory: z.ZodArray<z.ZodObject<{
1161
+ id: z.ZodNumber;
1162
+ workflowId: z.ZodString;
1163
+ versionId: z.ZodNullable<z.ZodString>;
1164
+ event: z.ZodEnum<["activated", "deactivated"]>;
1165
+ userId: z.ZodNullable<z.ZodString>;
1166
+ createdAt: z.ZodString;
1167
+ }, "strip", z.ZodTypeAny, {
1168
+ id: number;
1169
+ workflowId: string;
1170
+ versionId: string | null;
1171
+ event: "activated" | "deactivated";
1172
+ userId: string | null;
1173
+ createdAt: string;
1174
+ }, {
1175
+ id: number;
1176
+ workflowId: string;
1177
+ versionId: string | null;
1178
+ event: "activated" | "deactivated";
1179
+ userId: string | null;
1180
+ createdAt: string;
1181
+ }>, "many">;
1182
+ }, "strip", z.ZodTypeAny, {
1183
+ versionId: string;
1184
+ workflowId: string;
1185
+ nodes: INode[];
1186
+ connections: IConnections;
1187
+ nodeGroups: IWorkflowGroup[];
1188
+ authors: string;
1189
+ name: string | null;
1190
+ description: string | null;
1191
+ autosaved: boolean;
1192
+ createdAt: string;
1193
+ updatedAt: string;
1194
+ workflowPublishHistory: {
1195
+ id: number;
1196
+ workflowId: string;
1197
+ versionId: string | null;
1198
+ event: "activated" | "deactivated";
1199
+ userId: string | null;
1200
+ createdAt: string;
1201
+ }[];
1202
+ }, {
1203
+ versionId: string;
1204
+ workflowId: string;
1205
+ nodes: INode[];
1206
+ connections: IConnections;
1207
+ nodeGroups: IWorkflowGroup[];
1208
+ authors: string;
1209
+ name: string | null;
1210
+ description: string | null;
1211
+ autosaved: boolean;
1212
+ createdAt: string;
1213
+ updatedAt: string;
1214
+ workflowPublishHistory: {
1215
+ id: number;
1216
+ workflowId: string;
1217
+ versionId: string | null;
1218
+ event: "activated" | "deactivated";
1219
+ userId: string | null;
1220
+ createdAt: string;
1221
+ }[];
1222
+ }>>;
1223
+ }, "activeVersion" | "description" | "shared" | "sourceWorkflowId" | "versionCounter"> & {
1224
+ shared: z.ZodArray<z.ZodObject<Omit<{
1225
+ role: z.ZodString;
1226
+ workflowId: z.ZodString;
1227
+ projectId: z.ZodString;
1228
+ project: z.ZodObject<{
1229
+ id: z.ZodString;
1230
+ name: z.ZodString;
1231
+ type: z.ZodEnum<["personal", "team"]>;
1232
+ icon: z.ZodNullable<z.ZodObject<{
1233
+ type: z.ZodEnum<["emoji", "icon"]>;
1234
+ value: z.ZodString;
1235
+ }, "strip", z.ZodTypeAny, {
1236
+ type: "emoji" | "icon";
1237
+ value: string;
1238
+ }, {
1239
+ type: "emoji" | "icon";
1240
+ value: string;
1241
+ }>>;
1242
+ description: z.ZodNullable<z.ZodString>;
1243
+ customTelemetryTags: z.ZodArray<z.ZodObject<{
1244
+ key: z.ZodString;
1245
+ value: z.ZodString;
1246
+ }, "strip", z.ZodTypeAny, {
1247
+ key: string;
1248
+ value: string;
1249
+ }, {
1250
+ key: string;
1251
+ value: string;
1252
+ }>, "many">;
1253
+ creatorId: z.ZodNullable<z.ZodString>;
1254
+ createdAt: z.ZodString;
1255
+ updatedAt: z.ZodString;
1256
+ }, "strip", z.ZodTypeAny, {
1257
+ id: string;
1258
+ name: string;
1259
+ type: "personal" | "team";
1260
+ icon: {
1261
+ type: "emoji" | "icon";
1262
+ value: string;
1263
+ } | null;
1264
+ description: string | null;
1265
+ customTelemetryTags: {
1266
+ key: string;
1267
+ value: string;
1268
+ }[];
1269
+ creatorId: string | null;
1270
+ createdAt: string;
1271
+ updatedAt: string;
1272
+ }, {
1273
+ id: string;
1274
+ name: string;
1275
+ type: "personal" | "team";
1276
+ icon: {
1277
+ type: "emoji" | "icon";
1278
+ value: string;
1279
+ } | null;
1280
+ description: string | null;
1281
+ customTelemetryTags: {
1282
+ key: string;
1283
+ value: string;
1284
+ }[];
1285
+ creatorId: string | null;
1286
+ createdAt: string;
1287
+ updatedAt: string;
1288
+ }>;
1289
+ createdAt: z.ZodString;
1290
+ updatedAt: z.ZodString;
1291
+ }, "project">, "strip", z.ZodTypeAny, {
1292
+ role: string;
1293
+ workflowId: string;
1294
+ projectId: string;
1295
+ createdAt: string;
1296
+ updatedAt: string;
1297
+ }, {
1298
+ role: string;
1299
+ workflowId: string;
1300
+ projectId: string;
1301
+ createdAt: string;
1302
+ updatedAt: string;
1303
+ }>, "many">;
1304
+ activeVersion: z.ZodNullable<z.ZodObject<Omit<{
1305
+ versionId: z.ZodString;
1306
+ workflowId: z.ZodString;
1307
+ nodes: z.ZodType<INode[], z.ZodTypeDef, INode[]>;
1308
+ connections: z.ZodType<IConnections, z.ZodTypeDef, IConnections>;
1309
+ nodeGroups: z.ZodType<IWorkflowGroup[], z.ZodTypeDef, IWorkflowGroup[]>;
1310
+ authors: z.ZodString;
1311
+ name: z.ZodNullable<z.ZodString>;
1312
+ description: z.ZodNullable<z.ZodString>;
1313
+ autosaved: z.ZodBoolean;
1314
+ createdAt: z.ZodString;
1315
+ updatedAt: z.ZodString;
1316
+ workflowPublishHistory: z.ZodArray<z.ZodObject<{
1317
+ id: z.ZodNumber;
1318
+ workflowId: z.ZodString;
1319
+ versionId: z.ZodNullable<z.ZodString>;
1320
+ event: z.ZodEnum<["activated", "deactivated"]>;
1321
+ userId: z.ZodNullable<z.ZodString>;
1322
+ createdAt: z.ZodString;
1323
+ }, "strip", z.ZodTypeAny, {
1324
+ id: number;
1325
+ workflowId: string;
1326
+ versionId: string | null;
1327
+ event: "activated" | "deactivated";
1328
+ userId: string | null;
1329
+ createdAt: string;
1330
+ }, {
1331
+ id: number;
1332
+ workflowId: string;
1333
+ versionId: string | null;
1334
+ event: "activated" | "deactivated";
1335
+ userId: string | null;
1336
+ createdAt: string;
1337
+ }>, "many">;
1338
+ }, "workflowPublishHistory">, "strip", z.ZodTypeAny, {
1339
+ versionId: string;
1340
+ workflowId: string;
1341
+ nodes: INode[];
1342
+ connections: IConnections;
1343
+ nodeGroups: IWorkflowGroup[];
1344
+ authors: string;
1345
+ name: string | null;
1346
+ description: string | null;
1347
+ autosaved: boolean;
1348
+ createdAt: string;
1349
+ updatedAt: string;
1350
+ }, {
1351
+ versionId: string;
1352
+ workflowId: string;
1353
+ nodes: INode[];
1354
+ connections: IConnections;
1355
+ nodeGroups: IWorkflowGroup[];
1356
+ authors: string;
1357
+ name: string | null;
1358
+ description: string | null;
1359
+ autosaved: boolean;
1360
+ createdAt: string;
1361
+ updatedAt: string;
1362
+ }>>;
1363
+ }, "strip", z.ZodTypeAny, {
1364
+ id: string;
1365
+ name: string;
1366
+ active: boolean;
1367
+ activeVersionId: string | null;
1368
+ createdAt: string;
1369
+ updatedAt: string;
1370
+ isArchived: boolean;
1371
+ versionId: string;
1372
+ triggerCount: number;
1373
+ nodes: INode[];
1374
+ connections: IConnections;
1375
+ nodeGroups: IWorkflowGroup[];
1376
+ settings: Record<string, unknown> | null;
1377
+ staticData: Record<string, unknown> | null;
1378
+ pinData?: Record<string, unknown> | null | undefined;
1379
+ meta: Record<string, unknown> | null;
1380
+ tags?: {
1381
+ id: string;
1382
+ name: string;
1383
+ createdAt: string;
1384
+ updatedAt: string;
1385
+ }[] | undefined;
1386
+ shared: {
1387
+ role: string;
1388
+ workflowId: string;
1389
+ projectId: string;
1390
+ createdAt: string;
1391
+ updatedAt: string;
1392
+ }[];
1393
+ activeVersion: {
1394
+ versionId: string;
1395
+ workflowId: string;
1396
+ nodes: INode[];
1397
+ connections: IConnections;
1398
+ nodeGroups: IWorkflowGroup[];
1399
+ authors: string;
1400
+ name: string | null;
1401
+ description: string | null;
1402
+ autosaved: boolean;
1403
+ createdAt: string;
1404
+ updatedAt: string;
1405
+ } | null;
1406
+ }, {
1407
+ id: string;
1408
+ name: string;
1409
+ active: boolean;
1410
+ activeVersionId: string | null;
1411
+ createdAt: string;
1412
+ updatedAt: string;
1413
+ isArchived: boolean;
1414
+ versionId: string;
1415
+ triggerCount: number;
1416
+ nodes: INode[];
1417
+ connections: IConnections;
1418
+ nodeGroups: IWorkflowGroup[];
1419
+ settings: Record<string, unknown> | null;
1420
+ staticData: Record<string, unknown> | null;
1421
+ pinData?: Record<string, unknown> | null | undefined;
1422
+ meta: Record<string, unknown> | null;
1423
+ tags?: {
1424
+ id: string;
1425
+ name: string;
1426
+ createdAt: string;
1427
+ updatedAt: string;
1428
+ }[] | undefined;
1429
+ shared: {
1430
+ role: string;
1431
+ workflowId: string;
1432
+ projectId: string;
1433
+ createdAt: string;
1434
+ updatedAt: string;
1435
+ }[];
1436
+ activeVersion: {
1437
+ versionId: string;
1438
+ workflowId: string;
1439
+ nodes: INode[];
1440
+ connections: IConnections;
1441
+ nodeGroups: IWorkflowGroup[];
1442
+ authors: string;
1443
+ name: string | null;
1444
+ description: string | null;
1445
+ autosaved: boolean;
1446
+ createdAt: string;
1447
+ updatedAt: string;
1448
+ } | null;
1449
+ }>;
1450
+ declare const WorkflowListPublicDto_base: import("../../zod-class").ZodClass<{
1451
+ data: {
1452
+ id: string;
1453
+ name: string;
1454
+ active: boolean;
1455
+ activeVersionId: string | null;
1456
+ createdAt: string;
1457
+ updatedAt: string;
1458
+ isArchived: boolean;
1459
+ versionId: string;
1460
+ triggerCount: number;
1461
+ nodes: INode[];
1462
+ connections: IConnections;
1463
+ nodeGroups: IWorkflowGroup[];
1464
+ settings: Record<string, unknown> | null;
1465
+ staticData: Record<string, unknown> | null;
1466
+ pinData?: Record<string, unknown> | null | undefined;
1467
+ meta: Record<string, unknown> | null;
1468
+ tags?: {
1469
+ id: string;
1470
+ name: string;
1471
+ createdAt: string;
1472
+ updatedAt: string;
1473
+ }[] | undefined;
1474
+ shared: {
1475
+ role: string;
1476
+ workflowId: string;
1477
+ projectId: string;
1478
+ createdAt: string;
1479
+ updatedAt: string;
1480
+ }[];
1481
+ activeVersion: {
1482
+ versionId: string;
1483
+ workflowId: string;
1484
+ nodes: INode[];
1485
+ connections: IConnections;
1486
+ nodeGroups: IWorkflowGroup[];
1487
+ authors: string;
1488
+ name: string | null;
1489
+ description: string | null;
1490
+ autosaved: boolean;
1491
+ createdAt: string;
1492
+ updatedAt: string;
1493
+ } | null;
1494
+ }[];
1495
+ nextCursor: string | null;
1496
+ }, {
1497
+ data: z.ZodArray<z.ZodObject<Omit<{
1498
+ id: z.ZodString;
1499
+ name: z.ZodString;
1500
+ description: z.ZodNullable<z.ZodString>;
1501
+ active: z.ZodBoolean;
1502
+ activeVersionId: z.ZodNullable<z.ZodString>;
1503
+ createdAt: z.ZodString;
1504
+ updatedAt: z.ZodString;
1505
+ isArchived: z.ZodBoolean;
1506
+ versionId: z.ZodString;
1507
+ versionCounter: z.ZodNumber;
1508
+ sourceWorkflowId: z.ZodNullable<z.ZodString>;
1509
+ triggerCount: z.ZodNumber;
1510
+ nodes: z.ZodType<INode[], z.ZodTypeDef, INode[]>;
1511
+ connections: z.ZodType<IConnections, z.ZodTypeDef, IConnections>;
1512
+ nodeGroups: z.ZodType<IWorkflowGroup[], z.ZodTypeDef, IWorkflowGroup[]>;
1513
+ settings: z.ZodType<Record<string, unknown> | null, z.ZodTypeDef, Record<string, unknown> | null>;
1514
+ staticData: z.ZodType<Record<string, unknown> | null, z.ZodTypeDef, Record<string, unknown> | null>;
1515
+ pinData: z.ZodOptional<z.ZodType<Record<string, unknown> | null, z.ZodTypeDef, Record<string, unknown> | null>>;
1516
+ meta: z.ZodType<Record<string, unknown> | null, z.ZodTypeDef, Record<string, unknown> | null>;
1517
+ tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
1518
+ id: z.ZodString;
1519
+ name: z.ZodString;
1520
+ createdAt: z.ZodString;
1521
+ updatedAt: z.ZodString;
1522
+ }, "strip", z.ZodTypeAny, {
1523
+ id: string;
1524
+ name: string;
1525
+ createdAt: string;
1526
+ updatedAt: string;
1527
+ }, {
1528
+ id: string;
1529
+ name: string;
1530
+ createdAt: string;
1531
+ updatedAt: string;
1532
+ }>, "many">>;
1533
+ shared: z.ZodArray<z.ZodObject<{
1534
+ role: z.ZodString;
1535
+ workflowId: z.ZodString;
1536
+ projectId: z.ZodString;
1537
+ project: z.ZodObject<{
1538
+ id: z.ZodString;
1539
+ name: z.ZodString;
1540
+ type: z.ZodEnum<["personal", "team"]>;
1541
+ icon: z.ZodNullable<z.ZodObject<{
1542
+ type: z.ZodEnum<["emoji", "icon"]>;
1543
+ value: z.ZodString;
1544
+ }, "strip", z.ZodTypeAny, {
1545
+ type: "emoji" | "icon";
1546
+ value: string;
1547
+ }, {
1548
+ type: "emoji" | "icon";
1549
+ value: string;
1550
+ }>>;
1551
+ description: z.ZodNullable<z.ZodString>;
1552
+ customTelemetryTags: z.ZodArray<z.ZodObject<{
1553
+ key: z.ZodString;
1554
+ value: z.ZodString;
1555
+ }, "strip", z.ZodTypeAny, {
1556
+ key: string;
1557
+ value: string;
1558
+ }, {
1559
+ key: string;
1560
+ value: string;
1561
+ }>, "many">;
1562
+ creatorId: z.ZodNullable<z.ZodString>;
1563
+ createdAt: z.ZodString;
1564
+ updatedAt: z.ZodString;
1565
+ }, "strip", z.ZodTypeAny, {
1566
+ id: string;
1567
+ name: string;
1568
+ type: "personal" | "team";
1569
+ icon: {
1570
+ type: "emoji" | "icon";
1571
+ value: string;
1572
+ } | null;
1573
+ description: string | null;
1574
+ customTelemetryTags: {
1575
+ key: string;
1576
+ value: string;
1577
+ }[];
1578
+ creatorId: string | null;
1579
+ createdAt: string;
1580
+ updatedAt: string;
1581
+ }, {
1582
+ id: string;
1583
+ name: string;
1584
+ type: "personal" | "team";
1585
+ icon: {
1586
+ type: "emoji" | "icon";
1587
+ value: string;
1588
+ } | null;
1589
+ description: string | null;
1590
+ customTelemetryTags: {
1591
+ key: string;
1592
+ value: string;
1593
+ }[];
1594
+ creatorId: string | null;
1595
+ createdAt: string;
1596
+ updatedAt: string;
1597
+ }>;
1598
+ createdAt: z.ZodString;
1599
+ updatedAt: z.ZodString;
1600
+ }, "strip", z.ZodTypeAny, {
1601
+ role: string;
1602
+ workflowId: string;
1603
+ projectId: string;
1604
+ project: {
1605
+ id: string;
1606
+ name: string;
1607
+ type: "personal" | "team";
1608
+ icon: {
1609
+ type: "emoji" | "icon";
1610
+ value: string;
1611
+ } | null;
1612
+ description: string | null;
1613
+ customTelemetryTags: {
1614
+ key: string;
1615
+ value: string;
1616
+ }[];
1617
+ creatorId: string | null;
1618
+ createdAt: string;
1619
+ updatedAt: string;
1620
+ };
1621
+ createdAt: string;
1622
+ updatedAt: string;
1623
+ }, {
1624
+ role: string;
1625
+ workflowId: string;
1626
+ projectId: string;
1627
+ project: {
1628
+ id: string;
1629
+ name: string;
1630
+ type: "personal" | "team";
1631
+ icon: {
1632
+ type: "emoji" | "icon";
1633
+ value: string;
1634
+ } | null;
1635
+ description: string | null;
1636
+ customTelemetryTags: {
1637
+ key: string;
1638
+ value: string;
1639
+ }[];
1640
+ creatorId: string | null;
1641
+ createdAt: string;
1642
+ updatedAt: string;
1643
+ };
1644
+ createdAt: string;
1645
+ updatedAt: string;
1646
+ }>, "many">;
1647
+ activeVersion: z.ZodNullable<z.ZodObject<{
1648
+ versionId: z.ZodString;
1649
+ workflowId: z.ZodString;
1650
+ nodes: z.ZodType<INode[], z.ZodTypeDef, INode[]>;
1651
+ connections: z.ZodType<IConnections, z.ZodTypeDef, IConnections>;
1652
+ nodeGroups: z.ZodType<IWorkflowGroup[], z.ZodTypeDef, IWorkflowGroup[]>;
1653
+ authors: z.ZodString;
1654
+ name: z.ZodNullable<z.ZodString>;
1655
+ description: z.ZodNullable<z.ZodString>;
1656
+ autosaved: z.ZodBoolean;
1657
+ createdAt: z.ZodString;
1658
+ updatedAt: z.ZodString;
1659
+ workflowPublishHistory: z.ZodArray<z.ZodObject<{
1660
+ id: z.ZodNumber;
1661
+ workflowId: z.ZodString;
1662
+ versionId: z.ZodNullable<z.ZodString>;
1663
+ event: z.ZodEnum<["activated", "deactivated"]>;
1664
+ userId: z.ZodNullable<z.ZodString>;
1665
+ createdAt: z.ZodString;
1666
+ }, "strip", z.ZodTypeAny, {
1667
+ id: number;
1668
+ workflowId: string;
1669
+ versionId: string | null;
1670
+ event: "activated" | "deactivated";
1671
+ userId: string | null;
1672
+ createdAt: string;
1673
+ }, {
1674
+ id: number;
1675
+ workflowId: string;
1676
+ versionId: string | null;
1677
+ event: "activated" | "deactivated";
1678
+ userId: string | null;
1679
+ createdAt: string;
1680
+ }>, "many">;
1681
+ }, "strip", z.ZodTypeAny, {
1682
+ versionId: string;
1683
+ workflowId: string;
1684
+ nodes: INode[];
1685
+ connections: IConnections;
1686
+ nodeGroups: IWorkflowGroup[];
1687
+ authors: string;
1688
+ name: string | null;
1689
+ description: string | null;
1690
+ autosaved: boolean;
1691
+ createdAt: string;
1692
+ updatedAt: string;
1693
+ workflowPublishHistory: {
1694
+ id: number;
1695
+ workflowId: string;
1696
+ versionId: string | null;
1697
+ event: "activated" | "deactivated";
1698
+ userId: string | null;
1699
+ createdAt: string;
1700
+ }[];
1701
+ }, {
1702
+ versionId: string;
1703
+ workflowId: string;
1704
+ nodes: INode[];
1705
+ connections: IConnections;
1706
+ nodeGroups: IWorkflowGroup[];
1707
+ authors: string;
1708
+ name: string | null;
1709
+ description: string | null;
1710
+ autosaved: boolean;
1711
+ createdAt: string;
1712
+ updatedAt: string;
1713
+ workflowPublishHistory: {
1714
+ id: number;
1715
+ workflowId: string;
1716
+ versionId: string | null;
1717
+ event: "activated" | "deactivated";
1718
+ userId: string | null;
1719
+ createdAt: string;
1720
+ }[];
1721
+ }>>;
1722
+ }, "activeVersion" | "description" | "shared" | "sourceWorkflowId" | "versionCounter"> & {
1723
+ shared: z.ZodArray<z.ZodObject<Omit<{
1724
+ role: z.ZodString;
1725
+ workflowId: z.ZodString;
1726
+ projectId: z.ZodString;
1727
+ project: z.ZodObject<{
1728
+ id: z.ZodString;
1729
+ name: z.ZodString;
1730
+ type: z.ZodEnum<["personal", "team"]>;
1731
+ icon: z.ZodNullable<z.ZodObject<{
1732
+ type: z.ZodEnum<["emoji", "icon"]>;
1733
+ value: z.ZodString;
1734
+ }, "strip", z.ZodTypeAny, {
1735
+ type: "emoji" | "icon";
1736
+ value: string;
1737
+ }, {
1738
+ type: "emoji" | "icon";
1739
+ value: string;
1740
+ }>>;
1741
+ description: z.ZodNullable<z.ZodString>;
1742
+ customTelemetryTags: z.ZodArray<z.ZodObject<{
1743
+ key: z.ZodString;
1744
+ value: z.ZodString;
1745
+ }, "strip", z.ZodTypeAny, {
1746
+ key: string;
1747
+ value: string;
1748
+ }, {
1749
+ key: string;
1750
+ value: string;
1751
+ }>, "many">;
1752
+ creatorId: z.ZodNullable<z.ZodString>;
1753
+ createdAt: z.ZodString;
1754
+ updatedAt: z.ZodString;
1755
+ }, "strip", z.ZodTypeAny, {
1756
+ id: string;
1757
+ name: string;
1758
+ type: "personal" | "team";
1759
+ icon: {
1760
+ type: "emoji" | "icon";
1761
+ value: string;
1762
+ } | null;
1763
+ description: string | null;
1764
+ customTelemetryTags: {
1765
+ key: string;
1766
+ value: string;
1767
+ }[];
1768
+ creatorId: string | null;
1769
+ createdAt: string;
1770
+ updatedAt: string;
1771
+ }, {
1772
+ id: string;
1773
+ name: string;
1774
+ type: "personal" | "team";
1775
+ icon: {
1776
+ type: "emoji" | "icon";
1777
+ value: string;
1778
+ } | null;
1779
+ description: string | null;
1780
+ customTelemetryTags: {
1781
+ key: string;
1782
+ value: string;
1783
+ }[];
1784
+ creatorId: string | null;
1785
+ createdAt: string;
1786
+ updatedAt: string;
1787
+ }>;
1788
+ createdAt: z.ZodString;
1789
+ updatedAt: z.ZodString;
1790
+ }, "project">, "strip", z.ZodTypeAny, {
1791
+ role: string;
1792
+ workflowId: string;
1793
+ projectId: string;
1794
+ createdAt: string;
1795
+ updatedAt: string;
1796
+ }, {
1797
+ role: string;
1798
+ workflowId: string;
1799
+ projectId: string;
1800
+ createdAt: string;
1801
+ updatedAt: string;
1802
+ }>, "many">;
1803
+ activeVersion: z.ZodNullable<z.ZodObject<Omit<{
1804
+ versionId: z.ZodString;
1805
+ workflowId: z.ZodString;
1806
+ nodes: z.ZodType<INode[], z.ZodTypeDef, INode[]>;
1807
+ connections: z.ZodType<IConnections, z.ZodTypeDef, IConnections>;
1808
+ nodeGroups: z.ZodType<IWorkflowGroup[], z.ZodTypeDef, IWorkflowGroup[]>;
1809
+ authors: z.ZodString;
1810
+ name: z.ZodNullable<z.ZodString>;
1811
+ description: z.ZodNullable<z.ZodString>;
1812
+ autosaved: z.ZodBoolean;
1813
+ createdAt: z.ZodString;
1814
+ updatedAt: z.ZodString;
1815
+ workflowPublishHistory: z.ZodArray<z.ZodObject<{
1816
+ id: z.ZodNumber;
1817
+ workflowId: z.ZodString;
1818
+ versionId: z.ZodNullable<z.ZodString>;
1819
+ event: z.ZodEnum<["activated", "deactivated"]>;
1820
+ userId: z.ZodNullable<z.ZodString>;
1821
+ createdAt: z.ZodString;
1822
+ }, "strip", z.ZodTypeAny, {
1823
+ id: number;
1824
+ workflowId: string;
1825
+ versionId: string | null;
1826
+ event: "activated" | "deactivated";
1827
+ userId: string | null;
1828
+ createdAt: string;
1829
+ }, {
1830
+ id: number;
1831
+ workflowId: string;
1832
+ versionId: string | null;
1833
+ event: "activated" | "deactivated";
1834
+ userId: string | null;
1835
+ createdAt: string;
1836
+ }>, "many">;
1837
+ }, "workflowPublishHistory">, "strip", z.ZodTypeAny, {
1838
+ versionId: string;
1839
+ workflowId: string;
1840
+ nodes: INode[];
1841
+ connections: IConnections;
1842
+ nodeGroups: IWorkflowGroup[];
1843
+ authors: string;
1844
+ name: string | null;
1845
+ description: string | null;
1846
+ autosaved: boolean;
1847
+ createdAt: string;
1848
+ updatedAt: string;
1849
+ }, {
1850
+ versionId: string;
1851
+ workflowId: string;
1852
+ nodes: INode[];
1853
+ connections: IConnections;
1854
+ nodeGroups: IWorkflowGroup[];
1855
+ authors: string;
1856
+ name: string | null;
1857
+ description: string | null;
1858
+ autosaved: boolean;
1859
+ createdAt: string;
1860
+ updatedAt: string;
1861
+ }>>;
1862
+ }, "strip", z.ZodTypeAny, {
1863
+ id: string;
1864
+ name: string;
1865
+ active: boolean;
1866
+ activeVersionId: string | null;
1867
+ createdAt: string;
1868
+ updatedAt: string;
1869
+ isArchived: boolean;
1870
+ versionId: string;
1871
+ triggerCount: number;
1872
+ nodes: INode[];
1873
+ connections: IConnections;
1874
+ nodeGroups: IWorkflowGroup[];
1875
+ settings: Record<string, unknown> | null;
1876
+ staticData: Record<string, unknown> | null;
1877
+ pinData?: Record<string, unknown> | null | undefined;
1878
+ meta: Record<string, unknown> | null;
1879
+ tags?: {
1880
+ id: string;
1881
+ name: string;
1882
+ createdAt: string;
1883
+ updatedAt: string;
1884
+ }[] | undefined;
1885
+ shared: {
1886
+ role: string;
1887
+ workflowId: string;
1888
+ projectId: string;
1889
+ createdAt: string;
1890
+ updatedAt: string;
1891
+ }[];
1892
+ activeVersion: {
1893
+ versionId: string;
1894
+ workflowId: string;
1895
+ nodes: INode[];
1896
+ connections: IConnections;
1897
+ nodeGroups: IWorkflowGroup[];
1898
+ authors: string;
1899
+ name: string | null;
1900
+ description: string | null;
1901
+ autosaved: boolean;
1902
+ createdAt: string;
1903
+ updatedAt: string;
1904
+ } | null;
1905
+ }, {
1906
+ id: string;
1907
+ name: string;
1908
+ active: boolean;
1909
+ activeVersionId: string | null;
1910
+ createdAt: string;
1911
+ updatedAt: string;
1912
+ isArchived: boolean;
1913
+ versionId: string;
1914
+ triggerCount: number;
1915
+ nodes: INode[];
1916
+ connections: IConnections;
1917
+ nodeGroups: IWorkflowGroup[];
1918
+ settings: Record<string, unknown> | null;
1919
+ staticData: Record<string, unknown> | null;
1920
+ pinData?: Record<string, unknown> | null | undefined;
1921
+ meta: Record<string, unknown> | null;
1922
+ tags?: {
1923
+ id: string;
1924
+ name: string;
1925
+ createdAt: string;
1926
+ updatedAt: string;
1927
+ }[] | undefined;
1928
+ shared: {
1929
+ role: string;
1930
+ workflowId: string;
1931
+ projectId: string;
1932
+ createdAt: string;
1933
+ updatedAt: string;
1934
+ }[];
1935
+ activeVersion: {
1936
+ versionId: string;
1937
+ workflowId: string;
1938
+ nodes: INode[];
1939
+ connections: IConnections;
1940
+ nodeGroups: IWorkflowGroup[];
1941
+ authors: string;
1942
+ name: string | null;
1943
+ description: string | null;
1944
+ autosaved: boolean;
1945
+ createdAt: string;
1946
+ updatedAt: string;
1947
+ } | null;
1948
+ }>, "many">;
1949
+ nextCursor: z.ZodNullable<z.ZodString>;
1950
+ }>;
1951
+ export declare class WorkflowListPublicDto extends WorkflowListPublicDto_base {
1952
+ }
859
1953
  export {};