@orq-ai/node 4.0.0-rc.37 → 4.0.0-rc.38

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 (86) hide show
  1. package/bin/mcp-server.js +245 -239
  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/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 +12 -12
  16. package/models/operations/duplicatetool.d.ts +11 -1
  17. package/models/operations/duplicatetool.d.ts.map +1 -1
  18. package/models/operations/duplicatetool.js +16 -12
  19. package/models/operations/duplicatetool.js.map +1 -1
  20. package/models/operations/fileget.js +2 -2
  21. package/models/operations/filelist.js +2 -2
  22. package/models/operations/fileupload.js +2 -2
  23. package/models/operations/getalltools.js +12 -12
  24. package/models/operations/getbudget.js +2 -2
  25. package/models/operations/getevals.js +28 -28
  26. package/models/operations/listbudgets.js +2 -2
  27. package/models/operations/listcontacts.js +2 -2
  28. package/models/operations/listdatasetdatapoints.js +8 -8
  29. package/models/operations/listdatasets.js +2 -2
  30. package/models/operations/listdatasources.js +2 -2
  31. package/models/operations/retrievecontact.js +2 -2
  32. package/models/operations/retrievedatapoint.js +8 -8
  33. package/models/operations/retrievedataset.js +2 -2
  34. package/models/operations/retrievedatasource.js +2 -2
  35. package/models/operations/retrievetool.js +12 -12
  36. package/models/operations/runagent.js +2 -2
  37. package/models/operations/streamrunagent.js +2 -2
  38. package/models/operations/syncmcptool.js +12 -12
  39. package/models/operations/updatebudget.js +2 -2
  40. package/models/operations/updatecontact.js +2 -2
  41. package/models/operations/updatedatapoint.js +8 -8
  42. package/models/operations/updatedataset.js +2 -2
  43. package/models/operations/updatedatasource.js +2 -2
  44. package/models/operations/updateeval.js +28 -28
  45. package/models/operations/updatetool.d.ts +5 -0
  46. package/models/operations/updatetool.d.ts.map +1 -1
  47. package/models/operations/updatetool.js +16 -14
  48. package/models/operations/updatetool.js.map +1 -1
  49. package/package.json +1 -1
  50. package/src/lib/config.ts +2 -2
  51. package/src/mcp-server/mcp-server.ts +1 -1
  52. package/src/mcp-server/server.ts +1 -1
  53. package/src/models/operations/createbudget.ts +2 -2
  54. package/src/models/operations/createcontact.ts +2 -2
  55. package/src/models/operations/createdataset.ts +2 -2
  56. package/src/models/operations/createdatasetitem.ts +8 -8
  57. package/src/models/operations/createdatasource.ts +2 -2
  58. package/src/models/operations/createeval.ts +28 -28
  59. package/src/models/operations/createtool.ts +12 -12
  60. package/src/models/operations/duplicatetool.ts +27 -13
  61. package/src/models/operations/fileget.ts +2 -2
  62. package/src/models/operations/filelist.ts +2 -2
  63. package/src/models/operations/fileupload.ts +2 -2
  64. package/src/models/operations/getalltools.ts +12 -12
  65. package/src/models/operations/getbudget.ts +2 -2
  66. package/src/models/operations/getevals.ts +28 -28
  67. package/src/models/operations/listbudgets.ts +2 -2
  68. package/src/models/operations/listcontacts.ts +2 -2
  69. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  70. package/src/models/operations/listdatasets.ts +2 -2
  71. package/src/models/operations/listdatasources.ts +2 -2
  72. package/src/models/operations/retrievecontact.ts +2 -2
  73. package/src/models/operations/retrievedatapoint.ts +8 -8
  74. package/src/models/operations/retrievedataset.ts +2 -2
  75. package/src/models/operations/retrievedatasource.ts +2 -2
  76. package/src/models/operations/retrievetool.ts +12 -12
  77. package/src/models/operations/runagent.ts +2 -2
  78. package/src/models/operations/streamrunagent.ts +2 -2
  79. package/src/models/operations/syncmcptool.ts +12 -12
  80. package/src/models/operations/updatebudget.ts +2 -2
  81. package/src/models/operations/updatecontact.ts +2 -2
  82. package/src/models/operations/updatedatapoint.ts +8 -8
  83. package/src/models/operations/updatedataset.ts +2 -2
  84. package/src/models/operations/updatedatasource.ts +2 -2
  85. package/src/models/operations/updateeval.ts +28 -28
  86. package/src/models/operations/updatetool.ts +21 -14
@@ -2571,7 +2571,7 @@ export const ResponseBody5$inboundSchema: z.ZodType<
2571
2571
  z.ZodTypeDef,
2572
2572
  unknown
