@orq-ai/node 4.2.0 → 4.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (318) hide show
  1. package/FUNCTIONS.md +17 -7
  2. package/README.md +125 -70
  3. package/examples/contactsCreate.example.ts +42 -0
  4. package/examples/package-lock.json +1 -1
  5. package/funcs/contactsCreate.d.ts +3 -5
  6. package/funcs/contactsCreate.d.ts.map +1 -1
  7. package/funcs/contactsCreate.js +5 -9
  8. package/funcs/contactsCreate.js.map +1 -1
  9. package/jsr.json +1 -1
  10. package/lib/config.d.ts +2 -2
  11. package/lib/config.js +2 -2
  12. package/models/components/conversationresponse.js +1 -1
  13. package/models/components/conversationwithmessagesresponse.js +1 -1
  14. package/models/components/index.d.ts +1 -0
  15. package/models/components/index.d.ts.map +1 -1
  16. package/models/components/index.js +1 -0
  17. package/models/components/index.js.map +1 -1
  18. package/models/components/invokedeploymentrequest.d.ts +6 -0
  19. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  20. package/models/components/invokedeploymentrequest.js +2 -0
  21. package/models/components/invokedeploymentrequest.js.map +1 -1
  22. package/models/components/partdoneevent.js +1 -1
  23. package/models/components/publiccontact.d.ts +3 -1
  24. package/models/components/publiccontact.d.ts.map +1 -1
  25. package/models/components/publiccontact.js.map +1 -1
  26. package/models/components/publicidentity.d.ts +47 -0
  27. package/models/components/publicidentity.d.ts.map +1 -0
  28. package/models/{operations/deletecontact.js → components/publicidentity.js} +17 -6
  29. package/models/components/publicidentity.js.map +1 -0
  30. package/models/components/reasoningpart.js +1 -1
  31. package/models/errors/index.d.ts +0 -3
  32. package/models/errors/index.d.ts.map +1 -1
  33. package/models/errors/index.js +0 -3
  34. package/models/errors/index.js.map +1 -1
  35. package/models/operations/createchatcompletion.d.ts +9 -51
  36. package/models/operations/createchatcompletion.d.ts.map +1 -1
  37. package/models/operations/createchatcompletion.js +5 -24
  38. package/models/operations/createchatcompletion.js.map +1 -1
  39. package/models/operations/createcompletion.d.ts +9 -51
  40. package/models/operations/createcompletion.d.ts.map +1 -1
  41. package/models/operations/createcompletion.js +4 -22
  42. package/models/operations/createcompletion.js.map +1 -1
  43. package/models/operations/createcontact.d.ts +2 -6
  44. package/models/operations/createcontact.d.ts.map +1 -1
  45. package/models/operations/createcontact.js +1 -3
  46. package/models/operations/createcontact.js.map +1 -1
  47. package/models/operations/createconversation.js +1 -1
  48. package/models/operations/createconversationresponse.js +2 -2
  49. package/models/operations/createdataset.js +1 -1
  50. package/models/operations/createdatasetitem.js +4 -4
  51. package/models/operations/createdatasource.js +1 -1
  52. package/models/operations/createembedding.d.ts +9 -51
  53. package/models/operations/createembedding.d.ts.map +1 -1
  54. package/models/operations/createembedding.js +3 -21
  55. package/models/operations/createembedding.js.map +1 -1
  56. package/models/operations/createeval.js +14 -14
  57. package/models/operations/createidentity.js +1 -1
  58. package/models/operations/createimage.d.ts +9 -51
  59. package/models/operations/createimage.d.ts.map +1 -1
  60. package/models/operations/createimage.js +3 -21
  61. package/models/operations/createimage.js.map +1 -1
  62. package/models/operations/createimageedit.d.ts +9 -51
  63. package/models/operations/createimageedit.d.ts.map +1 -1
  64. package/models/operations/createimageedit.js +3 -21
  65. package/models/operations/createimageedit.js.map +1 -1
  66. package/models/operations/createimagevariation.d.ts +9 -51
  67. package/models/operations/createimagevariation.d.ts.map +1 -1
  68. package/models/operations/createimagevariation.js +3 -21
  69. package/models/operations/createimagevariation.js.map +1 -1
  70. package/models/operations/creatererank.d.ts +9 -51
  71. package/models/operations/creatererank.d.ts.map +1 -1
  72. package/models/operations/creatererank.js +3 -21
  73. package/models/operations/creatererank.js.map +1 -1
  74. package/models/operations/createspeech.d.ts +9 -51
  75. package/models/operations/createspeech.d.ts.map +1 -1
  76. package/models/operations/createspeech.js +3 -21
  77. package/models/operations/createspeech.js.map +1 -1
  78. package/models/operations/createtool.js +6 -6
  79. package/models/operations/createtranscription.d.ts +9 -51
  80. package/models/operations/createtranscription.d.ts.map +1 -1
  81. package/models/operations/createtranscription.js +3 -21
  82. package/models/operations/createtranscription.js.map +1 -1
  83. package/models/operations/createtranslation.d.ts +9 -51
  84. package/models/operations/createtranslation.d.ts.map +1 -1
  85. package/models/operations/createtranslation.js +3 -21
  86. package/models/operations/createtranslation.js.map +1 -1
  87. package/models/operations/deploymentgetconfig.d.ts +5 -0
  88. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  89. package/models/operations/deploymentgetconfig.js +1 -0
  90. package/models/operations/deploymentgetconfig.js.map +1 -1
  91. package/models/operations/deploymentstream.d.ts +5 -0
  92. package/models/operations/deploymentstream.d.ts.map +1 -1
  93. package/models/operations/deploymentstream.js +1 -0
  94. package/models/operations/deploymentstream.js.map +1 -1
  95. package/models/operations/fileget.js +1 -1
  96. package/models/operations/filelist.js +1 -1
  97. package/models/operations/fileupload.js +1 -1
  98. package/models/operations/generateconversationname.js +1 -1
  99. package/models/operations/getalltools.js +6 -6
  100. package/models/operations/getevals.d.ts +7 -7
  101. package/models/operations/getevals.d.ts.map +1 -1
  102. package/models/operations/getevals.js +25 -23
  103. package/models/operations/getevals.js.map +1 -1
  104. package/models/operations/index.d.ts +0 -4
  105. package/models/operations/index.d.ts.map +1 -1
  106. package/models/operations/index.js +0 -4
  107. package/models/operations/index.js.map +1 -1
  108. package/models/operations/listdatasetdatapoints.js +4 -4
  109. package/models/operations/listdatasets.js +1 -1
  110. package/models/operations/listdatasources.js +1 -1
  111. package/models/operations/listidentities.js +1 -1
  112. package/models/operations/retrievedatapoint.js +4 -4
  113. package/models/operations/retrievedataset.js +1 -1
  114. package/models/operations/retrievedatasource.js +1 -1
  115. package/models/operations/retrieveidentity.js +1 -1
  116. package/models/operations/retrievetool.js +6 -6
  117. package/models/operations/runagent.js +1 -1
  118. package/models/operations/streamrunagent.js +1 -1
  119. package/models/operations/updateconversation.js +1 -1
  120. package/models/operations/updatedatapoint.js +4 -4
  121. package/models/operations/updatedataset.js +1 -1
  122. package/models/operations/updatedatasource.js +1 -1
  123. package/models/operations/updateeval.js +14 -14
  124. package/models/operations/updateidentity.js +1 -1
  125. package/models/operations/updatetool.js +7 -7
  126. package/package.json +1 -1
  127. package/packages/orq-rc/examples/contactsCreate.example.ts +42 -0
  128. package/packages/orq-rc/examples/package-lock.json +1 -1
  129. package/packages/orq-rc/jsr.json +1 -1
  130. package/packages/orq-rc/package-lock.json +2 -2
  131. package/packages/orq-rc/package.json +1 -1
  132. package/packages/orq-rc/src/funcs/contactsCreate.ts +7 -14
  133. package/packages/orq-rc/src/lib/config.ts +2 -2
  134. package/packages/orq-rc/src/models/components/conversationresponse.ts +1 -1
  135. package/packages/orq-rc/src/models/components/conversationwithmessagesresponse.ts +1 -1
  136. package/packages/orq-rc/src/models/components/index.ts +1 -0
  137. package/packages/orq-rc/src/models/components/invokedeploymentrequest.ts +11 -0
  138. package/packages/orq-rc/src/models/components/partdoneevent.ts +1 -1
  139. package/packages/orq-rc/src/models/components/publiccontact.ts +3 -1
  140. package/packages/orq-rc/src/models/components/publicidentity.ts +69 -0
  141. package/packages/orq-rc/src/models/components/reasoningpart.ts +1 -1
  142. package/packages/orq-rc/src/models/errors/index.ts +0 -3
  143. package/packages/orq-rc/src/models/operations/createchatcompletion.ts +11 -78
  144. package/packages/orq-rc/src/models/operations/createcompletion.ts +11 -75
  145. package/packages/orq-rc/src/models/operations/createcontact.ts +3 -9
  146. package/packages/orq-rc/src/models/operations/createconversation.ts +1 -1
  147. package/packages/orq-rc/src/models/operations/createconversationresponse.ts +2 -2
  148. package/packages/orq-rc/src/models/operations/createdataset.ts +1 -1
  149. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +4 -4
  150. package/packages/orq-rc/src/models/operations/createdatasource.ts +1 -1
  151. package/packages/orq-rc/src/models/operations/createembedding.ts +11 -75
  152. package/packages/orq-rc/src/models/operations/createeval.ts +14 -14
  153. package/packages/orq-rc/src/models/operations/createidentity.ts +1 -1
  154. package/packages/orq-rc/src/models/operations/createimage.ts +11 -75
  155. package/packages/orq-rc/src/models/operations/createimageedit.ts +11 -75
  156. package/packages/orq-rc/src/models/operations/createimagevariation.ts +11 -77
  157. package/packages/orq-rc/src/models/operations/creatererank.ts +11 -75
  158. package/packages/orq-rc/src/models/operations/createspeech.ts +11 -75
  159. package/packages/orq-rc/src/models/operations/createtool.ts +6 -6
  160. package/packages/orq-rc/src/models/operations/createtranscription.ts +11 -75
  161. package/packages/orq-rc/src/models/operations/createtranslation.ts +11 -75
  162. package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +6 -0
  163. package/packages/orq-rc/src/models/operations/deploymentstream.ts +6 -0
  164. package/packages/orq-rc/src/models/operations/fileget.ts +1 -1
  165. package/packages/orq-rc/src/models/operations/filelist.ts +1 -1
  166. package/packages/orq-rc/src/models/operations/fileupload.ts +1 -1
  167. package/packages/orq-rc/src/models/operations/generateconversationname.ts +1 -1
  168. package/packages/orq-rc/src/models/operations/getalltools.ts +6 -6
  169. package/packages/orq-rc/src/models/operations/getevals.ts +35 -39
  170. package/packages/orq-rc/src/models/operations/index.ts +0 -4
  171. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +4 -4
  172. package/packages/orq-rc/src/models/operations/listdatasets.ts +1 -1
  173. package/packages/orq-rc/src/models/operations/listdatasources.ts +1 -1
  174. package/packages/orq-rc/src/models/operations/listidentities.ts +1 -1
  175. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +4 -4
  176. package/packages/orq-rc/src/models/operations/retrievedataset.ts +1 -1
  177. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +1 -1
  178. package/packages/orq-rc/src/models/operations/retrieveidentity.ts +1 -1
  179. package/packages/orq-rc/src/models/operations/retrievetool.ts +6 -6
  180. package/packages/orq-rc/src/models/operations/runagent.ts +1 -1
  181. package/packages/orq-rc/src/models/operations/streamrunagent.ts +1 -1
  182. package/packages/orq-rc/src/models/operations/updateconversation.ts +1 -1
  183. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +4 -4
  184. package/packages/orq-rc/src/models/operations/updatedataset.ts +1 -1
  185. package/packages/orq-rc/src/models/operations/updatedatasource.ts +1 -1
  186. package/packages/orq-rc/src/models/operations/updateeval.ts +14 -14
  187. package/packages/orq-rc/src/models/operations/updateidentity.ts +1 -1
  188. package/packages/orq-rc/src/models/operations/updatetool.ts +7 -7
  189. package/packages/orq-rc/src/sdk/contacts.ts +3 -85
  190. package/sdk/contacts.d.ts +3 -41
  191. package/sdk/contacts.d.ts.map +1 -1
  192. package/sdk/contacts.js +2 -52
  193. package/sdk/contacts.js.map +1 -1
  194. package/src/funcs/contactsCreate.ts +7 -14
  195. package/src/lib/config.ts +2 -2
  196. package/src/models/components/conversationresponse.ts +1 -1
  197. package/src/models/components/conversationwithmessagesresponse.ts +1 -1
  198. package/src/models/components/index.ts +1 -0
  199. package/src/models/components/invokedeploymentrequest.ts +11 -0
  200. package/src/models/components/partdoneevent.ts +1 -1
  201. package/src/models/components/publiccontact.ts +3 -1
  202. package/src/models/components/publicidentity.ts +69 -0
  203. package/src/models/components/reasoningpart.ts +1 -1
  204. package/src/models/errors/index.ts +0 -3
  205. package/src/models/operations/createchatcompletion.ts +11 -78
  206. package/src/models/operations/createcompletion.ts +11 -75
  207. package/src/models/operations/createcontact.ts +3 -9
  208. package/src/models/operations/createconversation.ts +1 -1
  209. package/src/models/operations/createconversationresponse.ts +2 -2
  210. package/src/models/operations/createdataset.ts +1 -1
  211. package/src/models/operations/createdatasetitem.ts +4 -4
  212. package/src/models/operations/createdatasource.ts +1 -1
  213. package/src/models/operations/createembedding.ts +11 -75
  214. package/src/models/operations/createeval.ts +14 -14
  215. package/src/models/operations/createidentity.ts +1 -1
  216. package/src/models/operations/createimage.ts +11 -75
  217. package/src/models/operations/createimageedit.ts +11 -75
  218. package/src/models/operations/createimagevariation.ts +11 -77
  219. package/src/models/operations/creatererank.ts +11 -75
  220. package/src/models/operations/createspeech.ts +11 -75
  221. package/src/models/operations/createtool.ts +6 -6
  222. package/src/models/operations/createtranscription.ts +11 -75
  223. package/src/models/operations/createtranslation.ts +11 -75
  224. package/src/models/operations/deploymentgetconfig.ts +6 -0
  225. package/src/models/operations/deploymentstream.ts +6 -0
  226. package/src/models/operations/fileget.ts +1 -1
  227. package/src/models/operations/filelist.ts +1 -1
  228. package/src/models/operations/fileupload.ts +1 -1
  229. package/src/models/operations/generateconversationname.ts +1 -1
  230. package/src/models/operations/getalltools.ts +6 -6
  231. package/src/models/operations/getevals.ts +35 -39
  232. package/src/models/operations/index.ts +0 -4
  233. package/src/models/operations/listdatasetdatapoints.ts +4 -4
  234. package/src/models/operations/listdatasets.ts +1 -1
  235. package/src/models/operations/listdatasources.ts +1 -1
  236. package/src/models/operations/listidentities.ts +1 -1
  237. package/src/models/operations/retrievedatapoint.ts +4 -4
  238. package/src/models/operations/retrievedataset.ts +1 -1
  239. package/src/models/operations/retrievedatasource.ts +1 -1
  240. package/src/models/operations/retrieveidentity.ts +1 -1
  241. package/src/models/operations/retrievetool.ts +6 -6
  242. package/src/models/operations/runagent.ts +1 -1
  243. package/src/models/operations/streamrunagent.ts +1 -1
  244. package/src/models/operations/updateconversation.ts +1 -1
  245. package/src/models/operations/updatedatapoint.ts +4 -4
  246. package/src/models/operations/updatedataset.ts +1 -1
  247. package/src/models/operations/updatedatasource.ts +1 -1
  248. package/src/models/operations/updateeval.ts +14 -14
  249. package/src/models/operations/updateidentity.ts +1 -1
  250. package/src/models/operations/updatetool.ts +7 -7
  251. package/src/sdk/contacts.ts +3 -85
  252. package/examples/feedbackCreate.example.ts +0 -32
  253. package/funcs/contactsDelete.d.ts +0 -20
  254. package/funcs/contactsDelete.d.ts.map +0 -1
  255. package/funcs/contactsDelete.js +0 -126
  256. package/funcs/contactsDelete.js.map +0 -1
  257. package/funcs/contactsList.d.ts +0 -19
  258. package/funcs/contactsList.d.ts.map +0 -1
  259. package/funcs/contactsList.js +0 -124
  260. package/funcs/contactsList.js.map +0 -1
  261. package/funcs/contactsRetrieve.d.ts +0 -20
  262. package/funcs/contactsRetrieve.d.ts.map +0 -1
  263. package/funcs/contactsRetrieve.js +0 -125
  264. package/funcs/contactsRetrieve.js.map +0 -1
  265. package/funcs/contactsUpdate.d.ts +0 -20
  266. package/funcs/contactsUpdate.d.ts.map +0 -1
  267. package/funcs/contactsUpdate.js +0 -126
  268. package/funcs/contactsUpdate.js.map +0 -1
  269. package/models/errors/deletecontact.d.ts +0 -30
  270. package/models/errors/deletecontact.d.ts.map +0 -1
  271. package/models/errors/deletecontact.js +0 -71
  272. package/models/errors/deletecontact.js.map +0 -1
  273. package/models/errors/retrievecontact.d.ts +0 -30
  274. package/models/errors/retrievecontact.d.ts.map +0 -1
  275. package/models/errors/retrievecontact.js +0 -71
  276. package/models/errors/retrievecontact.js.map +0 -1
  277. package/models/errors/updatecontact.d.ts +0 -26
  278. package/models/errors/updatecontact.d.ts.map +0 -1
  279. package/models/errors/updatecontact.js +0 -68
  280. package/models/errors/updatecontact.js.map +0 -1
  281. package/models/operations/deletecontact.d.ts +0 -15
  282. package/models/operations/deletecontact.d.ts.map +0 -1
  283. package/models/operations/deletecontact.js.map +0 -1
  284. package/models/operations/listcontacts.d.ts +0 -138
  285. package/models/operations/listcontacts.d.ts.map +0 -1
  286. package/models/operations/listcontacts.js +0 -136
  287. package/models/operations/listcontacts.js.map +0 -1
  288. package/models/operations/retrievecontact.d.ts +0 -63
  289. package/models/operations/retrievecontact.d.ts.map +0 -1
  290. package/models/operations/retrievecontact.js +0 -75
  291. package/models/operations/retrievecontact.js.map +0 -1
  292. package/models/operations/updatecontact.d.ts +0 -108
  293. package/models/operations/updatecontact.d.ts.map +0 -1
  294. package/models/operations/updatecontact.js +0 -97
  295. package/models/operations/updatecontact.js.map +0 -1
  296. package/packages/orq-rc/examples/feedbackCreate.example.ts +0 -32
  297. package/packages/orq-rc/src/funcs/contactsDelete.ts +0 -178
  298. package/packages/orq-rc/src/funcs/contactsList.ts +0 -172
  299. package/packages/orq-rc/src/funcs/contactsRetrieve.ts +0 -177
  300. package/packages/orq-rc/src/funcs/contactsUpdate.ts +0 -178
  301. package/packages/orq-rc/src/models/errors/deletecontact.ts +0 -62
  302. package/packages/orq-rc/src/models/errors/retrievecontact.ts +0 -62
  303. package/packages/orq-rc/src/models/errors/updatecontact.ts +0 -54
  304. package/packages/orq-rc/src/models/operations/deletecontact.ts +0 -34
  305. package/packages/orq-rc/src/models/operations/listcontacts.ts +0 -274
  306. package/packages/orq-rc/src/models/operations/retrievecontact.ts +0 -117
  307. package/packages/orq-rc/src/models/operations/updatecontact.ts +0 -188
  308. package/src/funcs/contactsDelete.ts +0 -178
  309. package/src/funcs/contactsList.ts +0 -172
  310. package/src/funcs/contactsRetrieve.ts +0 -177
  311. package/src/funcs/contactsUpdate.ts +0 -178
  312. package/src/models/errors/deletecontact.ts +0 -62
  313. package/src/models/errors/retrievecontact.ts +0 -62
  314. package/src/models/errors/updatecontact.ts +0 -54
  315. package/src/models/operations/deletecontact.ts +0 -34
  316. package/src/models/operations/listcontacts.ts +0 -274
  317. package/src/models/operations/retrievecontact.ts +0 -117
  318. package/src/models/operations/updatecontact.ts +0 -188
