@orq-ai/node 4.0.0-rc.8 → 4.0.0-rc.9

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 (74) hide show
  1. package/bin/mcp-server.js +209 -209
  2. package/bin/mcp-server.js.map +35 -35
  3. package/examples/package-lock.json +1 -1
  4. package/jsr.json +1 -1
  5. package/lib/config.d.ts +2 -2
  6. package/lib/config.js +2 -2
  7. package/mcp-server/mcp-server.js +1 -1
  8. package/mcp-server/server.js +1 -1
  9. package/models/operations/createbudget.js +2 -2
  10. package/models/operations/createcontact.js +2 -2
  11. package/models/operations/createdataset.js +2 -2
  12. package/models/operations/createdatasetitem.js +8 -8
  13. package/models/operations/createdatasource.js +2 -2
  14. package/models/operations/createeval.js +28 -28
  15. package/models/operations/createtool.js +10 -10
  16. package/models/operations/duplicatetool.js +10 -10
  17. package/models/operations/fileget.js +2 -2
  18. package/models/operations/filelist.js +2 -2
  19. package/models/operations/fileupload.js +2 -2
  20. package/models/operations/getalltools.js +10 -10
  21. package/models/operations/getbudget.js +2 -2
  22. package/models/operations/getevals.js +28 -28
  23. package/models/operations/listbudgets.js +2 -2
  24. package/models/operations/listcontacts.js +2 -2
  25. package/models/operations/listdatasetdatapoints.js +8 -8
  26. package/models/operations/listdatasets.js +2 -2
  27. package/models/operations/listdatasources.js +2 -2
  28. package/models/operations/retrievecontact.js +2 -2
  29. package/models/operations/retrievedatapoint.js +8 -8
  30. package/models/operations/retrievedataset.js +2 -2
  31. package/models/operations/retrievedatasource.js +2 -2
  32. package/models/operations/retrievetool.js +10 -10
  33. package/models/operations/updatebudget.js +2 -2
  34. package/models/operations/updatecontact.js +2 -2
  35. package/models/operations/updatedatapoint.js +8 -8
  36. package/models/operations/updatedataset.js +2 -2
  37. package/models/operations/updatedatasource.js +2 -2
  38. package/models/operations/updateeval.js +28 -28
  39. package/models/operations/updatetool.js +10 -10
  40. package/package.json +1 -1
  41. package/src/lib/config.ts +2 -2
  42. package/src/mcp-server/mcp-server.ts +1 -1
  43. package/src/mcp-server/server.ts +1 -1
  44. package/src/models/operations/createbudget.ts +2 -2
  45. package/src/models/operations/createcontact.ts +2 -2
  46. package/src/models/operations/createdataset.ts +2 -2
  47. package/src/models/operations/createdatasetitem.ts +8 -8
  48. package/src/models/operations/createdatasource.ts +2 -2
  49. package/src/models/operations/createeval.ts +28 -28
  50. package/src/models/operations/createtool.ts +10 -10
  51. package/src/models/operations/duplicatetool.ts +10 -10
  52. package/src/models/operations/fileget.ts +2 -2
  53. package/src/models/operations/filelist.ts +2 -2
  54. package/src/models/operations/fileupload.ts +2 -2
  55. package/src/models/operations/getalltools.ts +10 -10
  56. package/src/models/operations/getbudget.ts +2 -2
  57. package/src/models/operations/getevals.ts +28 -28
  58. package/src/models/operations/listbudgets.ts +2 -2
  59. package/src/models/operations/listcontacts.ts +2 -2
  60. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  61. package/src/models/operations/listdatasets.ts +2 -2
  62. package/src/models/operations/listdatasources.ts +2 -2
  63. package/src/models/operations/retrievecontact.ts +2 -2
  64. package/src/models/operations/retrievedatapoint.ts +8 -8
  65. package/src/models/operations/retrievedataset.ts +2 -2
  66. package/src/models/operations/retrievedatasource.ts +2 -2
  67. package/src/models/operations/retrievetool.ts +10 -10
  68. package/src/models/operations/updatebudget.ts +2 -2
  69. package/src/models/operations/updatecontact.ts +2 -2
  70. package/src/models/operations/updatedatapoint.ts +8 -8
  71. package/src/models/operations/updatedataset.ts +2 -2
  72. package/src/models/operations/updatedatasource.ts +2 -2
  73. package/src/models/operations/updateeval.ts +28 -28
  74. package/src/models/operations/updatetool.ts +10 -10
