@orq-ai/node 4.8.0-rc.4 → 4.8.0-rc.5

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 (117) hide show
  1. package/funcs/agentsCreate.js +2 -2
  2. package/funcs/agentsCreate.js.map +1 -1
  3. package/jsr.json +1 -1
  4. package/lib/config.d.ts +3 -3
  5. package/lib/config.js +3 -3
  6. package/models/components/reasoningpart.js +1 -1
  7. package/models/operations/createagentrequest.d.ts +0 -1
  8. package/models/operations/createagentrequest.d.ts.map +1 -1
  9. package/models/operations/createagentrequest.js +0 -2
  10. package/models/operations/createagentrequest.js.map +1 -1
  11. package/models/operations/createcontact.js +1 -1
  12. package/models/operations/createdataset.js +1 -1
  13. package/models/operations/createdatasetitem.js +4 -4
  14. package/models/operations/createdatasource.js +1 -1
  15. package/models/operations/createeval.js +16 -16
  16. package/models/operations/createidentity.js +1 -1
  17. package/models/operations/createtool.d.ts +0 -5
  18. package/models/operations/createtool.d.ts.map +1 -1
  19. package/models/operations/createtool.js +6 -16
  20. package/models/operations/createtool.js.map +1 -1
  21. package/models/operations/getalltools.d.ts +0 -5
  22. package/models/operations/getalltools.d.ts.map +1 -1
  23. package/models/operations/getalltools.js +6 -16
  24. package/models/operations/getalltools.js.map +1 -1
  25. package/models/operations/getevals.js +16 -16
  26. package/models/operations/getv2humanevals.js +6 -6
  27. package/models/operations/getv2humanevalsets.js +2 -2
  28. package/models/operations/getv2humanevalsetsid.js +2 -2
  29. package/models/operations/getv2humanevalsid.js +6 -6
  30. package/models/operations/listagents.d.ts +0 -1
  31. package/models/operations/listagents.d.ts.map +1 -1
  32. package/models/operations/listagents.js +0 -2
  33. package/models/operations/listagents.js.map +1 -1
  34. package/models/operations/listdatasetdatapoints.js +4 -4
  35. package/models/operations/listdatasets.js +1 -1
  36. package/models/operations/listdatasources.js +1 -1
  37. package/models/operations/listidentities.js +1 -1
  38. package/models/operations/patchv2humanevalsetsid.js +2 -2
  39. package/models/operations/patchv2humanevalsid.js +12 -12
  40. package/models/operations/postv2agentsa2a.d.ts +0 -1
  41. package/models/operations/postv2agentsa2a.d.ts.map +1 -1
  42. package/models/operations/postv2agentsa2a.js +0 -2
  43. package/models/operations/postv2agentsa2a.js.map +1 -1
  44. package/models/operations/postv2feedbackevaluation.js +3 -3
  45. package/models/operations/postv2humanevals.js +12 -12
  46. package/models/operations/postv2humanevalsets.js +2 -2
  47. package/models/operations/retrieveagentrequest.d.ts +0 -1
  48. package/models/operations/retrieveagentrequest.d.ts.map +1 -1
  49. package/models/operations/retrieveagentrequest.js +0 -2
  50. package/models/operations/retrieveagentrequest.js.map +1 -1
  51. package/models/operations/retrievedatapoint.js +4 -4
  52. package/models/operations/retrievedataset.js +1 -1
  53. package/models/operations/retrievedatasource.js +1 -1
  54. package/models/operations/retrieveidentity.js +1 -1
  55. package/models/operations/retrievetool.d.ts +0 -5
  56. package/models/operations/retrievetool.d.ts.map +1 -1
  57. package/models/operations/retrievetool.js +6 -16
  58. package/models/operations/retrievetool.js.map +1 -1
  59. package/models/operations/runagent.js +1 -1
  60. package/models/operations/streamrunagent.js +1 -1
  61. package/models/operations/updateagent.d.ts +0 -1
  62. package/models/operations/updateagent.d.ts.map +1 -1
  63. package/models/operations/updateagent.js +0 -2
  64. package/models/operations/updateagent.js.map +1 -1
  65. package/models/operations/updatedatapoint.js +4 -4
  66. package/models/operations/updatedataset.js +1 -1
  67. package/models/operations/updatedatasource.js +1 -1
  68. package/models/operations/updateeval.js +16 -16
  69. package/models/operations/updateidentity.js +1 -1
  70. package/models/operations/updatetool.d.ts +0 -5
  71. package/models/operations/updatetool.d.ts.map +1 -1
  72. package/models/operations/updatetool.js +7 -17
  73. package/models/operations/updatetool.js.map +1 -1
  74. package/package.json +1 -1
  75. package/src/funcs/agentsCreate.ts +2 -2
  76. package/src/lib/config.ts +3 -3
  77. package/src/models/components/reasoningpart.ts +1 -1
  78. package/src/models/operations/createagentrequest.ts +0 -3
  79. package/src/models/operations/createcontact.ts +1 -1
  80. package/src/models/operations/createdataset.ts +1 -1
  81. package/src/models/operations/createdatasetitem.ts +4 -4
  82. package/src/models/operations/createdatasource.ts +1 -1
  83. package/src/models/operations/createeval.ts +16 -16
  84. package/src/models/operations/createidentity.ts +1 -1
  85. package/src/models/operations/createtool.ts +6 -21
  86. package/src/models/operations/getalltools.ts +6 -21
  87. package/src/models/operations/getevals.ts +16 -16
  88. package/src/models/operations/getv2humanevals.ts +6 -6
  89. package/src/models/operations/getv2humanevalsets.ts +2 -2
  90. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  91. package/src/models/operations/getv2humanevalsid.ts +6 -6
  92. package/src/models/operations/listagents.ts +0 -3
  93. package/src/models/operations/listdatasetdatapoints.ts +4 -4
  94. package/src/models/operations/listdatasets.ts +1 -1
  95. package/src/models/operations/listdatasources.ts +1 -1
  96. package/src/models/operations/listidentities.ts +1 -1
  97. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  98. package/src/models/operations/patchv2humanevalsid.ts +12 -12
  99. package/src/models/operations/postv2agentsa2a.ts +0 -3
  100. package/src/models/operations/postv2feedbackevaluation.ts +3 -3
  101. package/src/models/operations/postv2humanevals.ts +12 -12
  102. package/src/models/operations/postv2humanevalsets.ts +2 -2
  103. package/src/models/operations/retrieveagentrequest.ts +0 -3
  104. package/src/models/operations/retrievedatapoint.ts +4 -4
  105. package/src/models/operations/retrievedataset.ts +1 -1
  106. package/src/models/operations/retrievedatasource.ts +1 -1
  107. package/src/models/operations/retrieveidentity.ts +1 -1
  108. package/src/models/operations/retrievetool.ts +6 -21
  109. package/src/models/operations/runagent.ts +1 -1
  110. package/src/models/operations/streamrunagent.ts +1 -1
  111. package/src/models/operations/updateagent.ts +0 -3
  112. package/src/models/operations/updatedatapoint.ts +4 -4
  113. package/src/models/operations/updatedataset.ts +1 -1
  114. package/src/models/operations/updatedatasource.ts +1 -1
  115. package/src/models/operations/updateeval.ts +16 -16
  116. package/src/models/operations/updateidentity.ts +1 -1
  117. package/src/models/operations/updatetool.ts +7 -22