@@ -47,38 +47,6 @@ export type CreateRerankRetry = {
47
47
  onCodes?: Array<number> | undefined;
48
48
  };
49
49
 
50
- /**
51
- * @deprecated Use identity instead. Information about the contact making the request.
52
- *
53
- * @deprecated class: This will be removed in a future release, please migrate away from it as soon as possible.
54
- */
55
- export type CreateRerankContact = {
56
- /**
57
- * Unique identifier for the contact
58
- */
59
- id: string;
60
- /**
61
- * Display name of the contact
62
- */
63
- displayName?: string | undefined;
64
- /**
65
- * Email address of the contact
66
- */
67
- email?: string | undefined;
68
- /**
69
- * A hash of key/value pairs containing any other data about the contact
70
- */
71
- metadata?: Array<{ [k: string]: any }> | undefined;
72
- /**
73
- * URL to the contact's avatar or logo
74
- */
75
- logoUrl?: string | undefined;
76
- /**
77
- * A list of tags associated with the contact
78
- */
79
- tags?: Array<string> | undefined;
80
- };
81
-
82
50
  export const CreateRerankLoadBalancerType = {
83
51
  WeightBased: "weight_based",
84
52
  } as const;
@@ -137,8 +105,13 @@ export type CreateRerankOrq = {
137
105
  /**
138
106
  * Information about the identity making the request. If the identity does not exist, it will be created automatically.
139
107
  */
140
- identity?: components.PublicContact | undefined;
141
- contact?: CreateRerankContact | undefined;
108
+ identity?: components.PublicIdentity | undefined;
109
+ /**
110
+ * @deprecated Use identity instead. Information about the contact making the request.
111
+ *
112
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
113
+ */
114
+ contact?: components.PublicContact | undefined;
142
115
  /**
143
116
  * Array of models with weights for load balancing requests
144
117
  */
@@ -325,43 +298,6 @@ export function createRerankRetryToJSON(
325
298
  );
326
299
  }
