@orq-ai/node 3.6.0-rc.9 → 3.6.0

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 (403) hide show
  1. package/README.md +2 -0
  2. package/bin/mcp-server.js +4598 -1269
  3. package/bin/mcp-server.js.map +55 -43
  4. package/docs/sdks/knowledge/README.md +93 -4
  5. package/funcs/knowledgeCreateDatasource.js +2 -2
  6. package/funcs/knowledgeCreateDatasource.js.map +1 -1
  7. package/funcs/knowledgeSearch.d.ts +16 -0
  8. package/funcs/knowledgeSearch.d.ts.map +1 -0
  9. package/funcs/knowledgeSearch.js +118 -0
  10. package/funcs/knowledgeSearch.js.map +1 -0
  11. package/jsr.json +1 -1
  12. package/lib/config.d.ts +3 -3
  13. package/lib/config.js +3 -3
  14. package/lib/config.js.map +1 -1
  15. package/mcp-server/cli/start/impl.js +2 -2
  16. package/mcp-server/cli/start/impl.js.map +1 -1
  17. package/mcp-server/mcp-server.js +1 -1
  18. package/mcp-server/mcp-server.js.map +1 -1
  19. package/mcp-server/server.d.ts.map +1 -1
  20. package/mcp-server/server.js +3 -1
  21. package/mcp-server/server.js.map +1 -1
  22. package/mcp-server/tools/knowledgeSearch.d.ts +8 -0
  23. package/mcp-server/tools/knowledgeSearch.d.ts.map +1 -0
  24. package/mcp-server/tools/knowledgeSearch.js +64 -0
  25. package/mcp-server/tools/knowledgeSearch.js.map +1 -0
  26. package/models/components/deployments.d.ts +1216 -53
  27. package/models/components/deployments.d.ts.map +1 -1
  28. package/models/components/deployments.js +1461 -103
  29. package/models/components/deployments.js.map +1 -1
  30. package/models/operations/bulkcreatedatapoints.d.ts +194 -12
  31. package/models/operations/bulkcreatedatapoints.d.ts.map +1 -1
  32. package/models/operations/bulkcreatedatapoints.js +192 -4
  33. package/models/operations/bulkcreatedatapoints.js.map +1 -1
  34. package/models/operations/createchunk.d.ts +32 -17
  35. package/models/operations/createchunk.d.ts.map +1 -1
  36. package/models/operations/createchunk.js +30 -19
  37. package/models/operations/createchunk.js.map +1 -1
  38. package/models/operations/createcontact.js +2 -2
  39. package/models/operations/createdataset.js +2 -2
  40. package/models/operations/createdatasetitem.d.ts +194 -12
  41. package/models/operations/createdatasetitem.d.ts.map +1 -1
  42. package/models/operations/createdatasetitem.js +191 -4
  43. package/models/operations/createdatasetitem.js.map +1 -1
  44. package/models/operations/createdatasource.js +2 -2
  45. package/models/operations/createprompt.d.ts +194 -12
  46. package/models/operations/createprompt.d.ts.map +1 -1
  47. package/models/operations/createprompt.js +192 -5
  48. package/models/operations/createprompt.js.map +1 -1
  49. package/models/operations/deploymentgetconfig.d.ts +1343 -89
  50. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  51. package/models/operations/deploymentgetconfig.js +1451 -8
  52. package/models/operations/deploymentgetconfig.js.map +1 -1
  53. package/models/operations/deployments.d.ts +105 -14
  54. package/models/operations/deployments.d.ts.map +1 -1
  55. package/models/operations/deployments.js +108 -15
  56. package/models/operations/deployments.js.map +1 -1
  57. package/models/operations/deploymentstream.d.ts +1163 -0
  58. package/models/operations/deploymentstream.d.ts.map +1 -1
  59. package/models/operations/deploymentstream.js +1319 -2
  60. package/models/operations/deploymentstream.js.map +1 -1
  61. package/models/operations/fileget.js +2 -2
  62. package/models/operations/filelist.js +2 -2
  63. package/models/operations/fileupload.js +2 -2
  64. package/models/operations/getallprompts.d.ts +97 -6
  65. package/models/operations/getallprompts.d.ts.map +1 -1
  66. package/models/operations/getallprompts.js +96 -3
  67. package/models/operations/getallprompts.js.map +1 -1
  68. package/models/operations/getonechunk.d.ts +24 -3
  69. package/models/operations/getonechunk.d.ts.map +1 -1
  70. package/models/operations/getonechunk.js +26 -3
  71. package/models/operations/getonechunk.js.map +1 -1
  72. package/models/operations/getoneprompt.d.ts +97 -6
  73. package/models/operations/getoneprompt.d.ts.map +1 -1
  74. package/models/operations/getoneprompt.js +96 -3
  75. package/models/operations/getoneprompt.js.map +1 -1
  76. package/models/operations/getpromptversion.d.ts +97 -6
  77. package/models/operations/getpromptversion.d.ts.map +1 -1
  78. package/models/operations/getpromptversion.js +96 -3
  79. package/models/operations/getpromptversion.js.map +1 -1
  80. package/models/operations/index.d.ts +1 -0
  81. package/models/operations/index.d.ts.map +1 -1
  82. package/models/operations/index.js +1 -0
  83. package/models/operations/index.js.map +1 -1
  84. package/models/operations/listchunks.d.ts +24 -3
  85. package/models/operations/listchunks.d.ts.map +1 -1
  86. package/models/operations/listchunks.js +26 -3
  87. package/models/operations/listchunks.js.map +1 -1
  88. package/models/operations/listdatasetdatapoints.d.ts +97 -6
  89. package/models/operations/listdatasetdatapoints.d.ts.map +1 -1
  90. package/models/operations/listdatasetdatapoints.js +98 -4
  91. package/models/operations/listdatasetdatapoints.js.map +1 -1
  92. package/models/operations/listdatasets.js +2 -2
  93. package/models/operations/listdatasources.js +2 -2
  94. package/models/operations/listpromptversions.d.ts +97 -6
  95. package/models/operations/listpromptversions.d.ts.map +1 -1
  96. package/models/operations/listpromptversions.js +96 -3
  97. package/models/operations/listpromptversions.js.map +1 -1
  98. package/models/operations/retrievedatapoint.d.ts +97 -6
  99. package/models/operations/retrievedatapoint.d.ts.map +1 -1
  100. package/models/operations/retrievedatapoint.js +97 -3
  101. package/models/operations/retrievedatapoint.js.map +1 -1
  102. package/models/operations/retrievedataset.js +2 -2
  103. package/models/operations/retrievedatasource.js +2 -2
  104. package/models/operations/searchknowledge.d.ts +1379 -0
  105. package/models/operations/searchknowledge.d.ts.map +1 -0
  106. package/models/operations/searchknowledge.js +1586 -0
  107. package/models/operations/searchknowledge.js.map +1 -0
  108. package/models/operations/updatechunk.d.ts +32 -17
  109. package/models/operations/updatechunk.d.ts.map +1 -1
  110. package/models/operations/updatechunk.js +30 -19
  111. package/models/operations/updatechunk.js.map +1 -1
  112. package/models/operations/updatedatapoint.d.ts +194 -12
  113. package/models/operations/updatedatapoint.d.ts.map +1 -1
  114. package/models/operations/updatedatapoint.js +191 -4
  115. package/models/operations/updatedatapoint.js.map +1 -1
  116. package/models/operations/updatedataset.js +2 -2
  117. package/models/operations/updatedatasource.js +2 -2
  118. package/models/operations/updateprompt.d.ts +194 -12
  119. package/models/operations/updateprompt.d.ts.map +1 -1
  120. package/models/operations/updateprompt.js +192 -5
  121. package/models/operations/updateprompt.js.map +1 -1
  122. package/package.json +3 -4
  123. package/packages/orq-rc/FUNCTIONS.md +106 -0
  124. package/packages/orq-rc/README.md +707 -0
  125. package/packages/orq-rc/RUNTIMES.md +48 -0
  126. package/packages/orq-rc/docs/sdks/contacts/README.md +84 -0
  127. package/packages/orq-rc/docs/sdks/datasets/README.md +1027 -0
  128. package/packages/orq-rc/docs/sdks/deployments/README.md +405 -0
  129. package/packages/orq-rc/docs/sdks/feedback/README.md +92 -0
  130. package/packages/orq-rc/docs/sdks/files/README.md +311 -0
  131. package/packages/orq-rc/docs/sdks/knowledge/README.md +1285 -0
  132. package/packages/orq-rc/docs/sdks/metrics/README.md +86 -0
  133. package/packages/orq-rc/docs/sdks/models/README.md +79 -0
  134. package/packages/orq-rc/docs/sdks/orq/README.md +10 -0
  135. package/packages/orq-rc/docs/sdks/prompts/README.md +576 -0
  136. package/packages/orq-rc/docs/sdks/remoteconfigs/README.md +80 -0
  137. package/packages/orq-rc/jsr.json +28 -0
  138. package/packages/orq-rc/package-lock.json +3217 -0
  139. package/packages/orq-rc/package.json +45 -0
  140. package/packages/orq-rc/src/core.ts +13 -0
  141. package/packages/orq-rc/src/funcs/contactsCreate.ts +154 -0
  142. package/packages/orq-rc/src/funcs/datasetsClear.ts +161 -0
  143. package/packages/orq-rc/src/funcs/datasetsCreate.ts +159 -0
  144. package/packages/orq-rc/src/funcs/datasetsCreateDatapoint.ts +161 -0
  145. package/packages/orq-rc/src/funcs/datasetsCreateDatapoints.ts +165 -0
  146. package/packages/orq-rc/src/funcs/datasetsCreateExperiment.ts +162 -0
  147. package/packages/orq-rc/src/funcs/datasetsDelete.ts +161 -0
  148. package/packages/orq-rc/src/funcs/datasetsDeleteDatapoint.ts +176 -0
  149. package/packages/orq-rc/src/funcs/datasetsList.ts +161 -0
  150. package/packages/orq-rc/src/funcs/datasetsListDatapoints.ts +168 -0
  151. package/packages/orq-rc/src/funcs/datasetsRetrieve.ts +169 -0
  152. package/packages/orq-rc/src/funcs/datasetsRetrieveDatapoint.ts +175 -0
  153. package/packages/orq-rc/src/funcs/datasetsUpdate.ts +170 -0
  154. package/packages/orq-rc/src/funcs/datasetsUpdateDatapoint.ts +173 -0
  155. package/packages/orq-rc/src/funcs/deploymentsCreateExperiment.ts +167 -0
  156. package/packages/orq-rc/src/funcs/deploymentsGetConfig.ts +162 -0
  157. package/packages/orq-rc/src/funcs/deploymentsInvoke.ts +170 -0
  158. package/packages/orq-rc/src/funcs/deploymentsList.ts +170 -0
  159. package/packages/orq-rc/src/funcs/deploymentsMetricsCreate.ts +162 -0
  160. package/packages/orq-rc/src/funcs/deploymentsStream.ts +178 -0
  161. package/packages/orq-rc/src/funcs/feedbackCreate.ts +154 -0
  162. package/packages/orq-rc/src/funcs/filesCreate.ts +174 -0
  163. package/packages/orq-rc/src/funcs/filesDelete.ts +158 -0
  164. package/packages/orq-rc/src/funcs/filesGet.ts +160 -0
  165. package/packages/orq-rc/src/funcs/filesList.ts +161 -0
  166. package/packages/orq-rc/src/funcs/knowledgeCreate.ts +152 -0
  167. package/packages/orq-rc/src/funcs/knowledgeCreateChunks.ts +165 -0
  168. package/packages/orq-rc/src/funcs/knowledgeCreateDatasource.ts +160 -0
  169. package/packages/orq-rc/src/funcs/knowledgeDelete.ts +161 -0
  170. package/packages/orq-rc/src/funcs/knowledgeDeleteChunk.ts +168 -0
  171. package/packages/orq-rc/src/funcs/knowledgeDeleteDatasource.ts +167 -0
  172. package/packages/orq-rc/src/funcs/knowledgeList.ts +163 -0
  173. package/packages/orq-rc/src/funcs/knowledgeListChunks.ts +172 -0
  174. package/packages/orq-rc/src/funcs/knowledgeListDatasources.ts +168 -0
  175. package/packages/orq-rc/src/funcs/knowledgeRetrieve.ts +160 -0
  176. package/packages/orq-rc/src/funcs/knowledgeRetrieveChunk.ts +167 -0
  177. package/packages/orq-rc/src/funcs/knowledgeRetrieveDatasource.ts +163 -0
  178. package/packages/orq-rc/src/funcs/knowledgeSearch.ts +161 -0
  179. package/packages/orq-rc/src/funcs/knowledgeUpdate.ts +158 -0
  180. package/packages/orq-rc/src/funcs/knowledgeUpdateChunk.ts +168 -0
  181. package/packages/orq-rc/src/funcs/knowledgeUpdateDatasource.ts +164 -0
  182. package/packages/orq-rc/src/funcs/modelsList.ts +136 -0
  183. package/packages/orq-rc/src/funcs/promptsCreate.ts +154 -0
  184. package/packages/orq-rc/src/funcs/promptsDelete.ts +158 -0
  185. package/packages/orq-rc/src/funcs/promptsGetVersion.ts +175 -0
  186. package/packages/orq-rc/src/funcs/promptsList.ts +161 -0
  187. package/packages/orq-rc/src/funcs/promptsListVersions.ts +167 -0
  188. package/packages/orq-rc/src/funcs/promptsRetrieve.ts +160 -0
  189. package/packages/orq-rc/src/funcs/promptsUpdate.ts +167 -0
  190. package/packages/orq-rc/src/funcs/remoteconfigsRetrieve.ts +155 -0
  191. package/packages/orq-rc/src/hooks/global.ts +44 -0
  192. package/packages/orq-rc/src/hooks/hooks.ts +132 -0
  193. package/packages/orq-rc/src/hooks/index.ts +6 -0
  194. package/packages/orq-rc/src/hooks/registration.ts +15 -0
  195. package/packages/orq-rc/src/hooks/types.ts +110 -0
  196. package/packages/orq-rc/src/index.ts +7 -0
  197. package/packages/orq-rc/src/lib/base64.ts +37 -0
  198. package/packages/orq-rc/src/lib/config.ts +70 -0
  199. package/packages/orq-rc/src/lib/dlv.ts +53 -0
  200. package/packages/orq-rc/src/lib/encodings.ts +483 -0
  201. package/packages/orq-rc/src/lib/env.ts +73 -0
  202. package/packages/orq-rc/src/lib/event-streams.ts +264 -0
  203. package/packages/orq-rc/src/lib/files.ts +40 -0
  204. package/packages/orq-rc/src/lib/http.ts +323 -0
  205. package/packages/orq-rc/src/lib/is-plain-object.ts +43 -0
  206. package/packages/orq-rc/src/lib/logger.ts +9 -0
  207. package/packages/orq-rc/src/lib/matchers.ts +345 -0
  208. package/packages/orq-rc/src/lib/primitives.ts +150 -0
  209. package/packages/orq-rc/src/lib/retries.ts +218 -0
  210. package/packages/orq-rc/src/lib/schemas.ts +91 -0
  211. package/packages/orq-rc/src/lib/sdks.ts +401 -0
  212. package/packages/orq-rc/src/lib/security.ts +261 -0
  213. package/packages/orq-rc/src/lib/url.ts +33 -0
  214. package/packages/orq-rc/src/mcp-server/cli/start/command.ts +125 -0
  215. package/packages/orq-rc/src/mcp-server/cli/start/impl.ts +140 -0
  216. package/packages/orq-rc/src/mcp-server/cli.ts +13 -0
  217. package/packages/orq-rc/src/mcp-server/console-logger.ts +71 -0
  218. package/packages/orq-rc/src/mcp-server/extensions.ts +17 -0
  219. package/packages/orq-rc/src/mcp-server/mcp-server.ts +26 -0
  220. package/packages/orq-rc/src/mcp-server/prompts.ts +117 -0
  221. package/packages/orq-rc/src/mcp-server/resources.ts +172 -0
  222. package/packages/orq-rc/src/mcp-server/scopes.ts +7 -0
  223. package/packages/orq-rc/src/mcp-server/server.ts +163 -0
  224. package/packages/orq-rc/src/mcp-server/shared.ts +75 -0
  225. package/packages/orq-rc/src/mcp-server/tools/contactsCreate.ts +37 -0
  226. package/packages/orq-rc/src/mcp-server/tools/datasetsClear.ts +35 -0
  227. package/packages/orq-rc/src/mcp-server/tools/datasetsCreate.ts +37 -0
  228. package/packages/orq-rc/src/mcp-server/tools/datasetsCreateDatapoint.ts +37 -0
  229. package/packages/orq-rc/src/mcp-server/tools/datasetsCreateDatapoints.ts +37 -0
  230. package/packages/orq-rc/src/mcp-server/tools/datasetsCreateExperiment.ts +37 -0
  231. package/packages/orq-rc/src/mcp-server/tools/datasetsDelete.ts +35 -0
  232. package/packages/orq-rc/src/mcp-server/tools/datasetsDeleteDatapoint.ts +35 -0
  233. package/packages/orq-rc/src/mcp-server/tools/datasetsList.ts +37 -0
  234. package/packages/orq-rc/src/mcp-server/tools/datasetsListDatapoints.ts +37 -0
  235. package/packages/orq-rc/src/mcp-server/tools/datasetsRetrieve.ts +37 -0
  236. package/packages/orq-rc/src/mcp-server/tools/datasetsRetrieveDatapoint.ts +37 -0
  237. package/packages/orq-rc/src/mcp-server/tools/datasetsUpdate.ts +37 -0
  238. package/packages/orq-rc/src/mcp-server/tools/datasetsUpdateDatapoint.ts +35 -0
  239. package/packages/orq-rc/src/mcp-server/tools/deploymentsCreateExperiment.ts +37 -0
  240. package/packages/orq-rc/src/mcp-server/tools/deploymentsGetConfig.ts +37 -0
  241. package/packages/orq-rc/src/mcp-server/tools/deploymentsInvoke.ts +37 -0
  242. package/packages/orq-rc/src/mcp-server/tools/deploymentsList.ts +37 -0
  243. package/packages/orq-rc/src/mcp-server/tools/deploymentsMetricsCreate.ts +37 -0
  244. package/packages/orq-rc/src/mcp-server/tools/deploymentsStream.ts +37 -0
  245. package/packages/orq-rc/src/mcp-server/tools/feedbackCreate.ts +37 -0
  246. package/packages/orq-rc/src/mcp-server/tools/filesCreate.ts +37 -0
  247. package/packages/orq-rc/src/mcp-server/tools/filesDelete.ts +33 -0
  248. package/packages/orq-rc/src/mcp-server/tools/filesGet.ts +37 -0
  249. package/packages/orq-rc/src/mcp-server/tools/filesList.ts +37 -0
  250. package/packages/orq-rc/src/mcp-server/tools/knowledgeCreate.ts +35 -0
  251. package/packages/orq-rc/src/mcp-server/tools/knowledgeCreateChunks.ts +35 -0
  252. package/packages/orq-rc/src/mcp-server/tools/knowledgeCreateDatasource.ts +35 -0
  253. package/packages/orq-rc/src/mcp-server/tools/knowledgeDelete.ts +35 -0
  254. package/packages/orq-rc/src/mcp-server/tools/knowledgeDeleteChunk.ts +33 -0
  255. package/packages/orq-rc/src/mcp-server/tools/knowledgeDeleteDatasource.ts +35 -0
  256. package/packages/orq-rc/src/mcp-server/tools/knowledgeList.ts +37 -0
  257. package/packages/orq-rc/src/mcp-server/tools/knowledgeListChunks.ts +35 -0
  258. package/packages/orq-rc/src/mcp-server/tools/knowledgeListDatasources.ts +35 -0
  259. package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieve.ts +37 -0
  260. package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieveChunk.ts +35 -0
  261. package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieveDatasource.ts +35 -0
  262. package/packages/orq-rc/src/mcp-server/tools/knowledgeSearch.ts +37 -0
  263. package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdate.ts +35 -0
  264. package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdateChunk.ts +35 -0
  265. package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdateDatasource.ts +35 -0
  266. package/packages/orq-rc/src/mcp-server/tools/modelsList.ts +30 -0
  267. package/packages/orq-rc/src/mcp-server/tools/promptsCreate.ts +35 -0
  268. package/packages/orq-rc/src/mcp-server/tools/promptsDelete.ts +33 -0
  269. package/packages/orq-rc/src/mcp-server/tools/promptsGetVersion.ts +37 -0
  270. package/packages/orq-rc/src/mcp-server/tools/promptsList.ts +37 -0
  271. package/packages/orq-rc/src/mcp-server/tools/promptsListVersions.ts +37 -0
  272. package/packages/orq-rc/src/mcp-server/tools/promptsRetrieve.ts +37 -0
  273. package/packages/orq-rc/src/mcp-server/tools/promptsUpdate.ts +35 -0
  274. package/packages/orq-rc/src/mcp-server/tools/remoteconfigsRetrieve.ts +36 -0
  275. package/packages/orq-rc/src/mcp-server/tools.ts +129 -0
  276. package/packages/orq-rc/src/models/components/deployments.ts +7289 -0
  277. package/packages/orq-rc/src/models/components/index.ts +6 -0
  278. package/packages/orq-rc/src/models/components/security.ts +71 -0
  279. package/packages/orq-rc/src/models/errors/apierror.ts +27 -0
  280. package/packages/orq-rc/src/models/errors/getpromptversion.ts +71 -0
  281. package/packages/orq-rc/src/models/errors/honoapierror.ts +82 -0
  282. package/packages/orq-rc/src/models/errors/httpclienterrors.ts +62 -0
  283. package/packages/orq-rc/src/models/errors/index.ts +10 -0
  284. package/packages/orq-rc/src/models/errors/sdkvalidationerror.ts +97 -0
  285. package/packages/orq-rc/src/models/errors/updateprompt.ts +71 -0
  286. package/packages/orq-rc/src/models/operations/bulkcreatedatapoints.ts +2232 -0
  287. package/packages/orq-rc/src/models/operations/cleardataset.ts +75 -0
  288. package/packages/orq-rc/src/models/operations/createchunk.ts +432 -0
  289. package/packages/orq-rc/src/models/operations/createcontact.ts +256 -0
  290. package/packages/orq-rc/src/models/operations/createdataset.ts +296 -0
  291. package/packages/orq-rc/src/models/operations/createdatasetexperiment.ts +307 -0
  292. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +2149 -0
  293. package/packages/orq-rc/src/models/operations/createdatasource.ts +852 -0
  294. package/packages/orq-rc/src/models/operations/createdeploymentexperiment.ts +321 -0
  295. package/packages/orq-rc/src/models/operations/createfeedback.ts +286 -0
  296. package/packages/orq-rc/src/models/operations/createknowledge.ts +846 -0
  297. package/packages/orq-rc/src/models/operations/createprompt.ts +4079 -0
  298. package/packages/orq-rc/src/models/operations/deletechunk.ts +96 -0
  299. package/packages/orq-rc/src/models/operations/deletedatapoint.ts +81 -0
  300. package/packages/orq-rc/src/models/operations/deletedataset.ts +75 -0
  301. package/packages/orq-rc/src/models/operations/deletedatasource.ts +87 -0
  302. package/packages/orq-rc/src/models/operations/deleteknowledge.ts +78 -0
  303. package/packages/orq-rc/src/models/operations/deleteprompt.ts +69 -0
  304. package/packages/orq-rc/src/models/operations/deploymentcreatemetric.ts +5435 -0
  305. package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +9378 -0
  306. package/packages/orq-rc/src/models/operations/deploymentinvoke.ts +1255 -0
  307. package/packages/orq-rc/src/models/operations/deployments.ts +2316 -0
  308. package/packages/orq-rc/src/models/operations/deploymentstream.ts +9499 -0
  309. package/packages/orq-rc/src/models/operations/filedelete.ts +78 -0
  310. package/packages/orq-rc/src/models/operations/fileget.ts +223 -0
  311. package/packages/orq-rc/src/models/operations/filelist.ts +337 -0
  312. package/packages/orq-rc/src/models/operations/fileupload.ts +327 -0
  313. package/packages/orq-rc/src/models/operations/getallprompts.ts +2294 -0
  314. package/packages/orq-rc/src/models/operations/getonechunk.ts +315 -0
  315. package/packages/orq-rc/src/models/operations/getoneknowledge.ts +537 -0
  316. package/packages/orq-rc/src/models/operations/getoneprompt.ts +2155 -0
  317. package/packages/orq-rc/src/models/operations/getpromptversion.ts +2160 -0
  318. package/packages/orq-rc/src/models/operations/index.ts +54 -0
  319. package/packages/orq-rc/src/models/operations/listchunks.ts +494 -0
  320. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +1276 -0
  321. package/packages/orq-rc/src/models/operations/listdatasets.ts +406 -0
  322. package/packages/orq-rc/src/models/operations/listdatasources.ts +447 -0
  323. package/packages/orq-rc/src/models/operations/listknowledgebases.ts +663 -0
  324. package/packages/orq-rc/src/models/operations/listmodels.ts +273 -0
  325. package/packages/orq-rc/src/models/operations/listpromptversions.ts +2292 -0
  326. package/packages/orq-rc/src/models/operations/remoteconfigsgetconfig.ts +190 -0
  327. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +1126 -0
  328. package/packages/orq-rc/src/models/operations/retrievedataset.ts +288 -0
  329. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +273 -0
  330. package/packages/orq-rc/src/models/operations/searchknowledge.ts +3367 -0
  331. package/packages/orq-rc/src/models/operations/updatechunk.ts +448 -0
  332. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +2139 -0
  333. package/packages/orq-rc/src/models/operations/updatedataset.ts +393 -0
  334. package/packages/orq-rc/src/models/operations/updatedatasource.ts +345 -0
  335. package/packages/orq-rc/src/models/operations/updateknowledge.ts +980 -0
  336. package/packages/orq-rc/src/models/operations/updateprompt.ts +4261 -0
  337. package/packages/orq-rc/src/sdk/contacts.ts +27 -0
  338. package/packages/orq-rc/src/sdk/datasets.ts +240 -0
  339. package/packages/orq-rc/src/sdk/deployments.ts +107 -0
  340. package/packages/orq-rc/src/sdk/feedback.ts +27 -0
  341. package/packages/orq-rc/src/sdk/files.ts +78 -0
  342. package/packages/orq-rc/src/sdk/index.ts +5 -0
  343. package/packages/orq-rc/src/sdk/knowledge.ts +264 -0
  344. package/packages/orq-rc/src/sdk/metrics.ts +27 -0
  345. package/packages/orq-rc/src/sdk/models.ts +25 -0
  346. package/packages/orq-rc/src/sdk/prompts.ts +126 -0
  347. package/packages/orq-rc/src/sdk/remoteconfigs.ts +24 -0
  348. package/packages/orq-rc/src/sdk/sdk.ts +61 -0
  349. package/packages/orq-rc/src/types/async.ts +68 -0
  350. package/packages/orq-rc/src/types/blobs.ts +31 -0
  351. package/packages/orq-rc/src/types/constdatetime.ts +15 -0
  352. package/packages/orq-rc/src/types/enums.ts +16 -0
  353. package/packages/orq-rc/src/types/fp.ts +50 -0
  354. package/packages/orq-rc/src/types/index.ts +11 -0
  355. package/packages/orq-rc/src/types/operations.ts +105 -0
  356. package/packages/orq-rc/src/types/rfcdate.ts +54 -0
  357. package/packages/orq-rc/src/types/streams.ts +21 -0
  358. package/packages/orq-rc/tsconfig.json +41 -0
  359. package/sdk/knowledge.d.ts +7 -0
  360. package/sdk/knowledge.d.ts.map +1 -1
  361. package/sdk/knowledge.js +10 -0
  362. package/sdk/knowledge.js.map +1 -1
  363. package/src/funcs/knowledgeCreateDatasource.ts +2 -2
  364. package/src/funcs/knowledgeSearch.ts +161 -0
  365. package/src/lib/config.ts +3 -3
  366. package/src/mcp-server/cli/start/impl.ts +2 -2
  367. package/src/mcp-server/mcp-server.ts +1 -1
  368. package/src/mcp-server/server.ts +3 -1
  369. package/src/mcp-server/tools/knowledgeSearch.ts +37 -0
  370. package/src/models/components/deployments.ts +2762 -127
  371. package/src/models/operations/bulkcreatedatapoints.ts +416 -12
  372. package/src/models/operations/createchunk.ts +65 -35
  373. package/src/models/operations/createcontact.ts +2 -2
  374. package/src/models/operations/createdataset.ts +2 -2
  375. package/src/models/operations/createdatasetitem.ts +410 -13
  376. package/src/models/operations/createdatasource.ts +2 -2
  377. package/src/models/operations/createprompt.ts +400 -12
  378. package/src/models/operations/deploymentgetconfig.ts +2906 -105
  379. package/src/models/operations/deployments.ts +211 -23
  380. package/src/models/operations/deploymentstream.ts +3074 -98
  381. package/src/models/operations/fileget.ts +2 -2
  382. package/src/models/operations/filelist.ts +2 -2
  383. package/src/models/operations/fileupload.ts +2 -2
  384. package/src/models/operations/getallprompts.ts +200 -6
  385. package/src/models/operations/getonechunk.ts +55 -5
  386. package/src/models/operations/getoneprompt.ts +195 -6
  387. package/src/models/operations/getpromptversion.ts +204 -6
  388. package/src/models/operations/index.ts +1 -0
  389. package/src/models/operations/listchunks.ts +55 -5
  390. package/src/models/operations/listdatasetdatapoints.ts +207 -8
  391. package/src/models/operations/listdatasets.ts +2 -2
  392. package/src/models/operations/listdatasources.ts +2 -2
  393. package/src/models/operations/listpromptversions.ts +202 -6
  394. package/src/models/operations/retrievedatapoint.ts +204 -8
  395. package/src/models/operations/retrievedataset.ts +2 -2
  396. package/src/models/operations/retrievedatasource.ts +2 -2
  397. package/src/models/operations/searchknowledge.ts +3367 -0
  398. package/src/models/operations/updatechunk.ts +65 -35
  399. package/src/models/operations/updatedatapoint.ts +412 -14
  400. package/src/models/operations/updatedataset.ts +2 -2
  401. package/src/models/operations/updatedatasource.ts +2 -2
  402. package/src/models/operations/updateprompt.ts +400 -12
  403. package/src/sdk/knowledge.ts +18 -0