@@ -2724,8 +2724,8 @@ export const Typescript$inboundSchema: z.ZodType<
2724
2724
  > = z.object({
2725
2725
  _id: z.string(),
2726
2726
  description: z.string(),
2727
- created: z.string().default("2026-04-10T14:12:40.252Z"),
2728
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
2727
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
2728
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
2729
2729
  guardrail_config: z.nullable(
2730
2730
  z.union([
2731
2731
  z.lazy(() =>
@@ -2913,8 +2913,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
2913
2913
  .object({
2914
2914
  _id: z.string(),
2915
2915
  description: z.string(),
2916
- created: z.string().default("2026-04-10T14:12:40.252Z"),
2917
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
2916
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
2917
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
2918
2918
  guardrail_config: z.nullable(
2919
2919
  z.union([
2920
2920
  z.lazy(() =>
@@ -3743,8 +3743,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
3743
3743
  > = z.object({
3744
3744
  _id: z.string(),
3745
3745
  description: z.string(),
3746
- created: z.string().default("2026-04-10T14:12:40.252Z"),
3747
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
3746
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
3747
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
3748
3748
  guardrail_config: z.nullable(
3749
3749
  z.union([
3750
3750
  z.lazy(() =>
@@ -3962,8 +3962,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
3962
3962
  > = z.object({
3963
3963
  _id: z.string(),
3964
3964
  description: z.string(),
3965
- created: z.string().default("2026-04-10T14:12:40.252Z"),
3966
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
3965
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
3966
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
3967
3967
  guardrail_config: z.nullable(
3968
3968
  z.union([
3969
3969
  z.lazy(() =>
@@ -4144,8 +4144,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
4144
4144
  > = z.object({
4145
4145
  _id: z.string(),
4146
4146
  description: z.string(),
4147
- created: z.string().default("2026-04-10T14:12:40.252Z"),
4148
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
4147
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
4148
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
4149
4149
  guardrail_config: z.nullable(
4150
4150
  z.union([
4151
4151
  z.lazy(() =>
@@ -4322,8 +4322,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
4322
4322
  > = z.object({
4323
4323
  _id: z.string(),
4324
4324
  description: z.string(),
4325
- created: z.string().default("2026-04-10T14:12:40.252Z"),
4326
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
4325
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
4326
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
4327
4327
  guardrail_config: z.nullable(
4328
4328
  z.union([
4329
4329
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
@@ -4694,8 +4694,8 @@ export const CreateEvalLlm2$inboundSchema: z.ZodType<
4694
4694
  > = z.object({
4695
4695
  _id: z.string(),
4696
4696
  description: z.string(),
4697
- created: z.string().default("2026-04-10T14:12:40.252Z"),
4698
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
4697
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
4698
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
4699
4699
  guardrail_config: z.nullable(
4700
4700
  z.union([
4701
4701
  z.lazy(() =>
@@ -4910,8 +4910,8 @@ export const CreateEvalLlm1$inboundSchema: z.ZodType<
4910
4910
  > = z.object({
4911
4911
  _id: z.string(),
4912
4912
  description: z.string(),
4913
- created: z.string().default("2026-04-10T14:12:40.252Z"),
4914
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
4913
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
4914
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
4915
4915
  guardrail_config: z.nullable(
4916
4916
  z.union([
4917
4917
  z.lazy(() =>
@@ -139,7 +139,7 @@ export const CreateIdentityResponseBody$inboundSchema: z.ZodType<
139
139
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
140
140
  .optional(),
141
141
  updated: z.string().datetime({ offset: true }).default(
142
- "2026-04-10T14:12:37.936Z",
142
+ "2026-04-11T08:45:22.481Z",
143
143
  ).transform(v => new Date(v)),
144
144
  }).transform((v) => {
145
145
  return remap$(v, {
@@ -645,7 +645,6 @@ export type ResponseBodyCodeExecutionTool = {
645
645
  * The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
646
646
  */
647
647
  status: CreateToolResponseBodyToolsResponse200Status;
648
- versionHash?: string | undefined;
649
648
  type: "code";
650
649
  codeTool: ResponseBodyCodeTool;
651
650
  };
@@ -770,7 +769,6 @@ export type ResponseBodyMCPTool = {
770
769
  * The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
771
770
  */
772
771
  status: CreateToolResponseBodyToolsResponseStatus;
773
- versionHash?: string | undefined;
774
772
  type: "mcp";
775
773
  mcp: ResponseBodyMcp;
776
774
  };
@@ -928,7 +926,6 @@ export type ResponseBodyHTTPTool = {
928
926
  * The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
929
927
  */
930
928
  status: CreateToolResponseBodyToolsStatus;
931
- versionHash?: string | undefined;
932
929
  type: "http";
933
930
  http: CreateToolResponseBodyHttp;
934
931
  };
@@ -1030,7 +1027,6 @@ export type ResponseBodyJSONSchemaTool = {
1030
1027
  * The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
1031
1028
  */
1032
1029
  status: CreateToolResponseBodyStatus;
1033
- versionHash?: string | undefined;
1034
1030
  type: "json_schema";
1035
1031
  jsonSchema: ResponseBodyJsonSchema;
1036
1032
  };
@@ -1142,7 +1138,6 @@ export type ResponseBodyFunctionTool = {
1142
1138
  * The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
1143
1139
  */
1144
1140
  status: ResponseBodyStatus;
1145
- versionHash?: string | undefined;
1146
1141
  type: "function";
1147
1142
  function: CreateToolResponseBodyFunction;
1148
1143
  };
@@ -1907,7 +1902,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
1907
1902
  z.ZodTypeDef,
1908
1903
  unknown
1909
1904
  > = z.object({
1910
- _id: z.string().default("tool_01KNVVT6DTTRFTRF9ZVHTESXHY"),
1905
+ _id: z.string().default("tool_01KNXVFNQTHJAJPG588R4K8VW0"),
1911
1906
  path: z.string(),
1912
1907
  key: z.string(),
1913
1908
  display_name: z.string().optional(),
@@ -1921,7 +1916,6 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
1921
1916
  status: CreateToolResponseBodyToolsResponse200Status$inboundSchema.default(
1922
1917
  "live",
1923
1918
  ),
1924
- version_hash: z.string().optional(),
1925
1919
  type: z.literal("code"),
1926
1920
  code_tool: z.lazy(() => ResponseBodyCodeTool$inboundSchema),
1927
1921
  }).transform((v) => {
@@ -1932,7 +1926,6 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
1932
1926
  "updated_by_id": "updatedById",
1933
1927
  "project_id": "projectId",
1934
1928
  "workspace_id": "workspaceId",
1935
- "version_hash": "versionHash",
1936
1929
  "code_tool": "codeTool",
1937
1930
  });
1938
1931
  });
@@ -2006,7 +1999,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
2006
1999
  z.ZodTypeDef,
2007
2000
  unknown
2008
2001
  > = z.object({
2009
- id: z.string().default("01KNVVT6DST721JKY5FJRR44XT"),
2002
+ id: z.string().default("01KNXVFNQSDER6MXFSQD74R1PZ"),
2010
2003
  name: z.string(),
2011
2004
  description: z.string().optional(),
2012
2005
  schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
@@ -2062,7 +2055,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
2062
2055
  z.ZodTypeDef,
2063
2056
  unknown
2064
2057
  > = z.object({
2065
- _id: z.string().default("tool_01KNVVT6DRC0K2GE6BHAQE2F8X"),
2058
+ _id: z.string().default("tool_01KNXVFNQRHSCF7DVTX5QF3JP4"),
2066
2059
  path: z.string(),
2067
2060
  key: z.string(),
2068
2061
  display_name: z.string().optional(),
@@ -2076,7 +2069,6 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
2076
2069
  status: CreateToolResponseBodyToolsResponseStatus$inboundSchema.default(
2077
2070
  "live",
2078
2071
  ),
2079
- version_hash: z.string().optional(),
2080
2072
  type: z.literal("mcp"),
2081
2073
  mcp: z.lazy(() => ResponseBodyMcp$inboundSchema),
2082
2074
  }).transform((v) => {
@@ -2087,7 +2079,6 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
2087
2079
  "updated_by_id": "updatedById",
2088
2080
  "project_id": "projectId",
2089
2081
  "workspace_id": "workspaceId",
2090
- "version_hash": "versionHash",
2091
2082
  });
2092
2083
  });
2093
2084
 
@@ -2250,7 +2241,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
2250
2241
  z.ZodTypeDef,
2251
2242
  unknown
2252
2243
  > = z.object({
2253
- _id: z.string().default("tool_01KNVVT6DPGDSKSAE8J6DGJG41"),
2244
+ _id: z.string().default("tool_01KNXVFNQPXY0MAWSSKWPRHSTH"),
2254
2245
  path: z.string(),
2255
2246
  key: z.string(),
2256
2247
  display_name: z.string().optional(),
@@ -2262,7 +2253,6 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
2262
2253
  created: z.string(),
2263
2254
  updated: z.string(),
2264
2255
  status: CreateToolResponseBodyToolsStatus$inboundSchema.default("live"),
2265
- version_hash: z.string().optional(),
2266
2256
  type: z.literal("http"),
2267
2257
  http: z.lazy(() => CreateToolResponseBodyHttp$inboundSchema),
2268
2258
  }).transform((v) => {
@@ -2273,7 +2263,6 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
2273
2263
  "updated_by_id": "updatedById",
2274
2264
  "project_id": "projectId",
2275
2265
  "workspace_id": "workspaceId",
2276
- "version_hash": "versionHash",
2277
2266
  });
2278
2267
  });
2279
2268
 
@@ -2345,7 +2334,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
2345
2334
  z.ZodTypeDef,
2346
2335
  unknown
2347
2336
  > = z.object({
2348
- _id: z.string().default("tool_01KNVVT6DN9SK08CG9KY40TZB7"),
2337
+ _id: z.string().default("tool_01KNXVFNQNCJ5PWCC9PKCBX765"),
2349
2338
  path: z.string(),
2350
2339
  key: z.string(),
2351
2340
  display_name: z.string().optional(),
@@ -2357,7 +2346,6 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
2357
2346
  created: z.string(),
2358
2347
  updated: z.string(),
2359
2348
  status: CreateToolResponseBodyStatus$inboundSchema.default("live"),
2360
- version_hash: z.string().optional(),
2361
2349
  type: z.literal("json_schema"),
2362
2350
  json_schema: z.lazy(() => ResponseBodyJsonSchema$inboundSchema),
2363
2351
  }).transform((v) => {
@@ -2368,7 +2356,6 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
2368
2356
  "updated_by_id": "updatedById",
2369
2357
  "project_id": "projectId",
2370
2358
  "workspace_id": "workspaceId",
2371
- "version_hash": "versionHash",
2372
2359
  "json_schema": "jsonSchema",
2373
2360
  });
2374
2361
  });
@@ -2448,7 +2435,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
2448
2435
  z.ZodTypeDef,
2449
2436
  unknown
2450
2437
  > = z.object({
2451
- _id: z.string().default("tool_01KNVVT6DKCD3H7TMBAJ7T3M44"),
2438
+ _id: z.string().default("tool_01KNXVFNQM7WWKRERM7MFRRAB1"),
2452
2439
  path: z.string(),
2453
2440
  key: z.string(),
2454
2441
  display_name: z.string().optional(),
@@ -2460,7 +2447,6 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
2460
2447
  created: z.string(),
2461
2448
  updated: z.string(),
2462
2449
  status: ResponseBodyStatus$inboundSchema.default("live"),
2463
- version_hash: z.string().optional(),
2464
2450
  type: z.literal("function"),
2465
2451
  function: z.lazy(() => CreateToolResponseBodyFunction$inboundSchema),
2466
2452
  }).transform((v) => {
@@ -2471,7 +2457,6 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
2471
2457
  "updated_by_id": "updatedById",
2472
2458
  "project_id": "projectId",
2473
2459
  "workspace_id": "workspaceId",
2474
- "version_hash": "versionHash",
2475
2460
  });
2476
2461
  });
2477
2462
 
@@ -141,7 +141,6 @@ export type DataCodeExecutionTool = {
141
141
  * The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
142
142
  */
143
143
  status: GetAllToolsDataToolsResponse200Status;
144
- versionHash?: string | undefined;
145
144
  type: "code";
146
145
  codeTool: DataCodeTool;
147
146
  };
@@ -266,7 +265,6 @@ export type DataMCPTool = {
266
265
  * The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
267
266
  */
268
267
  status: GetAllToolsDataToolsResponseStatus;
269
- versionHash?: string | undefined;
270
268
  type: "mcp";
271
269
  mcp: DataMcp;
272
270
  };
@@ -424,7 +422,6 @@ export type DataHTTPTool = {
424
422
  * The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
425
423
  */
426
424
  status: GetAllToolsDataToolsStatus;
427
- versionHash?: string | undefined;
428
425
  type: "http";
429
426
  http: GetAllToolsDataHttp;
430
427
  };
@@ -524,7 +521,6 @@ export type DataJSONSchemaTool = {
524
521
  * The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
525
522
  */
526
523
  status: GetAllToolsDataStatus;
527
- versionHash?: string | undefined;
528
524
  type: "json_schema";
529
525
  jsonSchema: DataJsonSchema;
530
526
  };
@@ -638,7 +634,6 @@ export type DataFunctionTool = {
638
634
  * The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
639
635
  */
640
636
  status: DataStatus;
641
- versionHash?: string | undefined;
642
637
  type: "function";
643
638
  function: GetAllToolsDataFunction;
644
639
  };
@@ -772,7 +767,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
772
767
  z.ZodTypeDef,
773
768
  unknown
774
769
  > = z.object({
775
- _id: z.string().default("tool_01KNVVT6D9P0XMFTF8G2TE391Q"),
770
+ _id: z.string().default("tool_01KNXVFNQCXX2VAF8BVMP8V10S"),
776
771
  path: z.string(),
777
772
  key: z.string(),
778
773
  display_name: z.string().optional(),
@@ -784,7 +779,6 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
784
779
  created: z.string(),
785
780
  updated: z.string(),
786
781
  status: GetAllToolsDataToolsResponse200Status$inboundSchema.default("live"),
787
- version_hash: z.string().optional(),
788
782
  type: z.literal("code"),
789
783
  code_tool: z.lazy(() => DataCodeTool$inboundSchema),
790
784
  }).transform((v) => {
@@ -795,7 +789,6 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
795
789
  "updated_by_id": "updatedById",
796
790
  "project_id": "projectId",
797
791
  "workspace_id": "workspaceId",
798
- "version_hash": "versionHash",
799
792
  "code_tool": "codeTool",
800
793
  });
801
794
  });
@@ -871,7 +864,7 @@ export const DataTools$inboundSchema: z.ZodType<
871
864
  z.ZodTypeDef,
872
865
  unknown
873
866
  > = z.object({
874
- id: z.string().default("01KNVVT6D82NXZFA7HG90WB86S"),
867
+ id: z.string().default("01KNXVFNQB3F33T28ZWV55F4X2"),
875
868
  name: z.string(),
876
869
  description: z.string().optional(),
877
870
  schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
@@ -924,7 +917,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
924
917
  z.ZodTypeDef,
925
918
  unknown
926
919
  > = z.object({
927
- _id: z.string().default("tool_01KNVVT6D0YRWJX487KPEVHTY9"),
920
+ _id: z.string().default("tool_01KNXVFNQ23J3WYA4WWG3A4350"),
928
921
  path: z.string(),
929
922
  key: z.string(),
930
923
  display_name: z.string().optional(),
@@ -936,7 +929,6 @@ export const DataMCPTool$inboundSchema: z.ZodType<
936
929
  created: z.string(),
937
930
  updated: z.string(),
938
931
  status: GetAllToolsDataToolsResponseStatus$inboundSchema.default("live"),
939
- version_hash: z.string().optional(),
940
932
  type: z.literal("mcp"),
941
933
  mcp: z.lazy(() => DataMcp$inboundSchema),
942
934
  }).transform((v) => {
@@ -947,7 +939,6 @@ export const DataMCPTool$inboundSchema: z.ZodType<
947
939
  "updated_by_id": "updatedById",
948
940
  "project_id": "projectId",
949
941
  "workspace_id": "workspaceId",
950
- "version_hash": "versionHash",
951
942
  });
952
943
  });
953
944
 
@@ -1111,7 +1102,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
1111
1102
  z.ZodTypeDef,
1112
1103
  unknown
1113
1104
  > = z.object({
1114
- _id: z.string().default("tool_01KNVVT6CYQC0EF5WA6VGDJ78Z"),
1105
+ _id: z.string().default("tool_01KNXVFNQ1MAPA8C3NX6RT284F"),
1115
1106
  path: z.string(),
1116
1107
  key: z.string(),
1117
1108
  display_name: z.string().optional(),
@@ -1123,7 +1114,6 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
1123
1114
  created: z.string(),
1124
1115
  updated: z.string(),
1125
1116
  status: GetAllToolsDataToolsStatus$inboundSchema.default("live"),
1126
- version_hash: z.string().optional(),
1127
1117
  type: z.literal("http"),
1128
1118
  http: z.lazy(() => GetAllToolsDataHttp$inboundSchema),
1129
1119
  }).transform((v) => {
@@ -1134,7 +1124,6 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
1134
1124
  "updated_by_id": "updatedById",
1135
1125
  "project_id": "projectId",
1136
1126
  "workspace_id": "workspaceId",
1137
- "version_hash": "versionHash",
1138
1127
  });
1139
1128
  });
1140
1129
 
@@ -1206,7 +1195,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
1206
1195
  z.ZodTypeDef,
1207
1196
  unknown
1208
1197
  > = z.object({
1209
- _id: z.string().default("tool_01KNVVT6CW06VW32KE81MKE226"),
1198
+ _id: z.string().default("tool_01KNXVFNPZWCRATJAQ8SFQFRE0"),
1210
1199
  path: z.string(),
1211
1200
  key: z.string(),
1212
1201
  display_name: z.string().optional(),
@@ -1218,7 +1207,6 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
1218
1207
  created: z.string(),
1219
1208
  updated: z.string(),
1220
1209
  status: GetAllToolsDataStatus$inboundSchema.default("live"),
1221
- version_hash: z.string().optional(),
1222
1210
  type: z.literal("json_schema"),
1223
1211
  json_schema: z.lazy(() => DataJsonSchema$inboundSchema),
1224
1212
  }).transform((v) => {
@@ -1229,7 +1217,6 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
1229
1217
  "updated_by_id": "updatedById",
1230
1218
  "project_id": "projectId",
1231
1219
  "workspace_id": "workspaceId",
1232
- "version_hash": "versionHash",
1233
1220
  "json_schema": "jsonSchema",
1234
1221
  });
1235
1222
  });
@@ -1310,7 +1297,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
1310
1297
  z.ZodTypeDef,
1311
1298
  unknown
1312
1299
  > = z.object({
1313
- _id: z.string().default("tool_01KNVVT6CVXX19X61DBNPX0H48"),
1300
+ _id: z.string().default("tool_01KNXVFNPYYEY2ER2A5VM0BE6H"),
1314
1301
  path: z.string(),
1315
1302
  key: z.string(),
1316
1303
  display_name: z.string().optional(),
@@ -1322,7 +1309,6 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
1322
1309
  created: z.string(),
1323
1310
  updated: z.string(),
1324
1311
  status: DataStatus$inboundSchema.default("live"),
1325
- version_hash: z.string().optional(),
1326
1312
  type: z.literal("function"),
1327
1313
  function: z.lazy(() => GetAllToolsDataFunction$inboundSchema),
1328
1314
  }).transform((v) => {
@@ -1333,7 +1319,6 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
1333
1319
  "updated_by_id": "updatedById",
1334
1320
  "project_id": "projectId",
1335
1321
  "workspace_id": "workspaceId",
1336
- "version_hash": "versionHash",
1337
1322
  });
1338
1323
  });
1339
1324
 
@@ -1040,8 +1040,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
1040
1040
  > = z.object({
1041
1041
  _id: z.string(),
1042
1042
  description: z.string(),
1043
- created: z.string().default("2026-04-10T14:12:40.252Z"),
1044
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
1043
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
1044
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
1045
1045
  guardrail_config: z.nullable(
1046
1046
  z.union([
1047
1047
  z.lazy(() =>
@@ -1220,8 +1220,8 @@ export const DataRagas$inboundSchema: z.ZodType<
1220
1220
  > = z.object({
1221
1221
  _id: z.string(),
1222
1222
  description: z.string(),
1223
- created: z.string().default("2026-04-10T14:12:40.252Z"),
1224
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
1223
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
1224
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
1225
1225
  guardrail_config: z.nullable(
1226
1226
  z.union([
1227
1227
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
@@ -2050,8 +2050,8 @@ export const DataFunction$inboundSchema: z.ZodType<
2050
2050
  > = z.object({
2051
2051
  _id: z.string(),
2052
2052
  description: z.string(),
2053
- created: z.string().default("2026-04-10T14:12:40.252Z"),
2054
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
2053
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
2054
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
2055
2055
  guardrail_config: z.nullable(
2056
2056
  z.union([
2057
2057
  z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
@@ -2232,8 +2232,8 @@ export const DataPython$inboundSchema: z.ZodType<
2232
2232
  > = z.object({
2233
2233
  _id: z.string(),
2234
2234
  description: z.string(),
2235
- created: z.string().default("2026-04-10T14:12:40.252Z"),
2236
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
2235
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
2236
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
2237
2237
  guardrail_config: z.nullable(
2238
2238
  z.union([
2239
2239
  z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
@@ -2410,8 +2410,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
2410
2410
  > = z.object({
2411
2411
  _id: z.string(),
2412
2412
  description: z.string(),
2413
- created: z.string().default("2026-04-10T14:12:40.252Z"),
2414
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
2413
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
2414
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
2415
2415
  guardrail_config: z.nullable(
2416
2416
  z.union([
2417
2417
  z.lazy(() =>
@@ -2600,8 +2600,8 @@ export const DataJSON$inboundSchema: z.ZodType<
2600
2600
  > = z.object({
2601
2601
  _id: z.string(),
2602
2602
  description: z.string(),
2603
- created: z.string().default("2026-04-10T14:12:40.252Z"),
2604
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
2603
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
2604
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
2605
2605
  guardrail_config: z.nullable(
2606
2606
  z.union([
2607
2607
  z.lazy(() =>
@@ -2966,8 +2966,8 @@ export const GetEvalsLlm2$inboundSchema: z.ZodType<
2966
2966
  > = z.object({
2967
2967
  _id: z.string(),
2968
2968
  description: z.string(),
2969
- created: z.string().default("2026-04-10T14:12:40.252Z"),
2970
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
2969
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
2970
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
2971
2971
  guardrail_config: z.nullable(
2972
2972
  z.union([
2973
2973
  z.lazy(() =>
@@ -3175,8 +3175,8 @@ export const GetEvalsLlm1$inboundSchema: z.ZodType<
3175
3175
  > = z.object({
3176
3176
  _id: z.string(),
3177
3177
  description: z.string(),
3178
- created: z.string().default("2026-04-10T14:12:40.252Z"),
3179
- updated: z.string().default("2026-04-10T14:12:40.252Z"),
3178
+ created: z.string().default("2026-04-11T08:45:24.799Z"),
3179
+ updated: z.string().default("2026-04-11T08:45:24.799Z"),
3180
3180
  guardrail_config: z.nullable(
3181
3181
  z.union([
3182
3182
  z.lazy(() =>
@@ -374,7 +374,7 @@ export const ResponseBody6$inboundSchema: z.ZodType<
374
374
  > = z.object({
375
375
  type: z.literal("text"),
376
376
  id: z.string(),
377
- key: z.string().default("orq_01knvvt6t1"),
377
+ key: z.string().default("orq_01knxvfp2k"),
378
378
  display_name: z.string(),
379
379
  description: z.string(),
380
380
  domain_id: z.string().optional(),
@@ -440,7 +440,7 @@ export const ResponseBody5$inboundSchema: z.ZodType<
440
440
  type: z.literal("single_select"),
441
441
  options: z.array(z.lazy(() => ResponseBodyOptions$inboundSchema)),
442
442
  id: z.string(),
443
- key: z.string().default("orq_01knvvt6t0"),
443
+ key: z.string().default("orq_01knxvfp2j"),
444
444
  display_name: z.string(),
445
445
  description: z.string(),
446
446
  domain_id: z.string().optional(),
@@ -510,7 +510,7 @@ export const ResponseBody4$inboundSchema: z.ZodType<
510
510
  z.lazy(() => GetV2HumanEvalsResponseBodyOptions$inboundSchema),
511
511
  ),
512
512
  id: z.string(),
513
- key: z.string().default("orq_01knvvt6sy"),
513
+ key: z.string().default("orq_01knxvfp2g"),
514
514
  display_name: z.string(),
515
515
  description: z.string(),
516
516
  domain_id: z.string().optional(),
@@ -568,7 +568,7 @@ export const ResponseBody3$inboundSchema: z.ZodType<
568
568
  type: z.literal("range"),
569
569
  config: z.lazy(() => ResponseBodyConfig$inboundSchema),
570
570
  id: z.string(),
571
- key: z.string().default("orq_01knvvt6sw"),
571
+ key: z.string().default("orq_01knxvfp2e"),
572
572
  display_name: z.string(),
573
573
  description: z.string(),
574
574
  domain_id: z.string().optional(),
@@ -605,7 +605,7 @@ export const ResponseBody2$inboundSchema: z.ZodType<
605
605
  > = z.object({
606
606
  type: z.literal("correction"),
607
607
  id: z.string(),
608
- key: z.string().default("orq_01knvvt6st"),
608
+ key: z.string().default("orq_01knxvfp2c"),
609
609
  display_name: z.string(),
610
610
  description: z.string(),
611
611
  domain_id: z.string().optional(),
@@ -642,7 +642,7 @@ export const ResponseBody1$inboundSchema: z.ZodType<
642
642
  > = z.object({
643
643
  type: z.literal("boolean"),
644
644
  id: z.string(),
645
- key: z.string().default("orq_01knvvt6ss"),
645
+ key: z.string().default("orq_01knxvfp2b"),
646
646
  display_name: z.string(),
647
647
  description: z.string(),
648
648
  domain_id: z.string().optional(),
@@ -140,7 +140,7 @@ export const GetV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
140
140
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
141
141
  .optional(),
142
142
  updated: z.string().datetime({ offset: true }).default(
143
- "2026-04-10T14:12:37.936Z",
143
+ "2026-04-11T08:45:22.481Z",
144
144
  ).transform(v => new Date(v)),
145
145
  filter_type: z.literal("name"),
146
146
  filter_value: z.string(),
@@ -185,7 +185,7 @@ export const GetV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
185
185
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
186
186
  .optional(),
187
187
  updated: z.string().datetime({ offset: true }).default(
188
- "2026-04-10T14:12:37.936Z",
188
+ "2026-04-11T08:45:22.481Z",
189
189
  ).transform(v => new Date(v)),
190
190
  filter_type: z.literal("span_type"),
191
191
  filter_values: z.array(z.string()),
@@ -141,7 +141,7 @@ export const GetV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
141
141
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
142
142
  .optional(),
143
143
  updated: z.string().datetime({ offset: true }).default(
144
- "2026-04-10T14:12:37.936Z",
144
+ "2026-04-11T08:45:22.481Z",
145
145
  ).transform(v => new Date(v)),
146
146
  filter_type: z.literal("name"),
147
147
  filter_value: z.string(),
@@ -186,7 +186,7 @@ export const GetV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
186
186
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
187
187
  .optional(),
188
188
  updated: z.string().datetime({ offset: true }).default(
189
- "2026-04-10T14:12:37.936Z",
189
+ "2026-04-11T08:45:22.481Z",
190
190
  ).transform(v => new Date(v)),
191
191
  filter_type: z.literal("span_type"),
192
192
  filter_values: z.array(z.string()),
@@ -375,7 +375,7 @@ export const GetV2HumanEvalsIdResponseBody6$inboundSchema: z.ZodType<
375
375
  > = z.object({
376
376
  type: z.literal("text"),
377
377
  id: z.string(),
378
- key: z.string().default("orq_01knvvt6t7"),
378
+ key: z.string().default("orq_01knxvfp2s"),
379
379
  display_name: z.string(),
380
380
  description: z.string(),
381
381
  domain_id: z.string().optional(),
@@ -450,7 +450,7 @@ export const GetV2HumanEvalsIdResponseBody5$inboundSchema: z.ZodType<
450
450
  z.lazy(() => GetV2HumanEvalsIdResponseBodyResponseOptions$inboundSchema),
451
451
  ),
452
452
  id: z.string(),
453
- key: z.string().default("orq_01knvvt6t7"),
453
+ key: z.string().default("orq_01knxvfp2r"),
454
454
  display_name: z.string(),
455
455
  description: z.string(),
456
456
  domain_id: z.string().optional(),
@@ -520,7 +520,7 @@ export const GetV2HumanEvalsIdResponseBody4$inboundSchema: z.ZodType<
520
520
  z.lazy(() => GetV2HumanEvalsIdResponseBodyOptions$inboundSchema),
521
521
  ),
522
522
  id: z.string(),
523
- key: z.string().default("orq_01knvvt6t5"),
523
+ key: z.string().default("orq_01knxvfp2q"),
524
524
  display_name: z.string(),
525
525
  description: z.string(),
526
526
  domain_id: z.string().optional(),
@@ -579,7 +579,7 @@ export const GetV2HumanEvalsIdResponseBody3$inboundSchema: z.ZodType<
579
579
  type: z.literal("range"),
580
580
  config: z.lazy(() => GetV2HumanEvalsIdResponseBodyConfig$inboundSchema),
581
581
  id: z.string(),
582
- key: z.string().default("orq_01knvvt6t4"),
582
+ key: z.string().default("orq_01knxvfp2p"),
583
583
  display_name: z.string(),
584
584
  description: z.string(),
585
585
  domain_id: z.string().optional(),
@@ -616,7 +616,7 @@ export const GetV2HumanEvalsIdResponseBody2$inboundSchema: z.ZodType<
616
616
  > = z.object({
617
617
  type: z.literal("correction"),
618
618
  id: z.string(),
619
- key: z.string().default("orq_01knvvt6t3"),
619
+ key: z.string().default("orq_01knxvfp2n"),
620
620
  display_name: z.string(),
621
621
  description: z.string(),
622
622
  domain_id: z.string().optional(),
@@ -653,7 +653,7 @@ export const GetV2HumanEvalsIdResponseBody1$inboundSchema: z.ZodType<
653
653
  > = z.object({
654
654
  type: z.literal("boolean"),
655
655
  id: z.string(),
656
- key: z.string().default("orq_01knvvt6t2"),
656
+ key: z.string().default("orq_01knxvfp2m"),
657
657
  display_name: z.string(),
658
658
  description: z.string(),
659
659
  domain_id: z.string().optional(),