327
300
 
328
- /** @internal */
329
- export type CreateRerankContact$Outbound = {
330
- id: string;
331
- display_name?: string | undefined;
332
- email?: string | undefined;
333
- metadata?: Array<{ [k: string]: any }> | undefined;
334
- logo_url?: string | undefined;
335
- tags?: Array<string> | undefined;
336
- };
337
-
338
- /** @internal */
339
- export const CreateRerankContact$outboundSchema: z.ZodType<
340
- CreateRerankContact$Outbound,
341
- z.ZodTypeDef,
342
- CreateRerankContact
343
- > = z.object({
344
- id: z.string(),
345
- displayName: z.string().optional(),
346
- email: z.string().optional(),
347
- metadata: z.array(z.record(z.any())).optional(),
348
- logoUrl: z.string().optional(),
349
- tags: z.array(z.string()).optional(),
350
- }).transform((v) => {
351
- return remap$(v, {
352
- displayName: "display_name",
353
- logoUrl: "logo_url",
354
- });
355
- });
356
-
357
- export function createRerankContactToJSON(
358
- createRerankContact: CreateRerankContact,
359
- ): string {
360
- return JSON.stringify(
361
- CreateRerankContact$outboundSchema.parse(createRerankContact),
362
- );
363
- }
364
-
365
301
  /** @internal */
