@orq-ai/node 4.0.13 → 4.0.14
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 +25995 -27782
- package/bin/mcp-server.js.map +64 -47
- 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/components/actionreviewedstreamingevent.d.ts +76 -0
- package/models/components/actionreviewedstreamingevent.d.ts.map +1 -0
- package/models/components/actionreviewedstreamingevent.js +127 -0
- package/models/components/actionreviewedstreamingevent.js.map +1 -0
- package/models/components/actionreviewrequestedstreamingevent.d.ts +135 -0
- package/models/components/actionreviewrequestedstreamingevent.d.ts.map +1 -0
- package/models/components/actionreviewrequestedstreamingevent.js +180 -0
- package/models/components/actionreviewrequestedstreamingevent.js.map +1 -0
- package/models/components/agenterroredstreamingevent.d.ts +58 -0
- package/models/components/agenterroredstreamingevent.d.ts.map +1 -0
- package/models/components/agenterroredstreamingevent.js +91 -0
- package/models/components/agenterroredstreamingevent.js.map +1 -0
- package/models/components/agentexecutionstartedstreamingevent.d.ts +62 -0
- package/models/components/agentexecutionstartedstreamingevent.d.ts.map +1 -0
- package/models/components/agentexecutionstartedstreamingevent.js +103 -0
- package/models/components/agentexecutionstartedstreamingevent.js.map +1 -0
- package/models/components/agenthandedoffstreamingevent.d.ts +51 -0
- package/models/components/agenthandedoffstreamingevent.d.ts.map +1 -0
- package/models/components/agenthandedoffstreamingevent.js +96 -0
- package/models/components/agenthandedoffstreamingevent.js.map +1 -0
- package/models/components/agentinactivestreamingevent.d.ts +309 -0
- package/models/components/agentinactivestreamingevent.d.ts.map +1 -0
- package/models/components/agentinactivestreamingevent.js +385 -0
- package/models/components/agentinactivestreamingevent.js.map +1 -0
- package/models/components/agentmessagecreatedstreamingevent.d.ts +141 -0
- package/models/components/agentmessagecreatedstreamingevent.d.ts.map +1 -0
- package/models/components/agentmessagecreatedstreamingevent.js +190 -0
- package/models/components/agentmessagecreatedstreamingevent.js.map +1 -0
- package/models/components/agentstartedstreamingevent.d.ts +382 -0
- package/models/components/agentstartedstreamingevent.d.ts.map +1 -0
- package/models/components/agentstartedstreamingevent.js +441 -0
- package/models/components/agentstartedstreamingevent.js.map +1 -0
- package/models/components/agentthoughtstreamingevent.d.ts +542 -0
- package/models/components/agentthoughtstreamingevent.d.ts.map +1 -0
- package/models/components/agentthoughtstreamingevent.js +626 -0
- package/models/components/agentthoughtstreamingevent.js.map +1 -0
- package/models/components/errorstreamingevent.d.ts +51 -0
- package/models/components/errorstreamingevent.d.ts.map +1 -0
- package/models/components/errorstreamingevent.js +87 -0
- package/models/components/errorstreamingevent.js.map +1 -0
- package/models/components/executionnamedstreamingevent.d.ts +51 -0
- package/models/components/executionnamedstreamingevent.d.ts.map +1 -0
- package/models/components/executionnamedstreamingevent.js +96 -0
- package/models/components/executionnamedstreamingevent.js.map +1 -0
- package/models/components/executionreviewedstreamingevent.d.ts +45 -0
- package/models/components/executionreviewedstreamingevent.d.ts.map +1 -0
- package/models/components/executionreviewedstreamingevent.js +81 -0
- package/models/components/executionreviewedstreamingevent.js.map +1 -0
- package/models/components/executionreviewrequiredstreamingevent.d.ts +45 -0
- package/models/components/executionreviewrequiredstreamingevent.d.ts.map +1 -0
- package/models/components/executionreviewrequiredstreamingevent.js +82 -0
- package/models/components/executionreviewrequiredstreamingevent.js.map +1 -0
- package/models/components/filepart.d.ts +1 -1
- package/models/components/index.d.ts +17 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +17 -0
- package/models/components/index.js.map +1 -1
- package/models/components/invokedeploymentrequest.d.ts +13 -13
- package/models/components/invokedeploymentrequest.d.ts.map +1 -1
- package/models/components/invokedeploymentrequest.js +17 -17
- package/models/components/invokedeploymentrequest.js.map +1 -1
- package/models/components/timeoutstreamingevent.d.ts +49 -0
- package/models/components/timeoutstreamingevent.d.ts.map +1 -0
- package/models/components/timeoutstreamingevent.js +85 -0
- package/models/components/timeoutstreamingevent.js.map +1 -0
- package/models/components/toolexecutionfailedstreamingevent.d.ts +144 -0
- package/models/components/toolexecutionfailedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionfailedstreamingevent.js +223 -0
- package/models/components/toolexecutionfailedstreamingevent.js.map +1 -0
- package/models/components/toolexecutionfinishedstreamingevent.d.ts +129 -0
- package/models/components/toolexecutionfinishedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionfinishedstreamingevent.js +205 -0
- package/models/components/toolexecutionfinishedstreamingevent.js.map +1 -0
- package/models/components/toolexecutionstartedstreamingevent.d.ts +139 -0
- package/models/components/toolexecutionstartedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionstartedstreamingevent.js +217 -0
- package/models/components/toolexecutionstartedstreamingevent.js.map +1 -0
- package/models/components/toolresultpart.d.ts +1 -1
- package/models/operations/createagentresponserequest.d.ts +4 -137
- package/models/operations/createagentresponserequest.d.ts.map +1 -1
- package/models/operations/createagentresponserequest.js +9 -138
- package/models/operations/createagentresponserequest.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 +70 -70
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +169 -162
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/createtool.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/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/invokeagent.d.ts +14 -147
- package/models/operations/invokeagent.d.ts.map +1 -1
- package/models/operations/invokeagent.js +19 -148
- package/models/operations/invokeagent.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.js +2 -2
- package/models/operations/listknowledgebases.d.ts +16 -16
- package/models/operations/listknowledgebases.d.ts.map +1 -1
- package/models/operations/listknowledgebases.js +27 -25
- package/models/operations/listknowledgebases.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/retrievetool.js +12 -12
- package/models/operations/runagent.d.ts +4 -137
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +17 -145
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamagent.d.ts +241 -2491
- package/models/operations/streamagent.d.ts.map +1 -1
- package/models/operations/streamagent.js +172 -2826
- package/models/operations/streamagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +889 -3139
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +175 -2825
- package/models/operations/streamrunagent.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/updatetool.js +14 -14
- package/package.json +1 -1
- 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/components/actionreviewedstreamingevent.ts +189 -0
- package/packages/orq-rc/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
- package/packages/orq-rc/src/models/components/agenterroredstreamingevent.ts +142 -0
- package/packages/orq-rc/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
- package/packages/orq-rc/src/models/components/agenthandedoffstreamingevent.ts +142 -0
- package/packages/orq-rc/src/models/components/agentinactivestreamingevent.ts +857 -0
- package/packages/orq-rc/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
- package/packages/orq-rc/src/models/components/agentstartedstreamingevent.ts +909 -0
- package/packages/orq-rc/src/models/components/agentthoughtstreamingevent.ts +1419 -0
- package/packages/orq-rc/src/models/components/errorstreamingevent.ts +129 -0
- package/packages/orq-rc/src/models/components/executionnamedstreamingevent.ts +142 -0
- package/packages/orq-rc/src/models/components/executionreviewedstreamingevent.ts +122 -0
- package/packages/orq-rc/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
- package/packages/orq-rc/src/models/components/filepart.ts +1 -1
- package/packages/orq-rc/src/models/components/index.ts +17 -0
- package/packages/orq-rc/src/models/components/invokedeploymentrequest.ts +32 -27
- package/packages/orq-rc/src/models/components/timeoutstreamingevent.ts +125 -0
- package/packages/orq-rc/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
- package/packages/orq-rc/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
- package/packages/orq-rc/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
- package/packages/orq-rc/src/models/components/toolresultpart.ts +1 -1
- package/packages/orq-rc/src/models/operations/createagentresponserequest.ts +20 -321
- 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 +318 -615
- package/packages/orq-rc/src/models/operations/createtool.ts +12 -12
- 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/getalltools.ts +12 -12
- package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/getevals.ts +52 -287
- package/packages/orq-rc/src/models/operations/invokeagent.ts +36 -373
- 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 +2 -2
- package/packages/orq-rc/src/models/operations/listknowledgebases.ts +82 -102
- 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/retrievetool.ts +12 -12
- package/packages/orq-rc/src/models/operations/runagent.ts +17 -365
- package/packages/orq-rc/src/models/operations/streamagent.ts +794 -6985
- package/packages/orq-rc/src/models/operations/streamrunagent.ts +3939 -9983
- 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 +52 -287
- package/packages/orq-rc/src/models/operations/updatetool.ts +14 -14
- 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/components/actionreviewedstreamingevent.ts +189 -0
- package/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
- package/src/models/components/agenterroredstreamingevent.ts +142 -0
- package/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
- package/src/models/components/agenthandedoffstreamingevent.ts +142 -0
- package/src/models/components/agentinactivestreamingevent.ts +857 -0
- package/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
- package/src/models/components/agentstartedstreamingevent.ts +909 -0
- package/src/models/components/agentthoughtstreamingevent.ts +1419 -0
- package/src/models/components/errorstreamingevent.ts +129 -0
- package/src/models/components/executionnamedstreamingevent.ts +142 -0
- package/src/models/components/executionreviewedstreamingevent.ts +122 -0
- package/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
- package/src/models/components/filepart.ts +1 -1
- package/src/models/components/index.ts +17 -0
- package/src/models/components/invokedeploymentrequest.ts +32 -27
- package/src/models/components/timeoutstreamingevent.ts +125 -0
- package/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
- package/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
- package/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
- package/src/models/components/toolresultpart.ts +1 -1
- package/src/models/operations/createagentresponserequest.ts +20 -321
- 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 +294 -368
- package/src/models/operations/createtool.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/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/invokeagent.ts +36 -373
- 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 +2 -2
- package/src/models/operations/listknowledgebases.ts +82 -102
- 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/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +17 -365
- package/src/models/operations/streamagent.ts +794 -6985
- package/src/models/operations/streamrunagent.ts +3939 -9983
- 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/updatetool.ts +14 -14
|
@@ -796,7 +796,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
796
796
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type
|
|
797
797
|
>;
|
|
798
798
|
|
|
799
|
-
export type
|
|
799
|
+
export type Seventeen = {
|
|
800
800
|
type:
|
|
801
801
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type;
|
|
802
802
|
};
|
|
@@ -810,7 +810,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
810
810
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type
|
|
811
811
|
>;
|
|
812
812
|
|
|
813
|
-
export type
|
|
813
|
+
export type Sixteen = {
|
|
814
814
|
type:
|
|
815
815
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type;
|
|
816
816
|
};
|
|
@@ -824,7 +824,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
824
824
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type
|
|
825
825
|
>;
|
|
826
826
|
|
|
827
|
-
export type
|
|
827
|
+
export type Fifteen = {
|
|
828
828
|
type:
|
|
829
829
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type;
|
|
830
830
|
pattern: string;
|
|
@@ -839,7 +839,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
839
839
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type
|
|
840
840
|
>;
|
|
841
841
|
|
|
842
|
-
export type
|
|
842
|
+
export type Fourteen = {
|
|
843
843
|
type:
|
|
844
844
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type;
|
|
845
845
|
};
|
|
@@ -853,7 +853,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
853
853
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type
|
|
854
854
|
>;
|
|
855
855
|
|
|
856
|
-
export type
|
|
856
|
+
export type Thirteen = {
|
|
857
857
|
type:
|
|
858
858
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type;
|
|
859
859
|
value: number;
|
|
@@ -868,7 +868,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
868
868
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type
|
|
869
869
|
>;
|
|
870
870
|
|
|
871
|
-
export type
|
|
871
|
+
export type Twelve = {
|
|
872
872
|
type:
|
|
873
873
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type;
|
|
874
874
|
min: number;
|
|
@@ -884,7 +884,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
884
884
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type
|
|
885
885
|
>;
|
|
886
886
|
|
|
887
|
-
export type
|
|
887
|
+
export type Eleven = {
|
|
888
888
|
type:
|
|
889
889
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type;
|
|
890
890
|
value: number;
|
|
@@ -899,7 +899,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
899
899
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type
|
|
900
900
|
>;
|
|
901
901
|
|
|
902
|
-
export type
|
|
902
|
+
export type Ten = {
|
|
903
903
|
type:
|
|
904
904
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type;
|
|
905
905
|
};
|
|
@@ -913,7 +913,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
913
913
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type
|
|
914
914
|
>;
|
|
915
915
|
|
|
916
|
-
export type
|
|
916
|
+
export type Nine = {
|
|
917
917
|
type:
|
|
918
918
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type;
|
|
919
919
|
value: string;
|
|
@@ -928,7 +928,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
928
928
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type
|
|
929
929
|
>;
|
|
930
930
|
|
|
931
|
-
export type
|
|
931
|
+
export type Eight = {
|
|
932
932
|
type:
|
|
933
933
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type;
|
|
934
934
|
value: string;
|
|
@@ -943,7 +943,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyT
|
|
|
943
943
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType
|
|
944
944
|
>;
|
|
945
945
|
|
|
946
|
-
export type
|
|
946
|
+
export type Seven = {
|
|
947
947
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType;
|
|
948
948
|
};
|
|
949
949
|
|
|
@@ -1017,24 +1017,24 @@ export type CreateEvalFunctionParams1 = {
|
|
|
1017
1017
|
};
|
|
1018
1018
|
|
|
1019
1019
|
export type FunctionParams =
|
|
1020
|
-
|
|
|
1020
|
+
| Twelve
|
|
1021
1021
|
| CreateEvalFunctionParams1
|
|
1022
1022
|
| CreateEvalFunctionParams2
|
|
1023
1023
|
| CreateEvalFunctionParams3
|
|
1024
1024
|
| CreateEvalFunctionParams4
|
|
1025
|
-
|
|
|
1026
|
-
|
|
|
1027
|
-
|
|
|
1028
|
-
|
|
|
1029
|
-
|
|
|
1025
|
+
| Eight
|
|
1026
|
+
| Nine
|
|
1027
|
+
| Eleven
|
|
1028
|
+
| Thirteen
|
|
1029
|
+
| Fifteen
|
|
1030
1030
|
| TwentyFive
|
|
1031
1031
|
| CreateEvalFunctionParams5
|
|
1032
1032
|
| CreateEvalFunctionParams6
|
|
1033
|
-
|
|
|
1034
|
-
|
|
|
1035
|
-
|
|
|
1036
|
-
|
|
|
1037
|
-
|
|
|
1033
|
+
| Seven
|
|
1034
|
+
| Ten
|
|
1035
|
+
| Fourteen
|
|
1036
|
+
| Sixteen
|
|
1037
|
+
| Seventeen
|
|
1038
1038
|
| Eighteen
|
|
1039
1039
|
| Nineteen
|
|
1040
1040
|
| Twenty
|
|
@@ -1061,24 +1061,24 @@ export type CreateEvalResponseBodyFunction = {
|
|
|
1061
1061
|
| undefined;
|
|
1062
1062
|
type: CreateEvalResponseBodyEvalsResponse200Type;
|
|
1063
1063
|
functionParams:
|
|
1064
|
-
|
|
|
1064
|
+
| Twelve
|
|
1065
1065
|
| CreateEvalFunctionParams1
|
|
1066
1066
|
| CreateEvalFunctionParams2
|
|
1067
1067
|
| CreateEvalFunctionParams3
|
|
1068
1068
|
| CreateEvalFunctionParams4
|
|
1069
|
-
|
|
|
1070
|
-
|
|
|
1071
|
-
|
|
|
1072
|
-
|
|
|
1073
|
-
|
|
|
1069
|
+
| Eight
|
|
1070
|
+
| Nine
|
|
1071
|
+
| Eleven
|
|
1072
|
+
| Thirteen
|
|
1073
|
+
| Fifteen
|
|
1074
1074
|
| TwentyFive
|
|
1075
1075
|
| CreateEvalFunctionParams5
|
|
1076
1076
|
| CreateEvalFunctionParams6
|
|
1077
|
-
|
|
|
1078
|
-
|
|
|
1079
|
-
|
|
|
1080
|
-
|
|
|
1081
|
-
|
|
|
1077
|
+
| Seven
|
|
1078
|
+
| Ten
|
|
1079
|
+
| Fourteen
|
|
1080
|
+
| Sixteen
|
|
1081
|
+
| Seventeen
|
|
1082
1082
|
| Eighteen
|
|
1083
1083
|
| Nineteen
|
|
1084
1084
|
| Twenty
|
|
@@ -2707,8 +2707,8 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
2707
2707
|
> = z.object({
|
|
2708
2708
|
_id: z.string(),
|
|
2709
2709
|
description: z.string(),
|
|
2710
|
-
created: z.string().default("2025-11-
|
|
2711
|
-
updated: z.string().default("2025-11-
|
|
2710
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2711
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2712
2712
|
guardrail_config: z.union([
|
|
2713
2713
|
z.lazy(() =>
|
|
2714
2714
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema
|
|
@@ -2750,8 +2750,8 @@ export const Typescript$outboundSchema: z.ZodType<
|
|
|
2750
2750
|
> = z.object({
|
|
2751
2751
|
id: z.string(),
|
|
2752
2752
|
description: z.string(),
|
|
2753
|
-
created: z.string().default("2025-11-
|
|
2754
|
-
updated: z.string().default("2025-11-
|
|
2753
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2754
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2755
2755
|
guardrailConfig: z.union([
|
|
2756
2756
|
z.lazy(() =>
|
|
2757
2757
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema
|
|
@@ -3032,8 +3032,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
3032
3032
|
.object({
|
|
3033
3033
|
_id: z.string(),
|
|
3034
3034
|
description: z.string(),
|
|
3035
|
-
created: z.string().default("2025-11-
|
|
3036
|
-
updated: z.string().default("2025-11-
|
|
3035
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
3036
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
3037
3037
|
guardrail_config: z.union([
|
|
3038
3038
|
z.lazy(() =>
|
|
3039
3039
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema
|
|
@@ -3078,8 +3078,8 @@ export const Ragas$outboundSchema: z.ZodType<
|
|
|
3078
3078
|
> = z.object({
|
|
3079
3079
|
id: z.string(),
|
|
3080
3080
|
description: z.string(),
|
|
3081
|
-
created: z.string().default("2025-11-
|
|
3082
|
-
updated: z.string().default("2025-11-
|
|
3081
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
3082
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
3083
3083
|
guardrailConfig: z.union([
|
|
3084
3084
|
z.lazy(() =>
|
|
3085
3085
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema
|
|
@@ -4125,8 +4125,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4125
4125
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema;
|
|
4126
4126
|
|
|
4127
4127
|
/** @internal */
|
|
4128
|
-
export const
|
|
4129
|
-
|
|
4128
|
+
export const Seventeen$inboundSchema: z.ZodType<
|
|
4129
|
+
Seventeen,
|
|
4130
4130
|
z.ZodTypeDef,
|
|
4131
4131
|
unknown
|
|
4132
4132
|
> = z.object({
|
|
@@ -4134,34 +4134,30 @@ export const CreateEvalFunctionParams17$inboundSchema: z.ZodType<
|
|
|
4134
4134
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema,
|
|
4135
4135
|
});
|
|
4136
4136
|
/** @internal */
|
|
4137
|
-
export type
|
|
4137
|
+
export type Seventeen$Outbound = {
|
|
4138
4138
|
type: string;
|
|
4139
4139
|
};
|
|
4140
4140
|
|
|
4141
4141
|
/** @internal */
|
|
4142
|
-
export const
|
|
4143
|
-
|
|
4142
|
+
export const Seventeen$outboundSchema: z.ZodType<
|
|
4143
|
+
Seventeen$Outbound,
|
|
4144
4144
|
z.ZodTypeDef,
|
|
4145
|
-
|
|
4145
|
+
Seventeen
|
|
4146
4146
|
> = z.object({
|
|
4147
4147
|
type:
|
|
4148
4148
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema,
|
|
4149
4149
|
});
|
|
4150
4150
|
|
|
4151
|
-
export function
|
|
4152
|
-
|
|
4153
|
-
): string {
|
|
4154
|
-
return JSON.stringify(
|
|
4155
|
-
CreateEvalFunctionParams17$outboundSchema.parse(createEvalFunctionParams17),
|
|
4156
|
-
);
|
|
4151
|
+
export function seventeenToJSON(seventeen: Seventeen): string {
|
|
4152
|
+
return JSON.stringify(Seventeen$outboundSchema.parse(seventeen));
|
|
4157
4153
|
}
|
|
4158
|
-
export function
|
|
4154
|
+
export function seventeenFromJSON(
|
|
4159
4155
|
jsonString: string,
|
|
4160
|
-
): SafeParseResult<
|
|
4156
|
+
): SafeParseResult<Seventeen, SDKValidationError> {
|
|
4161
4157
|
return safeParse(
|
|
4162
4158
|
jsonString,
|
|
4163
|
-
(x) =>
|
|
4164
|
-
`Failed to parse '
|
|
4159
|
+
(x) => Seventeen$inboundSchema.parse(JSON.parse(x)),
|
|
4160
|
+
`Failed to parse 'Seventeen' from JSON`,
|
|
4165
4161
|
);
|
|
4166
4162
|
}
|
|
4167
4163
|
|
|
@@ -4180,43 +4176,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4180
4176
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema;
|
|
4181
4177
|
|
|
4182
4178
|
/** @internal */
|
|
4183
|
-
export const
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
type:
|
|
4189
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema,
|
|
4190
|
-
});
|
|
4179
|
+
export const Sixteen$inboundSchema: z.ZodType<Sixteen, z.ZodTypeDef, unknown> =
|
|
4180
|
+
z.object({
|
|
4181
|
+
type:
|
|
4182
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema,
|
|
4183
|
+
});
|
|
4191
4184
|
/** @internal */
|
|
4192
|
-
export type
|
|
4185
|
+
export type Sixteen$Outbound = {
|
|
4193
4186
|
type: string;
|
|
4194
4187
|
};
|
|
4195
4188
|
|
|
4196
4189
|
/** @internal */
|
|
4197
|
-
export const
|
|
4198
|
-
|
|
4190
|
+
export const Sixteen$outboundSchema: z.ZodType<
|
|
4191
|
+
Sixteen$Outbound,
|
|
4199
4192
|
z.ZodTypeDef,
|
|
4200
|
-
|
|
4193
|
+
Sixteen
|
|
4201
4194
|
> = z.object({
|
|
4202
4195
|
type:
|
|
4203
4196
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema,
|
|
4204
4197
|
});
|
|
4205
4198
|
|
|
4206
|
-
export function
|
|
4207
|
-
|
|
4208
|
-
): string {
|
|
4209
|
-
return JSON.stringify(
|
|
4210
|
-
CreateEvalFunctionParams16$outboundSchema.parse(createEvalFunctionParams16),
|
|
4211
|
-
);
|
|
4199
|
+
export function sixteenToJSON(sixteen: Sixteen): string {
|
|
4200
|
+
return JSON.stringify(Sixteen$outboundSchema.parse(sixteen));
|
|
4212
4201
|
}
|
|
4213
|
-
export function
|
|
4202
|
+
export function sixteenFromJSON(
|
|
4214
4203
|
jsonString: string,
|
|
4215
|
-
): SafeParseResult<
|
|
4204
|
+
): SafeParseResult<Sixteen, SDKValidationError> {
|
|
4216
4205
|
return safeParse(
|
|
4217
4206
|
jsonString,
|
|
4218
|
-
(x) =>
|
|
4219
|
-
`Failed to parse '
|
|
4207
|
+
(x) => Sixteen$inboundSchema.parse(JSON.parse(x)),
|
|
4208
|
+
`Failed to parse 'Sixteen' from JSON`,
|
|
4220
4209
|
);
|
|
4221
4210
|
}
|
|
4222
4211
|
|
|
@@ -4235,46 +4224,39 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4235
4224
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema;
|
|
4236
4225
|
|
|
4237
4226
|
/** @internal */
|
|
4238
|
-
export const
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
|
|
4244
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema,
|
|
4245
|
-
pattern: z.string(),
|
|
4246
|
-
});
|
|
4227
|
+
export const Fifteen$inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown> =
|
|
4228
|
+
z.object({
|
|
4229
|
+
type:
|
|
4230
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema,
|
|
4231
|
+
pattern: z.string(),
|
|
4232
|
+
});
|
|
4247
4233
|
/** @internal */
|
|
4248
|
-
export type
|
|
4234
|
+
export type Fifteen$Outbound = {
|
|
4249
4235
|
type: string;
|
|
4250
4236
|
pattern: string;
|
|
4251
4237
|
};
|
|
4252
4238
|
|
|
4253
4239
|
/** @internal */
|
|
4254
|
-
export const
|
|
4255
|
-
|
|
4240
|
+
export const Fifteen$outboundSchema: z.ZodType<
|
|
4241
|
+
Fifteen$Outbound,
|
|
4256
4242
|
z.ZodTypeDef,
|
|
4257
|
-
|
|
4243
|
+
Fifteen
|
|
4258
4244
|
> = z.object({
|
|
4259
4245
|
type:
|
|
4260
4246
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema,
|
|
4261
4247
|
pattern: z.string(),
|
|
4262
4248
|
});
|
|
4263
4249
|
|
|
4264
|
-
export function
|
|
4265
|
-
|
|
4266
|
-
): string {
|
|
4267
|
-
return JSON.stringify(
|
|
4268
|
-
CreateEvalFunctionParams15$outboundSchema.parse(createEvalFunctionParams15),
|
|
4269
|
-
);
|
|
4250
|
+
export function fifteenToJSON(fifteen: Fifteen): string {
|
|
4251
|
+
return JSON.stringify(Fifteen$outboundSchema.parse(fifteen));
|
|
4270
4252
|
}
|
|
4271
|
-
export function
|
|
4253
|
+
export function fifteenFromJSON(
|
|
4272
4254
|
jsonString: string,
|
|
4273
|
-
): SafeParseResult<
|
|
4255
|
+
): SafeParseResult<Fifteen, SDKValidationError> {
|
|
4274
4256
|
return safeParse(
|
|
4275
4257
|
jsonString,
|
|
4276
|
-
(x) =>
|
|
4277
|
-
`Failed to parse '
|
|
4258
|
+
(x) => Fifteen$inboundSchema.parse(JSON.parse(x)),
|
|
4259
|
+
`Failed to parse 'Fifteen' from JSON`,
|
|
4278
4260
|
);
|
|
4279
4261
|
}
|
|
4280
4262
|
|
|
@@ -4293,8 +4275,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4293
4275
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema;
|
|
4294
4276
|
|
|
4295
4277
|
/** @internal */
|
|
4296
|
-
export const
|
|
4297
|
-
|
|
4278
|
+
export const Fourteen$inboundSchema: z.ZodType<
|
|
4279
|
+
Fourteen,
|
|
4298
4280
|
z.ZodTypeDef,
|
|
4299
4281
|
unknown
|
|
4300
4282
|
> = z.object({
|
|
@@ -4302,34 +4284,30 @@ export const CreateEvalFunctionParams14$inboundSchema: z.ZodType<
|
|
|
4302
4284
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema,
|
|
4303
4285
|
});
|
|
4304
4286
|
/** @internal */
|
|
4305
|
-
export type
|
|
4287
|
+
export type Fourteen$Outbound = {
|
|
4306
4288
|
type: string;
|
|
4307
4289
|
};
|
|
4308
4290
|
|
|
4309
4291
|
/** @internal */
|
|
4310
|
-
export const
|
|
4311
|
-
|
|
4292
|
+
export const Fourteen$outboundSchema: z.ZodType<
|
|
4293
|
+
Fourteen$Outbound,
|
|
4312
4294
|
z.ZodTypeDef,
|
|
4313
|
-
|
|
4295
|
+
Fourteen
|
|
4314
4296
|
> = z.object({
|
|
4315
4297
|
type:
|
|
4316
4298
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema,
|
|
4317
4299
|
});
|
|
4318
4300
|
|
|
4319
|
-
export function
|
|
4320
|
-
|
|
4321
|
-
): string {
|
|
4322
|
-
return JSON.stringify(
|
|
4323
|
-
CreateEvalFunctionParams14$outboundSchema.parse(createEvalFunctionParams14),
|
|
4324
|
-
);
|
|
4301
|
+
export function fourteenToJSON(fourteen: Fourteen): string {
|
|
4302
|
+
return JSON.stringify(Fourteen$outboundSchema.parse(fourteen));
|
|
4325
4303
|
}
|
|
4326
|
-
export function
|
|
4304
|
+
export function fourteenFromJSON(
|
|
4327
4305
|
jsonString: string,
|
|
4328
|
-
): SafeParseResult<
|
|
4306
|
+
): SafeParseResult<Fourteen, SDKValidationError> {
|
|
4329
4307
|
return safeParse(
|
|
4330
4308
|
jsonString,
|
|
4331
|
-
(x) =>
|
|
4332
|
-
`Failed to parse '
|
|
4309
|
+
(x) => Fourteen$inboundSchema.parse(JSON.parse(x)),
|
|
4310
|
+
`Failed to parse 'Fourteen' from JSON`,
|
|
4333
4311
|
);
|
|
4334
4312
|
}
|
|
4335
4313
|
|
|
@@ -4348,8 +4326,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4348
4326
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema;
|
|
4349
4327
|
|
|
4350
4328
|
/** @internal */
|
|
4351
|
-
export const
|
|
4352
|
-
|
|
4329
|
+
export const Thirteen$inboundSchema: z.ZodType<
|
|
4330
|
+
Thirteen,
|
|
4353
4331
|
z.ZodTypeDef,
|
|
4354
4332
|
unknown
|
|
4355
4333
|
> = z.object({
|
|
@@ -4358,36 +4336,32 @@ export const CreateEvalFunctionParams13$inboundSchema: z.ZodType<
|
|
|
4358
4336
|
value: z.number(),
|
|
4359
4337
|
});
|
|
4360
4338
|
/** @internal */
|
|
4361
|
-
export type
|
|
4339
|
+
export type Thirteen$Outbound = {
|
|
4362
4340
|
type: string;
|
|
4363
4341
|
value: number;
|
|
4364
4342
|
};
|
|
4365
4343
|
|
|
4366
4344
|
/** @internal */
|
|
4367
|
-
export const
|
|
4368
|
-
|
|
4345
|
+
export const Thirteen$outboundSchema: z.ZodType<
|
|
4346
|
+
Thirteen$Outbound,
|
|
4369
4347
|
z.ZodTypeDef,
|
|
4370
|
-
|
|
4348
|
+
Thirteen
|
|
4371
4349
|
> = z.object({
|
|
4372
4350
|
type:
|
|
4373
4351
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema,
|
|
4374
4352
|
value: z.number(),
|
|
4375
4353
|
});
|
|
4376
4354
|
|
|
4377
|
-
export function
|
|
4378
|
-
|
|
4379
|
-
): string {
|
|
4380
|
-
return JSON.stringify(
|
|
4381
|
-
CreateEvalFunctionParams13$outboundSchema.parse(createEvalFunctionParams13),
|
|
4382
|
-
);
|
|
4355
|
+
export function thirteenToJSON(thirteen: Thirteen): string {
|
|
4356
|
+
return JSON.stringify(Thirteen$outboundSchema.parse(thirteen));
|
|
4383
4357
|
}
|
|
4384
|
-
export function
|
|
4358
|
+
export function thirteenFromJSON(
|
|
4385
4359
|
jsonString: string,
|
|
4386
|
-
): SafeParseResult<
|
|
4360
|
+
): SafeParseResult<Thirteen, SDKValidationError> {
|
|
4387
4361
|
return safeParse(
|
|
4388
4362
|
jsonString,
|
|
4389
|
-
(x) =>
|
|
4390
|
-
`Failed to parse '
|
|
4363
|
+
(x) => Thirteen$inboundSchema.parse(JSON.parse(x)),
|
|
4364
|
+
`Failed to parse 'Thirteen' from JSON`,
|
|
4391
4365
|
);
|
|
4392
4366
|
}
|
|
4393
4367
|
|
|
@@ -4406,28 +4380,25 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4406
4380
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema;
|
|
4407
4381
|
|
|
4408
4382
|
/** @internal */
|
|
4409
|
-
export const
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
min: z.number(),
|
|
4417
|
-
max: z.number(),
|
|
4418
|
-
});
|
|
4383
|
+
export const Twelve$inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown> = z
|
|
4384
|
+
.object({
|
|
4385
|
+
type:
|
|
4386
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema,
|
|
4387
|
+
min: z.number(),
|
|
4388
|
+
max: z.number(),
|
|
4389
|
+
});
|
|
4419
4390
|
/** @internal */
|
|
4420
|
-
export type
|
|
4391
|
+
export type Twelve$Outbound = {
|
|
4421
4392
|
type: string;
|
|
4422
4393
|
min: number;
|
|
4423
4394
|
max: number;
|
|
4424
4395
|
};
|
|
4425
4396
|
|
|
4426
4397
|
/** @internal */
|
|
4427
|
-
export const
|
|
4428
|
-
|
|
4398
|
+
export const Twelve$outboundSchema: z.ZodType<
|
|
4399
|
+
Twelve$Outbound,
|
|
4429
4400
|
z.ZodTypeDef,
|
|
4430
|
-
|
|
4401
|
+
Twelve
|
|
4431
4402
|
> = z.object({
|
|
4432
4403
|
type:
|
|
4433
4404
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema,
|
|
@@ -4435,20 +4406,16 @@ export const CreateEvalFunctionParams12$outboundSchema: z.ZodType<
|
|
|
4435
4406
|
max: z.number(),
|
|
4436
4407
|
});
|
|
4437
4408
|
|
|
4438
|
-
export function
|
|
4439
|
-
|
|
4440
|
-
): string {
|
|
4441
|
-
return JSON.stringify(
|
|
4442
|
-
CreateEvalFunctionParams12$outboundSchema.parse(createEvalFunctionParams12),
|
|
4443
|
-
);
|
|
4409
|
+
export function twelveToJSON(twelve: Twelve): string {
|
|
4410
|
+
return JSON.stringify(Twelve$outboundSchema.parse(twelve));
|
|
4444
4411
|
}
|
|
4445
|
-
export function
|
|
4412
|
+
export function twelveFromJSON(
|
|
4446
4413
|
jsonString: string,
|
|
4447
|
-
): SafeParseResult<
|
|
4414
|
+
): SafeParseResult<Twelve, SDKValidationError> {
|
|
4448
4415
|
return safeParse(
|
|
4449
4416
|
jsonString,
|
|
4450
|
-
(x) =>
|
|
4451
|
-
`Failed to parse '
|
|
4417
|
+
(x) => Twelve$inboundSchema.parse(JSON.parse(x)),
|
|
4418
|
+
`Failed to parse 'Twelve' from JSON`,
|
|
4452
4419
|
);
|
|
4453
4420
|
}
|
|
4454
4421
|
|
|
@@ -4467,46 +4434,39 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4467
4434
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema;
|
|
4468
4435
|
|
|
4469
4436
|
/** @internal */
|
|
4470
|
-
export const
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema,
|
|
4477
|
-
value: z.number(),
|
|
4478
|
-
});
|
|
4437
|
+
export const Eleven$inboundSchema: z.ZodType<Eleven, z.ZodTypeDef, unknown> = z
|
|
4438
|
+
.object({
|
|
4439
|
+
type:
|
|
4440
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema,
|
|
4441
|
+
value: z.number(),
|
|
4442
|
+
});
|
|
4479
4443
|
/** @internal */
|
|
4480
|
-
export type
|
|
4444
|
+
export type Eleven$Outbound = {
|
|
4481
4445
|
type: string;
|
|
4482
4446
|
value: number;
|
|
4483
4447
|
};
|
|
4484
4448
|
|
|
4485
4449
|
/** @internal */
|
|
4486
|
-
export const
|
|
4487
|
-
|
|
4450
|
+
export const Eleven$outboundSchema: z.ZodType<
|
|
4451
|
+
Eleven$Outbound,
|
|
4488
4452
|
z.ZodTypeDef,
|
|
4489
|
-
|
|
4453
|
+
Eleven
|
|
4490
4454
|
> = z.object({
|
|
4491
4455
|
type:
|
|
4492
4456
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema,
|
|
4493
4457
|
value: z.number(),
|
|
4494
4458
|
});
|
|
4495
4459
|
|
|
4496
|
-
export function
|
|
4497
|
-
|
|
4498
|
-
): string {
|
|
4499
|
-
return JSON.stringify(
|
|
4500
|
-
CreateEvalFunctionParams11$outboundSchema.parse(createEvalFunctionParams11),
|
|
4501
|
-
);
|
|
4460
|
+
export function elevenToJSON(eleven: Eleven): string {
|
|
4461
|
+
return JSON.stringify(Eleven$outboundSchema.parse(eleven));
|
|
4502
4462
|
}
|
|
4503
|
-
export function
|
|
4463
|
+
export function elevenFromJSON(
|
|
4504
4464
|
jsonString: string,
|
|
4505
|
-
): SafeParseResult<
|
|
4465
|
+
): SafeParseResult<Eleven, SDKValidationError> {
|
|
4506
4466
|
return safeParse(
|
|
4507
4467
|
jsonString,
|
|
4508
|
-
(x) =>
|
|
4509
|
-
`Failed to parse '
|
|
4468
|
+
(x) => Eleven$inboundSchema.parse(JSON.parse(x)),
|
|
4469
|
+
`Failed to parse 'Eleven' from JSON`,
|
|
4510
4470
|
);
|
|
4511
4471
|
}
|
|
4512
4472
|
|
|
@@ -4525,43 +4485,33 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4525
4485
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema;
|
|
4526
4486
|
|
|
4527
4487
|
/** @internal */
|
|
4528
|
-
export const
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
type:
|
|
4534
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema,
|
|
4535
|
-
});
|
|
4488
|
+
export const Ten$inboundSchema: z.ZodType<Ten, z.ZodTypeDef, unknown> = z
|
|
4489
|
+
.object({
|
|
4490
|
+
type:
|
|
4491
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema,
|
|
4492
|
+
});
|
|
4536
4493
|
/** @internal */
|
|
4537
|
-
export type
|
|
4494
|
+
export type Ten$Outbound = {
|
|
4538
4495
|
type: string;
|
|
4539
4496
|
};
|
|
4540
4497
|
|
|
4541
4498
|
/** @internal */
|
|
4542
|
-
export const
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
type:
|
|
4548
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema,
|
|
4549
|
-
});
|
|
4499
|
+
export const Ten$outboundSchema: z.ZodType<Ten$Outbound, z.ZodTypeDef, Ten> = z
|
|
4500
|
+
.object({
|
|
4501
|
+
type:
|
|
4502
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema,
|
|
4503
|
+
});
|
|
4550
4504
|
|
|
4551
|
-
export function
|
|
4552
|
-
|
|
4553
|
-
): string {
|
|
4554
|
-
return JSON.stringify(
|
|
4555
|
-
CreateEvalFunctionParams10$outboundSchema.parse(createEvalFunctionParams10),
|
|
4556
|
-
);
|
|
4505
|
+
export function tenToJSON(ten: Ten): string {
|
|
4506
|
+
return JSON.stringify(Ten$outboundSchema.parse(ten));
|
|
4557
4507
|
}
|
|
4558
|
-
export function
|
|
4508
|
+
export function tenFromJSON(
|
|
4559
4509
|
jsonString: string,
|
|
4560
|
-
): SafeParseResult<
|
|
4510
|
+
): SafeParseResult<Ten, SDKValidationError> {
|
|
4561
4511
|
return safeParse(
|
|
4562
4512
|
jsonString,
|
|
4563
|
-
(x) =>
|
|
4564
|
-
`Failed to parse '
|
|
4513
|
+
(x) => Ten$inboundSchema.parse(JSON.parse(x)),
|
|
4514
|
+
`Failed to parse 'Ten' from JSON`,
|
|
4565
4515
|
);
|
|
4566
4516
|
}
|
|
4567
4517
|
|
|
@@ -4580,46 +4530,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4580
4530
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema;
|
|
4581
4531
|
|
|
4582
4532
|
/** @internal */
|
|
4583
|
-
export const
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema,
|
|
4590
|
-
value: z.string(),
|
|
4591
|
-
});
|
|
4533
|
+
export const Nine$inboundSchema: z.ZodType<Nine, z.ZodTypeDef, unknown> = z
|
|
4534
|
+
.object({
|
|
4535
|
+
type:
|
|
4536
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema,
|
|
4537
|
+
value: z.string(),
|
|
4538
|
+
});
|
|
4592
4539
|
/** @internal */
|
|
4593
|
-
export type
|
|
4540
|
+
export type Nine$Outbound = {
|
|
4594
4541
|
type: string;
|
|
4595
4542
|
value: string;
|
|
4596
4543
|
};
|
|
4597
4544
|
|
|
4598
4545
|
/** @internal */
|
|
4599
|
-
export const
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema,
|
|
4606
|
-
value: z.string(),
|
|
4607
|
-
});
|
|
4546
|
+
export const Nine$outboundSchema: z.ZodType<Nine$Outbound, z.ZodTypeDef, Nine> =
|
|
4547
|
+
z.object({
|
|
4548
|
+
type:
|
|
4549
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema,
|
|
4550
|
+
value: z.string(),
|
|
4551
|
+
});
|
|
4608
4552
|
|
|
4609
|
-
export function
|
|
4610
|
-
|
|
4611
|
-
): string {
|
|
4612
|
-
return JSON.stringify(
|
|
4613
|
-
CreateEvalFunctionParams9$outboundSchema.parse(createEvalFunctionParams9),
|
|
4614
|
-
);
|
|
4553
|
+
export function nineToJSON(nine: Nine): string {
|
|
4554
|
+
return JSON.stringify(Nine$outboundSchema.parse(nine));
|
|
4615
4555
|
}
|
|
4616
|
-
export function
|
|
4556
|
+
export function nineFromJSON(
|
|
4617
4557
|
jsonString: string,
|
|
4618
|
-
): SafeParseResult<
|
|
4558
|
+
): SafeParseResult<Nine, SDKValidationError> {
|
|
4619
4559
|
return safeParse(
|
|
4620
4560
|
jsonString,
|
|
4621
|
-
(x) =>
|
|
4622
|
-
`Failed to parse '
|
|
4561
|
+
(x) => Nine$inboundSchema.parse(JSON.parse(x)),
|
|
4562
|
+
`Failed to parse 'Nine' from JSON`,
|
|
4623
4563
|
);
|
|
4624
4564
|
}
|
|
4625
4565
|
|
|
@@ -4638,46 +4578,39 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4638
4578
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema;
|
|
4639
4579
|
|
|
4640
4580
|
/** @internal */
|
|
4641
|
-
export const
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema,
|
|
4648
|
-
value: z.string(),
|
|
4649
|
-
});
|
|
4581
|
+
export const Eight$inboundSchema: z.ZodType<Eight, z.ZodTypeDef, unknown> = z
|
|
4582
|
+
.object({
|
|
4583
|
+
type:
|
|
4584
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema,
|
|
4585
|
+
value: z.string(),
|
|
4586
|
+
});
|
|
4650
4587
|
/** @internal */
|
|
4651
|
-
export type
|
|
4588
|
+
export type Eight$Outbound = {
|
|
4652
4589
|
type: string;
|
|
4653
4590
|
value: string;
|
|
4654
4591
|
};
|
|
4655
4592
|
|
|
4656
4593
|
/** @internal */
|
|
4657
|
-
export const
|
|
4658
|
-
|
|
4594
|
+
export const Eight$outboundSchema: z.ZodType<
|
|
4595
|
+
Eight$Outbound,
|
|
4659
4596
|
z.ZodTypeDef,
|
|
4660
|
-
|
|
4597
|
+
Eight
|
|
4661
4598
|
> = z.object({
|
|
4662
4599
|
type:
|
|
4663
4600
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema,
|
|
4664
4601
|
value: z.string(),
|
|
4665
4602
|
});
|
|
4666
4603
|
|
|
4667
|
-
export function
|
|
4668
|
-
|
|
4669
|
-
): string {
|
|
4670
|
-
return JSON.stringify(
|
|
4671
|
-
CreateEvalFunctionParams8$outboundSchema.parse(createEvalFunctionParams8),
|
|
4672
|
-
);
|
|
4604
|
+
export function eightToJSON(eight: Eight): string {
|
|
4605
|
+
return JSON.stringify(Eight$outboundSchema.parse(eight));
|
|
4673
4606
|
}
|
|
4674
|
-
export function
|
|
4607
|
+
export function eightFromJSON(
|
|
4675
4608
|
jsonString: string,
|
|
4676
|
-
): SafeParseResult<
|
|
4609
|
+
): SafeParseResult<Eight, SDKValidationError> {
|
|
4677
4610
|
return safeParse(
|
|
4678
4611
|
jsonString,
|
|
4679
|
-
(x) =>
|
|
4680
|
-
`Failed to parse '
|
|
4612
|
+
(x) => Eight$inboundSchema.parse(JSON.parse(x)),
|
|
4613
|
+
`Failed to parse 'Eight' from JSON`,
|
|
4681
4614
|
);
|
|
4682
4615
|
}
|
|
4683
4616
|
|
|
@@ -4696,43 +4629,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4696
4629
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
4697
4630
|
|
|
4698
4631
|
/** @internal */
|
|
4699
|
-
export const
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
type:
|
|
4705
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
4706
|
-
});
|
|
4632
|
+
export const Seven$inboundSchema: z.ZodType<Seven, z.ZodTypeDef, unknown> = z
|
|
4633
|
+
.object({
|
|
4634
|
+
type:
|
|
4635
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
4636
|
+
});
|
|
4707
4637
|
/** @internal */
|
|
4708
|
-
export type
|
|
4638
|
+
export type Seven$Outbound = {
|
|
4709
4639
|
type: string;
|
|
4710
4640
|
};
|
|
4711
4641
|
|
|
4712
4642
|
/** @internal */
|
|
4713
|
-
export const
|
|
4714
|
-
|
|
4643
|
+
export const Seven$outboundSchema: z.ZodType<
|
|
4644
|
+
Seven$Outbound,
|
|
4715
4645
|
z.ZodTypeDef,
|
|
4716
|
-
|
|
4646
|
+
Seven
|
|
4717
4647
|
> = z.object({
|
|
4718
4648
|
type:
|
|
4719
4649
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
4720
4650
|
});
|
|
4721
4651
|
|
|
4722
|
-
export function
|
|
4723
|
-
|
|
4724
|
-
): string {
|
|
4725
|
-
return JSON.stringify(
|
|
4726
|
-
CreateEvalFunctionParams7$outboundSchema.parse(createEvalFunctionParams7),
|
|
4727
|
-
);
|
|
4652
|
+
export function sevenToJSON(seven: Seven): string {
|
|
4653
|
+
return JSON.stringify(Seven$outboundSchema.parse(seven));
|
|
4728
4654
|
}
|
|
4729
|
-
export function
|
|
4655
|
+
export function sevenFromJSON(
|
|
4730
4656
|
jsonString: string,
|
|
4731
|
-
): SafeParseResult<
|
|
4657
|
+
): SafeParseResult<Seven, SDKValidationError> {
|
|
4732
4658
|
return safeParse(
|
|
4733
4659
|
jsonString,
|
|
4734
|
-
(x) =>
|
|
4735
|
-
`Failed to parse '
|
|
4660
|
+
(x) => Seven$inboundSchema.parse(JSON.parse(x)),
|
|
4661
|
+
`Failed to parse 'Seven' from JSON`,
|
|
4736
4662
|
);
|
|
4737
4663
|
}
|
|
4738
4664
|
|
|
@@ -5046,24 +4972,24 @@ export const FunctionParams$inboundSchema: z.ZodType<
|
|
|
5046
4972
|
z.ZodTypeDef,
|
|
5047
4973
|
unknown
|
|
5048
4974
|
> = z.union([
|
|
5049
|
-
z.lazy(() =>
|
|
4975
|
+
z.lazy(() => Twelve$inboundSchema),
|
|
5050
4976
|
z.lazy(() => CreateEvalFunctionParams1$inboundSchema),
|
|
5051
4977
|
z.lazy(() => CreateEvalFunctionParams2$inboundSchema),
|
|
5052
4978
|
z.lazy(() => CreateEvalFunctionParams3$inboundSchema),
|
|
5053
4979
|
z.lazy(() => CreateEvalFunctionParams4$inboundSchema),
|
|
5054
|
-
z.lazy(() =>
|
|
5055
|
-
z.lazy(() =>
|
|
5056
|
-
z.lazy(() =>
|
|
5057
|
-
z.lazy(() =>
|
|
5058
|
-
z.lazy(() =>
|
|
4980
|
+
z.lazy(() => Eight$inboundSchema),
|
|
4981
|
+
z.lazy(() => Nine$inboundSchema),
|
|
4982
|
+
z.lazy(() => Eleven$inboundSchema),
|
|
4983
|
+
z.lazy(() => Thirteen$inboundSchema),
|
|
4984
|
+
z.lazy(() => Fifteen$inboundSchema),
|
|
5059
4985
|
z.lazy(() => TwentyFive$inboundSchema),
|
|
5060
4986
|
z.lazy(() => CreateEvalFunctionParams5$inboundSchema),
|
|
5061
4987
|
z.lazy(() => CreateEvalFunctionParams6$inboundSchema),
|
|
5062
|
-
z.lazy(() =>
|
|
5063
|
-
z.lazy(() =>
|
|
5064
|
-
z.lazy(() =>
|
|
5065
|
-
z.lazy(() =>
|
|
5066
|
-
z.lazy(() =>
|
|
4988
|
+
z.lazy(() => Seven$inboundSchema),
|
|
4989
|
+
z.lazy(() => Ten$inboundSchema),
|
|
4990
|
+
z.lazy(() => Fourteen$inboundSchema),
|
|
4991
|
+
z.lazy(() => Sixteen$inboundSchema),
|
|
4992
|
+
z.lazy(() => Seventeen$inboundSchema),
|
|
5067
4993
|
z.lazy(() => Eighteen$inboundSchema),
|
|
5068
4994
|
z.lazy(() => Nineteen$inboundSchema),
|
|
5069
4995
|
z.lazy(() => Twenty$inboundSchema),
|
|
@@ -5081,24 +5007,24 @@ export const FunctionParams$inboundSchema: z.ZodType<
|
|
|
5081
5007
|
]);
|
|
5082
5008
|
/** @internal */
|
|
5083
5009
|
export type FunctionParams$Outbound =
|
|
5084
|
-
|
|
|
5010
|
+
| Twelve$Outbound
|
|
5085
5011
|
| CreateEvalFunctionParams1$Outbound
|
|
5086
5012
|
| CreateEvalFunctionParams2$Outbound
|
|
5087
5013
|
| CreateEvalFunctionParams3$Outbound
|
|
5088
5014
|
| CreateEvalFunctionParams4$Outbound
|
|
5089
|
-
|
|
|
5090
|
-
|
|
|
5091
|
-
|
|
|
5092
|
-
|
|
|
5093
|
-
|
|
|
5015
|
+
| Eight$Outbound
|
|
5016
|
+
| Nine$Outbound
|
|
5017
|
+
| Eleven$Outbound
|
|
5018
|
+
| Thirteen$Outbound
|
|
5019
|
+
| Fifteen$Outbound
|
|
5094
5020
|
| TwentyFive$Outbound
|
|
5095
5021
|
| CreateEvalFunctionParams5$Outbound
|
|
5096
5022
|
| CreateEvalFunctionParams6$Outbound
|
|
5097
|
-
|
|
|
5098
|
-
|
|
|
5099
|
-
|
|
|
5100
|
-
|
|
|
5101
|
-
|
|
|
5023
|
+
| Seven$Outbound
|
|
5024
|
+
| Ten$Outbound
|
|
5025
|
+
| Fourteen$Outbound
|
|
5026
|
+
| Sixteen$Outbound
|
|
5027
|
+
| Seventeen$Outbound
|
|
5102
5028
|
| Eighteen$Outbound
|
|
5103
5029
|
| Nineteen$Outbound
|
|
5104
5030
|
| Twenty$Outbound
|
|
@@ -5120,24 +5046,24 @@ export const FunctionParams$outboundSchema: z.ZodType<
|
|
|
5120
5046
|
z.ZodTypeDef,
|
|
5121
5047
|
FunctionParams
|
|
5122
5048
|
> = z.union([
|
|
5123
|
-
z.lazy(() =>
|
|
5049
|
+
z.lazy(() => Twelve$outboundSchema),
|
|
5124
5050
|
z.lazy(() => CreateEvalFunctionParams1$outboundSchema),
|
|
5125
5051
|
z.lazy(() => CreateEvalFunctionParams2$outboundSchema),
|
|
5126
5052
|
z.lazy(() => CreateEvalFunctionParams3$outboundSchema),
|
|
5127
5053
|
z.lazy(() => CreateEvalFunctionParams4$outboundSchema),
|
|
5128
|
-
z.lazy(() =>
|
|
5129
|
-
z.lazy(() =>
|
|
5130
|
-
z.lazy(() =>
|
|
5131
|
-
z.lazy(() =>
|
|
5132
|
-
z.lazy(() =>
|
|
5054
|
+
z.lazy(() => Eight$outboundSchema),
|
|
5055
|
+
z.lazy(() => Nine$outboundSchema),
|
|
5056
|
+
z.lazy(() => Eleven$outboundSchema),
|
|
5057
|
+
z.lazy(() => Thirteen$outboundSchema),
|
|
5058
|
+
z.lazy(() => Fifteen$outboundSchema),
|
|
5133
5059
|
z.lazy(() => TwentyFive$outboundSchema),
|
|
5134
5060
|
z.lazy(() => CreateEvalFunctionParams5$outboundSchema),
|
|
5135
5061
|
z.lazy(() => CreateEvalFunctionParams6$outboundSchema),
|
|
5136
|
-
z.lazy(() =>
|
|
5137
|
-
z.lazy(() =>
|
|
5138
|
-
z.lazy(() =>
|
|
5139
|
-
z.lazy(() =>
|
|
5140
|
-
z.lazy(() =>
|
|
5062
|
+
z.lazy(() => Seven$outboundSchema),
|
|
5063
|
+
z.lazy(() => Ten$outboundSchema),
|
|
5064
|
+
z.lazy(() => Fourteen$outboundSchema),
|
|
5065
|
+
z.lazy(() => Sixteen$outboundSchema),
|
|
5066
|
+
z.lazy(() => Seventeen$outboundSchema),
|
|
5141
5067
|
z.lazy(() => Eighteen$outboundSchema),
|
|
5142
5068
|
z.lazy(() => Nineteen$outboundSchema),
|
|
5143
5069
|
z.lazy(() => Twenty$outboundSchema),
|
|
@@ -5175,8 +5101,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5175
5101
|
> = z.object({
|
|
5176
5102
|
_id: z.string(),
|
|
5177
5103
|
description: z.string(),
|
|
5178
|
-
created: z.string().default("2025-11-
|
|
5179
|
-
updated: z.string().default("2025-11-
|
|
5104
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
5105
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
5180
5106
|
guardrail_config: z.union([
|
|
5181
5107
|
z.lazy(() =>
|
|
5182
5108
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema
|
|
@@ -5187,24 +5113,24 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5187
5113
|
]).optional(),
|
|
5188
5114
|
type: CreateEvalResponseBodyEvalsResponse200Type$inboundSchema,
|
|
5189
5115
|
function_params: z.union([
|
|
5190
|
-
z.lazy(() =>
|
|
5116
|
+
z.lazy(() => Twelve$inboundSchema),
|
|
5191
5117
|
z.lazy(() => CreateEvalFunctionParams1$inboundSchema),
|
|
5192
5118
|
z.lazy(() => CreateEvalFunctionParams2$inboundSchema),
|
|
5193
5119
|
z.lazy(() => CreateEvalFunctionParams3$inboundSchema),
|
|
5194
5120
|
z.lazy(() => CreateEvalFunctionParams4$inboundSchema),
|
|
5195
|
-
z.lazy(() =>
|
|
5196
|
-
z.lazy(() =>
|
|
5197
|
-
z.lazy(() =>
|
|
5198
|
-
z.lazy(() =>
|
|
5199
|
-
z.lazy(() =>
|
|
5121
|
+
z.lazy(() => Eight$inboundSchema),
|
|
5122
|
+
z.lazy(() => Nine$inboundSchema),
|
|
5123
|
+
z.lazy(() => Eleven$inboundSchema),
|
|
5124
|
+
z.lazy(() => Thirteen$inboundSchema),
|
|
5125
|
+
z.lazy(() => Fifteen$inboundSchema),
|
|
5200
5126
|
z.lazy(() => TwentyFive$inboundSchema),
|
|
5201
5127
|
z.lazy(() => CreateEvalFunctionParams5$inboundSchema),
|
|
5202
5128
|
z.lazy(() => CreateEvalFunctionParams6$inboundSchema),
|
|
5203
|
-
z.lazy(() =>
|
|
5204
|
-
z.lazy(() =>
|
|
5205
|
-
z.lazy(() =>
|
|
5206
|
-
z.lazy(() =>
|
|
5207
|
-
z.lazy(() =>
|
|
5129
|
+
z.lazy(() => Seven$inboundSchema),
|
|
5130
|
+
z.lazy(() => Ten$inboundSchema),
|
|
5131
|
+
z.lazy(() => Fourteen$inboundSchema),
|
|
5132
|
+
z.lazy(() => Sixteen$inboundSchema),
|
|
5133
|
+
z.lazy(() => Seventeen$inboundSchema),
|
|
5208
5134
|
z.lazy(() => Eighteen$inboundSchema),
|
|
5209
5135
|
z.lazy(() => Nineteen$inboundSchema),
|
|
5210
5136
|
z.lazy(() => Twenty$inboundSchema),
|
|
@@ -5240,24 +5166,24 @@ export type CreateEvalResponseBodyFunction$Outbound = {
|
|
|
5240
5166
|
| undefined;
|
|
5241
5167
|
type: string;
|
|
5242
5168
|
function_params:
|
|
5243
|
-
|
|
|
5169
|
+
| Twelve$Outbound
|
|
5244
5170
|
| CreateEvalFunctionParams1$Outbound
|
|
5245
5171
|
| CreateEvalFunctionParams2$Outbound
|
|
5246
5172
|
| CreateEvalFunctionParams3$Outbound
|
|
5247
5173
|
| CreateEvalFunctionParams4$Outbound
|
|
5248
|
-
|
|
|
5249
|
-
|
|
|
5250
|
-
|
|
|
5251
|
-
|
|
|
5252
|
-
|
|
|
5174
|
+
| Eight$Outbound
|
|
5175
|
+
| Nine$Outbound
|
|
5176
|
+
| Eleven$Outbound
|
|
5177
|
+
| Thirteen$Outbound
|
|
5178
|
+
| Fifteen$Outbound
|
|
5253
5179
|
| TwentyFive$Outbound
|
|
5254
5180
|
| CreateEvalFunctionParams5$Outbound
|
|
5255
5181
|
| CreateEvalFunctionParams6$Outbound
|
|
5256
|
-
|
|
|
5257
|
-
|
|
|
5258
|
-
|
|
|
5259
|
-
|
|
|
5260
|
-
|
|
|
5182
|
+
| Seven$Outbound
|
|
5183
|
+
| Ten$Outbound
|
|
5184
|
+
| Fourteen$Outbound
|
|
5185
|
+
| Sixteen$Outbound
|
|
5186
|
+
| Seventeen$Outbound
|
|
5261
5187
|
| Eighteen$Outbound
|
|
5262
5188
|
| Nineteen$Outbound
|
|
5263
5189
|
| Twenty$Outbound
|
|
@@ -5283,8 +5209,8 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5283
5209
|
> = z.object({
|
|
5284
5210
|
id: z.string(),
|
|
5285
5211
|
description: z.string(),
|
|
5286
|
-
created: z.string().default("2025-11-
|
|
5287
|
-
updated: z.string().default("2025-11-
|
|
5212
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
5213
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
5288
5214
|
guardrailConfig: z.union([
|
|
5289
5215
|
z.lazy(() =>
|
|
5290
5216
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema
|
|
@@ -5295,24 +5221,24 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5295
5221
|
]).optional(),
|
|
5296
5222
|
type: CreateEvalResponseBodyEvalsResponse200Type$outboundSchema,
|
|
5297
5223
|
functionParams: z.union([
|
|
5298
|
-
z.lazy(() =>
|
|
5224
|
+
z.lazy(() => Twelve$outboundSchema),
|
|
5299
5225
|
z.lazy(() => CreateEvalFunctionParams1$outboundSchema),
|
|
5300
5226
|
z.lazy(() => CreateEvalFunctionParams2$outboundSchema),
|
|
5301
5227
|
z.lazy(() => CreateEvalFunctionParams3$outboundSchema),
|
|
5302
5228
|
z.lazy(() => CreateEvalFunctionParams4$outboundSchema),
|
|
5303
|
-
z.lazy(() =>
|
|
5304
|
-
z.lazy(() =>
|
|
5305
|
-
z.lazy(() =>
|
|
5306
|
-
z.lazy(() =>
|
|
5307
|
-
z.lazy(() =>
|
|
5229
|
+
z.lazy(() => Eight$outboundSchema),
|
|
5230
|
+
z.lazy(() => Nine$outboundSchema),
|
|
5231
|
+
z.lazy(() => Eleven$outboundSchema),
|
|
5232
|
+
z.lazy(() => Thirteen$outboundSchema),
|
|
5233
|
+
z.lazy(() => Fifteen$outboundSchema),
|
|
5308
5234
|
z.lazy(() => TwentyFive$outboundSchema),
|
|
5309
5235
|
z.lazy(() => CreateEvalFunctionParams5$outboundSchema),
|
|
5310
5236
|
z.lazy(() => CreateEvalFunctionParams6$outboundSchema),
|
|
5311
|
-
z.lazy(() =>
|
|
5312
|
-
z.lazy(() =>
|
|
5313
|
-
z.lazy(() =>
|
|
5314
|
-
z.lazy(() =>
|
|
5315
|
-
z.lazy(() =>
|
|
5237
|
+
z.lazy(() => Seven$outboundSchema),
|
|
5238
|
+
z.lazy(() => Ten$outboundSchema),
|
|
5239
|
+
z.lazy(() => Fourteen$outboundSchema),
|
|
5240
|
+
z.lazy(() => Sixteen$outboundSchema),
|
|
5241
|
+
z.lazy(() => Seventeen$outboundSchema),
|
|
5316
5242
|
z.lazy(() => Eighteen$outboundSchema),
|
|
5317
5243
|
z.lazy(() => Nineteen$outboundSchema),
|
|
5318
5244
|
z.lazy(() => Twenty$outboundSchema),
|
|
@@ -5598,8 +5524,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
5598
5524
|
> = z.object({
|
|
5599
5525
|
_id: z.string(),
|
|
5600
5526
|
description: z.string(),
|
|
5601
|
-
created: z.string().default("2025-11-
|
|
5602
|
-
updated: z.string().default("2025-11-
|
|
5527
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
5528
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
5603
5529
|
guardrail_config: z.union([
|
|
5604
5530
|
z.lazy(() =>
|
|
5605
5531
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
@@ -5640,8 +5566,8 @@ export const ResponseBodyPython$outboundSchema: z.ZodType<
|
|
|
5640
5566
|
> = z.object({
|
|
5641
5567
|
id: z.string(),
|
|
5642
5568
|
description: z.string(),
|
|
5643
|
-
created: z.string().default("2025-11-
|
|
5644
|
-
updated: z.string().default("2025-11-
|
|
5569
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
5570
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
5645
5571
|
guardrailConfig: z.union([
|
|
5646
5572
|
z.lazy(() =>
|
|
5647
5573
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
@@ -5921,8 +5847,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
5921
5847
|
> = z.object({
|
|
5922
5848
|
_id: z.string(),
|
|
5923
5849
|
description: z.string(),
|
|
5924
|
-
created: z.string().default("2025-11-
|
|
5925
|
-
updated: z.string().default("2025-11-
|
|
5850
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
5851
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
5926
5852
|
guardrail_config: z.union([
|
|
5927
5853
|
z.lazy(() =>
|
|
5928
5854
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
@@ -5969,8 +5895,8 @@ export const ResponseBodyHTTP$outboundSchema: z.ZodType<
|
|
|
5969
5895
|
> = z.object({
|
|
5970
5896
|
id: z.string(),
|
|
5971
5897
|
description: z.string(),
|
|
5972
|
-
created: z.string().default("2025-11-
|
|
5973
|
-
updated: z.string().default("2025-11-
|
|
5898
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
5899
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
5974
5900
|
guardrailConfig: z.union([
|
|
5975
5901
|
z.lazy(() =>
|
|
5976
5902
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
@@ -6226,8 +6152,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
6226
6152
|
> = z.object({
|
|
6227
6153
|
_id: z.string(),
|
|
6228
6154
|
description: z.string(),
|
|
6229
|
-
created: z.string().default("2025-11-
|
|
6230
|
-
updated: z.string().default("2025-11-
|
|
6155
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
6156
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
6231
6157
|
guardrail_config: z.union([
|
|
6232
6158
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
6233
6159
|
z.lazy(() =>
|
|
@@ -6266,8 +6192,8 @@ export const ResponseBodyJSON$outboundSchema: z.ZodType<
|
|
|
6266
6192
|
> = z.object({
|
|
6267
6193
|
id: z.string(),
|
|
6268
6194
|
description: z.string(),
|
|
6269
|
-
created: z.string().default("2025-11-
|
|
6270
|
-
updated: z.string().default("2025-11-
|
|
6195
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
6196
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
6271
6197
|
guardrailConfig: z.union([
|
|
6272
6198
|
z.lazy(() =>
|
|
6273
6199
|
CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema
|
|
@@ -6505,8 +6431,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
6505
6431
|
> = z.object({
|
|
6506
6432
|
_id: z.string(),
|
|
6507
6433
|
description: z.string(),
|
|
6508
|
-
created: z.string().default("2025-11-
|
|
6509
|
-
updated: z.string().default("2025-11-
|
|
6434
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
6435
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
6510
6436
|
guardrail_config: z.union([
|
|
6511
6437
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
6512
6438
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -6545,8 +6471,8 @@ export const ResponseBodyLLM$outboundSchema: z.ZodType<
|
|
|
6545
6471
|
> = z.object({
|
|
6546
6472
|
id: z.string(),
|
|
6547
6473
|
description: z.string(),
|
|
6548
|
-
created: z.string().default("2025-11-
|
|
6549
|
-
updated: z.string().default("2025-11-
|
|
6474
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
6475
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
6550
6476
|
guardrailConfig: z.union([
|
|
6551
6477
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
6552
6478
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|