@orq-ai/node 3.14.40 → 3.14.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. package/bin/mcp-server.js +696 -1501
  2. package/bin/mcp-server.js.map +55 -55
  3. package/examples/package-lock.json +1 -1
  4. package/jsr.json +1 -1
  5. package/lib/config.d.ts +3 -3
  6. package/lib/config.js +3 -3
  7. package/mcp-server/mcp-server.js +1 -1
  8. package/mcp-server/server.js +1 -1
  9. package/models/operations/createagent.d.ts +80 -0
  10. package/models/operations/createagent.d.ts.map +1 -1
  11. package/models/operations/createagent.js +70 -7
  12. package/models/operations/createagent.js.map +1 -1
  13. package/models/operations/createbudget.js +2 -2
  14. package/models/operations/createcontact.js +2 -2
  15. package/models/operations/createdataset.js +2 -2
  16. package/models/operations/createdatasetitem.js +8 -8
  17. package/models/operations/createdatasource.js +2 -2
  18. package/models/operations/createeval.d.ts +106 -106
  19. package/models/operations/createeval.d.ts.map +1 -1
  20. package/models/operations/createeval.js +242 -234
  21. package/models/operations/createeval.js.map +1 -1
  22. package/models/operations/creatememorystore.d.ts +10 -391
  23. package/models/operations/creatememorystore.d.ts.map +1 -1
  24. package/models/operations/creatememorystore.js +5 -563
  25. package/models/operations/creatememorystore.js.map +1 -1
  26. package/models/operations/createprompt.d.ts +40 -0
  27. package/models/operations/createprompt.d.ts.map +1 -1
  28. package/models/operations/createprompt.js +33 -7
  29. package/models/operations/createprompt.js.map +1 -1
  30. package/models/operations/createtool.js +10 -10
  31. package/models/operations/deploymentgetconfig.d.ts +20 -0
  32. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  33. package/models/operations/deploymentgetconfig.js +22 -8
  34. package/models/operations/deploymentgetconfig.js.map +1 -1
  35. package/models/operations/deployments.d.ts +20 -0
  36. package/models/operations/deployments.d.ts.map +1 -1
  37. package/models/operations/deployments.js +16 -3
  38. package/models/operations/deployments.js.map +1 -1
  39. package/models/operations/duplicatetool.js +10 -10
  40. package/models/operations/fileget.js +2 -2
  41. package/models/operations/filelist.js +2 -2
  42. package/models/operations/fileupload.js +2 -2
  43. package/models/operations/getagent.d.ts +40 -0
  44. package/models/operations/getagent.d.ts.map +1 -1
  45. package/models/operations/getagent.js +33 -3
  46. package/models/operations/getagent.js.map +1 -1
  47. package/models/operations/getallmemorystores.d.ts +5 -195
  48. package/models/operations/getallmemorystores.d.ts.map +1 -1
  49. package/models/operations/getallmemorystores.js +3 -273
  50. package/models/operations/getallmemorystores.js.map +1 -1
  51. package/models/operations/getallprompts.d.ts +20 -0
  52. package/models/operations/getallprompts.d.ts.map +1 -1
  53. package/models/operations/getallprompts.js +16 -3
  54. package/models/operations/getallprompts.js.map +1 -1
  55. package/models/operations/getalltools.js +10 -10
  56. package/models/operations/getbudget.js +2 -2
  57. package/models/operations/getevals.js +28 -28
  58. package/models/operations/getoneprompt.d.ts +20 -0
  59. package/models/operations/getoneprompt.d.ts.map +1 -1
  60. package/models/operations/getoneprompt.js +16 -3
  61. package/models/operations/getoneprompt.js.map +1 -1
  62. package/models/operations/getpromptversion.d.ts +20 -0
  63. package/models/operations/getpromptversion.d.ts.map +1 -1
  64. package/models/operations/getpromptversion.js +16 -2
  65. package/models/operations/getpromptversion.js.map +1 -1
  66. package/models/operations/listagents.d.ts +40 -0
  67. package/models/operations/listagents.d.ts.map +1 -1
  68. package/models/operations/listagents.js +36 -3
  69. package/models/operations/listagents.js.map +1 -1
  70. package/models/operations/listagenttasks.d.ts +40 -0
  71. package/models/operations/listagenttasks.d.ts.map +1 -1
  72. package/models/operations/listagenttasks.js +36 -3
  73. package/models/operations/listagenttasks.js.map +1 -1
  74. package/models/operations/listbudgets.js +2 -2
  75. package/models/operations/listcontacts.js +2 -2
  76. package/models/operations/listdatasetdatapoints.js +8 -8
  77. package/models/operations/listdatasets.js +2 -2
  78. package/models/operations/listdatasources.d.ts +5 -5
  79. package/models/operations/listdatasources.d.ts.map +1 -1
  80. package/models/operations/listdatasources.js +4 -4
  81. package/models/operations/listdatasources.js.map +1 -1
  82. package/models/operations/listpromptversions.d.ts +20 -0
  83. package/models/operations/listpromptversions.d.ts.map +1 -1
  84. package/models/operations/listpromptversions.js +16 -3
  85. package/models/operations/listpromptversions.js.map +1 -1
  86. package/models/operations/retrievecontact.js +2 -2
  87. package/models/operations/retrievedatapoint.js +8 -8
  88. package/models/operations/retrievedataset.js +2 -2
  89. package/models/operations/retrievedatasource.js +2 -2
  90. package/models/operations/retrievememorystore.d.ts +5 -196
  91. package/models/operations/retrievememorystore.d.ts.map +1 -1
  92. package/models/operations/retrievememorystore.js +3 -273
  93. package/models/operations/retrievememorystore.js.map +1 -1
  94. package/models/operations/retrievetool.js +10 -10
  95. package/models/operations/runagent.d.ts +40 -0
  96. package/models/operations/runagent.d.ts.map +1 -1
  97. package/models/operations/runagent.js +36 -6
  98. package/models/operations/runagent.js.map +1 -1
  99. package/models/operations/streamrunagent.d.ts +40 -0
  100. package/models/operations/streamrunagent.d.ts.map +1 -1
  101. package/models/operations/streamrunagent.js +39 -6
  102. package/models/operations/streamrunagent.js.map +1 -1
  103. package/models/operations/updateagent.d.ts +80 -0
  104. package/models/operations/updateagent.d.ts.map +1 -1
  105. package/models/operations/updateagent.js +73 -7
  106. package/models/operations/updateagent.js.map +1 -1
  107. package/models/operations/updatebudget.js +2 -2
  108. package/models/operations/updatecontact.js +2 -2
  109. package/models/operations/updatedatapoint.js +8 -8
  110. package/models/operations/updatedataset.js +2 -2
  111. package/models/operations/updatedatasource.js +2 -2
  112. package/models/operations/updateeval.js +28 -28
  113. package/models/operations/updatememorystore.d.ts +5 -195
  114. package/models/operations/updatememorystore.d.ts.map +1 -1
  115. package/models/operations/updatememorystore.js +3 -290
  116. package/models/operations/updatememorystore.js.map +1 -1
  117. package/models/operations/updateprompt.d.ts +40 -0
  118. package/models/operations/updateprompt.d.ts.map +1 -1
  119. package/models/operations/updateprompt.js +33 -7
  120. package/models/operations/updateprompt.js.map +1 -1
  121. package/models/operations/updatetool.js +10 -10
  122. package/package.json +1 -1
  123. package/packages/orq-rc/docs/sdks/agents/README.md +2 -0
  124. package/packages/orq-rc/docs/sdks/knowledge/README.md +0 -2
  125. package/packages/orq-rc/examples/package-lock.json +1 -1
  126. package/packages/orq-rc/jsr.json +1 -1
  127. package/packages/orq-rc/package-lock.json +2 -2
  128. package/packages/orq-rc/package.json +1 -1
  129. package/packages/orq-rc/src/lib/config.ts +3 -3
  130. package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
  131. package/packages/orq-rc/src/mcp-server/server.ts +1 -1
  132. package/packages/orq-rc/src/models/operations/createagent.ts +38 -23
  133. package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
  134. package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
  135. package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
  136. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
  137. package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
  138. package/packages/orq-rc/src/models/operations/createeval.ts +28 -28
  139. package/packages/orq-rc/src/models/operations/createknowledge.ts +1 -7
  140. package/packages/orq-rc/src/models/operations/createprompt.ts +4 -4
  141. package/packages/orq-rc/src/models/operations/createtool.ts +14 -10
  142. package/packages/orq-rc/src/models/operations/duplicateagent.ts +21 -15
  143. package/packages/orq-rc/src/models/operations/duplicatetool.ts +29 -11
  144. package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
  145. package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
  146. package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
  147. package/packages/orq-rc/src/models/operations/getagent.ts +21 -15
  148. package/packages/orq-rc/src/models/operations/getalltools.ts +14 -10
  149. package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
  150. package/packages/orq-rc/src/models/operations/getevals.ts +28 -28
  151. package/packages/orq-rc/src/models/operations/listagents.ts +21 -15
  152. package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
  153. package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
  154. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
  155. package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
  156. package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
  157. package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
  158. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
  159. package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
  160. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
  161. package/packages/orq-rc/src/models/operations/retrievetool.ts +14 -10
  162. package/packages/orq-rc/src/models/operations/runagent.ts +12 -8
  163. package/packages/orq-rc/src/models/operations/streamrunagent.ts +12 -8
  164. package/packages/orq-rc/src/models/operations/syncmcptool.ts +14 -10
  165. package/packages/orq-rc/src/models/operations/updateagent.ts +35 -23
  166. package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
  167. package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
  168. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
  169. package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
  170. package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
  171. package/packages/orq-rc/src/models/operations/updateeval.ts +28 -28
  172. package/packages/orq-rc/src/models/operations/updateprompt.ts +4 -4
  173. package/packages/orq-rc/src/models/operations/updatetool.ts +25 -10
  174. package/src/lib/config.ts +3 -3
  175. package/src/mcp-server/mcp-server.ts +1 -1
  176. package/src/mcp-server/server.ts +1 -1
  177. package/src/models/operations/createagent.ts +129 -0
  178. package/src/models/operations/createbudget.ts +2 -2
  179. package/src/models/operations/createcontact.ts +2 -2
  180. package/src/models/operations/createdataset.ts +2 -2
  181. package/src/models/operations/createdatasetitem.ts +8 -8
  182. package/src/models/operations/createdatasource.ts +2 -2
  183. package/src/models/operations/createeval.ts +423 -524
  184. package/src/models/operations/creatememorystore.ts +14 -1108
  185. package/src/models/operations/createprompt.ts +60 -0
  186. package/src/models/operations/createtool.ts +10 -10
  187. package/src/models/operations/deploymentgetconfig.ts +30 -0
  188. package/src/models/operations/deployments.ts +30 -0
  189. package/src/models/operations/duplicatetool.ts +10 -10
  190. package/src/models/operations/fileget.ts +2 -2
  191. package/src/models/operations/filelist.ts +2 -2
  192. package/src/models/operations/fileupload.ts +2 -2
  193. package/src/models/operations/getagent.ts +62 -0
  194. package/src/models/operations/getallmemorystores.ts +7 -595
  195. package/src/models/operations/getallprompts.ts +30 -0
  196. package/src/models/operations/getalltools.ts +10 -10
  197. package/src/models/operations/getbudget.ts +2 -2
  198. package/src/models/operations/getevals.ts +28 -28
  199. package/src/models/operations/getoneprompt.ts +30 -0
  200. package/src/models/operations/getpromptversion.ts +30 -0
  201. package/src/models/operations/listagents.ts +67 -0
  202. package/src/models/operations/listagenttasks.ts +66 -0
  203. package/src/models/operations/listbudgets.ts +2 -2
  204. package/src/models/operations/listcontacts.ts +2 -2
  205. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  206. package/src/models/operations/listdatasets.ts +2 -2
  207. package/src/models/operations/listdatasources.ts +9 -9
  208. package/src/models/operations/listpromptversions.ts +30 -0
  209. package/src/models/operations/retrievecontact.ts +2 -2
  210. package/src/models/operations/retrievedatapoint.ts +8 -8
  211. package/src/models/operations/retrievedataset.ts +2 -2
  212. package/src/models/operations/retrievedatasource.ts +2 -2
  213. package/src/models/operations/retrievememorystore.ts +7 -596
  214. package/src/models/operations/retrievetool.ts +10 -10
  215. package/src/models/operations/runagent.ts +64 -0
  216. package/src/models/operations/streamrunagent.ts +66 -0
  217. package/src/models/operations/updateagent.ts +131 -0
  218. package/src/models/operations/updatebudget.ts +2 -2
  219. package/src/models/operations/updatecontact.ts +2 -2
  220. package/src/models/operations/updatedatapoint.ts +8 -8
  221. package/src/models/operations/updatedataset.ts +2 -2
  222. package/src/models/operations/updatedatasource.ts +2 -2
  223. package/src/models/operations/updateeval.ts +28 -28
  224. package/src/models/operations/updatememorystore.ts +7 -527
  225. package/src/models/operations/updateprompt.ts +60 -0
  226. 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 CreateEvalFunctionParams23 = {
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 CreateEvalFunctionParams22 = {
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 CreateEvalFunctionParams21 = {
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 CreateEvalFunctionParams20 = {
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 CreateEvalFunctionParams19 = {
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 CreateEvalFunctionParams18 = {
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 CreateEvalFunctionParams17 = {
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 CreateEvalFunctionParams16 = {
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 CreateEvalFunctionParams15 = {
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 CreateEvalFunctionParams14 = {
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 CreateEvalFunctionParams13 = {
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 CreateEvalFunctionParams12 = {
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 CreateEvalFunctionParams11 = {
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 CreateEvalFunctionParams10 = {
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 CreateEvalFunctionParams9 = {
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 CreateEvalFunctionParams8 = {
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 CreateEvalFunctionParams7 = {
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
- | CreateEvalFunctionParams12
1061
+ | Twelve
1062
1062
  | CreateEvalFunctionParams1
1063
1063
  | CreateEvalFunctionParams2
1064
1064
  | CreateEvalFunctionParams3
1065
1065
  | CreateEvalFunctionParams4
1066
- | CreateEvalFunctionParams8
1067
- | CreateEvalFunctionParams9
1068
- | CreateEvalFunctionParams11
1069
- | CreateEvalFunctionParams13
1070
- | CreateEvalFunctionParams15
1066
+ | Eight
1067
+ | Nine
1068
+ | Eleven
1069
+ | Thirteen
1070
+ | Fifteen
1071
1071
  | TwentyFive
1072
1072
  | TwentySix
1073
1073
  | CreateEvalFunctionParams5
1074
1074
  | CreateEvalFunctionParams6
1075
- | CreateEvalFunctionParams7
1076
- | CreateEvalFunctionParams10
1077
- | CreateEvalFunctionParams14
1078
- | CreateEvalFunctionParams16
1079
- | CreateEvalFunctionParams17
1080
- | CreateEvalFunctionParams18
1081
- | CreateEvalFunctionParams19
1082
- | CreateEvalFunctionParams20
1083
- | CreateEvalFunctionParams21
1084
- | CreateEvalFunctionParams22
1085
- | CreateEvalFunctionParams23
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
- | CreateEvalFunctionParams12
1108
+ | Twelve
1109
1109
  | CreateEvalFunctionParams1
1110
1110
  | CreateEvalFunctionParams2
1111
1111
  | CreateEvalFunctionParams3
1112
1112
  | CreateEvalFunctionParams4
1113
- | CreateEvalFunctionParams8
1114
- | CreateEvalFunctionParams9
1115
- | CreateEvalFunctionParams11
1116
- | CreateEvalFunctionParams13
1117
- | CreateEvalFunctionParams15
1113
+ | Eight
1114
+ | Nine
1115
+ | Eleven
1116
+ | Thirteen
1117
+ | Fifteen
1118
1118
  | TwentyFive
1119
1119
  | TwentySix
1120
1120
  | CreateEvalFunctionParams5
1121
1121
  | CreateEvalFunctionParams6
1122
- | CreateEvalFunctionParams7
1123
- | CreateEvalFunctionParams10
1124
- | CreateEvalFunctionParams14
1125
- | CreateEvalFunctionParams16
1126
- | CreateEvalFunctionParams17
1127
- | CreateEvalFunctionParams18
1128
- | CreateEvalFunctionParams19
1129
- | CreateEvalFunctionParams20
1130
- | CreateEvalFunctionParams21
1131
- | CreateEvalFunctionParams22
1132
- | CreateEvalFunctionParams23
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-16T16:11:24.823Z"),
2758
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
2757
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
2758
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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-16T16:11:24.823Z"),
2801
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
2800
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
2801
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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-16T16:11:24.823Z"),
3083
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
3082
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
3083
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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-16T16:11:24.823Z"),
3129
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
3128
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
3129
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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 CreateEvalFunctionParams23$inboundSchema: z.ZodType<
4029
- CreateEvalFunctionParams23,
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 CreateEvalFunctionParams23$Outbound = {
4037
+ export type TwentyThree$Outbound = {
4038
4038
  type: string;
4039
4039
  };
4040
4040
 
4041
4041
  /** @internal */
4042
- export const CreateEvalFunctionParams23$outboundSchema: z.ZodType<
4043
- CreateEvalFunctionParams23$Outbound,
4042
+ export const TwentyThree$outboundSchema: z.ZodType<
4043
+ TwentyThree$Outbound,
4044
4044
  z.ZodTypeDef,
4045
- CreateEvalFunctionParams23
4045
+ TwentyThree
4046
4046
  > = z.object({
4047
4047
  type:
4048
4048
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$outboundSchema,
4049
4049
  });
4050
4050
 
4051
- export function createEvalFunctionParams23ToJSON(
4052
- createEvalFunctionParams23: CreateEvalFunctionParams23,
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 createEvalFunctionParams23FromJSON(
4054
+ export function twentyThreeFromJSON(
4059
4055
  jsonString: string,
4060
- ): SafeParseResult<CreateEvalFunctionParams23, SDKValidationError> {
4056
+ ): SafeParseResult<TwentyThree, SDKValidationError> {
4061
4057
  return safeParse(
4062
4058
  jsonString,
4063
- (x) => CreateEvalFunctionParams23$inboundSchema.parse(JSON.parse(x)),
4064
- `Failed to parse 'CreateEvalFunctionParams23' from JSON`,
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 CreateEvalFunctionParams22$inboundSchema: z.ZodType<
4084
- CreateEvalFunctionParams22,
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 CreateEvalFunctionParams22$Outbound = {
4088
+ export type TwentyTwo$Outbound = {
4093
4089
  type: string;
4094
4090
  };
4095
4091
 
4096
4092
  /** @internal */
4097
- export const CreateEvalFunctionParams22$outboundSchema: z.ZodType<
4098
- CreateEvalFunctionParams22$Outbound,
4093
+ export const TwentyTwo$outboundSchema: z.ZodType<
4094
+ TwentyTwo$Outbound,
4099
4095
  z.ZodTypeDef,
4100
- CreateEvalFunctionParams22
4096
+ TwentyTwo
4101
4097
  > = z.object({
4102
4098
  type:
4103
4099
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$outboundSchema,
4104
4100
  });
4105
4101
 
4106
- export function createEvalFunctionParams22ToJSON(
4107
- createEvalFunctionParams22: CreateEvalFunctionParams22,
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 createEvalFunctionParams22FromJSON(
4105
+ export function twentyTwoFromJSON(
4114
4106
  jsonString: string,
4115
- ): SafeParseResult<CreateEvalFunctionParams22, SDKValidationError> {
4107
+ ): SafeParseResult<TwentyTwo, SDKValidationError> {
4116
4108
  return safeParse(
4117
4109
  jsonString,
4118
- (x) => CreateEvalFunctionParams22$inboundSchema.parse(JSON.parse(x)),
4119
- `Failed to parse 'CreateEvalFunctionParams22' from JSON`,
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 CreateEvalFunctionParams21$inboundSchema: z.ZodType<
4139
- CreateEvalFunctionParams21,
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 CreateEvalFunctionParams21$Outbound = {
4139
+ export type TwentyOne$Outbound = {
4148
4140
  type: string;
4149
4141
  };
4150
4142
 
4151
4143
  /** @internal */
4152
- export const CreateEvalFunctionParams21$outboundSchema: z.ZodType<
4153
- CreateEvalFunctionParams21$Outbound,
4144
+ export const TwentyOne$outboundSchema: z.ZodType<
4145
+ TwentyOne$Outbound,
4154
4146
  z.ZodTypeDef,
4155
- CreateEvalFunctionParams21
4147
+ TwentyOne
4156
4148
  > = z.object({
4157
4149
  type:
4158
4150
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$outboundSchema,
4159
4151
  });
4160
4152
 
4161
- export function createEvalFunctionParams21ToJSON(
4162
- createEvalFunctionParams21: CreateEvalFunctionParams21,
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 createEvalFunctionParams21FromJSON(
4156
+ export function twentyOneFromJSON(
4169
4157
  jsonString: string,
4170
- ): SafeParseResult<CreateEvalFunctionParams21, SDKValidationError> {
4158
+ ): SafeParseResult<TwentyOne, SDKValidationError> {
4171
4159
  return safeParse(
4172
4160
  jsonString,
4173
- (x) => CreateEvalFunctionParams21$inboundSchema.parse(JSON.parse(x)),
4174
- `Failed to parse 'CreateEvalFunctionParams21' from JSON`,
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 CreateEvalFunctionParams20$inboundSchema: z.ZodType<
4194
- CreateEvalFunctionParams20,
4195
- z.ZodTypeDef,
4196
- unknown
4197
- > = z.object({
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 CreateEvalFunctionParams20$Outbound = {
4187
+ export type Twenty$Outbound = {
4203
4188
  type: string;
4204
4189
  };
4205
4190
 
4206
4191
  /** @internal */
4207
- export const CreateEvalFunctionParams20$outboundSchema: z.ZodType<
4208
- CreateEvalFunctionParams20$Outbound,
4192
+ export const Twenty$outboundSchema: z.ZodType<
4193
+ Twenty$Outbound,
4209
4194
  z.ZodTypeDef,
4210
- CreateEvalFunctionParams20
4195
+ Twenty
4211
4196
  > = z.object({
4212
4197
  type:
4213
4198
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$outboundSchema,
4214
4199
  });
4215
4200
 
4216
- export function createEvalFunctionParams20ToJSON(
4217
- createEvalFunctionParams20: CreateEvalFunctionParams20,
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 createEvalFunctionParams20FromJSON(
4204
+ export function twentyFromJSON(
4224
4205
  jsonString: string,
4225
- ): SafeParseResult<CreateEvalFunctionParams20, SDKValidationError> {
4206
+ ): SafeParseResult<Twenty, SDKValidationError> {
4226
4207
  return safeParse(
4227
4208
  jsonString,
4228
- (x) => CreateEvalFunctionParams20$inboundSchema.parse(JSON.parse(x)),
4229
- `Failed to parse 'CreateEvalFunctionParams20' from JSON`,
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 CreateEvalFunctionParams19$inboundSchema: z.ZodType<
4249
- CreateEvalFunctionParams19,
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 CreateEvalFunctionParams19$Outbound = {
4238
+ export type Nineteen$Outbound = {
4258
4239
  type: string;
4259
4240
  };
4260
4241
 
4261
4242
  /** @internal */
4262
- export const CreateEvalFunctionParams19$outboundSchema: z.ZodType<
4263
- CreateEvalFunctionParams19$Outbound,
4243
+ export const Nineteen$outboundSchema: z.ZodType<
4244
+ Nineteen$Outbound,
4264
4245
  z.ZodTypeDef,
4265
- CreateEvalFunctionParams19
4246
+ Nineteen
4266
4247
  > = z.object({
4267
4248
  type:
4268
4249
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$outboundSchema,
4269
4250
  });
4270
4251
 
4271
- export function createEvalFunctionParams19ToJSON(
4272
- createEvalFunctionParams19: CreateEvalFunctionParams19,
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 createEvalFunctionParams19FromJSON(
4255
+ export function nineteenFromJSON(
4279
4256
  jsonString: string,
4280
- ): SafeParseResult<CreateEvalFunctionParams19, SDKValidationError> {
4257
+ ): SafeParseResult<Nineteen, SDKValidationError> {
4281
4258
  return safeParse(
4282
4259
  jsonString,
4283
- (x) => CreateEvalFunctionParams19$inboundSchema.parse(JSON.parse(x)),
4284
- `Failed to parse 'CreateEvalFunctionParams19' from JSON`,
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 CreateEvalFunctionParams18$inboundSchema: z.ZodType<
4304
- CreateEvalFunctionParams18,
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 CreateEvalFunctionParams18$Outbound = {
4289
+ export type Eighteen$Outbound = {
4313
4290
  type: string;
4314
4291
  };
4315
4292
 
4316
4293
  /** @internal */
4317
- export const CreateEvalFunctionParams18$outboundSchema: z.ZodType<
4318
- CreateEvalFunctionParams18$Outbound,
4294
+ export const Eighteen$outboundSchema: z.ZodType<
4295
+ Eighteen$Outbound,
4319
4296
  z.ZodTypeDef,
4320
- CreateEvalFunctionParams18
4297
+ Eighteen
4321
4298
  > = z.object({
4322
4299
  type:
4323
4300
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$outboundSchema,
4324
4301
  });
4325
4302
 
4326
- export function createEvalFunctionParams18ToJSON(
4327
- createEvalFunctionParams18: CreateEvalFunctionParams18,
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 createEvalFunctionParams18FromJSON(
4306
+ export function eighteenFromJSON(
4334
4307
  jsonString: string,
4335
- ): SafeParseResult<CreateEvalFunctionParams18, SDKValidationError> {
4308
+ ): SafeParseResult<Eighteen, SDKValidationError> {
4336
4309
  return safeParse(
4337
4310
  jsonString,
4338
- (x) => CreateEvalFunctionParams18$inboundSchema.parse(JSON.parse(x)),
4339
- `Failed to parse 'CreateEvalFunctionParams18' from JSON`,
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 CreateEvalFunctionParams17$inboundSchema: z.ZodType<
4359
- CreateEvalFunctionParams17,
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 CreateEvalFunctionParams17$Outbound = {
4340
+ export type Seventeen$Outbound = {
4368
4341
  type: string;
4369
4342
  };
4370
4343
 
4371
4344
  /** @internal */
4372
- export const CreateEvalFunctionParams17$outboundSchema: z.ZodType<
4373
- CreateEvalFunctionParams17$Outbound,
4345
+ export const Seventeen$outboundSchema: z.ZodType<
4346
+ Seventeen$Outbound,
4374
4347
  z.ZodTypeDef,
4375
- CreateEvalFunctionParams17
4348
+ Seventeen
4376
4349
  > = z.object({
4377
4350
  type:
4378
4351
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema,
4379
4352
  });
4380
4353
 
4381
- export function createEvalFunctionParams17ToJSON(
4382
- createEvalFunctionParams17: CreateEvalFunctionParams17,
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 createEvalFunctionParams17FromJSON(
4357
+ export function seventeenFromJSON(
4389
4358
  jsonString: string,
4390
- ): SafeParseResult<CreateEvalFunctionParams17, SDKValidationError> {
4359
+ ): SafeParseResult<Seventeen, SDKValidationError> {
4391
4360
  return safeParse(
4392
4361
  jsonString,
4393
- (x) => CreateEvalFunctionParams17$inboundSchema.parse(JSON.parse(x)),
4394
- `Failed to parse 'CreateEvalFunctionParams17' from JSON`,
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 CreateEvalFunctionParams16$inboundSchema: z.ZodType<
4414
- CreateEvalFunctionParams16,
4415
- z.ZodTypeDef,
4416
- unknown
4417
- > = z.object({
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 CreateEvalFunctionParams16$Outbound = {
4388
+ export type Sixteen$Outbound = {
4423
4389
  type: string;
4424
4390
  };
4425
4391
 
4426
4392
  /** @internal */
4427
- export const CreateEvalFunctionParams16$outboundSchema: z.ZodType<
4428
- CreateEvalFunctionParams16$Outbound,
4393
+ export const Sixteen$outboundSchema: z.ZodType<
4394
+ Sixteen$Outbound,
4429
4395
  z.ZodTypeDef,
4430
- CreateEvalFunctionParams16
4396
+ Sixteen
4431
4397
  > = z.object({
4432
4398
  type:
4433
4399
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema,
4434
4400
  });
4435
4401
 
4436
- export function createEvalFunctionParams16ToJSON(
4437
- createEvalFunctionParams16: CreateEvalFunctionParams16,
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 createEvalFunctionParams16FromJSON(
4405
+ export function sixteenFromJSON(
4444
4406
  jsonString: string,
4445
- ): SafeParseResult<CreateEvalFunctionParams16, SDKValidationError> {
4407
+ ): SafeParseResult<Sixteen, SDKValidationError> {
4446
4408
  return safeParse(
4447
4409
  jsonString,
4448
- (x) => CreateEvalFunctionParams16$inboundSchema.parse(JSON.parse(x)),
4449
- `Failed to parse 'CreateEvalFunctionParams16' from JSON`,
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 CreateEvalFunctionParams15$inboundSchema: z.ZodType<
4469
- CreateEvalFunctionParams15,
4470
- z.ZodTypeDef,
4471
- unknown
4472
- > = z.object({
4473
- type:
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 CreateEvalFunctionParams15$Outbound = {
4437
+ export type Fifteen$Outbound = {
4479
4438
  type: string;
4480
4439
  pattern: string;
4481
4440
  };
4482
4441
 
4483
4442
  /** @internal */
4484
- export const CreateEvalFunctionParams15$outboundSchema: z.ZodType<
4485
- CreateEvalFunctionParams15$Outbound,
4443
+ export const Fifteen$outboundSchema: z.ZodType<
4444
+ Fifteen$Outbound,
4486
4445
  z.ZodTypeDef,
4487
- CreateEvalFunctionParams15
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 createEvalFunctionParams15ToJSON(
4495
- createEvalFunctionParams15: CreateEvalFunctionParams15,
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 createEvalFunctionParams15FromJSON(
4456
+ export function fifteenFromJSON(
4502
4457
  jsonString: string,
4503
- ): SafeParseResult<CreateEvalFunctionParams15, SDKValidationError> {
4458
+ ): SafeParseResult<Fifteen, SDKValidationError> {
4504
4459
  return safeParse(
4505
4460
  jsonString,
4506
- (x) => CreateEvalFunctionParams15$inboundSchema.parse(JSON.parse(x)),
4507
- `Failed to parse 'CreateEvalFunctionParams15' from JSON`,
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 CreateEvalFunctionParams14$inboundSchema: z.ZodType<
4527
- CreateEvalFunctionParams14,
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 CreateEvalFunctionParams14$Outbound = {
4490
+ export type Fourteen$Outbound = {
4536
4491
  type: string;
4537
4492
  };
4538
4493
 
4539
4494
  /** @internal */
4540
- export const CreateEvalFunctionParams14$outboundSchema: z.ZodType<
4541
- CreateEvalFunctionParams14$Outbound,
4495
+ export const Fourteen$outboundSchema: z.ZodType<
4496
+ Fourteen$Outbound,
4542
4497
  z.ZodTypeDef,
4543
- CreateEvalFunctionParams14
4498
+ Fourteen
4544
4499
  > = z.object({
4545
4500
  type:
4546
4501
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema,
4547
4502
  });
4548
4503
 
4549
- export function createEvalFunctionParams14ToJSON(
4550
- createEvalFunctionParams14: CreateEvalFunctionParams14,
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 createEvalFunctionParams14FromJSON(
4507
+ export function fourteenFromJSON(
4557
4508
  jsonString: string,
4558
- ): SafeParseResult<CreateEvalFunctionParams14, SDKValidationError> {
4509
+ ): SafeParseResult<Fourteen, SDKValidationError> {
4559
4510
  return safeParse(
4560
4511
  jsonString,
4561
- (x) => CreateEvalFunctionParams14$inboundSchema.parse(JSON.parse(x)),
4562
- `Failed to parse 'CreateEvalFunctionParams14' from JSON`,
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 CreateEvalFunctionParams13$inboundSchema: z.ZodType<
4582
- CreateEvalFunctionParams13,
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 CreateEvalFunctionParams13$Outbound = {
4542
+ export type Thirteen$Outbound = {
4592
4543
  type: string;
4593
4544
  value: number;
4594
4545
  };
4595
4546
 
4596
4547
  /** @internal */
4597
- export const CreateEvalFunctionParams13$outboundSchema: z.ZodType<
4598
- CreateEvalFunctionParams13$Outbound,
4548
+ export const Thirteen$outboundSchema: z.ZodType<
4549
+ Thirteen$Outbound,
4599
4550
  z.ZodTypeDef,
4600
- CreateEvalFunctionParams13
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 createEvalFunctionParams13ToJSON(
4608
- createEvalFunctionParams13: CreateEvalFunctionParams13,
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 createEvalFunctionParams13FromJSON(
4561
+ export function thirteenFromJSON(
4615
4562
  jsonString: string,
4616
- ): SafeParseResult<CreateEvalFunctionParams13, SDKValidationError> {
4563
+ ): SafeParseResult<Thirteen, SDKValidationError> {
4617
4564
  return safeParse(
4618
4565
  jsonString,
4619
- (x) => CreateEvalFunctionParams13$inboundSchema.parse(JSON.parse(x)),
4620
- `Failed to parse 'CreateEvalFunctionParams13' from JSON`,
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 CreateEvalFunctionParams12$inboundSchema: z.ZodType<
4640
- CreateEvalFunctionParams12,
4641
- z.ZodTypeDef,
4642
- unknown
4643
- > = z.object({
4644
- type:
4645
- CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema,
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 CreateEvalFunctionParams12$Outbound = {
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 CreateEvalFunctionParams12$outboundSchema: z.ZodType<
4658
- CreateEvalFunctionParams12$Outbound,
4601
+ export const Twelve$outboundSchema: z.ZodType<
4602
+ Twelve$Outbound,
4659
4603
  z.ZodTypeDef,
4660
- CreateEvalFunctionParams12
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 createEvalFunctionParams12ToJSON(
4669
- createEvalFunctionParams12: CreateEvalFunctionParams12,
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 createEvalFunctionParams12FromJSON(
4615
+ export function twelveFromJSON(
4676
4616
  jsonString: string,
4677
- ): SafeParseResult<CreateEvalFunctionParams12, SDKValidationError> {
4617
+ ): SafeParseResult<Twelve, SDKValidationError> {
4678
4618
  return safeParse(
4679
4619
  jsonString,
4680
- (x) => CreateEvalFunctionParams12$inboundSchema.parse(JSON.parse(x)),
4681
- `Failed to parse 'CreateEvalFunctionParams12' from JSON`,
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 CreateEvalFunctionParams11$inboundSchema: z.ZodType<
4701
- CreateEvalFunctionParams11,
4702
- z.ZodTypeDef,
4703
- unknown
4704
- > = z.object({
4705
- type:
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 CreateEvalFunctionParams11$Outbound = {
4647
+ export type Eleven$Outbound = {
4711
4648
  type: string;
4712
4649
  value: number;
4713
4650
  };
4714
4651
 
4715
4652
  /** @internal */
4716
- export const CreateEvalFunctionParams11$outboundSchema: z.ZodType<
4717
- CreateEvalFunctionParams11$Outbound,
4653
+ export const Eleven$outboundSchema: z.ZodType<
4654
+ Eleven$Outbound,
4718
4655
  z.ZodTypeDef,
4719
- CreateEvalFunctionParams11
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 createEvalFunctionParams11ToJSON(
4727
- createEvalFunctionParams11: CreateEvalFunctionParams11,
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 createEvalFunctionParams11FromJSON(
4666
+ export function elevenFromJSON(
4734
4667
  jsonString: string,
4735
- ): SafeParseResult<CreateEvalFunctionParams11, SDKValidationError> {
4668
+ ): SafeParseResult<Eleven, SDKValidationError> {
4736
4669
  return safeParse(
4737
4670
  jsonString,
4738
- (x) => CreateEvalFunctionParams11$inboundSchema.parse(JSON.parse(x)),
4739
- `Failed to parse 'CreateEvalFunctionParams11' from JSON`,
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 CreateEvalFunctionParams10$inboundSchema: z.ZodType<
4759
- CreateEvalFunctionParams10,
4760
- z.ZodTypeDef,
4761
- unknown
4762
- > = z.object({
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 CreateEvalFunctionParams10$Outbound = {
4697
+ export type Ten$Outbound = {
4768
4698
  type: string;
4769
4699
  };
4770
4700
 
4771
4701
  /** @internal */
4772
- export const CreateEvalFunctionParams10$outboundSchema: z.ZodType<
4773
- CreateEvalFunctionParams10$Outbound,
4774
- z.ZodTypeDef,
4775
- CreateEvalFunctionParams10
4776
- > = z.object({
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 createEvalFunctionParams10ToJSON(
4782
- createEvalFunctionParams10: CreateEvalFunctionParams10,
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 createEvalFunctionParams10FromJSON(
4711
+ export function tenFromJSON(
4789
4712
  jsonString: string,
4790
- ): SafeParseResult<CreateEvalFunctionParams10, SDKValidationError> {
4713
+ ): SafeParseResult<Ten, SDKValidationError> {
4791
4714
  return safeParse(
4792
4715
  jsonString,
4793
- (x) => CreateEvalFunctionParams10$inboundSchema.parse(JSON.parse(x)),
4794
- `Failed to parse 'CreateEvalFunctionParams10' from JSON`,
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 CreateEvalFunctionParams9$inboundSchema: z.ZodType<
4814
- CreateEvalFunctionParams9,
4815
- z.ZodTypeDef,
4816
- unknown
4817
- > = z.object({
4818
- type:
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 CreateEvalFunctionParams9$Outbound = {
4743
+ export type Nine$Outbound = {
4824
4744
  type: string;
4825
4745
  value: string;
4826
4746
  };
4827
4747
 
4828
4748
  /** @internal */
4829
- export const CreateEvalFunctionParams9$outboundSchema: z.ZodType<
4830
- CreateEvalFunctionParams9$Outbound,
4831
- z.ZodTypeDef,
4832
- CreateEvalFunctionParams9
4833
- > = z.object({
4834
- type:
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 createEvalFunctionParams9ToJSON(
4840
- createEvalFunctionParams9: CreateEvalFunctionParams9,
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 createEvalFunctionParams9FromJSON(
4759
+ export function nineFromJSON(
4847
4760
  jsonString: string,
4848
- ): SafeParseResult<CreateEvalFunctionParams9, SDKValidationError> {
4761
+ ): SafeParseResult<Nine, SDKValidationError> {
4849
4762
  return safeParse(
4850
4763
  jsonString,
4851
- (x) => CreateEvalFunctionParams9$inboundSchema.parse(JSON.parse(x)),
4852
- `Failed to parse 'CreateEvalFunctionParams9' from JSON`,
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 CreateEvalFunctionParams8$inboundSchema: z.ZodType<
4872
- CreateEvalFunctionParams8,
4873
- z.ZodTypeDef,
4874
- unknown
4875
- > = z.object({
4876
- type:
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 CreateEvalFunctionParams8$Outbound = {
4791
+ export type Eight$Outbound = {
4882
4792
  type: string;
4883
4793
  value: string;
4884
4794
  };
4885
4795
 
4886
4796
  /** @internal */
4887
- export const CreateEvalFunctionParams8$outboundSchema: z.ZodType<
4888
- CreateEvalFunctionParams8$Outbound,
4797
+ export const Eight$outboundSchema: z.ZodType<
4798
+ Eight$Outbound,
4889
4799
  z.ZodTypeDef,
4890
- CreateEvalFunctionParams8
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 createEvalFunctionParams8ToJSON(
4898
- createEvalFunctionParams8: CreateEvalFunctionParams8,
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 createEvalFunctionParams8FromJSON(
4810
+ export function eightFromJSON(
4905
4811
  jsonString: string,
4906
- ): SafeParseResult<CreateEvalFunctionParams8, SDKValidationError> {
4812
+ ): SafeParseResult<Eight, SDKValidationError> {
4907
4813
  return safeParse(
4908
4814
  jsonString,
4909
- (x) => CreateEvalFunctionParams8$inboundSchema.parse(JSON.parse(x)),
4910
- `Failed to parse 'CreateEvalFunctionParams8' from JSON`,
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 CreateEvalFunctionParams7$inboundSchema: z.ZodType<
4930
- CreateEvalFunctionParams7,
4931
- z.ZodTypeDef,
4932
- unknown
4933
- > = z.object({
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 CreateEvalFunctionParams7$Outbound = {
4841
+ export type Seven$Outbound = {
4939
4842
  type: string;
4940
4843
  };
4941
4844
 
4942
4845
  /** @internal */
4943
- export const CreateEvalFunctionParams7$outboundSchema: z.ZodType<
4944
- CreateEvalFunctionParams7$Outbound,
4846
+ export const Seven$outboundSchema: z.ZodType<
4847
+ Seven$Outbound,
4945
4848
  z.ZodTypeDef,
4946
- CreateEvalFunctionParams7
4849
+ Seven
4947
4850
  > = z.object({
4948
4851
  type:
4949
4852
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema,
4950
4853
  });
4951
4854
 
4952
- export function createEvalFunctionParams7ToJSON(
4953
- createEvalFunctionParams7: CreateEvalFunctionParams7,
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 createEvalFunctionParams7FromJSON(
4858
+ export function sevenFromJSON(
4960
4859
  jsonString: string,
4961
- ): SafeParseResult<CreateEvalFunctionParams7, SDKValidationError> {
4860
+ ): SafeParseResult<Seven, SDKValidationError> {
4962
4861
  return safeParse(
4963
4862
  jsonString,
4964
- (x) => CreateEvalFunctionParams7$inboundSchema.parse(JSON.parse(x)),
4965
- `Failed to parse 'CreateEvalFunctionParams7' from JSON`,
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(() => CreateEvalFunctionParams12$inboundSchema),
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(() => CreateEvalFunctionParams8$inboundSchema),
5285
- z.lazy(() => CreateEvalFunctionParams9$inboundSchema),
5286
- z.lazy(() => CreateEvalFunctionParams11$inboundSchema),
5287
- z.lazy(() => CreateEvalFunctionParams13$inboundSchema),
5288
- z.lazy(() => CreateEvalFunctionParams15$inboundSchema),
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(() => CreateEvalFunctionParams7$inboundSchema),
5294
- z.lazy(() => CreateEvalFunctionParams10$inboundSchema),
5295
- z.lazy(() => CreateEvalFunctionParams14$inboundSchema),
5296
- z.lazy(() => CreateEvalFunctionParams16$inboundSchema),
5297
- z.lazy(() => CreateEvalFunctionParams17$inboundSchema),
5298
- z.lazy(() => CreateEvalFunctionParams18$inboundSchema),
5299
- z.lazy(() => CreateEvalFunctionParams19$inboundSchema),
5300
- z.lazy(() => CreateEvalFunctionParams20$inboundSchema),
5301
- z.lazy(() => CreateEvalFunctionParams21$inboundSchema),
5302
- z.lazy(() => CreateEvalFunctionParams22$inboundSchema),
5303
- z.lazy(() => CreateEvalFunctionParams23$inboundSchema),
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
- | CreateEvalFunctionParams12$Outbound
5216
+ | Twelve$Outbound
5318
5217
  | CreateEvalFunctionParams1$Outbound
5319
5218
  | CreateEvalFunctionParams2$Outbound
5320
5219
  | CreateEvalFunctionParams3$Outbound
5321
5220
  | CreateEvalFunctionParams4$Outbound
5322
- | CreateEvalFunctionParams8$Outbound
5323
- | CreateEvalFunctionParams9$Outbound
5324
- | CreateEvalFunctionParams11$Outbound
5325
- | CreateEvalFunctionParams13$Outbound
5326
- | CreateEvalFunctionParams15$Outbound
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
- | CreateEvalFunctionParams7$Outbound
5332
- | CreateEvalFunctionParams10$Outbound
5333
- | CreateEvalFunctionParams14$Outbound
5334
- | CreateEvalFunctionParams16$Outbound
5335
- | CreateEvalFunctionParams17$Outbound
5336
- | CreateEvalFunctionParams18$Outbound
5337
- | CreateEvalFunctionParams19$Outbound
5338
- | CreateEvalFunctionParams20$Outbound
5339
- | CreateEvalFunctionParams21$Outbound
5340
- | CreateEvalFunctionParams22$Outbound
5341
- | CreateEvalFunctionParams23$Outbound
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(() => CreateEvalFunctionParams12$outboundSchema),
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(() => CreateEvalFunctionParams8$outboundSchema),
5365
- z.lazy(() => CreateEvalFunctionParams9$outboundSchema),
5366
- z.lazy(() => CreateEvalFunctionParams11$outboundSchema),
5367
- z.lazy(() => CreateEvalFunctionParams13$outboundSchema),
5368
- z.lazy(() => CreateEvalFunctionParams15$outboundSchema),
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(() => CreateEvalFunctionParams7$outboundSchema),
5374
- z.lazy(() => CreateEvalFunctionParams10$outboundSchema),
5375
- z.lazy(() => CreateEvalFunctionParams14$outboundSchema),
5376
- z.lazy(() => CreateEvalFunctionParams16$outboundSchema),
5377
- z.lazy(() => CreateEvalFunctionParams17$outboundSchema),
5378
- z.lazy(() => CreateEvalFunctionParams18$outboundSchema),
5379
- z.lazy(() => CreateEvalFunctionParams19$outboundSchema),
5380
- z.lazy(() => CreateEvalFunctionParams20$outboundSchema),
5381
- z.lazy(() => CreateEvalFunctionParams21$outboundSchema),
5382
- z.lazy(() => CreateEvalFunctionParams22$outboundSchema),
5383
- z.lazy(() => CreateEvalFunctionParams23$outboundSchema),
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-16T16:11:24.823Z"),
5418
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
5316
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
5317
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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(() => CreateEvalFunctionParams12$inboundSchema),
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(() => CreateEvalFunctionParams8$inboundSchema),
5435
- z.lazy(() => CreateEvalFunctionParams9$inboundSchema),
5436
- z.lazy(() => CreateEvalFunctionParams11$inboundSchema),
5437
- z.lazy(() => CreateEvalFunctionParams13$inboundSchema),
5438
- z.lazy(() => CreateEvalFunctionParams15$inboundSchema),
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(() => CreateEvalFunctionParams7$inboundSchema),
5444
- z.lazy(() => CreateEvalFunctionParams10$inboundSchema),
5445
- z.lazy(() => CreateEvalFunctionParams14$inboundSchema),
5446
- z.lazy(() => CreateEvalFunctionParams16$inboundSchema),
5447
- z.lazy(() => CreateEvalFunctionParams17$inboundSchema),
5448
- z.lazy(() => CreateEvalFunctionParams18$inboundSchema),
5449
- z.lazy(() => CreateEvalFunctionParams19$inboundSchema),
5450
- z.lazy(() => CreateEvalFunctionParams20$inboundSchema),
5451
- z.lazy(() => CreateEvalFunctionParams21$inboundSchema),
5452
- z.lazy(() => CreateEvalFunctionParams22$inboundSchema),
5453
- z.lazy(() => CreateEvalFunctionParams23$inboundSchema),
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
- | CreateEvalFunctionParams12$Outbound
5384
+ | Twelve$Outbound
5486
5385
  | CreateEvalFunctionParams1$Outbound
5487
5386
  | CreateEvalFunctionParams2$Outbound
5488
5387
  | CreateEvalFunctionParams3$Outbound
5489
5388
  | CreateEvalFunctionParams4$Outbound
5490
- | CreateEvalFunctionParams8$Outbound
5491
- | CreateEvalFunctionParams9$Outbound
5492
- | CreateEvalFunctionParams11$Outbound
5493
- | CreateEvalFunctionParams13$Outbound
5494
- | CreateEvalFunctionParams15$Outbound
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
- | CreateEvalFunctionParams7$Outbound
5500
- | CreateEvalFunctionParams10$Outbound
5501
- | CreateEvalFunctionParams14$Outbound
5502
- | CreateEvalFunctionParams16$Outbound
5503
- | CreateEvalFunctionParams17$Outbound
5504
- | CreateEvalFunctionParams18$Outbound
5505
- | CreateEvalFunctionParams19$Outbound
5506
- | CreateEvalFunctionParams20$Outbound
5507
- | CreateEvalFunctionParams21$Outbound
5508
- | CreateEvalFunctionParams22$Outbound
5509
- | CreateEvalFunctionParams23$Outbound
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-16T16:11:24.823Z"),
5532
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
5430
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
5431
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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(() => CreateEvalFunctionParams12$outboundSchema),
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(() => CreateEvalFunctionParams8$outboundSchema),
5549
- z.lazy(() => CreateEvalFunctionParams9$outboundSchema),
5550
- z.lazy(() => CreateEvalFunctionParams11$outboundSchema),
5551
- z.lazy(() => CreateEvalFunctionParams13$outboundSchema),
5552
- z.lazy(() => CreateEvalFunctionParams15$outboundSchema),
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(() => CreateEvalFunctionParams7$outboundSchema),
5558
- z.lazy(() => CreateEvalFunctionParams10$outboundSchema),
5559
- z.lazy(() => CreateEvalFunctionParams14$outboundSchema),
5560
- z.lazy(() => CreateEvalFunctionParams16$outboundSchema),
5561
- z.lazy(() => CreateEvalFunctionParams17$outboundSchema),
5562
- z.lazy(() => CreateEvalFunctionParams18$outboundSchema),
5563
- z.lazy(() => CreateEvalFunctionParams19$outboundSchema),
5564
- z.lazy(() => CreateEvalFunctionParams20$outboundSchema),
5565
- z.lazy(() => CreateEvalFunctionParams21$outboundSchema),
5566
- z.lazy(() => CreateEvalFunctionParams22$outboundSchema),
5567
- z.lazy(() => CreateEvalFunctionParams23$outboundSchema),
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-16T16:11:24.823Z"),
5850
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
5748
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
5749
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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-16T16:11:24.823Z"),
5892
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
5790
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
5791
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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-16T16:11:24.823Z"),
6173
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
6071
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
6072
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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-16T16:11:24.823Z"),
6221
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
6119
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
6120
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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-16T16:11:24.823Z"),
6478
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
6376
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
6377
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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-16T16:11:24.823Z"),
6518
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
6416
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
6417
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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-16T16:11:24.823Z"),
6757
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
6655
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
6656
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
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-16T16:11:24.823Z"),
6797
- updated: z.string().default("2025-11-16T16:11:24.823Z"),
6695
+ created: z.string().default("2025-11-18T22:06:36.623Z"),
6696
+ updated: z.string().default("2025-11-18T22:06:36.623Z"),
6798
6697
  guardrailConfig: z.union([
6799
6698
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
6800
6699
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),