@orq-ai/node 3.14.0-rc.0 → 3.14.0-rc.2

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 (225) hide show
  1. package/bin/mcp-server.js +529 -273
  2. package/bin/mcp-server.js.map +66 -66
  3. package/docs/sdks/tools/README.md +14 -16
  4. package/examples/package-lock.json +1 -1
  5. package/funcs/toolsDelete.js +2 -2
  6. package/funcs/toolsDelete.js.map +1 -1
  7. package/funcs/toolsDuplicate.d.ts +1 -1
  8. package/funcs/toolsDuplicate.js +3 -3
  9. package/funcs/toolsDuplicate.js.map +1 -1
  10. package/funcs/toolsRetrieve.d.ts +1 -1
  11. package/funcs/toolsRetrieve.js +3 -3
  12. package/funcs/toolsRetrieve.js.map +1 -1
  13. package/funcs/toolsUpdate.js +2 -2
  14. package/funcs/toolsUpdate.js.map +1 -1
  15. package/jsr.json +1 -1
  16. package/lib/config.d.ts +3 -3
  17. package/lib/config.js +3 -3
  18. package/lib/config.js.map +1 -1
  19. package/mcp-server/mcp-server.js +1 -1
  20. package/mcp-server/server.js +1 -1
  21. package/mcp-server/tools/toolsDuplicate.js +1 -1
  22. package/mcp-server/tools/toolsDuplicate.js.map +1 -1
  23. package/mcp-server/tools/toolsRetrieve.js +1 -1
  24. package/mcp-server/tools/toolsRetrieve.js.map +1 -1
  25. package/models/operations/createbudget.js +2 -2
  26. package/models/operations/createcontact.js +2 -2
  27. package/models/operations/createdataset.js +2 -2
  28. package/models/operations/createdatasetitem.js +2 -2
  29. package/models/operations/createdatasource.js +2 -2
  30. package/models/operations/createeval.js +28 -28
  31. package/models/operations/createprompt.d.ts +4 -0
  32. package/models/operations/createprompt.d.ts.map +1 -1
  33. package/models/operations/createprompt.js +4 -0
  34. package/models/operations/createprompt.js.map +1 -1
  35. package/models/operations/createtool.d.ts +0 -4
  36. package/models/operations/createtool.d.ts.map +1 -1
  37. package/models/operations/createtool.js +10 -18
  38. package/models/operations/createtool.js.map +1 -1
  39. package/models/operations/deletetool.d.ts +2 -2
  40. package/models/operations/deletetool.d.ts.map +1 -1
  41. package/models/operations/deletetool.js +4 -4
  42. package/models/operations/deletetool.js.map +1 -1
  43. package/models/operations/deploymentgetconfig.d.ts +2 -0
  44. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  45. package/models/operations/deploymentgetconfig.js +2 -0
  46. package/models/operations/deploymentgetconfig.js.map +1 -1
  47. package/models/operations/deployments.d.ts +2 -0
  48. package/models/operations/deployments.d.ts.map +1 -1
  49. package/models/operations/deployments.js +2 -0
  50. package/models/operations/deployments.js.map +1 -1
  51. package/models/operations/duplicatetool.d.ts +3 -3
  52. package/models/operations/duplicatetool.d.ts.map +1 -1
  53. package/models/operations/duplicatetool.js +20 -12
  54. package/models/operations/duplicatetool.js.map +1 -1
  55. package/models/operations/evalsageappropriate.d.ts +25 -0
  56. package/models/operations/evalsageappropriate.d.ts.map +1 -1
  57. package/models/operations/evalsageappropriate.js +41 -1
  58. package/models/operations/evalsageappropriate.js.map +1 -1
  59. package/models/operations/evalsbotdetection.d.ts +25 -0
  60. package/models/operations/evalsbotdetection.d.ts.map +1 -1
  61. package/models/operations/evalsbotdetection.js +41 -1
  62. package/models/operations/evalsbotdetection.js.map +1 -1
  63. package/models/operations/evalsfactcheckingknowledgebase.d.ts +25 -0
  64. package/models/operations/evalsfactcheckingknowledgebase.d.ts.map +1 -1
  65. package/models/operations/evalsfactcheckingknowledgebase.js +41 -1
  66. package/models/operations/evalsfactcheckingknowledgebase.js.map +1 -1
  67. package/models/operations/evalsgrammar.d.ts +25 -0
  68. package/models/operations/evalsgrammar.d.ts.map +1 -1
  69. package/models/operations/evalsgrammar.js +41 -1
  70. package/models/operations/evalsgrammar.js.map +1 -1
  71. package/models/operations/evalslocalization.d.ts +25 -0
  72. package/models/operations/evalslocalization.d.ts.map +1 -1
  73. package/models/operations/evalslocalization.js +41 -1
  74. package/models/operations/evalslocalization.js.map +1 -1
  75. package/models/operations/evalspii.d.ts +25 -0
  76. package/models/operations/evalspii.d.ts.map +1 -1
  77. package/models/operations/evalspii.js +41 -1
  78. package/models/operations/evalspii.js.map +1 -1
  79. package/models/operations/evalssentimentclassification.d.ts +25 -0
  80. package/models/operations/evalssentimentclassification.d.ts.map +1 -1
  81. package/models/operations/evalssentimentclassification.js +41 -1
  82. package/models/operations/evalssentimentclassification.js.map +1 -1
  83. package/models/operations/evalssummarization.d.ts +25 -0
  84. package/models/operations/evalssummarization.d.ts.map +1 -1
  85. package/models/operations/evalssummarization.js +41 -1
  86. package/models/operations/evalssummarization.js.map +1 -1
  87. package/models/operations/evalstoneofvoice.d.ts +25 -0
  88. package/models/operations/evalstoneofvoice.d.ts.map +1 -1
  89. package/models/operations/evalstoneofvoice.js +41 -1
  90. package/models/operations/evalstoneofvoice.js.map +1 -1
  91. package/models/operations/evalstranslation.d.ts +25 -0
  92. package/models/operations/evalstranslation.d.ts.map +1 -1
  93. package/models/operations/evalstranslation.js +41 -1
  94. package/models/operations/evalstranslation.js.map +1 -1
  95. package/models/operations/fileget.js +2 -2
  96. package/models/operations/filelist.js +2 -2
  97. package/models/operations/fileupload.js +2 -2
  98. package/models/operations/getagent.js +2 -2
  99. package/models/operations/getallprompts.d.ts +2 -0
  100. package/models/operations/getallprompts.d.ts.map +1 -1
  101. package/models/operations/getallprompts.js +2 -0
  102. package/models/operations/getallprompts.js.map +1 -1
  103. package/models/operations/getalltools.js +10 -10
  104. package/models/operations/getbudget.js +2 -2
  105. package/models/operations/getevals.js +28 -28
  106. package/models/operations/getoneprompt.d.ts +2 -0
  107. package/models/operations/getoneprompt.d.ts.map +1 -1
  108. package/models/operations/getoneprompt.js +2 -0
  109. package/models/operations/getoneprompt.js.map +1 -1
  110. package/models/operations/getpromptversion.d.ts +2 -0
  111. package/models/operations/getpromptversion.d.ts.map +1 -1
  112. package/models/operations/getpromptversion.js +2 -0
  113. package/models/operations/getpromptversion.js.map +1 -1
  114. package/models/operations/invokeeval.d.ts +29 -0
  115. package/models/operations/invokeeval.d.ts.map +1 -1
  116. package/models/operations/invokeeval.js +55 -2
  117. package/models/operations/invokeeval.js.map +1 -1
  118. package/models/operations/listagents.js +2 -2
  119. package/models/operations/listbudgets.js +2 -2
  120. package/models/operations/listcontacts.js +2 -2
  121. package/models/operations/listdatasetdatapoints.js +2 -2
  122. package/models/operations/listdatasets.js +2 -2
  123. package/models/operations/listdatasources.js +2 -2
  124. package/models/operations/listpromptversions.d.ts +2 -0
  125. package/models/operations/listpromptversions.d.ts.map +1 -1
  126. package/models/operations/listpromptversions.js +2 -0
  127. package/models/operations/listpromptversions.js.map +1 -1
  128. package/models/operations/retrievecontact.js +2 -2
  129. package/models/operations/retrievedatapoint.js +2 -2
  130. package/models/operations/retrievedataset.js +2 -2
  131. package/models/operations/retrievedatasource.js +2 -2
  132. package/models/operations/retrievetool.d.ts +2 -2
  133. package/models/operations/retrievetool.d.ts.map +1 -1
  134. package/models/operations/retrievetool.js +14 -14
  135. package/models/operations/retrievetool.js.map +1 -1
  136. package/models/operations/runagent.d.ts +0 -2
  137. package/models/operations/runagent.d.ts.map +1 -1
  138. package/models/operations/runagent.js +0 -4
  139. package/models/operations/runagent.js.map +1 -1
  140. package/models/operations/streamrunagent.d.ts +0 -2
  141. package/models/operations/streamrunagent.d.ts.map +1 -1
  142. package/models/operations/streamrunagent.js +0 -4
  143. package/models/operations/streamrunagent.js.map +1 -1
  144. package/models/operations/updatebudget.js +2 -2
  145. package/models/operations/updatecontact.js +2 -2
  146. package/models/operations/updatedatapoint.js +2 -2
  147. package/models/operations/updatedataset.js +2 -2
  148. package/models/operations/updatedatasource.js +2 -2
  149. package/models/operations/updateeval.js +28 -28
  150. package/models/operations/updateprompt.d.ts +4 -0
  151. package/models/operations/updateprompt.d.ts.map +1 -1
  152. package/models/operations/updateprompt.js +4 -0
  153. package/models/operations/updateprompt.js.map +1 -1
  154. package/models/operations/updatetool.d.ts +22 -6
  155. package/models/operations/updatetool.d.ts.map +1 -1
  156. package/models/operations/updatetool.js +22 -22
  157. package/models/operations/updatetool.js.map +1 -1
  158. package/package.json +1 -1
  159. package/sdk/tools.d.ts +2 -2
  160. package/sdk/tools.js +2 -2
  161. package/src/funcs/toolsDelete.ts +2 -2
  162. package/src/funcs/toolsDuplicate.ts +3 -3
  163. package/src/funcs/toolsRetrieve.ts +3 -3
  164. package/src/funcs/toolsUpdate.ts +2 -2
  165. package/src/lib/config.ts +3 -3
  166. package/src/mcp-server/mcp-server.ts +1 -1
  167. package/src/mcp-server/server.ts +1 -1
  168. package/src/mcp-server/tools/toolsDuplicate.ts +1 -1
  169. package/src/mcp-server/tools/toolsRetrieve.ts +1 -1
  170. package/src/models/operations/createbudget.ts +2 -2
  171. package/src/models/operations/createcontact.ts +2 -2
  172. package/src/models/operations/createdataset.ts +2 -2
  173. package/src/models/operations/createdatasetitem.ts +2 -2
  174. package/src/models/operations/createdatasource.ts +2 -2
  175. package/src/models/operations/createeval.ts +28 -28
  176. package/src/models/operations/createprompt.ts +8 -0
  177. package/src/models/operations/createtool.ts +10 -22
  178. package/src/models/operations/deletetool.ts +6 -6
  179. package/src/models/operations/deploymentgetconfig.ts +4 -0
  180. package/src/models/operations/deployments.ts +4 -0
  181. package/src/models/operations/duplicatetool.ts +23 -15
  182. package/src/models/operations/evalsageappropriate.ts +67 -0
  183. package/src/models/operations/evalsbotdetection.ts +73 -0
  184. package/src/models/operations/evalsfactcheckingknowledgebase.ts +90 -0
  185. package/src/models/operations/evalsgrammar.ts +71 -0
  186. package/src/models/operations/evalslocalization.ts +73 -0
  187. package/src/models/operations/evalspii.ts +71 -0
  188. package/src/models/operations/evalssentimentclassification.ts +89 -0
  189. package/src/models/operations/evalssummarization.ts +76 -0
  190. package/src/models/operations/evalstoneofvoice.ts +73 -0
  191. package/src/models/operations/evalstranslation.ts +73 -0
  192. package/src/models/operations/fileget.ts +2 -2
  193. package/src/models/operations/filelist.ts +2 -2
  194. package/src/models/operations/fileupload.ts +2 -2
  195. package/src/models/operations/getagent.ts +2 -2
  196. package/src/models/operations/getallprompts.ts +4 -0
  197. package/src/models/operations/getalltools.ts +10 -10
  198. package/src/models/operations/getbudget.ts +2 -2
  199. package/src/models/operations/getevals.ts +28 -28
  200. package/src/models/operations/getoneprompt.ts +4 -0
  201. package/src/models/operations/getpromptversion.ts +4 -0
  202. package/src/models/operations/invokeeval.ts +88 -0
  203. package/src/models/operations/listagents.ts +2 -2
  204. package/src/models/operations/listbudgets.ts +2 -2
  205. package/src/models/operations/listcontacts.ts +2 -2
  206. package/src/models/operations/listdatasetdatapoints.ts +2 -2
  207. package/src/models/operations/listdatasets.ts +2 -2
  208. package/src/models/operations/listdatasources.ts +2 -2
  209. package/src/models/operations/listpromptversions.ts +4 -0
  210. package/src/models/operations/retrievecontact.ts +2 -2
  211. package/src/models/operations/retrievedatapoint.ts +2 -2
  212. package/src/models/operations/retrievedataset.ts +2 -2
  213. package/src/models/operations/retrievedatasource.ts +2 -2
  214. package/src/models/operations/retrievetool.ts +16 -16
  215. package/src/models/operations/runagent.ts +0 -6
  216. package/src/models/operations/streamrunagent.ts +0 -6
  217. package/src/models/operations/updatebudget.ts +2 -2
  218. package/src/models/operations/updatecontact.ts +2 -2
  219. package/src/models/operations/updatedatapoint.ts +2 -2
  220. package/src/models/operations/updatedataset.ts +2 -2
  221. package/src/models/operations/updatedatasource.ts +2 -2
  222. package/src/models/operations/updateeval.ts +28 -28
  223. package/src/models/operations/updateprompt.ts +8 -0
  224. package/src/models/operations/updatetool.ts +44 -28
  225. package/src/sdk/tools.ts +2 -2
package/bin/mcp-server.js CHANGED
@@ -34203,9 +34203,9 @@ var init_config = __esm(() => {
34203
34203
  SDK_METADATA = {
34204
34204
  language: "typescript",
34205
34205
  openapiDocVersion: "2.0",
34206
- sdkVersion: "3.14.0-rc.0",
34207
- genVersion: "2.716.16",
34208
- userAgent: "speakeasy-sdk/typescript 3.14.0-rc.0 2.716.16 2.0 @orq-ai/node"
34206
+ sdkVersion: "3.14.0-rc.2",
34207
+ genVersion: "2.720.1",
34208
+ userAgent: "speakeasy-sdk/typescript 3.14.0-rc.2 2.720.1 2.0 @orq-ai/node"
34209
34209
  };
34210
34210
  });
34211
34211
 