@@ -716,6 +716,196 @@ export type Thread = {
716
716
  */
717
717
  tags?: Array<string> | undefined;
718
718
  };
719
+ /**
720
+ * Exists
721
+ */
722
+ export type OrExists = {
723
+ exists: boolean;
724
+ };
725
+ export type DeploymentGetConfigOrNin = string | number | boolean;
726
+ /**
727
+ * Not in
728
+ */
729
+ export type OrNin = {
730
+ nin: Array<string | number | boolean>;
731
+ };
732
+ export type DeploymentGetConfigOrIn = string | number | boolean;
733
+ /**
734
+ * In
735
+ */
736
+ export type OrIn = {
737
+ in: Array<string | number | boolean>;
738
+ };
739
+ /**
740
+ * Less than or equal to
741
+ */
742
+ export type OrLte = {
743
+ lte: number;
744
+ };
745
+ /**
746
+ * Less than
747
+ */
748
+ export type OrLt = {
749
+ lt: number;
750
+ };
751
+ /**
752
+ * Greater than or equal to
753
+ */
754
+ export type OrGte = {
755
+ gte: number;
756
+ };
757
+ export type Or3 = {
758
+ gt: number;
759
+ };
760
+ export type DeploymentGetConfigOrNe = string | number | boolean;
761
+ /**
762
+ * Not equal to
763
+ */
764
+ export type OrNe = {
765
+ ne: string | number | boolean;
766
+ };
767
+ export type DeploymentGetConfigOrEq = string | number | boolean;
768
+ /**
769
+ * Equal to
770
+ */
771
+ export type OrEq = {
772
+ eq: string | number | boolean;
773
+ };
774
+ export type KnowledgeFilterOr = OrEq | OrNe | Or3 | OrGte | OrLt | OrLte | OrIn | OrNin | OrExists;
775
+ /**
776
+ * Or
777
+ */
778
+ export type Or = {
779
+ or: Array<{
780
+ [k: string]: OrEq | OrNe | Or3 | OrGte | OrLt | OrLte | OrIn | OrNin | OrExists;
781
+ }>;
782
+ };
783
+ /**
784
+ * Exists
785
+ */
786
+ export type AndExists = {
787
+ exists: boolean;
788
+ };
789
+ export type DeploymentGetConfigAndNin = string | number | boolean;
790
+ /**
791
+ * Not in
792
+ */
793
+ export type AndNin = {
794
+ nin: Array<string | number | boolean>;
795
+ };
796
+ export type DeploymentGetConfigAndIn = string | number | boolean;
797
+ /**
798
+ * In
799
+ */
800
+ export type AndIn = {
801
+ in: Array<string | number | boolean>;
802
+ };
803
+ /**
804
+ * Less than or equal to
805
+ */
806
+ export type AndLte = {
807
+ lte: number;
808
+ };
809
+ /**
810
+ * Less than
811
+ */
812
+ export type AndLt = {
813
+ lt: number;
814
+ };
815
+ /**
816
+ * Greater than or equal to
817
+ */
818
+ export type AndGte = {
819
+ gte: number;
820
+ };
821
+ export type And3 = {
822
+ gt: number;
823
+ };
824
+ export type DeploymentGetConfigAndNe = string | number | boolean;
825
+ /**
826
+ * Not equal to
827
+ */
828
+ export type AndNe = {
829
+ ne: string | number | boolean;
830
+ };
831
+ export type DeploymentGetConfigAndEq = string | number | boolean;
832
+ /**
833
+ * Equal to
834
+ */
835
+ export type AndEq = {
836
+ eq: string | number | boolean;
837
+ };
838
+ export type KnowledgeFilterAnd = AndEq | AndNe | And3 | AndGte | AndLt | AndLte | AndIn | AndNin | AndExists;
839
+ /**
840
+ * And
841
+ */
842
+ export type And = {
843
+ and: Array<{
844
+ [k: string]: AndEq | AndNe | And3 | AndGte | AndLt | AndLte | AndIn | AndNin | AndExists;
845
+ }>;
846
+ };
847
+ /**
848
+ * Exists
849
+ */
850
+ export type Exists = {
851
+ exists: boolean;
852
+ };
853
+ export type OneNin = string | number | boolean;
854
+ /**
855
+ * Not in
856
+ */
857
+ export type Nin = {
858
+ nin: Array<string | number | boolean>;
859
+ };
860
+ export type OneIn = string | number | boolean;
861
+ /**
862
+ * In
863
+ */
864
+ export type In = {
865
+ in: Array<string | number | boolean>;
866
+ };
867
+ /**
868
+ * Less than or equal to
869
+ */
870
+ export type Lte = {
871
+ lte: number;
872
+ };
873
+ /**
874
+ * Less than
875
+ */
876
+ export type Lt = {
877
+ lt: number;
878
+ };
879
+ /**
880
+ * Greater than or equal to
881
+ */
882
+ export type Gte = {
883
+ gte: number;
884
+ };
885
+ export type One3 = {
886
+ gt: number;
887
+ };
888
+ export type OneNe = string | number | boolean;
889
+ /**
890
+ * Not equal to
891
+ */
892
+ export type Ne = {
893
+ ne: string | number | boolean;
894
+ };
895
+ export type OneEq = string | number | boolean;
896
+ /**
897
+ * Equal to
898
+ */
899
+ export type Eq = {
900
+ eq: string | number | boolean;
901
+ };
902
+ export type KnowledgeFilter1 = Eq | Ne | One3 | Gte | Lt | Lte | In | Nin | Exists;
903
+ /**
904
+ * A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
905
+ */
906
+ export type KnowledgeFilter = And | Or | {
907
+ [k: string]: Eq | Ne | One3 | Gte | Lt | Lte | In | Nin | Exists;
908
+ };
719
909
  export type DeploymentGetConfigRequestBody = {
720
910
  /**
721
911
  * The deployment key to invoke
@@ -763,6 +953,12 @@ export type DeploymentGetConfigRequestBody = {
763
953
  documents?: Array<Documents> | undefined;
764
954
  invokeOptions?: InvokeOptions | undefined;
765
955
  thread?: Thread | undefined;
956
+ /**
957
+ * A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
958
+ */
959
+ knowledgeFilter?: And | Or | {
960
+ [k: string]: Eq | Ne | One3 | Gte | Lt | Lte | In | Nin | Exists;
961
+ } | undefined;
766
962
  };