366
302
  export const CreateRerankLoadBalancerType$outboundSchema: z.ZodNativeEnum<
367
303
  typeof CreateRerankLoadBalancerType
@@ -468,8 +404,8 @@ export type CreateRerankOrq$Outbound = {
468
404
  fallbacks?: Array<CreateRerankFallbacks$Outbound> | undefined;
469
405
  cache?: CreateRerankCache$Outbound | undefined;
470
406
  retry?: CreateRerankRetry$Outbound | undefined;
471
- identity?: components.PublicContact$Outbound | undefined;
472
- contact?: CreateRerankContact$Outbound | undefined;
407
+ identity?: components.PublicIdentity$Outbound | undefined;
408
+ contact?: components.PublicContact$Outbound | undefined;
473
409
  load_balancer?: CreateRerankLoadBalancer1$Outbound | undefined;
474
410
  timeout?: CreateRerankTimeout$Outbound | undefined;
475
411
  };
@@ -485,8 +421,8 @@ export const CreateRerankOrq$outboundSchema: z.ZodType<
485
421
  .optional(),
486
422
  cache: z.lazy(() => CreateRerankCache$outboundSchema).optional(),
487
423
  retry: z.lazy(() => CreateRerankRetry$outboundSchema).optional(),
488
- identity: components.PublicContact$outboundSchema.optional(),
489
- contact: z.lazy(() => CreateRerankContact$outboundSchema).optional(),
424
+ identity: components.PublicIdentity$outboundSchema.optional(),
425
+ contact: components.PublicContact$outboundSchema.optional(),
490
426
  loadBalancer: z.lazy(() => CreateRerankLoadBalancer1$outboundSchema)
491
427
  .optional(),
492
428
  timeout: z.lazy(() => CreateRerankTimeout$outboundSchema).optional(),
