@orq-ai/node 4.0.0-rc.45 → 4.0.0-rc.46
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/bin/mcp-server.js +727 -1532
- package/bin/mcp-server.js.map +56 -56
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/operations/createagent.d.ts +88 -8
- package/models/operations/createagent.d.ts.map +1 -1
- package/models/operations/createagent.js +85 -18
- package/models/operations/createagent.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.d.ts +106 -106
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +242 -234
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/creatememorystore.d.ts +10 -391
- package/models/operations/creatememorystore.d.ts.map +1 -1
- package/models/operations/creatememorystore.js +5 -565
- package/models/operations/creatememorystore.js.map +1 -1
- package/models/operations/createprompt.d.ts +40 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +33 -7
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +12 -12
- package/models/operations/deploymentgetconfig.d.ts +20 -0
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +22 -8
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deployments.d.ts +20 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +16 -3
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/duplicateagent.d.ts +40 -0
- package/models/operations/duplicateagent.d.ts.map +1 -1
- package/models/operations/duplicateagent.js +36 -3
- package/models/operations/duplicateagent.js.map +1 -1
- package/models/operations/duplicatetool.js +12 -12
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getagent.d.ts +40 -0
- package/models/operations/getagent.d.ts.map +1 -1
- package/models/operations/getagent.js +36 -3
- package/models/operations/getagent.js.map +1 -1
- package/models/operations/getallmemorystores.d.ts +5 -195
- package/models/operations/getallmemorystores.d.ts.map +1 -1
- package/models/operations/getallmemorystores.js +3 -273
- package/models/operations/getallmemorystores.js.map +1 -1
- package/models/operations/getallprompts.d.ts +20 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +16 -3
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/getoneprompt.d.ts +20 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +16 -3
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +20 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +16 -2
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listagents.d.ts +40 -0
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +37 -4
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.d.ts +5 -5
- package/models/operations/listdatasources.d.ts.map +1 -1
- package/models/operations/listdatasources.js +4 -4
- package/models/operations/listdatasources.js.map +1 -1
- package/models/operations/listpromptversions.d.ts +20 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +16 -3
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievememorystore.d.ts +5 -196
- package/models/operations/retrievememorystore.d.ts.map +1 -1
- package/models/operations/retrievememorystore.js +3 -273
- package/models/operations/retrievememorystore.js.map +1 -1
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.d.ts +40 -0
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +45 -10
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +40 -0
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +44 -9
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/syncmcptool.js +12 -12
- package/models/operations/updateagent.d.ts +80 -0
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +73 -8
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatememorystore.d.ts +5 -195
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +3 -290
- package/models/operations/updatememorystore.js.map +1 -1
- package/models/operations/updateprompt.d.ts +40 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +33 -7
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/createagent.ts +166 -39
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +423 -524
- package/src/models/operations/creatememorystore.ts +14 -1094
- package/src/models/operations/createprompt.ts +60 -0
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/deploymentgetconfig.ts +30 -0
- package/src/models/operations/deployments.ts +30 -0
- package/src/models/operations/duplicateagent.ts +72 -0
- package/src/models/operations/duplicatetool.ts +12 -12
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getagent.ts +65 -0
- package/src/models/operations/getallmemorystores.ts +7 -595
- package/src/models/operations/getallprompts.ts +30 -0
- package/src/models/operations/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/getoneprompt.ts +30 -0
- package/src/models/operations/getpromptversion.ts +30 -0
- package/src/models/operations/listagents.ts +68 -0
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +9 -9
- package/src/models/operations/listpromptversions.ts +30 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievememorystore.ts +7 -596
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +71 -2
- package/src/models/operations/streamrunagent.ts +76 -2
- package/src/models/operations/syncmcptool.ts +12 -12
- package/src/models/operations/updateagent.ts +141 -0
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatememorystore.ts +7 -527
- package/src/models/operations/updateprompt.ts +60 -0
- package/src/models/operations/updatetool.ts +14 -14
|
@@ -755,7 +755,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
755
755
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type
|
|
756
756
|
>;
|
|
757
757
|
|
|
758
|
-
export type
|
|
758
|
+
export type TwentyThree = {
|
|
759
759
|
type:
|
|
760
760
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type;
|
|
761
761
|
};
|
|
@@ -769,7 +769,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
769
769
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type
|
|
770
770
|
>;
|
|
771
771
|
|
|
772
|
-
export type
|
|
772
|
+
export type TwentyTwo = {
|
|
773
773
|
type:
|
|
774
774
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type;
|
|
775
775
|
};
|
|
@@ -783,7 +783,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
783
783
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type
|
|
784
784
|
>;
|
|
785
785
|
|
|
786
|
-
export type
|
|
786
|
+
export type TwentyOne = {
|
|
787
787
|
type:
|
|
788
788
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type;
|
|
789
789
|
};
|
|
@@ -797,7 +797,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
797
797
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type
|
|
798
798
|
>;
|
|
799
799
|
|
|
800
|
-
export type
|
|
800
|
+
export type Twenty = {
|
|
801
801
|
type:
|
|
802
802
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type;
|
|
803
803
|
};
|
|
@@ -811,7 +811,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
811
811
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type
|
|
812
812
|
>;
|
|
813
813
|
|
|
814
|
-
export type
|
|
814
|
+
export type Nineteen = {
|
|
815
815
|
type:
|
|
816
816
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type;
|
|
817
817
|
};
|
|
@@ -825,7 +825,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
825
825
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type
|
|
826
826
|
>;
|
|
827
827
|
|
|
828
|
-
export type
|
|
828
|
+
export type Eighteen = {
|
|
829
829
|
type:
|
|
830
830
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type;
|
|
831
831
|
};
|
|
@@ -839,7 +839,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
839
839
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type
|
|
840
840
|
>;
|
|
841
841
|
|
|
842
|
-
export type
|
|
842
|
+
export type Seventeen = {
|
|
843
843
|
type:
|
|
844
844
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type;
|
|
845
845
|
};
|
|
@@ -853,7 +853,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
853
853
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type
|
|
854
854
|
>;
|
|
855
855
|
|
|
856
|
-
export type
|
|
856
|
+
export type Sixteen = {
|
|
857
857
|
type:
|
|
858
858
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type;
|
|
859
859
|
};
|
|
@@ -867,7 +867,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
867
867
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type
|
|
868
868
|
>;
|
|
869
869
|
|
|
870
|
-
export type
|
|
870
|
+
export type Fifteen = {
|
|
871
871
|
type:
|
|
872
872
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type;
|
|
873
873
|
pattern: string;
|
|
@@ -882,7 +882,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
882
882
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type
|
|
883
883
|
>;
|
|
884
884
|
|
|
885
|
-
export type
|
|
885
|
+
export type Fourteen = {
|
|
886
886
|
type:
|
|
887
887
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type;
|
|
888
888
|
};
|
|
@@ -896,7 +896,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
896
896
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type
|
|
897
897
|
>;
|
|
898
898
|
|
|
899
|
-
export type
|
|
899
|
+
export type Thirteen = {
|
|
900
900
|
type:
|
|
901
901
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type;
|
|
902
902
|
value: number;
|
|
@@ -911,7 +911,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
911
911
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type
|
|
912
912
|
>;
|
|
913
913
|
|
|
914
|
-
export type
|
|
914
|
+
export type Twelve = {
|
|
915
915
|
type:
|
|
916
916
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type;
|
|
917
917
|
min: number;
|
|
@@ -927,7 +927,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
927
927
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type
|
|
928
928
|
>;
|
|
929
929
|
|
|
930
|
-
export type
|
|
930
|
+
export type Eleven = {
|
|
931
931
|
type:
|
|
932
932
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type;
|
|
933
933
|
value: number;
|
|
@@ -942,7 +942,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
942
942
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type
|
|
943
943
|
>;
|
|
944
944
|
|
|
945
|
-
export type
|
|
945
|
+
export type Ten = {
|
|
946
946
|
type:
|
|
947
947
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type;
|
|
948
948
|
};
|
|
@@ -956,7 +956,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
956
956
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type
|
|
957
957
|
>;
|
|
958
958
|
|
|
959
|
-
export type
|
|
959
|
+
export type Nine = {
|
|
960
960
|
type:
|
|
961
961
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type;
|
|
962
962
|
value: string;
|
|
@@ -971,7 +971,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
971
971
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type
|
|
972
972
|
>;
|
|
973
973
|
|
|
974
|
-
export type
|
|
974
|
+
export type Eight = {
|
|
975
975
|
type:
|
|
976
976
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type;
|
|
977
977
|
value: string;
|
|
@@ -986,7 +986,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyT
|
|
|
986
986
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType
|
|
987
987
|
>;
|
|
988
988
|
|
|
989
|
-
export type
|
|
989
|
+
export type Seven = {
|
|
990
990
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType;
|
|
991
991
|
};
|
|
992
992
|
|
|
@@ -1060,31 +1060,31 @@ export type CreateEvalFunctionParams1 = {
|
|
|
1060
1060
|
};
|
|
1061
1061
|
|
|
1062
1062
|
export type FunctionParams =
|
|
1063
|
-
|
|
|
1063
|
+
| Twelve
|
|
1064
1064
|
| CreateEvalFunctionParams1
|
|
1065
1065
|
| CreateEvalFunctionParams2
|
|
1066
1066
|
| CreateEvalFunctionParams3
|
|
1067
1067
|
| CreateEvalFunctionParams4
|
|
1068
|
-
|
|
|
1069
|
-
|
|
|
1070
|
-
|
|
|
1071
|
-
|
|
|
1072
|
-
|
|
|
1068
|
+
| Eight
|
|
1069
|
+
| Nine
|
|
1070
|
+
| Eleven
|
|
1071
|
+
| Thirteen
|
|
1072
|
+
| Fifteen
|
|
1073
1073
|
| TwentyFive
|
|
1074
1074
|
| TwentySix
|
|
1075
1075
|
| CreateEvalFunctionParams5
|
|
1076
1076
|
| CreateEvalFunctionParams6
|
|
1077
|
-
|
|
|
1078
|
-
|
|
|
1079
|
-
|
|
|
1080
|
-
|
|
|
1081
|
-
|
|
|
1082
|
-
|
|
|
1083
|
-
|
|
|
1084
|
-
|
|
|
1085
|
-
|
|
|
1086
|
-
|
|
|
1087
|
-
|
|
|
1077
|
+
| Seven
|
|
1078
|
+
| Ten
|
|
1079
|
+
| Fourteen
|
|
1080
|
+
| Sixteen
|
|
1081
|
+
| Seventeen
|
|
1082
|
+
| Eighteen
|
|
1083
|
+
| Nineteen
|
|
1084
|
+
| Twenty
|
|
1085
|
+
| TwentyOne
|
|
1086
|
+
| TwentyTwo
|
|
1087
|
+
| TwentyThree
|
|
1088
1088
|
| TwentyFour
|
|
1089
1089
|
| TwentySeven
|
|
1090
1090
|
| TwentyEight
|
|
@@ -1107,31 +1107,31 @@ export type CreateEvalResponseBodyFunction = {
|
|
|
1107
1107
|
| undefined;
|
|
1108
1108
|
type: CreateEvalResponseBodyEvalsResponse200Type;
|
|
1109
1109
|
functionParams:
|
|
1110
|
-
|
|
|
1110
|
+
| Twelve
|
|
1111
1111
|
| CreateEvalFunctionParams1
|
|
1112
1112
|
| CreateEvalFunctionParams2
|
|
1113
1113
|
| CreateEvalFunctionParams3
|
|
1114
1114
|
| CreateEvalFunctionParams4
|
|
1115
|
-
|
|
|
1116
|
-
|
|
|
1117
|
-
|
|
|
1118
|
-
|
|
|
1119
|
-
|
|
|
1115
|
+
| Eight
|
|
1116
|
+
| Nine
|
|
1117
|
+
| Eleven
|
|
1118
|
+
| Thirteen
|
|
1119
|
+
| Fifteen
|
|
1120
1120
|
| TwentyFive
|
|
1121
1121
|
| TwentySix
|
|
1122
1122
|
| CreateEvalFunctionParams5
|
|
1123
1123
|
| CreateEvalFunctionParams6
|
|
1124
|
-
|
|
|
1125
|
-
|
|
|
1126
|
-
|
|
|
1127
|
-
|
|
|
1128
|
-
|
|
|
1129
|
-
|
|
|
1130
|
-
|
|
|
1131
|
-
|
|
|
1132
|
-
|
|
|
1133
|
-
|
|
|
1134
|
-
|
|
|
1124
|
+
| Seven
|
|
1125
|
+
| Ten
|
|
1126
|
+
| Fourteen
|
|
1127
|
+
| Sixteen
|
|
1128
|
+
| Seventeen
|
|
1129
|
+
| Eighteen
|
|
1130
|
+
| Nineteen
|
|
1131
|
+
| Twenty
|
|
1132
|
+
| TwentyOne
|
|
1133
|
+
| TwentyTwo
|
|
1134
|
+
| TwentyThree
|
|
1135
1135
|
| TwentyFour
|
|
1136
1136
|
| TwentySeven
|
|
1137
1137
|
| TwentyEight
|
|
@@ -2756,8 +2756,8 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
2756
2756
|
> = z.object({
|
|
2757
2757
|
_id: z.string(),
|
|
2758
2758
|
description: z.string(),
|
|
2759
|
-
created: z.string().default("2025-11-
|
|
2760
|
-
updated: z.string().default("2025-11-
|
|
2759
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
2760
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
2761
2761
|
guardrail_config: z.union([
|
|
2762
2762
|
z.lazy(() =>
|
|
2763
2763
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema
|
|
@@ -2799,8 +2799,8 @@ export const Typescript$outboundSchema: z.ZodType<
|
|
|
2799
2799
|
> = z.object({
|
|
2800
2800
|
id: z.string(),
|
|
2801
2801
|
description: z.string(),
|
|
2802
|
-
created: z.string().default("2025-11-
|
|
2803
|
-
updated: z.string().default("2025-11-
|
|
2802
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
2803
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
2804
2804
|
guardrailConfig: z.union([
|
|
2805
2805
|
z.lazy(() =>
|
|
2806
2806
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema
|
|
@@ -3081,8 +3081,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
3081
3081
|
.object({
|
|
3082
3082
|
_id: z.string(),
|
|
3083
3083
|
description: z.string(),
|
|
3084
|
-
created: z.string().default("2025-11-
|
|
3085
|
-
updated: z.string().default("2025-11-
|
|
3084
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
3085
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
3086
3086
|
guardrail_config: z.union([
|
|
3087
3087
|
z.lazy(() =>
|
|
3088
3088
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema
|
|
@@ -3127,8 +3127,8 @@ export const Ragas$outboundSchema: z.ZodType<
|
|
|
3127
3127
|
> = z.object({
|
|
3128
3128
|
id: z.string(),
|
|
3129
3129
|
description: z.string(),
|
|
3130
|
-
created: z.string().default("2025-11-
|
|
3131
|
-
updated: z.string().default("2025-11-
|
|
3130
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
3131
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
3132
3132
|
guardrailConfig: z.union([
|
|
3133
3133
|
z.lazy(() =>
|
|
3134
3134
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema
|
|
@@ -4027,8 +4027,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4027
4027
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$inboundSchema;
|
|
4028
4028
|
|
|
4029
4029
|
/** @internal */
|
|
4030
|
-
export const
|
|
4031
|
-
|
|
4030
|
+
export const TwentyThree$inboundSchema: z.ZodType<
|
|
4031
|
+
TwentyThree,
|
|
4032
4032
|
z.ZodTypeDef,
|
|
4033
4033
|
unknown
|
|
4034
4034
|
> = z.object({
|
|
@@ -4036,34 +4036,30 @@ export const CreateEvalFunctionParams23$inboundSchema: z.ZodType<
|
|
|
4036
4036
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$inboundSchema,
|
|
4037
4037
|
});
|
|
4038
4038
|
/** @internal */
|
|
4039
|
-
export type
|
|
4039
|
+
export type TwentyThree$Outbound = {
|
|
4040
4040
|
type: string;
|
|
4041
4041
|
};
|
|
4042
4042
|
|
|
4043
4043
|
/** @internal */
|
|
4044
|
-
export const
|
|
4045
|
-
|
|
4044
|
+
export const TwentyThree$outboundSchema: z.ZodType<
|
|
4045
|
+
TwentyThree$Outbound,
|
|
4046
4046
|
z.ZodTypeDef,
|
|
4047
|
-
|
|
4047
|
+
TwentyThree
|
|
4048
4048
|
> = z.object({
|
|
4049
4049
|
type:
|
|
4050
4050
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$outboundSchema,
|
|
4051
4051
|
});
|
|
4052
4052
|
|
|
4053
|
-
export function
|
|
4054
|
-
|
|
4055
|
-
): string {
|
|
4056
|
-
return JSON.stringify(
|
|
4057
|
-
CreateEvalFunctionParams23$outboundSchema.parse(createEvalFunctionParams23),
|
|
4058
|
-
);
|
|
4053
|
+
export function twentyThreeToJSON(twentyThree: TwentyThree): string {
|
|
4054
|
+
return JSON.stringify(TwentyThree$outboundSchema.parse(twentyThree));
|
|
4059
4055
|
}
|
|
4060
|
-
export function
|
|
4056
|
+
export function twentyThreeFromJSON(
|
|
4061
4057
|
jsonString: string,
|
|
4062
|
-
): SafeParseResult<
|
|
4058
|
+
): SafeParseResult<TwentyThree, SDKValidationError> {
|
|
4063
4059
|
return safeParse(
|
|
4064
4060
|
jsonString,
|
|
4065
|
-
(x) =>
|
|
4066
|
-
`Failed to parse '
|
|
4061
|
+
(x) => TwentyThree$inboundSchema.parse(JSON.parse(x)),
|
|
4062
|
+
`Failed to parse 'TwentyThree' from JSON`,
|
|
4067
4063
|
);
|
|
4068
4064
|
}
|
|
4069
4065
|
|
|
@@ -4082,8 +4078,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4082
4078
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$inboundSchema;
|
|
4083
4079
|
|
|
4084
4080
|
/** @internal */
|
|
4085
|
-
export const
|
|
4086
|
-
|
|
4081
|
+
export const TwentyTwo$inboundSchema: z.ZodType<
|
|
4082
|
+
TwentyTwo,
|
|
4087
4083
|
z.ZodTypeDef,
|
|
4088
4084
|
unknown
|
|
4089
4085
|
> = z.object({
|
|
@@ -4091,34 +4087,30 @@ export const CreateEvalFunctionParams22$inboundSchema: z.ZodType<
|
|
|
4091
4087
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$inboundSchema,
|
|
4092
4088
|
});
|
|
4093
4089
|
/** @internal */
|
|
4094
|
-
export type
|
|
4090
|
+
export type TwentyTwo$Outbound = {
|
|
4095
4091
|
type: string;
|
|
4096
4092
|
};
|
|
4097
4093
|
|
|
4098
4094
|
/** @internal */
|
|
4099
|
-
export const
|
|
4100
|
-
|
|
4095
|
+
export const TwentyTwo$outboundSchema: z.ZodType<
|
|
4096
|
+
TwentyTwo$Outbound,
|
|
4101
4097
|
z.ZodTypeDef,
|
|
4102
|
-
|
|
4098
|
+
TwentyTwo
|
|
4103
4099
|
> = z.object({
|
|
4104
4100
|
type:
|
|
4105
4101
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$outboundSchema,
|
|
4106
4102
|
});
|
|
4107
4103
|
|
|
4108
|
-
export function
|
|
4109
|
-
|
|
4110
|
-
): string {
|
|
4111
|
-
return JSON.stringify(
|
|
4112
|
-
CreateEvalFunctionParams22$outboundSchema.parse(createEvalFunctionParams22),
|
|
4113
|
-
);
|
|
4104
|
+
export function twentyTwoToJSON(twentyTwo: TwentyTwo): string {
|
|
4105
|
+
return JSON.stringify(TwentyTwo$outboundSchema.parse(twentyTwo));
|
|
4114
4106
|
}
|
|
4115
|
-
export function
|
|
4107
|
+
export function twentyTwoFromJSON(
|
|
4116
4108
|
jsonString: string,
|
|
4117
|
-
): SafeParseResult<
|
|
4109
|
+
): SafeParseResult<TwentyTwo, SDKValidationError> {
|
|
4118
4110
|
return safeParse(
|
|
4119
4111
|
jsonString,
|
|
4120
|
-
(x) =>
|
|
4121
|
-
`Failed to parse '
|
|
4112
|
+
(x) => TwentyTwo$inboundSchema.parse(JSON.parse(x)),
|
|
4113
|
+
`Failed to parse 'TwentyTwo' from JSON`,
|
|
4122
4114
|
);
|
|
4123
4115
|
}
|
|
4124
4116
|
|
|
@@ -4137,8 +4129,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4137
4129
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$inboundSchema;
|
|
4138
4130
|
|
|
4139
4131
|
/** @internal */
|
|
4140
|
-
export const
|
|
4141
|
-
|
|
4132
|
+
export const TwentyOne$inboundSchema: z.ZodType<
|
|
4133
|
+
TwentyOne,
|
|
4142
4134
|
z.ZodTypeDef,
|
|
4143
4135
|
unknown
|
|
4144
4136
|
> = z.object({
|
|
@@ -4146,34 +4138,30 @@ export const CreateEvalFunctionParams21$inboundSchema: z.ZodType<
|
|
|
4146
4138
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$inboundSchema,
|
|
4147
4139
|
});
|
|
4148
4140
|
/** @internal */
|
|
4149
|
-
export type
|
|
4141
|
+
export type TwentyOne$Outbound = {
|
|
4150
4142
|
type: string;
|
|
4151
4143
|
};
|
|
4152
4144
|
|
|
4153
4145
|
/** @internal */
|
|
4154
|
-
export const
|
|
4155
|
-
|
|
4146
|
+
export const TwentyOne$outboundSchema: z.ZodType<
|
|
4147
|
+
TwentyOne$Outbound,
|
|
4156
4148
|
z.ZodTypeDef,
|
|
4157
|
-
|
|
4149
|
+
TwentyOne
|
|
4158
4150
|
> = z.object({
|
|
4159
4151
|
type:
|
|
4160
4152
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$outboundSchema,
|
|
4161
4153
|
});
|
|
4162
4154
|
|
|
4163
|
-
export function
|
|
4164
|
-
|
|
4165
|
-
): string {
|
|
4166
|
-
return JSON.stringify(
|
|
4167
|
-
CreateEvalFunctionParams21$outboundSchema.parse(createEvalFunctionParams21),
|
|
4168
|
-
);
|
|
4155
|
+
export function twentyOneToJSON(twentyOne: TwentyOne): string {
|
|
4156
|
+
return JSON.stringify(TwentyOne$outboundSchema.parse(twentyOne));
|
|
4169
4157
|
}
|
|
4170
|
-
export function
|
|
4158
|
+
export function twentyOneFromJSON(
|
|
4171
4159
|
jsonString: string,
|
|
4172
|
-
): SafeParseResult<
|
|
4160
|
+
): SafeParseResult<TwentyOne, SDKValidationError> {
|
|
4173
4161
|
return safeParse(
|
|
4174
4162
|
jsonString,
|
|
4175
|
-
(x) =>
|
|
4176
|
-
`Failed to parse '
|
|
4163
|
+
(x) => TwentyOne$inboundSchema.parse(JSON.parse(x)),
|
|
4164
|
+
`Failed to parse 'TwentyOne' from JSON`,
|
|
4177
4165
|
);
|
|
4178
4166
|
}
|
|
4179
4167
|
|
|
@@ -4192,43 +4180,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4192
4180
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$inboundSchema;
|
|
4193
4181
|
|
|
4194
4182
|
/** @internal */
|
|
4195
|
-
export const
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
type:
|
|
4201
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$inboundSchema,
|
|
4202
|
-
});
|
|
4183
|
+
export const Twenty$inboundSchema: z.ZodType<Twenty, z.ZodTypeDef, unknown> = z
|
|
4184
|
+
.object({
|
|
4185
|
+
type:
|
|
4186
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$inboundSchema,
|
|
4187
|
+
});
|
|
4203
4188
|
/** @internal */
|
|
4204
|
-
export type
|
|
4189
|
+
export type Twenty$Outbound = {
|
|
4205
4190
|
type: string;
|
|
4206
4191
|
};
|
|
4207
4192
|
|
|
4208
4193
|
/** @internal */
|
|
4209
|
-
export const
|
|
4210
|
-
|
|
4194
|
+
export const Twenty$outboundSchema: z.ZodType<
|
|
4195
|
+
Twenty$Outbound,
|
|
4211
4196
|
z.ZodTypeDef,
|
|
4212
|
-
|
|
4197
|
+
Twenty
|
|
4213
4198
|
> = z.object({
|
|
4214
4199
|
type:
|
|
4215
4200
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$outboundSchema,
|
|
4216
4201
|
});
|
|
4217
4202
|
|
|
4218
|
-
export function
|
|
4219
|
-
|
|
4220
|
-
): string {
|
|
4221
|
-
return JSON.stringify(
|
|
4222
|
-
CreateEvalFunctionParams20$outboundSchema.parse(createEvalFunctionParams20),
|
|
4223
|
-
);
|
|
4203
|
+
export function twentyToJSON(twenty: Twenty): string {
|
|
4204
|
+
return JSON.stringify(Twenty$outboundSchema.parse(twenty));
|
|
4224
4205
|
}
|
|
4225
|
-
export function
|
|
4206
|
+
export function twentyFromJSON(
|
|
4226
4207
|
jsonString: string,
|
|
4227
|
-
): SafeParseResult<
|
|
4208
|
+
): SafeParseResult<Twenty, SDKValidationError> {
|
|
4228
4209
|
return safeParse(
|
|
4229
4210
|
jsonString,
|
|
4230
|
-
(x) =>
|
|
4231
|
-
`Failed to parse '
|
|
4211
|
+
(x) => Twenty$inboundSchema.parse(JSON.parse(x)),
|
|
4212
|
+
`Failed to parse 'Twenty' from JSON`,
|
|
4232
4213
|
);
|
|
4233
4214
|
}
|
|
4234
4215
|
|
|
@@ -4247,8 +4228,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4247
4228
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$inboundSchema;
|
|
4248
4229
|
|
|
4249
4230
|
/** @internal */
|
|
4250
|
-
export const
|
|
4251
|
-
|
|
4231
|
+
export const Nineteen$inboundSchema: z.ZodType<
|
|
4232
|
+
Nineteen,
|
|
4252
4233
|
z.ZodTypeDef,
|
|
4253
4234
|
unknown
|
|
4254
4235
|
> = z.object({
|
|
@@ -4256,34 +4237,30 @@ export const CreateEvalFunctionParams19$inboundSchema: z.ZodType<
|
|
|
4256
4237
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$inboundSchema,
|
|
4257
4238
|
});
|
|
4258
4239
|
/** @internal */
|
|
4259
|
-
export type
|
|
4240
|
+
export type Nineteen$Outbound = {
|
|
4260
4241
|
type: string;
|
|
4261
4242
|
};
|
|
4262
4243
|
|
|
4263
4244
|
/** @internal */
|
|
4264
|
-
export const
|
|
4265
|
-
|
|
4245
|
+
export const Nineteen$outboundSchema: z.ZodType<
|
|
4246
|
+
Nineteen$Outbound,
|
|
4266
4247
|
z.ZodTypeDef,
|
|
4267
|
-
|
|
4248
|
+
Nineteen
|
|
4268
4249
|
> = z.object({
|
|
4269
4250
|
type:
|
|
4270
4251
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$outboundSchema,
|
|
4271
4252
|
});
|
|
4272
4253
|
|
|
4273
|
-
export function
|
|
4274
|
-
|
|
4275
|
-
): string {
|
|
4276
|
-
return JSON.stringify(
|
|
4277
|
-
CreateEvalFunctionParams19$outboundSchema.parse(createEvalFunctionParams19),
|
|
4278
|
-
);
|
|
4254
|
+
export function nineteenToJSON(nineteen: Nineteen): string {
|
|
4255
|
+
return JSON.stringify(Nineteen$outboundSchema.parse(nineteen));
|
|
4279
4256
|
}
|
|
4280
|
-
export function
|
|
4257
|
+
export function nineteenFromJSON(
|
|
4281
4258
|
jsonString: string,
|
|
4282
|
-
): SafeParseResult<
|
|
4259
|
+
): SafeParseResult<Nineteen, SDKValidationError> {
|
|
4283
4260
|
return safeParse(
|
|
4284
4261
|
jsonString,
|
|
4285
|
-
(x) =>
|
|
4286
|
-
`Failed to parse '
|
|
4262
|
+
(x) => Nineteen$inboundSchema.parse(JSON.parse(x)),
|
|
4263
|
+
`Failed to parse 'Nineteen' from JSON`,
|
|
4287
4264
|
);
|
|
4288
4265
|
}
|
|
4289
4266
|
|
|
@@ -4302,8 +4279,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4302
4279
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$inboundSchema;
|
|
4303
4280
|
|
|
4304
4281
|
/** @internal */
|
|
4305
|
-
export const
|
|
4306
|
-
|
|
4282
|
+
export const Eighteen$inboundSchema: z.ZodType<
|
|
4283
|
+
Eighteen,
|
|
4307
4284
|
z.ZodTypeDef,
|
|
4308
4285
|
unknown
|
|
4309
4286
|
> = z.object({
|
|
@@ -4311,34 +4288,30 @@ export const CreateEvalFunctionParams18$inboundSchema: z.ZodType<
|
|
|
4311
4288
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$inboundSchema,
|
|
4312
4289
|
});
|
|
4313
4290
|
/** @internal */
|
|
4314
|
-
export type
|
|
4291
|
+
export type Eighteen$Outbound = {
|
|
4315
4292
|
type: string;
|
|
4316
4293
|
};
|
|
4317
4294
|
|
|
4318
4295
|
/** @internal */
|
|
4319
|
-
export const
|
|
4320
|
-
|
|
4296
|
+
export const Eighteen$outboundSchema: z.ZodType<
|
|
4297
|
+
Eighteen$Outbound,
|
|
4321
4298
|
z.ZodTypeDef,
|
|
4322
|
-
|
|
4299
|
+
Eighteen
|
|
4323
4300
|
> = z.object({
|
|
4324
4301
|
type:
|
|
4325
4302
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$outboundSchema,
|
|
4326
4303
|
});
|
|
4327
4304
|
|
|
4328
|
-
export function
|
|
4329
|
-
|
|
4330
|
-
): string {
|
|
4331
|
-
return JSON.stringify(
|
|
4332
|
-
CreateEvalFunctionParams18$outboundSchema.parse(createEvalFunctionParams18),
|
|
4333
|
-
);
|
|
4305
|
+
export function eighteenToJSON(eighteen: Eighteen): string {
|
|
4306
|
+
return JSON.stringify(Eighteen$outboundSchema.parse(eighteen));
|
|
4334
4307
|
}
|
|
4335
|
-
export function
|
|
4308
|
+
export function eighteenFromJSON(
|
|
4336
4309
|
jsonString: string,
|
|
4337
|
-
): SafeParseResult<
|
|
4310
|
+
): SafeParseResult<Eighteen, SDKValidationError> {
|
|
4338
4311
|
return safeParse(
|
|
4339
4312
|
jsonString,
|
|
4340
|
-
(x) =>
|
|
4341
|
-
`Failed to parse '
|
|
4313
|
+
(x) => Eighteen$inboundSchema.parse(JSON.parse(x)),
|
|
4314
|
+
`Failed to parse 'Eighteen' from JSON`,
|
|
4342
4315
|
);
|
|
4343
4316
|
}
|
|
4344
4317
|
|
|
@@ -4357,8 +4330,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4357
4330
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema;
|
|
4358
4331
|
|
|
4359
4332
|
/** @internal */
|
|
4360
|
-
export const
|
|
4361
|
-
|
|
4333
|
+
export const Seventeen$inboundSchema: z.ZodType<
|
|
4334
|
+
Seventeen,
|
|
4362
4335
|
z.ZodTypeDef,
|
|
4363
4336
|
unknown
|
|
4364
4337
|
> = z.object({
|
|
@@ -4366,34 +4339,30 @@ export const CreateEvalFunctionParams17$inboundSchema: z.ZodType<
|
|
|
4366
4339
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema,
|
|
4367
4340
|
});
|
|
4368
4341
|
/** @internal */
|
|
4369
|
-
export type
|
|
4342
|
+
export type Seventeen$Outbound = {
|
|
4370
4343
|
type: string;
|
|
4371
4344
|
};
|
|
4372
4345
|
|
|
4373
4346
|
/** @internal */
|
|
4374
|
-
export const
|
|
4375
|
-
|
|
4347
|
+
export const Seventeen$outboundSchema: z.ZodType<
|
|
4348
|
+
Seventeen$Outbound,
|
|
4376
4349
|
z.ZodTypeDef,
|
|
4377
|
-
|
|
4350
|
+
Seventeen
|
|
4378
4351
|
> = z.object({
|
|
4379
4352
|
type:
|
|
4380
4353
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema,
|
|
4381
4354
|
});
|
|
4382
4355
|
|
|
4383
|
-
export function
|
|
4384
|
-
|
|
4385
|
-
): string {
|
|
4386
|
-
return JSON.stringify(
|
|
4387
|
-
CreateEvalFunctionParams17$outboundSchema.parse(createEvalFunctionParams17),
|
|
4388
|
-
);
|
|
4356
|
+
export function seventeenToJSON(seventeen: Seventeen): string {
|
|
4357
|
+
return JSON.stringify(Seventeen$outboundSchema.parse(seventeen));
|
|
4389
4358
|
}
|
|
4390
|
-
export function
|
|
4359
|
+
export function seventeenFromJSON(
|
|
4391
4360
|
jsonString: string,
|
|
4392
|
-
): SafeParseResult<
|
|
4361
|
+
): SafeParseResult<Seventeen, SDKValidationError> {
|
|
4393
4362
|
return safeParse(
|
|
4394
4363
|
jsonString,
|
|
4395
|
-
(x) =>
|
|
4396
|
-
`Failed to parse '
|
|
4364
|
+
(x) => Seventeen$inboundSchema.parse(JSON.parse(x)),
|
|
4365
|
+
`Failed to parse 'Seventeen' from JSON`,
|
|
4397
4366
|
);
|
|
4398
4367
|
}
|
|
4399
4368
|
|
|
@@ -4412,43 +4381,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4412
4381
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema;
|
|
4413
4382
|
|
|
4414
4383
|
/** @internal */
|
|
4415
|
-
export const
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
|
-
|
|
4420
|
-
type:
|
|
4421
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema,
|
|
4422
|
-
});
|
|
4384
|
+
export const Sixteen$inboundSchema: z.ZodType<Sixteen, z.ZodTypeDef, unknown> =
|
|
4385
|
+
z.object({
|
|
4386
|
+
type:
|
|
4387
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema,
|
|
4388
|
+
});
|
|
4423
4389
|
/** @internal */
|
|
4424
|
-
export type
|
|
4390
|
+
export type Sixteen$Outbound = {
|
|
4425
4391
|
type: string;
|
|
4426
4392
|
};
|
|
4427
4393
|
|
|
4428
4394
|
/** @internal */
|
|
4429
|
-
export const
|
|
4430
|
-
|
|
4395
|
+
export const Sixteen$outboundSchema: z.ZodType<
|
|
4396
|
+
Sixteen$Outbound,
|
|
4431
4397
|
z.ZodTypeDef,
|
|
4432
|
-
|
|
4398
|
+
Sixteen
|
|
4433
4399
|
> = z.object({
|
|
4434
4400
|
type:
|
|
4435
4401
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema,
|
|
4436
4402
|
});
|
|
4437
4403
|
|
|
4438
|
-
export function
|
|
4439
|
-
|
|
4440
|
-
): string {
|
|
4441
|
-
return JSON.stringify(
|
|
4442
|
-
CreateEvalFunctionParams16$outboundSchema.parse(createEvalFunctionParams16),
|
|
4443
|
-
);
|
|
4404
|
+
export function sixteenToJSON(sixteen: Sixteen): string {
|
|
4405
|
+
return JSON.stringify(Sixteen$outboundSchema.parse(sixteen));
|
|
4444
4406
|
}
|
|
4445
|
-
export function
|
|
4407
|
+
export function sixteenFromJSON(
|
|
4446
4408
|
jsonString: string,
|
|
4447
|
-
): SafeParseResult<
|
|
4409
|
+
): SafeParseResult<Sixteen, SDKValidationError> {
|
|
4448
4410
|
return safeParse(
|
|
4449
4411
|
jsonString,
|
|
4450
|
-
(x) =>
|
|
4451
|
-
`Failed to parse '
|
|
4412
|
+
(x) => Sixteen$inboundSchema.parse(JSON.parse(x)),
|
|
4413
|
+
`Failed to parse 'Sixteen' from JSON`,
|
|
4452
4414
|
);
|
|
4453
4415
|
}
|
|
4454
4416
|
|
|
@@ -4467,46 +4429,39 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4467
4429
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema;
|
|
4468
4430
|
|
|
4469
4431
|
/** @internal */
|
|
4470
|
-
export const
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema,
|
|
4477
|
-
pattern: z.string(),
|
|
4478
|
-
});
|
|
4432
|
+
export const Fifteen$inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown> =
|
|
4433
|
+
z.object({
|
|
4434
|
+
type:
|
|
4435
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema,
|
|
4436
|
+
pattern: z.string(),
|
|
4437
|
+
});
|
|
4479
4438
|
/** @internal */
|
|
4480
|
-
export type
|
|
4439
|
+
export type Fifteen$Outbound = {
|
|
4481
4440
|
type: string;
|
|
4482
4441
|
pattern: string;
|
|
4483
4442
|
};
|
|
4484
4443
|
|
|
4485
4444
|
/** @internal */
|
|
4486
|
-
export const
|
|
4487
|
-
|
|
4445
|
+
export const Fifteen$outboundSchema: z.ZodType<
|
|
4446
|
+
Fifteen$Outbound,
|
|
4488
4447
|
z.ZodTypeDef,
|
|
4489
|
-
|
|
4448
|
+
Fifteen
|
|
4490
4449
|
> = z.object({
|
|
4491
4450
|
type:
|
|
4492
4451
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema,
|
|
4493
4452
|
pattern: z.string(),
|
|
4494
4453
|
});
|
|
4495
4454
|
|
|
4496
|
-
export function
|
|
4497
|
-
|
|
4498
|
-
): string {
|
|
4499
|
-
return JSON.stringify(
|
|
4500
|
-
CreateEvalFunctionParams15$outboundSchema.parse(createEvalFunctionParams15),
|
|
4501
|
-
);
|
|
4455
|
+
export function fifteenToJSON(fifteen: Fifteen): string {
|
|
4456
|
+
return JSON.stringify(Fifteen$outboundSchema.parse(fifteen));
|
|
4502
4457
|
}
|
|
4503
|
-
export function
|
|
4458
|
+
export function fifteenFromJSON(
|
|
4504
4459
|
jsonString: string,
|
|
4505
|
-
): SafeParseResult<
|
|
4460
|
+
): SafeParseResult<Fifteen, SDKValidationError> {
|
|
4506
4461
|
return safeParse(
|
|
4507
4462
|
jsonString,
|
|
4508
|
-
(x) =>
|
|
4509
|
-
`Failed to parse '
|
|
4463
|
+
(x) => Fifteen$inboundSchema.parse(JSON.parse(x)),
|
|
4464
|
+
`Failed to parse 'Fifteen' from JSON`,
|
|
4510
4465
|
);
|
|
4511
4466
|
}
|
|
4512
4467
|
|
|
@@ -4525,8 +4480,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4525
4480
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema;
|
|
4526
4481
|
|
|
4527
4482
|
/** @internal */
|
|
4528
|
-
export const
|
|
4529
|
-
|
|
4483
|
+
export const Fourteen$inboundSchema: z.ZodType<
|
|
4484
|
+
Fourteen,
|
|
4530
4485
|
z.ZodTypeDef,
|
|
4531
4486
|
unknown
|
|
4532
4487
|
> = z.object({
|
|
@@ -4534,34 +4489,30 @@ export const CreateEvalFunctionParams14$inboundSchema: z.ZodType<
|
|
|
4534
4489
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema,
|
|
4535
4490
|
});
|
|
4536
4491
|
/** @internal */
|
|
4537
|
-
export type
|
|
4492
|
+
export type Fourteen$Outbound = {
|
|
4538
4493
|
type: string;
|
|
4539
4494
|
};
|
|
4540
4495
|
|
|
4541
4496
|
/** @internal */
|
|
4542
|
-
export const
|
|
4543
|
-
|
|
4497
|
+
export const Fourteen$outboundSchema: z.ZodType<
|
|
4498
|
+
Fourteen$Outbound,
|
|
4544
4499
|
z.ZodTypeDef,
|
|
4545
|
-
|
|
4500
|
+
Fourteen
|
|
4546
4501
|
> = z.object({
|
|
4547
4502
|
type:
|
|
4548
4503
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema,
|
|
4549
4504
|
});
|
|
4550
4505
|
|
|
4551
|
-
export function
|
|
4552
|
-
|
|
4553
|
-
): string {
|
|
4554
|
-
return JSON.stringify(
|
|
4555
|
-
CreateEvalFunctionParams14$outboundSchema.parse(createEvalFunctionParams14),
|
|
4556
|
-
);
|
|
4506
|
+
export function fourteenToJSON(fourteen: Fourteen): string {
|
|
4507
|
+
return JSON.stringify(Fourteen$outboundSchema.parse(fourteen));
|
|
4557
4508
|
}
|
|
4558
|
-
export function
|
|
4509
|
+
export function fourteenFromJSON(
|
|
4559
4510
|
jsonString: string,
|
|
4560
|
-
): SafeParseResult<
|
|
4511
|
+
): SafeParseResult<Fourteen, SDKValidationError> {
|
|
4561
4512
|
return safeParse(
|
|
4562
4513
|
jsonString,
|
|
4563
|
-
(x) =>
|
|
4564
|
-
`Failed to parse '
|
|
4514
|
+
(x) => Fourteen$inboundSchema.parse(JSON.parse(x)),
|
|
4515
|
+
`Failed to parse 'Fourteen' from JSON`,
|
|
4565
4516
|
);
|
|
4566
4517
|
}
|
|
4567
4518
|
|
|
@@ -4580,8 +4531,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4580
4531
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema;
|
|
4581
4532
|
|
|
4582
4533
|
/** @internal */
|
|
4583
|
-
export const
|
|
4584
|
-
|
|
4534
|
+
export const Thirteen$inboundSchema: z.ZodType<
|
|
4535
|
+
Thirteen,
|
|
4585
4536
|
z.ZodTypeDef,
|
|
4586
4537
|
unknown
|
|
4587
4538
|
> = z.object({
|
|
@@ -4590,36 +4541,32 @@ export const CreateEvalFunctionParams13$inboundSchema: z.ZodType<
|
|
|
4590
4541
|
value: z.number(),
|
|
4591
4542
|
});
|
|
4592
4543
|
/** @internal */
|
|
4593
|
-
export type
|
|
4544
|
+
export type Thirteen$Outbound = {
|
|
4594
4545
|
type: string;
|
|
4595
4546
|
value: number;
|
|
4596
4547
|
};
|
|
4597
4548
|
|
|
4598
4549
|
/** @internal */
|
|
4599
|
-
export const
|
|
4600
|
-
|
|
4550
|
+
export const Thirteen$outboundSchema: z.ZodType<
|
|
4551
|
+
Thirteen$Outbound,
|
|
4601
4552
|
z.ZodTypeDef,
|
|
4602
|
-
|
|
4553
|
+
Thirteen
|
|
4603
4554
|
> = z.object({
|
|
4604
4555
|
type:
|
|
4605
4556
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema,
|
|
4606
4557
|
value: z.number(),
|
|
4607
4558
|
});
|
|
4608
4559
|
|
|
4609
|
-
export function
|
|
4610
|
-
|
|
4611
|
-
): string {
|
|
4612
|
-
return JSON.stringify(
|
|
4613
|
-
CreateEvalFunctionParams13$outboundSchema.parse(createEvalFunctionParams13),
|
|
4614
|
-
);
|
|
4560
|
+
export function thirteenToJSON(thirteen: Thirteen): string {
|
|
4561
|
+
return JSON.stringify(Thirteen$outboundSchema.parse(thirteen));
|
|
4615
4562
|
}
|
|
4616
|
-
export function
|
|
4563
|
+
export function thirteenFromJSON(
|
|
4617
4564
|
jsonString: string,
|
|
4618
|
-
): SafeParseResult<
|
|
4565
|
+
): SafeParseResult<Thirteen, SDKValidationError> {
|
|
4619
4566
|
return safeParse(
|
|
4620
4567
|
jsonString,
|
|
4621
|
-
(x) =>
|
|
4622
|
-
`Failed to parse '
|
|
4568
|
+
(x) => Thirteen$inboundSchema.parse(JSON.parse(x)),
|
|
4569
|
+
`Failed to parse 'Thirteen' from JSON`,
|
|
4623
4570
|
);
|
|
4624
4571
|
}
|
|
4625
4572
|
|
|
@@ -4638,28 +4585,25 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4638
4585
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema;
|
|
4639
4586
|
|
|
4640
4587
|
/** @internal */
|
|
4641
|
-
export const
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
min: z.number(),
|
|
4649
|
-
max: z.number(),
|
|
4650
|
-
});
|
|
4588
|
+
export const Twelve$inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown> = z
|
|
4589
|
+
.object({
|
|
4590
|
+
type:
|
|
4591
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema,
|
|
4592
|
+
min: z.number(),
|
|
4593
|
+
max: z.number(),
|
|
4594
|
+
});
|
|
4651
4595
|
/** @internal */
|
|
4652
|
-
export type
|
|
4596
|
+
export type Twelve$Outbound = {
|
|
4653
4597
|
type: string;
|
|
4654
4598
|
min: number;
|
|
4655
4599
|
max: number;
|
|
4656
4600
|
};
|
|
4657
4601
|
|
|
4658
4602
|
/** @internal */
|
|
4659
|
-
export const
|
|
4660
|
-
|
|
4603
|
+
export const Twelve$outboundSchema: z.ZodType<
|
|
4604
|
+
Twelve$Outbound,
|
|
4661
4605
|
z.ZodTypeDef,
|
|
4662
|
-
|
|
4606
|
+
Twelve
|
|
4663
4607
|
> = z.object({
|
|
4664
4608
|
type:
|
|
4665
4609
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema,
|
|
@@ -4667,20 +4611,16 @@ export const CreateEvalFunctionParams12$outboundSchema: z.ZodType<
|
|
|
4667
4611
|
max: z.number(),
|
|
4668
4612
|
});
|
|
4669
4613
|
|
|
4670
|
-
export function
|
|
4671
|
-
|
|
4672
|
-
): string {
|
|
4673
|
-
return JSON.stringify(
|
|
4674
|
-
CreateEvalFunctionParams12$outboundSchema.parse(createEvalFunctionParams12),
|
|
4675
|
-
);
|
|
4614
|
+
export function twelveToJSON(twelve: Twelve): string {
|
|
4615
|
+
return JSON.stringify(Twelve$outboundSchema.parse(twelve));
|
|
4676
4616
|
}
|
|
4677
|
-
export function
|
|
4617
|
+
export function twelveFromJSON(
|
|
4678
4618
|
jsonString: string,
|
|
4679
|
-
): SafeParseResult<
|
|
4619
|
+
): SafeParseResult<Twelve, SDKValidationError> {
|
|
4680
4620
|
return safeParse(
|
|
4681
4621
|
jsonString,
|
|
4682
|
-
(x) =>
|
|
4683
|
-
`Failed to parse '
|
|
4622
|
+
(x) => Twelve$inboundSchema.parse(JSON.parse(x)),
|
|
4623
|
+
`Failed to parse 'Twelve' from JSON`,
|
|
4684
4624
|
);
|
|
4685
4625
|
}
|
|
4686
4626
|
|
|
@@ -4699,46 +4639,39 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4699
4639
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema;
|
|
4700
4640
|
|
|
4701
4641
|
/** @internal */
|
|
4702
|
-
export const
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema,
|
|
4709
|
-
value: z.number(),
|
|
4710
|
-
});
|
|
4642
|
+
export const Eleven$inboundSchema: z.ZodType<Eleven, z.ZodTypeDef, unknown> = z
|
|
4643
|
+
.object({
|
|
4644
|
+
type:
|
|
4645
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema,
|
|
4646
|
+
value: z.number(),
|
|
4647
|
+
});
|
|
4711
4648
|
/** @internal */
|
|
4712
|
-
export type
|
|
4649
|
+
export type Eleven$Outbound = {
|
|
4713
4650
|
type: string;
|
|
4714
4651
|
value: number;
|
|
4715
4652
|
};
|
|
4716
4653
|
|
|
4717
4654
|
/** @internal */
|
|
4718
|
-
export const
|
|
4719
|
-
|
|
4655
|
+
export const Eleven$outboundSchema: z.ZodType<
|
|
4656
|
+
Eleven$Outbound,
|
|
4720
4657
|
z.ZodTypeDef,
|
|
4721
|
-
|
|
4658
|
+
Eleven
|
|
4722
4659
|
> = z.object({
|
|
4723
4660
|
type:
|
|
4724
4661
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema,
|
|
4725
4662
|
value: z.number(),
|
|
4726
4663
|
});
|
|
4727
4664
|
|
|
4728
|
-
export function
|
|
4729
|
-
|
|
4730
|
-
): string {
|
|
4731
|
-
return JSON.stringify(
|
|
4732
|
-
CreateEvalFunctionParams11$outboundSchema.parse(createEvalFunctionParams11),
|
|
4733
|
-
);
|
|
4665
|
+
export function elevenToJSON(eleven: Eleven): string {
|
|
4666
|
+
return JSON.stringify(Eleven$outboundSchema.parse(eleven));
|
|
4734
4667
|
}
|
|
4735
|
-
export function
|
|
4668
|
+
export function elevenFromJSON(
|
|
4736
4669
|
jsonString: string,
|
|
4737
|
-
): SafeParseResult<
|
|
4670
|
+
): SafeParseResult<Eleven, SDKValidationError> {
|
|
4738
4671
|
return safeParse(
|
|
4739
4672
|
jsonString,
|
|
4740
|
-
(x) =>
|
|
4741
|
-
`Failed to parse '
|
|
4673
|
+
(x) => Eleven$inboundSchema.parse(JSON.parse(x)),
|
|
4674
|
+
`Failed to parse 'Eleven' from JSON`,
|
|
4742
4675
|
);
|
|
4743
4676
|
}
|
|
4744
4677
|
|
|
@@ -4757,43 +4690,33 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4757
4690
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema;
|
|
4758
4691
|
|
|
4759
4692
|
/** @internal */
|
|
4760
|
-
export const
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
type:
|
|
4766
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema,
|
|
4767
|
-
});
|
|
4693
|
+
export const Ten$inboundSchema: z.ZodType<Ten, z.ZodTypeDef, unknown> = z
|
|
4694
|
+
.object({
|
|
4695
|
+
type:
|
|
4696
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema,
|
|
4697
|
+
});
|
|
4768
4698
|
/** @internal */
|
|
4769
|
-
export type
|
|
4699
|
+
export type Ten$Outbound = {
|
|
4770
4700
|
type: string;
|
|
4771
4701
|
};
|
|
4772
4702
|
|
|
4773
4703
|
/** @internal */
|
|
4774
|
-
export const
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
type:
|
|
4780
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema,
|
|
4781
|
-
});
|
|
4704
|
+
export const Ten$outboundSchema: z.ZodType<Ten$Outbound, z.ZodTypeDef, Ten> = z
|
|
4705
|
+
.object({
|
|
4706
|
+
type:
|
|
4707
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema,
|
|
4708
|
+
});
|
|
4782
4709
|
|
|
4783
|
-
export function
|
|
4784
|
-
|
|
4785
|
-
): string {
|
|
4786
|
-
return JSON.stringify(
|
|
4787
|
-
CreateEvalFunctionParams10$outboundSchema.parse(createEvalFunctionParams10),
|
|
4788
|
-
);
|
|
4710
|
+
export function tenToJSON(ten: Ten): string {
|
|
4711
|
+
return JSON.stringify(Ten$outboundSchema.parse(ten));
|
|
4789
4712
|
}
|
|
4790
|
-
export function
|
|
4713
|
+
export function tenFromJSON(
|
|
4791
4714
|
jsonString: string,
|
|
4792
|
-
): SafeParseResult<
|
|
4715
|
+
): SafeParseResult<Ten, SDKValidationError> {
|
|
4793
4716
|
return safeParse(
|
|
4794
4717
|
jsonString,
|
|
4795
|
-
(x) =>
|
|
4796
|
-
`Failed to parse '
|
|
4718
|
+
(x) => Ten$inboundSchema.parse(JSON.parse(x)),
|
|
4719
|
+
`Failed to parse 'Ten' from JSON`,
|
|
4797
4720
|
);
|
|
4798
4721
|
}
|
|
4799
4722
|
|
|
@@ -4812,46 +4735,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4812
4735
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema;
|
|
4813
4736
|
|
|
4814
4737
|
/** @internal */
|
|
4815
|
-
export const
|
|
4816
|
-
|
|
4817
|
-
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema,
|
|
4822
|
-
value: z.string(),
|
|
4823
|
-
});
|
|
4738
|
+
export const Nine$inboundSchema: z.ZodType<Nine, z.ZodTypeDef, unknown> = z
|
|
4739
|
+
.object({
|
|
4740
|
+
type:
|
|
4741
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema,
|
|
4742
|
+
value: z.string(),
|
|
4743
|
+
});
|
|
4824
4744
|
/** @internal */
|
|
4825
|
-
export type
|
|
4745
|
+
export type Nine$Outbound = {
|
|
4826
4746
|
type: string;
|
|
4827
4747
|
value: string;
|
|
4828
4748
|
};
|
|
4829
4749
|
|
|
4830
4750
|
/** @internal */
|
|
4831
|
-
export const
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema,
|
|
4838
|
-
value: z.string(),
|
|
4839
|
-
});
|
|
4751
|
+
export const Nine$outboundSchema: z.ZodType<Nine$Outbound, z.ZodTypeDef, Nine> =
|
|
4752
|
+
z.object({
|
|
4753
|
+
type:
|
|
4754
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema,
|
|
4755
|
+
value: z.string(),
|
|
4756
|
+
});
|
|
4840
4757
|
|
|
4841
|
-
export function
|
|
4842
|
-
|
|
4843
|
-
): string {
|
|
4844
|
-
return JSON.stringify(
|
|
4845
|
-
CreateEvalFunctionParams9$outboundSchema.parse(createEvalFunctionParams9),
|
|
4846
|
-
);
|
|
4758
|
+
export function nineToJSON(nine: Nine): string {
|
|
4759
|
+
return JSON.stringify(Nine$outboundSchema.parse(nine));
|
|
4847
4760
|
}
|
|
4848
|
-
export function
|
|
4761
|
+
export function nineFromJSON(
|
|
4849
4762
|
jsonString: string,
|
|
4850
|
-
): SafeParseResult<
|
|
4763
|
+
): SafeParseResult<Nine, SDKValidationError> {
|
|
4851
4764
|
return safeParse(
|
|
4852
4765
|
jsonString,
|
|
4853
|
-
(x) =>
|
|
4854
|
-
`Failed to parse '
|
|
4766
|
+
(x) => Nine$inboundSchema.parse(JSON.parse(x)),
|
|
4767
|
+
`Failed to parse 'Nine' from JSON`,
|
|
4855
4768
|
);
|
|
4856
4769
|
}
|
|
4857
4770
|
|
|
@@ -4870,46 +4783,39 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4870
4783
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema;
|
|
4871
4784
|
|
|
4872
4785
|
/** @internal */
|
|
4873
|
-
export const
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
|
-
|
|
4879
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema,
|
|
4880
|
-
value: z.string(),
|
|
4881
|
-
});
|
|
4786
|
+
export const Eight$inboundSchema: z.ZodType<Eight, z.ZodTypeDef, unknown> = z
|
|
4787
|
+
.object({
|
|
4788
|
+
type:
|
|
4789
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema,
|
|
4790
|
+
value: z.string(),
|
|
4791
|
+
});
|
|
4882
4792
|
/** @internal */
|
|
4883
|
-
export type
|
|
4793
|
+
export type Eight$Outbound = {
|
|
4884
4794
|
type: string;
|
|
4885
4795
|
value: string;
|
|
4886
4796
|
};
|
|
4887
4797
|
|
|
4888
4798
|
/** @internal */
|
|
4889
|
-
export const
|
|
4890
|
-
|
|
4799
|
+
export const Eight$outboundSchema: z.ZodType<
|
|
4800
|
+
Eight$Outbound,
|
|
4891
4801
|
z.ZodTypeDef,
|
|
4892
|
-
|
|
4802
|
+
Eight
|
|
4893
4803
|
> = z.object({
|
|
4894
4804
|
type:
|
|
4895
4805
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema,
|
|
4896
4806
|
value: z.string(),
|
|
4897
4807
|
});
|
|
4898
4808
|
|
|
4899
|
-
export function
|
|
4900
|
-
|
|
4901
|
-
): string {
|
|
4902
|
-
return JSON.stringify(
|
|
4903
|
-
CreateEvalFunctionParams8$outboundSchema.parse(createEvalFunctionParams8),
|
|
4904
|
-
);
|
|
4809
|
+
export function eightToJSON(eight: Eight): string {
|
|
4810
|
+
return JSON.stringify(Eight$outboundSchema.parse(eight));
|
|
4905
4811
|
}
|
|
4906
|
-
export function
|
|
4812
|
+
export function eightFromJSON(
|
|
4907
4813
|
jsonString: string,
|
|
4908
|
-
): SafeParseResult<
|
|
4814
|
+
): SafeParseResult<Eight, SDKValidationError> {
|
|
4909
4815
|
return safeParse(
|
|
4910
4816
|
jsonString,
|
|
4911
|
-
(x) =>
|
|
4912
|
-
`Failed to parse '
|
|
4817
|
+
(x) => Eight$inboundSchema.parse(JSON.parse(x)),
|
|
4818
|
+
`Failed to parse 'Eight' from JSON`,
|
|
4913
4819
|
);
|
|
4914
4820
|
}
|
|
4915
4821
|
|
|
@@ -4928,43 +4834,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4928
4834
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
4929
4835
|
|
|
4930
4836
|
/** @internal */
|
|
4931
|
-
export const
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
type:
|
|
4937
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
4938
|
-
});
|
|
4837
|
+
export const Seven$inboundSchema: z.ZodType<Seven, z.ZodTypeDef, unknown> = z
|
|
4838
|
+
.object({
|
|
4839
|
+
type:
|
|
4840
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
4841
|
+
});
|
|
4939
4842
|
/** @internal */
|
|
4940
|
-
export type
|
|
4843
|
+
export type Seven$Outbound = {
|
|
4941
4844
|
type: string;
|
|
4942
4845
|
};
|
|
4943
4846
|
|
|
4944
4847
|
/** @internal */
|
|
4945
|
-
export const
|
|
4946
|
-
|
|
4848
|
+
export const Seven$outboundSchema: z.ZodType<
|
|
4849
|
+
Seven$Outbound,
|
|
4947
4850
|
z.ZodTypeDef,
|
|
4948
|
-
|
|
4851
|
+
Seven
|
|
4949
4852
|
> = z.object({
|
|
4950
4853
|
type:
|
|
4951
4854
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
4952
4855
|
});
|
|
4953
4856
|
|
|
4954
|
-
export function
|
|
4955
|
-
|
|
4956
|
-
): string {
|
|
4957
|
-
return JSON.stringify(
|
|
4958
|
-
CreateEvalFunctionParams7$outboundSchema.parse(createEvalFunctionParams7),
|
|
4959
|
-
);
|
|
4857
|
+
export function sevenToJSON(seven: Seven): string {
|
|
4858
|
+
return JSON.stringify(Seven$outboundSchema.parse(seven));
|
|
4960
4859
|
}
|
|
4961
|
-
export function
|
|
4860
|
+
export function sevenFromJSON(
|
|
4962
4861
|
jsonString: string,
|
|
4963
|
-
): SafeParseResult<
|
|
4862
|
+
): SafeParseResult<Seven, SDKValidationError> {
|
|
4964
4863
|
return safeParse(
|
|
4965
4864
|
jsonString,
|
|
4966
|
-
(x) =>
|
|
4967
|
-
`Failed to parse '
|
|
4865
|
+
(x) => Seven$inboundSchema.parse(JSON.parse(x)),
|
|
4866
|
+
`Failed to parse 'Seven' from JSON`,
|
|
4968
4867
|
);
|
|
4969
4868
|
}
|
|
4970
4869
|
|
|
@@ -5278,31 +5177,31 @@ export const FunctionParams$inboundSchema: z.ZodType<
|
|
|
5278
5177
|
z.ZodTypeDef,
|
|
5279
5178
|
unknown
|
|
5280
5179
|
> = z.union([
|
|
5281
|
-
z.lazy(() =>
|
|
5180
|
+
z.lazy(() => Twelve$inboundSchema),
|
|
5282
5181
|
z.lazy(() => CreateEvalFunctionParams1$inboundSchema),
|
|
5283
5182
|
z.lazy(() => CreateEvalFunctionParams2$inboundSchema),
|
|
5284
5183
|
z.lazy(() => CreateEvalFunctionParams3$inboundSchema),
|
|
5285
5184
|
z.lazy(() => CreateEvalFunctionParams4$inboundSchema),
|
|
5286
|
-
z.lazy(() =>
|
|
5287
|
-
z.lazy(() =>
|
|
5288
|
-
z.lazy(() =>
|
|
5289
|
-
z.lazy(() =>
|
|
5290
|
-
z.lazy(() =>
|
|
5185
|
+
z.lazy(() => Eight$inboundSchema),
|
|
5186
|
+
z.lazy(() => Nine$inboundSchema),
|
|
5187
|
+
z.lazy(() => Eleven$inboundSchema),
|
|
5188
|
+
z.lazy(() => Thirteen$inboundSchema),
|
|
5189
|
+
z.lazy(() => Fifteen$inboundSchema),
|
|
5291
5190
|
z.lazy(() => TwentyFive$inboundSchema),
|
|
5292
5191
|
z.lazy(() => TwentySix$inboundSchema),
|
|
5293
5192
|
z.lazy(() => CreateEvalFunctionParams5$inboundSchema),
|
|
5294
5193
|
z.lazy(() => CreateEvalFunctionParams6$inboundSchema),
|
|
5295
|
-
z.lazy(() =>
|
|
5296
|
-
z.lazy(() =>
|
|
5297
|
-
z.lazy(() =>
|
|
5298
|
-
z.lazy(() =>
|
|
5299
|
-
z.lazy(() =>
|
|
5300
|
-
z.lazy(() =>
|
|
5301
|
-
z.lazy(() =>
|
|
5302
|
-
z.lazy(() =>
|
|
5303
|
-
z.lazy(() =>
|
|
5304
|
-
z.lazy(() =>
|
|
5305
|
-
z.lazy(() =>
|
|
5194
|
+
z.lazy(() => Seven$inboundSchema),
|
|
5195
|
+
z.lazy(() => Ten$inboundSchema),
|
|
5196
|
+
z.lazy(() => Fourteen$inboundSchema),
|
|
5197
|
+
z.lazy(() => Sixteen$inboundSchema),
|
|
5198
|
+
z.lazy(() => Seventeen$inboundSchema),
|
|
5199
|
+
z.lazy(() => Eighteen$inboundSchema),
|
|
5200
|
+
z.lazy(() => Nineteen$inboundSchema),
|
|
5201
|
+
z.lazy(() => Twenty$inboundSchema),
|
|
5202
|
+
z.lazy(() => TwentyOne$inboundSchema),
|
|
5203
|
+
z.lazy(() => TwentyTwo$inboundSchema),
|
|
5204
|
+
z.lazy(() => TwentyThree$inboundSchema),
|
|
5306
5205
|
z.lazy(() => TwentyFour$inboundSchema),
|
|
5307
5206
|
z.lazy(() => TwentySeven$inboundSchema),
|
|
5308
5207
|
z.lazy(() => TwentyEight$inboundSchema),
|
|
@@ -5316,31 +5215,31 @@ export const FunctionParams$inboundSchema: z.ZodType<
|
|
|
5316
5215
|
]);
|
|
5317
5216
|
/** @internal */
|
|
5318
5217
|
export type FunctionParams$Outbound =
|
|
5319
|
-
|
|
|
5218
|
+
| Twelve$Outbound
|
|
5320
5219
|
| CreateEvalFunctionParams1$Outbound
|
|
5321
5220
|
| CreateEvalFunctionParams2$Outbound
|
|
5322
5221
|
| CreateEvalFunctionParams3$Outbound
|
|
5323
5222
|
| CreateEvalFunctionParams4$Outbound
|
|
5324
|
-
|
|
|
5325
|
-
|
|
|
5326
|
-
|
|
|
5327
|
-
|
|
|
5328
|
-
|
|
|
5223
|
+
| Eight$Outbound
|
|
5224
|
+
| Nine$Outbound
|
|
5225
|
+
| Eleven$Outbound
|
|
5226
|
+
| Thirteen$Outbound
|
|
5227
|
+
| Fifteen$Outbound
|
|
5329
5228
|
| TwentyFive$Outbound
|
|
5330
5229
|
| TwentySix$Outbound
|
|
5331
5230
|
| CreateEvalFunctionParams5$Outbound
|
|
5332
5231
|
| CreateEvalFunctionParams6$Outbound
|
|
5333
|
-
|
|
|
5334
|
-
|
|
|
5335
|
-
|
|
|
5336
|
-
|
|
|
5337
|
-
|
|
|
5338
|
-
|
|
|
5339
|
-
|
|
|
5340
|
-
|
|
|
5341
|
-
|
|
|
5342
|
-
|
|
|
5343
|
-
|
|
|
5232
|
+
| Seven$Outbound
|
|
5233
|
+
| Ten$Outbound
|
|
5234
|
+
| Fourteen$Outbound
|
|
5235
|
+
| Sixteen$Outbound
|
|
5236
|
+
| Seventeen$Outbound
|
|
5237
|
+
| Eighteen$Outbound
|
|
5238
|
+
| Nineteen$Outbound
|
|
5239
|
+
| Twenty$Outbound
|
|
5240
|
+
| TwentyOne$Outbound
|
|
5241
|
+
| TwentyTwo$Outbound
|
|
5242
|
+
| TwentyThree$Outbound
|
|
5344
5243
|
| TwentyFour$Outbound
|
|
5345
5244
|
| TwentySeven$Outbound
|
|
5346
5245
|
| TwentyEight$Outbound
|
|
@@ -5358,31 +5257,31 @@ export const FunctionParams$outboundSchema: z.ZodType<
|
|
|
5358
5257
|
z.ZodTypeDef,
|
|
5359
5258
|
FunctionParams
|
|
5360
5259
|
> = z.union([
|
|
5361
|
-
z.lazy(() =>
|
|
5260
|
+
z.lazy(() => Twelve$outboundSchema),
|
|
5362
5261
|
z.lazy(() => CreateEvalFunctionParams1$outboundSchema),
|
|
5363
5262
|
z.lazy(() => CreateEvalFunctionParams2$outboundSchema),
|
|
5364
5263
|
z.lazy(() => CreateEvalFunctionParams3$outboundSchema),
|
|
5365
5264
|
z.lazy(() => CreateEvalFunctionParams4$outboundSchema),
|
|
5366
|
-
z.lazy(() =>
|
|
5367
|
-
z.lazy(() =>
|
|
5368
|
-
z.lazy(() =>
|
|
5369
|
-
z.lazy(() =>
|
|
5370
|
-
z.lazy(() =>
|
|
5265
|
+
z.lazy(() => Eight$outboundSchema),
|
|
5266
|
+
z.lazy(() => Nine$outboundSchema),
|
|
5267
|
+
z.lazy(() => Eleven$outboundSchema),
|
|
5268
|
+
z.lazy(() => Thirteen$outboundSchema),
|
|
5269
|
+
z.lazy(() => Fifteen$outboundSchema),
|
|
5371
5270
|
z.lazy(() => TwentyFive$outboundSchema),
|
|
5372
5271
|
z.lazy(() => TwentySix$outboundSchema),
|
|
5373
5272
|
z.lazy(() => CreateEvalFunctionParams5$outboundSchema),
|
|
5374
5273
|
z.lazy(() => CreateEvalFunctionParams6$outboundSchema),
|
|
5375
|
-
z.lazy(() =>
|
|
5376
|
-
z.lazy(() =>
|
|
5377
|
-
z.lazy(() =>
|
|
5378
|
-
z.lazy(() =>
|
|
5379
|
-
z.lazy(() =>
|
|
5380
|
-
z.lazy(() =>
|
|
5381
|
-
z.lazy(() =>
|
|
5382
|
-
z.lazy(() =>
|
|
5383
|
-
z.lazy(() =>
|
|
5384
|
-
z.lazy(() =>
|
|
5385
|
-
z.lazy(() =>
|
|
5274
|
+
z.lazy(() => Seven$outboundSchema),
|
|
5275
|
+
z.lazy(() => Ten$outboundSchema),
|
|
5276
|
+
z.lazy(() => Fourteen$outboundSchema),
|
|
5277
|
+
z.lazy(() => Sixteen$outboundSchema),
|
|
5278
|
+
z.lazy(() => Seventeen$outboundSchema),
|
|
5279
|
+
z.lazy(() => Eighteen$outboundSchema),
|
|
5280
|
+
z.lazy(() => Nineteen$outboundSchema),
|
|
5281
|
+
z.lazy(() => Twenty$outboundSchema),
|
|
5282
|
+
z.lazy(() => TwentyOne$outboundSchema),
|
|
5283
|
+
z.lazy(() => TwentyTwo$outboundSchema),
|
|
5284
|
+
z.lazy(() => TwentyThree$outboundSchema),
|
|
5386
5285
|
z.lazy(() => TwentyFour$outboundSchema),
|
|
5387
5286
|
z.lazy(() => TwentySeven$outboundSchema),
|
|
5388
5287
|
z.lazy(() => TwentyEight$outboundSchema),
|
|
@@ -5416,8 +5315,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5416
5315
|
> = z.object({
|
|
5417
5316
|
_id: z.string(),
|
|
5418
5317
|
description: z.string(),
|
|
5419
|
-
created: z.string().default("2025-11-
|
|
5420
|
-
updated: z.string().default("2025-11-
|
|
5318
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5319
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5421
5320
|
guardrail_config: z.union([
|
|
5422
5321
|
z.lazy(() =>
|
|
5423
5322
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema
|
|
@@ -5428,31 +5327,31 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5428
5327
|
]).optional(),
|
|
5429
5328
|
type: CreateEvalResponseBodyEvalsResponse200Type$inboundSchema,
|
|
5430
5329
|
function_params: z.union([
|
|
5431
|
-
z.lazy(() =>
|
|
5330
|
+
z.lazy(() => Twelve$inboundSchema),
|
|
5432
5331
|
z.lazy(() => CreateEvalFunctionParams1$inboundSchema),
|
|
5433
5332
|
z.lazy(() => CreateEvalFunctionParams2$inboundSchema),
|
|
5434
5333
|
z.lazy(() => CreateEvalFunctionParams3$inboundSchema),
|
|
5435
5334
|
z.lazy(() => CreateEvalFunctionParams4$inboundSchema),
|
|
5436
|
-
z.lazy(() =>
|
|
5437
|
-
z.lazy(() =>
|
|
5438
|
-
z.lazy(() =>
|
|
5439
|
-
z.lazy(() =>
|
|
5440
|
-
z.lazy(() =>
|
|
5335
|
+
z.lazy(() => Eight$inboundSchema),
|
|
5336
|
+
z.lazy(() => Nine$inboundSchema),
|
|
5337
|
+
z.lazy(() => Eleven$inboundSchema),
|
|
5338
|
+
z.lazy(() => Thirteen$inboundSchema),
|
|
5339
|
+
z.lazy(() => Fifteen$inboundSchema),
|
|
5441
5340
|
z.lazy(() => TwentyFive$inboundSchema),
|
|
5442
5341
|
z.lazy(() => TwentySix$inboundSchema),
|
|
5443
5342
|
z.lazy(() => CreateEvalFunctionParams5$inboundSchema),
|
|
5444
5343
|
z.lazy(() => CreateEvalFunctionParams6$inboundSchema),
|
|
5445
|
-
z.lazy(() =>
|
|
5446
|
-
z.lazy(() =>
|
|
5447
|
-
z.lazy(() =>
|
|
5448
|
-
z.lazy(() =>
|
|
5449
|
-
z.lazy(() =>
|
|
5450
|
-
z.lazy(() =>
|
|
5451
|
-
z.lazy(() =>
|
|
5452
|
-
z.lazy(() =>
|
|
5453
|
-
z.lazy(() =>
|
|
5454
|
-
z.lazy(() =>
|
|
5455
|
-
z.lazy(() =>
|
|
5344
|
+
z.lazy(() => Seven$inboundSchema),
|
|
5345
|
+
z.lazy(() => Ten$inboundSchema),
|
|
5346
|
+
z.lazy(() => Fourteen$inboundSchema),
|
|
5347
|
+
z.lazy(() => Sixteen$inboundSchema),
|
|
5348
|
+
z.lazy(() => Seventeen$inboundSchema),
|
|
5349
|
+
z.lazy(() => Eighteen$inboundSchema),
|
|
5350
|
+
z.lazy(() => Nineteen$inboundSchema),
|
|
5351
|
+
z.lazy(() => Twenty$inboundSchema),
|
|
5352
|
+
z.lazy(() => TwentyOne$inboundSchema),
|
|
5353
|
+
z.lazy(() => TwentyTwo$inboundSchema),
|
|
5354
|
+
z.lazy(() => TwentyThree$inboundSchema),
|
|
5456
5355
|
z.lazy(() => TwentyFour$inboundSchema),
|
|
5457
5356
|
z.lazy(() => TwentySeven$inboundSchema),
|
|
5458
5357
|
z.lazy(() => TwentyEight$inboundSchema),
|
|
@@ -5484,31 +5383,31 @@ export type CreateEvalResponseBodyFunction$Outbound = {
|
|
|
5484
5383
|
| undefined;
|
|
5485
5384
|
type: string;
|
|
5486
5385
|
function_params:
|
|
5487
|
-
|
|
|
5386
|
+
| Twelve$Outbound
|
|
5488
5387
|
| CreateEvalFunctionParams1$Outbound
|
|
5489
5388
|
| CreateEvalFunctionParams2$Outbound
|
|
5490
5389
|
| CreateEvalFunctionParams3$Outbound
|
|
5491
5390
|
| CreateEvalFunctionParams4$Outbound
|
|
5492
|
-
|
|
|
5493
|
-
|
|
|
5494
|
-
|
|
|
5495
|
-
|
|
|
5496
|
-
|
|
|
5391
|
+
| Eight$Outbound
|
|
5392
|
+
| Nine$Outbound
|
|
5393
|
+
| Eleven$Outbound
|
|
5394
|
+
| Thirteen$Outbound
|
|
5395
|
+
| Fifteen$Outbound
|
|
5497
5396
|
| TwentyFive$Outbound
|
|
5498
5397
|
| TwentySix$Outbound
|
|
5499
5398
|
| CreateEvalFunctionParams5$Outbound
|
|
5500
5399
|
| CreateEvalFunctionParams6$Outbound
|
|
5501
|
-
|
|
|
5502
|
-
|
|
|
5503
|
-
|
|
|
5504
|
-
|
|
|
5505
|
-
|
|
|
5506
|
-
|
|
|
5507
|
-
|
|
|
5508
|
-
|
|
|
5509
|
-
|
|
|
5510
|
-
|
|
|
5511
|
-
|
|
|
5400
|
+
| Seven$Outbound
|
|
5401
|
+
| Ten$Outbound
|
|
5402
|
+
| Fourteen$Outbound
|
|
5403
|
+
| Sixteen$Outbound
|
|
5404
|
+
| Seventeen$Outbound
|
|
5405
|
+
| Eighteen$Outbound
|
|
5406
|
+
| Nineteen$Outbound
|
|
5407
|
+
| Twenty$Outbound
|
|
5408
|
+
| TwentyOne$Outbound
|
|
5409
|
+
| TwentyTwo$Outbound
|
|
5410
|
+
| TwentyThree$Outbound
|
|
5512
5411
|
| TwentyFour$Outbound
|
|
5513
5412
|
| TwentySeven$Outbound
|
|
5514
5413
|
| TwentyEight$Outbound
|
|
@@ -5530,8 +5429,8 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5530
5429
|
> = z.object({
|
|
5531
5430
|
id: z.string(),
|
|
5532
5431
|
description: z.string(),
|
|
5533
|
-
created: z.string().default("2025-11-
|
|
5534
|
-
updated: z.string().default("2025-11-
|
|
5432
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5433
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5535
5434
|
guardrailConfig: z.union([
|
|
5536
5435
|
z.lazy(() =>
|
|
5537
5436
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema
|
|
@@ -5542,31 +5441,31 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5542
5441
|
]).optional(),
|
|
5543
5442
|
type: CreateEvalResponseBodyEvalsResponse200Type$outboundSchema,
|
|
5544
5443
|
functionParams: z.union([
|
|
5545
|
-
z.lazy(() =>
|
|
5444
|
+
z.lazy(() => Twelve$outboundSchema),
|
|
5546
5445
|
z.lazy(() => CreateEvalFunctionParams1$outboundSchema),
|
|
5547
5446
|
z.lazy(() => CreateEvalFunctionParams2$outboundSchema),
|
|
5548
5447
|
z.lazy(() => CreateEvalFunctionParams3$outboundSchema),
|
|
5549
5448
|
z.lazy(() => CreateEvalFunctionParams4$outboundSchema),
|
|
5550
|
-
z.lazy(() =>
|
|
5551
|
-
z.lazy(() =>
|
|
5552
|
-
z.lazy(() =>
|
|
5553
|
-
z.lazy(() =>
|
|
5554
|
-
z.lazy(() =>
|
|
5449
|
+
z.lazy(() => Eight$outboundSchema),
|
|
5450
|
+
z.lazy(() => Nine$outboundSchema),
|
|
5451
|
+
z.lazy(() => Eleven$outboundSchema),
|
|
5452
|
+
z.lazy(() => Thirteen$outboundSchema),
|
|
5453
|
+
z.lazy(() => Fifteen$outboundSchema),
|
|
5555
5454
|
z.lazy(() => TwentyFive$outboundSchema),
|
|
5556
5455
|
z.lazy(() => TwentySix$outboundSchema),
|
|
5557
5456
|
z.lazy(() => CreateEvalFunctionParams5$outboundSchema),
|
|
5558
5457
|
z.lazy(() => CreateEvalFunctionParams6$outboundSchema),
|
|
5559
|
-
z.lazy(() =>
|
|
5560
|
-
z.lazy(() =>
|
|
5561
|
-
z.lazy(() =>
|
|
5562
|
-
z.lazy(() =>
|
|
5563
|
-
z.lazy(() =>
|
|
5564
|
-
z.lazy(() =>
|
|
5565
|
-
z.lazy(() =>
|
|
5566
|
-
z.lazy(() =>
|
|
5567
|
-
z.lazy(() =>
|
|
5568
|
-
z.lazy(() =>
|
|
5569
|
-
z.lazy(() =>
|
|
5458
|
+
z.lazy(() => Seven$outboundSchema),
|
|
5459
|
+
z.lazy(() => Ten$outboundSchema),
|
|
5460
|
+
z.lazy(() => Fourteen$outboundSchema),
|
|
5461
|
+
z.lazy(() => Sixteen$outboundSchema),
|
|
5462
|
+
z.lazy(() => Seventeen$outboundSchema),
|
|
5463
|
+
z.lazy(() => Eighteen$outboundSchema),
|
|
5464
|
+
z.lazy(() => Nineteen$outboundSchema),
|
|
5465
|
+
z.lazy(() => Twenty$outboundSchema),
|
|
5466
|
+
z.lazy(() => TwentyOne$outboundSchema),
|
|
5467
|
+
z.lazy(() => TwentyTwo$outboundSchema),
|
|
5468
|
+
z.lazy(() => TwentyThree$outboundSchema),
|
|
5570
5469
|
z.lazy(() => TwentyFour$outboundSchema),
|
|
5571
5470
|
z.lazy(() => TwentySeven$outboundSchema),
|
|
5572
5471
|
z.lazy(() => TwentyEight$outboundSchema),
|
|
@@ -5848,8 +5747,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
5848
5747
|
> = z.object({
|
|
5849
5748
|
_id: z.string(),
|
|
5850
5749
|
description: z.string(),
|
|
5851
|
-
created: z.string().default("2025-11-
|
|
5852
|
-
updated: z.string().default("2025-11-
|
|
5750
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5751
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5853
5752
|
guardrail_config: z.union([
|
|
5854
5753
|
z.lazy(() =>
|
|
5855
5754
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
@@ -5890,8 +5789,8 @@ export const ResponseBodyPython$outboundSchema: z.ZodType<
|
|
|
5890
5789
|
> = z.object({
|
|
5891
5790
|
id: z.string(),
|
|
5892
5791
|
description: z.string(),
|
|
5893
|
-
created: z.string().default("2025-11-
|
|
5894
|
-
updated: z.string().default("2025-11-
|
|
5792
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5793
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5895
5794
|
guardrailConfig: z.union([
|
|
5896
5795
|
z.lazy(() =>
|
|
5897
5796
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
@@ -6171,8 +6070,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
6171
6070
|
> = z.object({
|
|
6172
6071
|
_id: z.string(),
|
|
6173
6072
|
description: z.string(),
|
|
6174
|
-
created: z.string().default("2025-11-
|
|
6175
|
-
updated: z.string().default("2025-11-
|
|
6073
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6074
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6176
6075
|
guardrail_config: z.union([
|
|
6177
6076
|
z.lazy(() =>
|
|
6178
6077
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
@@ -6219,8 +6118,8 @@ export const ResponseBodyHTTP$outboundSchema: z.ZodType<
|
|
|
6219
6118
|
> = z.object({
|
|
6220
6119
|
id: z.string(),
|
|
6221
6120
|
description: z.string(),
|
|
6222
|
-
created: z.string().default("2025-11-
|
|
6223
|
-
updated: z.string().default("2025-11-
|
|
6121
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6122
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6224
6123
|
guardrailConfig: z.union([
|
|
6225
6124
|
z.lazy(() =>
|
|
6226
6125
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
@@ -6476,8 +6375,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
6476
6375
|
> = z.object({
|
|
6477
6376
|
_id: z.string(),
|
|
6478
6377
|
description: z.string(),
|
|
6479
|
-
created: z.string().default("2025-11-
|
|
6480
|
-
updated: z.string().default("2025-11-
|
|
6378
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6379
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6481
6380
|
guardrail_config: z.union([
|
|
6482
6381
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
6483
6382
|
z.lazy(() =>
|
|
@@ -6516,8 +6415,8 @@ export const ResponseBodyJSON$outboundSchema: z.ZodType<
|
|
|
6516
6415
|
> = z.object({
|
|
6517
6416
|
id: z.string(),
|
|
6518
6417
|
description: z.string(),
|
|
6519
|
-
created: z.string().default("2025-11-
|
|
6520
|
-
updated: z.string().default("2025-11-
|
|
6418
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6419
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6521
6420
|
guardrailConfig: z.union([
|
|
6522
6421
|
z.lazy(() =>
|
|
6523
6422
|
CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema
|
|
@@ -6755,8 +6654,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
6755
6654
|
> = z.object({
|
|
6756
6655
|
_id: z.string(),
|
|
6757
6656
|
description: z.string(),
|
|
6758
|
-
created: z.string().default("2025-11-
|
|
6759
|
-
updated: z.string().default("2025-11-
|
|
6657
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6658
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6760
6659
|
guardrail_config: z.union([
|
|
6761
6660
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
6762
6661
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -6795,8 +6694,8 @@ export const ResponseBodyLLM$outboundSchema: z.ZodType<
|
|
|
6795
6694
|
> = z.object({
|
|
6796
6695
|
id: z.string(),
|
|
6797
6696
|
description: z.string(),
|
|
6798
|
-
created: z.string().default("2025-11-
|
|
6799
|
-
updated: z.string().default("2025-11-
|
|
6697
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6698
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6800
6699
|
guardrailConfig: z.union([
|
|
6801
6700
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
6802
6701
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|