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