767
963
  /**
768
964
  * The type of the model. Current `chat`,`completion` and `image` are supported
@@ -799,6 +995,33 @@ export declare const DeploymentGetConfigRole: {
799
995
  * The role of the prompt message
800
996
  */
801
997
  export type DeploymentGetConfigRole = ClosedEnum<typeof DeploymentGetConfigRole>;
998
+ /**
999
+ * The type of the content part. Always `file`.
1000
+ */
1001
+ export declare const DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType: {
1002
+ readonly File: "file";
1003
+ };
1004
+ /**
1005
+ * The type of the content part. Always `file`.
1006
+ */
1007
+ export type DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType>;
1008
+ export type DeploymentGetConfig2File = {
1009
+ /**
1010
+ * The base64 encoded file data, used when passing the file to the model as a string.
1011
+ */
1012
+ fileData: string;
1013
+ /**
1014
+ * The name of the file, used when passing the file to the model as a string.
1015
+ */
1016
+ filename?: string | undefined;
1017
+ };
1018
+ export type DeploymentGetConfig23 = {
1019
+ /**
1020
+ * The type of the content part. Always `file`.
1021
+ */
1022
+ type: DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType;
1023
+ file: DeploymentGetConfig2File;
1024
+ };
802
1025
  export declare const DeploymentGetConfig2DeploymentsResponse200Type: {
803
1026
  readonly ImageUrl: "image_url";
804
1027
  };
@@ -835,11 +1058,11 @@ export type DeploymentGetConfig21 = {
835
1058
  type: DeploymentGetConfig2DeploymentsResponseType;
836
1059
  text: string;
837
1060
  };
838
- export type DeploymentGetConfigContentDeploymentsResponse2 = DeploymentGetConfig21 | DeploymentGetConfig2Deployments2;
1061
+ export type DeploymentGetConfigContentDeploymentsResponse2 = DeploymentGetConfig21 | DeploymentGetConfig2Deployments2 | DeploymentGetConfig23;
839
1062
  /**
840
1063
  * The contents of the user message. Either the text content of the message or an array of content parts with a defined type, each can be of type `text` or `image_url` when passing in images. You can pass multiple images by adding multiple `image_url` content parts.
841
1064
  */
842
- export type DeploymentGetConfigContent = string | Array<DeploymentGetConfig21 | DeploymentGetConfig2Deployments2>;
1065
+ export type DeploymentGetConfigContent = string | Array<DeploymentGetConfig21 | DeploymentGetConfig2Deployments2 | DeploymentGetConfig23>;
843
1066
  export declare const DeploymentGetConfigDeploymentsResponseType: {
844
1067
  readonly Function: "function";
845
1068
  };
@@ -865,7 +1088,7 @@ export type DeploymentGetConfigMessages = {
865
1088
  /**
866
1089
  * The contents of the user message. Either the text content of the message or an array of content parts with a defined type, each can be of type `text` or `image_url` when passing in images. You can pass multiple images by adding multiple `image_url` content parts.
867
1090
  */
868
- content: string | Array<DeploymentGetConfig21 | DeploymentGetConfig2Deployments2>;
1091
+ content: string | Array<DeploymentGetConfig21 | DeploymentGetConfig2Deployments2 | DeploymentGetConfig23>;
869
1092
  toolCalls?: Array<DeploymentGetConfigToolCalls> | undefined;
870
1093
  toolCallId?: string | undefined;
871
1094
  };