@@ -3397,8 +3397,8 @@ export const Typescript$inboundSchema: z.ZodType<
3397
3397
  > = z.object({
3398
3398
  _id: z.string(),
3399
3399
  description: z.string(),
3400
- created: z.string().default("2025-11-05T05:24:57.737Z"),
3401
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
3400
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
3401
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
3402
3402
  guardrail_config: z.union([
3403
3403
  z.lazy(() =>
3404
3404
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema
@@ -3441,8 +3441,8 @@ export const Typescript$outboundSchema: z.ZodType<
3441
3441
  > = z.object({
3442
3442
  id: z.string(),
3443
3443
  description: z.string(),
3444
- created: z.string().default("2025-11-05T05:24:57.737Z"),
3445
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
3444
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
3445
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
3446
3446
  guardrailConfig: z.union([
3447
3447
  z.lazy(() =>
3448
3448
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema
@@ -3859,8 +3859,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
3859
3859
  .object({
3860
3860
  _id: z.string(),
3861
3861
  description: z.string(),
3862
- created: z.string().default("2025-11-05T05:24:57.737Z"),
3863
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
3862
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
3863
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
3864
3864
  guardrail_config: z.union([
3865
3865
  z.lazy(() =>
3866
3866
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema
@@ -3906,8 +3906,8 @@ export const Ragas$outboundSchema: z.ZodType<
3906
3906
  > = z.object({
3907
3907
  id: z.string(),
3908
3908
  description: z.string(),
3909
- created: z.string().default("2025-11-05T05:24:57.737Z"),
3910
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
3909
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
3910
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
3911
3911
  guardrailConfig: z.union([
3912
3912
  z.lazy(() =>
3913
3913
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema
@@ -7344,8 +7344,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
7344
7344
  > = z.object({
7345
7345
  _id: z.string(),
7346
7346
  description: z.string(),
7347
- created: z.string().default("2025-11-05T05:24:57.737Z"),
7348
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
7347
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
7348
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
7349
7349
  guardrail_config: z.union([
7350
7350
  z.lazy(() =>
7351
7351
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema
@@ -7459,8 +7459,8 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
7459
7459
  > = z.object({
7460
7460
  id: z.string(),
7461
7461
  description: z.string(),
7462
- created: z.string().default("2025-11-05T05:24:57.737Z"),
7463
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
7462
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
7463
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
7464
7464
  guardrailConfig: z.union([
7465
7465
  z.lazy(() =>
7466
7466
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema
@@ -7901,8 +7901,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
7901
7901
  > = z.object({
7902
7902
  _id: z.string(),
7903
7903
  description: z.string(),
7904
- created: z.string().default("2025-11-05T05:24:57.737Z"),
7905
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
7904
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
7905
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
7906
7906
  guardrail_config: z.union([
7907
7907
  z.lazy(() =>
7908
7908
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
@@ -7944,8 +7944,8 @@ export const ResponseBodyPython$outboundSchema: z.ZodType<
7944
7944
  > = z.object({
7945
7945
  id: z.string(),
7946
7946
  description: z.string(),
7947
- created: z.string().default("2025-11-05T05:24:57.737Z"),
7948
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
7947
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
7948
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
7949
7949
  guardrailConfig: z.union([
7950
7950
  z.lazy(() =>
7951
7951
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
@@ -8358,8 +8358,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
8358
8358
  > = z.object({
8359
8359
  _id: z.string(),
8360
8360
  description: z.string(),
8361
- created: z.string().default("2025-11-05T05:24:57.737Z"),
8362
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
8361
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
8362
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
8363
8363
  guardrail_config: z.union([
8364
8364
  z.lazy(() =>
8365
8365
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
@@ -8407,8 +8407,8 @@ export const ResponseBodyHTTP$outboundSchema: z.ZodType<
8407
8407
  > = z.object({
8408
8408
  id: z.string(),
8409
8409
  description: z.string(),
8410
- created: z.string().default("2025-11-05T05:24:57.737Z"),
8411
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
8410
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
8411
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
8412
8412
  guardrailConfig: z.union([
8413
8413
  z.lazy(() =>
8414
8414
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
@@ -8785,8 +8785,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
8785
8785
  > = z.object({
8786
8786
  _id: z.string(),
8787
8787
  description: z.string(),
8788
- created: z.string().default("2025-11-05T05:24:57.737Z"),
8789
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
8788
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
8789
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
8790
8790
  guardrail_config: z.union([
8791
8791
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
8792
8792
  z.lazy(() =>
@@ -8826,8 +8826,8 @@ export const ResponseBodyJSON$outboundSchema: z.ZodType<
8826
8826
  > = z.object({
8827
8827
  id: z.string(),
8828
8828
  description: z.string(),
8829
- created: z.string().default("2025-11-05T05:24:57.737Z"),
8830
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
8829
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
8830
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
8831
8831
  guardrailConfig: z.union([
8832
8832
  z.lazy(() =>
8833
8833
  CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema
@@ -9182,8 +9182,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
9182
9182
  > = z.object({
9183
9183
  _id: z.string(),
9184
9184
  description: z.string(),
9185
- created: z.string().default("2025-11-05T05:24:57.737Z"),
9186
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
9185
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
9186
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
9187
9187
  guardrail_config: z.union([
9188
9188
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
9189
9189
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
@@ -9223,8 +9223,8 @@ export const ResponseBodyLLM$outboundSchema: z.ZodType<
9223
9223
  > = z.object({
9224
9224
  id: z.string(),
9225
9225
  description: z.string(),
9226
- created: z.string().default("2025-11-05T05:24:57.737Z"),
9227
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
9226
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
9227
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
9228
9228
  guardrailConfig: z.union([
9229
9229
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
9230
9230
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
@@ -2601,7 +2601,7 @@ export const ResponseBody5$inboundSchema: z.ZodType<
2601
2601
  z.ZodTypeDef,
2602
2602
  unknown
2603
2603
  > = z.object({
2604
- _id: z.string().default("01K997KM9183A54V52RENYMN9A"),
2604
+ _id: z.string().default("01K99V9YEYBJ7BF9HTVMC06CYP"),
2605
2605
  path: z.string(),
2606
2606
  key: z.string(),
2607
2607
  display_name: z.string().optional(),
@@ -2656,7 +2656,7 @@ export const ResponseBody5$outboundSchema: z.ZodType<
2656
2656
  z.ZodTypeDef,
2657
2657
  ResponseBody5
2658
2658
  > = z.object({
2659
- id: z.string().default("01K997KM9183A54V52RENYMN9A"),
2659
+ id: z.string().default("01K99V9YEYBJ7BF9HTVMC06CYP"),
2660
2660
  path: z.string(),
2661
2661
  key: z.string(),
2662
2662
  displayName: z.string().optional(),
@@ -3015,7 +3015,7 @@ export const ResponseBody4$inboundSchema: z.ZodType<
3015
3015
  z.ZodTypeDef,
3016
3016
  unknown
3017
3017
  > = z.object({
3018
- _id: z.string().default("01K997KM8ZZW2APHWXXHV3RWE5"),
3018
+ _id: z.string().default("01K99V9YEWM2P34FGQJJGHZWY6"),
3019
3019
  path: z.string(),
3020
3020
  key: z.string(),
3021
3021
  display_name: z.string().optional(),
@@ -3069,7 +3069,7 @@ export const ResponseBody4$outboundSchema: z.ZodType<
3069
3069
  z.ZodTypeDef,
3070
3070
  ResponseBody4
3071
3071
  > = z.object({
3072
- id: z.string().default("01K997KM8ZZW2APHWXXHV3RWE5"),
3072
+ id: z.string().default("01K99V9YEWM2P34FGQJJGHZWY6"),
3073
3073
  path: z.string(),
3074
3074
  key: z.string(),
3075
3075
  displayName: z.string().optional(),
@@ -3467,7 +3467,7 @@ export const ResponseBody3$inboundSchema: z.ZodType<
3467
3467
  z.ZodTypeDef,
3468
3468
  unknown
3469
3469
  > = z.object({
3470
- _id: z.string().default("01K997KM8X311TZN9ZRWMKB0CB"),
3470
+ _id: z.string().default("01K99V9YETWGZY1W2P2EE4DQCS"),
3471
3471
  path: z.string(),
3472
3472
  key: z.string(),
3473
3473
  display_name: z.string().optional(),
@@ -3519,7 +3519,7 @@ export const ResponseBody3$outboundSchema: z.ZodType<
3519
3519
  z.ZodTypeDef,
3520
3520
  ResponseBody3
3521
3521
  > = z.object({
3522
- id: z.string().default("01K997KM8X311TZN9ZRWMKB0CB"),
3522
+ id: z.string().default("01K99V9YETWGZY1W2P2EE4DQCS"),
3523
3523
  path: z.string(),
3524
3524
  key: z.string(),
3525
3525
  displayName: z.string().optional(),
@@ -3684,7 +3684,7 @@ export const ResponseBody2$inboundSchema: z.ZodType<
3684
3684
  z.ZodTypeDef,
3685
3685
  unknown
3686
3686
  > = z.object({
3687
- _id: z.string().default("01K997KM8WVWYC2KFA5WQQ36W9"),
3687
+ _id: z.string().default("01K99V9YESDTCRRYTDZSB718S0"),
3688
3688
  path: z.string(),
3689
3689
  key: z.string(),
3690
3690
  display_name: z.string().optional(),
@@ -3737,7 +3737,7 @@ export const ResponseBody2$outboundSchema: z.ZodType<
3737
3737
  z.ZodTypeDef,
3738
3738
  ResponseBody2
3739
3739
  > = z.object({
3740
- id: z.string().default("01K997KM8WVWYC2KFA5WQQ36W9"),
3740
+ id: z.string().default("01K99V9YESDTCRRYTDZSB718S0"),
3741
3741
  path: z.string(),
3742
3742
  key: z.string(),
3743
3743
  displayName: z.string().optional(),
@@ -3905,7 +3905,7 @@ export const ResponseBody1$inboundSchema: z.ZodType<
3905
3905
  z.ZodTypeDef,
3906
3906
  unknown
3907
3907
  > = z.object({
3908
- _id: z.string().default("01K997KM8TFG3279YHH0TRFW1X"),
3908
+ _id: z.string().default("01K99V9YEQV27YJZ6QSJ4HJFDA"),
3909
3909
  path: z.string(),
3910
3910
  key: z.string(),
3911
3911
  display_name: z.string().optional(),
@@ -3957,7 +3957,7 @@ export const ResponseBody1$outboundSchema: z.ZodType<
3957
3957
  z.ZodTypeDef,
3958
3958
  ResponseBody1
3959
3959
  > = z.object({
3960
- id: z.string().default("01K997KM8TFG3279YHH0TRFW1X"),
3960
+ id: z.string().default("01K99V9YEQV27YJZ6QSJ4HJFDA"),
3961
3961
  path: z.string(),
3962
3962
  key: z.string(),
3963
3963
  displayName: z.string().optional(),
@@ -788,7 +788,7 @@ export const DuplicateToolResponseBody5$inboundSchema: z.ZodType<
788
788
  z.ZodTypeDef,
789
789
  unknown
790
790
  > = z.object({
791
- _id: z.string().default("01K997KMA34ACE9BNWQCAWCQ9T"),
791
+ _id: z.string().default("01K99V9YFYAY4WFRQWPZJ1VKSJ"),
792
792
  path: z.string(),
793
793
  key: z.string(),
794
794
  display_name: z.string().optional(),
@@ -844,7 +844,7 @@ export const DuplicateToolResponseBody5$outboundSchema: z.ZodType<
844
844
  z.ZodTypeDef,
845
845
  DuplicateToolResponseBody5
846
846
  > = z.object({
847
- id: z.string().default("01K997KMA34ACE9BNWQCAWCQ9T"),
847
+ id: z.string().default("01K99V9YFYAY4WFRQWPZJ1VKSJ"),
848
848
  path: z.string(),
849
849
  key: z.string(),
850
850
  displayName: z.string().optional(),
@@ -1232,7 +1232,7 @@ export const DuplicateToolResponseBody4$inboundSchema: z.ZodType<
1232
1232
  z.ZodTypeDef,
1233
1233
  unknown
1234
1234
  > = z.object({
1235
- _id: z.string().default("01K997KMA1SQNMZ532XW81NN6S"),
1235
+ _id: z.string().default("01K99V9YFWPPQ2Z7ZZ4NP253A4"),
1236
1236
  path: z.string(),
1237
1237
  key: z.string(),
1238
1238
  display_name: z.string().optional(),
@@ -1286,7 +1286,7 @@ export const DuplicateToolResponseBody4$outboundSchema: z.ZodType<
1286
1286
  z.ZodTypeDef,
1287
1287
  DuplicateToolResponseBody4
1288
1288
  > = z.object({
1289
- id: z.string().default("01K997KMA1SQNMZ532XW81NN6S"),
1289
+ id: z.string().default("01K99V9YFWPPQ2Z7ZZ4NP253A4"),
1290
1290
  path: z.string(),
1291
1291
  key: z.string(),
1292
1292
  displayName: z.string().optional(),
@@ -1713,7 +1713,7 @@ export const DuplicateToolResponseBody3$inboundSchema: z.ZodType<
1713
1713
  z.ZodTypeDef,
1714
1714
  unknown
1715
1715
  > = z.object({
1716
- _id: z.string().default("01K997KMA01148XJ56PKWRQDC1"),
1716
+ _id: z.string().default("01K99V9YFVN253A38W1WEKKN2X"),
1717
1717
  path: z.string(),
1718
1718
  key: z.string(),
1719
1719
  display_name: z.string().optional(),
@@ -1767,7 +1767,7 @@ export const DuplicateToolResponseBody3$outboundSchema: z.ZodType<
1767
1767
  z.ZodTypeDef,
1768
1768
  DuplicateToolResponseBody3
1769
1769
  > = z.object({
1770
- id: z.string().default("01K997KMA01148XJ56PKWRQDC1"),
1770
+ id: z.string().default("01K99V9YFVN253A38W1WEKKN2X"),
1771
1771
  path: z.string(),
1772
1772
  key: z.string(),
1773
1773
  displayName: z.string().optional(),
@@ -1947,7 +1947,7 @@ export const DuplicateToolResponseBody2$inboundSchema: z.ZodType<
1947
1947
  z.ZodTypeDef,
1948
1948
  unknown
1949
1949
  > = z.object({
1950
- _id: z.string().default("01K997KM9ZXEN3NCGHWDD3KDWC"),
1950
+ _id: z.string().default("01K99V9YFTEPZQZMD4T1671CY6"),
1951
1951
  path: z.string(),
1952
1952
  key: z.string(),
1953
1953
  display_name: z.string().optional(),
@@ -2000,7 +2000,7 @@ export const DuplicateToolResponseBody2$outboundSchema: z.ZodType<
2000
2000
  z.ZodTypeDef,
2001
2001
  DuplicateToolResponseBody2
2002
2002
  > = z.object({
2003
- id: z.string().default("01K997KM9ZXEN3NCGHWDD3KDWC"),
2003
+ id: z.string().default("01K99V9YFTEPZQZMD4T1671CY6"),
2004
2004
  path: z.string(),
2005
2005
  key: z.string(),
2006
2006
  displayName: z.string().optional(),
@@ -2173,7 +2173,7 @@ export const DuplicateToolResponseBody1$inboundSchema: z.ZodType<
2173
2173
  z.ZodTypeDef,
2174
2174
  unknown
2175
2175
  > = z.object({
2176
- _id: z.string().default("01K997KM9XWMXP8ZXG3SA6VMCS"),
2176
+ _id: z.string().default("01K99V9YFSPVNKYRY2H4TD03QD"),
2177
2177
  path: z.string(),
2178
2178
  key: z.string(),
2179
2179
  display_name: z.string().optional(),
@@ -2225,7 +2225,7 @@ export const DuplicateToolResponseBody1$outboundSchema: z.ZodType<
2225
2225
  z.ZodTypeDef,
2226
2226
  DuplicateToolResponseBody1
2227
2227
  > = z.object({
2228
- id: z.string().default("01K997KM9XWMXP8ZXG3SA6VMCS"),
2228
+ id: z.string().default("01K99V9YFSPVNKYRY2H4TD03QD"),
2229
2229
  path: z.string(),
2230
2230
  key: z.string(),
2231
2231
  displayName: z.string().optional(),
@@ -146,7 +146,7 @@ export const FileGetResponseBody$inboundSchema: z.ZodType<
146
146
  file_name: z.string(),
147
147
  workspace_id: z.string(),
148
148
  created: z.string().datetime({ offset: true }).default(
149
- "2025-11-05T05:24:58.805Z",
149
+ "2025-11-05T11:09:13.822Z",
150
150
  ).transform(v => new Date(v)),
151
151
  }).transform((v) => {
152
152
  return remap$(v, {
@@ -180,7 +180,7 @@ export const FileGetResponseBody$outboundSchema: z.ZodType<
180
180
  bytes: z.number(),
181
181
  fileName: z.string(),
182
182
  workspaceId: z.string(),
183
- created: z.date().default(() => new Date("2025-11-05T05:24:58.805Z"))
183
+ created: z.date().default(() => new Date("2025-11-05T11:09:13.822Z"))
184
184
  .transform(v => v.toISOString()),
185
185
  }).transform((v) => {
186
186
  return remap$(v, {
@@ -196,7 +196,7 @@ export const FileListData$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-11-05T05:24:58.805Z",
199
+ "2025-11-05T11:09:13.822Z",
200
200
  ).transform(v => new Date(v)),
201
201
  }).transform((v) => {
202
202
  return remap$(v, {
@@ -230,7 +230,7 @@ export const FileListData$outboundSchema: z.ZodType<
230
230
  bytes: z.number(),
231
231
  fileName: z.string(),
232
232
  workspaceId: z.string(),
233
- created: z.date().default(() => new Date("2025-11-05T05:24:58.805Z"))
233
+ created: z.date().default(() => new Date("2025-11-05T11:09:13.822Z"))
234
234
  .transform(v => v.toISOString()),
235
235
  }).transform((v) => {
236
236
  return remap$(v, {
@@ -250,7 +250,7 @@ export const FileUploadResponseBody$inboundSchema: z.ZodType<
250
250
  file_name: z.string(),
251
251
  workspace_id: z.string(),
252
252
  created: z.string().datetime({ offset: true }).default(
253
- "2025-11-05T05:24:58.805Z",
253
+ "2025-11-05T11:09:13.822Z",
254
254
  ).transform(v => new Date(v)),
255
255
  }).transform((v) => {
256
256
  return remap$(v, {
@@ -284,7 +284,7 @@ export const FileUploadResponseBody$outboundSchema: z.ZodType<
284
284
  bytes: z.number(),
285
285
  fileName: z.string(),
286
286
  workspaceId: z.string(),
287
- created: z.date().default(() => new Date("2025-11-05T05:24:58.805Z"))
287
+ created: z.date().default(() => new Date("2025-11-05T11:09:13.822Z"))
288
288
  .transform(v => v.toISOString()),
289
289
  }).transform((v) => {
290
290
  return remap$(v, {
@@ -793,7 +793,7 @@ export function dataCodeToolFromJSON(
793
793
  /** @internal */
794
794
  export const Data5$inboundSchema: z.ZodType<Data5, z.ZodTypeDef, unknown> = z
795
795
  .object({
796
- _id: z.string().default("01K997KM8H67EDEBP47Q9AFMXA"),
796
+ _id: z.string().default("01K99V9YEDM64CR2ENPRA4STEK"),
797
797
  path: z.string(),
798
798
  key: z.string(),
799
799
  display_name: z.string().optional(),
@@ -846,7 +846,7 @@ export const Data5$outboundSchema: z.ZodType<
846
846
  z.ZodTypeDef,
847
847
  Data5
848
848
  > = z.object({
849
- id: z.string().default("01K997KM8H67EDEBP47Q9AFMXA"),
849
+ id: z.string().default("01K99V9YEDM64CR2ENPRA4STEK"),
850
850
  path: z.string(),
851
851
  key: z.string(),
852
852
  displayName: z.string().optional(),
@@ -1189,7 +1189,7 @@ export function dataMcpFromJSON(
1189
1189
  /** @internal */
1190
1190
  export const Data4$inboundSchema: z.ZodType<Data4, z.ZodTypeDef, unknown> = z
1191
1191
  .object({
1192
- _id: z.string().default("01K997KM8F0KNPDAS5A2H99QFD"),
1192
+ _id: z.string().default("01K99V9YEAFFHXPXPHPE609TVZ"),
1193
1193
  path: z.string(),
1194
1194
  key: z.string(),
1195
1195
  display_name: z.string().optional(),
@@ -1241,7 +1241,7 @@ export const Data4$outboundSchema: z.ZodType<
1241
1241
  z.ZodTypeDef,
1242
1242
  Data4
1243
1243
  > = z.object({
1244
- id: z.string().default("01K997KM8F0KNPDAS5A2H99QFD"),
1244
+ id: z.string().default("01K99V9YEAFFHXPXPHPE609TVZ"),
1245
1245
  path: z.string(),
1246
1246
  key: z.string(),
1247
1247
  displayName: z.string().optional(),
@@ -1624,7 +1624,7 @@ export function getAllToolsDataHttpFromJSON(
1624
1624
  /** @internal */
1625
1625
  export const Data3$inboundSchema: z.ZodType<Data3, z.ZodTypeDef, unknown> = z
1626
1626
  .object({
1627
- _id: z.string().default("01K997KM8DA1GN30B02X9M13KJ"),
1627
+ _id: z.string().default("01K99V9YE96WPJZJDJCDPZZX1F"),
1628
1628
  path: z.string(),
1629
1629
  key: z.string(),
1630
1630
  display_name: z.string().optional(),
@@ -1676,7 +1676,7 @@ export const Data3$outboundSchema: z.ZodType<
1676
1676
  z.ZodTypeDef,
1677
1677
  Data3
1678
1678
  > = z.object({
1679
- id: z.string().default("01K997KM8DA1GN30B02X9M13KJ"),
1679
+ id: z.string().default("01K99V9YE96WPJZJDJCDPZZX1F"),
1680
1680
  path: z.string(),
1681
1681
  key: z.string(),
1682
1682
  displayName: z.string().optional(),
@@ -1834,7 +1834,7 @@ export function dataJsonSchemaFromJSON(
1834
1834
  /** @internal */
1835
1835
  export const Data2$inboundSchema: z.ZodType<Data2, z.ZodTypeDef, unknown> = z
1836
1836
  .object({
1837
- _id: z.string().default("01K997KM8CFZTCZJ18E7KTFK0Y"),
1837
+ _id: z.string().default("01K99V9YE70ZJFQA724R69J5HP"),
1838
1838
  path: z.string(),
1839
1839
  key: z.string(),
1840
1840
  display_name: z.string().optional(),
@@ -1887,7 +1887,7 @@ export const Data2$outboundSchema: z.ZodType<
1887
1887
  z.ZodTypeDef,
1888
1888
  Data2
1889
1889
  > = z.object({
1890
- id: z.string().default("01K997KM8CFZTCZJ18E7KTFK0Y"),
1890
+ id: z.string().default("01K99V9YE70ZJFQA724R69J5HP"),
1891
1891
  path: z.string(),
1892
1892
  key: z.string(),
1893
1893
  displayName: z.string().optional(),
@@ -2048,7 +2048,7 @@ export function getAllToolsDataFunctionFromJSON(
2048
2048
  /** @internal */
2049
2049
  export const Data1$inboundSchema: z.ZodType<Data1, z.ZodTypeDef, unknown> = z
2050
2050
  .object({
2051
- _id: z.string().default("01K997KM8B5ZSD1YKC9VMZA6PC"),
2051
+ _id: z.string().default("01K99V9YE4SRMM8KV9W7VXM7KK"),
2052
2052
  path: z.string(),
2053
2053
  key: z.string(),
2054
2054
  display_name: z.string().optional(),
@@ -2100,7 +2100,7 @@ export const Data1$outboundSchema: z.ZodType<
2100
2100
  z.ZodTypeDef,
2101
2101
  Data1
2102
2102
  > = z.object({
2103
- id: z.string().default("01K997KM8B5ZSD1YKC9VMZA6PC"),
2103
+ id: z.string().default("01K99V9YE4SRMM8KV9W7VXM7KK"),
2104
2104
  path: z.string(),
2105
2105
  key: z.string(),
2106
2106
  displayName: z.string().optional(),
@@ -360,7 +360,7 @@ export const GetBudgetResponseBody$inboundSchema: z.ZodType<
360
360
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
361
361
  .optional(),
362
362
  updated: z.string().datetime({ offset: true }).default(
363
- "2025-11-05T05:24:55.569Z",
363
+ "2025-11-05T11:09:10.517Z",
364
364
  ).transform(v => new Date(v)),
365
365
  }).transform((v) => {
366
366
  return remap$(v, {
@@ -398,7 +398,7 @@ export const GetBudgetResponseBody$outboundSchema: z.ZodType<
398
398
  isActive: z.boolean(),
399
399
  consumption: z.lazy(() => GetBudgetConsumption$outboundSchema).optional(),
400
400
  created: z.date().transform(v => v.toISOString()).optional(),
401
- updated: z.date().default(() => new Date("2025-11-05T05:24:55.569Z"))
401
+ updated: z.date().default(() => new Date("2025-11-05T11:09:10.517Z"))
402
402
  .transform(v => v.toISOString()),
403
403
  }).transform((v) => {
404
404
  return remap$(v, {
@@ -1554,8 +1554,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
1554
1554
  > = z.object({
1555
1555
  _id: z.string(),
1556
1556
  description: z.string(),
1557
- created: z.string().default("2025-11-05T05:24:57.737Z"),
1558
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
1557
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
1558
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
1559
1559
  guardrail_config: z.union([
1560
1560
  z.lazy(() =>
1561
1561
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
@@ -1597,8 +1597,8 @@ export const DataTypescript$outboundSchema: z.ZodType<
1597
1597
  > = z.object({
1598
1598
  id: z.string(),
1599
1599
  description: z.string(),
1600
- created: z.string().default("2025-11-05T05:24:57.737Z"),
1601
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
1600
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
1601
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
1602
1602
  guardrailConfig: z.union([
1603
1603
  z.lazy(() =>
1604
1604
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
@@ -1996,8 +1996,8 @@ export const DataRagas$inboundSchema: z.ZodType<
1996
1996
  > = z.object({
1997
1997
  _id: z.string(),
1998
1998
  description: z.string(),
1999
- created: z.string().default("2025-11-05T05:24:57.737Z"),
2000
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
1999
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
2000
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
2001
2001
  guardrail_config: z.union([
2002
2002
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
2003
2003
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
@@ -2038,8 +2038,8 @@ export const DataRagas$outboundSchema: z.ZodType<
2038
2038
  > = z.object({
2039
2039
  id: z.string(),
2040
2040
  description: z.string(),
2041
- created: z.string().default("2025-11-05T05:24:57.737Z"),
2042
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
2041
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
2042
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
2043
2043
  guardrailConfig: z.union([
2044
2044
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
2045
2045
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
@@ -5506,8 +5506,8 @@ export const DataFunction$inboundSchema: z.ZodType<
5506
5506
  > = z.object({
5507
5507
  _id: z.string(),
5508
5508
  description: z.string(),
5509
- created: z.string().default("2025-11-05T05:24:57.737Z"),
5510
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
5509
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
5510
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
5511
5511
  guardrail_config: z.union([
5512
5512
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
5513
5513
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
@@ -5617,8 +5617,8 @@ export const DataFunction$outboundSchema: z.ZodType<
5617
5617
  > = z.object({
5618
5618
  id: z.string(),
5619
5619
  description: z.string(),
5620
- created: z.string().default("2025-11-05T05:24:57.737Z"),
5621
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
5620
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
5621
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
5622
5622
  guardrailConfig: z.union([
5623
5623
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
5624
5624
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
@@ -6000,8 +6000,8 @@ export const DataPython$inboundSchema: z.ZodType<
6000
6000
  > = z.object({
6001
6001
  _id: z.string(),
6002
6002
  description: z.string(),
6003
- created: z.string().default("2025-11-05T05:24:57.737Z"),
6004
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
6003
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
6004
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
6005
6005
  guardrail_config: z.union([
6006
6006
  z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
6007
6007
  z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
@@ -6039,8 +6039,8 @@ export const DataPython$outboundSchema: z.ZodType<
6039
6039
  > = z.object({
6040
6040
  id: z.string(),
6041
6041
  description: z.string(),
6042
- created: z.string().default("2025-11-05T05:24:57.737Z"),
6043
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
6042
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
6043
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
6044
6044
  guardrailConfig: z.union([
6045
6045
  z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
6046
6046
  z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
@@ -6386,8 +6386,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
6386
6386
  > = z.object({
6387
6387
  _id: z.string(),
6388
6388
  description: z.string(),
6389
- created: z.string().default("2025-11-05T05:24:57.737Z"),
6390
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
6389
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
6390
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
6391
6391
  guardrail_config: z.union([
6392
6392
  z.lazy(() => GetEvalsGuardrailConfigNumber$inboundSchema),
6393
6393
  z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
@@ -6431,8 +6431,8 @@ export const DataHTTP$outboundSchema: z.ZodType<
6431
6431
  > = z.object({
6432
6432
  id: z.string(),
6433
6433
  description: z.string(),
6434
- created: z.string().default("2025-11-05T05:24:57.737Z"),
6435
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
6434
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
6435
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
6436
6436
  guardrailConfig: z.union([
6437
6437
  z.lazy(() => GetEvalsGuardrailConfigNumber$outboundSchema),
6438
6438
  z.lazy(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
@@ -6795,8 +6795,8 @@ export const DataJSON$inboundSchema: z.ZodType<
6795
6795
  > = z.object({
6796
6796
  _id: z.string(),
6797
6797
  description: z.string(),
6798
- created: z.string().default("2025-11-05T05:24:57.737Z"),
6799
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
6798
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
6799
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
6800
6800
  guardrail_config: z.union([
6801
6801
  z.lazy(() =>
6802
6802
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema
@@ -6838,8 +6838,8 @@ export const DataJSON$outboundSchema: z.ZodType<
6838
6838
  > = z.object({
6839
6839
  id: z.string(),
6840
6840
  description: z.string(),
6841
- created: z.string().default("2025-11-05T05:24:57.737Z"),
6842
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
6841
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
6842
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
6843
6843
  guardrailConfig: z.union([
6844
6844
  z.lazy(() =>
6845
6845
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema
@@ -7227,8 +7227,8 @@ export const DataLLM$inboundSchema: z.ZodType<DataLLM, z.ZodTypeDef, unknown> =
7227
7227
  z.object({
7228
7228
  _id: z.string(),
7229
7229
  description: z.string(),
7230
- created: z.string().default("2025-11-05T05:24:57.737Z"),
7231
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
7230
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
7231
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
7232
7232
  guardrail_config: z.union([
7233
7233
  z.lazy(() =>
7234
7234
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
@@ -7273,8 +7273,8 @@ export const DataLLM$outboundSchema: z.ZodType<
7273
7273
  > = z.object({
7274
7274
  id: z.string(),
7275
7275
  description: z.string(),
7276
- created: z.string().default("2025-11-05T05:24:57.737Z"),
7277
- updated: z.string().default("2025-11-05T05:24:57.737Z"),
7276
+ created: z.string().default("2025-11-05T11:09:12.675Z"),
7277
+ updated: z.string().default("2025-11-05T11:09:12.675Z"),
7278
7278
  guardrailConfig: z.union([
7279
7279
  z.lazy(() =>
7280
7280
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema