@orq-ai/node 4.2.0-rc.2 → 4.2.0-rc.4

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 (82) hide show
  1. package/bin/mcp-server.js +219 -219
  2. package/bin/mcp-server.js.map +39 -39
  3. package/examples/package-lock.json +1 -1
  4. package/jsr.json +1 -1
  5. package/lib/config.d.ts +2 -2
  6. package/lib/config.js +2 -2
  7. package/mcp-server/mcp-server.js +1 -1
  8. package/mcp-server/server.js +1 -1
  9. package/models/components/conversationresponse.js +2 -2
  10. package/models/components/partdoneevent.js +2 -2
  11. package/models/components/reasoningpart.js +2 -2
  12. package/models/operations/createcontact.js +2 -2
  13. package/models/operations/createconversation.js +2 -2
  14. package/models/operations/createdataset.js +2 -2
  15. package/models/operations/createdatasetitem.js +8 -8
  16. package/models/operations/createdatasource.js +2 -2
  17. package/models/operations/createeval.js +28 -28
  18. package/models/operations/createtool.js +12 -12
  19. package/models/operations/fileget.js +2 -2
  20. package/models/operations/filelist.js +2 -2
  21. package/models/operations/fileupload.js +2 -2
  22. package/models/operations/generateconversationname.js +2 -2
  23. package/models/operations/getalltools.js +12 -12
  24. package/models/operations/getevals.js +28 -28
  25. package/models/operations/listcontacts.js +2 -2
  26. package/models/operations/listdatasetdatapoints.js +8 -8
  27. package/models/operations/listdatasets.js +2 -2
  28. package/models/operations/listdatasources.js +2 -2
  29. package/models/operations/retrievecontact.js +2 -2
  30. package/models/operations/retrieveconversation.js +2 -2
  31. package/models/operations/retrievedatapoint.js +8 -8
  32. package/models/operations/retrievedataset.js +2 -2
  33. package/models/operations/retrievedatasource.js +2 -2
  34. package/models/operations/retrievetool.js +12 -12
  35. package/models/operations/runagent.js +2 -2
  36. package/models/operations/streamrunagent.js +2 -2
  37. package/models/operations/updatecontact.js +2 -2
  38. package/models/operations/updateconversation.js +2 -2
  39. package/models/operations/updatedatapoint.js +8 -8
  40. package/models/operations/updatedataset.js +2 -2
  41. package/models/operations/updatedatasource.js +2 -2
  42. package/models/operations/updateeval.js +28 -28
  43. package/models/operations/updatetool.js +14 -14
  44. package/package.json +1 -1
  45. package/src/lib/config.ts +2 -2
  46. package/src/mcp-server/mcp-server.ts +1 -1
  47. package/src/mcp-server/server.ts +1 -1
  48. package/src/models/components/conversationresponse.ts +2 -2
  49. package/src/models/components/partdoneevent.ts +2 -2
  50. package/src/models/components/reasoningpart.ts +2 -2
  51. package/src/models/operations/createcontact.ts +2 -2
  52. package/src/models/operations/createconversation.ts +2 -2
  53. package/src/models/operations/createdataset.ts +2 -2
  54. package/src/models/operations/createdatasetitem.ts +8 -8
  55. package/src/models/operations/createdatasource.ts +2 -2
  56. package/src/models/operations/createeval.ts +28 -28
  57. package/src/models/operations/createtool.ts +12 -12
  58. package/src/models/operations/fileget.ts +2 -2
  59. package/src/models/operations/filelist.ts +2 -2
  60. package/src/models/operations/fileupload.ts +2 -2
  61. package/src/models/operations/generateconversationname.ts +2 -2
  62. package/src/models/operations/getalltools.ts +12 -12
  63. package/src/models/operations/getevals.ts +28 -28
  64. package/src/models/operations/listcontacts.ts +2 -2
  65. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  66. package/src/models/operations/listdatasets.ts +2 -2
  67. package/src/models/operations/listdatasources.ts +2 -2
  68. package/src/models/operations/retrievecontact.ts +2 -2
  69. package/src/models/operations/retrieveconversation.ts +2 -2
  70. package/src/models/operations/retrievedatapoint.ts +8 -8
  71. package/src/models/operations/retrievedataset.ts +2 -2
  72. package/src/models/operations/retrievedatasource.ts +2 -2
  73. package/src/models/operations/retrievetool.ts +12 -12
  74. package/src/models/operations/runagent.ts +2 -2
  75. package/src/models/operations/streamrunagent.ts +2 -2
  76. package/src/models/operations/updatecontact.ts +2 -2
  77. package/src/models/operations/updateconversation.ts +2 -2
  78. package/src/models/operations/updatedatapoint.ts +8 -8
  79. package/src/models/operations/updatedataset.ts +2 -2
  80. package/src/models/operations/updatedatasource.ts +2 -2
  81. package/src/models/operations/updateeval.ts +28 -28
  82. package/src/models/operations/updatetool.ts +14 -14
