@orq-ai/node 4.0.0-rc.44 → 4.0.0-rc.46

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