@orq-ai/node 3.13.9 → 3.13.11

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 (292) hide show
  1. package/README.md +107 -93
  2. package/bin/mcp-server.js +43652 -40649
  3. package/bin/mcp-server.js.map +117 -98
  4. package/docs/sdks/agents/README.md +566 -0
  5. package/examples/package-lock.json +1 -1
  6. package/funcs/agentsCreate.d.ts +18 -0
  7. package/funcs/agentsCreate.d.ts.map +1 -0
  8. package/funcs/agentsCreate.js +120 -0
  9. package/funcs/agentsCreate.js.map +1 -0
  10. package/funcs/agentsDelete.d.ts +18 -0
  11. package/funcs/agentsDelete.d.ts.map +1 -0
  12. package/funcs/agentsDelete.js +124 -0
  13. package/funcs/agentsDelete.js.map +1 -0
  14. package/funcs/agentsInvoke.d.ts +17 -0
  15. package/funcs/agentsInvoke.d.ts.map +1 -0
  16. package/funcs/agentsInvoke.js +120 -0
  17. package/funcs/agentsInvoke.js.map +1 -0
  18. package/funcs/agentsStream.d.ts +19 -0
  19. package/funcs/agentsStream.d.ts.map +1 -0
  20. package/funcs/agentsStream.js +134 -0
  21. package/funcs/agentsStream.js.map +1 -0
  22. package/funcs/agentsUpdate.d.ts +18 -0
  23. package/funcs/agentsUpdate.d.ts.map +1 -0
  24. package/funcs/agentsUpdate.js +124 -0
  25. package/funcs/agentsUpdate.js.map +1 -0
  26. package/jsr.json +1 -1
  27. package/lib/config.d.ts +2 -2
  28. package/lib/config.js +2 -2
  29. package/lib/config.js.map +1 -1
  30. package/mcp-server/mcp-server.js +1 -1
  31. package/mcp-server/mcp-server.js.map +1 -1
  32. package/mcp-server/server.d.ts.map +1 -1
  33. package/mcp-server/server.js +11 -1
  34. package/mcp-server/server.js.map +1 -1
  35. package/mcp-server/tools/agentsCreate.d.ts +8 -0
  36. package/mcp-server/tools/agentsCreate.d.ts.map +1 -0
  37. package/mcp-server/tools/agentsCreate.js +64 -0
  38. package/mcp-server/tools/agentsCreate.js.map +1 -0
  39. package/mcp-server/tools/agentsDelete.d.ts +8 -0
  40. package/mcp-server/tools/agentsDelete.d.ts.map +1 -0
  41. package/mcp-server/tools/agentsDelete.js +63 -0
  42. package/mcp-server/tools/agentsDelete.js.map +1 -0
  43. package/mcp-server/tools/agentsInvoke.d.ts +8 -0
  44. package/mcp-server/tools/agentsInvoke.d.ts.map +1 -0
  45. package/mcp-server/tools/agentsInvoke.js +64 -0
  46. package/mcp-server/tools/agentsInvoke.js.map +1 -0
  47. package/mcp-server/tools/agentsStream.d.ts +8 -0
  48. package/mcp-server/tools/agentsStream.d.ts.map +1 -0
  49. package/mcp-server/tools/agentsStream.js +64 -0
  50. package/mcp-server/tools/agentsStream.js.map +1 -0
  51. package/mcp-server/tools/agentsUpdate.d.ts +8 -0
  52. package/mcp-server/tools/agentsUpdate.d.ts.map +1 -0
  53. package/mcp-server/tools/agentsUpdate.js +64 -0
  54. package/mcp-server/tools/agentsUpdate.js.map +1 -0
  55. package/models/errors/createagent.d.ts +41 -0
  56. package/models/errors/createagent.d.ts.map +1 -0
  57. package/models/errors/createagent.js +85 -0
  58. package/models/errors/createagent.js.map +1 -0
  59. package/models/errors/deleteagent.d.ts +41 -0
  60. package/models/errors/deleteagent.d.ts.map +1 -0
  61. package/models/errors/deleteagent.js +85 -0
  62. package/models/errors/deleteagent.js.map +1 -0
  63. package/models/errors/index.d.ts +4 -0
  64. package/models/errors/index.d.ts.map +1 -1
  65. package/models/errors/index.js +4 -0
  66. package/models/errors/index.js.map +1 -1
  67. package/models/errors/streamagent.d.ts +41 -0
  68. package/models/errors/streamagent.d.ts.map +1 -0
  69. package/models/errors/streamagent.js +85 -0
  70. package/models/errors/streamagent.js.map +1 -0
  71. package/models/errors/updateagent.d.ts +41 -0
  72. package/models/errors/updateagent.d.ts.map +1 -0
  73. package/models/errors/updateagent.js +85 -0
  74. package/models/errors/updateagent.js.map +1 -0
  75. package/models/operations/createagent.d.ts +1504 -0
  76. package/models/operations/createagent.d.ts.map +1 -0
  77. package/models/operations/createagent.js +1530 -0
  78. package/models/operations/createagent.js.map +1 -0
  79. package/models/operations/createbudget.js +2 -2
  80. package/models/operations/createcontact.js +2 -2
  81. package/models/operations/createdataset.js +2 -2
  82. package/models/operations/createdatasetitem.js +2 -2
  83. package/models/operations/createdatasource.js +2 -2
  84. package/models/operations/createeval.js +28 -28
  85. package/models/operations/createtool.d.ts +20 -20
  86. package/models/operations/createtool.d.ts.map +1 -1
  87. package/models/operations/createtool.js +34 -34
  88. package/models/operations/createtool.js.map +1 -1
  89. package/models/operations/deleteagent.d.ts +32 -0
  90. package/models/operations/deleteagent.d.ts.map +1 -0
  91. package/models/operations/deleteagent.js +78 -0
  92. package/models/operations/deleteagent.js.map +1 -0
  93. package/models/operations/duplicatetool.d.ts +10 -10
  94. package/models/operations/duplicatetool.d.ts.map +1 -1
  95. package/models/operations/duplicatetool.js +20 -20
  96. package/models/operations/duplicatetool.js.map +1 -1
  97. package/models/operations/fileget.js +2 -2
  98. package/models/operations/filelist.js +2 -2
  99. package/models/operations/fileupload.js +2 -2
  100. package/models/operations/getagent.d.ts +44 -175
  101. package/models/operations/getagent.d.ts.map +1 -1
  102. package/models/operations/getagent.js +51 -184
  103. package/models/operations/getagent.js.map +1 -1
  104. package/models/operations/getalltools.d.ts +10 -10
  105. package/models/operations/getalltools.d.ts.map +1 -1
  106. package/models/operations/getalltools.js +20 -20
  107. package/models/operations/getalltools.js.map +1 -1
  108. package/models/operations/getbudget.js +2 -2
  109. package/models/operations/getevals.js +28 -28
  110. package/models/operations/index.d.ts +5 -0
  111. package/models/operations/index.d.ts.map +1 -1
  112. package/models/operations/index.js +5 -0
  113. package/models/operations/index.js.map +1 -1
  114. package/models/operations/invokeagent.d.ts +912 -0
  115. package/models/operations/invokeagent.d.ts.map +1 -0
  116. package/models/operations/invokeagent.js +824 -0
  117. package/models/operations/invokeagent.js.map +1 -0
  118. package/models/operations/listagents.d.ts +6 -137
  119. package/models/operations/listagents.d.ts.map +1 -1
  120. package/models/operations/listagents.js +3 -139
  121. package/models/operations/listagents.js.map +1 -1
  122. package/models/operations/listagenttasks.d.ts +5 -0
  123. package/models/operations/listagenttasks.d.ts.map +1 -1
  124. package/models/operations/listagenttasks.js +2 -0
  125. package/models/operations/listagenttasks.js.map +1 -1
  126. package/models/operations/listbudgets.js +2 -2
  127. package/models/operations/listcontacts.js +2 -2
  128. package/models/operations/listdatasetdatapoints.js +2 -2
  129. package/models/operations/listdatasets.js +2 -2
  130. package/models/operations/listdatasources.js +2 -2
  131. package/models/operations/retrievecontact.js +2 -2
  132. package/models/operations/retrievedatapoint.js +2 -2
  133. package/models/operations/retrievedataset.js +2 -2
  134. package/models/operations/retrievedatasource.js +2 -2
  135. package/models/operations/retrievetool.d.ts +10 -10
  136. package/models/operations/retrievetool.d.ts.map +1 -1
  137. package/models/operations/retrievetool.js +20 -20
  138. package/models/operations/retrievetool.js.map +1 -1
  139. package/models/operations/runagent.d.ts +640 -721
  140. package/models/operations/runagent.d.ts.map +1 -1
  141. package/models/operations/runagent.js +817 -928
  142. package/models/operations/runagent.js.map +1 -1
  143. package/models/operations/streamagent.d.ts +676 -0
  144. package/models/operations/streamagent.d.ts.map +1 -0
  145. package/models/operations/streamagent.js +670 -0
  146. package/models/operations/streamagent.js.map +1 -0
  147. package/models/operations/streamrunagent.d.ts +567 -648
  148. package/models/operations/streamrunagent.d.ts.map +1 -1
  149. package/models/operations/streamrunagent.js +721 -835
  150. package/models/operations/streamrunagent.js.map +1 -1
  151. package/models/operations/updateagent.d.ts +1515 -0
  152. package/models/operations/updateagent.d.ts.map +1 -0
  153. package/models/operations/updateagent.js +1576 -0
  154. package/models/operations/updateagent.js.map +1 -0
  155. package/models/operations/updatebudget.js +2 -2
  156. package/models/operations/updatecontact.js +2 -2
  157. package/models/operations/updatedatapoint.js +2 -2
  158. package/models/operations/updatedataset.js +2 -2
  159. package/models/operations/updatedatasource.js +2 -2
  160. package/models/operations/updateeval.js +28 -28
  161. package/models/operations/updatetool.d.ts +18 -18
  162. package/models/operations/updatetool.d.ts.map +1 -1
  163. package/models/operations/updatetool.js +36 -36
  164. package/models/operations/updatetool.js.map +1 -1
  165. package/package.json +1 -1
  166. package/packages/orq-rc/README.md +103 -94
  167. package/packages/orq-rc/docs/sdks/agents/README.md +297 -0
  168. package/packages/orq-rc/examples/package-lock.json +1 -1
  169. package/packages/orq-rc/jsr.json +1 -1
  170. package/packages/orq-rc/package-lock.json +2 -2
  171. package/packages/orq-rc/package.json +1 -1
  172. package/packages/orq-rc/src/funcs/agentsCreate.ts +172 -0
  173. package/packages/orq-rc/src/funcs/agentsDelete.ts +176 -0
  174. package/packages/orq-rc/src/funcs/agentsUpdate.ts +176 -0
  175. package/packages/orq-rc/src/lib/config.ts +2 -2
  176. package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
  177. package/packages/orq-rc/src/mcp-server/server.ts +7 -1
  178. package/packages/orq-rc/src/mcp-server/tools/agentsCreate.ts +37 -0
  179. package/packages/orq-rc/src/mcp-server/tools/agentsDelete.ts +35 -0
  180. package/packages/orq-rc/src/mcp-server/tools/agentsUpdate.ts +37 -0
  181. package/packages/orq-rc/src/models/errors/createagent.ts +80 -0
  182. package/packages/orq-rc/src/models/errors/deleteagent.ts +80 -0
  183. package/packages/orq-rc/src/models/errors/index.ts +3 -0
  184. package/packages/orq-rc/src/models/errors/updateagent.ts +80 -0
  185. package/packages/orq-rc/src/models/operations/createagent.ts +3027 -0
  186. package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
  187. package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
  188. package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
  189. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
  190. package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
  191. package/packages/orq-rc/src/models/operations/createeval.ts +28 -28
  192. package/packages/orq-rc/src/models/operations/createtool.ts +50 -50
  193. package/packages/orq-rc/src/models/operations/deleteagent.ts +78 -0
  194. package/packages/orq-rc/src/models/operations/duplicatetool.ts +30 -30
  195. package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
  196. package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
  197. package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
  198. package/packages/orq-rc/src/models/operations/getagent.ts +87 -387
  199. package/packages/orq-rc/src/models/operations/getalltools.ts +33 -33
  200. package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
  201. package/packages/orq-rc/src/models/operations/getevals.ts +28 -28
  202. package/packages/orq-rc/src/models/operations/index.ts +3 -0
  203. package/packages/orq-rc/src/models/operations/invokeagent.ts +12 -4
  204. package/packages/orq-rc/src/models/operations/listagents.ts +8 -321
  205. package/packages/orq-rc/src/models/operations/listagenttasks.ts +7 -0
  206. package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
  207. package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
  208. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
  209. package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
  210. package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
  211. package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
  212. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
  213. package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
  214. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
  215. package/packages/orq-rc/src/models/operations/retrievetool.ts +30 -30
  216. package/packages/orq-rc/src/models/operations/runagent.ts +1003 -1113
  217. package/packages/orq-rc/src/models/operations/streamagent.ts +4 -2
  218. package/packages/orq-rc/src/models/operations/streamrunagent.ts +1276 -1427
  219. package/packages/orq-rc/src/models/operations/updateagent.ts +3239 -0
  220. package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
  221. package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
  222. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
  223. package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
  224. package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
  225. package/packages/orq-rc/src/models/operations/updateeval.ts +28 -28
  226. package/packages/orq-rc/src/models/operations/updatetool.ts +56 -56
  227. package/packages/orq-rc/src/sdk/agents.ts +54 -0
  228. package/sdk/agents.d.ts +35 -0
  229. package/sdk/agents.d.ts.map +1 -1
  230. package/sdk/agents.js +50 -0
  231. package/sdk/agents.js.map +1 -1
  232. package/src/funcs/agentsCreate.ts +172 -0
  233. package/src/funcs/agentsDelete.ts +176 -0
  234. package/src/funcs/agentsInvoke.ts +167 -0
  235. package/src/funcs/agentsStream.ts +191 -0
  236. package/src/funcs/agentsUpdate.ts +176 -0
  237. package/src/lib/config.ts +2 -2
  238. package/src/mcp-server/mcp-server.ts +1 -1
  239. package/src/mcp-server/server.ts +11 -1
  240. package/src/mcp-server/tools/agentsCreate.ts +37 -0
  241. package/src/mcp-server/tools/agentsDelete.ts +35 -0
  242. package/src/mcp-server/tools/agentsInvoke.ts +37 -0
  243. package/src/mcp-server/tools/agentsStream.ts +37 -0
  244. package/src/mcp-server/tools/agentsUpdate.ts +37 -0
  245. package/src/models/errors/createagent.ts +80 -0
  246. package/src/models/errors/deleteagent.ts +80 -0
  247. package/src/models/errors/index.ts +4 -0
  248. package/src/models/errors/streamagent.ts +80 -0
  249. package/src/models/errors/updateagent.ts +80 -0
  250. package/src/models/operations/createagent.ts +3021 -0
  251. package/src/models/operations/createbudget.ts +2 -2
  252. package/src/models/operations/createcontact.ts +2 -2
  253. package/src/models/operations/createdataset.ts +2 -2
  254. package/src/models/operations/createdatasetitem.ts +2 -2
  255. package/src/models/operations/createdatasource.ts +2 -2
  256. package/src/models/operations/createeval.ts +28 -28
  257. package/src/models/operations/createtool.ts +54 -54
  258. package/src/models/operations/deleteagent.ts +78 -0
  259. package/src/models/operations/duplicatetool.ts +30 -30
  260. package/src/models/operations/fileget.ts +2 -2
  261. package/src/models/operations/filelist.ts +2 -2
  262. package/src/models/operations/fileupload.ts +2 -2
  263. package/src/models/operations/getagent.ts +87 -387
  264. package/src/models/operations/getalltools.ts +30 -30
  265. package/src/models/operations/getbudget.ts +2 -2
  266. package/src/models/operations/getevals.ts +28 -28
  267. package/src/models/operations/index.ts +5 -0
  268. package/src/models/operations/invokeagent.ts +1569 -0
  269. package/src/models/operations/listagents.ts +8 -321
  270. package/src/models/operations/listagenttasks.ts +7 -0
  271. package/src/models/operations/listbudgets.ts +2 -2
  272. package/src/models/operations/listcontacts.ts +2 -2
  273. package/src/models/operations/listdatasetdatapoints.ts +2 -2
  274. package/src/models/operations/listdatasets.ts +2 -2
  275. package/src/models/operations/listdatasources.ts +2 -2
  276. package/src/models/operations/retrievecontact.ts +2 -2
  277. package/src/models/operations/retrievedatapoint.ts +2 -2
  278. package/src/models/operations/retrievedataset.ts +2 -2
  279. package/src/models/operations/retrievedatasource.ts +2 -2
  280. package/src/models/operations/retrievetool.ts +30 -30
  281. package/src/models/operations/runagent.ts +1441 -1488
  282. package/src/models/operations/streamagent.ts +1367 -0
  283. package/src/models/operations/streamrunagent.ts +1542 -1657
  284. package/src/models/operations/updateagent.ts +3227 -0
  285. package/src/models/operations/updatebudget.ts +2 -2
  286. package/src/models/operations/updatecontact.ts +2 -2
  287. package/src/models/operations/updatedatapoint.ts +2 -2
  288. package/src/models/operations/updatedataset.ts +2 -2
  289. package/src/models/operations/updatedatasource.ts +2 -2
  290. package/src/models/operations/updateeval.ts +28 -28
  291. package/src/models/operations/updatetool.ts +60 -60
  292. package/src/sdk/agents.ts +90 -0