@@ -3612,7 +3612,7 @@ export const Evaluations3$inboundSchema: z.ZodType<
3612
3612
  source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
3613
3613
  reviewed_by_id: z.string(),
3614
3614
  reviewed_at: z.string().datetime({ offset: true }).default(
3615
- "2025-12-31T08:46:07.165Z",
3615
+ "2026-01-01T05:32:31.884Z",
3616
3616
  ).transform(v => new Date(v)),
3617
3617
  type: z.literal("string_array"),
3618
3618
  values: z.array(z.string()),
@@ -3647,7 +3647,7 @@ export const Evaluations3$outboundSchema: z.ZodType<
3647
3647
  humanReviewId: z.string(),
3648
3648
  source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
3649
3649
  reviewedById: z.string(),
3650
- reviewedAt: z.date().default(() => new Date("2025-12-31T08:46:07.165Z"))
3650
+ reviewedAt: z.date().default(() => new Date("2026-01-01T05:32:31.884Z"))
3651
3651
  .transform(v => v.toISOString()),
3652
3652
  type: z.literal("string_array"),
3653
3653
  values: z.array(z.string()),
@@ -3703,7 +3703,7 @@ export const Evaluations2$inboundSchema: z.ZodType<
3703
3703
  source: EvaluationsSource$inboundSchema.default("orq"),
3704
3704
  reviewed_by_id: z.string(),
3705
3705
  reviewed_at: z.string().datetime({ offset: true }).default(
3706
- "2025-12-31T08:46:07.164Z",
3706
+ "2026-01-01T05:32:31.884Z",
3707
3707
  ).transform(v => new Date(v)),
3708
3708
  type: z.literal("number"),
3709
3709
  value: z.number(),
@@ -3738,7 +3738,7 @@ export const Evaluations2$outboundSchema: z.ZodType<
3738
3738
  humanReviewId: z.string(),
3739
3739
  source: EvaluationsSource$outboundSchema.default("orq"),
3740
3740
  reviewedById: z.string(),
3741
- reviewedAt: z.date().default(() => new Date("2025-12-31T08:46:07.164Z"))
3741
+ reviewedAt: z.date().default(() => new Date("2026-01-01T05:32:31.884Z"))
3742
3742
  .transform(v => v.toISOString()),
3743
3743
  type: z.literal("number"),
3744
3744
  value: z.number(),
@@ -3792,7 +3792,7 @@ export const Evaluations1$inboundSchema: z.ZodType<
3792
3792
  source: Source$inboundSchema.default("orq"),
3793
3793
  reviewed_by_id: z.string(),
3794
3794
  reviewed_at: z.string().datetime({ offset: true }).default(
3795
- "2025-12-31T08:46:07.164Z",
3795
+ "2026-01-01T05:32:31.883Z",
3796
3796
  ).transform(v => new Date(v)),
3797
3797
  type: z.literal("string"),
3798
3798
  value: z.string(),
@@ -3827,7 +3827,7 @@ export const Evaluations1$outboundSchema: z.ZodType<
3827
3827
  humanReviewId: z.string(),
3828
3828
  source: Source$outboundSchema.default("orq"),
3829
3829
  reviewedById: z.string(),
3830
- reviewedAt: z.date().default(() => new Date("2025-12-31T08:46:07.164Z"))
3830
+ reviewedAt: z.date().default(() => new Date("2026-01-01T05:32:31.883Z"))
3831
3831
  .transform(v => v.toISOString()),
3832
3832
  type: z.literal("string"),
3833
3833
  value: z.string(),