@@ -46,38 +46,6 @@ export type CreateSpeechFallbacks = {
46
46
  model: string;
47
47
  };
48
48
 
49
- /**
50
- * @deprecated Use identity instead. Information about the contact making the request.
51
- *
52
- * @deprecated class: This will be removed in a future release, please migrate away from it as soon as possible.
53
- */
54
- export type CreateSpeechContact = {
55
- /**
56
- * Unique identifier for the contact
57
- */
58
- id: string;
59
- /**
60
- * Display name of the contact
61
- */
62
- displayName?: string | undefined;
63
- /**
64
- * Email address of the contact
65
- */
66
- email?: string | undefined;
67
- /**
68
- * A hash of key/value pairs containing any other data about the contact
69
- */
70
- metadata?: Array<{ [k: string]: any }> | undefined;
71
- /**
72
- * URL to the contact's avatar or logo
73
- */
74
- logoUrl?: string | undefined;
75
- /**
76
- * A list of tags associated with the contact
77
- */
78
- tags?: Array<string> | undefined;
79
- };
80
-
81
49
  /**
82
50
  * Thread information to group related requests
83
51
  */
@@ -146,8 +114,13 @@ export type CreateSpeechOrq = {
146
114
  /**
147
115
  * Information about the identity making the request. If the identity does not exist, it will be created automatically.
148
116
  */
149
- identity?: components.PublicContact | undefined;
150
- contact?: CreateSpeechContact | undefined;
117
+ identity?: components.PublicIdentity | undefined;
118
+ /**
119
+ * @deprecated Use identity instead. Information about the contact making the request.
120
+ *
121
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
122
+ */
123
+ contact?: components.PublicContact | undefined;
151
124
  /**
152
125
  * Thread information to group related requests
153
126
  */
@@ -254,43 +227,6 @@ export function createSpeechFallbacksToJSON(
254
227
  );
255
228
  }
256
229
 
257
- /** @internal */
258
- export type CreateSpeechContact$Outbound = {
259
- id: string;
260
- display_name?: string | undefined;
261
- email?: string | undefined;
262
- metadata?: Array<{ [k: string]: any }> | undefined;
263
- logo_url?: string | undefined;
264
- tags?: Array<string> | undefined;
265
- };
266
-
267
- /** @internal */
268
- export const CreateSpeechContact$outboundSchema: z.ZodType<
269
- CreateSpeechContact$Outbound,
270
- z.ZodTypeDef,
271
- CreateSpeechContact
272
- > = z.object({
273
- id: z.string(),
274
- displayName: z.string().optional(),
275
- email: z.string().optional(),
276
- metadata: z.array(z.record(z.any())).optional(),
277
- logoUrl: z.string().optional(),
278
- tags: z.array(z.string()).optional(),
279
- }).transform((v) => {
280
- return remap$(v, {
281
- displayName: "display_name",
282
- logoUrl: "logo_url",
283
- });
284
- });
285
-
286
- export function createSpeechContactToJSON(
287
- createSpeechContact: CreateSpeechContact,
288
- ): string {
289
- return JSON.stringify(
290
- CreateSpeechContact$outboundSchema.parse(createSpeechContact),
291
- );
292
- }
293
-
294
230
  /** @internal */