@@ -658,7 +658,7 @@ export const CreateBudgetResponseBody$inboundSchema: z.ZodType<
658
658
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
659
659
  .optional(),
660
660
  updated: z.string().datetime({ offset: true }).default(
661
- "2025-10-15T07:53:42.182Z",
661
+ "2025-10-16T07:43:55.477Z",
662
662
  ).transform(v => new Date(v)),
663
663
  }).transform((v) => {
664
664
  return remap$(v, {
@@ -693,7 +693,7 @@ export const CreateBudgetResponseBody$outboundSchema: z.ZodType<
693
693
  isActive: z.boolean(),
694
694
  consumption: z.lazy(() => Consumption$outboundSchema).optional(),
695
695
  created: z.date().transform(v => v.toISOString()).optional(),
696
- updated: z.date().default(() => new Date("2025-10-15T07:53:42.182Z"))
696
+ updated: z.date().default(() => new Date("2025-10-16T07:43:55.477Z"))
697
697
  .transform(v => v.toISOString()),
698
698
  }).transform((v) => {
699
699
  return remap$(v, {
@@ -182,7 +182,7 @@ export const CreateContactResponseBody$inboundSchema: z.ZodType<
182
182
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
183
183
  .optional(),
184
184
  updated: z.string().datetime({ offset: true }).default(
185
- "2025-10-15T07:53:42.182Z",
185
+ "2025-10-16T07:43:55.477Z",
186
186
  ).transform(v => new Date(v)),
187
187
  }).transform((v) => {
188
188
  return remap$(v, {
@@ -223,7 +223,7 @@ export const CreateContactResponseBody$outboundSchema: z.ZodType<
223
223
  tags: z.array(z.string()).optional(),
224
224
  metadata: z.record(z.any()).optional(),
225
225
  created: z.date().transform(v => v.toISOString()).optional(),
226
- updated: z.date().default(() => new Date("2025-10-15T07:53:42.182Z"))
226
+ updated: z.date().default(() => new Date("2025-10-16T07:43:55.477Z"))
227
227
  .transform(v => v.toISOString()),
228
228
  }).transform((v) => {
229
229
  return remap$(v, {
@@ -211,7 +211,7 @@ export const CreateDatasetResponseBody$inboundSchema: z.ZodType<
211
211
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
212
212
  .optional(),
213
213
  updated: z.string().datetime({ offset: true }).default(
214
- "2025-10-15T07:53:42.182Z",
214
+ "2025-10-16T07:43:55.477Z",
215
215
  ).transform(v => new Date(v)),
216
216
  }).transform((v) => {
217
217
  return remap$(v, {
@@ -251,7 +251,7 @@ export const CreateDatasetResponseBody$outboundSchema: z.ZodType<
251
251
  updatedById: z.string().optional(),
252
252
  metadata: z.lazy(() => CreateDatasetMetadata$outboundSchema),
253
253
  created: z.date().transform(v => v.toISOString()).optional(),
254
- updated: z.date().default(() => new Date("2025-10-15T07:53:42.182Z"))
254
+ updated: z.date().default(() => new Date("2025-10-16T07:43:55.477Z"))
255
255
  .transform(v => v.toISOString()),
256
256
  }).transform((v) => {
257
257
  return remap$(v, {
@@ -6081,7 +6081,7 @@ export const ResponseBody$inboundSchema: z.ZodType<
6081
6081
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
6082
6082
  .optional(),
6083
6083
  updated: z.string().datetime({ offset: true }).default(
6084
- "2025-10-15T07:53:42.182Z",
6084
+ "2025-10-16T07:43:55.477Z",
6085
6085
  ).transform(v => new Date(v)),
6086
6086
  }).transform((v) => {
6087
6087
  return remap$(v, {
@@ -6145,7 +6145,7 @@ export const ResponseBody$outboundSchema: z.ZodType<
6145
6145
  createdById: z.string().optional(),
6146
6146
  updatedById: z.string().optional(),
6147
6147
  created: z.date().transform(v => v.toISOString()).optional(),
6148
- updated: z.date().default(() => new Date("2025-10-15T07:53:42.182Z"))
6148
+ updated: z.date().default(() => new Date("2025-10-16T07:43:55.477Z"))
6149
6149
  .transform(v => v.toISOString()),
6150
6150
  }).transform((v) => {
6151
6151
  return remap$(v, {
@@ -751,7 +751,7 @@ export const CreateDatasourceResponseBody$inboundSchema: z.ZodType<
751
751
  z.ZodTypeDef,
752
752
  unknown
753
753
  > = z.object({
754
- _id: z.string().default("01K7KDRXNVGDNYY5SYHSCXY4BX"),
754
+ _id: z.string().default("01K7NZKQ37ZWSYV1KS7S48RMEH"),
755
755
  display_name: z.string(),
756
756
  description: z.string().optional(),
757
757
  status: CreateDatasourceStatus$inboundSchema,
@@ -795,7 +795,7 @@ export const CreateDatasourceResponseBody$outboundSchema: z.ZodType<
795
795
  z.ZodTypeDef,
796
796
  CreateDatasourceResponseBody
797
797
  > = z.object({
798
- id: z.string().default("01K7KDRXNVGDNYY5SYHSCXY4BX"),
798
+ id: z.string().default("01K7NZKQ37ZWSYV1KS7S48RMEH"),
799
799
  displayName: z.string(),
800
800
  description: z.string().optional(),
801
801
  status: CreateDatasourceStatus$outboundSchema,
@@ -3347,8 +3347,8 @@ export const Typescript$inboundSchema: z.ZodType<
3347
3347
  > = z.object({
3348
3348
  _id: z.string(),
3349
3349
  description: z.string(),
3350
- created: z.string().default("2025-10-15T07:53:44.726Z"),
3351
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
3350
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
3351
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
3352
3352
  guardrail_config: z.union([
3353
3353
  z.lazy(() =>
3354
3354
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema
@@ -3391,8 +3391,8 @@ export const Typescript$outboundSchema: z.ZodType<
3391
3391
  > = z.object({
3392
3392
  id: z.string(),
3393
3393
  description: z.string(),
3394
- created: z.string().default("2025-10-15T07:53:44.726Z"),
3395
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
3394
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
3395
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
3396
3396
  guardrailConfig: z.union([
3397
3397
  z.lazy(() =>
3398
3398
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema
@@ -3809,8 +3809,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
3809
3809
  .object({
3810
3810
  _id: z.string(),
3811
3811
  description: z.string(),
3812
- created: z.string().default("2025-10-15T07:53:44.726Z"),
3813
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
3812
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
3813
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
3814
3814
  guardrail_config: z.union([
3815
3815
  z.lazy(() =>
3816
3816
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema
@@ -3856,8 +3856,8 @@ export const Ragas$outboundSchema: z.ZodType<
3856
3856
  > = z.object({
3857
3857
  id: z.string(),
3858
3858
  description: z.string(),
3859
- created: z.string().default("2025-10-15T07:53:44.726Z"),
3860
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
3859
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
3860
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
3861
3861
  guardrailConfig: z.union([
3862
3862
  z.lazy(() =>
3863
3863
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema
@@ -7281,8 +7281,8 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
7281
7281
  > = z.object({
7282
7282
  _id: z.string(),
7283
7283
  description: z.string(),
7284
- created: z.string().default("2025-10-15T07:53:44.726Z"),
7285
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
7284
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
7285
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
7286
7286
  guardrail_config: z.union([
7287
7287
  z.lazy(() =>
7288
7288
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema
@@ -7396,8 +7396,8 @@ export const ResponseBodyFunction$outboundSchema: z.ZodType<
7396
7396
  > = z.object({
7397
7397
  id: z.string(),
7398
7398
  description: z.string(),
7399
- created: z.string().default("2025-10-15T07:53:44.726Z"),
7400
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
7399
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
7400
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
7401
7401
  guardrailConfig: z.union([
7402
7402
  z.lazy(() =>
7403
7403
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema
@@ -7836,8 +7836,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
7836
7836
  > = z.object({
7837
7837
  _id: z.string(),
7838
7838
  description: z.string(),
7839
- created: z.string().default("2025-10-15T07:53:44.726Z"),
7840
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
7839
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
7840
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
7841
7841
  guardrail_config: z.union([
7842
7842
  z.lazy(() =>
7843
7843
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
@@ -7879,8 +7879,8 @@ export const ResponseBodyPython$outboundSchema: z.ZodType<
7879
7879
  > = z.object({
7880
7880
  id: z.string(),
7881
7881
  description: z.string(),
7882
- created: z.string().default("2025-10-15T07:53:44.726Z"),
7883
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
7882
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
7883
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
7884
7884
  guardrailConfig: z.union([
7885
7885
  z.lazy(() =>
7886
7886
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
@@ -8293,8 +8293,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
8293
8293
  > = z.object({
8294
8294
  _id: z.string(),
8295
8295
  description: z.string(),
8296
- created: z.string().default("2025-10-15T07:53:44.726Z"),
8297
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
8296
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
8297
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
8298
8298
  guardrail_config: z.union([
8299
8299
  z.lazy(() =>
8300
8300
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
@@ -8342,8 +8342,8 @@ export const ResponseBodyHTTP$outboundSchema: z.ZodType<
8342
8342
  > = z.object({
8343
8343
  id: z.string(),
8344
8344
  description: z.string(),
8345
- created: z.string().default("2025-10-15T07:53:44.726Z"),
8346
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
8345
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
8346
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
8347
8347
  guardrailConfig: z.union([
8348
8348
  z.lazy(() =>
8349
8349
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
@@ -8720,8 +8720,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
8720
8720
  > = z.object({
8721
8721
  _id: z.string(),
8722
8722
  description: z.string(),
8723
- created: z.string().default("2025-10-15T07:53:44.726Z"),
8724
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
8723
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
8724
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
8725
8725
  guardrail_config: z.union([
8726
8726
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
8727
8727
  z.lazy(() =>
@@ -8761,8 +8761,8 @@ export const ResponseBodyJSON$outboundSchema: z.ZodType<
8761
8761
  > = z.object({
8762
8762
  id: z.string(),
8763
8763
  description: z.string(),
8764
- created: z.string().default("2025-10-15T07:53:44.726Z"),
8765
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
8764
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
8765
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
8766
8766
  guardrailConfig: z.union([
8767
8767
  z.lazy(() =>
8768
8768
  CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema
@@ -9117,8 +9117,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
9117
9117
  > = z.object({
9118
9118
  _id: z.string(),
9119
9119
  description: z.string(),
9120
- created: z.string().default("2025-10-15T07:53:44.726Z"),
9121
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
9120
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
9121
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
9122
9122
  guardrail_config: z.union([
9123
9123
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
9124
9124
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
@@ -9158,8 +9158,8 @@ export const ResponseBodyLLM$outboundSchema: z.ZodType<
9158
9158
  > = z.object({
9159
9159
  id: z.string(),
9160
9160
  description: z.string(),
9161
- created: z.string().default("2025-10-15T07:53:44.726Z"),
9162
- updated: z.string().default("2025-10-15T07:53:44.726Z"),
9161
+ created: z.string().default("2025-10-16T07:43:57.819Z"),
9162
+ updated: z.string().default("2025-10-16T07:43:57.819Z"),
9163
9163
  guardrailConfig: z.union([
9164
9164
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
9165
9165
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
@@ -61,7 +61,7 @@ export type RequestBody5 = {
61
61
  /**
62
62
  * 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.
63
63
  */
64
- displayName: string;
64
+ displayName?: string | undefined;
65
65
  /**
66
66
  * 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.
67
67
  */
@@ -169,7 +169,7 @@ export type RequestBody4 = {
169
169
  /**
170
170
  * 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.
171
171
  */
172
- displayName: string;
172
+ displayName?: string | undefined;
173
173
  /**
174
174
  * 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.
175
175
  */
@@ -306,7 +306,7 @@ export type RequestBody3 = {
306
306
  /**
307
307
  * 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.
308
308
  */
309
- displayName: string;
309
+ displayName?: string | undefined;
310
310
  /**
311
311
  * 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.
312
312
  */
@@ -374,7 +374,7 @@ export type RequestBody2 = {
374
374
  /**
375
375
  * 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.
376
376
  */
377
- displayName: string;
377
+ displayName?: string | undefined;
378
378
  /**
379
379
  * 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.
380
380
  */
@@ -439,7 +439,7 @@ export type RequestBody1 = {
439
439
  /**
440
440
  * 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.
441
441
  */
442
- displayName: string;
442
+ displayName?: string | undefined;
443
443
  /**
444
444
  * 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.
445
445
  */
@@ -514,7 +514,7 @@ export type ResponseBody5 = {
514
514
  /**
515
515
  * 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.
516
516
  */
517
- displayName: string;
517
+ displayName?: string | undefined;
518
518
  /**
519
519
  * 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.
520
520
  */
@@ -637,7 +637,7 @@ export type ResponseBody4 = {
637
637
  /**
638
638
  * 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.
639
639
  */
640
- displayName: string;
640
+ displayName?: string | undefined;
641
641
  /**
642
642
  * 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.
643
643
  */
@@ -786,7 +786,7 @@ export type ResponseBody3 = {
786
786
  /**
787
787
  * 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.
788
788
  */
789
- displayName: string;
789
+ displayName?: string | undefined;
790
790
  /**
791
791
  * 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.
792
792
  */
@@ -867,7 +867,7 @@ export type ResponseBody2 = {
867
867
  /**
868
868
  * 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.
869
869
  */
870
- displayName: string;
870
+ displayName?: string | undefined;
871
871
  /**
872
872
  * 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.
873
873
  */
@@ -946,7 +946,7 @@ export type ResponseBody1 = {
946
946
  /**
947
947
  * 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.
948
948
  */
949
- displayName: string;
949
+ displayName?: string | undefined;
950
950
  /**
951
951
  * 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.
952
952
  */
@@ -1118,7 +1118,7 @@ export const RequestBody5$inboundSchema: z.ZodType<
1118
1118
  > = z.object({
1119
1119
  path: z.string(),
1120
1120
  key: z.string(),
1121
- display_name: z.string(),
1121
+ display_name: z.string().optional(),
1122
1122
  description: z.string(),
1123
1123
  status: CreateToolRequestBodyToolsRequest5Status$inboundSchema.default(
1124
1124
  "live",
@@ -1136,7 +1136,7 @@ export const RequestBody5$inboundSchema: z.ZodType<
1136
1136
  export type RequestBody5$Outbound = {
1137
1137
  path: string;
1138
1138
  key: string;
1139
- display_name: string;
1139
+ display_name?: string | undefined;
1140
1140
  description: string;
1141
1141
  status: string;
1142
1142
  type: string;
@@ -1151,7 +1151,7 @@ export const RequestBody5$outboundSchema: z.ZodType<
1151
1151
  > = z.object({
1152
1152
  path: z.string(),
1153
1153
  key: z.string(),
1154
- displayName: z.string(),
1154
+ displayName: z.string().optional(),
1155
1155
  description: z.string(),
1156
1156
  status: CreateToolRequestBodyToolsRequest5Status$outboundSchema.default(
1157
1157
  "live",
@@ -1472,7 +1472,7 @@ export const RequestBody4$inboundSchema: z.ZodType<
1472
1472
  > = z.object({
1473
1473
  path: z.string(),
1474
1474
  key: z.string(),
1475
- display_name: z.string(),
1475
+ display_name: z.string().optional(),
1476
1476
  description: z.string(),
1477
1477
  status: CreateToolRequestBodyToolsRequestStatus$inboundSchema.default("live"),
1478
1478
  type: CreateToolRequestBodyToolsRequest4Type$inboundSchema,
@@ -1487,7 +1487,7 @@ export const RequestBody4$inboundSchema: z.ZodType<
1487
1487
  export type RequestBody4$Outbound = {
1488
1488
  path: string;
1489
1489
  key: string;
1490
- display_name: string;
1490
+ display_name?: string | undefined;
1491
1491
  description: string;
1492
1492
  status: string;
1493
1493
  type: string;
@@ -1502,7 +1502,7 @@ export const RequestBody4$outboundSchema: z.ZodType<
1502
1502
  > = z.object({
1503
1503
  path: z.string(),
1504
1504
  key: z.string(),
1505
- displayName: z.string(),
1505
+ displayName: z.string().optional(),
1506
1506
  description: z.string(),
1507
1507
  status: CreateToolRequestBodyToolsRequestStatus$outboundSchema.default(
1508
1508
  "live",
@@ -1881,10 +1881,10 @@ export const RequestBody3$inboundSchema: z.ZodType<
1881
1881
  z.ZodTypeDef,
1882
1882
  unknown
1883
1883
  > = z.object({
1884
- _id: z.string().default("01K7KDRXS7TX8ZGPZZHTGJVYQ6"),
1884
+ _id: z.string().default("01K7NZKQ6EP02STNXNERTBKPMS"),
1885
1885
  path: z.string(),
1886
1886
  key: z.string(),
1887
- display_name: z.string(),
1887
+ display_name: z.string().optional(),
1888
1888
  description: z.string(),
1889
1889
  status: CreateToolRequestBodyToolsStatus$inboundSchema.default("live"),
1890
1890
  type: CreateToolRequestBodyToolsRequestType$inboundSchema,
@@ -1901,7 +1901,7 @@ export type RequestBody3$Outbound = {
1901
1901
  _id: string;
1902
1902
  path: string;
1903
1903
  key: string;
1904
- display_name: string;
1904
+ display_name?: string | undefined;
1905
1905
  description: string;
1906
1906
  status: string;
1907
1907
  type: string;
@@ -1914,10 +1914,10 @@ export const RequestBody3$outboundSchema: z.ZodType<
1914
1914
  z.ZodTypeDef,
1915
1915
  RequestBody3
1916
1916
  > = z.object({
1917
- id: z.string().default("01K7KDRXS7TX8ZGPZZHTGJVYQ6"),
1917
+ id: z.string().default("01K7NZKQ6EP02STNXNERTBKPMS"),
1918
1918
  path: z.string(),
1919
1919
  key: z.string(),
1920
- displayName: z.string(),
1920
+ displayName: z.string().optional(),
1921
1921
  description: z.string(),
1922
1922
  status: CreateToolRequestBodyToolsStatus$outboundSchema.default("live"),
1923
1923
  type: CreateToolRequestBodyToolsRequestType$outboundSchema,
@@ -2067,10 +2067,10 @@ export const RequestBody2$inboundSchema: z.ZodType<
2067
2067
  z.ZodTypeDef,
2068
2068
  unknown
2069
2069
  > = z.object({
2070
- _id: z.string().default("01K7KDRXS7T9C1HQ616ESPRBCD"),
2070
+ _id: z.string().default("01K7NZKQ6EJDY8JG9QSRGTYM8R"),
2071
2071
  path: z.string(),
2072
2072
  key: z.string(),
2073
- display_name: z.string(),
2073
+ display_name: z.string().optional(),
2074
2074
  description: z.string(),
2075
2075
  status: CreateToolRequestBodyStatus$inboundSchema.default("live"),
2076
2076
  type: CreateToolRequestBodyToolsType$inboundSchema,
@@ -2088,7 +2088,7 @@ export type RequestBody2$Outbound = {
2088
2088
  _id: string;
2089
2089
  path: string;
2090
2090
  key: string;
2091
- display_name: string;
2091
+ display_name?: string | undefined;
2092
2092
  description: string;
2093
2093
  status: string;
2094
2094
  type: string;
@@ -2101,10 +2101,10 @@ export const RequestBody2$outboundSchema: z.ZodType<
2101
2101
  z.ZodTypeDef,
2102
2102
  RequestBody2
2103
2103
  > = z.object({
2104
- id: z.string().default("01K7KDRXS7T9C1HQ616ESPRBCD"),
2104
+ id: z.string().default("01K7NZKQ6EJDY8JG9QSRGTYM8R"),
2105
2105
  path: z.string(),
2106
2106
  key: z.string(),
2107
- displayName: z.string(),
2107
+ displayName: z.string().optional(),
2108
2108
  description: z.string(),
2109
2109
  status: CreateToolRequestBodyStatus$outboundSchema.default("live"),
2110
2110
  type: CreateToolRequestBodyToolsType$outboundSchema,
@@ -2257,7 +2257,7 @@ export const RequestBody1$inboundSchema: z.ZodType<
2257
2257
  > = z.object({
2258
2258
  path: z.string(),
2259
2259
  key: z.string(),
2260
- display_name: z.string(),
2260
+ display_name: z.string().optional(),
2261
2261
  description: z.string(),
2262
2262
  status: RequestBodyStatus$inboundSchema.default("live"),
2263
2263
  type: CreateToolRequestBodyType$inboundSchema,
@@ -2272,7 +2272,7 @@ export const RequestBody1$inboundSchema: z.ZodType<
2272
2272
  export type RequestBody1$Outbound = {
2273
2273
  path: string;
2274
2274
  key: string;
2275
- display_name: string;
2275
+ display_name?: string | undefined;
2276
2276
  description: string;
2277
2277
  status: string;
2278
2278
  type: string;
@@ -2287,7 +2287,7 @@ export const RequestBody1$outboundSchema: z.ZodType<
2287
2287
  > = z.object({
2288
2288
  path: z.string(),
2289
2289
  key: z.string(),
2290
- displayName: z.string(),
2290
+ displayName: z.string().optional(),
2291
2291
  description: z.string(),
2292
2292
  status: RequestBodyStatus$outboundSchema.default("live"),
2293
2293
  type: CreateToolRequestBodyType$outboundSchema,
@@ -2525,10 +2525,10 @@ export const ResponseBody5$inboundSchema: z.ZodType<
2525
2525
  z.ZodTypeDef,
2526
2526
  unknown
2527
2527
  > = z.object({
2528
- _id: z.string().default("01K7KDRXS63SGAF7Q9K1VTT7WR"),
2528
+ _id: z.string().default("01K7NZKQ6BFNJGDB2KC6WYJ38Z"),
2529
2529
  path: z.string(),
2530
2530
  key: z.string(),
2531
- display_name: z.string(),
2531
+ display_name: z.string().optional(),
2532
2532
  description: z.string(),
2533
2533
  created_by_id: z.string().optional(),
2534
2534
  updated_by_id: z.string().optional(),
@@ -2560,7 +2560,7 @@ export type ResponseBody5$Outbound = {
2560
2560
  _id: string;
2561
2561
  path: string;
2562
2562
  key: string;
2563
- display_name: string;
2563
+ display_name?: string | undefined;
2564
2564
  description: string;
2565
2565
  created_by_id?: string | undefined;
2566
2566
  updated_by_id?: string | undefined;
@@ -2580,10 +2580,10 @@ export const ResponseBody5$outboundSchema: z.ZodType<
2580
2580
  z.ZodTypeDef,
2581
2581
  ResponseBody5
2582
2582
  > = z.object({
2583
- id: z.string().default("01K7KDRXS63SGAF7Q9K1VTT7WR"),
2583
+ id: z.string().default("01K7NZKQ6BFNJGDB2KC6WYJ38Z"),
2584
2584
  path: z.string(),
2585
2585
  key: z.string(),
2586
- displayName: z.string(),
2586
+ displayName: z.string().optional(),
2587
2587
  description: z.string(),
2588
2588
  createdById: z.string().optional(),
2589
2589
  updatedById: z.string().optional(),
@@ -2939,10 +2939,10 @@ export const ResponseBody4$inboundSchema: z.ZodType<
2939
2939
  z.ZodTypeDef,
2940
2940
  unknown
2941
2941
  > = z.object({
2942
- _id: z.string().default("01K7KDRXS6BRH2DD09AH5KFP2Q"),
2942
+ _id: z.string().default("01K7NZKQ6AYW1A2VAH6J8G2KFK"),
2943
2943
  path: z.string(),
2944
2944
  key: z.string(),
2945
- display_name: z.string(),
2945
+ display_name: z.string().optional(),
2946
2946
  description: z.string(),
2947
2947
  created_by_id: z.string().optional(),
2948
2948
  updated_by_id: z.string().optional(),
@@ -2973,7 +2973,7 @@ export type ResponseBody4$Outbound = {
2973
2973
  _id: string;
2974
2974
  path: string;
2975
2975
  key: string;
2976
- display_name: string;
2976
+ display_name?: string | undefined;
2977
2977
  description: string;
2978
2978
  created_by_id?: string | undefined;
2979
2979
  updated_by_id?: string | undefined;
@@ -2993,10 +2993,10 @@ export const ResponseBody4$outboundSchema: z.ZodType<
2993
2993
  z.ZodTypeDef,
2994
2994
  ResponseBody4
2995
2995
  > = z.object({
2996
- id: z.string().default("01K7KDRXS6BRH2DD09AH5KFP2Q"),
2996
+ id: z.string().default("01K7NZKQ6AYW1A2VAH6J8G2KFK"),
2997
2997
  path: z.string(),
2998
2998
  key: z.string(),
2999
- displayName: z.string(),
2999
+ displayName: z.string().optional(),
3000
3000
  description: z.string(),
3001
3001
  createdById: z.string().optional(),
3002
3002
  updatedById: z.string().optional(),
@@ -3391,10 +3391,10 @@ export const ResponseBody3$inboundSchema: z.ZodType<
3391
3391
  z.ZodTypeDef,
3392
3392
  unknown
3393
3393
  > = z.object({
3394
- _id: z.string().default("01K7KDRXS5W4JVD2BBN63WCZGF"),
3394
+ _id: z.string().default("01K7NZKQ66RCAWJNVXSX8G32T8"),
3395
3395
  path: z.string(),
3396
3396
  key: z.string(),
3397
- display_name: z.string(),
3397
+ display_name: z.string().optional(),
3398
3398
  description: z.string(),
3399
3399
  created_by_id: z.string().optional(),
3400
3400
  updated_by_id: z.string().optional(),
@@ -3423,7 +3423,7 @@ export type ResponseBody3$Outbound = {
3423
3423
  _id: string;
3424
3424
  path: string;
3425
3425
  key: string;
3426
- display_name: string;
3426
+ display_name?: string | undefined;
3427
3427
  description: string;
3428
3428
  created_by_id?: string | undefined;
3429
3429
  updated_by_id?: string | undefined;
@@ -3443,10 +3443,10 @@ export const ResponseBody3$outboundSchema: z.ZodType<
3443
3443
  z.ZodTypeDef,
3444
3444
  ResponseBody3
3445
3445
  > = z.object({
3446
- id: z.string().default("01K7KDRXS5W4JVD2BBN63WCZGF"),
3446
+ id: z.string().default("01K7NZKQ66RCAWJNVXSX8G32T8"),
3447
3447
  path: z.string(),
3448
3448
  key: z.string(),
3449
- displayName: z.string(),
3449
+ displayName: z.string().optional(),
3450
3450
  description: z.string(),
3451
3451
  createdById: z.string().optional(),
3452
3452
  updatedById: z.string().optional(),
@@ -3608,10 +3608,10 @@ export const ResponseBody2$inboundSchema: z.ZodType<
3608
3608
  z.ZodTypeDef,
3609
3609
  unknown
3610
3610
  > = z.object({
3611
- _id: z.string().default("01K7KDRXS5B48N229KN2MCP832"),
3611
+ _id: z.string().default("01K7NZKQ666F4PMFXJTKS6R4V0"),
3612
3612
  path: z.string(),
3613
3613
  key: z.string(),
3614
- display_name: z.string(),
3614
+ display_name: z.string().optional(),
3615
3615
  description: z.string(),
3616
3616
  created_by_id: z.string().optional(),
3617
3617
  updated_by_id: z.string().optional(),
@@ -3641,7 +3641,7 @@ export type ResponseBody2$Outbound = {
3641
3641
  _id: string;
3642
3642
  path: string;
3643
3643
  key: string;
3644
- display_name: string;
3644
+ display_name?: string | undefined;
3645
3645
  description: string;
3646
3646
  created_by_id?: string | undefined;
3647
3647
  updated_by_id?: string | undefined;
@@ -3661,10 +3661,10 @@ export const ResponseBody2$outboundSchema: z.ZodType<
3661
3661
  z.ZodTypeDef,
3662
3662
  ResponseBody2
3663
3663
  > = z.object({
3664
- id: z.string().default("01K7KDRXS5B48N229KN2MCP832"),
3664
+ id: z.string().default("01K7NZKQ666F4PMFXJTKS6R4V0"),
3665
3665
  path: z.string(),
3666
3666
  key: z.string(),
3667
- displayName: z.string(),
3667
+ displayName: z.string().optional(),
3668
3668
  description: z.string(),
3669
3669
  createdById: z.string().optional(),
3670
3670
  updatedById: z.string().optional(),
@@ -3829,10 +3829,10 @@ export const ResponseBody1$inboundSchema: z.ZodType<
3829
3829
  z.ZodTypeDef,
3830
3830
  unknown
3831
3831
  > = z.object({
3832
- _id: z.string().default("01K7KDRXS42AHF8VH2HSN89W33"),
3832
+ _id: z.string().default("01K7NZKQ65GBE7TETZ6SKNT786"),
3833
3833
  path: z.string(),
3834
3834
  key: z.string(),
3835
- display_name: z.string(),
3835
+ display_name: z.string().optional(),
3836
3836
  description: z.string(),
3837
3837
  created_by_id: z.string().optional(),
3838
3838
  updated_by_id: z.string().optional(),
@@ -3861,7 +3861,7 @@ export type ResponseBody1$Outbound = {
3861
3861
  _id: string;
3862
3862
  path: string;
3863
3863
  key: string;
3864
- display_name: string;
3864
+ display_name?: string | undefined;
3865
3865
  description: string;
3866
3866
  created_by_id?: string | undefined;
3867
3867
  updated_by_id?: string | undefined;
@@ -3881,10 +3881,10 @@ export const ResponseBody1$outboundSchema: z.ZodType<
3881
3881
  z.ZodTypeDef,
3882
3882
  ResponseBody1
3883
3883
  > = z.object({
3884
- id: z.string().default("01K7KDRXS42AHF8VH2HSN89W33"),
3884
+ id: z.string().default("01K7NZKQ65GBE7TETZ6SKNT786"),
3885
3885
  path: z.string(),
3886
3886
  key: z.string(),
3887
- displayName: z.string(),
3887
+ displayName: z.string().optional(),
3888
3888
  description: z.string(),
3889
3889
  createdById: z.string().optional(),
3890
3890
  updatedById: z.string().optional(),