@@ -3932,7 +3932,7 @@ export const CreateDatasetItemResponseBody$inboundSchema: z.ZodType<
3932
3932
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
3933
3933
  .optional(),
3934
3934
  updated: z.string().datetime({ offset: true }).default(
3935
- "2025-12-31T08:45:55.264Z",
3935
+ "2026-01-01T05:32:17.721Z",
3936
3936
  ).transform(v => new Date(v)),
3937
3937
  }).transform((v) => {
3938
3938
  return remap$(v, {
@@ -4010,7 +4010,7 @@ export const CreateDatasetItemResponseBody$outboundSchema: z.ZodType<
4010
4010
  createdById: z.string().optional(),
4011
4011
  updatedById: z.string().optional(),
4012
4012
  created: z.date().transform(v => v.toISOString()).optional(),
4013
- updated: z.date().default(() => new Date("2025-12-31T08:45:55.264Z"))
4013
+ updated: z.date().default(() => new Date("2026-01-01T05:32:17.721Z"))
4014
4014
  .transform(v => v.toISOString()),
4015
4015
  }).transform((v) => {
4016
4016
  return remap$(v, {
@@ -576,7 +576,7 @@ export const CreateDatasourceResponseBody$inboundSchema: z.ZodType<
576
576
  z.ZodTypeDef,
577
577
  unknown
578
578
  > = z.object({
579
- _id: z.string().default("01KDSSBY6V7FMQS4VQWJ2TZHKX"),
579
+ _id: z.string().default("01KDW0P642AF6B0ZRPS9FE4MQF"),
580
580
  display_name: z.string(),
581
581
  description: z.string().optional(),
582
582
  status: CreateDatasourceStatus$inboundSchema,
@@ -619,7 +619,7 @@ export const CreateDatasourceResponseBody$outboundSchema: z.ZodType<
619
619
  z.ZodTypeDef,
620
620
  CreateDatasourceResponseBody
621
621
  > = z.object({
622
- id: z.string().default("01KDSSBY6V7FMQS4VQWJ2TZHKX"),
622
+ id: z.string().default("01KDW0P642AF6B0ZRPS9FE4MQF"),
623
623
  displayName: z.string(),
624
624
  description: z.string().optional(),
625
625
  status: CreateDatasourceStatus$outboundSchema,
@@ -2124,8 +2124,8 @@ export const Typescript$inboundSchema: z.ZodType<
2124
2124
  > = z.object({
2125
2125
  _id: z.string(),
2126
2126
  description: z.string(),
2127
- created: z.string().default("2025-12-31T08:45:57.726Z"),
2128
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
2127
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
2128
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
2129
2129
  guardrail_config: z.union([
2130
2130
  z.lazy(() =>
2131
2131
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema
@@ -2166,8 +2166,8 @@ export const Typescript$outboundSchema: z.ZodType<
2166
2166
  > = z.object({
2167
2167
  id: z.string(),
2168
2168
  description: z.string(),
2169
- created: z.string().default("2025-12-31T08:45:57.726Z"),
2170
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
2169
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
2170
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
2171
2171
  guardrailConfig: z.union([
2172
2172
  z.lazy(() =>
2173
2173
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema
@@ -2426,8 +2426,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
2426
2426
  .object({
2427
2427
  _id: z.string(),
2428
2428
  description: z.string(),
2429
- created: z.string().default("2025-12-31T08:45:57.726Z"),
2430
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
2429
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
2430
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
2431
2431
  guardrail_config: z.union([
2432
2432
  z.lazy(() =>
2433
2433
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema
@@ -2471,8 +2471,8 @@ export const Ragas$outboundSchema: z.ZodType<
2471
2471
  > = z.object({
2472
2472
  id: z.string(),
2473
2473
  description: z.string(),
2474
- created: z.string().default("2025-12-31T08:45:57.726Z"),
2475
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
2474
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
2475
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
2476
2476
  guardrailConfig: z.union([
2477
2477
  z.lazy(() =>
2478
2478
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema
@@ -4000,8 +4000,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
4000
4000
  > = z.object({
4001
4001
  _id: z.string(),
4002
4002
  description: z.string(),
4003
- created: z.string().default("2025-12-31T08:45:57.726Z"),
4004
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
4003
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
4004
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
4005
4005
  guardrail_config: z.union([
4006
4006
  z.lazy(() =>
4007
4007
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema
@@ -4108,8 +4108,8 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
4108
4108
  > = z.object({
4109
4109
  id: z.string(),
4110
4110
  description: z.string(),
4111
- created: z.string().default("2025-12-31T08:45:57.726Z"),
4112
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
4111
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
4112
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
4113
4113
  guardrailConfig: z.union([
4114
4114
  z.lazy(() =>
4115
4115
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema
@@ -4404,8 +4404,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
4404
4404
  > = z.object({
4405
4405
  _id: z.string(),
4406
4406
  description: z.string(),
4407
- created: z.string().default("2025-12-31T08:45:57.726Z"),
4408
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
4407
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
4408
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
4409
4409
  guardrail_config: z.union([
4410
4410
  z.lazy(() =>
4411
4411
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema
@@ -4446,8 +4446,8 @@ export const ResponseBodyPython$outboundSchema: z.ZodType<
4446
4446
  > = z.object({
4447
4447
  id: z.string(),
4448
4448
  description: z.string(),
4449
- created: z.string().default("2025-12-31T08:45:57.726Z"),
4450
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
4449
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
4450
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
4451
4451
  guardrailConfig: z.union([
4452
4452
  z.lazy(() =>
4453
4453
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema
@@ -4708,8 +4708,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
4708
4708
  > = z.object({
4709
4709
  _id: z.string(),
4710
4710
  description: z.string(),
4711
- created: z.string().default("2025-12-31T08:45:57.726Z"),
4712
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
4711
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
4712
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
4713
4713
  guardrail_config: z.union([
4714
4714
  z.lazy(() =>
4715
4715
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema
@@ -4756,8 +4756,8 @@ export const ResponseBodyHTTP$outboundSchema: z.ZodType<
4756
4756
  > = z.object({
4757
4757
  id: z.string(),
4758
4758
  description: z.string(),
4759
- created: z.string().default("2025-12-31T08:45:57.726Z"),
4760
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
4759
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
4760
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
4761
4761
  guardrailConfig: z.union([
4762
4762
  z.lazy(() =>
4763
4763
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema
@@ -4994,8 +4994,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
4994
4994
  > = z.object({
4995
4995
  _id: z.string(),
4996
4996
  description: z.string(),
4997
- created: z.string().default("2025-12-31T08:45:57.726Z"),
4998
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
4997
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
4998
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
4999
4999
  guardrail_config: z.union([
5000
5000
  z.lazy(() =>
5001
5001
  CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema
@@ -5034,8 +5034,8 @@ export const ResponseBodyJSON$outboundSchema: z.ZodType<
5034
5034
  > = z.object({
5035
5035
  id: z.string(),
5036
5036
  description: z.string(),
5037
- created: z.string().default("2025-12-31T08:45:57.726Z"),
5038
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
5037
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
5038
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
5039
5039
  guardrailConfig: z.union([
5040
5040
  z.lazy(() =>
5041
5041
  CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema
@@ -5268,8 +5268,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
5268
5268
  > = z.object({
5269
5269
  _id: z.string(),
5270
5270
  description: z.string(),
5271
- created: z.string().default("2025-12-31T08:45:57.726Z"),
5272
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
5271
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
5272
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
5273
5273
  guardrail_config: z.union([
5274
5274
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
5275
5275
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
@@ -5308,8 +5308,8 @@ export const ResponseBodyLLM$outboundSchema: z.ZodType<
5308
5308
  > = z.object({
5309
5309
  id: z.string(),
5310
5310
  description: z.string(),
5311
- created: z.string().default("2025-12-31T08:45:57.726Z"),
5312
- updated: z.string().default("2025-12-31T08:45:57.726Z"),
5311
+ created: z.string().default("2026-01-01T05:32:20.510Z"),
5312
+ updated: z.string().default("2026-01-01T05:32:20.510Z"),
5313
5313
  guardrailConfig: z.union([
5314
5314
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
5315
5315
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
@@ -2458,7 +2458,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
2458
2458
  z.ZodTypeDef,
2459
2459
  unknown
2460
2460
  > = z.object({
2461
- _id: z.string().default("tool_01KDSSBY1J0ZJBYEVPDANA11DB"),
2461
+ _id: z.string().default("tool_01KDW0P5YMVXXHD184J1YESHW8"),
2462
2462
  path: z.string(),
2463
2463
  key: z.string(),
2464
2464
  display_name: z.string().optional(),
@@ -2512,7 +2512,7 @@ export const ResponseBodyCodeExecutionTool$outboundSchema: z.ZodType<
2512
2512
  z.ZodTypeDef,
2513
2513
  ResponseBodyCodeExecutionTool
2514
2514
  > = z.object({
2515
- id: z.string().default("tool_01KDSSBY1J0ZJBYEVPDANA11DB"),
2515
+ id: z.string().default("tool_01KDW0P5YMVXXHD184J1YESHW8"),
2516
2516
  path: z.string(),
2517
2517
  key: z.string(),
2518
2518
  displayName: z.string().optional(),
@@ -2678,7 +2678,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
2678
2678
  z.ZodTypeDef,
2679
2679
  unknown
2680
2680
  > = z.object({
2681
- id: z.string().default("01KDSSBY1GCEBBD6NVWV90ZQWP"),
2681
+ id: z.string().default("01KDW0P5YJ3NV4A2BZJTZ48P4Z"),
2682
2682
  name: z.string(),
2683
2683
  description: z.string().optional(),
2684
2684
  schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
@@ -2697,7 +2697,7 @@ export const ResponseBodyTools$outboundSchema: z.ZodType<
2697
2697
  z.ZodTypeDef,
2698
2698
  ResponseBodyTools
2699
2699
  > = z.object({
2700
- id: z.string().default("01KDSSBY1GCEBBD6NVWV90ZQWP"),
2700
+ id: z.string().default("01KDW0P5YJ3NV4A2BZJTZ48P4Z"),
2701
2701
  name: z.string(),
2702
2702
  description: z.string().optional(),
2703
2703
  schema: z.lazy(() => CreateToolResponseBodySchema$outboundSchema),
@@ -2792,7 +2792,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
2792
2792
  z.ZodTypeDef,
2793
2793
  unknown
2794
2794
  > = z.object({
2795
- _id: z.string().default("tool_01KDSSBY1F2YZ79Q20B6AATESH"),
2795
+ _id: z.string().default("tool_01KDW0P5YGMZFF9M52WVSD31QM"),
2796
2796
  path: z.string(),
2797
2797
  key: z.string(),
2798
2798
  display_name: z.string().optional(),
@@ -2845,7 +2845,7 @@ export const ResponseBodyMCPTool$outboundSchema: z.ZodType<
2845
2845
  z.ZodTypeDef,
2846
2846
  ResponseBodyMCPTool
2847
2847
  > = z.object({
2848
- id: z.string().default("tool_01KDSSBY1F2YZ79Q20B6AATESH"),
2848
+ id: z.string().default("tool_01KDW0P5YGMZFF9M52WVSD31QM"),
2849
2849
  path: z.string(),
2850
2850
  key: z.string(),
2851
2851
  displayName: z.string().optional(),
@@ -3196,7 +3196,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
3196
3196
  z.ZodTypeDef,
3197
3197
  unknown
3198
3198
  > = z.object({
3199
- _id: z.string().default("tool_01KDSSBY1BB11JKD3KP2VDF5QP"),
3199
+ _id: z.string().default("tool_01KDW0P5YDY7MPB70RST7ZKTT9"),
3200
3200
  path: z.string(),
3201
3201
  key: z.string(),
3202
3202
  display_name: z.string().optional(),
@@ -3247,7 +3247,7 @@ export const ResponseBodyHTTPTool$outboundSchema: z.ZodType<
3247
3247
  z.ZodTypeDef,
3248
3248
  ResponseBodyHTTPTool
3249
3249
  > = z.object({
3250
- id: z.string().default("tool_01KDSSBY1BB11JKD3KP2VDF5QP"),
3250
+ id: z.string().default("tool_01KDW0P5YDY7MPB70RST7ZKTT9"),
3251
3251
  path: z.string(),
3252
3252
  key: z.string(),
3253
3253
  displayName: z.string().optional(),
@@ -3412,7 +3412,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
3412
3412
  z.ZodTypeDef,
3413
3413
  unknown
3414
3414
  > = z.object({
3415
- _id: z.string().default("tool_01KDSSBY19WYSNXEE3ACNQYTA2"),
3415
+ _id: z.string().default("tool_01KDW0P5YB71RJDPJJNTW0WMR5"),
3416
3416
  path: z.string(),
3417
3417
  key: z.string(),
3418
3418
  display_name: z.string().optional(),
@@ -3464,7 +3464,7 @@ export const ResponseBodyJSONSchemaTool$outboundSchema: z.ZodType<
3464
3464
  z.ZodTypeDef,
3465
3465
  ResponseBodyJSONSchemaTool
3466
3466
  > = z.object({
3467
- id: z.string().default("tool_01KDSSBY19WYSNXEE3ACNQYTA2"),
3467
+ id: z.string().default("tool_01KDW0P5YB71RJDPJJNTW0WMR5"),
3468
3468
  path: z.string(),
3469
3469
  key: z.string(),
3470
3470
  displayName: z.string().optional(),
@@ -3645,7 +3645,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
3645
3645
  z.ZodTypeDef,
3646
3646
  unknown
3647
3647
  > = z.object({
3648
- _id: z.string().default("tool_01KDSSBY0X0QF3VK5DW8E6DHY2"),
3648
+ _id: z.string().default("tool_01KDW0P5Y8A3NAZP06AD4RPJXN"),
3649
3649
  path: z.string(),
3650
3650
  key: z.string(),
3651
3651
  display_name: z.string().optional(),
@@ -3696,7 +3696,7 @@ export const ResponseBodyFunctionTool$outboundSchema: z.ZodType<
3696
3696
  z.ZodTypeDef,
3697
3697
  ResponseBodyFunctionTool
3698
3698
  > = z.object({
3699
- id: z.string().default("tool_01KDSSBY0X0QF3VK5DW8E6DHY2"),
3699
+ id: z.string().default("tool_01KDW0P5Y8A3NAZP06AD4RPJXN"),
3700
3700
  path: z.string(),
3701
3701
  key: z.string(),
3702
3702
  displayName: z.string().optional(),
@@ -119,7 +119,7 @@ export const FileGetResponseBody$inboundSchema: z.ZodType<
119
119
  file_name: z.string(),
120
120
  workspace_id: z.string(),
121
121
  created: z.string().datetime({ offset: true }).default(
122
- "2025-12-31T08:45:58.843Z",
122
+ "2026-01-01T05:32:21.931Z",
123
123
  ).transform(v => new Date(v)),
124
124
  }).transform((v) => {
125
125
  return remap$(v, {
@@ -152,7 +152,7 @@ export const FileGetResponseBody$outboundSchema: z.ZodType<
152
152
  bytes: z.number(),
153
153
  fileName: z.string(),
154
154
  workspaceId: z.string(),
155
- created: z.date().default(() => new Date("2025-12-31T08:45:58.843Z"))
155
+ created: z.date().default(() => new Date("2026-01-01T05:32:21.931Z"))
156
156
  .transform(v => v.toISOString()),
157
157
  }).transform((v) => {
158
158
  return remap$(v, {
@@ -157,7 +157,7 @@ export const FileListData$inboundSchema: z.ZodType<
157
157
  file_name: z.string(),
158
158
  workspace_id: z.string(),
159
159
  created: z.string().datetime({ offset: true }).default(
160
- "2025-12-31T08:45:58.843Z",
160
+ "2026-01-01T05:32:21.931Z",
161
161
  ).transform(v => new Date(v)),
162
162
  }).transform((v) => {
163
163
  return remap$(v, {
@@ -190,7 +190,7 @@ export const FileListData$outboundSchema: z.ZodType<
190
190
  bytes: z.number(),
191
191
  fileName: z.string(),
192
192
  workspaceId: z.string(),
193
- created: z.date().default(() => new Date("2025-12-31T08:45:58.843Z"))
193
+ created: z.date().default(() => new Date("2026-01-01T05:32:21.931Z"))
194
194
  .transform(v => v.toISOString()),
195
195
  }).transform((v) => {
196
196
  return remap$(v, {
@@ -196,7 +196,7 @@ export const FileUploadResponseBody$inboundSchema: z.ZodType<
196
196
  file_name: z.string(),
197
197
  workspace_id: z.string(),
198
198
  created: z.string().datetime({ offset: true }).default(
199
- "2025-12-31T08:45:58.843Z",
199
+ "2026-01-01T05:32:21.931Z",
200
200
  ).transform(v => new Date(v)),
201
201
  }).transform((v) => {
202
202
  return remap$(v, {
@@ -229,7 +229,7 @@ export const FileUploadResponseBody$outboundSchema: z.ZodType<
229
229
  bytes: z.number(),
230
230
  fileName: z.string(),
231
231
  workspaceId: z.string(),
232
- created: z.date().default(() => new Date("2025-12-31T08:45:58.843Z"))
232
+ created: z.date().default(() => new Date("2026-01-01T05:32:21.931Z"))
233
233
  .transform(v => v.toISOString()),
234
234
  }).transform((v) => {
235
235
  return remap$(v, {
@@ -248,7 +248,7 @@ export const GenerateConversationNameResponseBody$inboundSchema: z.ZodType<
248
248
  z.ZodTypeDef,
249
249
  unknown
250
250
  > = z.object({
251
- _id: z.string().default("conv_01kdssbxspj7ed8ywzdjzr8ah3"),
251
+ _id: z.string().default("conv_01kdw0p5pfvfbjw0jzppdb320k"),
252
252
  entityId: z.string(),
253
253
  kind: GenerateConversationNameKind$inboundSchema,
254
254
  displayName: z.string(),
@@ -282,7 +282,7 @@ export const GenerateConversationNameResponseBody$outboundSchema: z.ZodType<
282
282
  z.ZodTypeDef,
283
283
  GenerateConversationNameResponseBody
284
284
  > = z.object({
285
- id: z.string().default("conv_01kdssbxspj7ed8ywzdjzr8ah3"),
285
+ id: z.string().default("conv_01kdw0p5pfvfbjw0jzppdb320k"),
286
286
  entityId: z.string(),
287
287
  kind: GenerateConversationNameKind$outboundSchema,
288
288
  displayName: z.string(),
@@ -863,7 +863,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
863
863
  z.ZodTypeDef,
864
864
  unknown
865
865
  > = z.object({
866
- _id: z.string().default("tool_01KDSSBY0CEYFJPK46W2XHZ0Z1"),
866
+ _id: z.string().default("tool_01KDW0P5XPKT9PM0X1XMHJ8PRP"),
867
867
  path: z.string(),
868
868
  key: z.string(),
869
869
  display_name: z.string().optional(),
@@ -915,7 +915,7 @@ export const DataCodeExecutionTool$outboundSchema: z.ZodType<
915
915
  z.ZodTypeDef,
916
916
  DataCodeExecutionTool
917
917
  > = z.object({
918
- id: z.string().default("tool_01KDSSBY0CEYFJPK46W2XHZ0Z1"),
918
+ id: z.string().default("tool_01KDW0P5XPKT9PM0X1XMHJ8PRP"),
919
919
  path: z.string(),
920
920
  key: z.string(),
921
921
  displayName: z.string().optional(),
@@ -1074,7 +1074,7 @@ export const DataTools$inboundSchema: z.ZodType<
1074
1074
  z.ZodTypeDef,
1075
1075
  unknown
1076
1076
  > = z.object({
1077
- id: z.string().default("01KDSSBY0BB8HJ9AG29423KDGT"),
1077
+ id: z.string().default("01KDW0P5XNKXYED93G49J10AH8"),
1078
1078
  name: z.string(),
1079
1079
  description: z.string().optional(),
1080
1080
  schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
@@ -1093,7 +1093,7 @@ export const DataTools$outboundSchema: z.ZodType<
1093
1093
  z.ZodTypeDef,
1094
1094
  DataTools
1095
1095
  > = z.object({
1096
- id: z.string().default("01KDSSBY0BB8HJ9AG29423KDGT"),
1096
+ id: z.string().default("01KDW0P5XNKXYED93G49J10AH8"),
1097
1097
  name: z.string(),
1098
1098
  description: z.string().optional(),
1099
1099
  schema: z.lazy(() => GetAllToolsDataSchema$outboundSchema),
@@ -1178,7 +1178,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
1178
1178
  z.ZodTypeDef,
1179
1179
  unknown
1180
1180
  > = z.object({
1181
- _id: z.string().default("tool_01KDSSBY09CXA4JQYBE0N2CQ7B"),
1181
+ _id: z.string().default("tool_01KDW0P5XKBV62X74G1P725VE0"),
1182
1182
  path: z.string(),
1183
1183
  key: z.string(),
1184
1184
  display_name: z.string().optional(),
@@ -1229,7 +1229,7 @@ export const DataMCPTool$outboundSchema: z.ZodType<
1229
1229
  z.ZodTypeDef,
1230
1230
  DataMCPTool
1231
1231
  > = z.object({
1232
- id: z.string().default("tool_01KDSSBY09CXA4JQYBE0N2CQ7B"),
1232
+ id: z.string().default("tool_01KDW0P5XKBV62X74G1P725VE0"),
1233
1233
  path: z.string(),
1234
1234
  key: z.string(),
1235
1235
  displayName: z.string().optional(),
@@ -1563,7 +1563,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
1563
1563
  z.ZodTypeDef,
1564
1564
  unknown
1565
1565
  > = z.object({
1566
- _id: z.string().default("tool_01KDSSBY0725HGC0XQJ7MTT5YQ"),
1566
+ _id: z.string().default("tool_01KDW0P5XA9N6XK394VGVMHCXZ"),
1567
1567
  path: z.string(),
1568
1568
  key: z.string(),
1569
1569
  display_name: z.string().optional(),
@@ -1614,7 +1614,7 @@ export const DataHTTPTool$outboundSchema: z.ZodType<
1614
1614
  z.ZodTypeDef,
1615
1615
  DataHTTPTool
1616
1616
  > = z.object({
1617
- id: z.string().default("tool_01KDSSBY0725HGC0XQJ7MTT5YQ"),
1617
+ id: z.string().default("tool_01KDW0P5XA9N6XK394VGVMHCXZ"),
1618
1618
  path: z.string(),
1619
1619
  key: z.string(),
1620
1620
  displayName: z.string().optional(),
@@ -1767,7 +1767,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
1767
1767
  z.ZodTypeDef,
1768
1768
  unknown
1769
1769
  > = z.object({
1770
- _id: z.string().default("tool_01KDSSBY06C8EPRF9E7AKZ2VA9"),
1770
+ _id: z.string().default("tool_01KDW0P5X8KHZ8M6A156DXT4G5"),
1771
1771
  path: z.string(),
1772
1772
  key: z.string(),
1773
1773
  display_name: z.string().optional(),
@@ -1819,7 +1819,7 @@ export const DataJSONSchemaTool$outboundSchema: z.ZodType<
1819
1819
  z.ZodTypeDef,
1820
1820
  DataJSONSchemaTool
1821
1821
  > = z.object({
1822
- id: z.string().default("tool_01KDSSBY06C8EPRF9E7AKZ2VA9"),
1822
+ id: z.string().default("tool_01KDW0P5X8KHZ8M6A156DXT4G5"),
1823
1823
  path: z.string(),
1824
1824
  key: z.string(),
1825
1825
  displayName: z.string().optional(),
@@ -1995,7 +1995,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
1995
1995
  z.ZodTypeDef,
1996
1996
  unknown
1997
1997
  > = z.object({
1998
- _id: z.string().default("tool_01KDSSBY04ZRVAR6W4Z5W96MCR"),
1998
+ _id: z.string().default("tool_01KDW0P5X7J7DTDQ14DDQK8S0Z"),
1999
1999
  path: z.string(),
2000
2000
  key: z.string(),
2001
2001
  display_name: z.string().optional(),
@@ -2046,7 +2046,7 @@ export const DataFunctionTool$outboundSchema: z.ZodType<
2046
2046
  z.ZodTypeDef,
2047
2047
  DataFunctionTool
2048
2048
  > = z.object({
2049
- id: z.string().default("tool_01KDSSBY04ZRVAR6W4Z5W96MCR"),
2049
+ id: z.string().default("tool_01KDW0P5X7J7DTDQ14DDQK8S0Z"),
2050
2050
  path: z.string(),
2051
2051
  key: z.string(),
2052
2052
  displayName: z.string().optional(),