2573
2573
  > = z.object({
2574
- _id: z.string().default("tool_01KA80WWPSRZCJ08FG24938RDR"),
2574
+ _id: z.string().default("tool_01KA8BQBBDBEZGA4RG88QHAGA1"),
2575
2575
  path: z.string(),
2576
2576
  key: z.string(),
2577
2577
  display_name: z.string().optional(),
@@ -2625,7 +2625,7 @@ export const ResponseBody5$outboundSchema: z.ZodType<
2625
2625
  z.ZodTypeDef,
2626
2626
  ResponseBody5
2627
2627
  > = z.object({
2628
- id: z.string().default("tool_01KA80WWPSRZCJ08FG24938RDR"),
2628
+ id: z.string().default("tool_01KA8BQBBDBEZGA4RG88QHAGA1"),
2629
2629
  path: z.string(),
2630
2630
  key: z.string(),
2631
2631
  displayName: z.string().optional(),
@@ -2795,7 +2795,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
2795
2795
  z.ZodTypeDef,
2796
2796
  unknown
2797
2797
  > = z.object({
2798
- id: z.string().default("01KA80WWPRG794GHD9AJAC1C84"),
2798
+ id: z.string().default("01KA8BQBBCMB33S5B0XQ3NVRT4"),
2799
2799
  name: z.string(),
2800
2800
  description: z.string().optional(),
2801
2801
  schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
@@ -2814,7 +2814,7 @@ export const ResponseBodyTools$outboundSchema: z.ZodType<
2814
2814
  z.ZodTypeDef,
2815
2815
  ResponseBodyTools
2816
2816
  > = z.object({
2817
- id: z.string().default("01KA80WWPRG794GHD9AJAC1C84"),
2817
+ id: z.string().default("01KA8BQBBCMB33S5B0XQ3NVRT4"),
2818
2818
  name: z.string(),
2819
2819
  description: z.string().optional(),
2820
2820
  schema: z.lazy(() => CreateToolResponseBodySchema$outboundSchema),
@@ -2909,7 +2909,7 @@ export const ResponseBody4$inboundSchema: z.ZodType<
2909
2909
  z.ZodTypeDef,
2910
2910
  unknown
2911
2911
  > = z.object({
2912
- _id: z.string().default("tool_01KA80WWPPFXN1C2N45N3CJXQR"),
2912
+ _id: z.string().default("tool_01KA8BQBB9AAX8K57J5K8D14N3"),
2913
2913
  path: z.string(),
2914
2914
  key: z.string(),
2915
2915
  display_name: z.string().optional(),
@@ -2962,7 +2962,7 @@ export const ResponseBody4$outboundSchema: z.ZodType<
2962
2962
  z.ZodTypeDef,
2963
2963
  ResponseBody4
2964
2964
  > = z.object({
2965
- id: z.string().default("tool_01KA80WWPPFXN1C2N45N3CJXQR"),
2965
+ id: z.string().default("tool_01KA8BQBB9AAX8K57J5K8D14N3"),
2966
2966
  path: z.string(),
2967
2967
  key: z.string(),
2968
2968
  displayName: z.string().optional(),
@@ -3318,7 +3318,7 @@ export const ResponseBody3$inboundSchema: z.ZodType<
3318
3318
  z.ZodTypeDef,
3319
3319
  unknown
3320
3320
  > = z.object({
3321
- _id: z.string().default("tool_01KA80WWPKFYZHHSYJV3WXSP4J"),
3321
+ _id: z.string().default("tool_01KA8BQBB6NXCCC22XD1HNC2X0"),
3322
3322
  path: z.string(),
3323
3323
  key: z.string(),
3324
3324
  display_name: z.string().optional(),
@@ -3369,7 +3369,7 @@ export const ResponseBody3$outboundSchema: z.ZodType<
3369
3369
  z.ZodTypeDef,
3370
3370
  ResponseBody3
3371
3371
  > = z.object({
3372
- id: z.string().default("tool_01KA80WWPKFYZHHSYJV3WXSP4J"),
3372
+ id: z.string().default("tool_01KA8BQBB6NXCCC22XD1HNC2X0"),
3373
3373
  path: z.string(),
3374
3374
  key: z.string(),
3375
3375
  displayName: z.string().optional(),
@@ -3539,7 +3539,7 @@ export const ResponseBody2$inboundSchema: z.ZodType<
3539
3539
  z.ZodTypeDef,
3540
3540
  unknown
3541
3541
  > = z.object({
3542
- _id: z.string().default("tool_01KA80WWPHSCDJQB4PRYP1WF1A"),
3542
+ _id: z.string().default("tool_01KA8BQBB3VTH2BNKT75M2237T"),
3543
3543
  path: z.string(),
3544
3544
  key: z.string(),
3545
3545
  display_name: z.string().optional(),
@@ -3591,7 +3591,7 @@ export const ResponseBody2$outboundSchema: z.ZodType<
3591
3591
  z.ZodTypeDef,
3592
3592
  ResponseBody2
3593
3593
  > = z.object({
3594
- id: z.string().default("tool_01KA80WWPHSCDJQB4PRYP1WF1A"),
3594
+ id: z.string().default("tool_01KA8BQBB3VTH2BNKT75M2237T"),
3595
3595
  path: z.string(),
3596
3596
  key: z.string(),
3597
3597
  displayName: z.string().optional(),
@@ -3777,7 +3777,7 @@ export const ResponseBody1$inboundSchema: z.ZodType<
3777
3777
  z.ZodTypeDef,
3778
3778
  unknown
3779
3779
  > = z.object({
3780
- _id: z.string().default("tool_01KA80WWPE6QV8N8VFAQQ24C9T"),
3780
+ _id: z.string().default("tool_01KA8BQBB1R37YQMCR7XEX3KCT"),
3781
3781
  path: z.string(),
3782
3782
  key: z.string(),
3783
3783
  display_name: z.string().optional(),
@@ -3828,7 +3828,7 @@ export const ResponseBody1$outboundSchema: z.ZodType<
3828
3828
  z.ZodTypeDef,
3829
3829
  ResponseBody1
3830
3830
  > = z.object({
3831
- id: z.string().default("tool_01KA80WWPE6QV8N8VFAQQ24C9T"),
3831
+ id: z.string().default("tool_01KA8BQBB1R37YQMCR7XEX3KCT"),
3832
3832
  path: z.string(),
3833
3833
  key: z.string(),
3834
3834
  displayName: z.string().optional(),
@@ -14,9 +14,17 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
14
14
 
15
15
  export type DuplicateToolRequestBody = {
16
16
  /**
17
- * Custom display name for the duplicated tool
17
+ * Unique key of the tool as it will be displayed in the UI
18
+ */
19
+ key: string;
20
+ /**
21
+ * The name of the tool as it will be displayed in the UI. This is optional and if not provided, the `key` will be used.
18
22
  */
19
23
  displayName?: string | undefined;
24
+ /**
25
+ * A description of the tool, used by the model to choose when and how to call the tool. We do recommend using the `description` field as accurate as possible to give enough context to the model to make the right decision.
26
+ */
27
+ description: string;
20
28
  };
21
29
 
22
30
  export type DuplicateToolRequest = {
@@ -686,7 +694,9 @@ export const DuplicateToolRequestBody$inboundSchema: z.ZodType<
686
694
  z.ZodTypeDef,
687
695
  unknown
688
696
  > = z.object({
697
+ key: z.string(),
689
698
  display_name: z.string().optional(),
699
+ description: z.string(),
690
700
  }).transform((v) => {
691
701
  return remap$(v, {
692
702
  "display_name": "displayName",
@@ -694,7 +704,9 @@ export const DuplicateToolRequestBody$inboundSchema: z.ZodType<
694
704
  });
695
705
  /** @internal */
696
706
  export type DuplicateToolRequestBody$Outbound = {
707
+ key: string;
697
708
  display_name?: string | undefined;
709
+ description: string;
698
710
  };
699
711
 
700
712
  /** @internal */
@@ -703,7 +715,9 @@ export const DuplicateToolRequestBody$outboundSchema: z.ZodType<
703
715
  z.ZodTypeDef,
704
716
  DuplicateToolRequestBody
705
717
  > = z.object({
718
+ key: z.string(),
706
719
  displayName: z.string().optional(),
720
+ description: z.string(),
707
721
  }).transform((v) => {
708
722
  return remap$(v, {
709
723
  displayName: "display_name",
@@ -956,7 +970,7 @@ export const DuplicateToolResponseBody5$inboundSchema: z.ZodType<
956
970
  z.ZodTypeDef,
957
971
  unknown
958
972
  > = z.object({
959
- _id: z.string().default("tool_01KA80WWR0CJYVVVFVJB27C4M0"),
973
+ _id: z.string().default("tool_01KA8BQBCKF8P4D3MX1FT7VNFJ"),
960
974
  path: z.string(),
961
975
  key: z.string(),
962
976
  display_name: z.string().optional(),
@@ -1011,7 +1025,7 @@ export const DuplicateToolResponseBody5$outboundSchema: z.ZodType<
1011
1025
  z.ZodTypeDef,
1012
1026
  DuplicateToolResponseBody5
1013
1027
  > = z.object({
1014
- id: z.string().default("tool_01KA80WWR0CJYVVVFVJB27C4M0"),
1028
+ id: z.string().default("tool_01KA8BQBCKF8P4D3MX1FT7VNFJ"),
1015
1029
  path: z.string(),
1016
1030
  key: z.string(),
1017
1031
  displayName: z.string().optional(),
@@ -1191,7 +1205,7 @@ export const DuplicateToolResponseBodyTools$inboundSchema: z.ZodType<
1191
1205
  z.ZodTypeDef,
1192
1206
  unknown
1193
1207
  > = z.object({
1194
- id: z.string().default("01KA80WWQS5DCH63XAE44DS2HX"),
1208
+ id: z.string().default("01KA8BQBCJQ4WVFS83ZASQX625"),
1195
1209
  name: z.string(),
1196
1210
  description: z.string().optional(),
1197
1211
  schema: z.lazy(() => DuplicateToolResponseBodyToolsSchema$inboundSchema),
@@ -1210,7 +1224,7 @@ export const DuplicateToolResponseBodyTools$outboundSchema: z.ZodType<
1210
1224
  z.ZodTypeDef,
1211
1225
  DuplicateToolResponseBodyTools
1212
1226
  > = z.object({
1213
- id: z.string().default("01KA80WWQS5DCH63XAE44DS2HX"),
1227
+ id: z.string().default("01KA8BQBCJQ4WVFS83ZASQX625"),
1214
1228
  name: z.string(),
1215
1229
  description: z.string().optional(),
1216
1230
  schema: z.lazy(() => DuplicateToolResponseBodyToolsSchema$outboundSchema),
@@ -1316,7 +1330,7 @@ export const DuplicateToolResponseBody4$inboundSchema: z.ZodType<
1316
1330
  z.ZodTypeDef,
1317
1331
  unknown
1318
1332
  > = z.object({
1319
- _id: z.string().default("tool_01KA80WWQRSHNCS0MASEG5ZAJV"),
1333
+ _id: z.string().default("tool_01KA8BQBCH7P4YBDS533QRQVH7"),
1320
1334
  path: z.string(),
1321
1335
  key: z.string(),
1322
1336
  display_name: z.string().optional(),
@@ -1369,7 +1383,7 @@ export const DuplicateToolResponseBody4$outboundSchema: z.ZodType<
1369
1383
  z.ZodTypeDef,
1370
1384
  DuplicateToolResponseBody4
1371
1385
  > = z.object({
1372
- id: z.string().default("tool_01KA80WWQRSHNCS0MASEG5ZAJV"),
1386
+ id: z.string().default("tool_01KA8BQBCH7P4YBDS533QRQVH7"),
1373
1387
  path: z.string(),
1374
1388
  key: z.string(),
1375
1389
  displayName: z.string().optional(),
@@ -1750,7 +1764,7 @@ export const DuplicateToolResponseBody3$inboundSchema: z.ZodType<
1750
1764
  z.ZodTypeDef,
1751
1765
  unknown
1752
1766
  > = z.object({
1753
- _id: z.string().default("tool_01KA80WWQPQF6AGBKFQ021TBW8"),
1767
+ _id: z.string().default("tool_01KA8BQBCFVE3HDN8WPJ78CTXE"),
1754
1768
  path: z.string(),
1755
1769
  key: z.string(),
1756
1770
  display_name: z.string().optional(),
@@ -1803,7 +1817,7 @@ export const DuplicateToolResponseBody3$outboundSchema: z.ZodType<
1803
1817
  z.ZodTypeDef,
1804
1818
  DuplicateToolResponseBody3
1805
1819
  > = z.object({
1806
- id: z.string().default("tool_01KA80WWQPQF6AGBKFQ021TBW8"),
1820
+ id: z.string().default("tool_01KA8BQBCFVE3HDN8WPJ78CTXE"),
1807
1821
  path: z.string(),
1808
1822
  key: z.string(),
1809
1823
  displayName: z.string().optional(),
@@ -1985,7 +1999,7 @@ export const DuplicateToolResponseBody2$inboundSchema: z.ZodType<
1985
1999
  z.ZodTypeDef,
1986
2000
  unknown
1987
2001
  > = z.object({
1988
- _id: z.string().default("tool_01KA80WWQMAR93VRDZ8CCN4RAR"),
2002
+ _id: z.string().default("tool_01KA8BQBC7H16S2JM228ZQ831N"),
1989
2003
  path: z.string(),
1990
2004
  key: z.string(),
1991
2005
  display_name: z.string().optional(),
@@ -2037,7 +2051,7 @@ export const DuplicateToolResponseBody2$outboundSchema: z.ZodType<
2037
2051
  z.ZodTypeDef,
2038
2052
  DuplicateToolResponseBody2
2039
2053
  > = z.object({
2040
- id: z.string().default("tool_01KA80WWQMAR93VRDZ8CCN4RAR"),
2054
+ id: z.string().default("tool_01KA8BQBC7H16S2JM228ZQ831N"),
2041
2055
  path: z.string(),
2042
2056
  key: z.string(),
2043
2057
  displayName: z.string().optional(),
@@ -2235,7 +2249,7 @@ export const DuplicateToolResponseBody1$inboundSchema: z.ZodType<
2235
2249
  z.ZodTypeDef,
2236
2250
  unknown
2237
2251
  > = z.object({
2238
- _id: z.string().default("tool_01KA80WWQKRMJ7ZDEB4WCYBZHE"),
2252
+ _id: z.string().default("tool_01KA8BQBC6R8F23R7QP4SE0WZS"),
2239
2253
  path: z.string(),
2240
2254
  key: z.string(),
2241
2255
  display_name: z.string().optional(),
@@ -2286,7 +2300,7 @@ export const DuplicateToolResponseBody1$outboundSchema: z.ZodType<
2286
2300
  z.ZodTypeDef,
2287
2301
  DuplicateToolResponseBody1
2288
2302
  > = z.object({
2289
- id: z.string().default("tool_01KA80WWQKRMJ7ZDEB4WCYBZHE"),
2303
+ id: z.string().default("tool_01KA8BQBC6R8F23R7QP4SE0WZS"),
2290
2304
  path: z.string(),
2291
2305
  key: z.string(),
2292
2306
  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-11-17T04:24:09.936Z",
122
+ "2025-11-17T07:33:22.581Z",
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-11-17T04:24:09.936Z"))
155
+ created: z.date().default(() => new Date("2025-11-17T07:33:22.581Z"))
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-11-17T04:24:09.936Z",
160
+ "2025-11-17T07:33:22.581Z",
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-11-17T04:24:09.936Z"))
193
+ created: z.date().default(() => new Date("2025-11-17T07:33:22.581Z"))
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-11-17T04:24:09.936Z",
199
+ "2025-11-17T07:33:22.581Z",
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-11-17T04:24:09.936Z"))
232
+ created: z.date().default(() => new Date("2025-11-17T07:33:22.581Z"))
233
233
  .transform(v => v.toISOString()),
234
234
  }).transform((v) => {
235
235
  return remap$(v, {
@@ -876,7 +876,7 @@ export function dataCodeToolFromJSON(
876
876
  /** @internal */
877
877
  export const Data5$inboundSchema: z.ZodType<Data5, z.ZodTypeDef, unknown> = z
878
878
  .object({
879
- _id: z.string().default("tool_01KA80WWNRBAXQ80TSBQYGN0Q2"),
879
+ _id: z.string().default("tool_01KA8BQBACJMHVECJJP1GKNFSZ"),
880
880
  path: z.string(),
881
881
  key: z.string(),
882
882
  display_name: z.string().optional(),
@@ -928,7 +928,7 @@ export const Data5$outboundSchema: z.ZodType<
928
928
  z.ZodTypeDef,
929
929
  Data5
930
930
  > = z.object({
931
- id: z.string().default("tool_01KA80WWNRBAXQ80TSBQYGN0Q2"),
931
+ id: z.string().default("tool_01KA8BQBACJMHVECJJP1GKNFSZ"),
932
932
  path: z.string(),
933
933
  key: z.string(),
934
934
  displayName: z.string().optional(),
@@ -1092,7 +1092,7 @@ export const DataTools$inboundSchema: z.ZodType<
1092
1092
  z.ZodTypeDef,
1093
1093
  unknown
1094
1094
  > = z.object({
1095
- id: z.string().default("01KA80WWNQXM0T94301HRWZASZ"),
1095
+ id: z.string().default("01KA8BQBABJ802WGCWKKQ5SDFY"),
1096
1096
  name: z.string(),
1097
1097
  description: z.string().optional(),
1098
1098
  schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
@@ -1111,7 +1111,7 @@ export const DataTools$outboundSchema: z.ZodType<
1111
1111
  z.ZodTypeDef,
1112
1112
  DataTools
1113
1113
  > = z.object({
1114
- id: z.string().default("01KA80WWNQXM0T94301HRWZASZ"),
1114
+ id: z.string().default("01KA8BQBABJ802WGCWKKQ5SDFY"),
1115
1115
  name: z.string(),
1116
1116
  description: z.string().optional(),
1117
1117
  schema: z.lazy(() => GetAllToolsDataSchema$outboundSchema),
@@ -1193,7 +1193,7 @@ export function dataMcpFromJSON(
1193
1193
  /** @internal */
1194
1194
  export const Data4$inboundSchema: z.ZodType<Data4, z.ZodTypeDef, unknown> = z
1195
1195
  .object({
1196
- _id: z.string().default("tool_01KA80WWNNSHXNAT6QRNAJ01FZ"),
1196
+ _id: z.string().default("tool_01KA8BQBA9SY19ZYAHAJ7Z9YME"),
1197
1197
  path: z.string(),
1198
1198
  key: z.string(),
1199
1199
  display_name: z.string().optional(),
@@ -1244,7 +1244,7 @@ export const Data4$outboundSchema: z.ZodType<
1244
1244
  z.ZodTypeDef,
1245
1245
  Data4
1246
1246
  > = z.object({
1247
- id: z.string().default("tool_01KA80WWNNSHXNAT6QRNAJ01FZ"),
1247
+ id: z.string().default("tool_01KA8BQBA9SY19ZYAHAJ7Z9YME"),
1248
1248
  path: z.string(),
1249
1249
  key: z.string(),
1250
1250
  displayName: z.string().optional(),
@@ -1584,7 +1584,7 @@ export function getAllToolsDataHttpFromJSON(
1584
1584
  /** @internal */
1585
1585
  export const Data3$inboundSchema: z.ZodType<Data3, z.ZodTypeDef, unknown> = z
1586
1586
  .object({
1587
- _id: z.string().default("tool_01KA80WWNHRQDF9GKQ5HN30CMX"),
1587
+ _id: z.string().default("tool_01KA8BQBA6R58WTZGFRD6JTN93"),
1588
1588
  path: z.string(),
1589
1589
  key: z.string(),
1590
1590
  display_name: z.string().optional(),
@@ -1635,7 +1635,7 @@ export const Data3$outboundSchema: z.ZodType<
1635
1635
  z.ZodTypeDef,
1636
1636
  Data3
1637
1637
  > = z.object({
1638
- id: z.string().default("tool_01KA80WWNHRQDF9GKQ5HN30CMX"),
1638
+ id: z.string().default("tool_01KA8BQBA6R58WTZGFRD6JTN93"),
1639
1639
  path: z.string(),
1640
1640
  key: z.string(),
1641
1641
  displayName: z.string().optional(),
@@ -1794,7 +1794,7 @@ export function dataJsonSchemaFromJSON(
1794
1794
  /** @internal */
1795
1795
  export const Data2$inboundSchema: z.ZodType<Data2, z.ZodTypeDef, unknown> = z
1796
1796
  .object({
1797
- _id: z.string().default("tool_01KA80WWNF99C87CMJJN33MR2P"),
1797
+ _id: z.string().default("tool_01KA8BQBA4TVH147YWMTT8KB3J"),
1798
1798
  path: z.string(),
1799
1799
  key: z.string(),
1800
1800
  display_name: z.string().optional(),
@@ -1846,7 +1846,7 @@ export const Data2$outboundSchema: z.ZodType<
1846
1846
  z.ZodTypeDef,
1847
1847
  Data2
1848
1848
  > = z.object({
1849
- id: z.string().default("tool_01KA80WWNF99C87CMJJN33MR2P"),
1849
+ id: z.string().default("tool_01KA8BQBA4TVH147YWMTT8KB3J"),
1850
1850
  path: z.string(),
1851
1851
  key: z.string(),
1852
1852
  displayName: z.string().optional(),
@@ -2024,7 +2024,7 @@ export function getAllToolsDataFunctionFromJSON(
2024
2024
  /** @internal */
2025
2025
  export const Data1$inboundSchema: z.ZodType<Data1, z.ZodTypeDef, unknown> = z
2026
2026
  .object({
2027
- _id: z.string().default("tool_01KA80WWNENJ8N9QGRHVY067Q8"),
2027
+ _id: z.string().default("tool_01KA8BQBA2ERYX7TG8NMSV2YAF"),
2028
2028
  path: z.string(),
2029
2029
  key: z.string(),
2030
2030
  display_name: z.string().optional(),
@@ -2075,7 +2075,7 @@ export const Data1$outboundSchema: z.ZodType<
2075
2075
  z.ZodTypeDef,
2076
2076
  Data1
2077
2077
  > = z.object({
2078
- id: z.string().default("tool_01KA80WWNENJ8N9QGRHVY067Q8"),
2078
+ id: z.string().default("tool_01KA8BQBA2ERYX7TG8NMSV2YAF"),
2079
2079
  path: z.string(),
2080
2080
  key: z.string(),
2081
2081
  displayName: z.string().optional(),
@@ -291,7 +291,7 @@ export const GetBudgetResponseBody$inboundSchema: z.ZodType<
291
291
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
292
292
  .optional(),
293
293
  updated: z.string().datetime({ offset: true }).default(
294
- "2025-11-17T04:24:07.429Z",
294
+ "2025-11-17T07:33:20.076Z",
295
295
  ).transform(v => new Date(v)),
296
296
  }).transform((v) => {
297
297
  return remap$(v, {
@@ -328,7 +328,7 @@ export const GetBudgetResponseBody$outboundSchema: z.ZodType<
328
328
  isActive: z.boolean(),
329
329
  consumption: z.lazy(() => GetBudgetConsumption$outboundSchema).optional(),
330
330
  created: z.date().transform(v => v.toISOString()).optional(),
331
- updated: z.date().default(() => new Date("2025-11-17T04:24:07.429Z"))
331
+ updated: z.date().default(() => new Date("2025-11-17T07:33:20.076Z"))
332
332
  .transform(v => v.toISOString()),
333
333
  }).transform((v) => {
334
334
  return remap$(v, {
@@ -1417,8 +1417,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
1417
1417
  > = z.object({
1418
1418
  _id: z.string(),
1419
1419
  description: z.string(),
1420
- created: z.string().default("2025-11-17T04:24:08.995Z"),
1421
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
1420
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
1421
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
1422
1422
  guardrail_config: z.union([
1423
1423
  z.lazy(() =>
1424
1424
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
@@ -1459,8 +1459,8 @@ export const DataTypescript$outboundSchema: z.ZodType<
1459
1459
  > = z.object({
1460
1460
  id: z.string(),
1461
1461
  description: z.string(),
1462
- created: z.string().default("2025-11-17T04:24:08.995Z"),
1463
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
1462
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
1463
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
1464
1464
  guardrailConfig: z.union([
1465
1465
  z.lazy(() =>
1466
1466
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
@@ -1726,8 +1726,8 @@ export const DataRagas$inboundSchema: z.ZodType<
1726
1726
  > = z.object({
1727
1727
  _id: z.string(),
1728
1728
  description: z.string(),
1729
- created: z.string().default("2025-11-17T04:24:08.995Z"),
1730
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
1729
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
1730
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
1731
1731
  guardrail_config: z.union([
1732
1732
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
1733
1733
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
@@ -1767,8 +1767,8 @@ export const DataRagas$outboundSchema: z.ZodType<
1767
1767
  > = z.object({
1768
1768
  id: z.string(),
1769
1769
  description: z.string(),
1770
- created: z.string().default("2025-11-17T04:24:08.995Z"),
1771
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
1770
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
1771
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
1772
1772
  guardrailConfig: z.union([
1773
1773
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
1774
1774
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
@@ -4090,8 +4090,8 @@ export const DataFunction$inboundSchema: z.ZodType<
4090
4090
  > = z.object({
4091
4091
  _id: z.string(),
4092
4092
  description: z.string(),
4093
- created: z.string().default("2025-11-17T04:24:08.995Z"),
4094
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
4093
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
4094
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
4095
4095
  guardrail_config: z.union([
4096
4096
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
4097
4097
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
@@ -4200,8 +4200,8 @@ export const DataFunction$outboundSchema: z.ZodType<
4200
4200
  > = z.object({
4201
4201
  id: z.string(),
4202
4202
  description: z.string(),
4203
- created: z.string().default("2025-11-17T04:24:08.995Z"),
4204
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
4203
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
4204
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
4205
4205
  guardrailConfig: z.union([
4206
4206
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
4207
4207
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
@@ -4467,8 +4467,8 @@ export const DataPython$inboundSchema: z.ZodType<
4467
4467
  > = z.object({
4468
4468
  _id: z.string(),
4469
4469
  description: z.string(),
4470
- created: z.string().default("2025-11-17T04:24:08.995Z"),
4471
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
4470
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
4471
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
4472
4472
  guardrail_config: z.union([
4473
4473
  z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
4474
4474
  z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
@@ -4505,8 +4505,8 @@ export const DataPython$outboundSchema: z.ZodType<
4505
4505
  > = z.object({
4506
4506
  id: z.string(),
4507
4507
  description: z.string(),
4508
- created: z.string().default("2025-11-17T04:24:08.995Z"),
4509
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
4508
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
4509
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
4510
4510
  guardrailConfig: z.union([
4511
4511
  z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
4512
4512
  z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
@@ -4729,8 +4729,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
4729
4729
  > = z.object({
4730
4730
  _id: z.string(),
4731
4731
  description: z.string(),
4732
- created: z.string().default("2025-11-17T04:24:08.995Z"),
4733
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
4732
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
4733
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
4734
4734
  guardrail_config: z.union([
4735
4735
  z.lazy(() => GetEvalsGuardrailConfigNumber$inboundSchema),
4736
4736
  z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
@@ -4773,8 +4773,8 @@ export const DataHTTP$outboundSchema: z.ZodType<
4773
4773
  > = z.object({
4774
4774
  id: z.string(),
4775
4775
  description: z.string(),
4776
- created: z.string().default("2025-11-17T04:24:08.995Z"),
4777
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
4776
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
4777
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
4778
4778
  guardrailConfig: z.union([
4779
4779
  z.lazy(() => GetEvalsGuardrailConfigNumber$outboundSchema),
4780
4780
  z.lazy(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
@@ -5020,8 +5020,8 @@ export const DataJSON$inboundSchema: z.ZodType<
5020
5020
  > = z.object({
5021
5021
  _id: z.string(),
5022
5022
  description: z.string(),
5023
- created: z.string().default("2025-11-17T04:24:08.995Z"),
5024
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
5023
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
5024
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
5025
5025
  guardrail_config: z.union([
5026
5026
  z.lazy(() =>
5027
5027
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema
@@ -5062,8 +5062,8 @@ export const DataJSON$outboundSchema: z.ZodType<
5062
5062
  > = z.object({
5063
5063
  id: z.string(),
5064
5064
  description: z.string(),
5065
- created: z.string().default("2025-11-17T04:24:08.995Z"),
5066
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
5065
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
5066
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
5067
5067
  guardrailConfig: z.union([
5068
5068
  z.lazy(() =>
5069
5069
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema
@@ -5329,8 +5329,8 @@ export const DataLLM$inboundSchema: z.ZodType<DataLLM, z.ZodTypeDef, unknown> =
5329
5329
  z.object({
5330
5330
  _id: z.string(),
5331
5331
  description: z.string(),
5332
- created: z.string().default("2025-11-17T04:24:08.995Z"),
5333
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
5332
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
5333
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
5334
5334
  guardrail_config: z.union([
5335
5335
  z.lazy(() =>
5336
5336
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
@@ -5374,8 +5374,8 @@ export const DataLLM$outboundSchema: z.ZodType<
5374
5374
  > = z.object({
5375
5375
  id: z.string(),
5376
5376
  description: z.string(),
5377
- created: z.string().default("2025-11-17T04:24:08.995Z"),
5378
- updated: z.string().default("2025-11-17T04:24:08.995Z"),
5377
+ created: z.string().default("2025-11-17T07:33:21.657Z"),
5378
+ updated: z.string().default("2025-11-17T07:33:21.657Z"),
5379
5379
  guardrailConfig: z.union([
5380
5380
  z.lazy(() =>
5381
5381
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
@@ -381,7 +381,7 @@ export const ListBudgetsData$inboundSchema: z.ZodType<
381
381
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
382
382
  .optional(),
383
383
  updated: z.string().datetime({ offset: true }).default(
384
- "2025-11-17T04:24:07.429Z",
384
+ "2025-11-17T07:33:20.076Z",
385
385
  ).transform(v => new Date(v)),
386
386
  }).transform((v) => {
387
387
  return remap$(v, {
@@ -415,7 +415,7 @@ export const ListBudgetsData$outboundSchema: z.ZodType<
415
415
  isActive: z.boolean(),
416
416
  consumption: z.lazy(() => ListBudgetsConsumption$outboundSchema).optional(),
417
417
  created: z.date().transform(v => v.toISOString()).optional(),
418
- updated: z.date().default(() => new Date("2025-11-17T04:24:07.429Z"))
418
+ updated: z.date().default(() => new Date("2025-11-17T07:33:20.076Z"))
419
419
  .transform(v => v.toISOString()),
420
420
  }).transform((v) => {
421
421
  return remap$(v, {
@@ -298,7 +298,7 @@ export const Data$inboundSchema: z.ZodType<Data, z.ZodTypeDef, unknown> = z
298
298
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
299
299
  .optional(),
300
300
  updated: z.string().datetime({ offset: true }).default(
301
- "2025-11-17T04:24:07.088Z",
301
+ "2025-11-17T07:33:19.763Z",
302
302
  ).transform(v => new Date(v)),
303
303
  metrics: z.lazy(() => ListContactsMetrics$inboundSchema),
304
304
  }).transform((v) => {
@@ -334,7 +334,7 @@ export const Data$outboundSchema: z.ZodType<Data$Outbound, z.ZodTypeDef, Data> =
334
334
  tags: z.array(z.string()).optional(),
335
335
  metadata: z.record(z.any()).optional(),
336
336
  created: z.date().transform(v => v.toISOString()).optional(),
337
- updated: z.date().default(() => new Date("2025-11-17T04:24:07.088Z"))
337
+ updated: z.date().default(() => new Date("2025-11-17T07:33:19.763Z"))
338
338
  .transform(v => v.toISOString()),
339
339
  metrics: z.lazy(() => ListContactsMetrics$outboundSchema),
340
340
  }).transform((v) => {