295
231
  export type CreateSpeechThread$Outbound = {
296
232
  id: string;
@@ -420,8 +356,8 @@ export type CreateSpeechOrq$Outbound = {
420
356
  retry?: CreateSpeechRetry$Outbound | undefined;
421
357
  fallbacks?: Array<CreateSpeechFallbacks$Outbound> | undefined;
422
358
  name?: string | undefined;
423
- identity?: components.PublicContact$Outbound | undefined;
424
- contact?: CreateSpeechContact$Outbound | undefined;
359
+ identity?: components.PublicIdentity$Outbound | undefined;
360
+ contact?: components.PublicContact$Outbound | undefined;
425
361
  thread?: CreateSpeechThread$Outbound | undefined;
426
362
  load_balancer?: CreateSpeechLoadBalancer1$Outbound | undefined;
427
363
  timeout?: CreateSpeechTimeout$Outbound | undefined;
@@ -437,8 +373,8 @@ export const CreateSpeechOrq$outboundSchema: z.ZodType<
437
373
  fallbacks: z.array(z.lazy(() => CreateSpeechFallbacks$outboundSchema))
438
374
  .optional(),
439
375
  name: z.string().optional(),
440
- identity: components.PublicContact$outboundSchema.optional(),
441
- contact: z.lazy(() => CreateSpeechContact$outboundSchema).optional(),
376
+ identity: components.PublicIdentity$outboundSchema.optional(),
377
+ contact: components.PublicContact$outboundSchema.optional(),
442
378
  thread: z.lazy(() => CreateSpeechThread$outboundSchema).optional(),
443
379
  loadBalancer: z.lazy(() => CreateSpeechLoadBalancer1$outboundSchema)
444
380
  .optional(),
@@ -1899,7 +1899,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
1899
1899
  z.ZodTypeDef,
1900
1900
  unknown
1901
1901
  > = z.object({
1902
- _id: z.string().default("tool_01KFN8ZQB3WH7KRESJ60Q1KTQC"),
1902
+ _id: z.string().default("tool_01KFTGWY13QZZ6QBP3HH7R1DQ1"),
1903
1903
  path: z.string(),
1904
1904
  key: z.string(),
1905
1905
  display_name: z.string().optional(),
@@ -1998,7 +1998,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
1998
1998
  z.ZodTypeDef,
1999
1999
  unknown
2000
2000
  > = z.object({
2001
- id: z.string().default("01KFN8ZQB2J64ZZMAG1X3T91ST"),
2001
+ id: z.string().default("01KFTGWY12H1W9J34JWHZMG8GS"),
2002
2002
  name: z.string(),
2003
2003
  description: z.string().optional(),
2004
2004
  schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
@@ -2052,7 +2052,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
2052
2052
  z.ZodTypeDef,
2053
2053
  unknown
2054
2054
  > = z.object({
2055
- _id: z.string().default("tool_01KFN8ZQB1JBH6C9VV71CH6T5H"),
2055
+ _id: z.string().default("tool_01KFTGWY0Z1JK6TFNZQAQ19Y8Q"),
2056
2056
  path: z.string(),
2057
2057
  key: z.string(),
2058
2058
  display_name: z.string().optional(),
@@ -2240,7 +2240,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
2240
2240
  z.ZodTypeDef,
2241
2241
  unknown
2242
2242
  > = z.object({
2243
- _id: z.string().default("tool_01KFN8ZQAZB3F8YRG0AJ5EQK3V"),
2243
+ _id: z.string().default("tool_01KFTGWY0HB1AKMFMR14RJRWZ0"),
2244
2244
  path: z.string(),
2245
2245
  key: z.string(),
2246
2246
  display_name: z.string().optional(),
@@ -2335,7 +2335,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
2335
2335
  z.ZodTypeDef,
2336
2336
  unknown
2337
2337
  > = z.object({
2338
- _id: z.string().default("tool_01KFN8ZQAYCNTK1P65WRWWG5TA"),
2338
+ _id: z.string().default("tool_01KFTGWY0CWCFAGDDQ2J3G02K4"),
2339
2339
  path: z.string(),
2340
2340
  key: z.string(),
2341
2341
  display_name: z.string().optional(),
@@ -2438,7 +2438,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
2438
2438
  z.ZodTypeDef,
2439
2439
  unknown
2440
2440
  > = z.object({
2441
- _id: z.string().default("tool_01KFN8ZQAXFKZRNCQ8014506EX"),
2441
+ _id: z.string().default("tool_01KFTGWY0AE2SS9SSZCHAY346R"),
2442
2442
  path: z.string(),
2443
2443
  key: z.string(),
2444
2444
  display_name: z.string().optional(),
@@ -68,38 +68,6 @@ export type CreateTranscriptionRetry = {
68
68
  onCodes?: Array<number> | undefined;
69
69
  };
70
70
 
71
- /**
72
- * @deprecated Use identity instead. Information about the contact making the request.
73
- *
74
- * @deprecated class: This will be removed in a future release, please migrate away from it as soon as possible.
75
- */
76
- export type CreateTranscriptionContact = {
77
- /**
78
- * Unique identifier for the contact
79
- */
80
- id: string;
81
- /**
82
- * Display name of the contact
83
- */
84
- displayName?: string | undefined;
85
- /**
86
- * Email address of the contact
87
- */
88
- email?: string | undefined;
89
- /**
90
- * A hash of key/value pairs containing any other data about the contact
91
- */
92
- metadata?: Array<{ [k: string]: any }> | undefined;
93
- /**
94
- * URL to the contact's avatar or logo
95
- */
96
- logoUrl?: string | undefined;
97
- /**
98
- * A list of tags associated with the contact
99
- */
100
- tags?: Array<string> | undefined;
101
- };
102
-
103
71
  export const CreateTranscriptionLoadBalancerType = {
104
72
  WeightBased: "weight_based",
105
73
  } as const;
@@ -154,8 +122,13 @@ export type CreateTranscriptionOrq = {
154
122
  /**
155
123
  * Information about the identity making the request. If the identity does not exist, it will be created automatically.
156
124
  */
157
- identity?: components.PublicContact | undefined;
158
- contact?: CreateTranscriptionContact | undefined;
125
+ identity?: components.PublicIdentity | undefined;
126
+ /**
127
+ * @deprecated Use identity instead. Information about the contact making the request.
128
+ *
129
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
130
+ */
131
+ contact?: components.PublicContact | undefined;
159
132
  /**
160
133
  * Array of models with weights for load balancing requests
161
134
  */
@@ -333,43 +306,6 @@ export function createTranscriptionRetryToJSON(
333
306
  );
334
307
  }
335
308
 
336
- /** @internal */
337
- export type CreateTranscriptionContact$Outbound = {
338
- id: string;
339
- display_name?: string | undefined;
340
- email?: string | undefined;
341
- metadata?: Array<{ [k: string]: any }> | undefined;
342
- logo_url?: string | undefined;
343
- tags?: Array<string> | undefined;
344
- };
345
-
346
- /** @internal */
347
- export const CreateTranscriptionContact$outboundSchema: z.ZodType<
348
- CreateTranscriptionContact$Outbound,
349
- z.ZodTypeDef,
350
- CreateTranscriptionContact
351
- > = z.object({
352
- id: z.string(),
353
- displayName: z.string().optional(),
354
- email: z.string().optional(),
355
- metadata: z.array(z.record(z.any())).optional(),
356
- logoUrl: z.string().optional(),
357
- tags: z.array(z.string()).optional(),
358
- }).transform((v) => {
359
- return remap$(v, {
360
- displayName: "display_name",
361
- logoUrl: "logo_url",
362
- });
363
- });
364
-
365
- export function createTranscriptionContactToJSON(
366
- createTranscriptionContact: CreateTranscriptionContact,
367
- ): string {
368
- return JSON.stringify(
369
- CreateTranscriptionContact$outboundSchema.parse(createTranscriptionContact),
370
- );
371
- }
372
-
373
309
  /** @internal */
374
310
  export const CreateTranscriptionLoadBalancerType$outboundSchema:
375
311
  z.ZodNativeEnum<typeof CreateTranscriptionLoadBalancerType> = z.nativeEnum(
@@ -482,8 +418,8 @@ export type CreateTranscriptionOrq$Outbound = {
482
418
  name?: string | undefined;
483
419
  fallbacks?: Array<CreateTranscriptionFallbacks$Outbound> | undefined;
484
420
  retry?: CreateTranscriptionRetry$Outbound | undefined;
485
- identity?: components.PublicContact$Outbound | undefined;
486
- contact?: CreateTranscriptionContact$Outbound | undefined;
421
+ identity?: components.PublicIdentity$Outbound | undefined;
422
+ contact?: components.PublicContact$Outbound | undefined;
487
423
  load_balancer?: CreateTranscriptionLoadBalancer1$Outbound | undefined;
488
424
  timeout?: CreateTranscriptionTimeout$Outbound | undefined;
489
425
  };
@@ -498,8 +434,8 @@ export const CreateTranscriptionOrq$outboundSchema: z.ZodType<
498
434
  fallbacks: z.array(z.lazy(() => CreateTranscriptionFallbacks$outboundSchema))
499
435
  .optional(),
500
436
  retry: z.lazy(() => CreateTranscriptionRetry$outboundSchema).optional(),
501
- identity: components.PublicContact$outboundSchema.optional(),
502
- contact: z.lazy(() => CreateTranscriptionContact$outboundSchema).optional(),
437
+ identity: components.PublicIdentity$outboundSchema.optional(),
438
+ contact: components.PublicContact$outboundSchema.optional(),
503
439
  loadBalancer: z.lazy(() => CreateTranscriptionLoadBalancer1$outboundSchema)
504
440
  .optional(),
505
441
  timeout: z.lazy(() => CreateTranscriptionTimeout$outboundSchema).optional(),
@@ -64,38 +64,6 @@ export type CreateTranslationRetry = {
64
64
  onCodes?: Array<number> | undefined;
65
65
  };
66
66
 
67
- /**
68
- * @deprecated Use identity instead. Information about the contact making the request.
69
- *
70
- * @deprecated class: This will be removed in a future release, please migrate away from it as soon as possible.
71
- */
72
- export type CreateTranslationContact = {
73
- /**
74
- * Unique identifier for the contact
75
- */
76
- id: string;
77
- /**
78
- * Display name of the contact
79
- */
80
- displayName?: string | undefined;
81
- /**
82
- * Email address of the contact
83
- */
84
- email?: string | undefined;
85
- /**
86
- * A hash of key/value pairs containing any other data about the contact
87
- */
88
- metadata?: Array<{ [k: string]: any }> | undefined;
89
- /**
90
- * URL to the contact's avatar or logo
91
- */
92
- logoUrl?: string | undefined;
93
- /**
94
- * A list of tags associated with the contact
95
- */
96
- tags?: Array<string> | undefined;
97
- };
98
-
99
67
  export const CreateTranslationLoadBalancerType = {
100
68
  WeightBased: "weight_based",
101
69
  } as const;
@@ -150,8 +118,13 @@ export type CreateTranslationOrq = {
150
118
  /**
151
119
  * Information about the identity making the request. If the identity does not exist, it will be created automatically.
152
120
  */
153
- identity?: components.PublicContact | undefined;
154
- contact?: CreateTranslationContact | undefined;
121
+ identity?: components.PublicIdentity | undefined;
122
+ /**
123
+ * @deprecated Use identity instead. Information about the contact making the request.
124
+ *
125
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
126
+ */
127
+ contact?: components.PublicContact | undefined;
155
128
  /**
156
129
  * Array of models with weights for load balancing requests
157
130
  */
@@ -315,43 +288,6 @@ export function createTranslationRetryToJSON(
315
288
  );
316
289
  }
317
290
 
318
- /** @internal */
319
- export type CreateTranslationContact$Outbound = {
320
- id: string;
321
- display_name?: string | undefined;
322
- email?: string | undefined;
323
- metadata?: Array<{ [k: string]: any }> | undefined;
324
- logo_url?: string | undefined;
325
- tags?: Array<string> | undefined;
326
- };
327
-
328
- /** @internal */
329
- export const CreateTranslationContact$outboundSchema: z.ZodType<
330
- CreateTranslationContact$Outbound,
331
- z.ZodTypeDef,
332
- CreateTranslationContact
333
- > = z.object({
334
- id: z.string(),
335
- displayName: z.string().optional(),
336
- email: z.string().optional(),
337
- metadata: z.array(z.record(z.any())).optional(),
338
- logoUrl: z.string().optional(),
339
- tags: z.array(z.string()).optional(),
340
- }).transform((v) => {
341
- return remap$(v, {
342
- displayName: "display_name",
343
- logoUrl: "logo_url",
344
- });
345
- });
346
-
347
- export function createTranslationContactToJSON(
348
- createTranslationContact: CreateTranslationContact,
349
- ): string {
350
- return JSON.stringify(
351
- CreateTranslationContact$outboundSchema.parse(createTranslationContact),
352
- );
353
- }
354
-
355
291
  /** @internal */
356
292
  export const CreateTranslationLoadBalancerType$outboundSchema: z.ZodNativeEnum<
357
293
  typeof CreateTranslationLoadBalancerType
@@ -463,8 +399,8 @@ export type CreateTranslationOrq$Outbound = {
463
399
  name?: string | undefined;
464
400
  fallbacks?: Array<CreateTranslationFallbacks$Outbound> | undefined;
465
401
  retry?: CreateTranslationRetry$Outbound | undefined;
466
- identity?: components.PublicContact$Outbound | undefined;
467
- contact?: CreateTranslationContact$Outbound | undefined;
402
+ identity?: components.PublicIdentity$Outbound | undefined;
403
+ contact?: components.PublicContact$Outbound | undefined;
468
404
  load_balancer?: CreateTranslationLoadBalancer1$Outbound | undefined;
469
405
  timeout?: CreateTranslationTimeout$Outbound | undefined;
470
406
  };
@@ -479,8 +415,8 @@ export const CreateTranslationOrq$outboundSchema: z.ZodType<
479
415
  fallbacks: z.array(z.lazy(() => CreateTranslationFallbacks$outboundSchema))
480
416
  .optional(),
481
417
  retry: z.lazy(() => CreateTranslationRetry$outboundSchema).optional(),
482
- identity: components.PublicContact$outboundSchema.optional(),
483
- contact: z.lazy(() => CreateTranslationContact$outboundSchema).optional(),
418
+ identity: components.PublicIdentity$outboundSchema.optional(),
419
+ contact: components.PublicContact$outboundSchema.optional(),
484
420
  loadBalancer: z.lazy(() => CreateTranslationLoadBalancer1$outboundSchema)
485
421
  .optional(),
486
422
  timeout: z.lazy(() => CreateTranslationTimeout$outboundSchema).optional(),
@@ -1089,6 +1089,10 @@ export type DeploymentGetConfigRequestBody = {
1089
1089
  | MessagesToolMessage
1090
1090
  >
1091
1091
  | undefined;
1092
+ /**
1093
+ * Information about the identity making the request. If the identity does not exist, it will be created automatically.
1094
+ */
1095
+ identity?: components.PublicIdentity | undefined;
1092
1096
  /**
1093
1097
  * A list of file IDs that are associated with the deployment request.
1094
1098
  */
@@ -3867,6 +3871,7 @@ export type DeploymentGetConfigRequestBody$Outbound = {
3867
3871
  | MessagesToolMessage$Outbound
3868
3872
  >
3869
3873
  | undefined;
3874
+ identity?: components.PublicIdentity$Outbound | undefined;
3870
3875
  file_ids?: Array<string> | undefined;
3871
3876
  metadata?: { [k: string]: any } | undefined;
3872
3877
  extra_params?: { [k: string]: any } | undefined;
@@ -3914,6 +3919,7 @@ export const DeploymentGetConfigRequestBody$outboundSchema: z.ZodType<
3914
3919
  z.lazy(() => MessagesToolMessage$outboundSchema),
3915
3920
  ]),
3916
3921
  ).optional(),
3922
+ identity: components.PublicIdentity$outboundSchema.optional(),
3917
3923
  fileIds: z.array(z.string()).optional(),
3918
3924
  metadata: z.record(z.any()).optional(),
3919
3925
  extraParams: z.record(z.any()).optional(),
@@ -1118,6 +1118,10 @@ export type DeploymentStreamRequestBody = {
1118
1118
  | DeploymentStreamMessagesToolMessage
1119
1119
  >
1120
1120
  | undefined;
1121
+ /**
1122
+ * Information about the identity making the request. If the identity does not exist, it will be created automatically.
1123
+ */
1124
+ identity?: components.PublicIdentity | undefined;
1121
1125
  /**
1122
1126
  * A list of file IDs that are associated with the deployment request.
1123
1127
  */
@@ -4095,6 +4099,7 @@ export type DeploymentStreamRequestBody$Outbound = {
4095
4099
  | DeploymentStreamMessagesToolMessage$Outbound
4096
4100
  >
4097
4101
  | undefined;
4102
+ identity?: components.PublicIdentity$Outbound | undefined;
4098
4103
  file_ids?: Array<string> | undefined;
4099
4104
  metadata?: { [k: string]: any } | undefined;
4100
4105
  extra_params?: { [k: string]: any } | undefined;
@@ -4146,6 +4151,7 @@ export const DeploymentStreamRequestBody$outboundSchema: z.ZodType<
4146
4151
  z.lazy(() => DeploymentStreamMessagesToolMessage$outboundSchema),
4147
4152
  ]),
4148
4153
  ).optional(),
4154
+ identity: components.PublicIdentity$outboundSchema.optional(),
4149
4155
  fileIds: z.array(z.string()).optional(),
4150
4156
  metadata: z.record(z.any()).optional(),
4151
4157
  extraParams: z.record(z.any()).optional(),
@@ -94,7 +94,7 @@ export const FileGetResponseBody$inboundSchema: z.ZodType<
94
94
  file_name: z.string(),
95
95
  workspace_id: z.string(),
96
96
  created: z.string().datetime({ offset: true }).default(
97
- "2026-01-23T11:14:04.822Z",
97
+ "2026-01-25T12:08:34.807Z",
98
98
  ).transform(v => new Date(v)),
99
99
  }).transform((v) => {
100
100
  return remap$(v, {
@@ -125,7 +125,7 @@ export const FileListData$inboundSchema: z.ZodType<
125
125
  file_name: z.string(),
126
126
  workspace_id: z.string(),
127
127
  created: z.string().datetime({ offset: true }).default(
128
- "2026-01-23T11:14:04.822Z",
128
+ "2026-01-25T12:08:34.807Z",
129
129
  ).transform(v => new Date(v)),
130
130
  }).transform((v) => {
131
131
  return remap$(v, {
@@ -148,7 +148,7 @@ export const FileUploadResponseBody$inboundSchema: z.ZodType<
148
148
  file_name: z.string(),
149
149
  workspace_id: z.string(),
150
150
  created: z.string().datetime({ offset: true }).default(
151
- "2026-01-23T11:14:04.822Z",
151
+ "2026-01-25T12:08:34.807Z",
152
152
  ).transform(v => new Date(v)),
153
153
  }).transform((v) => {
154
154
  return remap$(v, {
@@ -180,7 +180,7 @@ export const GenerateConversationNameResponseBody$inboundSchema: z.ZodType<
180
180
  z.ZodTypeDef,
181
181
  unknown
182
182
  > = z.object({
183
- _id: z.string().default("conv_01kfn8zq0ftcf1tvbf63ez31nv"),
183
+ _id: z.string().default("conv_01kftgwxmemwvf0g5np7dypr4y"),
184
184
  kind: GenerateConversationNameKind$inboundSchema,
185
185
  displayName: z.string(),
186
186
  createdAt: z.number(),
@@ -768,7 +768,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
768
768
  z.ZodTypeDef,
769
769
  unknown
770
770
  > = z.object({
771
- _id: z.string().default("tool_01KFN8ZQAKCK366C5DSTW5M93D"),
771
+ _id: z.string().default("tool_01KFTGWY00F99BNHZ4Y2MA51Z7"),
772
772
  path: z.string(),
773
773
  key: z.string(),
774
774
  display_name: z.string().optional(),
@@ -867,7 +867,7 @@ export const DataTools$inboundSchema: z.ZodType<
867
867
  z.ZodTypeDef,
868
868
  unknown
869
869
  > = z.object({
870
- id: z.string().default("01KFN8ZQAJCWB385M5YRQ2MB4N"),
870
+ id: z.string().default("01KFTGWY008AW5E301M88F5APM"),
871
871
  name: z.string(),
872
872
  description: z.string().optional(),
873
873
  schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
@@ -918,7 +918,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
918
918
  z.ZodTypeDef,
919
919
  unknown
920
920
  > = z.object({
921
- _id: z.string().default("tool_01KFN8ZQAGASBAXN1B7DMX9BGW"),
921
+ _id: z.string().default("tool_01KFTGWXZYSWY56BC6SVB3DG0V"),
922
922
  path: z.string(),
923
923
  key: z.string(),
924
924
  display_name: z.string().optional(),
@@ -1105,7 +1105,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
1105
1105
  z.ZodTypeDef,
1106
1106
  unknown
1107
1107
  > = z.object({
1108
- _id: z.string().default("tool_01KFN8ZQA8ZW0YKJ1ZB9X4ZNK3"),
1108
+ _id: z.string().default("tool_01KFTGWXZVJGXW23GSDBKTHBFJ"),
1109
1109
  path: z.string(),
1110
1110
  key: z.string(),
1111
1111
  display_name: z.string().optional(),
@@ -1200,7 +1200,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
1200
1200
  z.ZodTypeDef,
1201
1201
  unknown
1202
1202
  > = z.object({
1203
- _id: z.string().default("tool_01KFN8ZQA5DFN4YTXF9P1GF025"),
1203
+ _id: z.string().default("tool_01KFTGWXZRN3W95PJBWPW0GKVT"),
1204
1204
  path: z.string(),
1205
1205
  key: z.string(),
1206
1206
  display_name: z.string().optional(),
@@ -1304,7 +1304,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
1304
1304
  z.ZodTypeDef,
1305
1305
  unknown
1306
1306
  > = z.object({
1307
- _id: z.string().default("tool_01KFN8ZQ9TM6CF8RXCYN8K4DNP"),
1307
+ _id: z.string().default("tool_01KFTGWXZPVVPEP787C39JHXWK"),
1308
1308
  path: z.string(),
1309
1309
  key: z.string(),
1310
1310
  display_name: z.string().optional(),