@n8n/api-types 1.28.2 → 1.29.1
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.
- package/dist/agent-builder-interactive.d.ts +34 -1
- package/dist/agent-builder-interactive.js +5 -1
- package/dist/agent-builder-interactive.js.map +1 -1
- package/dist/agents/agent-json-config.schema.d.ts +262 -131
- package/dist/agents/agent-json-config.schema.js +48 -21
- package/dist/agents/agent-json-config.schema.js.map +1 -1
- package/dist/agents/dto.d.ts +362 -13
- package/dist/agents/dto.js +97 -19
- package/dist/agents/dto.js.map +1 -1
- package/dist/agents/index.d.ts +1 -1
- package/dist/agents/index.js +3 -1
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/types.d.ts +6 -0
- package/dist/agents/types.js.map +1 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/chat-hub.d.ts +21 -14
- package/dist/chat-hub.js +6 -1
- package/dist/chat-hub.js.map +1 -1
- package/dist/dto/ai/ai-build-request.dto.d.ts +0 -21
- package/dist/dto/binary-data/binary-data-query.dto.js +1 -1
- package/dist/dto/binary-data/binary-data-query.dto.js.map +1 -1
- package/dist/dto/data-table/list-data-table-query.dto.d.ts +4 -4
- package/dist/dto/evaluations/evaluation-config.dto.d.ts +52 -52
- package/dist/dto/folders/list-folder-query.dto.d.ts +2 -2
- package/dist/dto/index.d.ts +1 -0
- package/dist/dto/index.js +4 -2
- package/dist/dto/index.js.map +1 -1
- package/dist/dto/oauth/oauth-client.dto.d.ts +8 -8
- package/dist/dto/packages/import-package-request.dto.d.ts +1 -1
- package/dist/dto/roles/role-member.schema.d.ts +20 -0
- package/dist/dto/roles/role-member.schema.js +12 -0
- package/dist/dto/roles/role-member.schema.js.map +1 -0
- package/dist/dto/roles/role-members-response.dto.d.ts +38 -0
- package/dist/dto/roles/role-members-response.dto.js +13 -0
- package/dist/dto/roles/role-members-response.dto.js.map +1 -0
- package/dist/dto/roles/role-project-members-response.dto.d.ts +2 -20
- package/dist/dto/roles/role-project-members-response.dto.js +2 -8
- package/dist/dto/roles/role-project-members-response.dto.js.map +1 -1
- package/dist/dto/source-control/push-work-folder-request.dto.d.ts +3 -3
- package/dist/dto/workflows/base-workflow.dto.d.ts +7 -7
- package/dist/dto/workflows/create-workflow.dto.d.ts +6 -6
- package/dist/dto/workflows/update-workflow.dto.d.ts +6 -6
- package/dist/frontend-settings.d.ts +3 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/push/instance-ai.d.ts +7 -0
- package/dist/schemas/breaking-changes.schema.d.ts +16 -16
- package/dist/schemas/credential-resolver.schema.d.ts +12 -12
- package/dist/schemas/credential-response.schema.d.ts +4 -4
- package/dist/schemas/data-table.schema.d.ts +4 -4
- package/dist/schemas/encryption-key.schema.d.ts +6 -6
- package/dist/schemas/instance-ai.schema.d.ts +410 -120
- package/dist/schemas/instance-ai.schema.js +43 -2
- package/dist/schemas/instance-ai.schema.js.map +1 -1
- package/dist/schemas/secrets-provider.schema.d.ts +10 -10
- package/dist/schemas/source-controlled-file.schema.d.ts +2 -2
- package/dist/schemas/user.schema.d.ts +24 -24
- package/dist/schemas/user.schema.js +1 -2
- package/dist/schemas/user.schema.js.map +1 -1
- package/package.json +11 -10
|
@@ -197,16 +197,16 @@ export declare const evaluationMetricSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
197
197
|
}>;
|
|
198
198
|
}, "strip", z.ZodTypeAny, {
|
|
199
199
|
type: "expression";
|
|
200
|
-
name: string;
|
|
201
200
|
id: string;
|
|
201
|
+
name: string;
|
|
202
202
|
config: {
|
|
203
203
|
expression: string;
|
|
204
204
|
outputType: "boolean" | "numeric";
|
|
205
205
|
};
|
|
206
206
|
}, {
|
|
207
207
|
type: "expression";
|
|
208
|
-
name: string;
|
|
209
208
|
id: string;
|
|
209
|
+
name: string;
|
|
210
210
|
config: {
|
|
211
211
|
expression: string;
|
|
212
212
|
outputType: "boolean" | "numeric";
|
|
@@ -286,8 +286,8 @@ export declare const evaluationMetricSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
286
286
|
}>;
|
|
287
287
|
}, "strip", z.ZodTypeAny, {
|
|
288
288
|
type: "llm_judge";
|
|
289
|
-
name: string;
|
|
290
289
|
id: string;
|
|
290
|
+
name: string;
|
|
291
291
|
config: {
|
|
292
292
|
provider: string;
|
|
293
293
|
model: string;
|
|
@@ -303,8 +303,8 @@ export declare const evaluationMetricSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
303
303
|
};
|
|
304
304
|
}, {
|
|
305
305
|
type: "llm_judge";
|
|
306
|
-
name: string;
|
|
307
306
|
id: string;
|
|
307
|
+
name: string;
|
|
308
308
|
config: {
|
|
309
309
|
provider: string;
|
|
310
310
|
model: string;
|
|
@@ -346,8 +346,8 @@ export declare const evaluationMetricSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
346
346
|
}>;
|
|
347
347
|
}, "strip", z.ZodTypeAny, {
|
|
348
348
|
type: "string_similarity";
|
|
349
|
-
name: string;
|
|
350
349
|
id: string;
|
|
350
|
+
name: string;
|
|
351
351
|
config: {
|
|
352
352
|
inputs: {
|
|
353
353
|
actualAnswer: string;
|
|
@@ -356,8 +356,8 @@ export declare const evaluationMetricSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
356
356
|
};
|
|
357
357
|
}, {
|
|
358
358
|
type: "string_similarity";
|
|
359
|
-
name: string;
|
|
360
359
|
id: string;
|
|
360
|
+
name: string;
|
|
361
361
|
config: {
|
|
362
362
|
inputs: {
|
|
363
363
|
actualAnswer: string;
|
|
@@ -392,8 +392,8 @@ export declare const evaluationMetricSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
392
392
|
}>;
|
|
393
393
|
}, "strip", z.ZodTypeAny, {
|
|
394
394
|
type: "categorization";
|
|
395
|
-
name: string;
|
|
396
395
|
id: string;
|
|
396
|
+
name: string;
|
|
397
397
|
config: {
|
|
398
398
|
inputs: {
|
|
399
399
|
actualAnswer: string;
|
|
@@ -402,8 +402,8 @@ export declare const evaluationMetricSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
402
402
|
};
|
|
403
403
|
}, {
|
|
404
404
|
type: "categorization";
|
|
405
|
-
name: string;
|
|
406
405
|
id: string;
|
|
406
|
+
name: string;
|
|
407
407
|
config: {
|
|
408
408
|
inputs: {
|
|
409
409
|
actualAnswer: string;
|
|
@@ -438,8 +438,8 @@ export declare const evaluationMetricSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
438
438
|
}>;
|
|
439
439
|
}, "strip", z.ZodTypeAny, {
|
|
440
440
|
type: "tools_used";
|
|
441
|
-
name: string;
|
|
442
441
|
id: string;
|
|
442
|
+
name: string;
|
|
443
443
|
config: {
|
|
444
444
|
inputs: {
|
|
445
445
|
expectedTools: string;
|
|
@@ -448,8 +448,8 @@ export declare const evaluationMetricSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
448
448
|
};
|
|
449
449
|
}, {
|
|
450
450
|
type: "tools_used";
|
|
451
|
-
name: string;
|
|
452
451
|
id: string;
|
|
452
|
+
name: string;
|
|
453
453
|
config: {
|
|
454
454
|
inputs: {
|
|
455
455
|
expectedTools: string;
|
|
@@ -565,16 +565,16 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
565
565
|
}>;
|
|
566
566
|
}, "strip", z.ZodTypeAny, {
|
|
567
567
|
type: "expression";
|
|
568
|
-
name: string;
|
|
569
568
|
id: string;
|
|
569
|
+
name: string;
|
|
570
570
|
config: {
|
|
571
571
|
expression: string;
|
|
572
572
|
outputType: "boolean" | "numeric";
|
|
573
573
|
};
|
|
574
574
|
}, {
|
|
575
575
|
type: "expression";
|
|
576
|
-
name: string;
|
|
577
576
|
id: string;
|
|
577
|
+
name: string;
|
|
578
578
|
config: {
|
|
579
579
|
expression: string;
|
|
580
580
|
outputType: "boolean" | "numeric";
|
|
@@ -654,8 +654,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
654
654
|
}>;
|
|
655
655
|
}, "strip", z.ZodTypeAny, {
|
|
656
656
|
type: "llm_judge";
|
|
657
|
-
name: string;
|
|
658
657
|
id: string;
|
|
658
|
+
name: string;
|
|
659
659
|
config: {
|
|
660
660
|
provider: string;
|
|
661
661
|
model: string;
|
|
@@ -671,8 +671,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
671
671
|
};
|
|
672
672
|
}, {
|
|
673
673
|
type: "llm_judge";
|
|
674
|
-
name: string;
|
|
675
674
|
id: string;
|
|
675
|
+
name: string;
|
|
676
676
|
config: {
|
|
677
677
|
provider: string;
|
|
678
678
|
model: string;
|
|
@@ -714,8 +714,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
714
714
|
}>;
|
|
715
715
|
}, "strip", z.ZodTypeAny, {
|
|
716
716
|
type: "string_similarity";
|
|
717
|
-
name: string;
|
|
718
717
|
id: string;
|
|
718
|
+
name: string;
|
|
719
719
|
config: {
|
|
720
720
|
inputs: {
|
|
721
721
|
actualAnswer: string;
|
|
@@ -724,8 +724,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
724
724
|
};
|
|
725
725
|
}, {
|
|
726
726
|
type: "string_similarity";
|
|
727
|
-
name: string;
|
|
728
727
|
id: string;
|
|
728
|
+
name: string;
|
|
729
729
|
config: {
|
|
730
730
|
inputs: {
|
|
731
731
|
actualAnswer: string;
|
|
@@ -760,8 +760,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
760
760
|
}>;
|
|
761
761
|
}, "strip", z.ZodTypeAny, {
|
|
762
762
|
type: "categorization";
|
|
763
|
-
name: string;
|
|
764
763
|
id: string;
|
|
764
|
+
name: string;
|
|
765
765
|
config: {
|
|
766
766
|
inputs: {
|
|
767
767
|
actualAnswer: string;
|
|
@@ -770,8 +770,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
770
770
|
};
|
|
771
771
|
}, {
|
|
772
772
|
type: "categorization";
|
|
773
|
-
name: string;
|
|
774
773
|
id: string;
|
|
774
|
+
name: string;
|
|
775
775
|
config: {
|
|
776
776
|
inputs: {
|
|
777
777
|
actualAnswer: string;
|
|
@@ -806,8 +806,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
806
806
|
}>;
|
|
807
807
|
}, "strip", z.ZodTypeAny, {
|
|
808
808
|
type: "tools_used";
|
|
809
|
-
name: string;
|
|
810
809
|
id: string;
|
|
810
|
+
name: string;
|
|
811
811
|
config: {
|
|
812
812
|
inputs: {
|
|
813
813
|
expectedTools: string;
|
|
@@ -816,8 +816,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
816
816
|
};
|
|
817
817
|
}, {
|
|
818
818
|
type: "tools_used";
|
|
819
|
-
name: string;
|
|
820
819
|
id: string;
|
|
820
|
+
name: string;
|
|
821
821
|
config: {
|
|
822
822
|
inputs: {
|
|
823
823
|
expectedTools: string;
|
|
@@ -827,24 +827,24 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
827
827
|
}>]>, "many">;
|
|
828
828
|
}, "strip", z.ZodTypeAny, {
|
|
829
829
|
status: "valid" | "invalid";
|
|
830
|
-
name: string;
|
|
831
830
|
id: string;
|
|
831
|
+
name: string;
|
|
832
832
|
workflowId: string;
|
|
833
833
|
invalidReason: string | null;
|
|
834
834
|
startNodeName: string;
|
|
835
835
|
endNodeName: string;
|
|
836
836
|
metrics: ({
|
|
837
837
|
type: "expression";
|
|
838
|
-
name: string;
|
|
839
838
|
id: string;
|
|
839
|
+
name: string;
|
|
840
840
|
config: {
|
|
841
841
|
expression: string;
|
|
842
842
|
outputType: "boolean" | "numeric";
|
|
843
843
|
};
|
|
844
844
|
} | {
|
|
845
845
|
type: "llm_judge";
|
|
846
|
-
name: string;
|
|
847
846
|
id: string;
|
|
847
|
+
name: string;
|
|
848
848
|
config: {
|
|
849
849
|
provider: string;
|
|
850
850
|
model: string;
|
|
@@ -860,8 +860,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
860
860
|
};
|
|
861
861
|
} | {
|
|
862
862
|
type: "string_similarity";
|
|
863
|
-
name: string;
|
|
864
863
|
id: string;
|
|
864
|
+
name: string;
|
|
865
865
|
config: {
|
|
866
866
|
inputs: {
|
|
867
867
|
actualAnswer: string;
|
|
@@ -870,8 +870,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
870
870
|
};
|
|
871
871
|
} | {
|
|
872
872
|
type: "categorization";
|
|
873
|
-
name: string;
|
|
874
873
|
id: string;
|
|
874
|
+
name: string;
|
|
875
875
|
config: {
|
|
876
876
|
inputs: {
|
|
877
877
|
actualAnswer: string;
|
|
@@ -880,8 +880,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
880
880
|
};
|
|
881
881
|
} | {
|
|
882
882
|
type: "tools_used";
|
|
883
|
-
name: string;
|
|
884
883
|
id: string;
|
|
884
|
+
name: string;
|
|
885
885
|
config: {
|
|
886
886
|
inputs: {
|
|
887
887
|
expectedTools: string;
|
|
@@ -891,24 +891,24 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
891
891
|
})[];
|
|
892
892
|
}, {
|
|
893
893
|
status: "valid" | "invalid";
|
|
894
|
-
name: string;
|
|
895
894
|
id: string;
|
|
895
|
+
name: string;
|
|
896
896
|
workflowId: string;
|
|
897
897
|
invalidReason: string | null;
|
|
898
898
|
startNodeName: string;
|
|
899
899
|
endNodeName: string;
|
|
900
900
|
metrics: ({
|
|
901
901
|
type: "expression";
|
|
902
|
-
name: string;
|
|
903
902
|
id: string;
|
|
903
|
+
name: string;
|
|
904
904
|
config: {
|
|
905
905
|
expression: string;
|
|
906
906
|
outputType: "boolean" | "numeric";
|
|
907
907
|
};
|
|
908
908
|
} | {
|
|
909
909
|
type: "llm_judge";
|
|
910
|
-
name: string;
|
|
911
910
|
id: string;
|
|
911
|
+
name: string;
|
|
912
912
|
config: {
|
|
913
913
|
provider: string;
|
|
914
914
|
model: string;
|
|
@@ -924,8 +924,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
924
924
|
};
|
|
925
925
|
} | {
|
|
926
926
|
type: "string_similarity";
|
|
927
|
-
name: string;
|
|
928
927
|
id: string;
|
|
928
|
+
name: string;
|
|
929
929
|
config: {
|
|
930
930
|
inputs: {
|
|
931
931
|
actualAnswer: string;
|
|
@@ -934,8 +934,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
934
934
|
};
|
|
935
935
|
} | {
|
|
936
936
|
type: "categorization";
|
|
937
|
-
name: string;
|
|
938
937
|
id: string;
|
|
938
|
+
name: string;
|
|
939
939
|
config: {
|
|
940
940
|
inputs: {
|
|
941
941
|
actualAnswer: string;
|
|
@@ -944,8 +944,8 @@ export declare const evaluationConfigSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
944
944
|
};
|
|
945
945
|
} | {
|
|
946
946
|
type: "tools_used";
|
|
947
|
-
name: string;
|
|
948
947
|
id: string;
|
|
948
|
+
name: string;
|
|
949
949
|
config: {
|
|
950
950
|
inputs: {
|
|
951
951
|
expectedTools: string;
|
|
@@ -1028,16 +1028,16 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1028
1028
|
}>;
|
|
1029
1029
|
}, "strip", z.ZodTypeAny, {
|
|
1030
1030
|
type: "expression";
|
|
1031
|
-
name: string;
|
|
1032
1031
|
id: string;
|
|
1032
|
+
name: string;
|
|
1033
1033
|
config: {
|
|
1034
1034
|
expression: string;
|
|
1035
1035
|
outputType: "boolean" | "numeric";
|
|
1036
1036
|
};
|
|
1037
1037
|
}, {
|
|
1038
1038
|
type: "expression";
|
|
1039
|
-
name: string;
|
|
1040
1039
|
id: string;
|
|
1040
|
+
name: string;
|
|
1041
1041
|
config: {
|
|
1042
1042
|
expression: string;
|
|
1043
1043
|
outputType: "boolean" | "numeric";
|
|
@@ -1117,8 +1117,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1117
1117
|
}>;
|
|
1118
1118
|
}, "strip", z.ZodTypeAny, {
|
|
1119
1119
|
type: "llm_judge";
|
|
1120
|
-
name: string;
|
|
1121
1120
|
id: string;
|
|
1121
|
+
name: string;
|
|
1122
1122
|
config: {
|
|
1123
1123
|
provider: string;
|
|
1124
1124
|
model: string;
|
|
@@ -1134,8 +1134,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1134
1134
|
};
|
|
1135
1135
|
}, {
|
|
1136
1136
|
type: "llm_judge";
|
|
1137
|
-
name: string;
|
|
1138
1137
|
id: string;
|
|
1138
|
+
name: string;
|
|
1139
1139
|
config: {
|
|
1140
1140
|
provider: string;
|
|
1141
1141
|
model: string;
|
|
@@ -1177,8 +1177,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1177
1177
|
}>;
|
|
1178
1178
|
}, "strip", z.ZodTypeAny, {
|
|
1179
1179
|
type: "string_similarity";
|
|
1180
|
-
name: string;
|
|
1181
1180
|
id: string;
|
|
1181
|
+
name: string;
|
|
1182
1182
|
config: {
|
|
1183
1183
|
inputs: {
|
|
1184
1184
|
actualAnswer: string;
|
|
@@ -1187,8 +1187,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1187
1187
|
};
|
|
1188
1188
|
}, {
|
|
1189
1189
|
type: "string_similarity";
|
|
1190
|
-
name: string;
|
|
1191
1190
|
id: string;
|
|
1191
|
+
name: string;
|
|
1192
1192
|
config: {
|
|
1193
1193
|
inputs: {
|
|
1194
1194
|
actualAnswer: string;
|
|
@@ -1223,8 +1223,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1223
1223
|
}>;
|
|
1224
1224
|
}, "strip", z.ZodTypeAny, {
|
|
1225
1225
|
type: "categorization";
|
|
1226
|
-
name: string;
|
|
1227
1226
|
id: string;
|
|
1227
|
+
name: string;
|
|
1228
1228
|
config: {
|
|
1229
1229
|
inputs: {
|
|
1230
1230
|
actualAnswer: string;
|
|
@@ -1233,8 +1233,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1233
1233
|
};
|
|
1234
1234
|
}, {
|
|
1235
1235
|
type: "categorization";
|
|
1236
|
-
name: string;
|
|
1237
1236
|
id: string;
|
|
1237
|
+
name: string;
|
|
1238
1238
|
config: {
|
|
1239
1239
|
inputs: {
|
|
1240
1240
|
actualAnswer: string;
|
|
@@ -1269,8 +1269,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1269
1269
|
}>;
|
|
1270
1270
|
}, "strip", z.ZodTypeAny, {
|
|
1271
1271
|
type: "tools_used";
|
|
1272
|
-
name: string;
|
|
1273
1272
|
id: string;
|
|
1273
|
+
name: string;
|
|
1274
1274
|
config: {
|
|
1275
1275
|
inputs: {
|
|
1276
1276
|
expectedTools: string;
|
|
@@ -1279,8 +1279,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1279
1279
|
};
|
|
1280
1280
|
}, {
|
|
1281
1281
|
type: "tools_used";
|
|
1282
|
-
name: string;
|
|
1283
1282
|
id: string;
|
|
1283
|
+
name: string;
|
|
1284
1284
|
config: {
|
|
1285
1285
|
inputs: {
|
|
1286
1286
|
expectedTools: string;
|
|
@@ -1294,16 +1294,16 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1294
1294
|
endNodeName: string;
|
|
1295
1295
|
metrics: ({
|
|
1296
1296
|
type: "expression";
|
|
1297
|
-
name: string;
|
|
1298
1297
|
id: string;
|
|
1298
|
+
name: string;
|
|
1299
1299
|
config: {
|
|
1300
1300
|
expression: string;
|
|
1301
1301
|
outputType: "boolean" | "numeric";
|
|
1302
1302
|
};
|
|
1303
1303
|
} | {
|
|
1304
1304
|
type: "llm_judge";
|
|
1305
|
-
name: string;
|
|
1306
1305
|
id: string;
|
|
1306
|
+
name: string;
|
|
1307
1307
|
config: {
|
|
1308
1308
|
provider: string;
|
|
1309
1309
|
model: string;
|
|
@@ -1319,8 +1319,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1319
1319
|
};
|
|
1320
1320
|
} | {
|
|
1321
1321
|
type: "string_similarity";
|
|
1322
|
-
name: string;
|
|
1323
1322
|
id: string;
|
|
1323
|
+
name: string;
|
|
1324
1324
|
config: {
|
|
1325
1325
|
inputs: {
|
|
1326
1326
|
actualAnswer: string;
|
|
@@ -1329,8 +1329,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1329
1329
|
};
|
|
1330
1330
|
} | {
|
|
1331
1331
|
type: "categorization";
|
|
1332
|
-
name: string;
|
|
1333
1332
|
id: string;
|
|
1333
|
+
name: string;
|
|
1334
1334
|
config: {
|
|
1335
1335
|
inputs: {
|
|
1336
1336
|
actualAnswer: string;
|
|
@@ -1339,8 +1339,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1339
1339
|
};
|
|
1340
1340
|
} | {
|
|
1341
1341
|
type: "tools_used";
|
|
1342
|
-
name: string;
|
|
1343
1342
|
id: string;
|
|
1343
|
+
name: string;
|
|
1344
1344
|
config: {
|
|
1345
1345
|
inputs: {
|
|
1346
1346
|
expectedTools: string;
|
|
@@ -1354,16 +1354,16 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1354
1354
|
endNodeName: string;
|
|
1355
1355
|
metrics: ({
|
|
1356
1356
|
type: "expression";
|
|
1357
|
-
name: string;
|
|
1358
1357
|
id: string;
|
|
1358
|
+
name: string;
|
|
1359
1359
|
config: {
|
|
1360
1360
|
expression: string;
|
|
1361
1361
|
outputType: "boolean" | "numeric";
|
|
1362
1362
|
};
|
|
1363
1363
|
} | {
|
|
1364
1364
|
type: "llm_judge";
|
|
1365
|
-
name: string;
|
|
1366
1365
|
id: string;
|
|
1366
|
+
name: string;
|
|
1367
1367
|
config: {
|
|
1368
1368
|
provider: string;
|
|
1369
1369
|
model: string;
|
|
@@ -1379,8 +1379,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1379
1379
|
};
|
|
1380
1380
|
} | {
|
|
1381
1381
|
type: "string_similarity";
|
|
1382
|
-
name: string;
|
|
1383
1382
|
id: string;
|
|
1383
|
+
name: string;
|
|
1384
1384
|
config: {
|
|
1385
1385
|
inputs: {
|
|
1386
1386
|
actualAnswer: string;
|
|
@@ -1389,8 +1389,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1389
1389
|
};
|
|
1390
1390
|
} | {
|
|
1391
1391
|
type: "categorization";
|
|
1392
|
-
name: string;
|
|
1393
1392
|
id: string;
|
|
1393
|
+
name: string;
|
|
1394
1394
|
config: {
|
|
1395
1395
|
inputs: {
|
|
1396
1396
|
actualAnswer: string;
|
|
@@ -1399,8 +1399,8 @@ export declare const upsertEvaluationConfigSchema: z.ZodIntersection<z.ZodObject
|
|
|
1399
1399
|
};
|
|
1400
1400
|
} | {
|
|
1401
1401
|
type: "tools_used";
|
|
1402
|
-
name: string;
|
|
1403
1402
|
id: string;
|
|
1403
|
+
name: string;
|
|
1404
1404
|
config: {
|
|
1405
1405
|
inputs: {
|
|
1406
1406
|
expectedTools: string;
|
|
@@ -25,7 +25,7 @@ declare const ListFolderQueryDto_base: import("../../zod-class").ZodClass<{
|
|
|
25
25
|
excludeFolderIdAndDescendants?: string | undefined;
|
|
26
26
|
} | undefined;
|
|
27
27
|
sortBy?: "name:asc" | "name:desc" | "createdAt:asc" | "createdAt:desc" | "updatedAt:asc" | "updatedAt:desc" | undefined;
|
|
28
|
-
select?: Record<"path" | "
|
|
28
|
+
select?: Record<"path" | "id" | "name" | "createdAt" | "updatedAt" | "tags" | "project" | "parentFolder" | "workflowCount" | "subFolderCount", true> | undefined;
|
|
29
29
|
}, {
|
|
30
30
|
filter: z.ZodEffects<z.ZodOptional<z.ZodString>, {
|
|
31
31
|
name?: string | undefined;
|
|
@@ -35,7 +35,7 @@ declare const ListFolderQueryDto_base: import("../../zod-class").ZodClass<{
|
|
|
35
35
|
} | undefined, string | undefined>;
|
|
36
36
|
skip: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, number, string | undefined>, number, string | undefined>;
|
|
37
37
|
take: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, number, string | undefined>, number, string | undefined>;
|
|
38
|
-
select: z.ZodEffects<z.ZodOptional<z.ZodString>, Record<"path" | "
|
|
38
|
+
select: z.ZodEffects<z.ZodOptional<z.ZodString>, Record<"path" | "id" | "name" | "createdAt" | "updatedAt" | "tags" | "project" | "parentFolder" | "workflowCount" | "subFolderCount", true> | undefined, string | undefined>;
|
|
39
39
|
sortBy: z.ZodOptional<z.ZodEnum<["name:asc", "name:desc", "createdAt:asc", "createdAt:desc", "updatedAt:asc", "updatedAt:desc"]>>;
|
|
40
40
|
}>;
|
|
41
41
|
export declare class ListFolderQueryDto extends ListFolderQueryDto_base {
|
package/dist/dto/index.d.ts
CHANGED
|
@@ -101,6 +101,7 @@ export { RoleListQueryDto } from './roles/role-list-query.dto';
|
|
|
101
101
|
export { RoleGetQueryDto } from './roles/role-get-query.dto';
|
|
102
102
|
export { RoleAssignmentsResponseDto, type RoleProjectAssignment, type RoleAssignmentsResponse, } from './roles/role-assignments-response.dto';
|
|
103
103
|
export { RoleProjectMembersResponseDto, type RoleProjectMember, type RoleProjectMembersResponse, } from './roles/role-project-members-response.dto';
|
|
104
|
+
export { RoleMembersResponseDto, type RoleMember, type RoleMembersResponse, } from './roles/role-members-response.dto';
|
|
104
105
|
export { OidcConfigDto, OIDC_PROMPT_VALUES } from './oidc/config.dto';
|
|
105
106
|
export { TestOidcConfigResponseDto } from './oidc/test-oidc-config-response.dto';
|
|
106
107
|
export { CreateDataTableDto } from './data-table/create-data-table.dto';
|
package/dist/dto/index.js
CHANGED
|
@@ -16,8 +16,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
exports.RoleChangeRequestDto = exports.PasswordUpdateRequestDto = exports.SamlToggleDto = exports.SamlPreferencesAttributeMapping = exports.SamlPreferences = exports.SamlAcsDto = exports.ListProjectsQueryDto = exports.ChangeUserRoleInProject = exports.AddUsersToProjectDto = exports.DeleteProjectDto = exports.UpdateProjectWithRelationsDto = exports.UpdateProjectDto = exports.CreateProjectDto = exports.ChangePasswordRequestDto = exports.ResolvePasswordTokenQueryDto = exports.ForgotPasswordRequestDto = exports.DismissBannerRequestDto = exports.OwnerSetupRequestDto = exports.AcceptInvitationRequestDto = exports.InviteUsersRequestDto = exports.ActionResultRequestDto = exports.ResourceMapperFieldsRequestDto = exports.ResourceLocatorRequestDto = exports.OptionsRequestDto = exports.ListCredentialResolversQueryDto = exports.UpdateCredentialResolverDto = exports.CreateCredentialResolverDto = exports.EmbedLoginBodyDto = exports.EmbedLoginQueryDto = exports.ResolveSignupTokenQueryDto = exports.LoginRequestDto = exports.BinaryDataSignedQueryDto = exports.BinaryDataQueryDto = exports.InstanceAiMcpUpdateConnectionRequestDto = exports.InstanceAiMcpCreateConnectionRequestDto = exports.InstanceAiRenameThreadRequestDto = exports.InstanceAiFeedbackRequestDto = exports.InstanceAiConfirmRequestDto = exports.AiGatewayUsageQueryDto = exports.AiClearSessionRequestDto = exports.AiTruncateMessagesRequestDto = exports.AiUsageSettingsRequestDto = exports.AiSessionRetrievalRequestDto = exports.AiFreeCreditsRequestDto = exports.AiApplySuggestionRequestDto = exports.QUICK_REPLY_TYPES = exports.AiBuilderChatRequestDto = exports.AiChatRequestDto = exports.AiAskRequestDto = exports.GetNodeTypesByIdentifierRequestDto = void 0;
|
|
18
18
|
exports.CreateRoleDto = exports.UpdateRoleDto = exports.USERS_LIST_SORT_OPTIONS = exports.UsersListFilterDto = exports.MAX_ITEMS_PER_PAGE = exports.PaginationDto = exports.DeleteDestinationQueryDto = exports.TestDestinationQueryDto = exports.CreateDestinationDto = exports.GetDestinationQueryDto = exports.InsightsDateFilterDto = exports.ListInsightsWorkflowQueryDto = exports.TransferFolderBodyDto = exports.ListFolderQueryDto = exports.DeleteFolderDto = exports.UpdateFolderDto = exports.CreateFolderDto = exports.LIST_API_KEYS_SORT_OPTIONS = exports.ListApiKeysQueryDto = exports.CreateApiKeyRequestDto = exports.UpdateApiKeyRequestDto = exports.RetrieveTagQueryDto = exports.CreateOrUpdateTagRequestDto = exports.GetResourceDependenciesDto = exports.GetResourceDependencyCountsDto = exports.ArchiveWorkflowDto = exports.DeactivateWorkflowDto = exports.ActivateWorkflowDto = exports.TransferWorkflowBodyDto = exports.ImportWorkflowFromUrlDto = exports.UpdateWorkflowDto = exports.CreateWorkflowDto = exports.MAX_EXPECTED_REQUEST_SIZE = exports.MAX_WORKFLOW_SIZE = exports.MAX_PINNED_DATA_SIZE = exports.GenerateCredentialNameRequestQuery = exports.CredentialsGetManyRequestQuery = exports.CredentialsGetOneRequestQuery = exports.UpdateVariableRequestDto = exports.NEW_VARIABLE_KEY_REGEX = exports.CreateVariableRequestDto = exports.VariableListRequestDto = exports.CreateCredentialDto = exports.PushWorkFolderRequestDto = exports.AUTO_PUBLISH_MODE = exports.PullWorkFolderRequestDto = exports.CommunityRegisteredRequestDto = exports.UserUpdateRequestDto = exports.UserSelfSettingsUpdateRequestDto = exports.SettingsUpdateRequestDto = void 0;
|
|
19
|
-
exports.
|
|
20
|
-
exports.TestOtelConnectionDto = exports.UpdateOtelSettingsDto = exports.ENCRYPTION_KEYS_SORT_OPTIONS = exports.ListEncryptionKeysQueryDto = exports.CreateEncryptionKeyDto = exports.VersionQueryDto = void 0;
|
|
19
|
+
exports.ExecutionRedactionQueryDtoSchema = exports.GetQuickConnectApiKeyDto = exports.UpdateSecretsProviderConnectionDto = exports.TestSecretsProviderConnectionDto = exports.SetSecretsProviderConnectionIsEnabledDto = exports.CreateSecretsProviderConnectionDto = exports.UpdateExternalSecretsSettingsDto = exports.UpdateWorkflowHistoryVersionDto = exports.WorkflowHistoryVersionsByIdsDto = exports.UpdateSecuritySettingsDto = exports.SecuritySettingsDto = exports.ProvisioningConfigPatchDto = exports.ProvisioningConfigDto = exports.InstanceMcpClientStatsResponseDto = exports.DeleteOAuthClientResponseDto = exports.ListOAuthClientsResponseDto = exports.OAuthClientResponseDto = exports.IMPORT_PACKAGE_REQUEST_FORM_FIELDS = exports.ImportPackageRequestDto = exports.ExportWorkflowsRequestDto = exports.ImportCsvToDataTableDto = exports.DownloadDataTableCsvQueryDto = exports.updateDataTableColumnSchema = exports.RenameDataTableColumnDto = exports.MoveDataTableColumnDto = exports.AddDataTableColumnDto = exports.AddDataTableRowsDto = exports.CreateDataTableColumnDto = exports.PublicApiListDataTableContentQueryDto = exports.ListDataTableContentQueryDto = exports.PublicApiListDataTableQueryDto = exports.ListDataTableQueryDto = exports.UpsertDataTableRowDto = exports.DeleteDataTableRowsDto = exports.UpdateDataTableRowDto = exports.PublicApiCreateDataTableDto = exports.UpdateDataTableDto = exports.CreateDataTableDto = exports.TestOidcConfigResponseDto = exports.OIDC_PROMPT_VALUES = exports.OidcConfigDto = exports.RoleMembersResponseDto = exports.RoleProjectMembersResponseDto = exports.RoleAssignmentsResponseDto = exports.RoleGetQueryDto = exports.RoleListQueryDto = exports.ListRoleMappingRuleQueryDto = exports.MoveRoleMappingRuleDto = exports.PatchRoleMappingRuleDto = exports.CreateRoleMappingRuleDto = void 0;
|
|
20
|
+
exports.TestOtelConnectionDto = exports.UpdateOtelSettingsDto = exports.ENCRYPTION_KEYS_SORT_OPTIONS = exports.ListEncryptionKeysQueryDto = exports.CreateEncryptionKeyDto = exports.VersionQueryDto = exports.VersionSinceDateQueryDto = void 0;
|
|
21
21
|
var get_node_types_by_identifier_dto_1 = require("./node-types/get-node-types-by-identifier.dto");
|
|
22
22
|
Object.defineProperty(exports, "GetNodeTypesByIdentifierRequestDto", { enumerable: true, get: function () { return get_node_types_by_identifier_dto_1.GetNodeTypesByIdentifierRequestDto; } });
|
|
23
23
|
var ai_ask_request_dto_1 = require("./ai/ai-ask-request.dto");
|
|
@@ -225,6 +225,8 @@ var role_assignments_response_dto_1 = require("./roles/role-assignments-response
|
|
|
225
225
|
Object.defineProperty(exports, "RoleAssignmentsResponseDto", { enumerable: true, get: function () { return role_assignments_response_dto_1.RoleAssignmentsResponseDto; } });
|
|
226
226
|
var role_project_members_response_dto_1 = require("./roles/role-project-members-response.dto");
|
|
227
227
|
Object.defineProperty(exports, "RoleProjectMembersResponseDto", { enumerable: true, get: function () { return role_project_members_response_dto_1.RoleProjectMembersResponseDto; } });
|
|
228
|
+
var role_members_response_dto_1 = require("./roles/role-members-response.dto");
|
|
229
|
+
Object.defineProperty(exports, "RoleMembersResponseDto", { enumerable: true, get: function () { return role_members_response_dto_1.RoleMembersResponseDto; } });
|
|
228
230
|
var config_dto_1 = require("./oidc/config.dto");
|
|
229
231
|
Object.defineProperty(exports, "OidcConfigDto", { enumerable: true, get: function () { return config_dto_1.OidcConfigDto; } });
|
|
230
232
|
Object.defineProperty(exports, "OIDC_PROMPT_VALUES", { enumerable: true, get: function () { return config_dto_1.OIDC_PROMPT_VALUES; } });
|
package/dist/dto/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
declare const OAuthClientResponseDto_base: import("../../zod-class").ZodClass<{
|
|
3
|
-
name: string;
|
|
4
3
|
id: string;
|
|
5
|
-
|
|
4
|
+
name: string;
|
|
6
5
|
createdAt: string;
|
|
6
|
+
updatedAt: string;
|
|
7
7
|
redirectUris: string[];
|
|
8
8
|
grantTypes: string[];
|
|
9
9
|
tokenEndpointAuthMethod: string;
|
|
@@ -20,10 +20,10 @@ export declare class OAuthClientResponseDto extends OAuthClientResponseDto_base
|
|
|
20
20
|
}
|
|
21
21
|
declare const ListOAuthClientsResponseDto_base: import("../../zod-class").ZodClass<{
|
|
22
22
|
data: {
|
|
23
|
-
name: string;
|
|
24
23
|
id: string;
|
|
25
|
-
|
|
24
|
+
name: string;
|
|
26
25
|
createdAt: string;
|
|
26
|
+
updatedAt: string;
|
|
27
27
|
redirectUris: string[];
|
|
28
28
|
grantTypes: string[];
|
|
29
29
|
tokenEndpointAuthMethod: string;
|
|
@@ -39,18 +39,18 @@ declare const ListOAuthClientsResponseDto_base: import("../../zod-class").ZodCla
|
|
|
39
39
|
createdAt: z.ZodString;
|
|
40
40
|
updatedAt: z.ZodString;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
name: string;
|
|
43
42
|
id: string;
|
|
44
|
-
|
|
43
|
+
name: string;
|
|
45
44
|
createdAt: string;
|
|
45
|
+
updatedAt: string;
|
|
46
46
|
redirectUris: string[];
|
|
47
47
|
grantTypes: string[];
|
|
48
48
|
tokenEndpointAuthMethod: string;
|
|
49
49
|
}, {
|
|
50
|
-
name: string;
|
|
51
50
|
id: string;
|
|
52
|
-
|
|
51
|
+
name: string;
|
|
53
52
|
createdAt: string;
|
|
53
|
+
updatedAt: string;
|
|
54
54
|
redirectUris: string[];
|
|
55
55
|
grantTypes: string[];
|
|
56
56
|
tokenEndpointAuthMethod: string;
|
|
@@ -6,7 +6,7 @@ declare const ImportPackageRequestDto_base: import("../../zod-class").ZodClass<{
|
|
|
6
6
|
credentialBindings: Record<string, string>;
|
|
7
7
|
workflowConflictPolicy: "skip" | "new-version" | "fail";
|
|
8
8
|
workflowPublishingPolicy: "preserve-published-state" | "match-source" | "publish-all" | "unpublish-all";
|
|
9
|
-
workflowIdPolicy: "
|
|
9
|
+
workflowIdPolicy: "source" | "new";
|
|
10
10
|
projectId?: string | undefined;
|
|
11
11
|
folderId?: string | undefined;
|
|
12
12
|
}, {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const roleMemberSchema: z.ZodObject<{
|
|
3
|
+
userId: z.ZodString;
|
|
4
|
+
firstName: z.ZodNullable<z.ZodString>;
|
|
5
|
+
lastName: z.ZodNullable<z.ZodString>;
|
|
6
|
+
email: z.ZodString;
|
|
7
|
+
role: z.ZodString;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
role: string;
|
|
10
|
+
userId: string;
|
|
11
|
+
email: string;
|
|
12
|
+
firstName: string | null;
|
|
13
|
+
lastName: string | null;
|
|
14
|
+
}, {
|
|
15
|
+
role: string;
|
|
16
|
+
userId: string;
|
|
17
|
+
email: string;
|
|
18
|
+
firstName: string | null;
|
|
19
|
+
lastName: string | null;
|
|
20
|
+
}>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.roleMemberSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.roleMemberSchema = zod_1.z.object({
|
|
6
|
+
userId: zod_1.z.string(),
|
|
7
|
+
firstName: zod_1.z.string().nullable(),
|
|
8
|
+
lastName: zod_1.z.string().nullable(),
|
|
9
|
+
email: zod_1.z.string(),
|
|
10
|
+
role: zod_1.z.string(),
|
|
11
|
+
});
|
|
12
|
+
//# sourceMappingURL=role-member.schema.js.map
|