@@ -35891,7 +35891,7 @@ var init_createbudget = __esm(() => {
35891
35891
  is_active: booleanType(),
35892
35892
  consumption: lazyType(() => Consumption$inboundSchema).optional(),
35893
35893
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
35894
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
35894
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
35895
35895
  }).transform((v2) => {
35896
35896
  return remap(v2, {
35897
35897
  _id: "id",
@@ -35907,7 +35907,7 @@ var init_createbudget = __esm(() => {
35907
35907
  isActive: booleanType(),
35908
35908
  consumption: lazyType(() => Consumption$outboundSchema).optional(),
35909
35909
  created: dateType().transform((v2) => v2.toISOString()).optional(),
35910
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
35910
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
35911
35911
  }).transform((v2) => {
35912
35912
  return remap(v2, {
35913
35913
  id: "_id",
@@ -36078,7 +36078,7 @@ var init_createcontact = __esm(() => {
36078
36078
  tags: arrayType(stringType()).optional(),
36079
36079
  metadata: recordType(anyType()).optional(),
36080
36080
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
36081
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
36081
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
36082
36082
  }).transform((v2) => {
36083
36083
  return remap(v2, {
36084
36084
  _id: "id",
@@ -36098,7 +36098,7 @@ var init_createcontact = __esm(() => {
36098
36098
  tags: arrayType(stringType()).optional(),
36099
36099
  metadata: recordType(anyType()).optional(),
36100
36100
  created: dateType().transform((v2) => v2.toISOString()).optional(),
36101
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
36101
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
36102
36102
  }).transform((v2) => {
36103
36103
  return remap(v2, {
36104
36104
  id: "_id",
@@ -36170,7 +36170,7 @@ var init_createdataset = __esm(() => {
36170
36170
  updated_by_id: stringType().optional(),
36171
36171
  metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
36172
36172
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
36173
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
36173
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
36174
36174
  }).transform((v2) => {
36175
36175
  return remap(v2, {
36176
36176
  _id: "id",
@@ -36190,7 +36190,7 @@ var init_createdataset = __esm(() => {
36190
36190
  updatedById: stringType().optional(),
36191
36191
  metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
36192
36192
  created: dateType().transform((v2) => v2.toISOString()).optional(),
36193
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
36193
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
36194
36194
  }).transform((v2) => {
36195
36195
  return remap(v2, {
36196
36196
  id: "_id",
@@ -37596,7 +37596,7 @@ var init_createdatasetitem = __esm(() => {
37596
37596
  created_by_id: stringType().optional(),
37597
37597
  updated_by_id: stringType().optional(),
37598
37598
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
37599
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
37599
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
37600
37600
  }).transform((v2) => {
37601
37601
  return remap(v2, {
37602
37602
  _id: "id",
@@ -37623,7 +37623,7 @@ var init_createdatasetitem = __esm(() => {
37623
37623
  createdById: stringType().optional(),
37624
37624
  updatedById: stringType().optional(),
37625
37625
  created: dateType().transform((v2) => v2.toISOString()).optional(),
37626
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
37626
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
37627
37627
  }).transform((v2) => {
37628
37628
  return remap(v2, {
37629
37629
  id: "_id",
@@ -37845,7 +37845,7 @@ var init_createdatasource = __esm(() => {
37845
37845
  CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
37846
37846
  })(CreateDatasourceStatus$ ||= {});
37847
37847
  CreateDatasourceResponseBody$inboundSchema = objectType({
37848
- _id: stringType().default("01K6G1JW6634N79XXJAB8AYK2D"),
37848
+ _id: stringType().default("01K6JFC6RY3TQJ3JS6Q7SSYY99"),
37849
37849
  display_name: stringType(),
37850
37850
  description: stringType().optional(),
37851
37851
  status: CreateDatasourceStatus$inboundSchema,
@@ -37868,7 +37868,7 @@ var init_createdatasource = __esm(() => {
37868
37868
  });
37869
37869
  });
37870
37870
  CreateDatasourceResponseBody$outboundSchema = objectType({
37871
- id: stringType().default("01K6G1JW6634N79XXJAB8AYK2D"),
37871
+ id: stringType().default("01K6JFC6RY3TQJ3JS6Q7SSYY99"),
37872
37872
  displayName: stringType(),
37873
37873
  description: stringType().optional(),
37874
37874
  status: CreateDatasourceStatus$outboundSchema,
@@ -38771,8 +38771,8 @@ var init_createeval = __esm(() => {
38771
38771
  Typescript$inboundSchema = objectType({
38772
38772
  _id: stringType(),
38773
38773
  description: stringType(),
38774
- created: stringType().default("2025-10-01T14:07:18.307Z"),
38775
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
38774
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
38775
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
38776
38776
  guardrail_config: unionType([
38777
38777
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
38778
38778
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
@@ -38789,8 +38789,8 @@ var init_createeval = __esm(() => {
38789
38789
  Typescript$outboundSchema = objectType({
38790
38790
  id: stringType(),
38791
38791
  description: stringType(),
38792
- created: stringType().default("2025-10-01T14:07:18.307Z"),
38793
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
38792
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
38793
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
38794
38794
  guardrailConfig: unionType([
38795
38795
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
38796
38796
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
@@ -38883,8 +38883,8 @@ var init_createeval = __esm(() => {
38883
38883
  Ragas$inboundSchema = objectType({
38884
38884
  _id: stringType(),
38885
38885
  description: stringType(),
38886
- created: stringType().default("2025-10-01T14:07:18.307Z"),
38887
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
38886
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
38887
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
38888
38888
  guardrail_config: unionType([
38889
38889
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
38890
38890
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
@@ -38903,8 +38903,8 @@ var init_createeval = __esm(() => {
38903
38903
  Ragas$outboundSchema = objectType({
38904
38904
  id: stringType(),
38905
38905
  description: stringType(),
38906
- created: stringType().default("2025-10-01T14:07:18.307Z"),
38907
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
38906
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
38907
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
38908
38908
  guardrailConfig: unionType([
38909
38909
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
38910
38910
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
@@ -39657,8 +39657,8 @@ var init_createeval = __esm(() => {
39657
39657
  ResponseBodyFunction$inboundSchema = objectType({
39658
39658
  _id: stringType(),
39659
39659
  description: stringType(),
39660
- created: stringType().default("2025-10-01T14:07:18.307Z"),
39661
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
39660
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
39661
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
39662
39662
  guardrail_config: unionType([
39663
39663
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
39664
39664
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
@@ -39712,8 +39712,8 @@ var init_createeval = __esm(() => {
39712
39712
  ResponseBodyFunction$outboundSchema = objectType({
39713
39713
  id: stringType(),
39714
39714
  description: stringType(),
39715
- created: stringType().default("2025-10-01T14:07:18.307Z"),
39716
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
39715
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
39716
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
39717
39717
  guardrailConfig: unionType([
39718
39718
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
39719
39719
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
@@ -39837,8 +39837,8 @@ var init_createeval = __esm(() => {
39837
39837
  ResponseBodyPython$inboundSchema = objectType({
39838
39838
  _id: stringType(),
39839
39839
  description: stringType(),
39840
- created: stringType().default("2025-10-01T14:07:18.307Z"),
39841
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
39840
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
39841
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
39842
39842
  guardrail_config: unionType([
39843
39843
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
39844
39844
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
@@ -39855,8 +39855,8 @@ var init_createeval = __esm(() => {
39855
39855
  ResponseBodyPython$outboundSchema = objectType({
39856
39856
  id: stringType(),
39857
39857
  description: stringType(),
39858
- created: stringType().default("2025-10-01T14:07:18.307Z"),
39859
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
39858
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
39859
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
39860
39860
  guardrailConfig: unionType([
39861
39861
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
39862
39862
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
@@ -39949,8 +39949,8 @@ var init_createeval = __esm(() => {
39949
39949
  ResponseBodyHTTP$inboundSchema = objectType({
39950
39950
  _id: stringType(),
39951
39951
  description: stringType(),
39952
- created: stringType().default("2025-10-01T14:07:18.307Z"),
39953
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
39952
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
39953
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
39954
39954
  guardrail_config: unionType([
39955
39955
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
39956
39956
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
@@ -39970,8 +39970,8 @@ var init_createeval = __esm(() => {
39970
39970
  ResponseBodyHTTP$outboundSchema = objectType({
39971
39971
  id: stringType(),
39972
39972
  description: stringType(),
39973
- created: stringType().default("2025-10-01T14:07:18.307Z"),
39974
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
39973
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
39974
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
39975
39975
  guardrailConfig: unionType([
39976
39976
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
39977
39977
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
@@ -40061,8 +40061,8 @@ var init_createeval = __esm(() => {
40061
40061
  ResponseBodyJSON$inboundSchema = objectType({
40062
40062
  _id: stringType(),
40063
40063
  description: stringType(),
40064
- created: stringType().default("2025-10-01T14:07:18.307Z"),
40065
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
40064
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
40065
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
40066
40066
  guardrail_config: unionType([
40067
40067
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
40068
40068
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
@@ -40079,8 +40079,8 @@ var init_createeval = __esm(() => {
40079
40079
  ResponseBodyJSON$outboundSchema = objectType({
40080
40080
  id: stringType(),
40081
40081
  description: stringType(),
40082
- created: stringType().default("2025-10-01T14:07:18.307Z"),
40083
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
40082
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
40083
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
40084
40084
  guardrailConfig: unionType([
40085
40085
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
40086
40086
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
@@ -40167,8 +40167,8 @@ var init_createeval = __esm(() => {
40167
40167
  ResponseBodyLLM$inboundSchema = objectType({
40168
40168
  _id: stringType(),
40169
40169
  description: stringType(),
40170
- created: stringType().default("2025-10-01T14:07:18.307Z"),
40171
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
40170
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
40171
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
40172
40172
  guardrail_config: unionType([
40173
40173
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
40174
40174
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
@@ -40186,8 +40186,8 @@ var init_createeval = __esm(() => {
40186
40186
  ResponseBodyLLM$outboundSchema = objectType({
40187
40187
  id: stringType(),
40188
40188
  description: stringType(),
40189
- created: stringType().default("2025-10-01T14:07:18.307Z"),
40190
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
40189
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
40190
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
40191
40191
  guardrailConfig: unionType([
40192
40192
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
40193
40193
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
@@ -41767,11 +41767,13 @@ var init_createprompt = __esm(() => {
41767
41767
  })(OneType$ ||= {});
41768
41768
  JsonSchema$inboundSchema = objectType({
41769
41769
  name: stringType(),
41770
+ description: stringType().optional(),
41770
41771
  strict: booleanType().optional(),
41771
41772
  schema: recordType(anyType())
41772
41773
  });
41773
41774
  JsonSchema$outboundSchema = objectType({
41774
41775
  name: stringType(),
41776
+ description: stringType().optional(),
41775
41777
  strict: booleanType().optional(),
41776
41778
  schema: recordType(anyType())
41777
41779
  });
@@ -42313,11 +42315,13 @@ var init_createprompt = __esm(() => {
42313
42315
  })(CreatePrompt1PromptsResponseType$ ||= {});
42314
42316
  CreatePrompt1JsonSchema$inboundSchema = objectType({
42315
42317
  name: stringType(),
42318
+ description: stringType().optional(),
42316
42319
  strict: booleanType().optional(),
42317
42320
  schema: recordType(anyType())
42318
42321
  });
42319
42322
  CreatePrompt1JsonSchema$outboundSchema = objectType({
42320
42323
  name: stringType(),
42324
+ description: stringType().optional(),
42321
42325
  strict: booleanType().optional(),
42322
42326
  schema: recordType(anyType())
42323
42327
  });
@@ -43219,7 +43223,6 @@ var init_createtool = __esm(() => {
43219
43223
  CreateToolRequestBodyHttp$.outboundSchema = CreateToolRequestBodyHttp$outboundSchema;
43220
43224
  })(CreateToolRequestBodyHttp$ ||= {});
43221
43225
  RequestBody3$inboundSchema = objectType({
43222
- _id: stringType().default("01K6G1JW9SRC5VK6MXM5CGZDRH"),
43223
43226
  path: stringType(),
43224
43227
  key: stringType(),
43225
43228
  display_name: stringType(),
@@ -43229,12 +43232,10 @@ var init_createtool = __esm(() => {
43229
43232
  http: lazyType(() => CreateToolRequestBodyHttp$inboundSchema)
43230
43233
  }).transform((v2) => {
43231
43234
  return remap(v2, {
43232
- _id: "id",
43233
43235
  display_name: "displayName"
43234
43236
  });
43235
43237
  });
43236
43238
  RequestBody3$outboundSchema = objectType({
43237
- id: stringType().default("01K6G1JW9SRC5VK6MXM5CGZDRH"),
43238
43239
  path: stringType(),
43239
43240
  key: stringType(),
43240
43241
  displayName: stringType(),
@@ -43244,7 +43245,6 @@ var init_createtool = __esm(() => {
43244
43245
  http: lazyType(() => CreateToolRequestBodyHttp$outboundSchema)
43245
43246
  }).transform((v2) => {
43246
43247
  return remap(v2, {
43247
- id: "_id",
43248
43248
  displayName: "display_name"
43249
43249
  });
43250
43250
  });
@@ -43281,7 +43281,6 @@ var init_createtool = __esm(() => {
43281
43281
  RequestBodyJsonSchema$.outboundSchema = RequestBodyJsonSchema$outboundSchema;
43282
43282
  })(RequestBodyJsonSchema$ ||= {});
43283
43283
  RequestBody2$inboundSchema = objectType({
43284
- _id: stringType().default("01K6G1JW9SKST4X065GZ7DK0QR"),
43285
43284
  path: stringType(),
43286
43285
  key: stringType(),
43287
43286
  display_name: stringType(),
@@ -43291,13 +43290,11 @@ var init_createtool = __esm(() => {
43291
43290
  json_schema: lazyType(() => RequestBodyJsonSchema$inboundSchema)
43292
43291
  }).transform((v2) => {
43293
43292
  return remap(v2, {
43294
- _id: "id",
43295
43293
  display_name: "displayName",
43296
43294
  json_schema: "jsonSchema"
43297
43295
  });
43298
43296
  });
43299
43297
  RequestBody2$outboundSchema = objectType({
43300
- id: stringType().default("01K6G1JW9SKST4X065GZ7DK0QR"),
43301
43298
  path: stringType(),
43302
43299
  key: stringType(),
43303
43300
  displayName: stringType(),
@@ -43307,7 +43304,6 @@ var init_createtool = __esm(() => {
43307
43304
  jsonSchema: lazyType(() => RequestBodyJsonSchema$outboundSchema)
43308
43305
  }).transform((v2) => {
43309
43306
  return remap(v2, {
43310
- id: "_id",
43311
43307
  displayName: "display_name",
43312
43308
  jsonSchema: "json_schema"
43313
43309
  });
@@ -43425,7 +43421,7 @@ var init_createtool = __esm(() => {
43425
43421
  ResponseBodyCodeTool$.outboundSchema = ResponseBodyCodeTool$outboundSchema;
43426
43422
  })(ResponseBodyCodeTool$ ||= {});
43427
43423
  ResponseBody5$inboundSchema = objectType({
43428
- _id: stringType().default("01K6G1JW9RY9E71FSPF99CMZCW"),
43424
+ _id: stringType().default("01K6JFC6WATN55G87KMNJZ90H4"),
43429
43425
  path: stringType(),
43430
43426
  key: stringType(),
43431
43427
  display_name: stringType(),
@@ -43453,7 +43449,7 @@ var init_createtool = __esm(() => {
43453
43449
  });
43454
43450
  });
43455
43451
  ResponseBody5$outboundSchema = objectType({
43456
- id: stringType().default("01K6G1JW9RY9E71FSPF99CMZCW"),
43452
+ id: stringType().default("01K6JFC6WATN55G87KMNJZ90H4"),
43457
43453
  path: stringType(),
43458
43454
  key: stringType(),
43459
43455
  displayName: stringType(),
@@ -43571,7 +43567,7 @@ var init_createtool = __esm(() => {
43571
43567
  ResponseBodyMcp$.outboundSchema = ResponseBodyMcp$outboundSchema;
43572
43568
  })(ResponseBodyMcp$ ||= {});
43573
43569
  ResponseBody4$inboundSchema = objectType({
43574
- _id: stringType().default("01K6G1JW9Q9CDTFS2SF4M14415"),
43570
+ _id: stringType().default("01K6JFC6W979QKNRAGHR746EXF"),
43575
43571
  path: stringType(),
43576
43572
  key: stringType(),
43577
43573
  display_name: stringType(),
@@ -43598,7 +43594,7 @@ var init_createtool = __esm(() => {
43598
43594
  });
43599
43595
  });
43600
43596
  ResponseBody4$outboundSchema = objectType({
43601
- id: stringType().default("01K6G1JW9Q9CDTFS2SF4M14415"),
43597
+ id: stringType().default("01K6JFC6W979QKNRAGHR746EXF"),
43602
43598
  path: stringType(),
43603
43599
  key: stringType(),
43604
43600
  displayName: stringType(),
@@ -43713,7 +43709,7 @@ var init_createtool = __esm(() => {
43713
43709
  CreateToolResponseBodyHttp$.outboundSchema = CreateToolResponseBodyHttp$outboundSchema;
43714
43710
  })(CreateToolResponseBodyHttp$ ||= {});
43715
43711
  ResponseBody3$inboundSchema = objectType({
43716
- _id: stringType().default("01K6G1JW9Q0TB2DK8WWFR4K7RS"),
43712
+ _id: stringType().default("01K6JFC6W84KC035M5SFEKRZWD"),
43717
43713
  path: stringType(),
43718
43714
  key: stringType(),
43719
43715
  display_name: stringType(),
@@ -43740,7 +43736,7 @@ var init_createtool = __esm(() => {
43740
43736
  });
43741
43737
  });
43742
43738
  ResponseBody3$outboundSchema = objectType({
43743
- id: stringType().default("01K6G1JW9Q0TB2DK8WWFR4K7RS"),
43739
+ id: stringType().default("01K6JFC6W84KC035M5SFEKRZWD"),
43744
43740
  path: stringType(),
43745
43741
  key: stringType(),
43746
43742
  displayName: stringType(),
@@ -43799,7 +43795,7 @@ var init_createtool = __esm(() => {
43799
43795
  ResponseBodyJsonSchema$.outboundSchema = ResponseBodyJsonSchema$outboundSchema;
43800
43796
  })(ResponseBodyJsonSchema$ ||= {});
43801
43797
  ResponseBody2$inboundSchema = objectType({
43802
- _id: stringType().default("01K6G1JW9PH07QQQT0VAN59PQE"),
43798
+ _id: stringType().default("01K6JFC6W8BWMX4S0HPPZMND6V"),
43803
43799
  path: stringType(),
43804
43800
  key: stringType(),
43805
43801
  display_name: stringType(),
@@ -43827,7 +43823,7 @@ var init_createtool = __esm(() => {
43827
43823
  });
43828
43824
  });
43829
43825
  ResponseBody2$outboundSchema = objectType({
43830
- id: stringType().default("01K6G1JW9PH07QQQT0VAN59PQE"),
43826
+ id: stringType().default("01K6JFC6W8BWMX4S0HPPZMND6V"),
43831
43827
  path: stringType(),
43832
43828
  key: stringType(),
43833
43829
  displayName: stringType(),
@@ -43887,7 +43883,7 @@ var init_createtool = __esm(() => {
43887
43883
  CreateToolResponseBodyFunction$.outboundSchema = CreateToolResponseBodyFunction$outboundSchema;
43888
43884
  })(CreateToolResponseBodyFunction$ ||= {});
43889
43885
  ResponseBody1$inboundSchema = objectType({
43890
- _id: stringType().default("01K6G1JW9P1EBF9KPXX9SNVW74"),
43886
+ _id: stringType().default("01K6JFC6W8D5S0RFR66JP4NBAT"),
43891
43887
  path: stringType(),
43892
43888
  key: stringType(),
43893
43889
  display_name: stringType(),
@@ -43914,7 +43910,7 @@ var init_createtool = __esm(() => {
43914
43910
  });
43915
43911
  });
43916
43912
  ResponseBody1$outboundSchema = objectType({
43917
- id: stringType().default("01K6G1JW9P1EBF9KPXX9SNVW74"),
43913
+ id: stringType().default("01K6JFC6W8D5S0RFR66JP4NBAT"),
43918
43914
  path: stringType(),
43919
43915
  key: stringType(),
43920
43916
  displayName: stringType(),
@@ -44262,17 +44258,17 @@ var init_deletetool = __esm(() => {
44262
44258
  init_esm();
44263
44259
  init_primitives();
44264
44260
  DeleteToolRequest$inboundSchema = objectType({
44265
- tool_key: stringType()
44261
+ tool_id: stringType()
44266
44262
  }).transform((v2) => {
44267
44263
  return remap(v2, {
44268
- tool_key: "toolKey"
44264
+ tool_id: "toolId"
44269
44265
  });
44270
44266
  });
44271
44267
  DeleteToolRequest$outboundSchema = objectType({
44272
- toolKey: stringType()
44268
+ toolId: stringType()
44273
44269
  }).transform((v2) => {
44274
44270
  return remap(v2, {
44275
- toolKey: "tool_key"
44271
+ toolId: "tool_id"
44276
44272
  });
44277
44273
  });
44278
44274
  ((DeleteToolRequest$) => {
@@ -48103,11 +48099,13 @@ var init_deploymentgetconfig = __esm(() => {
48103
48099
  })(DeploymentGetConfig1DeploymentsResponseType$ ||= {});
48104
48100
  DeploymentGetConfig1JsonSchema$inboundSchema = objectType({
48105
48101
  name: stringType(),
48102
+ description: stringType().optional(),
48106
48103
  strict: booleanType().optional(),
48107
48104
  schema: recordType(anyType())
48108
48105
  });
48109
48106
  DeploymentGetConfig1JsonSchema$outboundSchema = objectType({
48110
48107
  name: stringType(),
48108
+ description: stringType().optional(),
48111
48109
  strict: booleanType().optional(),
48112
48110
  schema: recordType(anyType())
48113
48111
  });
@@ -48994,11 +48992,13 @@ var init_deployments = __esm(() => {
48994
48992
  })(Deployments1DeploymentsResponseType$ ||= {});
48995
48993
  Deployments1JsonSchema$inboundSchema = objectType({
48996
48994
  name: stringType(),
48995
+ description: stringType().optional(),
48997
48996
  strict: booleanType().optional(),
48998
48997
  schema: recordType(anyType())
48999
48998
  });
49000
48999
  Deployments1JsonSchema$outboundSchema = objectType({
49001
49000
  name: stringType(),
49001
+ description: stringType().optional(),
49002
49002
  strict: booleanType().optional(),
49003
49003
  schema: recordType(anyType())
49004
49004
  });
@@ -51934,10 +51934,18 @@ var init_duplicatetool = __esm(() => {
51934
51934
  Function: "function"
51935
51935
  };
51936
51936
  DuplicateToolRequest$inboundSchema = objectType({
51937
- key: stringType()
51937
+ tool_id: stringType()
51938
+ }).transform((v2) => {
51939
+ return remap(v2, {
51940
+ tool_id: "toolId"
51941
+ });
51938
51942
  });
51939
51943
  DuplicateToolRequest$outboundSchema = objectType({
51940
- key: stringType()
51944
+ toolId: stringType()
51945
+ }).transform((v2) => {
51946
+ return remap(v2, {
51947
+ toolId: "tool_id"
51948
+ });
51941
51949
  });
51942
51950
  ((DuplicateToolRequest$) => {
51943
51951
  DuplicateToolRequest$.inboundSchema = DuplicateToolRequest$inboundSchema;
@@ -51976,7 +51984,7 @@ var init_duplicatetool = __esm(() => {
51976
51984
  DuplicateToolResponseBodyCodeTool$.outboundSchema = DuplicateToolResponseBodyCodeTool$outboundSchema;
51977
51985
  })(DuplicateToolResponseBodyCodeTool$ ||= {});
51978
51986
  DuplicateToolResponseBody5$inboundSchema = objectType({
51979
- _id: stringType().default("01K6G1JW9ZNRXV04YNQP6TQ0C6"),
51987
+ _id: stringType().default("01K6JFC6WFT9DV8E52T2TY2VKE"),
51980
51988
  path: stringType(),
51981
51989
  key: stringType(),
51982
51990
  display_name: stringType(),
@@ -52004,7 +52012,7 @@ var init_duplicatetool = __esm(() => {
52004
52012
  });
52005
52013
  });
52006
52014
  DuplicateToolResponseBody5$outboundSchema = objectType({
52007
- id: stringType().default("01K6G1JW9ZNRXV04YNQP6TQ0C6"),
52015
+ id: stringType().default("01K6JFC6WFT9DV8E52T2TY2VKE"),
52008
52016
  path: stringType(),
52009
52017
  key: stringType(),
52010
52018
  displayName: stringType(),
@@ -52122,7 +52130,7 @@ var init_duplicatetool = __esm(() => {
52122
52130
  DuplicateToolResponseBodyMcp$.outboundSchema = DuplicateToolResponseBodyMcp$outboundSchema;
52123
52131
  })(DuplicateToolResponseBodyMcp$ ||= {});
52124
52132
  DuplicateToolResponseBody4$inboundSchema = objectType({
52125
- _id: stringType().default("01K6G1JW9Z4K4VQQJ4P3T98466"),
52133
+ _id: stringType().default("01K6JFC6WF7EEK66DVKBF1SX45"),
52126
52134
  path: stringType(),
52127
52135
  key: stringType(),
52128
52136
  display_name: stringType(),
@@ -52149,7 +52157,7 @@ var init_duplicatetool = __esm(() => {
52149
52157
  });
52150
52158
  });
52151
52159
  DuplicateToolResponseBody4$outboundSchema = objectType({
52152
- id: stringType().default("01K6G1JW9Z4K4VQQJ4P3T98466"),
52160
+ id: stringType().default("01K6JFC6WF7EEK66DVKBF1SX45"),
52153
52161
  path: stringType(),
52154
52162
  key: stringType(),
52155
52163
  displayName: stringType(),
@@ -52264,7 +52272,7 @@ var init_duplicatetool = __esm(() => {
52264
52272
  DuplicateToolResponseBodyHttp$.outboundSchema = DuplicateToolResponseBodyHttp$outboundSchema;
52265
52273
  })(DuplicateToolResponseBodyHttp$ ||= {});
52266
52274
  DuplicateToolResponseBody3$inboundSchema = objectType({
52267
- _id: stringType().default("01K6G1JW9Z8497XWETQEGPN64Z"),
52275
+ _id: stringType().default("01K6JFC6WFMT0HTTP4QKDG5486"),
52268
52276
  path: stringType(),
52269
52277
  key: stringType(),
52270
52278
  display_name: stringType(),
@@ -52291,7 +52299,7 @@ var init_duplicatetool = __esm(() => {
52291
52299
  });
52292
52300
  });
52293
52301
  DuplicateToolResponseBody3$outboundSchema = objectType({
52294
- id: stringType().default("01K6G1JW9Z8497XWETQEGPN64Z"),
52302
+ id: stringType().default("01K6JFC6WFMT0HTTP4QKDG5486"),
52295
52303
  path: stringType(),
52296
52304
  key: stringType(),
52297
52305
  displayName: stringType(),
@@ -52350,7 +52358,7 @@ var init_duplicatetool = __esm(() => {
52350
52358
  DuplicateToolResponseBodyJsonSchema$.outboundSchema = DuplicateToolResponseBodyJsonSchema$outboundSchema;
52351
52359
  })(DuplicateToolResponseBodyJsonSchema$ ||= {});
52352
52360
  DuplicateToolResponseBody2$inboundSchema = objectType({
52353
- _id: stringType().default("01K6G1JW9YB82HRRX3WZM47QQT"),
52361
+ _id: stringType().default("01K6JFC6WEFAPV3M4TBW5P49EW"),
52354
52362
  path: stringType(),
52355
52363
  key: stringType(),
52356
52364
  display_name: stringType(),
@@ -52378,7 +52386,7 @@ var init_duplicatetool = __esm(() => {
52378
52386
  });
52379
52387
  });
52380
52388
  DuplicateToolResponseBody2$outboundSchema = objectType({
52381
- id: stringType().default("01K6G1JW9YB82HRRX3WZM47QQT"),
52389
+ id: stringType().default("01K6JFC6WEFAPV3M4TBW5P49EW"),
52382
52390
  path: stringType(),
52383
52391
  key: stringType(),
52384
52392
  displayName: stringType(),
@@ -52438,7 +52446,7 @@ var init_duplicatetool = __esm(() => {
52438
52446
  DuplicateToolResponseBodyFunction$.outboundSchema = DuplicateToolResponseBodyFunction$outboundSchema;
52439
52447
  })(DuplicateToolResponseBodyFunction$ ||= {});
52440
52448
  DuplicateToolResponseBody1$inboundSchema = objectType({
52441
- _id: stringType().default("01K6G1JW9YK2M1NJG3TZKHCT72"),
52449
+ _id: stringType().default("01K6JFC6WE7G9520Q9HRB1H4MW"),
52442
52450
  path: stringType(),
52443
52451
  key: stringType(),
52444
52452
  display_name: stringType(),
@@ -52465,7 +52473,7 @@ var init_duplicatetool = __esm(() => {
52465
52473
  });
52466
52474
  });
52467
52475
  DuplicateToolResponseBody1$outboundSchema = objectType({
52468
- id: stringType().default("01K6G1JW9YK2M1NJG3TZKHCT72"),
52476
+ id: stringType().default("01K6JFC6WE7G9520Q9HRB1H4MW"),
52469
52477
  path: stringType(),
52470
52478
  key: stringType(),
52471
52479
  displayName: stringType(),
@@ -52516,9 +52524,10 @@ var init_duplicatetool = __esm(() => {
52516
52524
  });
52517
52525
 
52518
52526
  // src/models/operations/evalsageappropriate.ts
52519
- var EvalsAgeAppropriateRequestBody$inboundSchema, EvalsAgeAppropriateRequestBody$outboundSchema, EvalsAgeAppropriateRequestBody$, EvalsAgeAppropriateEvalsValue$inboundSchema, EvalsAgeAppropriateEvalsValue$outboundSchema, EvalsAgeAppropriateEvalsValue$, EvalsAgeAppropriateValue$inboundSchema, EvalsAgeAppropriateValue$outboundSchema, EvalsAgeAppropriateValue$, EvalsAgeAppropriateResponseBody$inboundSchema, EvalsAgeAppropriateResponseBody$outboundSchema, EvalsAgeAppropriateResponseBody$;
52527
+ var EvalsAgeAppropriateRequestBody$inboundSchema, EvalsAgeAppropriateRequestBody$outboundSchema, EvalsAgeAppropriateRequestBody$, EvalsAgeAppropriateEvalsValue$inboundSchema, EvalsAgeAppropriateEvalsValue$outboundSchema, EvalsAgeAppropriateEvalsValue$, OriginalValue$inboundSchema, OriginalValue$outboundSchema, OriginalValue$, EvalsAgeAppropriateValue$inboundSchema, EvalsAgeAppropriateValue$outboundSchema, EvalsAgeAppropriateValue$, EvalsAgeAppropriateResponseBody$inboundSchema, EvalsAgeAppropriateResponseBody$outboundSchema, EvalsAgeAppropriateResponseBody$;
52520
52528
  var init_evalsageappropriate = __esm(() => {
52521
52529
  init_esm();
52530
+ init_primitives();
52522
52531
  EvalsAgeAppropriateRequestBody$inboundSchema = objectType({
52523
52532
  query: stringType(),
52524
52533
  output: stringType(),
@@ -52539,13 +52548,33 @@ var init_evalsageappropriate = __esm(() => {
52539
52548
  EvalsAgeAppropriateEvalsValue$.inboundSchema = EvalsAgeAppropriateEvalsValue$inboundSchema;
52540
52549
  EvalsAgeAppropriateEvalsValue$.outboundSchema = EvalsAgeAppropriateEvalsValue$outboundSchema;
52541
52550
  })(EvalsAgeAppropriateEvalsValue$ ||= {});
52551
+ OriginalValue$inboundSchema = unionType([numberType(), booleanType(), stringType()]);
52552
+ OriginalValue$outboundSchema = unionType([numberType(), booleanType(), stringType()]);
52553
+ ((OriginalValue$) => {
52554
+ OriginalValue$.inboundSchema = OriginalValue$inboundSchema;
52555
+ OriginalValue$.outboundSchema = OriginalValue$outboundSchema;
52556
+ })(OriginalValue$ ||= {});
52542
52557
  EvalsAgeAppropriateValue$inboundSchema = objectType({
52543
52558
  value: unionType([numberType(), booleanType(), stringType()]),
52544
- explanation: nullableType(stringType()).optional()
52559
+ explanation: nullableType(stringType()).optional(),
52560
+ original_value: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
52561
+ original_explanation: nullableType(stringType()).optional()
52562
+ }).transform((v2) => {
52563
+ return remap(v2, {
52564
+ original_value: "originalValue",
52565
+ original_explanation: "originalExplanation"
52566
+ });
52545
52567
  });
52546
52568
  EvalsAgeAppropriateValue$outboundSchema = objectType({
52547
52569
  value: unionType([numberType(), booleanType(), stringType()]),
52548
- explanation: nullableType(stringType()).optional()
52570
+ explanation: nullableType(stringType()).optional(),
52571
+ originalValue: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
52572
+ originalExplanation: nullableType(stringType()).optional()
52573
+ }).transform((v2) => {
52574
+ return remap(v2, {
52575
+ originalValue: "original_value",
52576
+ originalExplanation: "original_explanation"
52577
+ });
52549
52578
  });
52550
52579
  ((EvalsAgeAppropriateValue$) => {
52551
52580
  EvalsAgeAppropriateValue$.inboundSchema = EvalsAgeAppropriateValue$inboundSchema;
@@ -52634,9 +52663,10 @@ var init_evalsbleuscore = __esm(() => {
52634
52663
  });
52635
52664
 
52636
52665
  // src/models/operations/evalsbotdetection.ts
52637
- var EvalsBotDetectionRequestBody$inboundSchema, EvalsBotDetectionRequestBody$outboundSchema, EvalsBotDetectionRequestBody$, EvalsBotDetectionEvalsValue$inboundSchema, EvalsBotDetectionEvalsValue$outboundSchema, EvalsBotDetectionEvalsValue$, EvalsBotDetectionValue$inboundSchema, EvalsBotDetectionValue$outboundSchema, EvalsBotDetectionValue$, EvalsBotDetectionResponseBody$inboundSchema, EvalsBotDetectionResponseBody$outboundSchema, EvalsBotDetectionResponseBody$;
52666
+ var EvalsBotDetectionRequestBody$inboundSchema, EvalsBotDetectionRequestBody$outboundSchema, EvalsBotDetectionRequestBody$, EvalsBotDetectionEvalsValue$inboundSchema, EvalsBotDetectionEvalsValue$outboundSchema, EvalsBotDetectionEvalsValue$, EvalsBotDetectionOriginalValue$inboundSchema, EvalsBotDetectionOriginalValue$outboundSchema, EvalsBotDetectionOriginalValue$, EvalsBotDetectionValue$inboundSchema, EvalsBotDetectionValue$outboundSchema, EvalsBotDetectionValue$, EvalsBotDetectionResponseBody$inboundSchema, EvalsBotDetectionResponseBody$outboundSchema, EvalsBotDetectionResponseBody$;
52638
52667
  var init_evalsbotdetection = __esm(() => {
52639
52668
  init_esm();
52669
+ init_primitives();
52640
52670
  EvalsBotDetectionRequestBody$inboundSchema = objectType({
52641
52671
  output: stringType(),
52642
52672
  model: stringType()
@@ -52655,13 +52685,33 @@ var init_evalsbotdetection = __esm(() => {
52655
52685
  EvalsBotDetectionEvalsValue$.inboundSchema = EvalsBotDetectionEvalsValue$inboundSchema;
52656
52686
  EvalsBotDetectionEvalsValue$.outboundSchema = EvalsBotDetectionEvalsValue$outboundSchema;
52657
52687
  })(EvalsBotDetectionEvalsValue$ ||= {});
52688
+ EvalsBotDetectionOriginalValue$inboundSchema = unionType([numberType(), booleanType(), stringType()]);
52689
+ EvalsBotDetectionOriginalValue$outboundSchema = unionType([numberType(), booleanType(), stringType()]);
52690
+ ((EvalsBotDetectionOriginalValue$) => {
52691
+ EvalsBotDetectionOriginalValue$.inboundSchema = EvalsBotDetectionOriginalValue$inboundSchema;
52692
+ EvalsBotDetectionOriginalValue$.outboundSchema = EvalsBotDetectionOriginalValue$outboundSchema;
52693
+ })(EvalsBotDetectionOriginalValue$ ||= {});
52658
52694
  EvalsBotDetectionValue$inboundSchema = objectType({
52659
52695
  value: unionType([numberType(), booleanType(), stringType()]),
52660
- explanation: nullableType(stringType()).optional()
52696
+ explanation: nullableType(stringType()).optional(),
52697
+ original_value: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
52698
+ original_explanation: nullableType(stringType()).optional()
52699
+ }).transform((v2) => {
52700
+ return remap(v2, {
52701
+ original_value: "originalValue",
52702
+ original_explanation: "originalExplanation"
52703
+ });
52661
52704
  });
52662
52705
  EvalsBotDetectionValue$outboundSchema = objectType({
52663
52706
  value: unionType([numberType(), booleanType(), stringType()]),
52664
- explanation: nullableType(stringType()).optional()
52707
+ explanation: nullableType(stringType()).optional(),
52708
+ originalValue: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
52709
+ originalExplanation: nullableType(stringType()).optional()
52710
+ }).transform((v2) => {
52711
+ return remap(v2, {
52712
+ originalValue: "original_value",
52713
+ originalExplanation: "original_explanation"
52714
+ });
52665
52715
  });
52666
52716
  ((EvalsBotDetectionValue$) => {
52667
52717
  EvalsBotDetectionValue$.inboundSchema = EvalsBotDetectionValue$inboundSchema;
@@ -53075,9 +53125,10 @@ var init_evalsexactmatch = __esm(() => {
53075
53125
  });
53076
53126
 
53077
53127
  // src/models/operations/evalsfactcheckingknowledgebase.ts
53078
- var EvalsFactCheckingKnowledgeBaseRequestBody$inboundSchema, EvalsFactCheckingKnowledgeBaseRequestBody$outboundSchema, EvalsFactCheckingKnowledgeBaseRequestBody$, EvalsFactCheckingKnowledgeBaseEvalsValue$inboundSchema, EvalsFactCheckingKnowledgeBaseEvalsValue$outboundSchema, EvalsFactCheckingKnowledgeBaseEvalsValue$, EvalsFactCheckingKnowledgeBaseValue$inboundSchema, EvalsFactCheckingKnowledgeBaseValue$outboundSchema, EvalsFactCheckingKnowledgeBaseValue$, EvalsFactCheckingKnowledgeBaseResponseBody$inboundSchema, EvalsFactCheckingKnowledgeBaseResponseBody$outboundSchema, EvalsFactCheckingKnowledgeBaseResponseBody$;
53128
+ var EvalsFactCheckingKnowledgeBaseRequestBody$inboundSchema, EvalsFactCheckingKnowledgeBaseRequestBody$outboundSchema, EvalsFactCheckingKnowledgeBaseRequestBody$, EvalsFactCheckingKnowledgeBaseEvalsValue$inboundSchema, EvalsFactCheckingKnowledgeBaseEvalsValue$outboundSchema, EvalsFactCheckingKnowledgeBaseEvalsValue$, EvalsFactCheckingKnowledgeBaseOriginalValue$inboundSchema, EvalsFactCheckingKnowledgeBaseOriginalValue$outboundSchema, EvalsFactCheckingKnowledgeBaseOriginalValue$, EvalsFactCheckingKnowledgeBaseValue$inboundSchema, EvalsFactCheckingKnowledgeBaseValue$outboundSchema, EvalsFactCheckingKnowledgeBaseValue$, EvalsFactCheckingKnowledgeBaseResponseBody$inboundSchema, EvalsFactCheckingKnowledgeBaseResponseBody$outboundSchema, EvalsFactCheckingKnowledgeBaseResponseBody$;
53079
53129
  var init_evalsfactcheckingknowledgebase = __esm(() => {
53080
53130
  init_esm();
53131
+ init_primitives();
53081
53132
  EvalsFactCheckingKnowledgeBaseRequestBody$inboundSchema = objectType({
53082
53133
  query: stringType(),
53083
53134
  output: stringType(),
@@ -53100,13 +53151,33 @@ var init_evalsfactcheckingknowledgebase = __esm(() => {
53100
53151
  EvalsFactCheckingKnowledgeBaseEvalsValue$.inboundSchema = EvalsFactCheckingKnowledgeBaseEvalsValue$inboundSchema;
53101
53152
  EvalsFactCheckingKnowledgeBaseEvalsValue$.outboundSchema = EvalsFactCheckingKnowledgeBaseEvalsValue$outboundSchema;
53102
53153
  })(EvalsFactCheckingKnowledgeBaseEvalsValue$ ||= {});
53154
+ EvalsFactCheckingKnowledgeBaseOriginalValue$inboundSchema = unionType([numberType(), booleanType(), stringType()]);
53155
+ EvalsFactCheckingKnowledgeBaseOriginalValue$outboundSchema = unionType([numberType(), booleanType(), stringType()]);
53156
+ ((EvalsFactCheckingKnowledgeBaseOriginalValue$) => {
53157
+ EvalsFactCheckingKnowledgeBaseOriginalValue$.inboundSchema = EvalsFactCheckingKnowledgeBaseOriginalValue$inboundSchema;
53158
+ EvalsFactCheckingKnowledgeBaseOriginalValue$.outboundSchema = EvalsFactCheckingKnowledgeBaseOriginalValue$outboundSchema;
53159
+ })(EvalsFactCheckingKnowledgeBaseOriginalValue$ ||= {});
53103
53160
  EvalsFactCheckingKnowledgeBaseValue$inboundSchema = objectType({
53104
53161
  value: unionType([numberType(), booleanType(), stringType()]),
53105
- explanation: nullableType(stringType()).optional()
53162
+ explanation: nullableType(stringType()).optional(),
53163
+ original_value: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
53164
+ original_explanation: nullableType(stringType()).optional()
53165
+ }).transform((v2) => {
53166
+ return remap(v2, {
53167
+ original_value: "originalValue",
53168
+ original_explanation: "originalExplanation"
53169
+ });
53106
53170
  });
53107
53171
  EvalsFactCheckingKnowledgeBaseValue$outboundSchema = objectType({
53108
53172
  value: unionType([numberType(), booleanType(), stringType()]),
53109
- explanation: nullableType(stringType()).optional()
53173
+ explanation: nullableType(stringType()).optional(),
53174
+ originalValue: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
53175
+ originalExplanation: nullableType(stringType()).optional()
53176
+ }).transform((v2) => {
53177
+ return remap(v2, {
53178
+ originalValue: "original_value",
53179
+ originalExplanation: "original_explanation"
53180
+ });
53110
53181
  });
53111
53182
  ((EvalsFactCheckingKnowledgeBaseValue$) => {
53112
53183
  EvalsFactCheckingKnowledgeBaseValue$.inboundSchema = EvalsFactCheckingKnowledgeBaseValue$inboundSchema;
@@ -53125,9 +53196,10 @@ var init_evalsfactcheckingknowledgebase = __esm(() => {
53125
53196
  });
53126
53197
 
53127
53198
  // src/models/operations/evalsgrammar.ts
53128
- var EvalsGrammarRequestBody$inboundSchema, EvalsGrammarRequestBody$outboundSchema, EvalsGrammarRequestBody$, EvalsGrammarEvalsValue$inboundSchema, EvalsGrammarEvalsValue$outboundSchema, EvalsGrammarEvalsValue$, EvalsGrammarValue$inboundSchema, EvalsGrammarValue$outboundSchema, EvalsGrammarValue$, EvalsGrammarResponseBody$inboundSchema, EvalsGrammarResponseBody$outboundSchema, EvalsGrammarResponseBody$;
53199
+ var EvalsGrammarRequestBody$inboundSchema, EvalsGrammarRequestBody$outboundSchema, EvalsGrammarRequestBody$, EvalsGrammarEvalsValue$inboundSchema, EvalsGrammarEvalsValue$outboundSchema, EvalsGrammarEvalsValue$, EvalsGrammarOriginalValue$inboundSchema, EvalsGrammarOriginalValue$outboundSchema, EvalsGrammarOriginalValue$, EvalsGrammarValue$inboundSchema, EvalsGrammarValue$outboundSchema, EvalsGrammarValue$, EvalsGrammarResponseBody$inboundSchema, EvalsGrammarResponseBody$outboundSchema, EvalsGrammarResponseBody$;
53129
53200
  var init_evalsgrammar = __esm(() => {
53130
53201
  init_esm();
53202
+ init_primitives();
53131
53203
  EvalsGrammarRequestBody$inboundSchema = objectType({
53132
53204
  query: stringType(),
53133
53205
  model: stringType()
@@ -53146,13 +53218,33 @@ var init_evalsgrammar = __esm(() => {
53146
53218
  EvalsGrammarEvalsValue$.inboundSchema = EvalsGrammarEvalsValue$inboundSchema;
53147
53219
  EvalsGrammarEvalsValue$.outboundSchema = EvalsGrammarEvalsValue$outboundSchema;
53148
53220
  })(EvalsGrammarEvalsValue$ ||= {});
53221
+ EvalsGrammarOriginalValue$inboundSchema = unionType([numberType(), booleanType(), stringType()]);
53222
+ EvalsGrammarOriginalValue$outboundSchema = unionType([numberType(), booleanType(), stringType()]);
53223
+ ((EvalsGrammarOriginalValue$) => {
53224
+ EvalsGrammarOriginalValue$.inboundSchema = EvalsGrammarOriginalValue$inboundSchema;
53225
+ EvalsGrammarOriginalValue$.outboundSchema = EvalsGrammarOriginalValue$outboundSchema;
53226
+ })(EvalsGrammarOriginalValue$ ||= {});
53149
53227
  EvalsGrammarValue$inboundSchema = objectType({
53150
53228
  value: unionType([numberType(), booleanType(), stringType()]),
53151
- explanation: nullableType(stringType()).optional()
53229
+ explanation: nullableType(stringType()).optional(),
53230
+ original_value: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
53231
+ original_explanation: nullableType(stringType()).optional()
53232
+ }).transform((v2) => {
53233
+ return remap(v2, {
53234
+ original_value: "originalValue",
53235
+ original_explanation: "originalExplanation"
53236
+ });
53152
53237
  });
53153
53238
  EvalsGrammarValue$outboundSchema = objectType({
53154
53239
  value: unionType([numberType(), booleanType(), stringType()]),
53155
- explanation: nullableType(stringType()).optional()
53240
+ explanation: nullableType(stringType()).optional(),
53241
+ originalValue: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
53242
+ originalExplanation: nullableType(stringType()).optional()
53243
+ }).transform((v2) => {
53244
+ return remap(v2, {
53245
+ originalValue: "original_value",
53246
+ originalExplanation: "original_explanation"
53247
+ });
53156
53248
  });
53157
53249
  ((EvalsGrammarValue$) => {
53158
53250
  EvalsGrammarValue$.inboundSchema = EvalsGrammarValue$inboundSchema;
@@ -53342,9 +53434,10 @@ var init_evalslengthlessthan = __esm(() => {
53342
53434
  });
53343
53435
 
53344
53436
  // src/models/operations/evalslocalization.ts
53345
- var EvalsLocalizationRequestBody$inboundSchema, EvalsLocalizationRequestBody$outboundSchema, EvalsLocalizationRequestBody$, EvalsLocalizationEvalsValue$inboundSchema, EvalsLocalizationEvalsValue$outboundSchema, EvalsLocalizationEvalsValue$, EvalsLocalizationValue$inboundSchema, EvalsLocalizationValue$outboundSchema, EvalsLocalizationValue$, EvalsLocalizationResponseBody$inboundSchema, EvalsLocalizationResponseBody$outboundSchema, EvalsLocalizationResponseBody$;
53437
+ var EvalsLocalizationRequestBody$inboundSchema, EvalsLocalizationRequestBody$outboundSchema, EvalsLocalizationRequestBody$, EvalsLocalizationEvalsValue$inboundSchema, EvalsLocalizationEvalsValue$outboundSchema, EvalsLocalizationEvalsValue$, EvalsLocalizationOriginalValue$inboundSchema, EvalsLocalizationOriginalValue$outboundSchema, EvalsLocalizationOriginalValue$, EvalsLocalizationValue$inboundSchema, EvalsLocalizationValue$outboundSchema, EvalsLocalizationValue$, EvalsLocalizationResponseBody$inboundSchema, EvalsLocalizationResponseBody$outboundSchema, EvalsLocalizationResponseBody$;
53346
53438
  var init_evalslocalization = __esm(() => {
53347
53439
  init_esm();
53440
+ init_primitives();
53348
53441
  EvalsLocalizationRequestBody$inboundSchema = objectType({
53349
53442
  query: stringType(),
53350
53443
  output: stringType(),
@@ -53365,13 +53458,33 @@ var init_evalslocalization = __esm(() => {
53365
53458
  EvalsLocalizationEvalsValue$.inboundSchema = EvalsLocalizationEvalsValue$inboundSchema;
53366
53459
  EvalsLocalizationEvalsValue$.outboundSchema = EvalsLocalizationEvalsValue$outboundSchema;
53367
53460
  })(EvalsLocalizationEvalsValue$ ||= {});
53461
+ EvalsLocalizationOriginalValue$inboundSchema = unionType([numberType(), booleanType(), stringType()]);
53462
+ EvalsLocalizationOriginalValue$outboundSchema = unionType([numberType(), booleanType(), stringType()]);
53463
+ ((EvalsLocalizationOriginalValue$) => {
53464
+ EvalsLocalizationOriginalValue$.inboundSchema = EvalsLocalizationOriginalValue$inboundSchema;
53465
+ EvalsLocalizationOriginalValue$.outboundSchema = EvalsLocalizationOriginalValue$outboundSchema;
53466
+ })(EvalsLocalizationOriginalValue$ ||= {});
53368
53467
  EvalsLocalizationValue$inboundSchema = objectType({
53369
53468
  value: unionType([numberType(), booleanType(), stringType()]),
53370
- explanation: nullableType(stringType()).optional()
53469
+ explanation: nullableType(stringType()).optional(),
53470
+ original_value: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
53471
+ original_explanation: nullableType(stringType()).optional()
53472
+ }).transform((v2) => {
53473
+ return remap(v2, {
53474
+ original_value: "originalValue",
53475
+ original_explanation: "originalExplanation"
53476
+ });
53371
53477
  });
53372
53478
  EvalsLocalizationValue$outboundSchema = objectType({
53373
53479
  value: unionType([numberType(), booleanType(), stringType()]),
53374
- explanation: nullableType(stringType()).optional()
53480
+ explanation: nullableType(stringType()).optional(),
53481
+ originalValue: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
53482
+ originalExplanation: nullableType(stringType()).optional()
53483
+ }).transform((v2) => {
53484
+ return remap(v2, {
53485
+ originalValue: "original_value",
53486
+ originalExplanation: "original_explanation"
53487
+ });
53375
53488
  });
53376
53489
  ((EvalsLocalizationValue$) => {
53377
53490
  EvalsLocalizationValue$.inboundSchema = EvalsLocalizationValue$inboundSchema;
@@ -53390,9 +53503,10 @@ var init_evalslocalization = __esm(() => {
53390
53503
  });
53391
53504
 
53392
53505
  // src/models/operations/evalspii.ts
53393
- var EvalsPiiRequestBody$inboundSchema, EvalsPiiRequestBody$outboundSchema, EvalsPiiRequestBody$, EvalsPiiEvalsValue$inboundSchema, EvalsPiiEvalsValue$outboundSchema, EvalsPiiEvalsValue$, EvalsPiiValue$inboundSchema, EvalsPiiValue$outboundSchema, EvalsPiiValue$, EvalsPiiResponseBody$inboundSchema, EvalsPiiResponseBody$outboundSchema, EvalsPiiResponseBody$;
53506
+ var EvalsPiiRequestBody$inboundSchema, EvalsPiiRequestBody$outboundSchema, EvalsPiiRequestBody$, EvalsPiiEvalsValue$inboundSchema, EvalsPiiEvalsValue$outboundSchema, EvalsPiiEvalsValue$, EvalsPiiOriginalValue$inboundSchema, EvalsPiiOriginalValue$outboundSchema, EvalsPiiOriginalValue$, EvalsPiiValue$inboundSchema, EvalsPiiValue$outboundSchema, EvalsPiiValue$, EvalsPiiResponseBody$inboundSchema, EvalsPiiResponseBody$outboundSchema, EvalsPiiResponseBody$;
53394
53507
  var init_evalspii = __esm(() => {
53395
53508
  init_esm();
53509
+ init_primitives();
53396
53510
  EvalsPiiRequestBody$inboundSchema = objectType({
53397
53511
  query: stringType(),
53398
53512
  output: stringType(),
@@ -53413,13 +53527,33 @@ var init_evalspii = __esm(() => {
53413
53527
  EvalsPiiEvalsValue$.inboundSchema = EvalsPiiEvalsValue$inboundSchema;
53414
53528
  EvalsPiiEvalsValue$.outboundSchema = EvalsPiiEvalsValue$outboundSchema;
53415
53529
  })(EvalsPiiEvalsValue$ ||= {});
53530
+ EvalsPiiOriginalValue$inboundSchema = unionType([numberType(), booleanType(), stringType()]);
53531
+ EvalsPiiOriginalValue$outboundSchema = unionType([numberType(), booleanType(), stringType()]);
53532
+ ((EvalsPiiOriginalValue$) => {
53533
+ EvalsPiiOriginalValue$.inboundSchema = EvalsPiiOriginalValue$inboundSchema;
53534
+ EvalsPiiOriginalValue$.outboundSchema = EvalsPiiOriginalValue$outboundSchema;
53535
+ })(EvalsPiiOriginalValue$ ||= {});
53416
53536
  EvalsPiiValue$inboundSchema = objectType({
53417
53537
  value: unionType([numberType(), booleanType(), stringType()]),
53418
- explanation: nullableType(stringType()).optional()
53538
+ explanation: nullableType(stringType()).optional(),
53539
+ original_value: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
53540
+ original_explanation: nullableType(stringType()).optional()
53541
+ }).transform((v2) => {
53542
+ return remap(v2, {
53543
+ original_value: "originalValue",
53544
+ original_explanation: "originalExplanation"
53545
+ });
53419
53546
  });
53420
53547
  EvalsPiiValue$outboundSchema = objectType({
53421
53548
  value: unionType([numberType(), booleanType(), stringType()]),
53422
- explanation: nullableType(stringType()).optional()
53549
+ explanation: nullableType(stringType()).optional(),
53550
+ originalValue: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
53551
+ originalExplanation: nullableType(stringType()).optional()
53552
+ }).transform((v2) => {
53553
+ return remap(v2, {
53554
+ originalValue: "original_value",
53555
+ originalExplanation: "original_explanation"
53556
+ });
53423
53557
  });
53424
53558
  ((EvalsPiiValue$) => {
53425
53559
  EvalsPiiValue$.inboundSchema = EvalsPiiValue$inboundSchema;
@@ -53822,9 +53956,10 @@ var init_evalsragassummarization = __esm(() => {
53822
53956
  });
53823
53957
 
53824
53958
  // src/models/operations/evalssentimentclassification.ts
53825
- var EvalsSentimentClassificationRequestBody$inboundSchema, EvalsSentimentClassificationRequestBody$outboundSchema, EvalsSentimentClassificationRequestBody$, EvalsSentimentClassificationEvalsValue$inboundSchema, EvalsSentimentClassificationEvalsValue$outboundSchema, EvalsSentimentClassificationEvalsValue$, EvalsSentimentClassificationValue$inboundSchema, EvalsSentimentClassificationValue$outboundSchema, EvalsSentimentClassificationValue$, EvalsSentimentClassificationResponseBody$inboundSchema, EvalsSentimentClassificationResponseBody$outboundSchema, EvalsSentimentClassificationResponseBody$;
53959
+ var EvalsSentimentClassificationRequestBody$inboundSchema, EvalsSentimentClassificationRequestBody$outboundSchema, EvalsSentimentClassificationRequestBody$, EvalsSentimentClassificationEvalsValue$inboundSchema, EvalsSentimentClassificationEvalsValue$outboundSchema, EvalsSentimentClassificationEvalsValue$, EvalsSentimentClassificationOriginalValue$inboundSchema, EvalsSentimentClassificationOriginalValue$outboundSchema, EvalsSentimentClassificationOriginalValue$, EvalsSentimentClassificationValue$inboundSchema, EvalsSentimentClassificationValue$outboundSchema, EvalsSentimentClassificationValue$, EvalsSentimentClassificationResponseBody$inboundSchema, EvalsSentimentClassificationResponseBody$outboundSchema, EvalsSentimentClassificationResponseBody$;
53826
53960
  var init_evalssentimentclassification = __esm(() => {
53827
53961
  init_esm();
53962
+ init_primitives();
53828
53963
  EvalsSentimentClassificationRequestBody$inboundSchema = objectType({
53829
53964
  query: stringType(),
53830
53965
  output: stringType(),
@@ -53845,13 +53980,33 @@ var init_evalssentimentclassification = __esm(() => {
53845
53980
  EvalsSentimentClassificationEvalsValue$.inboundSchema = EvalsSentimentClassificationEvalsValue$inboundSchema;
53846
53981
  EvalsSentimentClassificationEvalsValue$.outboundSchema = EvalsSentimentClassificationEvalsValue$outboundSchema;
53847
53982
  })(EvalsSentimentClassificationEvalsValue$ ||= {});
53983
+ EvalsSentimentClassificationOriginalValue$inboundSchema = unionType([numberType(), booleanType(), stringType()]);
53984
+ EvalsSentimentClassificationOriginalValue$outboundSchema = unionType([numberType(), booleanType(), stringType()]);
53985
+ ((EvalsSentimentClassificationOriginalValue$) => {
53986
+ EvalsSentimentClassificationOriginalValue$.inboundSchema = EvalsSentimentClassificationOriginalValue$inboundSchema;
53987
+ EvalsSentimentClassificationOriginalValue$.outboundSchema = EvalsSentimentClassificationOriginalValue$outboundSchema;
53988
+ })(EvalsSentimentClassificationOriginalValue$ ||= {});
53848
53989
  EvalsSentimentClassificationValue$inboundSchema = objectType({
53849
53990
  value: unionType([numberType(), booleanType(), stringType()]),
53850
- explanation: nullableType(stringType()).optional()
53991
+ explanation: nullableType(stringType()).optional(),
53992
+ original_value: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
53993
+ original_explanation: nullableType(stringType()).optional()
53994
+ }).transform((v2) => {
53995
+ return remap(v2, {
53996
+ original_value: "originalValue",
53997
+ original_explanation: "originalExplanation"
53998
+ });
53851
53999
  });
53852
54000
  EvalsSentimentClassificationValue$outboundSchema = objectType({
53853
54001
  value: unionType([numberType(), booleanType(), stringType()]),
53854
- explanation: nullableType(stringType()).optional()
54002
+ explanation: nullableType(stringType()).optional(),
54003
+ originalValue: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
54004
+ originalExplanation: nullableType(stringType()).optional()
54005
+ }).transform((v2) => {
54006
+ return remap(v2, {
54007
+ originalValue: "original_value",
54008
+ originalExplanation: "original_explanation"
54009
+ });
53855
54010
  });
53856
54011
  ((EvalsSentimentClassificationValue$) => {
53857
54012
  EvalsSentimentClassificationValue$.inboundSchema = EvalsSentimentClassificationValue$inboundSchema;
@@ -53870,9 +54025,10 @@ var init_evalssentimentclassification = __esm(() => {
53870
54025
  });
53871
54026
 
53872
54027
  // src/models/operations/evalssummarization.ts
53873
- var EvalsSummarizationRequestBody$inboundSchema, EvalsSummarizationRequestBody$outboundSchema, EvalsSummarizationRequestBody$, EvalsSummarizationEvalsValue$inboundSchema, EvalsSummarizationEvalsValue$outboundSchema, EvalsSummarizationEvalsValue$, EvalsSummarizationValue$inboundSchema, EvalsSummarizationValue$outboundSchema, EvalsSummarizationValue$, EvalsSummarizationResponseBody$inboundSchema, EvalsSummarizationResponseBody$outboundSchema, EvalsSummarizationResponseBody$;
54028
+ var EvalsSummarizationRequestBody$inboundSchema, EvalsSummarizationRequestBody$outboundSchema, EvalsSummarizationRequestBody$, EvalsSummarizationEvalsValue$inboundSchema, EvalsSummarizationEvalsValue$outboundSchema, EvalsSummarizationEvalsValue$, EvalsSummarizationOriginalValue$inboundSchema, EvalsSummarizationOriginalValue$outboundSchema, EvalsSummarizationOriginalValue$, EvalsSummarizationValue$inboundSchema, EvalsSummarizationValue$outboundSchema, EvalsSummarizationValue$, EvalsSummarizationResponseBody$inboundSchema, EvalsSummarizationResponseBody$outboundSchema, EvalsSummarizationResponseBody$;
53874
54029
  var init_evalssummarization = __esm(() => {
53875
54030
  init_esm();
54031
+ init_primitives();
53876
54032
  EvalsSummarizationRequestBody$inboundSchema = objectType({
53877
54033
  query: stringType(),
53878
54034
  output: stringType(),
@@ -53893,13 +54049,33 @@ var init_evalssummarization = __esm(() => {
53893
54049
  EvalsSummarizationEvalsValue$.inboundSchema = EvalsSummarizationEvalsValue$inboundSchema;
53894
54050
  EvalsSummarizationEvalsValue$.outboundSchema = EvalsSummarizationEvalsValue$outboundSchema;
53895
54051
  })(EvalsSummarizationEvalsValue$ ||= {});
54052
+ EvalsSummarizationOriginalValue$inboundSchema = unionType([numberType(), booleanType(), stringType()]);
54053
+ EvalsSummarizationOriginalValue$outboundSchema = unionType([numberType(), booleanType(), stringType()]);
54054
+ ((EvalsSummarizationOriginalValue$) => {
54055
+ EvalsSummarizationOriginalValue$.inboundSchema = EvalsSummarizationOriginalValue$inboundSchema;
54056
+ EvalsSummarizationOriginalValue$.outboundSchema = EvalsSummarizationOriginalValue$outboundSchema;
54057
+ })(EvalsSummarizationOriginalValue$ ||= {});
53896
54058
  EvalsSummarizationValue$inboundSchema = objectType({
53897
54059
  value: unionType([numberType(), booleanType(), stringType()]),
53898
- explanation: nullableType(stringType()).optional()
54060
+ explanation: nullableType(stringType()).optional(),
54061
+ original_value: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
54062
+ original_explanation: nullableType(stringType()).optional()
54063
+ }).transform((v2) => {
54064
+ return remap(v2, {
54065
+ original_value: "originalValue",
54066
+ original_explanation: "originalExplanation"
54067
+ });
53899
54068
  });
53900
54069
  EvalsSummarizationValue$outboundSchema = objectType({
53901
54070
  value: unionType([numberType(), booleanType(), stringType()]),
53902
- explanation: nullableType(stringType()).optional()
54071
+ explanation: nullableType(stringType()).optional(),
54072
+ originalValue: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
54073
+ originalExplanation: nullableType(stringType()).optional()
54074
+ }).transform((v2) => {
54075
+ return remap(v2, {
54076
+ originalValue: "original_value",
54077
+ originalExplanation: "original_explanation"
54078
+ });
53903
54079
  });
53904
54080
  ((EvalsSummarizationValue$) => {
53905
54081
  EvalsSummarizationValue$.inboundSchema = EvalsSummarizationValue$inboundSchema;
@@ -53918,9 +54094,10 @@ var init_evalssummarization = __esm(() => {
53918
54094
  });
53919
54095
 
53920
54096
  // src/models/operations/evalstoneofvoice.ts
53921
- var EvalsToneOfVoiceRequestBody$inboundSchema, EvalsToneOfVoiceRequestBody$outboundSchema, EvalsToneOfVoiceRequestBody$, EvalsToneOfVoiceEvalsValue$inboundSchema, EvalsToneOfVoiceEvalsValue$outboundSchema, EvalsToneOfVoiceEvalsValue$, EvalsToneOfVoiceValue$inboundSchema, EvalsToneOfVoiceValue$outboundSchema, EvalsToneOfVoiceValue$, EvalsToneOfVoiceResponseBody$inboundSchema, EvalsToneOfVoiceResponseBody$outboundSchema, EvalsToneOfVoiceResponseBody$;
54097
+ var EvalsToneOfVoiceRequestBody$inboundSchema, EvalsToneOfVoiceRequestBody$outboundSchema, EvalsToneOfVoiceRequestBody$, EvalsToneOfVoiceEvalsValue$inboundSchema, EvalsToneOfVoiceEvalsValue$outboundSchema, EvalsToneOfVoiceEvalsValue$, EvalsToneOfVoiceOriginalValue$inboundSchema, EvalsToneOfVoiceOriginalValue$outboundSchema, EvalsToneOfVoiceOriginalValue$, EvalsToneOfVoiceValue$inboundSchema, EvalsToneOfVoiceValue$outboundSchema, EvalsToneOfVoiceValue$, EvalsToneOfVoiceResponseBody$inboundSchema, EvalsToneOfVoiceResponseBody$outboundSchema, EvalsToneOfVoiceResponseBody$;
53922
54098
  var init_evalstoneofvoice = __esm(() => {
53923
54099
  init_esm();
54100
+ init_primitives();
53924
54101
  EvalsToneOfVoiceRequestBody$inboundSchema = objectType({
53925
54102
  query: stringType(),
53926
54103
  output: stringType(),
@@ -53941,13 +54118,33 @@ var init_evalstoneofvoice = __esm(() => {
53941
54118
  EvalsToneOfVoiceEvalsValue$.inboundSchema = EvalsToneOfVoiceEvalsValue$inboundSchema;
53942
54119
  EvalsToneOfVoiceEvalsValue$.outboundSchema = EvalsToneOfVoiceEvalsValue$outboundSchema;
53943
54120
  })(EvalsToneOfVoiceEvalsValue$ ||= {});
54121
+ EvalsToneOfVoiceOriginalValue$inboundSchema = unionType([numberType(), booleanType(), stringType()]);
54122
+ EvalsToneOfVoiceOriginalValue$outboundSchema = unionType([numberType(), booleanType(), stringType()]);
54123
+ ((EvalsToneOfVoiceOriginalValue$) => {
54124
+ EvalsToneOfVoiceOriginalValue$.inboundSchema = EvalsToneOfVoiceOriginalValue$inboundSchema;
54125
+ EvalsToneOfVoiceOriginalValue$.outboundSchema = EvalsToneOfVoiceOriginalValue$outboundSchema;
54126
+ })(EvalsToneOfVoiceOriginalValue$ ||= {});
53944
54127
  EvalsToneOfVoiceValue$inboundSchema = objectType({
53945
54128
  value: unionType([numberType(), booleanType(), stringType()]),
53946
- explanation: nullableType(stringType()).optional()
54129
+ explanation: nullableType(stringType()).optional(),
54130
+ original_value: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
54131
+ original_explanation: nullableType(stringType()).optional()
54132
+ }).transform((v2) => {
54133
+ return remap(v2, {
54134
+ original_value: "originalValue",
54135
+ original_explanation: "originalExplanation"
54136
+ });
53947
54137
  });
53948
54138
  EvalsToneOfVoiceValue$outboundSchema = objectType({
53949
54139
  value: unionType([numberType(), booleanType(), stringType()]),
53950
- explanation: nullableType(stringType()).optional()
54140
+ explanation: nullableType(stringType()).optional(),
54141
+ originalValue: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
54142
+ originalExplanation: nullableType(stringType()).optional()
54143
+ }).transform((v2) => {
54144
+ return remap(v2, {
54145
+ originalValue: "original_value",
54146
+ originalExplanation: "original_explanation"
54147
+ });
53951
54148
  });
53952
54149
  ((EvalsToneOfVoiceValue$) => {
53953
54150
  EvalsToneOfVoiceValue$.inboundSchema = EvalsToneOfVoiceValue$inboundSchema;
@@ -53966,9 +54163,10 @@ var init_evalstoneofvoice = __esm(() => {
53966
54163
  });
53967
54164
 
53968
54165
  // src/models/operations/evalstranslation.ts
53969
- var EvalsTranslationRequestBody$inboundSchema, EvalsTranslationRequestBody$outboundSchema, EvalsTranslationRequestBody$, EvalsTranslationEvalsValue$inboundSchema, EvalsTranslationEvalsValue$outboundSchema, EvalsTranslationEvalsValue$, EvalsTranslationValue$inboundSchema, EvalsTranslationValue$outboundSchema, EvalsTranslationValue$, EvalsTranslationResponseBody$inboundSchema, EvalsTranslationResponseBody$outboundSchema, EvalsTranslationResponseBody$;
54166
+ var EvalsTranslationRequestBody$inboundSchema, EvalsTranslationRequestBody$outboundSchema, EvalsTranslationRequestBody$, EvalsTranslationEvalsValue$inboundSchema, EvalsTranslationEvalsValue$outboundSchema, EvalsTranslationEvalsValue$, EvalsTranslationOriginalValue$inboundSchema, EvalsTranslationOriginalValue$outboundSchema, EvalsTranslationOriginalValue$, EvalsTranslationValue$inboundSchema, EvalsTranslationValue$outboundSchema, EvalsTranslationValue$, EvalsTranslationResponseBody$inboundSchema, EvalsTranslationResponseBody$outboundSchema, EvalsTranslationResponseBody$;
53970
54167
  var init_evalstranslation = __esm(() => {
53971
54168
  init_esm();
54169
+ init_primitives();
53972
54170
  EvalsTranslationRequestBody$inboundSchema = objectType({
53973
54171
  query: stringType(),
53974
54172
  output: stringType(),
@@ -53989,13 +54187,33 @@ var init_evalstranslation = __esm(() => {
53989
54187
  EvalsTranslationEvalsValue$.inboundSchema = EvalsTranslationEvalsValue$inboundSchema;
53990
54188
  EvalsTranslationEvalsValue$.outboundSchema = EvalsTranslationEvalsValue$outboundSchema;
53991
54189
  })(EvalsTranslationEvalsValue$ ||= {});
54190
+ EvalsTranslationOriginalValue$inboundSchema = unionType([numberType(), booleanType(), stringType()]);
54191
+ EvalsTranslationOriginalValue$outboundSchema = unionType([numberType(), booleanType(), stringType()]);
54192
+ ((EvalsTranslationOriginalValue$) => {
54193
+ EvalsTranslationOriginalValue$.inboundSchema = EvalsTranslationOriginalValue$inboundSchema;
54194
+ EvalsTranslationOriginalValue$.outboundSchema = EvalsTranslationOriginalValue$outboundSchema;
54195
+ })(EvalsTranslationOriginalValue$ ||= {});
53992
54196
  EvalsTranslationValue$inboundSchema = objectType({
53993
54197
  value: unionType([numberType(), booleanType(), stringType()]),
53994
- explanation: nullableType(stringType()).optional()
54198
+ explanation: nullableType(stringType()).optional(),
54199
+ original_value: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
54200
+ original_explanation: nullableType(stringType()).optional()
54201
+ }).transform((v2) => {
54202
+ return remap(v2, {
54203
+ original_value: "originalValue",
54204
+ original_explanation: "originalExplanation"
54205
+ });
53995
54206
  });
53996
54207
  EvalsTranslationValue$outboundSchema = objectType({
53997
54208
  value: unionType([numberType(), booleanType(), stringType()]),
53998
- explanation: nullableType(stringType()).optional()
54209
+ explanation: nullableType(stringType()).optional(),
54210
+ originalValue: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
54211
+ originalExplanation: nullableType(stringType()).optional()
54212
+ }).transform((v2) => {
54213
+ return remap(v2, {
54214
+ originalValue: "original_value",
54215
+ originalExplanation: "original_explanation"
54216
+ });
53999
54217
  });
54000
54218
  ((EvalsTranslationValue$) => {
54001
54219
  EvalsTranslationValue$.inboundSchema = EvalsTranslationValue$inboundSchema;
@@ -54111,7 +54329,7 @@ var init_fileget = __esm(() => {
54111
54329
  bytes: numberType(),
54112
54330
  file_name: stringType(),
54113
54331
  workspace_id: stringType(),
54114
- created: stringType().datetime({ offset: true }).default("2025-10-01T14:07:18.983Z").transform((v2) => new Date(v2))
54332
+ created: stringType().datetime({ offset: true }).default("2025-10-02T12:46:49.899Z").transform((v2) => new Date(v2))
54115
54333
  }).transform((v2) => {
54116
54334
  return remap(v2, {
54117
54335
  _id: "id",
@@ -54127,7 +54345,7 @@ var init_fileget = __esm(() => {
54127
54345
  bytes: numberType(),
54128
54346
  fileName: stringType(),
54129
54347
  workspaceId: stringType(),
54130
- created: dateType().default(() => new Date("2025-10-01T14:07:18.983Z")).transform((v2) => v2.toISOString())
54348
+ created: dateType().default(() => new Date("2025-10-02T12:46:49.899Z")).transform((v2) => v2.toISOString())
54131
54349
  }).transform((v2) => {
54132
54350
  return remap(v2, {
54133
54351
  id: "_id",
@@ -54198,7 +54416,7 @@ var init_filelist = __esm(() => {
54198
54416
  bytes: numberType(),
54199
54417
  file_name: stringType(),
54200
54418
  workspace_id: stringType(),
54201
- created: stringType().datetime({ offset: true }).default("2025-10-01T14:07:18.983Z").transform((v2) => new Date(v2))
54419
+ created: stringType().datetime({ offset: true }).default("2025-10-02T12:46:49.899Z").transform((v2) => new Date(v2))
54202
54420
  }).transform((v2) => {
54203
54421
  return remap(v2, {
54204
54422
  _id: "id",
@@ -54214,7 +54432,7 @@ var init_filelist = __esm(() => {
54214
54432
  bytes: numberType(),
54215
54433
  fileName: stringType(),
54216
54434
  workspaceId: stringType(),
54217
- created: dateType().default(() => new Date("2025-10-01T14:07:18.983Z")).transform((v2) => v2.toISOString())
54435
+ created: dateType().default(() => new Date("2025-10-02T12:46:49.899Z")).transform((v2) => v2.toISOString())
54218
54436
  }).transform((v2) => {
54219
54437
  return remap(v2, {
54220
54438
  id: "_id",
@@ -54346,7 +54564,7 @@ var init_fileupload = __esm(() => {
54346
54564
  bytes: numberType(),
54347
54565
  file_name: stringType(),
54348
54566
  workspace_id: stringType(),
54349
- created: stringType().datetime({ offset: true }).default("2025-10-01T14:07:18.983Z").transform((v2) => new Date(v2))
54567
+ created: stringType().datetime({ offset: true }).default("2025-10-02T12:46:49.899Z").transform((v2) => new Date(v2))
54350
54568
  }).transform((v2) => {
54351
54569
  return remap(v2, {
54352
54570
  _id: "id",
@@ -54362,7 +54580,7 @@ var init_fileupload = __esm(() => {
54362
54580
  bytes: numberType(),
54363
54581
  fileName: stringType(),
54364
54582
  workspaceId: stringType(),
54365
- created: dateType().default(() => new Date("2025-10-01T14:07:18.983Z")).transform((v2) => v2.toISOString())
54583
+ created: dateType().default(() => new Date("2025-10-02T12:46:49.899Z")).transform((v2) => v2.toISOString())
54366
54584
  }).transform((v2) => {
54367
54585
  return remap(v2, {
54368
54586
  id: "_id",
@@ -54619,7 +54837,7 @@ var init_getagent = __esm(() => {
54619
54837
  GetAgentKnowledgeBaseConfiguration$.outboundSchema = GetAgentKnowledgeBaseConfiguration$outboundSchema;
54620
54838
  })(GetAgentKnowledgeBaseConfiguration$ ||= {});
54621
54839
  GetAgentKnowledgeBases$inboundSchema = objectType({
54622
- id: stringType().default("01K6G1JW1P5AM0CZX5G1MK36V3"),
54840
+ id: stringType().default("01K6JFC6M9J7F1BZ9Z89HVFTT3"),
54623
54841
  knowledge_id: stringType(),
54624
54842
  configuration: unionType([
54625
54843
  lazyType(() => GetAgentKnowledgeBaseConfigurationKnowledgeBaseStaticQuery$inboundSchema),
@@ -54631,7 +54849,7 @@ var init_getagent = __esm(() => {
54631
54849
  });
54632
54850
  });
54633
54851
  GetAgentKnowledgeBases$outboundSchema = objectType({
54634
- id: stringType().default("01K6G1JW1P5AM0CZX5G1MK36V3"),
54852
+ id: stringType().default("01K6JFC6M9J7F1BZ9Z89HVFTT3"),
54635
54853
  knowledgeId: stringType(),
54636
54854
  configuration: unionType([
54637
54855
  lazyType(() => GetAgentKnowledgeBaseConfigurationKnowledgeBaseStaticQuery$outboundSchema),
@@ -55701,11 +55919,13 @@ var init_getallprompts = __esm(() => {
55701
55919
  })(GetAllPrompts1Type$ ||= {});
55702
55920
  GetAllPrompts1JsonSchema$inboundSchema = objectType({
55703
55921
  name: stringType(),
55922
+ description: stringType().optional(),
55704
55923
  strict: booleanType().optional(),
55705
55924
  schema: recordType(anyType())
55706
55925
  });
55707
55926
  GetAllPrompts1JsonSchema$outboundSchema = objectType({
55708
55927
  name: stringType(),
55928
+ description: stringType().optional(),
55709
55929
  strict: booleanType().optional(),
55710
55930
  schema: recordType(anyType())
55711
55931
  });
@@ -56364,7 +56584,7 @@ var init_getalltools = __esm(() => {
56364
56584
  DataCodeTool$.outboundSchema = DataCodeTool$outboundSchema;
56365
56585
  })(DataCodeTool$ ||= {});
56366
56586
  Data5$inboundSchema = objectType({
56367
- _id: stringType().default("01K6G1JW9J3C13899085KNGJD9"),
56587
+ _id: stringType().default("01K6JFC6W4F2ZR87VVDYG3PX84"),
56368
56588
  path: stringType(),
56369
56589
  key: stringType(),
56370
56590
  display_name: stringType(),
@@ -56392,7 +56612,7 @@ var init_getalltools = __esm(() => {
56392
56612
  });
56393
56613
  });
56394
56614
  Data5$outboundSchema = objectType({
56395
- id: stringType().default("01K6G1JW9J3C13899085KNGJD9"),
56615
+ id: stringType().default("01K6JFC6W4F2ZR87VVDYG3PX84"),
56396
56616
  path: stringType(),
56397
56617
  key: stringType(),
56398
56618
  displayName: stringType(),
@@ -56510,7 +56730,7 @@ var init_getalltools = __esm(() => {
56510
56730
  DataMcp$.outboundSchema = DataMcp$outboundSchema;
56511
56731
  })(DataMcp$ ||= {});
56512
56732
  Data4$inboundSchema = objectType({
56513
- _id: stringType().default("01K6G1JW9JCXR3YDXRX58R8VSP"),
56733
+ _id: stringType().default("01K6JFC6W4S51FDPPBE5DQ5GEN"),
56514
56734
  path: stringType(),
56515
56735
  key: stringType(),
56516
56736
  display_name: stringType(),
@@ -56537,7 +56757,7 @@ var init_getalltools = __esm(() => {
56537
56757
  });
56538
56758
  });
56539
56759
  Data4$outboundSchema = objectType({
56540
- id: stringType().default("01K6G1JW9JCXR3YDXRX58R8VSP"),
56760
+ id: stringType().default("01K6JFC6W4S51FDPPBE5DQ5GEN"),
56541
56761
  path: stringType(),
56542
56762
  key: stringType(),
56543
56763
  displayName: stringType(),
@@ -56652,7 +56872,7 @@ var init_getalltools = __esm(() => {
56652
56872
  GetAllToolsDataHttp$.outboundSchema = GetAllToolsDataHttp$outboundSchema;
56653
56873
  })(GetAllToolsDataHttp$ ||= {});
56654
56874
  Data3$inboundSchema = objectType({
56655
- _id: stringType().default("01K6G1JW9HPNQS2X5BFABNP0SJ"),
56875
+ _id: stringType().default("01K6JFC6W3X387W2M229JR2Q7E"),
56656
56876
  path: stringType(),
56657
56877
  key: stringType(),
56658
56878
  display_name: stringType(),
@@ -56679,7 +56899,7 @@ var init_getalltools = __esm(() => {
56679
56899
  });
56680
56900
  });
56681
56901
  Data3$outboundSchema = objectType({
56682
- id: stringType().default("01K6G1JW9HPNQS2X5BFABNP0SJ"),
56902
+ id: stringType().default("01K6JFC6W3X387W2M229JR2Q7E"),
56683
56903
  path: stringType(),
56684
56904
  key: stringType(),
56685
56905
  displayName: stringType(),
@@ -56738,7 +56958,7 @@ var init_getalltools = __esm(() => {
56738
56958
  DataJsonSchema$.outboundSchema = DataJsonSchema$outboundSchema;
56739
56959
  })(DataJsonSchema$ ||= {});
56740
56960
  Data2$inboundSchema = objectType({
56741
- _id: stringType().default("01K6G1JW9HP1VB2DQ8T1M5BFMD"),
56961
+ _id: stringType().default("01K6JFC6W328FGB1CNSC884BZ5"),
56742
56962
  path: stringType(),
56743
56963
  key: stringType(),
56744
56964
  display_name: stringType(),
@@ -56766,7 +56986,7 @@ var init_getalltools = __esm(() => {
56766
56986
  });
56767
56987
  });
56768
56988
  Data2$outboundSchema = objectType({
56769
- id: stringType().default("01K6G1JW9HP1VB2DQ8T1M5BFMD"),
56989
+ id: stringType().default("01K6JFC6W328FGB1CNSC884BZ5"),
56770
56990
  path: stringType(),
56771
56991
  key: stringType(),
56772
56992
  displayName: stringType(),
@@ -56826,7 +57046,7 @@ var init_getalltools = __esm(() => {
56826
57046
  GetAllToolsDataFunction$.outboundSchema = GetAllToolsDataFunction$outboundSchema;
56827
57047
  })(GetAllToolsDataFunction$ ||= {});
56828
57048
  Data1$inboundSchema = objectType({
56829
- _id: stringType().default("01K6G1JW9HR97FWYDPAMK05NAR"),
57049
+ _id: stringType().default("01K6JFC6W3K7WRHWYCXRJ0VMFJ"),
56830
57050
  path: stringType(),
56831
57051
  key: stringType(),
56832
57052
  display_name: stringType(),
@@ -56853,7 +57073,7 @@ var init_getalltools = __esm(() => {
56853
57073
  });
56854
57074
  });
56855
57075
  Data1$outboundSchema = objectType({
56856
- id: stringType().default("01K6G1JW9HR97FWYDPAMK05NAR"),
57076
+ id: stringType().default("01K6JFC6W3K7WRHWYCXRJ0VMFJ"),
56857
57077
  path: stringType(),
56858
57078
  key: stringType(),
56859
57079
  displayName: stringType(),
@@ -57025,7 +57245,7 @@ var init_getbudget = __esm(() => {
57025
57245
  is_active: booleanType(),
57026
57246
  consumption: lazyType(() => GetBudgetConsumption$inboundSchema).optional(),
57027
57247
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
57028
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
57248
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
57029
57249
  }).transform((v2) => {
57030
57250
  return remap(v2, {
57031
57251
  _id: "id",
@@ -57041,7 +57261,7 @@ var init_getbudget = __esm(() => {
57041
57261
  isActive: booleanType(),
57042
57262
  consumption: lazyType(() => GetBudgetConsumption$outboundSchema).optional(),
57043
57263
  created: dateType().transform((v2) => v2.toISOString()).optional(),
57044
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
57264
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
57045
57265
  }).transform((v2) => {
57046
57266
  return remap(v2, {
57047
57267
  id: "_id",
@@ -57404,8 +57624,8 @@ var init_getevals = __esm(() => {
57404
57624
  DataTypescript$inboundSchema = objectType({
57405
57625
  _id: stringType(),
57406
57626
  description: stringType(),
57407
- created: stringType().default("2025-10-01T14:07:18.307Z"),
57408
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
57627
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
57628
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
57409
57629
  guardrail_config: unionType([
57410
57630
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
57411
57631
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
@@ -57422,8 +57642,8 @@ var init_getevals = __esm(() => {
57422
57642
  DataTypescript$outboundSchema = objectType({
57423
57643
  id: stringType(),
57424
57644
  description: stringType(),
57425
- created: stringType().default("2025-10-01T14:07:18.307Z"),
57426
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
57645
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
57646
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
57427
57647
  guardrailConfig: unionType([
57428
57648
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
57429
57649
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
@@ -57516,8 +57736,8 @@ var init_getevals = __esm(() => {
57516
57736
  DataRagas$inboundSchema = objectType({
57517
57737
  _id: stringType(),
57518
57738
  description: stringType(),
57519
- created: stringType().default("2025-10-01T14:07:18.307Z"),
57520
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
57739
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
57740
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
57521
57741
  guardrail_config: unionType([
57522
57742
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
57523
57743
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema)
@@ -57536,8 +57756,8 @@ var init_getevals = __esm(() => {
57536
57756
  DataRagas$outboundSchema = objectType({
57537
57757
  id: stringType(),
57538
57758
  description: stringType(),
57539
- created: stringType().default("2025-10-01T14:07:18.307Z"),
57540
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
57759
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
57760
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
57541
57761
  guardrailConfig: unionType([
57542
57762
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
57543
57763
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema)
@@ -58290,8 +58510,8 @@ var init_getevals = __esm(() => {
58290
58510
  DataFunction$inboundSchema = objectType({
58291
58511
  _id: stringType(),
58292
58512
  description: stringType(),
58293
- created: stringType().default("2025-10-01T14:07:18.307Z"),
58294
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
58513
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
58514
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
58295
58515
  guardrail_config: unionType([
58296
58516
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
58297
58517
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema)
@@ -58345,8 +58565,8 @@ var init_getevals = __esm(() => {
58345
58565
  DataFunction$outboundSchema = objectType({
58346
58566
  id: stringType(),
58347
58567
  description: stringType(),
58348
- created: stringType().default("2025-10-01T14:07:18.307Z"),
58349
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
58568
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
58569
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
58350
58570
  guardrailConfig: unionType([
58351
58571
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
58352
58572
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema)
@@ -58470,8 +58690,8 @@ var init_getevals = __esm(() => {
58470
58690
  DataPython$inboundSchema = objectType({
58471
58691
  _id: stringType(),
58472
58692
  description: stringType(),
58473
- created: stringType().default("2025-10-01T14:07:18.307Z"),
58474
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
58693
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
58694
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
58475
58695
  guardrail_config: unionType([
58476
58696
  lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
58477
58697
  lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema)
@@ -58488,8 +58708,8 @@ var init_getevals = __esm(() => {
58488
58708
  DataPython$outboundSchema = objectType({
58489
58709
  id: stringType(),
58490
58710
  description: stringType(),
58491
- created: stringType().default("2025-10-01T14:07:18.307Z"),
58492
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
58711
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
58712
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
58493
58713
  guardrailConfig: unionType([
58494
58714
  lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
58495
58715
  lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema)
@@ -58582,8 +58802,8 @@ var init_getevals = __esm(() => {
58582
58802
  DataHTTP$inboundSchema = objectType({
58583
58803
  _id: stringType(),
58584
58804
  description: stringType(),
58585
- created: stringType().default("2025-10-01T14:07:18.307Z"),
58586
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
58805
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
58806
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
58587
58807
  guardrail_config: unionType([
58588
58808
  lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema),
58589
58809
  lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema)
@@ -58603,8 +58823,8 @@ var init_getevals = __esm(() => {
58603
58823
  DataHTTP$outboundSchema = objectType({
58604
58824
  id: stringType(),
58605
58825
  description: stringType(),
58606
- created: stringType().default("2025-10-01T14:07:18.307Z"),
58607
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
58826
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
58827
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
58608
58828
  guardrailConfig: unionType([
58609
58829
  lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema),
58610
58830
  lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema)
@@ -58694,8 +58914,8 @@ var init_getevals = __esm(() => {
58694
58914
  DataJSON$inboundSchema = objectType({
58695
58915
  _id: stringType(),
58696
58916
  description: stringType(),
58697
- created: stringType().default("2025-10-01T14:07:18.307Z"),
58698
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
58917
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
58918
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
58699
58919
  guardrail_config: unionType([
58700
58920
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema),
58701
58921
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema)
@@ -58712,8 +58932,8 @@ var init_getevals = __esm(() => {
58712
58932
  DataJSON$outboundSchema = objectType({
58713
58933
  id: stringType(),
58714
58934
  description: stringType(),
58715
- created: stringType().default("2025-10-01T14:07:18.307Z"),
58716
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
58935
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
58936
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
58717
58937
  guardrailConfig: unionType([
58718
58938
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema),
58719
58939
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema)
@@ -58800,8 +59020,8 @@ var init_getevals = __esm(() => {
58800
59020
  DataLLM$inboundSchema = objectType({
58801
59021
  _id: stringType(),
58802
59022
  description: stringType(),
58803
- created: stringType().default("2025-10-01T14:07:18.307Z"),
58804
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
59023
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
59024
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
58805
59025
  guardrail_config: unionType([
58806
59026
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
58807
59027
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
@@ -58819,8 +59039,8 @@ var init_getevals = __esm(() => {
58819
59039
  DataLLM$outboundSchema = objectType({
58820
59040
  id: stringType(),
58821
59041
  description: stringType(),
58822
- created: stringType().default("2025-10-01T14:07:18.307Z"),
58823
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
59042
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
59043
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
58824
59044
  guardrailConfig: unionType([
58825
59045
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
58826
59046
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
@@ -59377,11 +59597,13 @@ var init_getoneprompt = __esm(() => {
59377
59597
  })(GetOnePrompt1Type$ ||= {});
59378
59598
  GetOnePrompt1JsonSchema$inboundSchema = objectType({
59379
59599
  name: stringType(),
59600
+ description: stringType().optional(),
59380
59601
  strict: booleanType().optional(),
59381
59602
  schema: recordType(anyType())
59382
59603
  });
59383
59604
  GetOnePrompt1JsonSchema$outboundSchema = objectType({
59384
59605
  name: stringType(),
59606
+ description: stringType().optional(),
59385
59607
  strict: booleanType().optional(),
59386
59608
  schema: recordType(anyType())
59387
59609
  });
@@ -60120,11 +60342,13 @@ var init_getpromptversion = __esm(() => {
60120
60342
  })(GetPromptVersion1Type$ ||= {});
60121
60343
  GetPromptVersion1JsonSchema$inboundSchema = objectType({
60122
60344
  name: stringType(),
60345
+ description: stringType().optional(),
60123
60346
  strict: booleanType().optional(),
60124
60347
  schema: recordType(anyType())
60125
60348
  });
60126
60349
  GetPromptVersion1JsonSchema$outboundSchema = objectType({
60127
60350
  name: stringType(),
60351
+ description: stringType().optional(),
60128
60352
  strict: booleanType().optional(),
60129
60353
  schema: recordType(anyType())
60130
60354
  });
@@ -60611,7 +60835,7 @@ var init_getpromptversion = __esm(() => {
60611
60835
  });
60612
60836
 
60613
60837
  // src/models/operations/invokeeval.ts
60614
- var InvokeEvalRole, InvokeEval2EvalsRequestType, InvokeEval2EvalsType, InvokeEval2Type, InvokeEvalType, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType, InvokeEvalResponseBodyEvalsResponse200Type, InvokeEvalResponseBodyEvalsResponseType, InvokeEvalResponseBodyEvalsType, InvokeEvalResponseBodyType, InvokeEvalRole$inboundSchema, InvokeEvalRole$outboundSchema, InvokeEvalRole$, InvokeEval2EvalsRequestType$inboundSchema, InvokeEval2EvalsRequestType$outboundSchema, InvokeEval2EvalsRequestType$, InvokeEval2File$inboundSchema, InvokeEval2File$outboundSchema, InvokeEval2File$, InvokeEval23$inboundSchema, InvokeEval23$outboundSchema, InvokeEval23$, InvokeEval2EvalsType$inboundSchema, InvokeEval2EvalsType$outboundSchema, InvokeEval2EvalsType$, InvokeEval2ImageUrl$inboundSchema, InvokeEval2ImageUrl$outboundSchema, InvokeEval2ImageUrl$, InvokeEval22$inboundSchema, InvokeEval22$outboundSchema, InvokeEval22$, InvokeEval2Type$inboundSchema, InvokeEval2Type$outboundSchema, InvokeEval2Type$, InvokeEval21$inboundSchema, InvokeEval21$outboundSchema, InvokeEval21$, InvokeEvalContent2$inboundSchema, InvokeEvalContent2$outboundSchema, InvokeEvalContent2$, InvokeEvalContent$inboundSchema, InvokeEvalContent$outboundSchema, InvokeEvalContent$, InvokeEvalType$inboundSchema, InvokeEvalType$outboundSchema, InvokeEvalType$, InvokeEvalFunction$inboundSchema, InvokeEvalFunction$outboundSchema, InvokeEvalFunction$, InvokeEvalToolCalls$inboundSchema, InvokeEvalToolCalls$outboundSchema, InvokeEvalToolCalls$, InvokeEvalMessages$inboundSchema, InvokeEvalMessages$outboundSchema, InvokeEvalMessages$, InvokeEvalRequestBody$inboundSchema, InvokeEvalRequestBody$outboundSchema, InvokeEvalRequestBody$, InvokeEvalRequest$inboundSchema, InvokeEvalRequest$outboundSchema, InvokeEvalRequest$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONValue$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONValue$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONValue$, InvokeEvalResponseBodyEvalsResponse200Value$inboundSchema, InvokeEvalResponseBodyEvalsResponse200Value$outboundSchema, InvokeEvalResponseBodyEvalsResponse200Value$, InvokeEvalResponseBodyHTTP$inboundSchema, InvokeEvalResponseBodyHTTP$outboundSchema, InvokeEvalResponseBodyHTTP$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$, InvokeEvalResponseBodyEvalsResponseValue$inboundSchema, InvokeEvalResponseBodyEvalsResponseValue$outboundSchema, InvokeEvalResponseBodyEvalsResponseValue$, InvokeEvalResponseBodyLLM$inboundSchema, InvokeEvalResponseBodyLLM$outboundSchema, InvokeEvalResponseBodyLLM$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$, InvokeEvalResponseBodyEvalsValue$inboundSchema, InvokeEvalResponseBodyEvalsValue$outboundSchema, InvokeEvalResponseBodyEvalsValue$, BERTScore$inboundSchema, BERTScore$outboundSchema, BERTScore$, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$, Rouge1$inboundSchema, Rouge1$outboundSchema, Rouge1$, Rouge2$inboundSchema, Rouge2$outboundSchema, Rouge2$, RougeL$inboundSchema, RougeL$outboundSchema, RougeL$, InvokeEvalResponseBodyValue$inboundSchema, InvokeEvalResponseBodyValue$outboundSchema, InvokeEvalResponseBodyValue$, RougeN$inboundSchema, RougeN$outboundSchema, RougeN$, InvokeEvalResponseBodyEvalsResponse200Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200Type$, StringArray$inboundSchema, StringArray$outboundSchema, StringArray$, InvokeEvalResponseBodyEvalsResponseType$inboundSchema, InvokeEvalResponseBodyEvalsResponseType$outboundSchema, InvokeEvalResponseBodyEvalsResponseType$, ResponseBodyValue$inboundSchema, ResponseBodyValue$outboundSchema, ResponseBodyValue$, ResponseBodyBoolean$inboundSchema, ResponseBodyBoolean$outboundSchema, ResponseBodyBoolean$, InvokeEvalResponseBodyEvalsType$inboundSchema, InvokeEvalResponseBodyEvalsType$outboundSchema, InvokeEvalResponseBodyEvalsType$, ResponseBodyNumber$inboundSchema, ResponseBodyNumber$outboundSchema, ResponseBodyNumber$, InvokeEvalResponseBodyType$inboundSchema, InvokeEvalResponseBodyType$outboundSchema, InvokeEvalResponseBodyType$, String$inboundSchema, String$outboundSchema, String$, InvokeEvalResponseBody$inboundSchema, InvokeEvalResponseBody$outboundSchema, InvokeEvalResponseBody$;
60838
+ var InvokeEvalRole, InvokeEval2EvalsRequestType, InvokeEval2EvalsType, InvokeEval2Type, InvokeEvalType, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType, InvokeEvalResponseBodyEvalsResponse200Type, InvokeEvalResponseBodyEvalsResponseType, InvokeEvalResponseBodyEvalsType, InvokeEvalResponseBodyType, InvokeEvalRole$inboundSchema, InvokeEvalRole$outboundSchema, InvokeEvalRole$, InvokeEval2EvalsRequestType$inboundSchema, InvokeEval2EvalsRequestType$outboundSchema, InvokeEval2EvalsRequestType$, InvokeEval2File$inboundSchema, InvokeEval2File$outboundSchema, InvokeEval2File$, InvokeEval23$inboundSchema, InvokeEval23$outboundSchema, InvokeEval23$, InvokeEval2EvalsType$inboundSchema, InvokeEval2EvalsType$outboundSchema, InvokeEval2EvalsType$, InvokeEval2ImageUrl$inboundSchema, InvokeEval2ImageUrl$outboundSchema, InvokeEval2ImageUrl$, InvokeEval22$inboundSchema, InvokeEval22$outboundSchema, InvokeEval22$, InvokeEval2Type$inboundSchema, InvokeEval2Type$outboundSchema, InvokeEval2Type$, InvokeEval21$inboundSchema, InvokeEval21$outboundSchema, InvokeEval21$, InvokeEvalContent2$inboundSchema, InvokeEvalContent2$outboundSchema, InvokeEvalContent2$, InvokeEvalContent$inboundSchema, InvokeEvalContent$outboundSchema, InvokeEvalContent$, InvokeEvalType$inboundSchema, InvokeEvalType$outboundSchema, InvokeEvalType$, InvokeEvalFunction$inboundSchema, InvokeEvalFunction$outboundSchema, InvokeEvalFunction$, InvokeEvalToolCalls$inboundSchema, InvokeEvalToolCalls$outboundSchema, InvokeEvalToolCalls$, InvokeEvalMessages$inboundSchema, InvokeEvalMessages$outboundSchema, InvokeEvalMessages$, InvokeEvalRequestBody$inboundSchema, InvokeEvalRequestBody$outboundSchema, InvokeEvalRequestBody$, InvokeEvalRequest$inboundSchema, InvokeEvalRequest$outboundSchema, InvokeEvalRequest$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson8Type$, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONValue$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONValue$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONValue$, InvokeEvalResponseBodyEvalsResponse200Value$inboundSchema, InvokeEvalResponseBodyEvalsResponse200Value$outboundSchema, InvokeEvalResponseBodyEvalsResponse200Value$, InvokeEvalResponseBodyHTTP$inboundSchema, InvokeEvalResponseBodyHTTP$outboundSchema, InvokeEvalResponseBodyHTTP$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Type$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$, ResponseBodyOriginalValue$inboundSchema, ResponseBodyOriginalValue$outboundSchema, ResponseBodyOriginalValue$, InvokeEvalResponseBodyEvalsResponseValue$inboundSchema, InvokeEvalResponseBodyEvalsResponseValue$outboundSchema, InvokeEvalResponseBodyEvalsResponseValue$, InvokeEvalResponseBodyLLM$inboundSchema, InvokeEvalResponseBodyLLM$outboundSchema, InvokeEvalResponseBodyLLM$, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJson6Type$, InvokeEvalResponseBodyEvalsValue$inboundSchema, InvokeEvalResponseBodyEvalsValue$outboundSchema, InvokeEvalResponseBodyEvalsValue$, BERTScore$inboundSchema, BERTScore$outboundSchema, BERTScore$, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$outboundSchema, InvokeEvalResponseBodyEvalsResponse200ApplicationJSONType$, Rouge1$inboundSchema, Rouge1$outboundSchema, Rouge1$, Rouge2$inboundSchema, Rouge2$outboundSchema, Rouge2$, RougeL$inboundSchema, RougeL$outboundSchema, RougeL$, InvokeEvalResponseBodyValue$inboundSchema, InvokeEvalResponseBodyValue$outboundSchema, InvokeEvalResponseBodyValue$, RougeN$inboundSchema, RougeN$outboundSchema, RougeN$, InvokeEvalResponseBodyEvalsResponse200Type$inboundSchema, InvokeEvalResponseBodyEvalsResponse200Type$outboundSchema, InvokeEvalResponseBodyEvalsResponse200Type$, StringArray$inboundSchema, StringArray$outboundSchema, StringArray$, InvokeEvalResponseBodyEvalsResponseType$inboundSchema, InvokeEvalResponseBodyEvalsResponseType$outboundSchema, InvokeEvalResponseBodyEvalsResponseType$, ResponseBodyValue$inboundSchema, ResponseBodyValue$outboundSchema, ResponseBodyValue$, ResponseBodyBoolean$inboundSchema, ResponseBodyBoolean$outboundSchema, ResponseBodyBoolean$, InvokeEvalResponseBodyEvalsType$inboundSchema, InvokeEvalResponseBodyEvalsType$outboundSchema, InvokeEvalResponseBodyEvalsType$, ResponseBodyNumber$inboundSchema, ResponseBodyNumber$outboundSchema, ResponseBodyNumber$, InvokeEvalResponseBodyType$inboundSchema, InvokeEvalResponseBodyType$outboundSchema, InvokeEvalResponseBodyType$, String$inboundSchema, String$outboundSchema, String$, InvokeEvalResponseBody$inboundSchema, InvokeEvalResponseBody$outboundSchema, InvokeEvalResponseBody$;
60615
60839
  var init_invokeeval = __esm(() => {
60616
60840
  init_esm();
60617
60841
  init_primitives();
@@ -60955,22 +61179,36 @@ var init_invokeeval = __esm(() => {
60955
61179
  InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$.inboundSchema = InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$inboundSchema;
60956
61180
  InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$.outboundSchema = InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$outboundSchema;
60957
61181
  })(InvokeEvalResponseBodyEvalsResponse200ApplicationJson7Value$ ||= {});
61182
+ ResponseBodyOriginalValue$inboundSchema = unionType([numberType(), booleanType(), stringType()]);
61183
+ ResponseBodyOriginalValue$outboundSchema = unionType([numberType(), booleanType(), stringType()]);
61184
+ ((ResponseBodyOriginalValue$) => {
61185
+ ResponseBodyOriginalValue$.inboundSchema = ResponseBodyOriginalValue$inboundSchema;
61186
+ ResponseBodyOriginalValue$.outboundSchema = ResponseBodyOriginalValue$outboundSchema;
61187
+ })(ResponseBodyOriginalValue$ ||= {});
60958
61188
  InvokeEvalResponseBodyEvalsResponseValue$inboundSchema = objectType({
60959
61189
  workflow_run_id: stringType(),
60960
61190
  value: unionType([numberType(), booleanType(), stringType()]),
60961
- explanation: nullableType(stringType()).optional()
61191
+ explanation: nullableType(stringType()).optional(),
61192
+ original_value: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
61193
+ original_explanation: nullableType(stringType()).optional()
60962
61194
  }).transform((v2) => {
60963
61195
  return remap(v2, {
60964
- workflow_run_id: "workflowRunId"
61196
+ workflow_run_id: "workflowRunId",
61197
+ original_value: "originalValue",
61198
+ original_explanation: "originalExplanation"
60965
61199
  });
60966
61200
  });
60967
61201
  InvokeEvalResponseBodyEvalsResponseValue$outboundSchema = objectType({
60968
61202
  workflowRunId: stringType(),
60969
61203
  value: unionType([numberType(), booleanType(), stringType()]),
60970
- explanation: nullableType(stringType()).optional()
61204
+ explanation: nullableType(stringType()).optional(),
61205
+ originalValue: nullableType(unionType([numberType(), booleanType(), stringType()])).optional(),
61206
+ originalExplanation: nullableType(stringType()).optional()
60971
61207
  }).transform((v2) => {
60972
61208
  return remap(v2, {
60973
- workflowRunId: "workflow_run_id"
61209
+ workflowRunId: "workflow_run_id",
61210
+ originalValue: "original_value",
61211
+ originalExplanation: "original_explanation"
60974
61212
  });
60975
61213
  });
60976
61214
  ((InvokeEvalResponseBodyEvalsResponseValue$) => {
@@ -61157,11 +61395,21 @@ var init_invokeeval = __esm(() => {
61157
61395
  })(InvokeEvalResponseBodyEvalsType$ ||= {});
61158
61396
  ResponseBodyNumber$inboundSchema = objectType({
61159
61397
  type: InvokeEvalResponseBodyEvalsType$inboundSchema,
61398
+ original_value: nullableType(numberType()).optional(),
61160
61399
  value: nullableType(numberType())
61400
+ }).transform((v2) => {
61401
+ return remap(v2, {
61402
+ original_value: "originalValue"
61403
+ });
61161
61404
  });
61162
61405
  ResponseBodyNumber$outboundSchema = objectType({
61163
61406
  type: InvokeEvalResponseBodyEvalsType$outboundSchema,
61407
+ originalValue: nullableType(numberType()).optional(),
61164
61408
  value: nullableType(numberType())
61409
+ }).transform((v2) => {
61410
+ return remap(v2, {
61411
+ originalValue: "original_value"
61412
+ });
61165
61413
  });
61166
61414
  ((ResponseBodyNumber$) => {
61167
61415
  ResponseBodyNumber$.inboundSchema = ResponseBodyNumber$inboundSchema;
@@ -61175,11 +61423,21 @@ var init_invokeeval = __esm(() => {
61175
61423
  })(InvokeEvalResponseBodyType$ ||= {});
61176
61424
  String$inboundSchema = objectType({
61177
61425
  type: InvokeEvalResponseBodyType$inboundSchema,
61426
+ original_value: nullableType(stringType()).optional(),
61178
61427
  value: nullableType(stringType()).optional()
61428
+ }).transform((v2) => {
61429
+ return remap(v2, {
61430
+ original_value: "originalValue"
61431
+ });
61179
61432
  });
61180
61433
  String$outboundSchema = objectType({
61181
61434
  type: InvokeEvalResponseBodyType$outboundSchema,
61435
+ originalValue: nullableType(stringType()).optional(),
61182
61436
  value: nullableType(stringType()).optional()
61437
+ }).transform((v2) => {
61438
+ return remap(v2, {
61439
+ originalValue: "original_value"
61440
+ });
61183
61441
  });
61184
61442
  ((String$) => {
61185
61443
  String$.inboundSchema = String$inboundSchema;
@@ -61652,7 +61910,7 @@ var init_listagents = __esm(() => {
61652
61910
  ListAgentsKnowledgeBaseConfiguration$.outboundSchema = ListAgentsKnowledgeBaseConfiguration$outboundSchema;
61653
61911
  })(ListAgentsKnowledgeBaseConfiguration$ ||= {});
61654
61912
  ListAgentsKnowledgeBases$inboundSchema = objectType({
61655
- id: stringType().default("01K6G1JW1KD8WT78B92RS9KF5C"),
61913
+ id: stringType().default("01K6JFC6M7BBTDMVV5H8XPRX5D"),
61656
61914
  knowledge_id: stringType(),
61657
61915
  configuration: unionType([
61658
61916
  lazyType(() => ListAgentsKnowledgeBaseConfigurationKnowledgeBaseStaticQuery$inboundSchema),
@@ -61664,7 +61922,7 @@ var init_listagents = __esm(() => {
61664
61922
  });
61665
61923
  });
61666
61924
  ListAgentsKnowledgeBases$outboundSchema = objectType({
61667
- id: stringType().default("01K6G1JW1KD8WT78B92RS9KF5C"),
61925
+ id: stringType().default("01K6JFC6M7BBTDMVV5H8XPRX5D"),
61668
61926
  knowledgeId: stringType(),
61669
61927
  configuration: unionType([
61670
61928
  lazyType(() => ListAgentsKnowledgeBaseConfigurationKnowledgeBaseStaticQuery$outboundSchema),
@@ -61922,7 +62180,7 @@ var init_listbudgets = __esm(() => {
61922
62180
  is_active: booleanType(),
61923
62181
  consumption: lazyType(() => ListBudgetsConsumption$inboundSchema).optional(),
61924
62182
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
61925
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
62183
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
61926
62184
  }).transform((v2) => {
61927
62185
  return remap(v2, {
61928
62186
  _id: "id",
@@ -61938,7 +62196,7 @@ var init_listbudgets = __esm(() => {
61938
62196
  isActive: booleanType(),
61939
62197
  consumption: lazyType(() => ListBudgetsConsumption$outboundSchema).optional(),
61940
62198
  created: dateType().transform((v2) => v2.toISOString()).optional(),
61941
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
62199
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
61942
62200
  }).transform((v2) => {
61943
62201
  return remap(v2, {
61944
62202
  id: "_id",
@@ -62206,7 +62464,7 @@ var init_listcontacts = __esm(() => {
62206
62464
  tags: arrayType(stringType()).optional(),
62207
62465
  metadata: recordType(anyType()).optional(),
62208
62466
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
62209
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2)),
62467
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2)),
62210
62468
  metrics: lazyType(() => ListContactsMetrics$inboundSchema)
62211
62469
  }).transform((v2) => {
62212
62470
  return remap(v2, {
@@ -62225,7 +62483,7 @@ var init_listcontacts = __esm(() => {
62225
62483
  tags: arrayType(stringType()).optional(),
62226
62484
  metadata: recordType(anyType()).optional(),
62227
62485
  created: dateType().transform((v2) => v2.toISOString()).optional(),
62228
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString()),
62486
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString()),
62229
62487
  metrics: lazyType(() => ListContactsMetrics$outboundSchema)
62230
62488
  }).transform((v2) => {
62231
62489
  return remap(v2, {
@@ -62977,7 +63235,7 @@ var init_listdatasetdatapoints = __esm(() => {
62977
63235
  created_by_id: stringType().optional(),
62978
63236
  updated_by_id: stringType().optional(),
62979
63237
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
62980
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
63238
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
62981
63239
  }).transform((v2) => {
62982
63240
  return remap(v2, {
62983
63241
  _id: "id",
@@ -63004,7 +63262,7 @@ var init_listdatasetdatapoints = __esm(() => {
63004
63262
  createdById: stringType().optional(),
63005
63263
  updatedById: stringType().optional(),
63006
63264
  created: dateType().transform((v2) => v2.toISOString()).optional(),
63007
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
63265
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
63008
63266
  }).transform((v2) => {
63009
63267
  return remap(v2, {
63010
63268
  id: "_id",
@@ -63112,7 +63370,7 @@ var init_listdatasets = __esm(() => {
63112
63370
  updated_by_id: stringType().optional(),
63113
63371
  metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
63114
63372
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
63115
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
63373
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
63116
63374
  }).transform((v2) => {
63117
63375
  return remap(v2, {
63118
63376
  _id: "id",
@@ -63132,7 +63390,7 @@ var init_listdatasets = __esm(() => {
63132
63390
  updatedById: stringType().optional(),
63133
63391
  metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
63134
63392
  created: dateType().transform((v2) => v2.toISOString()).optional(),
63135
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
63393
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
63136
63394
  }).transform((v2) => {
63137
63395
  return remap(v2, {
63138
63396
  id: "_id",
@@ -63237,7 +63495,7 @@ var init_listdatasources = __esm(() => {
63237
63495
  ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
63238
63496
  })(ListDatasourcesStatus$ ||= {});
63239
63497
  ListDatasourcesData$inboundSchema = objectType({
63240
- _id: stringType().default("01K6G1JW64AHWAV44Y5QA9Y1K1"),
63498
+ _id: stringType().default("01K6JFC6RXNE0A4RZ318HJ4GTR"),
63241
63499
  display_name: stringType(),
63242
63500
  description: stringType().optional(),
63243
63501
  status: ListDatasourcesStatus$inboundSchema,
@@ -63260,7 +63518,7 @@ var init_listdatasources = __esm(() => {
63260
63518
  });
63261
63519
  });
63262
63520
  ListDatasourcesData$outboundSchema = objectType({
63263
- id: stringType().default("01K6G1JW64AHWAV44Y5QA9Y1K1"),
63521
+ id: stringType().default("01K6JFC6RXNE0A4RZ318HJ4GTR"),
63264
63522
  displayName: stringType(),
63265
63523
  description: stringType().optional(),
63266
63524
  status: ListDatasourcesStatus$outboundSchema,
@@ -63840,11 +64098,13 @@ var init_listpromptversions = __esm(() => {
63840
64098
  })(ListPromptVersions1Type$ ||= {});
63841
64099
  ListPromptVersions1JsonSchema$inboundSchema = objectType({
63842
64100
  name: stringType(),
64101
+ description: stringType().optional(),
63843
64102
  strict: booleanType().optional(),
63844
64103
  schema: recordType(anyType())
63845
64104
  });
63846
64105
  ListPromptVersions1JsonSchema$outboundSchema = objectType({
63847
64106
  name: stringType(),
64107
+ description: stringType().optional(),
63848
64108
  strict: booleanType().optional(),
63849
64109
  schema: recordType(anyType())
63850
64110
  });
@@ -64947,7 +65207,7 @@ var init_retrievecontact = __esm(() => {
64947
65207
  tags: arrayType(stringType()).optional(),
64948
65208
  metadata: recordType(anyType()).optional(),
64949
65209
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
64950
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
65210
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
64951
65211
  }).transform((v2) => {
64952
65212
  return remap(v2, {
64953
65213
  _id: "id",
@@ -64965,7 +65225,7 @@ var init_retrievecontact = __esm(() => {
64965
65225
  tags: arrayType(stringType()).optional(),
64966
65226
  metadata: recordType(anyType()).optional(),
64967
65227
  created: dateType().transform((v2) => v2.toISOString()).optional(),
64968
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
65228
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
64969
65229
  }).transform((v2) => {
64970
65230
  return remap(v2, {
64971
65231
  id: "_id",
@@ -65679,7 +65939,7 @@ var init_retrievedatapoint = __esm(() => {
65679
65939
  created_by_id: stringType().optional(),
65680
65940
  updated_by_id: stringType().optional(),
65681
65941
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
65682
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
65942
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
65683
65943
  }).transform((v2) => {
65684
65944
  return remap(v2, {
65685
65945
  _id: "id",
@@ -65706,7 +65966,7 @@ var init_retrievedatapoint = __esm(() => {
65706
65966
  createdById: stringType().optional(),
65707
65967
  updatedById: stringType().optional(),
65708
65968
  created: dateType().transform((v2) => v2.toISOString()).optional(),
65709
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
65969
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
65710
65970
  }).transform((v2) => {
65711
65971
  return remap(v2, {
65712
65972
  id: "_id",
@@ -65777,7 +66037,7 @@ var init_retrievedataset = __esm(() => {
65777
66037
  updated_by_id: stringType().optional(),
65778
66038
  metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
65779
66039
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
65780
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
66040
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
65781
66041
  }).transform((v2) => {
65782
66042
  return remap(v2, {
65783
66043
  _id: "id",
@@ -65797,7 +66057,7 @@ var init_retrievedataset = __esm(() => {
65797
66057
  updatedById: stringType().optional(),
65798
66058
  metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
65799
66059
  created: dateType().transform((v2) => v2.toISOString()).optional(),
65800
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
66060
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
65801
66061
  }).transform((v2) => {
65802
66062
  return remap(v2, {
65803
66063
  id: "_id",
@@ -65855,7 +66115,7 @@ var init_retrievedatasource = __esm(() => {
65855
66115
  RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
65856
66116
  })(RetrieveDatasourceStatus$ ||= {});
65857
66117
  RetrieveDatasourceResponseBody$inboundSchema = objectType({
65858
- _id: stringType().default("01K6G1JW65GFJ5PWZMN574QR2Y"),
66118
+ _id: stringType().default("01K6JFC6RYQX656XE8G2KBXC0R"),
65859
66119
  display_name: stringType(),
65860
66120
  description: stringType().optional(),
65861
66121
  status: RetrieveDatasourceStatus$inboundSchema,
@@ -65878,7 +66138,7 @@ var init_retrievedatasource = __esm(() => {
65878
66138
  });
65879
66139
  });
65880
66140
  RetrieveDatasourceResponseBody$outboundSchema = objectType({
65881
- id: stringType().default("01K6G1JW65GFJ5PWZMN574QR2Y"),
66141
+ id: stringType().default("01K6JFC6RYQX656XE8G2KBXC0R"),
65882
66142
  displayName: stringType(),
65883
66143
  description: stringType().optional(),
65884
66144
  status: RetrieveDatasourceStatus$outboundSchema,
@@ -66501,17 +66761,17 @@ var init_retrievetool = __esm(() => {
66501
66761
  Function: "function"
66502
66762
  };
66503
66763
  RetrieveToolRequest$inboundSchema = objectType({
66504
- tool_key: stringType()
66764
+ tool_id: stringType()
66505
66765
  }).transform((v2) => {
66506
66766
  return remap(v2, {
66507
- tool_key: "toolKey"
66767
+ tool_id: "toolId"
66508
66768
  });
66509
66769
  });
66510
66770
  RetrieveToolRequest$outboundSchema = objectType({
66511
- toolKey: stringType()
66771
+ toolId: stringType()
66512
66772
  }).transform((v2) => {
66513
66773
  return remap(v2, {
66514
- toolKey: "tool_key"
66774
+ toolId: "tool_id"
66515
66775
  });
66516
66776
  });
66517
66777
  ((RetrieveToolRequest$) => {
@@ -66551,7 +66811,7 @@ var init_retrievetool = __esm(() => {
66551
66811
  RetrieveToolResponseBodyCodeTool$.outboundSchema = RetrieveToolResponseBodyCodeTool$outboundSchema;
66552
66812
  })(RetrieveToolResponseBodyCodeTool$ ||= {});
66553
66813
  RetrieveToolResponseBody5$inboundSchema = objectType({
66554
- _id: stringType().default("01K6G1JWA1HBZMWXR1C63DR5TR"),
66814
+ _id: stringType().default("01K6JFC6WJTD7CM70C501EF6E5"),
66555
66815
  path: stringType(),
66556
66816
  key: stringType(),
66557
66817
  display_name: stringType(),
@@ -66579,7 +66839,7 @@ var init_retrievetool = __esm(() => {
66579
66839
  });
66580
66840
  });
66581
66841
  RetrieveToolResponseBody5$outboundSchema = objectType({
66582
- id: stringType().default("01K6G1JWA1HBZMWXR1C63DR5TR"),
66842
+ id: stringType().default("01K6JFC6WJTD7CM70C501EF6E5"),
66583
66843
  path: stringType(),
66584
66844
  key: stringType(),
66585
66845
  displayName: stringType(),
@@ -66697,7 +66957,7 @@ var init_retrievetool = __esm(() => {
66697
66957
  RetrieveToolResponseBodyMcp$.outboundSchema = RetrieveToolResponseBodyMcp$outboundSchema;
66698
66958
  })(RetrieveToolResponseBodyMcp$ ||= {});
66699
66959
  RetrieveToolResponseBody4$inboundSchema = objectType({
66700
- _id: stringType().default("01K6G1JWA1AFTZVPGDN5CXZG45"),
66960
+ _id: stringType().default("01K6JFC6WHR5P934HR2JPNAFFR"),
66701
66961
  path: stringType(),
66702
66962
  key: stringType(),
66703
66963
  display_name: stringType(),
@@ -66724,7 +66984,7 @@ var init_retrievetool = __esm(() => {
66724
66984
  });
66725
66985
  });
66726
66986
  RetrieveToolResponseBody4$outboundSchema = objectType({
66727
- id: stringType().default("01K6G1JWA1AFTZVPGDN5CXZG45"),
66987
+ id: stringType().default("01K6JFC6WHR5P934HR2JPNAFFR"),
66728
66988
  path: stringType(),
66729
66989
  key: stringType(),
66730
66990
  displayName: stringType(),
@@ -66839,7 +67099,7 @@ var init_retrievetool = __esm(() => {
66839
67099
  RetrieveToolResponseBodyHttp$.outboundSchema = RetrieveToolResponseBodyHttp$outboundSchema;
66840
67100
  })(RetrieveToolResponseBodyHttp$ ||= {});
66841
67101
  RetrieveToolResponseBody3$inboundSchema = objectType({
66842
- _id: stringType().default("01K6G1JWA0MWFR81BDQKRZYK5K"),
67102
+ _id: stringType().default("01K6JFC6WH93HAF01FAPY0Q4GS"),
66843
67103
  path: stringType(),
66844
67104
  key: stringType(),
66845
67105
  display_name: stringType(),
@@ -66866,7 +67126,7 @@ var init_retrievetool = __esm(() => {
66866
67126
  });
66867
67127
  });
66868
67128
  RetrieveToolResponseBody3$outboundSchema = objectType({
66869
- id: stringType().default("01K6G1JWA0MWFR81BDQKRZYK5K"),
67129
+ id: stringType().default("01K6JFC6WH93HAF01FAPY0Q4GS"),
66870
67130
  path: stringType(),
66871
67131
  key: stringType(),
66872
67132
  displayName: stringType(),
@@ -66925,7 +67185,7 @@ var init_retrievetool = __esm(() => {
66925
67185
  RetrieveToolResponseBodyJsonSchema$.outboundSchema = RetrieveToolResponseBodyJsonSchema$outboundSchema;
66926
67186
  })(RetrieveToolResponseBodyJsonSchema$ ||= {});
66927
67187
  RetrieveToolResponseBody2$inboundSchema = objectType({
66928
- _id: stringType().default("01K6G1JWA0S8AT75FWC7CDYF9P"),
67188
+ _id: stringType().default("01K6JFC6WGN92238AMCAZHXK7A"),
66929
67189
  path: stringType(),
66930
67190
  key: stringType(),
66931
67191
  display_name: stringType(),
@@ -66953,7 +67213,7 @@ var init_retrievetool = __esm(() => {
66953
67213
  });
66954
67214
  });
66955
67215
  RetrieveToolResponseBody2$outboundSchema = objectType({
66956
- id: stringType().default("01K6G1JWA0S8AT75FWC7CDYF9P"),
67216
+ id: stringType().default("01K6JFC6WGN92238AMCAZHXK7A"),
66957
67217
  path: stringType(),
66958
67218
  key: stringType(),
66959
67219
  displayName: stringType(),
@@ -67013,7 +67273,7 @@ var init_retrievetool = __esm(() => {
67013
67273
  RetrieveToolResponseBodyFunction$.outboundSchema = RetrieveToolResponseBodyFunction$outboundSchema;
67014
67274
  })(RetrieveToolResponseBodyFunction$ ||= {});
67015
67275
  RetrieveToolResponseBody1$inboundSchema = objectType({
67016
- _id: stringType().default("01K6G1JWA0B9Y3T7KR27ZR2MJA"),
67276
+ _id: stringType().default("01K6JFC6WG2D5ZZAZCA98SFGXP"),
67017
67277
  path: stringType(),
67018
67278
  key: stringType(),
67019
67279
  display_name: stringType(),
@@ -67040,7 +67300,7 @@ var init_retrievetool = __esm(() => {
67040
67300
  });
67041
67301
  });
67042
67302
  RetrieveToolResponseBody1$outboundSchema = objectType({
67043
- id: stringType().default("01K6G1JWA0B9Y3T7KR27ZR2MJA"),
67303
+ id: stringType().default("01K6JFC6WG2D5ZZAZCA98SFGXP"),
67044
67304
  path: stringType(),
67045
67305
  key: stringType(),
67046
67306
  displayName: stringType(),
@@ -67713,7 +67973,6 @@ var init_runagent = __esm(() => {
67713
67973
  Http$.outboundSchema = Http$outboundSchema;
67714
67974
  })(Http$ ||= {});
67715
67975
  HTTPTool$inboundSchema = objectType({
67716
- _id: stringType().default("01K6G1JW27NTECZ40DZ3ANGEYQ"),
67717
67976
  key: stringType(),
67718
67977
  display_name: stringType(),
67719
67978
  description: stringType(),
@@ -67722,13 +67981,11 @@ var init_runagent = __esm(() => {
67722
67981
  requires_approval: booleanType().default(false)
67723
67982
  }).transform((v2) => {
67724
67983
  return remap(v2, {
67725
- _id: "id",
67726
67984
  display_name: "displayName",
67727
67985
  requires_approval: "requiresApproval"
67728
67986
  });
67729
67987
  });
67730
67988
  HTTPTool$outboundSchema = objectType({
67731
- id: stringType().default("01K6G1JW27NTECZ40DZ3ANGEYQ"),
67732
67989
  key: stringType(),
67733
67990
  displayName: stringType(),
67734
67991
  description: stringType(),
@@ -67737,7 +67994,6 @@ var init_runagent = __esm(() => {
67737
67994
  requiresApproval: booleanType().default(false)
67738
67995
  }).transform((v2) => {
67739
67996
  return remap(v2, {
67740
- id: "_id",
67741
67997
  displayName: "display_name",
67742
67998
  requiresApproval: "requires_approval"
67743
67999
  });
@@ -69606,7 +69862,6 @@ var init_streamrunagent = __esm(() => {
69606
69862
  RunAgentRequestToolHttp$.outboundSchema = RunAgentRequestToolHttp$outboundSchema;
69607
69863
  })(RunAgentRequestToolHttp$ ||= {});
69608
69864
  RunAgentRequestToolHTTPTool$inboundSchema = objectType({
69609
- _id: stringType().default("01K6G1JW2BYTV1S78FW7HKSEKZ"),
69610
69865
  key: stringType(),
69611
69866
  display_name: stringType(),
69612
69867
  description: stringType(),
@@ -69615,13 +69870,11 @@ var init_streamrunagent = __esm(() => {
69615
69870
  requires_approval: booleanType().default(false)
69616
69871
  }).transform((v2) => {
69617
69872
  return remap(v2, {
69618
- _id: "id",
69619
69873
  display_name: "displayName",
69620
69874
  requires_approval: "requiresApproval"
69621
69875
  });
69622
69876
  });
69623
69877
  RunAgentRequestToolHTTPTool$outboundSchema = objectType({
69624
- id: stringType().default("01K6G1JW2BYTV1S78FW7HKSEKZ"),
69625
69878
  key: stringType(),
69626
69879
  displayName: stringType(),
69627
69880
  description: stringType(),
@@ -69630,7 +69883,6 @@ var init_streamrunagent = __esm(() => {
69630
69883
  requiresApproval: booleanType().default(false)
69631
69884
  }).transform((v2) => {
69632
69885
  return remap(v2, {
69633
- id: "_id",
69634
69886
  displayName: "display_name",
69635
69887
  requiresApproval: "requires_approval"
69636
69888
  });
@@ -70245,7 +70497,7 @@ var init_updatebudget = __esm(() => {
70245
70497
  is_active: booleanType(),
70246
70498
  consumption: lazyType(() => UpdateBudgetConsumption$inboundSchema).optional(),
70247
70499
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
70248
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
70500
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
70249
70501
  }).transform((v2) => {
70250
70502
  return remap(v2, {
70251
70503
  _id: "id",
@@ -70261,7 +70513,7 @@ var init_updatebudget = __esm(() => {
70261
70513
  isActive: booleanType(),
70262
70514
  consumption: lazyType(() => UpdateBudgetConsumption$outboundSchema).optional(),
70263
70515
  created: dateType().transform((v2) => v2.toISOString()).optional(),
70264
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
70516
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
70265
70517
  }).transform((v2) => {
70266
70518
  return remap(v2, {
70267
70519
  id: "_id",
@@ -70451,7 +70703,7 @@ var init_updatecontact = __esm(() => {
70451
70703
  tags: arrayType(stringType()).optional(),
70452
70704
  metadata: recordType(anyType()).optional(),
70453
70705
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
70454
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
70706
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
70455
70707
  }).transform((v2) => {
70456
70708
  return remap(v2, {
70457
70709
  _id: "id",
@@ -70469,7 +70721,7 @@ var init_updatecontact = __esm(() => {
70469
70721
  tags: arrayType(stringType()).optional(),
70470
70722
  metadata: recordType(anyType()).optional(),
70471
70723
  created: dateType().transform((v2) => v2.toISOString()).optional(),
70472
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
70724
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
70473
70725
  }).transform((v2) => {
70474
70726
  return remap(v2, {
70475
70727
  id: "_id",
@@ -71877,7 +72129,7 @@ var init_updatedatapoint = __esm(() => {
71877
72129
  created_by_id: stringType().optional(),
71878
72130
  updated_by_id: stringType().optional(),
71879
72131
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
71880
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
72132
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
71881
72133
  }).transform((v2) => {
71882
72134
  return remap(v2, {
71883
72135
  _id: "id",
@@ -71904,7 +72156,7 @@ var init_updatedatapoint = __esm(() => {
71904
72156
  createdById: stringType().optional(),
71905
72157
  updatedById: stringType().optional(),
71906
72158
  created: dateType().transform((v2) => v2.toISOString()).optional(),
71907
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
72159
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
71908
72160
  }).transform((v2) => {
71909
72161
  return remap(v2, {
71910
72162
  id: "_id",
@@ -72005,7 +72257,7 @@ var init_updatedataset = __esm(() => {
72005
72257
  parent_id: stringType().optional(),
72006
72258
  version: stringType().optional(),
72007
72259
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
72008
- updated: stringType().datetime({ offset: true }).default("2025-10-01T14:07:15.793Z").transform((v2) => new Date(v2))
72260
+ updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
72009
72261
  }).transform((v2) => {
72010
72262
  return remap(v2, {
72011
72263
  _id: "id",
@@ -72028,7 +72280,7 @@ var init_updatedataset = __esm(() => {
72028
72280
  parentId: stringType().optional(),
72029
72281
  version: stringType().optional(),
72030
72282
  created: dateType().transform((v2) => v2.toISOString()).optional(),
72031
- updated: dateType().default(() => new Date("2025-10-01T14:07:15.793Z")).transform((v2) => v2.toISOString())
72283
+ updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
72032
72284
  }).transform((v2) => {
72033
72285
  return remap(v2, {
72034
72286
  id: "_id",
@@ -72109,7 +72361,7 @@ var init_updatedatasource = __esm(() => {
72109
72361
  UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
72110
72362
  })(UpdateDatasourceStatus$ ||= {});
72111
72363
  UpdateDatasourceResponseBody$inboundSchema = objectType({
72112
- _id: stringType().default("01K6G1JW681ZEKV69C3TN1F1FG"),
72364
+ _id: stringType().default("01K6JFC6RZ8BKR5T35HXEB61J6"),
72113
72365
  display_name: stringType(),
72114
72366
  description: stringType().optional(),
72115
72367
  status: UpdateDatasourceStatus$inboundSchema,
@@ -72132,7 +72384,7 @@ var init_updatedatasource = __esm(() => {
72132
72384
  });
72133
72385
  });
72134
72386
  UpdateDatasourceResponseBody$outboundSchema = objectType({
72135
- id: stringType().default("01K6G1JW681ZEKV69C3TN1F1FG"),
72387
+ id: stringType().default("01K6JFC6RZ8BKR5T35HXEB61J6"),
72136
72388
  displayName: stringType(),
72137
72389
  description: stringType().optional(),
72138
72390
  status: UpdateDatasourceStatus$outboundSchema,
@@ -73065,8 +73317,8 @@ var init_updateeval = __esm(() => {
73065
73317
  ResponseBodyTypescript$inboundSchema = objectType({
73066
73318
  _id: stringType(),
73067
73319
  description: stringType(),
73068
- created: stringType().default("2025-10-01T14:07:18.307Z"),
73069
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
73320
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
73321
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
73070
73322
  guardrail_config: unionType([
73071
73323
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
73072
73324
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
@@ -73083,8 +73335,8 @@ var init_updateeval = __esm(() => {
73083
73335
  ResponseBodyTypescript$outboundSchema = objectType({
73084
73336
  id: stringType(),
73085
73337
  description: stringType(),
73086
- created: stringType().default("2025-10-01T14:07:18.307Z"),
73087
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
73338
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
73339
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
73088
73340
  guardrailConfig: unionType([
73089
73341
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
73090
73342
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
@@ -73177,8 +73429,8 @@ var init_updateeval = __esm(() => {
73177
73429
  ResponseBodyRagas$inboundSchema = objectType({
73178
73430
  _id: stringType(),
73179
73431
  description: stringType(),
73180
- created: stringType().default("2025-10-01T14:07:18.307Z"),
73181
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
73432
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
73433
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
73182
73434
  guardrail_config: unionType([
73183
73435
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
73184
73436
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
@@ -73197,8 +73449,8 @@ var init_updateeval = __esm(() => {
73197
73449
  ResponseBodyRagas$outboundSchema = objectType({
73198
73450
  id: stringType(),
73199
73451
  description: stringType(),
73200
- created: stringType().default("2025-10-01T14:07:18.307Z"),
73201
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
73452
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
73453
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
73202
73454
  guardrailConfig: unionType([
73203
73455
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
73204
73456
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
@@ -73951,8 +74203,8 @@ var init_updateeval = __esm(() => {
73951
74203
  UpdateEvalResponseBodyFunction$inboundSchema = objectType({
73952
74204
  _id: stringType(),
73953
74205
  description: stringType(),
73954
- created: stringType().default("2025-10-01T14:07:18.307Z"),
73955
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
74206
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
74207
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
73956
74208
  guardrail_config: unionType([
73957
74209
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
73958
74210
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
@@ -74006,8 +74258,8 @@ var init_updateeval = __esm(() => {
74006
74258
  UpdateEvalResponseBodyFunction$outboundSchema = objectType({
74007
74259
  id: stringType(),
74008
74260
  description: stringType(),
74009
- created: stringType().default("2025-10-01T14:07:18.307Z"),
74010
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
74261
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
74262
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
74011
74263
  guardrailConfig: unionType([
74012
74264
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
74013
74265
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
@@ -74131,8 +74383,8 @@ var init_updateeval = __esm(() => {
74131
74383
  UpdateEvalResponseBodyPython$inboundSchema = objectType({
74132
74384
  _id: stringType(),
74133
74385
  description: stringType(),
74134
- created: stringType().default("2025-10-01T14:07:18.307Z"),
74135
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
74386
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
74387
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
74136
74388
  guardrail_config: unionType([
74137
74389
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
74138
74390
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
@@ -74149,8 +74401,8 @@ var init_updateeval = __esm(() => {
74149
74401
  UpdateEvalResponseBodyPython$outboundSchema = objectType({
74150
74402
  id: stringType(),
74151
74403
  description: stringType(),
74152
- created: stringType().default("2025-10-01T14:07:18.307Z"),
74153
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
74404
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
74405
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
74154
74406
  guardrailConfig: unionType([
74155
74407
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
74156
74408
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
@@ -74243,8 +74495,8 @@ var init_updateeval = __esm(() => {
74243
74495
  UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
74244
74496
  _id: stringType(),
74245
74497
  description: stringType(),
74246
- created: stringType().default("2025-10-01T14:07:18.307Z"),
74247
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
74498
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
74499
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
74248
74500
  guardrail_config: unionType([
74249
74501
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
74250
74502
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
@@ -74264,8 +74516,8 @@ var init_updateeval = __esm(() => {
74264
74516
  UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
74265
74517
  id: stringType(),
74266
74518
  description: stringType(),
74267
- created: stringType().default("2025-10-01T14:07:18.307Z"),
74268
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
74519
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
74520
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
74269
74521
  guardrailConfig: unionType([
74270
74522
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
74271
74523
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
@@ -74355,8 +74607,8 @@ var init_updateeval = __esm(() => {
74355
74607
  UpdateEvalResponseBodyJSON$inboundSchema = objectType({
74356
74608
  _id: stringType(),
74357
74609
  description: stringType(),
74358
- created: stringType().default("2025-10-01T14:07:18.307Z"),
74359
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
74610
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
74611
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
74360
74612
  guardrail_config: unionType([
74361
74613
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
74362
74614
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
@@ -74373,8 +74625,8 @@ var init_updateeval = __esm(() => {
74373
74625
  UpdateEvalResponseBodyJSON$outboundSchema = objectType({
74374
74626
  id: stringType(),
74375
74627
  description: stringType(),
74376
- created: stringType().default("2025-10-01T14:07:18.307Z"),
74377
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
74628
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
74629
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
74378
74630
  guardrailConfig: unionType([
74379
74631
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
74380
74632
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
@@ -74461,8 +74713,8 @@ var init_updateeval = __esm(() => {
74461
74713
  UpdateEvalResponseBodyLLM$inboundSchema = objectType({
74462
74714
  _id: stringType(),
74463
74715
  description: stringType(),
74464
- created: stringType().default("2025-10-01T14:07:18.307Z"),
74465
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
74716
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
74717
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
74466
74718
  guardrail_config: unionType([
74467
74719
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
74468
74720
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
@@ -74480,8 +74732,8 @@ var init_updateeval = __esm(() => {
74480
74732
  UpdateEvalResponseBodyLLM$outboundSchema = objectType({
74481
74733
  id: stringType(),
74482
74734
  description: stringType(),
74483
- created: stringType().default("2025-10-01T14:07:18.307Z"),
74484
- updated: stringType().default("2025-10-01T14:07:18.307Z"),
74735
+ created: stringType().default("2025-10-02T12:46:49.144Z"),
74736
+ updated: stringType().default("2025-10-02T12:46:49.144Z"),
74485
74737
  guardrailConfig: unionType([
74486
74738
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
74487
74739
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
@@ -75792,11 +76044,13 @@ var init_updateprompt = __esm(() => {
75792
76044
  })(UpdatePrompt1Type$ ||= {});
75793
76045
  OneJsonSchema$inboundSchema = objectType({
75794
76046
  name: stringType(),
76047
+ description: stringType().optional(),
75795
76048
  strict: booleanType().optional(),
75796
76049
  schema: recordType(anyType())
75797
76050
  });
75798
76051
  OneJsonSchema$outboundSchema = objectType({
75799
76052
  name: stringType(),
76053
+ description: stringType().optional(),
75800
76054
  strict: booleanType().optional(),
75801
76055
  schema: recordType(anyType())
75802
76056
  });
@@ -76386,11 +76640,13 @@ var init_updateprompt = __esm(() => {
76386
76640
  })(UpdatePrompt1PromptsResponseType$ ||= {});
76387
76641
  UpdatePrompt1JsonSchema$inboundSchema = objectType({
76388
76642
  name: stringType(),
76643
+ description: stringType().optional(),
76389
76644
  strict: booleanType().optional(),
76390
76645
  schema: recordType(anyType())
76391
76646
  });
76392
76647
  UpdatePrompt1JsonSchema$outboundSchema = objectType({
76393
76648
  name: stringType(),
76649
+ description: stringType().optional(),
76394
76650
  strict: booleanType().optional(),
76395
76651
  schema: recordType(anyType())
76396
76652
  });
@@ -77177,6 +77433,7 @@ var init_updatetool = __esm(() => {
77177
77433
  })(RequestBodyMcp$ ||= {});
77178
77434
  UpdateToolRequestBody4$inboundSchema = objectType({
77179
77435
  path: stringType().optional(),
77436
+ key: stringType().optional(),
77180
77437
  display_name: stringType(),
77181
77438
  description: stringType().optional(),
77182
77439
  status: UpdateToolRequestBodyToolsRequest4Status$inboundSchema.default("live"),
@@ -77189,6 +77446,7 @@ var init_updatetool = __esm(() => {
77189
77446
  });
77190
77447
  UpdateToolRequestBody4$outboundSchema = objectType({
77191
77448
  path: stringType().optional(),
77449
+ key: stringType().optional(),
77192
77450
  displayName: stringType(),
77193
77451
  description: stringType().optional(),
77194
77452
  status: UpdateToolRequestBodyToolsRequest4Status$outboundSchema.default("live"),
@@ -77288,8 +77546,8 @@ var init_updatetool = __esm(() => {
77288
77546
  UpdateToolRequestBodyHttp$.outboundSchema = UpdateToolRequestBodyHttp$outboundSchema;
77289
77547
  })(UpdateToolRequestBodyHttp$ ||= {});
77290
77548
  UpdateToolRequestBody3$inboundSchema = objectType({
77291
- _id: stringType().default("01K6G1JW9XEFR0KY8DVZMBC2AA"),
77292
77549
  path: stringType().optional(),
77550
+ key: stringType().optional(),
77293
77551
  display_name: stringType().optional(),
77294
77552
  description: stringType().optional(),
77295
77553
  status: UpdateToolRequestBodyToolsRequestStatus$inboundSchema.default("live"),
@@ -77297,13 +77555,12 @@ var init_updatetool = __esm(() => {
77297
77555
  http: lazyType(() => UpdateToolRequestBodyHttp$inboundSchema).optional()
77298
77556
  }).transform((v2) => {
77299
77557
  return remap(v2, {
77300
- _id: "id",
77301
77558
  display_name: "displayName"
77302
77559
  });
77303
77560
  });
77304
77561
  UpdateToolRequestBody3$outboundSchema = objectType({
77305
- id: stringType().default("01K6G1JW9XEFR0KY8DVZMBC2AA"),
77306
77562
  path: stringType().optional(),
77563
+ key: stringType().optional(),
77307
77564
  displayName: stringType().optional(),
77308
77565
  description: stringType().optional(),
77309
77566
  status: UpdateToolRequestBodyToolsRequestStatus$outboundSchema.default("live"),
@@ -77311,7 +77568,6 @@ var init_updatetool = __esm(() => {
77311
77568
  http: lazyType(() => UpdateToolRequestBodyHttp$outboundSchema).optional()
77312
77569
  }).transform((v2) => {
77313
77570
  return remap(v2, {
77314
- id: "_id",
77315
77571
  displayName: "display_name"
77316
77572
  });
77317
77573
  });
@@ -77348,8 +77604,8 @@ var init_updatetool = __esm(() => {
77348
77604
  UpdateToolRequestBodyJsonSchema$.outboundSchema = UpdateToolRequestBodyJsonSchema$outboundSchema;
77349
77605
  })(UpdateToolRequestBodyJsonSchema$ ||= {});
77350
77606
  UpdateToolRequestBody2$inboundSchema = objectType({
77351
- _id: stringType().default("01K6G1JW9XJE21V53QWJ7DRH44"),
77352
77607
  path: stringType().optional(),
77608
+ key: stringType().optional(),
77353
77609
  display_name: stringType().optional(),
77354
77610
  description: stringType().optional(),
77355
77611
  status: UpdateToolRequestBodyToolsStatus$inboundSchema.default("live"),
@@ -77357,14 +77613,13 @@ var init_updatetool = __esm(() => {
77357
77613
  json_schema: lazyType(() => UpdateToolRequestBodyJsonSchema$inboundSchema).optional()
77358
77614
  }).transform((v2) => {
77359
77615
  return remap(v2, {
77360
- _id: "id",
77361
77616
  display_name: "displayName",
77362
77617
  json_schema: "jsonSchema"
77363
77618
  });
77364
77619
  });
77365
77620
  UpdateToolRequestBody2$outboundSchema = objectType({
77366
- id: stringType().default("01K6G1JW9XJE21V53QWJ7DRH44"),
77367
77621
  path: stringType().optional(),
77622
+ key: stringType().optional(),
77368
77623
  displayName: stringType().optional(),
77369
77624
  description: stringType().optional(),
77370
77625
  status: UpdateToolRequestBodyToolsStatus$outboundSchema.default("live"),
@@ -77372,7 +77627,6 @@ var init_updatetool = __esm(() => {
77372
77627
  jsonSchema: lazyType(() => UpdateToolRequestBodyJsonSchema$outboundSchema).optional()
77373
77628
  }).transform((v2) => {
77374
77629
  return remap(v2, {
77375
- id: "_id",
77376
77630
  displayName: "display_name",
77377
77631
  jsonSchema: "json_schema"
77378
77632
  });
@@ -77411,6 +77665,7 @@ var init_updatetool = __esm(() => {
77411
77665
  })(UpdateToolRequestBodyFunction$ ||= {});
77412
77666
  UpdateToolRequestBody1$inboundSchema = objectType({
77413
77667
  path: stringType().optional(),
77668
+ key: stringType().optional(),
77414
77669
  display_name: stringType().optional(),
77415
77670
  description: stringType().optional(),
77416
77671
  status: UpdateToolRequestBodyStatus$inboundSchema.default("live"),
@@ -77423,6 +77678,7 @@ var init_updatetool = __esm(() => {
77423
77678
  });
77424
77679
  UpdateToolRequestBody1$outboundSchema = objectType({
77425
77680
  path: stringType().optional(),
77681
+ key: stringType().optional(),
77426
77682
  displayName: stringType().optional(),
77427
77683
  description: stringType().optional(),
77428
77684
  status: UpdateToolRequestBodyStatus$outboundSchema.default("live"),
@@ -77456,7 +77712,7 @@ var init_updatetool = __esm(() => {
77456
77712
  UpdateToolRequestBody$.outboundSchema = UpdateToolRequestBody$outboundSchema;
77457
77713
  })(UpdateToolRequestBody$ ||= {});
77458
77714
  UpdateToolRequest$inboundSchema = objectType({
77459
- tool_key: stringType(),
77715
+ tool_id: stringType(),
77460
77716
  RequestBody: unionType([
77461
77717
  lazyType(() => UpdateToolRequestBody4$inboundSchema),
77462
77718
  lazyType(() => UpdateToolRequestBody5$inboundSchema),
@@ -77466,12 +77722,12 @@ var init_updatetool = __esm(() => {
77466
77722
  ]).optional()
77467
77723
  }).transform((v2) => {
77468
77724
  return remap(v2, {
77469
- tool_key: "toolKey",
77725
+ tool_id: "toolId",
77470
77726
  RequestBody: "requestBody"
77471
77727
  });
77472
77728
  });
77473
77729
  UpdateToolRequest$outboundSchema = objectType({
77474
- toolKey: stringType(),
77730
+ toolId: stringType(),
77475
77731
  requestBody: unionType([
77476
77732
  lazyType(() => UpdateToolRequestBody4$outboundSchema),
77477
77733
  lazyType(() => UpdateToolRequestBody5$outboundSchema),
@@ -77481,7 +77737,7 @@ var init_updatetool = __esm(() => {
77481
77737
  ]).optional()
77482
77738
  }).transform((v2) => {
77483
77739
  return remap(v2, {
77484
- toolKey: "tool_key",
77740
+ toolId: "tool_id",
77485
77741
  requestBody: "RequestBody"
77486
77742
  });
77487
77743
  });
@@ -77522,7 +77778,7 @@ var init_updatetool = __esm(() => {
77522
77778
  UpdateToolResponseBodyCodeTool$.outboundSchema = UpdateToolResponseBodyCodeTool$outboundSchema;
77523
77779
  })(UpdateToolResponseBodyCodeTool$ ||= {});
77524
77780
  UpdateToolResponseBody5$inboundSchema = objectType({
77525
- _id: stringType().default("01K6G1JW9WB86J5Q84X20THZ9T"),
77781
+ _id: stringType().default("01K6JFC6WD8KEBA4NR3E791VZS"),
77526
77782
  path: stringType(),
77527
77783
  key: stringType(),
77528
77784
  display_name: stringType(),
@@ -77550,7 +77806,7 @@ var init_updatetool = __esm(() => {
77550
77806
  });
77551
77807
  });
77552
77808
  UpdateToolResponseBody5$outboundSchema = objectType({
77553
- id: stringType().default("01K6G1JW9WB86J5Q84X20THZ9T"),
77809
+ id: stringType().default("01K6JFC6WD8KEBA4NR3E791VZS"),
77554
77810
  path: stringType(),
77555
77811
  key: stringType(),
77556
77812
  displayName: stringType(),
@@ -77668,7 +77924,7 @@ var init_updatetool = __esm(() => {
77668
77924
  UpdateToolResponseBodyMcp$.outboundSchema = UpdateToolResponseBodyMcp$outboundSchema;
77669
77925
  })(UpdateToolResponseBodyMcp$ ||= {});
77670
77926
  UpdateToolResponseBody4$inboundSchema = objectType({
77671
- _id: stringType().default("01K6G1JW9WF12BF2SS8Z043ANV"),
77927
+ _id: stringType().default("01K6JFC6WCCVXMESDXXKT1ZXPG"),
77672
77928
  path: stringType(),
77673
77929
  key: stringType(),
77674
77930
  display_name: stringType(),
@@ -77695,7 +77951,7 @@ var init_updatetool = __esm(() => {
77695
77951
  });
77696
77952
  });
77697
77953
  UpdateToolResponseBody4$outboundSchema = objectType({
77698
- id: stringType().default("01K6G1JW9WF12BF2SS8Z043ANV"),
77954
+ id: stringType().default("01K6JFC6WCCVXMESDXXKT1ZXPG"),
77699
77955
  path: stringType(),
77700
77956
  key: stringType(),
77701
77957
  displayName: stringType(),
@@ -77810,7 +78066,7 @@ var init_updatetool = __esm(() => {
77810
78066
  UpdateToolResponseBodyHttp$.outboundSchema = UpdateToolResponseBodyHttp$outboundSchema;
77811
78067
  })(UpdateToolResponseBodyHttp$ ||= {});
77812
78068
  UpdateToolResponseBody3$inboundSchema = objectType({
77813
- _id: stringType().default("01K6G1JW9VXC4PCAKCFHFAEDNZ"),
78069
+ _id: stringType().default("01K6JFC6WCDC89YAP1FVGZHQ8A"),
77814
78070
  path: stringType(),
77815
78071
  key: stringType(),
77816
78072
  display_name: stringType(),
@@ -77837,7 +78093,7 @@ var init_updatetool = __esm(() => {
77837
78093
  });
77838
78094
  });
77839
78095
  UpdateToolResponseBody3$outboundSchema = objectType({
77840
- id: stringType().default("01K6G1JW9VXC4PCAKCFHFAEDNZ"),
78096
+ id: stringType().default("01K6JFC6WCDC89YAP1FVGZHQ8A"),
77841
78097
  path: stringType(),
77842
78098
  key: stringType(),
77843
78099
  displayName: stringType(),
@@ -77896,7 +78152,7 @@ var init_updatetool = __esm(() => {
77896
78152
  UpdateToolResponseBodyJsonSchema$.outboundSchema = UpdateToolResponseBodyJsonSchema$outboundSchema;
77897
78153
  })(UpdateToolResponseBodyJsonSchema$ ||= {});
77898
78154
  UpdateToolResponseBody2$inboundSchema = objectType({
77899
- _id: stringType().default("01K6G1JW9V7P7S19K0GVF2MFCA"),
78155
+ _id: stringType().default("01K6JFC6WCD3MKPCYG8E1TQRM4"),
77900
78156
  path: stringType(),
77901
78157
  key: stringType(),
77902
78158
  display_name: stringType(),
@@ -77924,7 +78180,7 @@ var init_updatetool = __esm(() => {
77924
78180
  });
77925
78181
  });
77926
78182
  UpdateToolResponseBody2$outboundSchema = objectType({
77927
- id: stringType().default("01K6G1JW9V7P7S19K0GVF2MFCA"),
78183
+ id: stringType().default("01K6JFC6WCD3MKPCYG8E1TQRM4"),
77928
78184
  path: stringType(),
77929
78185
  key: stringType(),
77930
78186
  displayName: stringType(),
@@ -77984,7 +78240,7 @@ var init_updatetool = __esm(() => {
77984
78240
  UpdateToolResponseBodyFunction$.outboundSchema = UpdateToolResponseBodyFunction$outboundSchema;
77985
78241
  })(UpdateToolResponseBodyFunction$ ||= {});
77986
78242
  UpdateToolResponseBody1$inboundSchema = objectType({
77987
- _id: stringType().default("01K6G1JW9T36NSSZF6N4NG7QKQ"),
78243
+ _id: stringType().default("01K6JFC6WB51D6B5Q27472G904"),
77988
78244
  path: stringType(),
77989
78245
  key: stringType(),
77990
78246
  display_name: stringType(),
@@ -78011,7 +78267,7 @@ var init_updatetool = __esm(() => {
78011
78267
  });
78012
78268
  });
78013
78269
  UpdateToolResponseBody1$outboundSchema = objectType({
78014
- id: stringType().default("01K6G1JW9T36NSSZF6N4NG7QKQ"),
78270
+ id: stringType().default("01K6JFC6WB51D6B5Q27472G904"),
78015
78271
  path: stringType(),
78016
78272
  key: stringType(),
78017
78273
  displayName: stringType(),
@@ -96180,12 +96436,12 @@ async function $do123(client, request, options) {
96180
96436
  const payload = parsed.value;
96181
96437
  const body = null;
96182
96438
  const pathParams = {
96183
- tool_key: encodeSimple("tool_key", payload.tool_key, {
96439
+ tool_id: encodeSimple("tool_id", payload.tool_id, {
96184
96440
  explode: false,
96185
96441
  charEncoding: "percent"
96186
96442
  })
96187
96443
  };
96188
- const path = pathToFunc("/v2/tools/{tool_key}")(pathParams);
96444
+ const path = pathToFunc("/v2/tools/{tool_id}")(pathParams);
96189
96445
  const headers = new Headers(compactMap({
96190
96446
  Accept: "*/*"
96191
96447
  }));
@@ -96284,12 +96540,12 @@ async function $do124(client, request, options) {
96284
96540
  const payload = parsed.value;
96285
96541
  const body = null;
96286
96542
  const pathParams = {
96287
- key: encodeSimple("key", payload.key, {
96543
+ tool_id: encodeSimple("tool_id", payload.tool_id, {
96288
96544
  explode: false,
96289
96545
  charEncoding: "percent"
96290
96546
  })
96291
96547
  };
96292
- const path = pathToFunc("/v2/tools/{key}/duplicate")(pathParams);
96548
+ const path = pathToFunc("/v2/tools/{tool_id}/duplicate")(pathParams);
96293
96549
  const headers = new Headers(compactMap({
96294
96550
  Accept: "application/json"
96295
96551
  }));
@@ -96364,7 +96620,7 @@ var init_toolsDuplicate2 = __esm(() => {
96364
96620
  name: "tools-duplicate",
96365
96621
  description: `Duplicate tool
96366
96622
 
96367
- Creates a copy of an existing tool with a new key and ID.`,
96623
+ Creates a copy of an existing tool with a new id and ID.`,
96368
96624
  args: args123,
96369
96625
  tool: async (client, args124, ctx) => {
96370
96626
  const [result, apiCall] = await toolsDuplicate(client, args124.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -96500,12 +96756,12 @@ async function $do126(client, request, options) {
96500
96756
  const payload = parsed.value;
96501
96757
  const body = null;
96502
96758
  const pathParams = {
96503
- tool_key: encodeSimple("tool_key", payload.tool_key, {
96759
+ tool_id: encodeSimple("tool_id", payload.tool_id, {
96504
96760
  explode: false,
96505
96761
  charEncoding: "percent"
96506
96762
  })
96507
96763
  };
96508
- const path = pathToFunc("/v2/tools/{tool_key}")(pathParams);
96764
+ const path = pathToFunc("/v2/tools/{tool_id}")(pathParams);
96509
96765
  const headers = new Headers(compactMap({
96510
96766
  Accept: "application/json"
96511
96767
  }));
@@ -96576,7 +96832,7 @@ var init_toolsRetrieve2 = __esm(() => {
96576
96832
  name: "tools-retrieve",
96577
96833
  description: `Retrieve tool
96578
96834
 
96579
- Retrieves a tool by key.`,
96835
+ Retrieves a tool by id.`,
96580
96836
  args: args125,
96581
96837
  tool: async (client, args126, ctx) => {
96582
96838
  const [result, apiCall] = await toolsRetrieve(client, args126.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -96604,12 +96860,12 @@ async function $do127(client, request, options) {
96604
96860
  const payload = parsed.value;
96605
96861
  const body = encodeJSON("body", payload.RequestBody, { explode: true });
96606
96862
  const pathParams = {
96607
- tool_key: encodeSimple("tool_key", payload.tool_key, {
96863
+ tool_id: encodeSimple("tool_id", payload.tool_id, {
96608
96864
  explode: false,
96609
96865
  charEncoding: "percent"
96610
96866
  })
96611
96867
  };
96612
- const path = pathToFunc("/v2/tools/{tool_key}")(pathParams);
96868
+ const path = pathToFunc("/v2/tools/{tool_id}")(pathParams);
96613
96869
  const headers = new Headers(compactMap({
96614
96870
  "Content-Type": "application/json",
96615
96871
  Accept: "application/json"
@@ -96705,7 +96961,7 @@ Updates a tool in the workspace.`,
96705
96961
  function createMCPServer(deps) {
96706
96962
  const server = new McpServer({
96707
96963
  name: "Orq",
96708
- version: "3.14.0-rc.0"
96964
+ version: "3.14.0-rc.2"
96709
96965
  });
96710
96966
  const client = new OrqCore({
96711
96967
  apiKey: deps.apiKey,
@@ -98179,7 +98435,7 @@ var routes = rn({
98179
98435
  var app = Ve(routes, {
98180
98436
  name: "mcp",
98181
98437
  versionInfo: {
98182
- currentVersion: "3.14.0-rc.0"
98438
+ currentVersion: "3.14.0-rc.2"
98183
98439
  }
98184
98440
  });
98185
98441
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -98187,5 +98443,5 @@ export {
98187
98443
  app
98188
98444
  };
98189
98445
 
98190
- //# debugId=0EE709134F8CBB6464756E2164756E21
98446
+ //# debugId=A3384B203A52F6C064756E2164756E21
98191
98447
  //# sourceMappingURL=mcp-server.js.map