@@ -2776,111 +2999,1142 @@ export declare namespace Thread$ {
2776
2999
  export declare function threadToJSON(thread: Thread): string;
2777
3000
  export declare function threadFromJSON(jsonString: string): SafeParseResult<Thread, SDKValidationError>;
2778
3001
  /** @internal */
2779
- export declare const DeploymentGetConfigRequestBody$inboundSchema: z.ZodType<DeploymentGetConfigRequestBody, z.ZodTypeDef, unknown>;
3002
+ export declare const OrExists$inboundSchema: z.ZodType<OrExists, z.ZodTypeDef, unknown>;
2780
3003
  /** @internal */
2781
- export type DeploymentGetConfigRequestBody$Outbound = {
2782
- key: string;
2783
- inputs?: {
2784
- [k: string]: string | number | boolean;
2785
- } | undefined;
2786
- context?: {
2787
- [k: string]: any;
2788
- } | undefined;
2789
- prefix_messages?: Array<DeveloperMessage$Outbound | SystemMessage$Outbound | UserMessage$Outbound | ToolMessage$Outbound | AssistantMessage$Outbound> | undefined;
2790
- messages?: Array<MessagesDeveloperMessage$Outbound | MessagesSystemMessage$Outbound | MessagesUserMessage$Outbound | MessagesToolMessage$Outbound | MessagesAssistantMessage$Outbound> | undefined;
2791
- file_ids?: Array<string> | undefined;
2792
- metadata?: {
2793
- [k: string]: any;
2794
- } | undefined;
2795
- extra_params?: {
2796
- [k: string]: any;
2797
- } | undefined;
2798
- documents?: Array<Documents$Outbound> | undefined;
2799
- invoke_options?: InvokeOptions$Outbound | undefined;
2800
- thread?: Thread$Outbound | undefined;
3004
+ export type OrExists$Outbound = {
3005
+ exists: boolean;
2801
3006
  };
2802
3007
  /** @internal */
2803
- export declare const DeploymentGetConfigRequestBody$outboundSchema: z.ZodType<DeploymentGetConfigRequestBody$Outbound, z.ZodTypeDef, DeploymentGetConfigRequestBody>;
3008
+ export declare const OrExists$outboundSchema: z.ZodType<OrExists$Outbound, z.ZodTypeDef, OrExists>;
2804
3009
  /**
2805
3010
  * @internal
2806
3011
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2807
3012
  */
2808
- export declare namespace DeploymentGetConfigRequestBody$ {
2809
- /** @deprecated use `DeploymentGetConfigRequestBody$inboundSchema` instead. */
2810
- const inboundSchema: z.ZodType<DeploymentGetConfigRequestBody, z.ZodTypeDef, unknown>;
2811
- /** @deprecated use `DeploymentGetConfigRequestBody$outboundSchema` instead. */
2812
- const outboundSchema: z.ZodType<DeploymentGetConfigRequestBody$Outbound, z.ZodTypeDef, DeploymentGetConfigRequestBody>;
2813
- /** @deprecated use `DeploymentGetConfigRequestBody$Outbound` instead. */
2814
- type Outbound = DeploymentGetConfigRequestBody$Outbound;
3013
+ export declare namespace OrExists$ {
3014
+ /** @deprecated use `OrExists$inboundSchema` instead. */
3015
+ const inboundSchema: z.ZodType<OrExists, z.ZodTypeDef, unknown>;
3016
+ /** @deprecated use `OrExists$outboundSchema` instead. */
3017
+ const outboundSchema: z.ZodType<OrExists$Outbound, z.ZodTypeDef, OrExists>;
3018
+ /** @deprecated use `OrExists$Outbound` instead. */
3019
+ type Outbound = OrExists$Outbound;
2815
3020
  }
2816
- export declare function deploymentGetConfigRequestBodyToJSON(deploymentGetConfigRequestBody: DeploymentGetConfigRequestBody): string;
2817
- export declare function deploymentGetConfigRequestBodyFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigRequestBody, SDKValidationError>;
3021
+ export declare function orExistsToJSON(orExists: OrExists): string;
3022
+ export declare function orExistsFromJSON(jsonString: string): SafeParseResult<OrExists, SDKValidationError>;
2818
3023
  /** @internal */
2819
- export declare const DeploymentGetConfigType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigType>;
3024
+ export declare const DeploymentGetConfigOrNin$inboundSchema: z.ZodType<DeploymentGetConfigOrNin, z.ZodTypeDef, unknown>;
2820
3025
  /** @internal */
2821
- export declare const DeploymentGetConfigType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigType>;
3026
+ export type DeploymentGetConfigOrNin$Outbound = string | number | boolean;
3027
+ /** @internal */
3028
+ export declare const DeploymentGetConfigOrNin$outboundSchema: z.ZodType<DeploymentGetConfigOrNin$Outbound, z.ZodTypeDef, DeploymentGetConfigOrNin>;
2822
3029
  /**
2823
3030
  * @internal
2824
3031
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2825
3032
  */
2826
- export declare namespace DeploymentGetConfigType$ {
2827
- /** @deprecated use `DeploymentGetConfigType$inboundSchema` instead. */
2828
- const inboundSchema: z.ZodNativeEnum<{
2829
- readonly Chat: "chat";
2830
- readonly Completion: "completion";
2831
- readonly Embedding: "embedding";
2832
- readonly Vision: "vision";
2833
- readonly Image: "image";
2834
- readonly Tts: "tts";
2835
- readonly Stt: "stt";
2836
- readonly Rerank: "rerank";
2837
- readonly Moderations: "moderations";
2838
- }>;
2839
- /** @deprecated use `DeploymentGetConfigType$outboundSchema` instead. */
2840
- const outboundSchema: z.ZodNativeEnum<{
2841
- readonly Chat: "chat";
2842
- readonly Completion: "completion";
2843
- readonly Embedding: "embedding";
2844
- readonly Vision: "vision";
2845
- readonly Image: "image";
2846
- readonly Tts: "tts";
2847
- readonly Stt: "stt";
2848
- readonly Rerank: "rerank";
2849
- readonly Moderations: "moderations";
2850
- }>;
3033
+ export declare namespace DeploymentGetConfigOrNin$ {
3034
+ /** @deprecated use `DeploymentGetConfigOrNin$inboundSchema` instead. */
3035
+ const inboundSchema: z.ZodType<DeploymentGetConfigOrNin, z.ZodTypeDef, unknown>;
3036
+ /** @deprecated use `DeploymentGetConfigOrNin$outboundSchema` instead. */
3037
+ const outboundSchema: z.ZodType<DeploymentGetConfigOrNin$Outbound, z.ZodTypeDef, DeploymentGetConfigOrNin>;
3038
+ /** @deprecated use `DeploymentGetConfigOrNin$Outbound` instead. */
3039
+ type Outbound = DeploymentGetConfigOrNin$Outbound;
2851
3040
  }
3041
+ export declare function deploymentGetConfigOrNinToJSON(deploymentGetConfigOrNin: DeploymentGetConfigOrNin): string;
3042
+ export declare function deploymentGetConfigOrNinFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigOrNin, SDKValidationError>;
2852
3043
  /** @internal */
2853
- export declare const DeploymentGetConfigRole$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigRole>;
3044
+ export declare const OrNin$inboundSchema: z.ZodType<OrNin, z.ZodTypeDef, unknown>;
2854
3045
  /** @internal */
2855
- export declare const DeploymentGetConfigRole$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigRole>;
3046
+ export type OrNin$Outbound = {
3047
+ nin: Array<string | number | boolean>;
3048
+ };
3049
+ /** @internal */
3050
+ export declare const OrNin$outboundSchema: z.ZodType<OrNin$Outbound, z.ZodTypeDef, OrNin>;
2856
3051
  /**
2857
3052
  * @internal
2858
3053
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2859
3054
  */
2860
- export declare namespace DeploymentGetConfigRole$ {
2861
- /** @deprecated use `DeploymentGetConfigRole$inboundSchema` instead. */
2862
- const inboundSchema: z.ZodNativeEnum<{
2863
- readonly System: "system";
2864
- readonly Assistant: "assistant";
2865
- readonly User: "user";
2866
- readonly Exception: "exception";
2867
- readonly Tool: "tool";
2868
- readonly Prompt: "prompt";
2869
- readonly Correction: "correction";
2870
- readonly ExpectedOutput: "expected_output";
2871
- }>;
2872
- /** @deprecated use `DeploymentGetConfigRole$outboundSchema` instead. */
2873
- const outboundSchema: z.ZodNativeEnum<{
2874
- readonly System: "system";
2875
- readonly Assistant: "assistant";
2876
- readonly User: "user";
2877
- readonly Exception: "exception";
2878
- readonly Tool: "tool";
2879
- readonly Prompt: "prompt";
2880
- readonly Correction: "correction";
2881
- readonly ExpectedOutput: "expected_output";
2882
- }>;
3055
+ export declare namespace OrNin$ {
3056
+ /** @deprecated use `OrNin$inboundSchema` instead. */
3057
+ const inboundSchema: z.ZodType<OrNin, z.ZodTypeDef, unknown>;
3058
+ /** @deprecated use `OrNin$outboundSchema` instead. */
3059
+ const outboundSchema: z.ZodType<OrNin$Outbound, z.ZodTypeDef, OrNin>;
3060
+ /** @deprecated use `OrNin$Outbound` instead. */
3061
+ type Outbound = OrNin$Outbound;
3062
+ }
3063
+ export declare function orNinToJSON(orNin: OrNin): string;
3064
+ export declare function orNinFromJSON(jsonString: string): SafeParseResult<OrNin, SDKValidationError>;
3065
+ /** @internal */
3066
+ export declare const DeploymentGetConfigOrIn$inboundSchema: z.ZodType<DeploymentGetConfigOrIn, z.ZodTypeDef, unknown>;
3067
+ /** @internal */
3068
+ export type DeploymentGetConfigOrIn$Outbound = string | number | boolean;
3069
+ /** @internal */
3070
+ export declare const DeploymentGetConfigOrIn$outboundSchema: z.ZodType<DeploymentGetConfigOrIn$Outbound, z.ZodTypeDef, DeploymentGetConfigOrIn>;
3071
+ /**
3072
+ * @internal
3073
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3074
+ */
3075
+ export declare namespace DeploymentGetConfigOrIn$ {
3076
+ /** @deprecated use `DeploymentGetConfigOrIn$inboundSchema` instead. */
3077
+ const inboundSchema: z.ZodType<DeploymentGetConfigOrIn, z.ZodTypeDef, unknown>;
3078
+ /** @deprecated use `DeploymentGetConfigOrIn$outboundSchema` instead. */
3079
+ const outboundSchema: z.ZodType<DeploymentGetConfigOrIn$Outbound, z.ZodTypeDef, DeploymentGetConfigOrIn>;
3080
+ /** @deprecated use `DeploymentGetConfigOrIn$Outbound` instead. */
3081
+ type Outbound = DeploymentGetConfigOrIn$Outbound;
3082
+ }
3083
+ export declare function deploymentGetConfigOrInToJSON(deploymentGetConfigOrIn: DeploymentGetConfigOrIn): string;
3084
+ export declare function deploymentGetConfigOrInFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigOrIn, SDKValidationError>;
3085
+ /** @internal */
3086
+ export declare const OrIn$inboundSchema: z.ZodType<OrIn, z.ZodTypeDef, unknown>;
3087
+ /** @internal */
3088
+ export type OrIn$Outbound = {
3089
+ in: Array<string | number | boolean>;
3090
+ };
3091
+ /** @internal */
3092
+ export declare const OrIn$outboundSchema: z.ZodType<OrIn$Outbound, z.ZodTypeDef, OrIn>;
3093
+ /**
3094
+ * @internal
3095
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3096
+ */
3097
+ export declare namespace OrIn$ {
3098
+ /** @deprecated use `OrIn$inboundSchema` instead. */
3099
+ const inboundSchema: z.ZodType<OrIn, z.ZodTypeDef, unknown>;
3100
+ /** @deprecated use `OrIn$outboundSchema` instead. */
3101
+ const outboundSchema: z.ZodType<OrIn$Outbound, z.ZodTypeDef, OrIn>;
3102
+ /** @deprecated use `OrIn$Outbound` instead. */
3103
+ type Outbound = OrIn$Outbound;
3104
+ }
3105
+ export declare function orInToJSON(orIn: OrIn): string;
3106
+ export declare function orInFromJSON(jsonString: string): SafeParseResult<OrIn, SDKValidationError>;
3107
+ /** @internal */
3108
+ export declare const OrLte$inboundSchema: z.ZodType<OrLte, z.ZodTypeDef, unknown>;
3109
+ /** @internal */
3110
+ export type OrLte$Outbound = {
3111
+ lte: number;
3112
+ };
3113
+ /** @internal */
3114
+ export declare const OrLte$outboundSchema: z.ZodType<OrLte$Outbound, z.ZodTypeDef, OrLte>;
3115
+ /**
3116
+ * @internal
3117
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3118
+ */
3119
+ export declare namespace OrLte$ {
3120
+ /** @deprecated use `OrLte$inboundSchema` instead. */
3121
+ const inboundSchema: z.ZodType<OrLte, z.ZodTypeDef, unknown>;
3122
+ /** @deprecated use `OrLte$outboundSchema` instead. */
3123
+ const outboundSchema: z.ZodType<OrLte$Outbound, z.ZodTypeDef, OrLte>;
3124
+ /** @deprecated use `OrLte$Outbound` instead. */
3125
+ type Outbound = OrLte$Outbound;
3126
+ }
3127
+ export declare function orLteToJSON(orLte: OrLte): string;
3128
+ export declare function orLteFromJSON(jsonString: string): SafeParseResult<OrLte, SDKValidationError>;
3129
+ /** @internal */
3130
+ export declare const OrLt$inboundSchema: z.ZodType<OrLt, z.ZodTypeDef, unknown>;
3131
+ /** @internal */
3132
+ export type OrLt$Outbound = {
3133
+ lt: number;
3134
+ };
3135
+ /** @internal */
3136
+ export declare const OrLt$outboundSchema: z.ZodType<OrLt$Outbound, z.ZodTypeDef, OrLt>;
3137
+ /**
3138
+ * @internal
3139
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3140
+ */
3141
+ export declare namespace OrLt$ {
3142
+ /** @deprecated use `OrLt$inboundSchema` instead. */
3143
+ const inboundSchema: z.ZodType<OrLt, z.ZodTypeDef, unknown>;
3144
+ /** @deprecated use `OrLt$outboundSchema` instead. */
3145
+ const outboundSchema: z.ZodType<OrLt$Outbound, z.ZodTypeDef, OrLt>;
3146
+ /** @deprecated use `OrLt$Outbound` instead. */
3147
+ type Outbound = OrLt$Outbound;
3148
+ }
3149
+ export declare function orLtToJSON(orLt: OrLt): string;
3150
+ export declare function orLtFromJSON(jsonString: string): SafeParseResult<OrLt, SDKValidationError>;
3151
+ /** @internal */
3152
+ export declare const OrGte$inboundSchema: z.ZodType<OrGte, z.ZodTypeDef, unknown>;
3153
+ /** @internal */
3154
+ export type OrGte$Outbound = {
3155
+ gte: number;
3156
+ };
3157
+ /** @internal */
3158
+ export declare const OrGte$outboundSchema: z.ZodType<OrGte$Outbound, z.ZodTypeDef, OrGte>;
3159
+ /**
3160
+ * @internal
3161
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3162
+ */
3163
+ export declare namespace OrGte$ {
3164
+ /** @deprecated use `OrGte$inboundSchema` instead. */
3165
+ const inboundSchema: z.ZodType<OrGte, z.ZodTypeDef, unknown>;
3166
+ /** @deprecated use `OrGte$outboundSchema` instead. */
3167
+ const outboundSchema: z.ZodType<OrGte$Outbound, z.ZodTypeDef, OrGte>;
3168
+ /** @deprecated use `OrGte$Outbound` instead. */
3169
+ type Outbound = OrGte$Outbound;
3170
+ }
3171
+ export declare function orGteToJSON(orGte: OrGte): string;
3172
+ export declare function orGteFromJSON(jsonString: string): SafeParseResult<OrGte, SDKValidationError>;
3173
+ /** @internal */
3174
+ export declare const Or3$inboundSchema: z.ZodType<Or3, z.ZodTypeDef, unknown>;
3175
+ /** @internal */
3176
+ export type Or3$Outbound = {
3177
+ gt: number;
3178
+ };
3179
+ /** @internal */
3180
+ export declare const Or3$outboundSchema: z.ZodType<Or3$Outbound, z.ZodTypeDef, Or3>;
3181
+ /**
3182
+ * @internal
3183
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3184
+ */
3185
+ export declare namespace Or3$ {
3186
+ /** @deprecated use `Or3$inboundSchema` instead. */
3187
+ const inboundSchema: z.ZodType<Or3, z.ZodTypeDef, unknown>;
3188
+ /** @deprecated use `Or3$outboundSchema` instead. */
3189
+ const outboundSchema: z.ZodType<Or3$Outbound, z.ZodTypeDef, Or3>;
3190
+ /** @deprecated use `Or3$Outbound` instead. */
3191
+ type Outbound = Or3$Outbound;
3192
+ }
3193
+ export declare function or3ToJSON(or3: Or3): string;
3194
+ export declare function or3FromJSON(jsonString: string): SafeParseResult<Or3, SDKValidationError>;
3195
+ /** @internal */
3196
+ export declare const DeploymentGetConfigOrNe$inboundSchema: z.ZodType<DeploymentGetConfigOrNe, z.ZodTypeDef, unknown>;
3197
+ /** @internal */
3198
+ export type DeploymentGetConfigOrNe$Outbound = string | number | boolean;
3199
+ /** @internal */
3200
+ export declare const DeploymentGetConfigOrNe$outboundSchema: z.ZodType<DeploymentGetConfigOrNe$Outbound, z.ZodTypeDef, DeploymentGetConfigOrNe>;
3201
+ /**
3202
+ * @internal
3203
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3204
+ */
3205
+ export declare namespace DeploymentGetConfigOrNe$ {
3206
+ /** @deprecated use `DeploymentGetConfigOrNe$inboundSchema` instead. */
3207
+ const inboundSchema: z.ZodType<DeploymentGetConfigOrNe, z.ZodTypeDef, unknown>;
3208
+ /** @deprecated use `DeploymentGetConfigOrNe$outboundSchema` instead. */
3209
+ const outboundSchema: z.ZodType<DeploymentGetConfigOrNe$Outbound, z.ZodTypeDef, DeploymentGetConfigOrNe>;
3210
+ /** @deprecated use `DeploymentGetConfigOrNe$Outbound` instead. */
3211
+ type Outbound = DeploymentGetConfigOrNe$Outbound;
3212
+ }
3213
+ export declare function deploymentGetConfigOrNeToJSON(deploymentGetConfigOrNe: DeploymentGetConfigOrNe): string;
3214
+ export declare function deploymentGetConfigOrNeFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigOrNe, SDKValidationError>;
3215
+ /** @internal */
3216
+ export declare const OrNe$inboundSchema: z.ZodType<OrNe, z.ZodTypeDef, unknown>;
3217
+ /** @internal */
3218
+ export type OrNe$Outbound = {
3219
+ ne: string | number | boolean;
3220
+ };
3221
+ /** @internal */
3222
+ export declare const OrNe$outboundSchema: z.ZodType<OrNe$Outbound, z.ZodTypeDef, OrNe>;
3223
+ /**
3224
+ * @internal
3225
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3226
+ */
3227
+ export declare namespace OrNe$ {
3228
+ /** @deprecated use `OrNe$inboundSchema` instead. */
3229
+ const inboundSchema: z.ZodType<OrNe, z.ZodTypeDef, unknown>;
3230
+ /** @deprecated use `OrNe$outboundSchema` instead. */
3231
+ const outboundSchema: z.ZodType<OrNe$Outbound, z.ZodTypeDef, OrNe>;
3232
+ /** @deprecated use `OrNe$Outbound` instead. */
3233
+ type Outbound = OrNe$Outbound;
3234
+ }
3235
+ export declare function orNeToJSON(orNe: OrNe): string;
3236
+ export declare function orNeFromJSON(jsonString: string): SafeParseResult<OrNe, SDKValidationError>;
3237
+ /** @internal */
3238
+ export declare const DeploymentGetConfigOrEq$inboundSchema: z.ZodType<DeploymentGetConfigOrEq, z.ZodTypeDef, unknown>;
3239
+ /** @internal */
3240
+ export type DeploymentGetConfigOrEq$Outbound = string | number | boolean;
3241
+ /** @internal */
3242
+ export declare const DeploymentGetConfigOrEq$outboundSchema: z.ZodType<DeploymentGetConfigOrEq$Outbound, z.ZodTypeDef, DeploymentGetConfigOrEq>;
3243
+ /**
3244
+ * @internal
3245
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3246
+ */
3247
+ export declare namespace DeploymentGetConfigOrEq$ {
3248
+ /** @deprecated use `DeploymentGetConfigOrEq$inboundSchema` instead. */
3249
+ const inboundSchema: z.ZodType<DeploymentGetConfigOrEq, z.ZodTypeDef, unknown>;
3250
+ /** @deprecated use `DeploymentGetConfigOrEq$outboundSchema` instead. */
3251
+ const outboundSchema: z.ZodType<DeploymentGetConfigOrEq$Outbound, z.ZodTypeDef, DeploymentGetConfigOrEq>;
3252
+ /** @deprecated use `DeploymentGetConfigOrEq$Outbound` instead. */
3253
+ type Outbound = DeploymentGetConfigOrEq$Outbound;
3254
+ }
3255
+ export declare function deploymentGetConfigOrEqToJSON(deploymentGetConfigOrEq: DeploymentGetConfigOrEq): string;
3256
+ export declare function deploymentGetConfigOrEqFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigOrEq, SDKValidationError>;
3257
+ /** @internal */
3258
+ export declare const OrEq$inboundSchema: z.ZodType<OrEq, z.ZodTypeDef, unknown>;
3259
+ /** @internal */
3260
+ export type OrEq$Outbound = {
3261
+ eq: string | number | boolean;
3262
+ };
3263
+ /** @internal */
3264
+ export declare const OrEq$outboundSchema: z.ZodType<OrEq$Outbound, z.ZodTypeDef, OrEq>;
3265
+ /**
3266
+ * @internal
3267
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3268
+ */
3269
+ export declare namespace OrEq$ {
3270
+ /** @deprecated use `OrEq$inboundSchema` instead. */
3271
+ const inboundSchema: z.ZodType<OrEq, z.ZodTypeDef, unknown>;
3272
+ /** @deprecated use `OrEq$outboundSchema` instead. */
3273
+ const outboundSchema: z.ZodType<OrEq$Outbound, z.ZodTypeDef, OrEq>;
3274
+ /** @deprecated use `OrEq$Outbound` instead. */
3275
+ type Outbound = OrEq$Outbound;
3276
+ }
3277
+ export declare function orEqToJSON(orEq: OrEq): string;
3278
+ export declare function orEqFromJSON(jsonString: string): SafeParseResult<OrEq, SDKValidationError>;
3279
+ /** @internal */
3280
+ export declare const KnowledgeFilterOr$inboundSchema: z.ZodType<KnowledgeFilterOr, z.ZodTypeDef, unknown>;
3281
+ /** @internal */
3282
+ export type KnowledgeFilterOr$Outbound = OrEq$Outbound | OrNe$Outbound | Or3$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | OrIn$Outbound | OrNin$Outbound | OrExists$Outbound;
3283
+ /** @internal */
3284
+ export declare const KnowledgeFilterOr$outboundSchema: z.ZodType<KnowledgeFilterOr$Outbound, z.ZodTypeDef, KnowledgeFilterOr>;
3285
+ /**
3286
+ * @internal
3287
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3288
+ */
3289
+ export declare namespace KnowledgeFilterOr$ {
3290
+ /** @deprecated use `KnowledgeFilterOr$inboundSchema` instead. */
3291
+ const inboundSchema: z.ZodType<KnowledgeFilterOr, z.ZodTypeDef, unknown>;
3292
+ /** @deprecated use `KnowledgeFilterOr$outboundSchema` instead. */
3293
+ const outboundSchema: z.ZodType<KnowledgeFilterOr$Outbound, z.ZodTypeDef, KnowledgeFilterOr>;
3294
+ /** @deprecated use `KnowledgeFilterOr$Outbound` instead. */
3295
+ type Outbound = KnowledgeFilterOr$Outbound;
3296
+ }
3297
+ export declare function knowledgeFilterOrToJSON(knowledgeFilterOr: KnowledgeFilterOr): string;
3298
+ export declare function knowledgeFilterOrFromJSON(jsonString: string): SafeParseResult<KnowledgeFilterOr, SDKValidationError>;
3299
+ /** @internal */
3300
+ export declare const Or$inboundSchema: z.ZodType<Or, z.ZodTypeDef, unknown>;
3301
+ /** @internal */
3302
+ export type Or$Outbound = {
3303
+ or: Array<{
3304
+ [k: string]: OrEq$Outbound | OrNe$Outbound | Or3$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | OrIn$Outbound | OrNin$Outbound | OrExists$Outbound;
3305
+ }>;
3306
+ };
3307
+ /** @internal */
3308
+ export declare const Or$outboundSchema: z.ZodType<Or$Outbound, z.ZodTypeDef, Or>;
3309
+ /**
3310
+ * @internal
3311
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3312
+ */
3313
+ export declare namespace Or$ {
3314
+ /** @deprecated use `Or$inboundSchema` instead. */
3315
+ const inboundSchema: z.ZodType<Or, z.ZodTypeDef, unknown>;
3316
+ /** @deprecated use `Or$outboundSchema` instead. */
3317
+ const outboundSchema: z.ZodType<Or$Outbound, z.ZodTypeDef, Or>;
3318
+ /** @deprecated use `Or$Outbound` instead. */
3319
+ type Outbound = Or$Outbound;
3320
+ }
3321
+ export declare function orToJSON(or: Or): string;
3322
+ export declare function orFromJSON(jsonString: string): SafeParseResult<Or, SDKValidationError>;
3323
+ /** @internal */
3324
+ export declare const AndExists$inboundSchema: z.ZodType<AndExists, z.ZodTypeDef, unknown>;
3325
+ /** @internal */
3326
+ export type AndExists$Outbound = {
3327
+ exists: boolean;
3328
+ };
3329
+ /** @internal */
3330
+ export declare const AndExists$outboundSchema: z.ZodType<AndExists$Outbound, z.ZodTypeDef, AndExists>;
3331
+ /**
3332
+ * @internal
3333
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3334
+ */
3335
+ export declare namespace AndExists$ {
3336
+ /** @deprecated use `AndExists$inboundSchema` instead. */
3337
+ const inboundSchema: z.ZodType<AndExists, z.ZodTypeDef, unknown>;
3338
+ /** @deprecated use `AndExists$outboundSchema` instead. */
3339
+ const outboundSchema: z.ZodType<AndExists$Outbound, z.ZodTypeDef, AndExists>;
3340
+ /** @deprecated use `AndExists$Outbound` instead. */
3341
+ type Outbound = AndExists$Outbound;
3342
+ }
3343
+ export declare function andExistsToJSON(andExists: AndExists): string;
3344
+ export declare function andExistsFromJSON(jsonString: string): SafeParseResult<AndExists, SDKValidationError>;
3345
+ /** @internal */
3346
+ export declare const DeploymentGetConfigAndNin$inboundSchema: z.ZodType<DeploymentGetConfigAndNin, z.ZodTypeDef, unknown>;
3347
+ /** @internal */
3348
+ export type DeploymentGetConfigAndNin$Outbound = string | number | boolean;
3349
+ /** @internal */
3350
+ export declare const DeploymentGetConfigAndNin$outboundSchema: z.ZodType<DeploymentGetConfigAndNin$Outbound, z.ZodTypeDef, DeploymentGetConfigAndNin>;
3351
+ /**
3352
+ * @internal
3353
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3354
+ */
3355
+ export declare namespace DeploymentGetConfigAndNin$ {
3356
+ /** @deprecated use `DeploymentGetConfigAndNin$inboundSchema` instead. */
3357
+ const inboundSchema: z.ZodType<DeploymentGetConfigAndNin, z.ZodTypeDef, unknown>;
3358
+ /** @deprecated use `DeploymentGetConfigAndNin$outboundSchema` instead. */
3359
+ const outboundSchema: z.ZodType<DeploymentGetConfigAndNin$Outbound, z.ZodTypeDef, DeploymentGetConfigAndNin>;
3360
+ /** @deprecated use `DeploymentGetConfigAndNin$Outbound` instead. */
3361
+ type Outbound = DeploymentGetConfigAndNin$Outbound;
3362
+ }
3363
+ export declare function deploymentGetConfigAndNinToJSON(deploymentGetConfigAndNin: DeploymentGetConfigAndNin): string;
3364
+ export declare function deploymentGetConfigAndNinFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigAndNin, SDKValidationError>;
3365
+ /** @internal */
3366
+ export declare const AndNin$inboundSchema: z.ZodType<AndNin, z.ZodTypeDef, unknown>;
3367
+ /** @internal */
3368
+ export type AndNin$Outbound = {
3369
+ nin: Array<string | number | boolean>;
3370
+ };
3371
+ /** @internal */
3372
+ export declare const AndNin$outboundSchema: z.ZodType<AndNin$Outbound, z.ZodTypeDef, AndNin>;
3373
+ /**
3374
+ * @internal
3375
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3376
+ */
3377
+ export declare namespace AndNin$ {
3378
+ /** @deprecated use `AndNin$inboundSchema` instead. */
3379
+ const inboundSchema: z.ZodType<AndNin, z.ZodTypeDef, unknown>;
3380
+ /** @deprecated use `AndNin$outboundSchema` instead. */
3381
+ const outboundSchema: z.ZodType<AndNin$Outbound, z.ZodTypeDef, AndNin>;
3382
+ /** @deprecated use `AndNin$Outbound` instead. */
3383
+ type Outbound = AndNin$Outbound;
3384
+ }
3385
+ export declare function andNinToJSON(andNin: AndNin): string;
3386
+ export declare function andNinFromJSON(jsonString: string): SafeParseResult<AndNin, SDKValidationError>;
3387
+ /** @internal */
3388
+ export declare const DeploymentGetConfigAndIn$inboundSchema: z.ZodType<DeploymentGetConfigAndIn, z.ZodTypeDef, unknown>;
3389
+ /** @internal */
3390
+ export type DeploymentGetConfigAndIn$Outbound = string | number | boolean;
3391
+ /** @internal */
3392
+ export declare const DeploymentGetConfigAndIn$outboundSchema: z.ZodType<DeploymentGetConfigAndIn$Outbound, z.ZodTypeDef, DeploymentGetConfigAndIn>;
3393
+ /**
3394
+ * @internal
3395
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3396
+ */
3397
+ export declare namespace DeploymentGetConfigAndIn$ {
3398
+ /** @deprecated use `DeploymentGetConfigAndIn$inboundSchema` instead. */
3399
+ const inboundSchema: z.ZodType<DeploymentGetConfigAndIn, z.ZodTypeDef, unknown>;
3400
+ /** @deprecated use `DeploymentGetConfigAndIn$outboundSchema` instead. */
3401
+ const outboundSchema: z.ZodType<DeploymentGetConfigAndIn$Outbound, z.ZodTypeDef, DeploymentGetConfigAndIn>;
3402
+ /** @deprecated use `DeploymentGetConfigAndIn$Outbound` instead. */
3403
+ type Outbound = DeploymentGetConfigAndIn$Outbound;
3404
+ }
3405
+ export declare function deploymentGetConfigAndInToJSON(deploymentGetConfigAndIn: DeploymentGetConfigAndIn): string;
3406
+ export declare function deploymentGetConfigAndInFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigAndIn, SDKValidationError>;
3407
+ /** @internal */
3408
+ export declare const AndIn$inboundSchema: z.ZodType<AndIn, z.ZodTypeDef, unknown>;
3409
+ /** @internal */
3410
+ export type AndIn$Outbound = {
3411
+ in: Array<string | number | boolean>;
3412
+ };
3413
+ /** @internal */
3414
+ export declare const AndIn$outboundSchema: z.ZodType<AndIn$Outbound, z.ZodTypeDef, AndIn>;
3415
+ /**
3416
+ * @internal
3417
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3418
+ */
3419
+ export declare namespace AndIn$ {
3420
+ /** @deprecated use `AndIn$inboundSchema` instead. */
3421
+ const inboundSchema: z.ZodType<AndIn, z.ZodTypeDef, unknown>;
3422
+ /** @deprecated use `AndIn$outboundSchema` instead. */
3423
+ const outboundSchema: z.ZodType<AndIn$Outbound, z.ZodTypeDef, AndIn>;
3424
+ /** @deprecated use `AndIn$Outbound` instead. */
3425
+ type Outbound = AndIn$Outbound;
3426
+ }
3427
+ export declare function andInToJSON(andIn: AndIn): string;
3428
+ export declare function andInFromJSON(jsonString: string): SafeParseResult<AndIn, SDKValidationError>;
3429
+ /** @internal */
3430
+ export declare const AndLte$inboundSchema: z.ZodType<AndLte, z.ZodTypeDef, unknown>;
3431
+ /** @internal */
3432
+ export type AndLte$Outbound = {
3433
+ lte: number;
3434
+ };
3435
+ /** @internal */
3436
+ export declare const AndLte$outboundSchema: z.ZodType<AndLte$Outbound, z.ZodTypeDef, AndLte>;
3437
+ /**
3438
+ * @internal
3439
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3440
+ */
3441
+ export declare namespace AndLte$ {
3442
+ /** @deprecated use `AndLte$inboundSchema` instead. */
3443
+ const inboundSchema: z.ZodType<AndLte, z.ZodTypeDef, unknown>;
3444
+ /** @deprecated use `AndLte$outboundSchema` instead. */
3445
+ const outboundSchema: z.ZodType<AndLte$Outbound, z.ZodTypeDef, AndLte>;
3446
+ /** @deprecated use `AndLte$Outbound` instead. */
3447
+ type Outbound = AndLte$Outbound;
3448
+ }
3449
+ export declare function andLteToJSON(andLte: AndLte): string;
3450
+ export declare function andLteFromJSON(jsonString: string): SafeParseResult<AndLte, SDKValidationError>;
3451
+ /** @internal */
3452
+ export declare const AndLt$inboundSchema: z.ZodType<AndLt, z.ZodTypeDef, unknown>;
3453
+ /** @internal */
3454
+ export type AndLt$Outbound = {
3455
+ lt: number;
3456
+ };
3457
+ /** @internal */
3458
+ export declare const AndLt$outboundSchema: z.ZodType<AndLt$Outbound, z.ZodTypeDef, AndLt>;
3459
+ /**
3460
+ * @internal
3461
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3462
+ */
3463
+ export declare namespace AndLt$ {
3464
+ /** @deprecated use `AndLt$inboundSchema` instead. */
3465
+ const inboundSchema: z.ZodType<AndLt, z.ZodTypeDef, unknown>;
3466
+ /** @deprecated use `AndLt$outboundSchema` instead. */
3467
+ const outboundSchema: z.ZodType<AndLt$Outbound, z.ZodTypeDef, AndLt>;
3468
+ /** @deprecated use `AndLt$Outbound` instead. */
3469
+ type Outbound = AndLt$Outbound;
3470
+ }
3471
+ export declare function andLtToJSON(andLt: AndLt): string;
3472
+ export declare function andLtFromJSON(jsonString: string): SafeParseResult<AndLt, SDKValidationError>;
3473
+ /** @internal */
3474
+ export declare const AndGte$inboundSchema: z.ZodType<AndGte, z.ZodTypeDef, unknown>;
3475
+ /** @internal */
3476
+ export type AndGte$Outbound = {
3477
+ gte: number;
3478
+ };
3479
+ /** @internal */
3480
+ export declare const AndGte$outboundSchema: z.ZodType<AndGte$Outbound, z.ZodTypeDef, AndGte>;
3481
+ /**
3482
+ * @internal
3483
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3484
+ */
3485
+ export declare namespace AndGte$ {
3486
+ /** @deprecated use `AndGte$inboundSchema` instead. */
3487
+ const inboundSchema: z.ZodType<AndGte, z.ZodTypeDef, unknown>;
3488
+ /** @deprecated use `AndGte$outboundSchema` instead. */
3489
+ const outboundSchema: z.ZodType<AndGte$Outbound, z.ZodTypeDef, AndGte>;
3490
+ /** @deprecated use `AndGte$Outbound` instead. */
3491
+ type Outbound = AndGte$Outbound;
3492
+ }
3493
+ export declare function andGteToJSON(andGte: AndGte): string;
3494
+ export declare function andGteFromJSON(jsonString: string): SafeParseResult<AndGte, SDKValidationError>;
3495
+ /** @internal */
3496
+ export declare const And3$inboundSchema: z.ZodType<And3, z.ZodTypeDef, unknown>;
3497
+ /** @internal */
3498
+ export type And3$Outbound = {
3499
+ gt: number;
3500
+ };
3501
+ /** @internal */
3502
+ export declare const And3$outboundSchema: z.ZodType<And3$Outbound, z.ZodTypeDef, And3>;
3503
+ /**
3504
+ * @internal
3505
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3506
+ */
3507
+ export declare namespace And3$ {
3508
+ /** @deprecated use `And3$inboundSchema` instead. */
3509
+ const inboundSchema: z.ZodType<And3, z.ZodTypeDef, unknown>;
3510
+ /** @deprecated use `And3$outboundSchema` instead. */
3511
+ const outboundSchema: z.ZodType<And3$Outbound, z.ZodTypeDef, And3>;
3512
+ /** @deprecated use `And3$Outbound` instead. */
3513
+ type Outbound = And3$Outbound;
3514
+ }
3515
+ export declare function and3ToJSON(and3: And3): string;
3516
+ export declare function and3FromJSON(jsonString: string): SafeParseResult<And3, SDKValidationError>;
3517
+ /** @internal */
3518
+ export declare const DeploymentGetConfigAndNe$inboundSchema: z.ZodType<DeploymentGetConfigAndNe, z.ZodTypeDef, unknown>;
3519
+ /** @internal */
3520
+ export type DeploymentGetConfigAndNe$Outbound = string | number | boolean;
3521
+ /** @internal */
3522
+ export declare const DeploymentGetConfigAndNe$outboundSchema: z.ZodType<DeploymentGetConfigAndNe$Outbound, z.ZodTypeDef, DeploymentGetConfigAndNe>;
3523
+ /**
3524
+ * @internal
3525
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3526
+ */
3527
+ export declare namespace DeploymentGetConfigAndNe$ {
3528
+ /** @deprecated use `DeploymentGetConfigAndNe$inboundSchema` instead. */
3529
+ const inboundSchema: z.ZodType<DeploymentGetConfigAndNe, z.ZodTypeDef, unknown>;
3530
+ /** @deprecated use `DeploymentGetConfigAndNe$outboundSchema` instead. */
3531
+ const outboundSchema: z.ZodType<DeploymentGetConfigAndNe$Outbound, z.ZodTypeDef, DeploymentGetConfigAndNe>;
3532
+ /** @deprecated use `DeploymentGetConfigAndNe$Outbound` instead. */
3533
+ type Outbound = DeploymentGetConfigAndNe$Outbound;
3534
+ }
3535
+ export declare function deploymentGetConfigAndNeToJSON(deploymentGetConfigAndNe: DeploymentGetConfigAndNe): string;
3536
+ export declare function deploymentGetConfigAndNeFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigAndNe, SDKValidationError>;
3537
+ /** @internal */
3538
+ export declare const AndNe$inboundSchema: z.ZodType<AndNe, z.ZodTypeDef, unknown>;
3539
+ /** @internal */
3540
+ export type AndNe$Outbound = {
3541
+ ne: string | number | boolean;
3542
+ };
3543
+ /** @internal */
3544
+ export declare const AndNe$outboundSchema: z.ZodType<AndNe$Outbound, z.ZodTypeDef, AndNe>;
3545
+ /**
3546
+ * @internal
3547
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3548
+ */
3549
+ export declare namespace AndNe$ {
3550
+ /** @deprecated use `AndNe$inboundSchema` instead. */
3551
+ const inboundSchema: z.ZodType<AndNe, z.ZodTypeDef, unknown>;
3552
+ /** @deprecated use `AndNe$outboundSchema` instead. */
3553
+ const outboundSchema: z.ZodType<AndNe$Outbound, z.ZodTypeDef, AndNe>;
3554
+ /** @deprecated use `AndNe$Outbound` instead. */
3555
+ type Outbound = AndNe$Outbound;
3556
+ }
3557
+ export declare function andNeToJSON(andNe: AndNe): string;
3558
+ export declare function andNeFromJSON(jsonString: string): SafeParseResult<AndNe, SDKValidationError>;
3559
+ /** @internal */
3560
+ export declare const DeploymentGetConfigAndEq$inboundSchema: z.ZodType<DeploymentGetConfigAndEq, z.ZodTypeDef, unknown>;
3561
+ /** @internal */
3562
+ export type DeploymentGetConfigAndEq$Outbound = string | number | boolean;
3563
+ /** @internal */
3564
+ export declare const DeploymentGetConfigAndEq$outboundSchema: z.ZodType<DeploymentGetConfigAndEq$Outbound, z.ZodTypeDef, DeploymentGetConfigAndEq>;
3565
+ /**
3566
+ * @internal
3567
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3568
+ */
3569
+ export declare namespace DeploymentGetConfigAndEq$ {
3570
+ /** @deprecated use `DeploymentGetConfigAndEq$inboundSchema` instead. */
3571
+ const inboundSchema: z.ZodType<DeploymentGetConfigAndEq, z.ZodTypeDef, unknown>;
3572
+ /** @deprecated use `DeploymentGetConfigAndEq$outboundSchema` instead. */
3573
+ const outboundSchema: z.ZodType<DeploymentGetConfigAndEq$Outbound, z.ZodTypeDef, DeploymentGetConfigAndEq>;
3574
+ /** @deprecated use `DeploymentGetConfigAndEq$Outbound` instead. */
3575
+ type Outbound = DeploymentGetConfigAndEq$Outbound;
3576
+ }
3577
+ export declare function deploymentGetConfigAndEqToJSON(deploymentGetConfigAndEq: DeploymentGetConfigAndEq): string;
3578
+ export declare function deploymentGetConfigAndEqFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigAndEq, SDKValidationError>;
3579
+ /** @internal */
3580
+ export declare const AndEq$inboundSchema: z.ZodType<AndEq, z.ZodTypeDef, unknown>;
3581
+ /** @internal */
3582
+ export type AndEq$Outbound = {
3583
+ eq: string | number | boolean;
3584
+ };
3585
+ /** @internal */
3586
+ export declare const AndEq$outboundSchema: z.ZodType<AndEq$Outbound, z.ZodTypeDef, AndEq>;
3587
+ /**
3588
+ * @internal
3589
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3590
+ */
3591
+ export declare namespace AndEq$ {
3592
+ /** @deprecated use `AndEq$inboundSchema` instead. */
3593
+ const inboundSchema: z.ZodType<AndEq, z.ZodTypeDef, unknown>;
3594
+ /** @deprecated use `AndEq$outboundSchema` instead. */
3595
+ const outboundSchema: z.ZodType<AndEq$Outbound, z.ZodTypeDef, AndEq>;
3596
+ /** @deprecated use `AndEq$Outbound` instead. */
3597
+ type Outbound = AndEq$Outbound;
3598
+ }
3599
+ export declare function andEqToJSON(andEq: AndEq): string;
3600
+ export declare function andEqFromJSON(jsonString: string): SafeParseResult<AndEq, SDKValidationError>;
3601
+ /** @internal */
3602
+ export declare const KnowledgeFilterAnd$inboundSchema: z.ZodType<KnowledgeFilterAnd, z.ZodTypeDef, unknown>;
3603
+ /** @internal */
3604
+ export type KnowledgeFilterAnd$Outbound = AndEq$Outbound | AndNe$Outbound | And3$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | AndIn$Outbound | AndNin$Outbound | AndExists$Outbound;
3605
+ /** @internal */
3606
+ export declare const KnowledgeFilterAnd$outboundSchema: z.ZodType<KnowledgeFilterAnd$Outbound, z.ZodTypeDef, KnowledgeFilterAnd>;
3607
+ /**
3608
+ * @internal
3609
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3610
+ */
3611
+ export declare namespace KnowledgeFilterAnd$ {
3612
+ /** @deprecated use `KnowledgeFilterAnd$inboundSchema` instead. */
3613
+ const inboundSchema: z.ZodType<KnowledgeFilterAnd, z.ZodTypeDef, unknown>;
3614
+ /** @deprecated use `KnowledgeFilterAnd$outboundSchema` instead. */
3615
+ const outboundSchema: z.ZodType<KnowledgeFilterAnd$Outbound, z.ZodTypeDef, KnowledgeFilterAnd>;
3616
+ /** @deprecated use `KnowledgeFilterAnd$Outbound` instead. */
3617
+ type Outbound = KnowledgeFilterAnd$Outbound;
3618
+ }
3619
+ export declare function knowledgeFilterAndToJSON(knowledgeFilterAnd: KnowledgeFilterAnd): string;
3620
+ export declare function knowledgeFilterAndFromJSON(jsonString: string): SafeParseResult<KnowledgeFilterAnd, SDKValidationError>;
3621
+ /** @internal */
3622
+ export declare const And$inboundSchema: z.ZodType<And, z.ZodTypeDef, unknown>;
3623
+ /** @internal */
3624
+ export type And$Outbound = {
3625
+ and: Array<{
3626
+ [k: string]: AndEq$Outbound | AndNe$Outbound | And3$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | AndIn$Outbound | AndNin$Outbound | AndExists$Outbound;
3627
+ }>;
3628
+ };
3629
+ /** @internal */
3630
+ export declare const And$outboundSchema: z.ZodType<And$Outbound, z.ZodTypeDef, And>;
3631
+ /**
3632
+ * @internal
3633
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3634
+ */
3635
+ export declare namespace And$ {
3636
+ /** @deprecated use `And$inboundSchema` instead. */
3637
+ const inboundSchema: z.ZodType<And, z.ZodTypeDef, unknown>;
3638
+ /** @deprecated use `And$outboundSchema` instead. */
3639
+ const outboundSchema: z.ZodType<And$Outbound, z.ZodTypeDef, And>;
3640
+ /** @deprecated use `And$Outbound` instead. */
3641
+ type Outbound = And$Outbound;
3642
+ }
3643
+ export declare function andToJSON(and: And): string;
3644
+ export declare function andFromJSON(jsonString: string): SafeParseResult<And, SDKValidationError>;
3645
+ /** @internal */
3646
+ export declare const Exists$inboundSchema: z.ZodType<Exists, z.ZodTypeDef, unknown>;
3647
+ /** @internal */
3648
+ export type Exists$Outbound = {
3649
+ exists: boolean;
3650
+ };
3651
+ /** @internal */
3652
+ export declare const Exists$outboundSchema: z.ZodType<Exists$Outbound, z.ZodTypeDef, Exists>;
3653
+ /**
3654
+ * @internal
3655
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3656
+ */
3657
+ export declare namespace Exists$ {
3658
+ /** @deprecated use `Exists$inboundSchema` instead. */
3659
+ const inboundSchema: z.ZodType<Exists, z.ZodTypeDef, unknown>;
3660
+ /** @deprecated use `Exists$outboundSchema` instead. */
3661
+ const outboundSchema: z.ZodType<Exists$Outbound, z.ZodTypeDef, Exists>;
3662
+ /** @deprecated use `Exists$Outbound` instead. */
3663
+ type Outbound = Exists$Outbound;
3664
+ }
3665
+ export declare function existsToJSON(exists: Exists): string;
3666
+ export declare function existsFromJSON(jsonString: string): SafeParseResult<Exists, SDKValidationError>;
3667
+ /** @internal */
3668
+ export declare const OneNin$inboundSchema: z.ZodType<OneNin, z.ZodTypeDef, unknown>;
3669
+ /** @internal */
3670
+ export type OneNin$Outbound = string | number | boolean;
3671
+ /** @internal */
3672
+ export declare const OneNin$outboundSchema: z.ZodType<OneNin$Outbound, z.ZodTypeDef, OneNin>;
3673
+ /**
3674
+ * @internal
3675
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3676
+ */
3677
+ export declare namespace OneNin$ {
3678
+ /** @deprecated use `OneNin$inboundSchema` instead. */
3679
+ const inboundSchema: z.ZodType<OneNin, z.ZodTypeDef, unknown>;
3680
+ /** @deprecated use `OneNin$outboundSchema` instead. */
3681
+ const outboundSchema: z.ZodType<OneNin$Outbound, z.ZodTypeDef, OneNin>;
3682
+ /** @deprecated use `OneNin$Outbound` instead. */
3683
+ type Outbound = OneNin$Outbound;
3684
+ }
3685
+ export declare function oneNinToJSON(oneNin: OneNin): string;
3686
+ export declare function oneNinFromJSON(jsonString: string): SafeParseResult<OneNin, SDKValidationError>;
3687
+ /** @internal */
3688
+ export declare const Nin$inboundSchema: z.ZodType<Nin, z.ZodTypeDef, unknown>;
3689
+ /** @internal */
3690
+ export type Nin$Outbound = {
3691
+ nin: Array<string | number | boolean>;
3692
+ };
3693
+ /** @internal */
3694
+ export declare const Nin$outboundSchema: z.ZodType<Nin$Outbound, z.ZodTypeDef, Nin>;
3695
+ /**
3696
+ * @internal
3697
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3698
+ */
3699
+ export declare namespace Nin$ {
3700
+ /** @deprecated use `Nin$inboundSchema` instead. */
3701
+ const inboundSchema: z.ZodType<Nin, z.ZodTypeDef, unknown>;
3702
+ /** @deprecated use `Nin$outboundSchema` instead. */
3703
+ const outboundSchema: z.ZodType<Nin$Outbound, z.ZodTypeDef, Nin>;
3704
+ /** @deprecated use `Nin$Outbound` instead. */
3705
+ type Outbound = Nin$Outbound;
3706
+ }
3707
+ export declare function ninToJSON(nin: Nin): string;
3708
+ export declare function ninFromJSON(jsonString: string): SafeParseResult<Nin, SDKValidationError>;
3709
+ /** @internal */
3710
+ export declare const OneIn$inboundSchema: z.ZodType<OneIn, z.ZodTypeDef, unknown>;
3711
+ /** @internal */
3712
+ export type OneIn$Outbound = string | number | boolean;
3713
+ /** @internal */
3714
+ export declare const OneIn$outboundSchema: z.ZodType<OneIn$Outbound, z.ZodTypeDef, OneIn>;
3715
+ /**
3716
+ * @internal
3717
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3718
+ */
3719
+ export declare namespace OneIn$ {
3720
+ /** @deprecated use `OneIn$inboundSchema` instead. */
3721
+ const inboundSchema: z.ZodType<OneIn, z.ZodTypeDef, unknown>;
3722
+ /** @deprecated use `OneIn$outboundSchema` instead. */
3723
+ const outboundSchema: z.ZodType<OneIn$Outbound, z.ZodTypeDef, OneIn>;
3724
+ /** @deprecated use `OneIn$Outbound` instead. */
3725
+ type Outbound = OneIn$Outbound;
3726
+ }
3727
+ export declare function oneInToJSON(oneIn: OneIn): string;
3728
+ export declare function oneInFromJSON(jsonString: string): SafeParseResult<OneIn, SDKValidationError>;
3729
+ /** @internal */
3730
+ export declare const In$inboundSchema: z.ZodType<In, z.ZodTypeDef, unknown>;
3731
+ /** @internal */
3732
+ export type In$Outbound = {
3733
+ in: Array<string | number | boolean>;
3734
+ };
3735
+ /** @internal */
3736
+ export declare const In$outboundSchema: z.ZodType<In$Outbound, z.ZodTypeDef, In>;
3737
+ /**
3738
+ * @internal
3739
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3740
+ */
3741
+ export declare namespace In$ {
3742
+ /** @deprecated use `In$inboundSchema` instead. */
3743
+ const inboundSchema: z.ZodType<In, z.ZodTypeDef, unknown>;
3744
+ /** @deprecated use `In$outboundSchema` instead. */
3745
+ const outboundSchema: z.ZodType<In$Outbound, z.ZodTypeDef, In>;
3746
+ /** @deprecated use `In$Outbound` instead. */
3747
+ type Outbound = In$Outbound;
3748
+ }
3749
+ export declare function inToJSON(value: In): string;
3750
+ export declare function inFromJSON(jsonString: string): SafeParseResult<In, SDKValidationError>;
3751
+ /** @internal */
3752
+ export declare const Lte$inboundSchema: z.ZodType<Lte, z.ZodTypeDef, unknown>;
3753
+ /** @internal */
3754
+ export type Lte$Outbound = {
3755
+ lte: number;
3756
+ };
3757
+ /** @internal */
3758
+ export declare const Lte$outboundSchema: z.ZodType<Lte$Outbound, z.ZodTypeDef, Lte>;
3759
+ /**
3760
+ * @internal
3761
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3762
+ */
3763
+ export declare namespace Lte$ {
3764
+ /** @deprecated use `Lte$inboundSchema` instead. */
3765
+ const inboundSchema: z.ZodType<Lte, z.ZodTypeDef, unknown>;
3766
+ /** @deprecated use `Lte$outboundSchema` instead. */
3767
+ const outboundSchema: z.ZodType<Lte$Outbound, z.ZodTypeDef, Lte>;
3768
+ /** @deprecated use `Lte$Outbound` instead. */
3769
+ type Outbound = Lte$Outbound;
3770
+ }
3771
+ export declare function lteToJSON(lte: Lte): string;
3772
+ export declare function lteFromJSON(jsonString: string): SafeParseResult<Lte, SDKValidationError>;
3773
+ /** @internal */
3774
+ export declare const Lt$inboundSchema: z.ZodType<Lt, z.ZodTypeDef, unknown>;
3775
+ /** @internal */
3776
+ export type Lt$Outbound = {
3777
+ lt: number;
3778
+ };
3779
+ /** @internal */
3780
+ export declare const Lt$outboundSchema: z.ZodType<Lt$Outbound, z.ZodTypeDef, Lt>;
3781
+ /**
3782
+ * @internal
3783
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3784
+ */
3785
+ export declare namespace Lt$ {
3786
+ /** @deprecated use `Lt$inboundSchema` instead. */
3787
+ const inboundSchema: z.ZodType<Lt, z.ZodTypeDef, unknown>;
3788
+ /** @deprecated use `Lt$outboundSchema` instead. */
3789
+ const outboundSchema: z.ZodType<Lt$Outbound, z.ZodTypeDef, Lt>;
3790
+ /** @deprecated use `Lt$Outbound` instead. */
3791
+ type Outbound = Lt$Outbound;
3792
+ }
3793
+ export declare function ltToJSON(lt: Lt): string;
3794
+ export declare function ltFromJSON(jsonString: string): SafeParseResult<Lt, SDKValidationError>;
3795
+ /** @internal */
3796
+ export declare const Gte$inboundSchema: z.ZodType<Gte, z.ZodTypeDef, unknown>;
3797
+ /** @internal */
3798
+ export type Gte$Outbound = {
3799
+ gte: number;
3800
+ };
3801
+ /** @internal */
3802
+ export declare const Gte$outboundSchema: z.ZodType<Gte$Outbound, z.ZodTypeDef, Gte>;
3803
+ /**
3804
+ * @internal
3805
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3806
+ */
3807
+ export declare namespace Gte$ {
3808
+ /** @deprecated use `Gte$inboundSchema` instead. */
3809
+ const inboundSchema: z.ZodType<Gte, z.ZodTypeDef, unknown>;
3810
+ /** @deprecated use `Gte$outboundSchema` instead. */
3811
+ const outboundSchema: z.ZodType<Gte$Outbound, z.ZodTypeDef, Gte>;
3812
+ /** @deprecated use `Gte$Outbound` instead. */
3813
+ type Outbound = Gte$Outbound;
3814
+ }
3815
+ export declare function gteToJSON(gte: Gte): string;
3816
+ export declare function gteFromJSON(jsonString: string): SafeParseResult<Gte, SDKValidationError>;
3817
+ /** @internal */
3818
+ export declare const One3$inboundSchema: z.ZodType<One3, z.ZodTypeDef, unknown>;
3819
+ /** @internal */
3820
+ export type One3$Outbound = {
3821
+ gt: number;
3822
+ };
3823
+ /** @internal */
3824
+ export declare const One3$outboundSchema: z.ZodType<One3$Outbound, z.ZodTypeDef, One3>;
3825
+ /**
3826
+ * @internal
3827
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3828
+ */
3829
+ export declare namespace One3$ {
3830
+ /** @deprecated use `One3$inboundSchema` instead. */
3831
+ const inboundSchema: z.ZodType<One3, z.ZodTypeDef, unknown>;
3832
+ /** @deprecated use `One3$outboundSchema` instead. */
3833
+ const outboundSchema: z.ZodType<One3$Outbound, z.ZodTypeDef, One3>;
3834
+ /** @deprecated use `One3$Outbound` instead. */
3835
+ type Outbound = One3$Outbound;
3836
+ }
3837
+ export declare function one3ToJSON(one3: One3): string;
3838
+ export declare function one3FromJSON(jsonString: string): SafeParseResult<One3, SDKValidationError>;
3839
+ /** @internal */
3840
+ export declare const OneNe$inboundSchema: z.ZodType<OneNe, z.ZodTypeDef, unknown>;
3841
+ /** @internal */
3842
+ export type OneNe$Outbound = string | number | boolean;
3843
+ /** @internal */
3844
+ export declare const OneNe$outboundSchema: z.ZodType<OneNe$Outbound, z.ZodTypeDef, OneNe>;
3845
+ /**
3846
+ * @internal
3847
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3848
+ */
3849
+ export declare namespace OneNe$ {
3850
+ /** @deprecated use `OneNe$inboundSchema` instead. */
3851
+ const inboundSchema: z.ZodType<OneNe, z.ZodTypeDef, unknown>;
3852
+ /** @deprecated use `OneNe$outboundSchema` instead. */
3853
+ const outboundSchema: z.ZodType<OneNe$Outbound, z.ZodTypeDef, OneNe>;
3854
+ /** @deprecated use `OneNe$Outbound` instead. */
3855
+ type Outbound = OneNe$Outbound;
3856
+ }
3857
+ export declare function oneNeToJSON(oneNe: OneNe): string;
3858
+ export declare function oneNeFromJSON(jsonString: string): SafeParseResult<OneNe, SDKValidationError>;
3859
+ /** @internal */
3860
+ export declare const Ne$inboundSchema: z.ZodType<Ne, z.ZodTypeDef, unknown>;
3861
+ /** @internal */
3862
+ export type Ne$Outbound = {
3863
+ ne: string | number | boolean;
3864
+ };
3865
+ /** @internal */
3866
+ export declare const Ne$outboundSchema: z.ZodType<Ne$Outbound, z.ZodTypeDef, Ne>;
3867
+ /**
3868
+ * @internal
3869
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3870
+ */
3871
+ export declare namespace Ne$ {
3872
+ /** @deprecated use `Ne$inboundSchema` instead. */
3873
+ const inboundSchema: z.ZodType<Ne, z.ZodTypeDef, unknown>;
3874
+ /** @deprecated use `Ne$outboundSchema` instead. */
3875
+ const outboundSchema: z.ZodType<Ne$Outbound, z.ZodTypeDef, Ne>;
3876
+ /** @deprecated use `Ne$Outbound` instead. */
3877
+ type Outbound = Ne$Outbound;
3878
+ }
3879
+ export declare function neToJSON(ne: Ne): string;
3880
+ export declare function neFromJSON(jsonString: string): SafeParseResult<Ne, SDKValidationError>;
3881
+ /** @internal */
3882
+ export declare const OneEq$inboundSchema: z.ZodType<OneEq, z.ZodTypeDef, unknown>;
3883
+ /** @internal */
3884
+ export type OneEq$Outbound = string | number | boolean;
3885
+ /** @internal */
3886
+ export declare const OneEq$outboundSchema: z.ZodType<OneEq$Outbound, z.ZodTypeDef, OneEq>;
3887
+ /**
3888
+ * @internal
3889
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3890
+ */
3891
+ export declare namespace OneEq$ {
3892
+ /** @deprecated use `OneEq$inboundSchema` instead. */
3893
+ const inboundSchema: z.ZodType<OneEq, z.ZodTypeDef, unknown>;
3894
+ /** @deprecated use `OneEq$outboundSchema` instead. */
3895
+ const outboundSchema: z.ZodType<OneEq$Outbound, z.ZodTypeDef, OneEq>;
3896
+ /** @deprecated use `OneEq$Outbound` instead. */
3897
+ type Outbound = OneEq$Outbound;
3898
+ }
3899
+ export declare function oneEqToJSON(oneEq: OneEq): string;
3900
+ export declare function oneEqFromJSON(jsonString: string): SafeParseResult<OneEq, SDKValidationError>;
3901
+ /** @internal */
3902
+ export declare const Eq$inboundSchema: z.ZodType<Eq, z.ZodTypeDef, unknown>;
3903
+ /** @internal */
3904
+ export type Eq$Outbound = {
3905
+ eq: string | number | boolean;
3906
+ };
3907
+ /** @internal */
3908
+ export declare const Eq$outboundSchema: z.ZodType<Eq$Outbound, z.ZodTypeDef, Eq>;
3909
+ /**
3910
+ * @internal
3911
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3912
+ */
3913
+ export declare namespace Eq$ {
3914
+ /** @deprecated use `Eq$inboundSchema` instead. */
3915
+ const inboundSchema: z.ZodType<Eq, z.ZodTypeDef, unknown>;
3916
+ /** @deprecated use `Eq$outboundSchema` instead. */
3917
+ const outboundSchema: z.ZodType<Eq$Outbound, z.ZodTypeDef, Eq>;
3918
+ /** @deprecated use `Eq$Outbound` instead. */
3919
+ type Outbound = Eq$Outbound;
3920
+ }
3921
+ export declare function eqToJSON(eq: Eq): string;
3922
+ export declare function eqFromJSON(jsonString: string): SafeParseResult<Eq, SDKValidationError>;
3923
+ /** @internal */
3924
+ export declare const KnowledgeFilter1$inboundSchema: z.ZodType<KnowledgeFilter1, z.ZodTypeDef, unknown>;
3925
+ /** @internal */
3926
+ export type KnowledgeFilter1$Outbound = Eq$Outbound | Ne$Outbound | One3$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
3927
+ /** @internal */
3928
+ export declare const KnowledgeFilter1$outboundSchema: z.ZodType<KnowledgeFilter1$Outbound, z.ZodTypeDef, KnowledgeFilter1>;
3929
+ /**
3930
+ * @internal
3931
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3932
+ */
3933
+ export declare namespace KnowledgeFilter1$ {
3934
+ /** @deprecated use `KnowledgeFilter1$inboundSchema` instead. */
3935
+ const inboundSchema: z.ZodType<KnowledgeFilter1, z.ZodTypeDef, unknown>;
3936
+ /** @deprecated use `KnowledgeFilter1$outboundSchema` instead. */
3937
+ const outboundSchema: z.ZodType<KnowledgeFilter1$Outbound, z.ZodTypeDef, KnowledgeFilter1>;
3938
+ /** @deprecated use `KnowledgeFilter1$Outbound` instead. */
3939
+ type Outbound = KnowledgeFilter1$Outbound;
3940
+ }
3941
+ export declare function knowledgeFilter1ToJSON(knowledgeFilter1: KnowledgeFilter1): string;
3942
+ export declare function knowledgeFilter1FromJSON(jsonString: string): SafeParseResult<KnowledgeFilter1, SDKValidationError>;
3943
+ /** @internal */
3944
+ export declare const KnowledgeFilter$inboundSchema: z.ZodType<KnowledgeFilter, z.ZodTypeDef, unknown>;
3945
+ /** @internal */
3946
+ export type KnowledgeFilter$Outbound = And$Outbound | Or$Outbound | {
3947
+ [k: string]: Eq$Outbound | Ne$Outbound | One3$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
3948
+ };
3949
+ /** @internal */
3950
+ export declare const KnowledgeFilter$outboundSchema: z.ZodType<KnowledgeFilter$Outbound, z.ZodTypeDef, KnowledgeFilter>;
3951
+ /**
3952
+ * @internal
3953
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3954
+ */
3955
+ export declare namespace KnowledgeFilter$ {
3956
+ /** @deprecated use `KnowledgeFilter$inboundSchema` instead. */
3957
+ const inboundSchema: z.ZodType<KnowledgeFilter, z.ZodTypeDef, unknown>;
3958
+ /** @deprecated use `KnowledgeFilter$outboundSchema` instead. */
3959
+ const outboundSchema: z.ZodType<KnowledgeFilter$Outbound, z.ZodTypeDef, KnowledgeFilter>;
3960
+ /** @deprecated use `KnowledgeFilter$Outbound` instead. */
3961
+ type Outbound = KnowledgeFilter$Outbound;
3962
+ }
3963
+ export declare function knowledgeFilterToJSON(knowledgeFilter: KnowledgeFilter): string;
3964
+ export declare function knowledgeFilterFromJSON(jsonString: string): SafeParseResult<KnowledgeFilter, SDKValidationError>;
3965
+ /** @internal */
3966
+ export declare const DeploymentGetConfigRequestBody$inboundSchema: z.ZodType<DeploymentGetConfigRequestBody, z.ZodTypeDef, unknown>;
3967
+ /** @internal */
3968
+ export type DeploymentGetConfigRequestBody$Outbound = {
3969
+ key: string;
3970
+ inputs?: {
3971
+ [k: string]: string | number | boolean;
3972
+ } | undefined;
3973
+ context?: {
3974
+ [k: string]: any;
3975
+ } | undefined;
3976
+ prefix_messages?: Array<DeveloperMessage$Outbound | SystemMessage$Outbound | UserMessage$Outbound | ToolMessage$Outbound | AssistantMessage$Outbound> | undefined;
3977
+ messages?: Array<MessagesDeveloperMessage$Outbound | MessagesSystemMessage$Outbound | MessagesUserMessage$Outbound | MessagesToolMessage$Outbound | MessagesAssistantMessage$Outbound> | undefined;
3978
+ file_ids?: Array<string> | undefined;
3979
+ metadata?: {
3980
+ [k: string]: any;
3981
+ } | undefined;
3982
+ extra_params?: {
3983
+ [k: string]: any;
3984
+ } | undefined;
3985
+ documents?: Array<Documents$Outbound> | undefined;
3986
+ invoke_options?: InvokeOptions$Outbound | undefined;
3987
+ thread?: Thread$Outbound | undefined;
3988
+ knowledge_filter?: And$Outbound | Or$Outbound | {
3989
+ [k: string]: Eq$Outbound | Ne$Outbound | One3$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | In$Outbound | Nin$Outbound | Exists$Outbound;
3990
+ } | undefined;
3991
+ };
3992
+ /** @internal */
3993
+ export declare const DeploymentGetConfigRequestBody$outboundSchema: z.ZodType<DeploymentGetConfigRequestBody$Outbound, z.ZodTypeDef, DeploymentGetConfigRequestBody>;
3994
+ /**
3995
+ * @internal
3996
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3997
+ */
3998
+ export declare namespace DeploymentGetConfigRequestBody$ {
3999
+ /** @deprecated use `DeploymentGetConfigRequestBody$inboundSchema` instead. */
4000
+ const inboundSchema: z.ZodType<DeploymentGetConfigRequestBody, z.ZodTypeDef, unknown>;
4001
+ /** @deprecated use `DeploymentGetConfigRequestBody$outboundSchema` instead. */
4002
+ const outboundSchema: z.ZodType<DeploymentGetConfigRequestBody$Outbound, z.ZodTypeDef, DeploymentGetConfigRequestBody>;
4003
+ /** @deprecated use `DeploymentGetConfigRequestBody$Outbound` instead. */
4004
+ type Outbound = DeploymentGetConfigRequestBody$Outbound;
4005
+ }
4006
+ export declare function deploymentGetConfigRequestBodyToJSON(deploymentGetConfigRequestBody: DeploymentGetConfigRequestBody): string;
4007
+ export declare function deploymentGetConfigRequestBodyFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigRequestBody, SDKValidationError>;
4008
+ /** @internal */
4009
+ export declare const DeploymentGetConfigType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigType>;
4010
+ /** @internal */
4011
+ export declare const DeploymentGetConfigType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigType>;
4012
+ /**
4013
+ * @internal
4014
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4015
+ */
4016
+ export declare namespace DeploymentGetConfigType$ {
4017
+ /** @deprecated use `DeploymentGetConfigType$inboundSchema` instead. */
4018
+ const inboundSchema: z.ZodNativeEnum<{
4019
+ readonly Chat: "chat";
4020
+ readonly Completion: "completion";
4021
+ readonly Embedding: "embedding";
4022
+ readonly Vision: "vision";
4023
+ readonly Image: "image";
4024
+ readonly Tts: "tts";
4025
+ readonly Stt: "stt";
4026
+ readonly Rerank: "rerank";
4027
+ readonly Moderations: "moderations";
4028
+ }>;
4029
+ /** @deprecated use `DeploymentGetConfigType$outboundSchema` instead. */
4030
+ const outboundSchema: z.ZodNativeEnum<{
4031
+ readonly Chat: "chat";
4032
+ readonly Completion: "completion";
4033
+ readonly Embedding: "embedding";
4034
+ readonly Vision: "vision";
4035
+ readonly Image: "image";
4036
+ readonly Tts: "tts";
4037
+ readonly Stt: "stt";
4038
+ readonly Rerank: "rerank";
4039
+ readonly Moderations: "moderations";
4040
+ }>;
4041
+ }
4042
+ /** @internal */
4043
+ export declare const DeploymentGetConfigRole$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigRole>;
4044
+ /** @internal */
4045
+ export declare const DeploymentGetConfigRole$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfigRole>;
4046
+ /**
4047
+ * @internal
4048
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4049
+ */
4050
+ export declare namespace DeploymentGetConfigRole$ {
4051
+ /** @deprecated use `DeploymentGetConfigRole$inboundSchema` instead. */
4052
+ const inboundSchema: z.ZodNativeEnum<{
4053
+ readonly System: "system";
4054
+ readonly Assistant: "assistant";
4055
+ readonly User: "user";
4056
+ readonly Exception: "exception";
4057
+ readonly Tool: "tool";
4058
+ readonly Prompt: "prompt";
4059
+ readonly Correction: "correction";
4060
+ readonly ExpectedOutput: "expected_output";
4061
+ }>;
4062
+ /** @deprecated use `DeploymentGetConfigRole$outboundSchema` instead. */
4063
+ const outboundSchema: z.ZodNativeEnum<{
4064
+ readonly System: "system";
4065
+ readonly Assistant: "assistant";
4066
+ readonly User: "user";
4067
+ readonly Exception: "exception";
4068
+ readonly Tool: "tool";
4069
+ readonly Prompt: "prompt";
4070
+ readonly Correction: "correction";
4071
+ readonly ExpectedOutput: "expected_output";
4072
+ }>;
4073
+ }
4074
+ /** @internal */
4075
+ export declare const DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType>;
4076
+ /** @internal */
4077
+ export declare const DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType>;
4078
+ /**
4079
+ * @internal
4080
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4081
+ */
4082
+ export declare namespace DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$ {
4083
+ /** @deprecated use `DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$inboundSchema` instead. */
4084
+ const inboundSchema: z.ZodNativeEnum<{
4085
+ readonly File: "file";
4086
+ }>;
4087
+ /** @deprecated use `DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$outboundSchema` instead. */
4088
+ const outboundSchema: z.ZodNativeEnum<{
4089
+ readonly File: "file";
4090
+ }>;
4091
+ }
4092
+ /** @internal */
4093
+ export declare const DeploymentGetConfig2File$inboundSchema: z.ZodType<DeploymentGetConfig2File, z.ZodTypeDef, unknown>;
4094
+ /** @internal */
4095
+ export type DeploymentGetConfig2File$Outbound = {
4096
+ file_data: string;
4097
+ filename?: string | undefined;
4098
+ };
4099
+ /** @internal */
4100
+ export declare const DeploymentGetConfig2File$outboundSchema: z.ZodType<DeploymentGetConfig2File$Outbound, z.ZodTypeDef, DeploymentGetConfig2File>;
4101
+ /**
4102
+ * @internal
4103
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4104
+ */
4105
+ export declare namespace DeploymentGetConfig2File$ {
4106
+ /** @deprecated use `DeploymentGetConfig2File$inboundSchema` instead. */
4107
+ const inboundSchema: z.ZodType<DeploymentGetConfig2File, z.ZodTypeDef, unknown>;
4108
+ /** @deprecated use `DeploymentGetConfig2File$outboundSchema` instead. */
4109
+ const outboundSchema: z.ZodType<DeploymentGetConfig2File$Outbound, z.ZodTypeDef, DeploymentGetConfig2File>;
4110
+ /** @deprecated use `DeploymentGetConfig2File$Outbound` instead. */
4111
+ type Outbound = DeploymentGetConfig2File$Outbound;
4112
+ }
4113
+ export declare function deploymentGetConfig2FileToJSON(deploymentGetConfig2File: DeploymentGetConfig2File): string;
4114
+ export declare function deploymentGetConfig2FileFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig2File, SDKValidationError>;
4115
+ /** @internal */
4116
+ export declare const DeploymentGetConfig23$inboundSchema: z.ZodType<DeploymentGetConfig23, z.ZodTypeDef, unknown>;
4117
+ /** @internal */
4118
+ export type DeploymentGetConfig23$Outbound = {
4119
+ type: string;
4120
+ file: DeploymentGetConfig2File$Outbound;
4121
+ };
4122
+ /** @internal */
4123
+ export declare const DeploymentGetConfig23$outboundSchema: z.ZodType<DeploymentGetConfig23$Outbound, z.ZodTypeDef, DeploymentGetConfig23>;
4124
+ /**
4125
+ * @internal
4126
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4127
+ */
4128
+ export declare namespace DeploymentGetConfig23$ {
4129
+ /** @deprecated use `DeploymentGetConfig23$inboundSchema` instead. */
4130
+ const inboundSchema: z.ZodType<DeploymentGetConfig23, z.ZodTypeDef, unknown>;
4131
+ /** @deprecated use `DeploymentGetConfig23$outboundSchema` instead. */
4132
+ const outboundSchema: z.ZodType<DeploymentGetConfig23$Outbound, z.ZodTypeDef, DeploymentGetConfig23>;
4133
+ /** @deprecated use `DeploymentGetConfig23$Outbound` instead. */
4134
+ type Outbound = DeploymentGetConfig23$Outbound;
2883
4135
  }
4136
+ export declare function deploymentGetConfig23ToJSON(deploymentGetConfig23: DeploymentGetConfig23): string;
4137
+ export declare function deploymentGetConfig23FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig23, SDKValidationError>;
2884
4138
  /** @internal */
2885
4139
  export declare const DeploymentGetConfig2DeploymentsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsResponse200Type>;
2886
4140
  /** @internal */
@@ -2990,7 +4244,7 @@ export declare function deploymentGetConfig21FromJSON(jsonString: string): SafeP
2990
4244
  /** @internal */
2991
4245
  export declare const DeploymentGetConfigContentDeploymentsResponse2$inboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsResponse2, z.ZodTypeDef, unknown>;
2992
4246
  /** @internal */
2993
- export type DeploymentGetConfigContentDeploymentsResponse2$Outbound = DeploymentGetConfig21$Outbound | DeploymentGetConfig2Deployments2$Outbound;
4247
+ export type DeploymentGetConfigContentDeploymentsResponse2$Outbound = DeploymentGetConfig21$Outbound | DeploymentGetConfig2Deployments2$Outbound | DeploymentGetConfig23$Outbound;
2994
4248
  /** @internal */
2995
4249
  export declare const DeploymentGetConfigContentDeploymentsResponse2$outboundSchema: z.ZodType<DeploymentGetConfigContentDeploymentsResponse2$Outbound, z.ZodTypeDef, DeploymentGetConfigContentDeploymentsResponse2>;
2996
4250
  /**
@@ -3010,7 +4264,7 @@ export declare function deploymentGetConfigContentDeploymentsResponse2FromJSON(j
3010
4264
  /** @internal */
3011
4265
  export declare const DeploymentGetConfigContent$inboundSchema: z.ZodType<DeploymentGetConfigContent, z.ZodTypeDef, unknown>;
3012
4266
  /** @internal */
3013
- export type DeploymentGetConfigContent$Outbound = string | Array<DeploymentGetConfig21$Outbound | DeploymentGetConfig2Deployments2$Outbound>;
4267
+ export type DeploymentGetConfigContent$Outbound = string | Array<DeploymentGetConfig21$Outbound | DeploymentGetConfig2Deployments2$Outbound | DeploymentGetConfig23$Outbound>;
3014
4268
  /** @internal */
3015
4269
  export declare const DeploymentGetConfigContent$outboundSchema: z.ZodType<DeploymentGetConfigContent$Outbound, z.ZodTypeDef, DeploymentGetConfigContent>;
3016
4270
  /**
@@ -3098,7 +4352,7 @@ export declare const DeploymentGetConfigMessages$inboundSchema: z.ZodType<Deploy
3098
4352
  /** @internal */
3099
4353
  export type DeploymentGetConfigMessages$Outbound = {
3100
4354
  role: string;
3101
- content: string | Array<DeploymentGetConfig21$Outbound | DeploymentGetConfig2Deployments2$Outbound>;
4355
+ content: string | Array<DeploymentGetConfig21$Outbound | DeploymentGetConfig2Deployments2$Outbound | DeploymentGetConfig23$Outbound>;
3102
4356
  tool_calls?: Array<DeploymentGetConfigToolCalls$Outbound> | undefined;
3103
4357
  tool_call_id?: string | undefined;
3104
4358
  };