@orq-ai/node 3.5.13 → 3.6.0-rc.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (394) hide show
  1. package/README.md +6 -0
  2. package/bin/mcp-server.js +4828 -608
  3. package/bin/mcp-server.js.map +44 -35
  4. package/docs/sdks/datasets/README.md +91 -4
  5. package/docs/sdks/deployments/README.md +89 -0
  6. package/docs/sdks/knowledge/README.md +81 -4
  7. package/docs/sdks/prompts/README.md +4 -4
  8. package/funcs/datasetsCreateExperiment.d.ts +16 -0
  9. package/funcs/datasetsCreateExperiment.d.ts.map +1 -0
  10. package/funcs/datasetsCreateExperiment.js +118 -0
  11. package/funcs/datasetsCreateExperiment.js.map +1 -0
  12. package/funcs/deploymentsCreateExperiment.d.ts +16 -0
  13. package/funcs/deploymentsCreateExperiment.d.ts.map +1 -0
  14. package/funcs/deploymentsCreateExperiment.js +118 -0
  15. package/funcs/deploymentsCreateExperiment.js.map +1 -0
  16. package/funcs/knowledgeSearch.d.ts +16 -0
  17. package/funcs/knowledgeSearch.d.ts.map +1 -0
  18. package/funcs/knowledgeSearch.js +118 -0
  19. package/funcs/knowledgeSearch.js.map +1 -0
  20. package/jsr.json +1 -1
  21. package/lib/config.d.ts +2 -2
  22. package/lib/config.js +2 -2
  23. package/lib/config.js.map +1 -1
  24. package/mcp-server/mcp-server.js +1 -1
  25. package/mcp-server/mcp-server.js.map +1 -1
  26. package/mcp-server/server.d.ts.map +1 -1
  27. package/mcp-server/server.js +7 -1
  28. package/mcp-server/server.js.map +1 -1
  29. package/mcp-server/tools/datasetsCreateExperiment.d.ts +8 -0
  30. package/mcp-server/tools/datasetsCreateExperiment.d.ts.map +1 -0
  31. package/mcp-server/tools/datasetsCreateExperiment.js +64 -0
  32. package/mcp-server/tools/datasetsCreateExperiment.js.map +1 -0
  33. package/mcp-server/tools/deploymentsCreateExperiment.d.ts +8 -0
  34. package/mcp-server/tools/deploymentsCreateExperiment.d.ts.map +1 -0
  35. package/mcp-server/tools/deploymentsCreateExperiment.js +64 -0
  36. package/mcp-server/tools/deploymentsCreateExperiment.js.map +1 -0
  37. package/mcp-server/tools/knowledgeSearch.d.ts +8 -0
  38. package/mcp-server/tools/knowledgeSearch.d.ts.map +1 -0
  39. package/mcp-server/tools/knowledgeSearch.js +64 -0
  40. package/mcp-server/tools/knowledgeSearch.js.map +1 -0
  41. package/models/components/deployments.d.ts +1442 -67
  42. package/models/components/deployments.d.ts.map +1 -1
  43. package/models/components/deployments.js +1881 -126
  44. package/models/components/deployments.js.map +1 -1
  45. package/models/operations/bulkcreatedatapoints.js +2 -2
  46. package/models/operations/createchunk.d.ts +32 -17
  47. package/models/operations/createchunk.d.ts.map +1 -1
  48. package/models/operations/createchunk.js +30 -19
  49. package/models/operations/createchunk.js.map +1 -1
  50. package/models/operations/createcontact.js +2 -2
  51. package/models/operations/createdataset.js +2 -2
  52. package/models/operations/createdatasetexperiment.d.ts +140 -0
  53. package/models/operations/createdatasetexperiment.d.ts.map +1 -0
  54. package/models/operations/createdatasetexperiment.js +188 -0
  55. package/models/operations/createdatasetexperiment.js.map +1 -0
  56. package/models/operations/createdatasetitem.js +2 -2
  57. package/models/operations/createdatasource.js +2 -2
  58. package/models/operations/createdeploymentexperiment.d.ts +152 -0
  59. package/models/operations/createdeploymentexperiment.d.ts.map +1 -0
  60. package/models/operations/createdeploymentexperiment.js +189 -0
  61. package/models/operations/createdeploymentexperiment.js.map +1 -0
  62. package/models/operations/deploymentcreatemetric.d.ts +240 -28
  63. package/models/operations/deploymentcreatemetric.d.ts.map +1 -1
  64. package/models/operations/deploymentcreatemetric.js +236 -29
  65. package/models/operations/deploymentcreatemetric.js.map +1 -1
  66. package/models/operations/deploymentgetconfig.d.ts +1428 -53
  67. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  68. package/models/operations/deploymentgetconfig.js +1876 -120
  69. package/models/operations/deploymentgetconfig.js.map +1 -1
  70. package/models/operations/deploymentinvoke.d.ts +34 -4
  71. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  72. package/models/operations/deploymentinvoke.js +30 -4
  73. package/models/operations/deploymentinvoke.js.map +1 -1
  74. package/models/operations/deploymentstream.d.ts +1425 -50
  75. package/models/operations/deploymentstream.d.ts.map +1 -1
  76. package/models/operations/deploymentstream.js +1840 -88
  77. package/models/operations/deploymentstream.js.map +1 -1
  78. package/models/operations/fileget.js +2 -2
  79. package/models/operations/filelist.js +2 -2
  80. package/models/operations/fileupload.d.ts +15 -15
  81. package/models/operations/fileupload.d.ts.map +1 -1
  82. package/models/operations/fileupload.js +20 -21
  83. package/models/operations/fileupload.js.map +1 -1
  84. package/models/operations/getonechunk.d.ts +24 -3
  85. package/models/operations/getonechunk.d.ts.map +1 -1
  86. package/models/operations/getonechunk.js +26 -3
  87. package/models/operations/getonechunk.js.map +1 -1
  88. package/models/operations/index.d.ts +3 -0
  89. package/models/operations/index.d.ts.map +1 -1
  90. package/models/operations/index.js +3 -0
  91. package/models/operations/index.js.map +1 -1
  92. package/models/operations/listchunks.d.ts +24 -3
  93. package/models/operations/listchunks.d.ts.map +1 -1
  94. package/models/operations/listchunks.js +26 -3
  95. package/models/operations/listchunks.js.map +1 -1
  96. package/models/operations/listdatasetdatapoints.js +2 -2
  97. package/models/operations/listdatasets.js +2 -2
  98. package/models/operations/listdatasources.js +2 -2
  99. package/models/operations/retrievedatapoint.js +2 -2
  100. package/models/operations/retrievedataset.js +2 -2
  101. package/models/operations/retrievedatasource.js +2 -2
  102. package/models/operations/searchknowledge.d.ts +1379 -0
  103. package/models/operations/searchknowledge.d.ts.map +1 -0
  104. package/models/operations/searchknowledge.js +1817 -0
  105. package/models/operations/searchknowledge.js.map +1 -0
  106. package/models/operations/updatechunk.d.ts +32 -17
  107. package/models/operations/updatechunk.d.ts.map +1 -1
  108. package/models/operations/updatechunk.js +30 -19
  109. package/models/operations/updatechunk.js.map +1 -1
  110. package/models/operations/updatedatapoint.js +2 -2
  111. package/models/operations/updatedataset.js +2 -2
  112. package/models/operations/updatedatasource.js +2 -2
  113. package/package.json +3 -2
  114. package/sdk/datasets.d.ts +7 -0
  115. package/sdk/datasets.d.ts.map +1 -1
  116. package/sdk/datasets.js +10 -0
  117. package/sdk/datasets.js.map +1 -1
  118. package/sdk/deployments.d.ts +7 -0
  119. package/sdk/deployments.d.ts.map +1 -1
  120. package/sdk/deployments.js +10 -0
  121. package/sdk/deployments.js.map +1 -1
  122. package/sdk/knowledge.d.ts +7 -0
  123. package/sdk/knowledge.d.ts.map +1 -1
  124. package/sdk/knowledge.js +10 -0
  125. package/sdk/knowledge.js.map +1 -1
  126. package/src/lib/config.ts +2 -2
  127. package/src/mcp-server/mcp-server.ts +1 -1
  128. package/src/mcp-server/server.ts +7 -1
  129. package/src/models/components/deployments.ts +3655 -165
  130. package/src/models/operations/bulkcreatedatapoints.ts +2 -2
  131. package/src/models/operations/createchunk.ts +65 -35
  132. package/src/models/operations/createcontact.ts +2 -2
  133. package/src/models/operations/createdataset.ts +2 -2
  134. package/src/models/operations/createdatasetitem.ts +2 -2
  135. package/src/models/operations/createdatasource.ts +2 -2
  136. package/src/models/operations/deploymentcreatemetric.ts +517 -40
  137. package/src/models/operations/deploymentgetconfig.ts +3656 -118
  138. package/src/models/operations/deploymentinvoke.ts +64 -8
  139. package/src/models/operations/deploymentstream.ts +3997 -116
  140. package/src/models/operations/fileget.ts +2 -2
  141. package/src/models/operations/filelist.ts +2 -2
  142. package/src/models/operations/fileupload.ts +37 -34
  143. package/src/models/operations/getonechunk.ts +55 -5
  144. package/src/models/operations/index.ts +3 -0
  145. package/src/models/operations/listchunks.ts +55 -5
  146. package/src/models/operations/listdatasetdatapoints.ts +2 -2
  147. package/src/models/operations/listdatasets.ts +2 -2
  148. package/src/models/operations/listdatasources.ts +2 -2
  149. package/src/models/operations/retrievedatapoint.ts +2 -2
  150. package/src/models/operations/retrievedataset.ts +2 -2
  151. package/src/models/operations/retrievedatasource.ts +2 -2
  152. package/src/models/operations/updatechunk.ts +65 -35
  153. package/src/models/operations/updatedatapoint.ts +2 -2
  154. package/src/models/operations/updatedataset.ts +2 -2
  155. package/src/models/operations/updatedatasource.ts +2 -2
  156. package/src/sdk/datasets.ts +18 -0
  157. package/src/sdk/deployments.ts +18 -0
  158. package/src/sdk/knowledge.ts +18 -0
  159. package/packages/orq-rc/FUNCTIONS.md +0 -106
  160. package/packages/orq-rc/README.md +0 -707
  161. package/packages/orq-rc/RUNTIMES.md +0 -48
  162. package/packages/orq-rc/docs/sdks/contacts/README.md +0 -84
  163. package/packages/orq-rc/docs/sdks/datasets/README.md +0 -1027
  164. package/packages/orq-rc/docs/sdks/deployments/README.md +0 -405
  165. package/packages/orq-rc/docs/sdks/feedback/README.md +0 -92
  166. package/packages/orq-rc/docs/sdks/files/README.md +0 -311
  167. package/packages/orq-rc/docs/sdks/knowledge/README.md +0 -1273
  168. package/packages/orq-rc/docs/sdks/metrics/README.md +0 -86
  169. package/packages/orq-rc/docs/sdks/models/README.md +0 -79
  170. package/packages/orq-rc/docs/sdks/orq/README.md +0 -10
  171. package/packages/orq-rc/docs/sdks/prompts/README.md +0 -576
  172. package/packages/orq-rc/docs/sdks/remoteconfigs/README.md +0 -80
  173. package/packages/orq-rc/jsr.json +0 -28
  174. package/packages/orq-rc/package-lock.json +0 -3217
  175. package/packages/orq-rc/package.json +0 -45
  176. package/packages/orq-rc/src/core.ts +0 -13
  177. package/packages/orq-rc/src/funcs/contactsCreate.ts +0 -154
  178. package/packages/orq-rc/src/funcs/datasetsClear.ts +0 -161
  179. package/packages/orq-rc/src/funcs/datasetsCreate.ts +0 -159
  180. package/packages/orq-rc/src/funcs/datasetsCreateDatapoint.ts +0 -161
  181. package/packages/orq-rc/src/funcs/datasetsCreateDatapoints.ts +0 -165
  182. package/packages/orq-rc/src/funcs/datasetsDelete.ts +0 -161
  183. package/packages/orq-rc/src/funcs/datasetsDeleteDatapoint.ts +0 -176
  184. package/packages/orq-rc/src/funcs/datasetsList.ts +0 -161
  185. package/packages/orq-rc/src/funcs/datasetsListDatapoints.ts +0 -168
  186. package/packages/orq-rc/src/funcs/datasetsRetrieve.ts +0 -169
  187. package/packages/orq-rc/src/funcs/datasetsRetrieveDatapoint.ts +0 -175
  188. package/packages/orq-rc/src/funcs/datasetsUpdate.ts +0 -170
  189. package/packages/orq-rc/src/funcs/datasetsUpdateDatapoint.ts +0 -173
  190. package/packages/orq-rc/src/funcs/deploymentsGetConfig.ts +0 -162
  191. package/packages/orq-rc/src/funcs/deploymentsInvoke.ts +0 -170
  192. package/packages/orq-rc/src/funcs/deploymentsList.ts +0 -170
  193. package/packages/orq-rc/src/funcs/deploymentsMetricsCreate.ts +0 -162
  194. package/packages/orq-rc/src/funcs/deploymentsStream.ts +0 -178
  195. package/packages/orq-rc/src/funcs/feedbackCreate.ts +0 -154
  196. package/packages/orq-rc/src/funcs/filesCreate.ts +0 -174
  197. package/packages/orq-rc/src/funcs/filesDelete.ts +0 -158
  198. package/packages/orq-rc/src/funcs/filesGet.ts +0 -160
  199. package/packages/orq-rc/src/funcs/filesList.ts +0 -161
  200. package/packages/orq-rc/src/funcs/knowledgeCreate.ts +0 -152
  201. package/packages/orq-rc/src/funcs/knowledgeCreateChunks.ts +0 -165
  202. package/packages/orq-rc/src/funcs/knowledgeCreateDatasource.ts +0 -160
  203. package/packages/orq-rc/src/funcs/knowledgeDelete.ts +0 -161
  204. package/packages/orq-rc/src/funcs/knowledgeDeleteChunk.ts +0 -168
  205. package/packages/orq-rc/src/funcs/knowledgeDeleteDatasource.ts +0 -167
  206. package/packages/orq-rc/src/funcs/knowledgeList.ts +0 -163
  207. package/packages/orq-rc/src/funcs/knowledgeListChunks.ts +0 -172
  208. package/packages/orq-rc/src/funcs/knowledgeListDatasources.ts +0 -168
  209. package/packages/orq-rc/src/funcs/knowledgeRetrieve.ts +0 -160
  210. package/packages/orq-rc/src/funcs/knowledgeRetrieveChunk.ts +0 -167
  211. package/packages/orq-rc/src/funcs/knowledgeRetrieveDatasource.ts +0 -163
  212. package/packages/orq-rc/src/funcs/knowledgeUpdate.ts +0 -158
  213. package/packages/orq-rc/src/funcs/knowledgeUpdateChunk.ts +0 -168
  214. package/packages/orq-rc/src/funcs/knowledgeUpdateDatasource.ts +0 -164
  215. package/packages/orq-rc/src/funcs/modelsList.ts +0 -136
  216. package/packages/orq-rc/src/funcs/promptsCreate.ts +0 -154
  217. package/packages/orq-rc/src/funcs/promptsDelete.ts +0 -158
  218. package/packages/orq-rc/src/funcs/promptsGetVersion.ts +0 -175
  219. package/packages/orq-rc/src/funcs/promptsList.ts +0 -161
  220. package/packages/orq-rc/src/funcs/promptsListVersions.ts +0 -167
  221. package/packages/orq-rc/src/funcs/promptsRetrieve.ts +0 -160
  222. package/packages/orq-rc/src/funcs/promptsUpdate.ts +0 -167
  223. package/packages/orq-rc/src/funcs/remoteconfigsRetrieve.ts +0 -155
  224. package/packages/orq-rc/src/hooks/global.ts +0 -44
  225. package/packages/orq-rc/src/hooks/hooks.ts +0 -132
  226. package/packages/orq-rc/src/hooks/index.ts +0 -6
  227. package/packages/orq-rc/src/hooks/registration.ts +0 -15
  228. package/packages/orq-rc/src/hooks/types.ts +0 -110
  229. package/packages/orq-rc/src/index.ts +0 -7
  230. package/packages/orq-rc/src/lib/base64.ts +0 -37
  231. package/packages/orq-rc/src/lib/config.ts +0 -70
  232. package/packages/orq-rc/src/lib/dlv.ts +0 -53
  233. package/packages/orq-rc/src/lib/encodings.ts +0 -483
  234. package/packages/orq-rc/src/lib/env.ts +0 -73
  235. package/packages/orq-rc/src/lib/event-streams.ts +0 -264
  236. package/packages/orq-rc/src/lib/files.ts +0 -40
  237. package/packages/orq-rc/src/lib/http.ts +0 -323
  238. package/packages/orq-rc/src/lib/is-plain-object.ts +0 -43
  239. package/packages/orq-rc/src/lib/logger.ts +0 -9
  240. package/packages/orq-rc/src/lib/matchers.ts +0 -345
  241. package/packages/orq-rc/src/lib/primitives.ts +0 -150
  242. package/packages/orq-rc/src/lib/retries.ts +0 -218
  243. package/packages/orq-rc/src/lib/schemas.ts +0 -91
  244. package/packages/orq-rc/src/lib/sdks.ts +0 -401
  245. package/packages/orq-rc/src/lib/security.ts +0 -261
  246. package/packages/orq-rc/src/lib/url.ts +0 -33
  247. package/packages/orq-rc/src/mcp-server/cli/start/command.ts +0 -125
  248. package/packages/orq-rc/src/mcp-server/cli/start/impl.ts +0 -140
  249. package/packages/orq-rc/src/mcp-server/cli.ts +0 -13
  250. package/packages/orq-rc/src/mcp-server/console-logger.ts +0 -71
  251. package/packages/orq-rc/src/mcp-server/extensions.ts +0 -17
  252. package/packages/orq-rc/src/mcp-server/mcp-server.ts +0 -26
  253. package/packages/orq-rc/src/mcp-server/prompts.ts +0 -117
  254. package/packages/orq-rc/src/mcp-server/resources.ts +0 -172
  255. package/packages/orq-rc/src/mcp-server/scopes.ts +0 -7
  256. package/packages/orq-rc/src/mcp-server/server.ts +0 -163
  257. package/packages/orq-rc/src/mcp-server/shared.ts +0 -75
  258. package/packages/orq-rc/src/mcp-server/tools/contactsCreate.ts +0 -37
  259. package/packages/orq-rc/src/mcp-server/tools/datasetsClear.ts +0 -35
  260. package/packages/orq-rc/src/mcp-server/tools/datasetsCreate.ts +0 -37
  261. package/packages/orq-rc/src/mcp-server/tools/datasetsCreateDatapoint.ts +0 -37
  262. package/packages/orq-rc/src/mcp-server/tools/datasetsCreateDatapoints.ts +0 -37
  263. package/packages/orq-rc/src/mcp-server/tools/datasetsDelete.ts +0 -35
  264. package/packages/orq-rc/src/mcp-server/tools/datasetsDeleteDatapoint.ts +0 -35
  265. package/packages/orq-rc/src/mcp-server/tools/datasetsList.ts +0 -37
  266. package/packages/orq-rc/src/mcp-server/tools/datasetsListDatapoints.ts +0 -37
  267. package/packages/orq-rc/src/mcp-server/tools/datasetsRetrieve.ts +0 -37
  268. package/packages/orq-rc/src/mcp-server/tools/datasetsRetrieveDatapoint.ts +0 -37
  269. package/packages/orq-rc/src/mcp-server/tools/datasetsUpdate.ts +0 -37
  270. package/packages/orq-rc/src/mcp-server/tools/datasetsUpdateDatapoint.ts +0 -35
  271. package/packages/orq-rc/src/mcp-server/tools/deploymentsGetConfig.ts +0 -37
  272. package/packages/orq-rc/src/mcp-server/tools/deploymentsInvoke.ts +0 -37
  273. package/packages/orq-rc/src/mcp-server/tools/deploymentsList.ts +0 -37
  274. package/packages/orq-rc/src/mcp-server/tools/deploymentsMetricsCreate.ts +0 -37
  275. package/packages/orq-rc/src/mcp-server/tools/deploymentsStream.ts +0 -37
  276. package/packages/orq-rc/src/mcp-server/tools/feedbackCreate.ts +0 -37
  277. package/packages/orq-rc/src/mcp-server/tools/filesCreate.ts +0 -37
  278. package/packages/orq-rc/src/mcp-server/tools/filesDelete.ts +0 -33
  279. package/packages/orq-rc/src/mcp-server/tools/filesGet.ts +0 -37
  280. package/packages/orq-rc/src/mcp-server/tools/filesList.ts +0 -37
  281. package/packages/orq-rc/src/mcp-server/tools/knowledgeCreate.ts +0 -35
  282. package/packages/orq-rc/src/mcp-server/tools/knowledgeCreateChunks.ts +0 -35
  283. package/packages/orq-rc/src/mcp-server/tools/knowledgeCreateDatasource.ts +0 -35
  284. package/packages/orq-rc/src/mcp-server/tools/knowledgeDelete.ts +0 -35
  285. package/packages/orq-rc/src/mcp-server/tools/knowledgeDeleteChunk.ts +0 -33
  286. package/packages/orq-rc/src/mcp-server/tools/knowledgeDeleteDatasource.ts +0 -35
  287. package/packages/orq-rc/src/mcp-server/tools/knowledgeList.ts +0 -37
  288. package/packages/orq-rc/src/mcp-server/tools/knowledgeListChunks.ts +0 -35
  289. package/packages/orq-rc/src/mcp-server/tools/knowledgeListDatasources.ts +0 -35
  290. package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieve.ts +0 -37
  291. package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieveChunk.ts +0 -35
  292. package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieveDatasource.ts +0 -35
  293. package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdate.ts +0 -35
  294. package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdateChunk.ts +0 -35
  295. package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdateDatasource.ts +0 -35
  296. package/packages/orq-rc/src/mcp-server/tools/modelsList.ts +0 -30
  297. package/packages/orq-rc/src/mcp-server/tools/promptsCreate.ts +0 -35
  298. package/packages/orq-rc/src/mcp-server/tools/promptsDelete.ts +0 -33
  299. package/packages/orq-rc/src/mcp-server/tools/promptsGetVersion.ts +0 -37
  300. package/packages/orq-rc/src/mcp-server/tools/promptsList.ts +0 -37
  301. package/packages/orq-rc/src/mcp-server/tools/promptsListVersions.ts +0 -37
  302. package/packages/orq-rc/src/mcp-server/tools/promptsRetrieve.ts +0 -37
  303. package/packages/orq-rc/src/mcp-server/tools/promptsUpdate.ts +0 -35
  304. package/packages/orq-rc/src/mcp-server/tools/remoteconfigsRetrieve.ts +0 -36
  305. package/packages/orq-rc/src/mcp-server/tools.ts +0 -129
  306. package/packages/orq-rc/src/models/components/deployments.ts +0 -7749
  307. package/packages/orq-rc/src/models/components/index.ts +0 -6
  308. package/packages/orq-rc/src/models/components/security.ts +0 -71
  309. package/packages/orq-rc/src/models/errors/apierror.ts +0 -27
  310. package/packages/orq-rc/src/models/errors/getpromptversion.ts +0 -71
  311. package/packages/orq-rc/src/models/errors/honoapierror.ts +0 -82
  312. package/packages/orq-rc/src/models/errors/httpclienterrors.ts +0 -62
  313. package/packages/orq-rc/src/models/errors/index.ts +0 -10
  314. package/packages/orq-rc/src/models/errors/sdkvalidationerror.ts +0 -97
  315. package/packages/orq-rc/src/models/errors/updateprompt.ts +0 -71
  316. package/packages/orq-rc/src/models/operations/bulkcreatedatapoints.ts +0 -1828
  317. package/packages/orq-rc/src/models/operations/cleardataset.ts +0 -75
  318. package/packages/orq-rc/src/models/operations/createchunk.ts +0 -432
  319. package/packages/orq-rc/src/models/operations/createcontact.ts +0 -256
  320. package/packages/orq-rc/src/models/operations/createdataset.ts +0 -296
  321. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +0 -1752
  322. package/packages/orq-rc/src/models/operations/createdatasource.ts +0 -852
  323. package/packages/orq-rc/src/models/operations/createfeedback.ts +0 -286
  324. package/packages/orq-rc/src/models/operations/createknowledge.ts +0 -846
  325. package/packages/orq-rc/src/models/operations/createprompt.ts +0 -3691
  326. package/packages/orq-rc/src/models/operations/deletechunk.ts +0 -96
  327. package/packages/orq-rc/src/models/operations/deletedatapoint.ts +0 -81
  328. package/packages/orq-rc/src/models/operations/deletedataset.ts +0 -75
  329. package/packages/orq-rc/src/models/operations/deletedatasource.ts +0 -87
  330. package/packages/orq-rc/src/models/operations/deleteknowledge.ts +0 -78
  331. package/packages/orq-rc/src/models/operations/deleteprompt.ts +0 -69
  332. package/packages/orq-rc/src/models/operations/deploymentcreatemetric.ts +0 -5435
  333. package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +0 -9694
  334. package/packages/orq-rc/src/models/operations/deploymentinvoke.ts +0 -1255
  335. package/packages/orq-rc/src/models/operations/deployments.ts +0 -2128
  336. package/packages/orq-rc/src/models/operations/deploymentstream.ts +0 -9946
  337. package/packages/orq-rc/src/models/operations/filedelete.ts +0 -78
  338. package/packages/orq-rc/src/models/operations/fileget.ts +0 -223
  339. package/packages/orq-rc/src/models/operations/filelist.ts +0 -337
  340. package/packages/orq-rc/src/models/operations/fileupload.ts +0 -327
  341. package/packages/orq-rc/src/models/operations/getallprompts.ts +0 -2100
  342. package/packages/orq-rc/src/models/operations/getonechunk.ts +0 -315
  343. package/packages/orq-rc/src/models/operations/getoneknowledge.ts +0 -537
  344. package/packages/orq-rc/src/models/operations/getoneprompt.ts +0 -1966
  345. package/packages/orq-rc/src/models/operations/getpromptversion.ts +0 -1962
  346. package/packages/orq-rc/src/models/operations/index.ts +0 -54
  347. package/packages/orq-rc/src/models/operations/listchunks.ts +0 -494
  348. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +0 -1077
  349. package/packages/orq-rc/src/models/operations/listdatasets.ts +0 -406
  350. package/packages/orq-rc/src/models/operations/listdatasources.ts +0 -447
  351. package/packages/orq-rc/src/models/operations/listknowledgebases.ts +0 -663
  352. package/packages/orq-rc/src/models/operations/listmodels.ts +0 -273
  353. package/packages/orq-rc/src/models/operations/listpromptversions.ts +0 -2096
  354. package/packages/orq-rc/src/models/operations/remoteconfigsgetconfig.ts +0 -190
  355. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +0 -930
  356. package/packages/orq-rc/src/models/operations/retrievedataset.ts +0 -288
  357. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +0 -273
  358. package/packages/orq-rc/src/models/operations/updatechunk.ts +0 -448
  359. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +0 -1741
  360. package/packages/orq-rc/src/models/operations/updatedataset.ts +0 -393
  361. package/packages/orq-rc/src/models/operations/updatedatasource.ts +0 -345
  362. package/packages/orq-rc/src/models/operations/updateknowledge.ts +0 -980
  363. package/packages/orq-rc/src/models/operations/updateprompt.ts +0 -3873
  364. package/packages/orq-rc/src/sdk/contacts.ts +0 -27
  365. package/packages/orq-rc/src/sdk/datasets.ts +0 -240
  366. package/packages/orq-rc/src/sdk/deployments.ts +0 -107
  367. package/packages/orq-rc/src/sdk/feedback.ts +0 -27
  368. package/packages/orq-rc/src/sdk/files.ts +0 -78
  369. package/packages/orq-rc/src/sdk/index.ts +0 -5
  370. package/packages/orq-rc/src/sdk/knowledge.ts +0 -264
  371. package/packages/orq-rc/src/sdk/metrics.ts +0 -27
  372. package/packages/orq-rc/src/sdk/models.ts +0 -25
  373. package/packages/orq-rc/src/sdk/prompts.ts +0 -126
  374. package/packages/orq-rc/src/sdk/remoteconfigs.ts +0 -24
  375. package/packages/orq-rc/src/sdk/sdk.ts +0 -61
  376. package/packages/orq-rc/src/types/async.ts +0 -68
  377. package/packages/orq-rc/src/types/blobs.ts +0 -31
  378. package/packages/orq-rc/src/types/constdatetime.ts +0 -15
  379. package/packages/orq-rc/src/types/enums.ts +0 -16
  380. package/packages/orq-rc/src/types/fp.ts +0 -50
  381. package/packages/orq-rc/src/types/index.ts +0 -11
  382. package/packages/orq-rc/src/types/operations.ts +0 -105
  383. package/packages/orq-rc/src/types/rfcdate.ts +0 -54
  384. package/packages/orq-rc/src/types/streams.ts +0 -21
  385. package/packages/orq-rc/tsconfig.json +0 -41
  386. /package/{packages/orq-rc/src → src}/funcs/datasetsCreateExperiment.ts +0 -0
  387. /package/{packages/orq-rc/src → src}/funcs/deploymentsCreateExperiment.ts +0 -0
  388. /package/{packages/orq-rc/src → src}/funcs/knowledgeSearch.ts +0 -0
  389. /package/{packages/orq-rc/src → src}/mcp-server/tools/datasetsCreateExperiment.ts +0 -0
  390. /package/{packages/orq-rc/src → src}/mcp-server/tools/deploymentsCreateExperiment.ts +0 -0
  391. /package/{packages/orq-rc/src → src}/mcp-server/tools/knowledgeSearch.ts +0 -0
  392. /package/{packages/orq-rc/src → src}/models/operations/createdatasetexperiment.ts +0 -0
  393. /package/{packages/orq-rc/src → src}/models/operations/createdeploymentexperiment.ts +0 -0
  394. /package/{packages/orq-rc/src → src}/models/operations/searchknowledge.ts +0 -0
@@ -34,18 +34,18 @@ export type ToolMessage = {
34
34
  /**
35
35
  * The type of the content part.
36
36
  */
37
- export declare const DeploymentGetConfig2DeploymentsRequestType: {
37
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyType: {
38
38
  readonly Refusal: "refusal";
39
39
  };
40
40
  /**
41
41
  * The type of the content part.
42
42
  */
43
- export type DeploymentGetConfig2DeploymentsRequestType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestType>;
43
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyType>;
44
44
  export type RefusalContentPart = {
45
45
  /**
46
46
  * The type of the content part.
47
47
  */
48
- type: DeploymentGetConfig2DeploymentsRequestType;
48
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyType;
49
49
  /**
50
50
  * The refusal message generated by the model.
51
51
  */
@@ -54,18 +54,18 @@ export type RefusalContentPart = {
54
54
  /**
55
55
  * The type of the content part.
56
56
  */
57
- export declare const DeploymentGetConfig2DeploymentsType: {
57
+ export declare const DeploymentGetConfig2DeploymentsRequestType: {
58
58
  readonly Text: "text";
59
59
  };
60
60
  /**
61
61
  * The type of the content part.
62
62
  */
63
- export type DeploymentGetConfig2DeploymentsType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsType>;
63
+ export type DeploymentGetConfig2DeploymentsRequestType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestType>;
64
64
  export type TextContentPart = {
65
65
  /**
66
66
  * The type of the content part.
67
67
  */
68
- type: DeploymentGetConfig2DeploymentsType;
68
+ type: DeploymentGetConfig2DeploymentsRequestType;
69
69
  /**
70
70
  * The text content.
71
71
  */
@@ -151,6 +151,18 @@ export type AssistantMessage = {
151
151
  * The tool calls generated by the model, such as function calls.
152
152
  */
153
153
  toolCalls?: Array<ToolCalls> | undefined;
154
+ /**
155
+ * Internal thought process of the model
156
+ */
157
+ reasoning?: string | undefined;
158
+ /**
159
+ * The signature holds a cryptographic token which verifies that the thinking block was generated by the model, and is verified when thinking is part of a multiturn conversation. This value should not be modified and should always be sent to the API when the reasoning is redacted. Currently only supported by `Anthropic`.
160
+ */
161
+ reasoningSignature?: string | undefined;
162
+ /**
163
+ * Occasionally the model's internal reasoning will be flagged by the safety systems of the provider. When this occurs, the provider will encrypt the reasoning. These redacted reasoning is decrypted when passed back to the API, allowing the model to continue its response without losing context.
164
+ */
165
+ redactedReasoning?: string | undefined;
154
166
  };
155
167
  /**
156
168
  * The role of the messages author, in this case `user`.
@@ -162,6 +174,33 @@ export declare const DeploymentGetConfigPrefixMessagesRole: {
162
174
  * The role of the messages author, in this case `user`.
163
175
  */
164
176
  export type DeploymentGetConfigPrefixMessagesRole = ClosedEnum<typeof DeploymentGetConfigPrefixMessagesRole>;
177
+ /**
178
+ * The type of the content part. Always `file`.
179
+ */
180
+ export declare const DeploymentGetConfig2DeploymentsType: {
181
+ readonly File: "file";
182
+ };
183
+ /**
184
+ * The type of the content part. Always `file`.
185
+ */
186
+ export type DeploymentGetConfig2DeploymentsType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsType>;
187
+ export type FileT = {
188
+ /**
189
+ * The base64 encoded file data, used when passing the file to the model as a string.
190
+ */
191
+ fileData: string;
192
+ /**
193
+ * The name of the file, used when passing the file to the model as a string.
194
+ */
195
+ filename?: string | undefined;
196
+ };
197
+ export type Four = {
198
+ /**
199
+ * The type of the content part. Always `file`.
200
+ */
201
+ type: DeploymentGetConfig2DeploymentsType;
202
+ file: FileT;
203
+ };
165
204
  export declare const DeploymentGetConfig2Type: {
166
205
  readonly InputAudio: "input_audio";
167
206
  };
@@ -229,11 +268,11 @@ export type One = {
229
268
  type: Type;
230
269
  text: string;
231
270
  };
232
- export type Two = One | Two2 | Three;
271
+ export type Two = One | Two2 | Three | Four;
233
272
  /**
234
273
  * The contents of the user message.
235
274
  */
236
- export type Content = string | Array<One | Two2 | Three>;
275
+ export type Content = string | Array<One | Two2 | Three | Four>;
237
276
  export type UserMessage = {
238
277
  /**
239
278
  * The role of the messages author, in this case `user`.
@@ -246,7 +285,7 @@ export type UserMessage = {
246
285
  /**
247
286
  * The contents of the user message.
248
287
  */
249
- content: string | Array<One | Two2 | Three>;
288
+ content: string | Array<One | Two2 | Three | Four>;
250
289
  };
251
290
  /**
252
291
  * The role of the messages author, in this case `system`.
@@ -445,6 +484,18 @@ export type MessagesAssistantMessage = {
445
484
  * The tool calls generated by the model, such as function calls.
446
485
  */
447
486
  toolCalls?: Array<MessagesToolCalls> | undefined;
487
+ /**
488
+ * Internal thought process of the model
489
+ */
490
+ reasoning?: string | undefined;
491
+ /**
492
+ * The signature holds a cryptographic token which verifies that the thinking block was generated by the model, and is verified when thinking is part of a multiturn conversation. This value should not be modified and should always be sent to the API when the reasoning is redacted. Currently only supported by `Anthropic`.
493
+ */
494
+ reasoningSignature?: string | undefined;
495
+ /**
496
+ * Occasionally the model's internal reasoning will be flagged by the safety systems of the provider. When this occurs, the provider will encrypt the reasoning. These redacted reasoning is decrypted when passed back to the API, allowing the model to continue its response without losing context.
497
+ */
498
+ redactedReasoning?: string | undefined;
448
499
  };
449
500
  /**
450
501
  * The role of the messages author, in this case `user`.
@@ -456,10 +507,37 @@ export declare const DeploymentGetConfigMessagesDeploymentsRole: {
456
507
  * The role of the messages author, in this case `user`.
457
508
  */
458
509
  export type DeploymentGetConfigMessagesDeploymentsRole = ClosedEnum<typeof DeploymentGetConfigMessagesDeploymentsRole>;
459
- export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type: {
510
+ /**
511
+ * The type of the content part. Always `file`.
512
+ */
513
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type: {
514
+ readonly File: "file";
515
+ };
516
+ /**
517
+ * The type of the content part. Always `file`.
518
+ */
519
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type>;
520
+ export type TwoFile = {
521
+ /**
522
+ * The base64 encoded file data, used when passing the file to the model as a string.
523
+ */
524
+ fileData: string;
525
+ /**
526
+ * The name of the file, used when passing the file to the model as a string.
527
+ */
528
+ filename?: string | undefined;
529
+ };
530
+ export type Two4 = {
531
+ /**
532
+ * The type of the content part. Always `file`.
533
+ */
534
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type;
535
+ file: TwoFile;
536
+ };
537
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType: {
460
538
  readonly InputAudio: "input_audio";
461
539
  };
462
- export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type>;
540
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType>;
463
541
  /**
464
542
  * The format of the encoded audio data. Currently supports `wav` and `mp3`.
465
543
  */
@@ -482,13 +560,13 @@ export type TwoInputAudio = {
482
560
  format: TwoFormat;
483
561
  };
484
562
  export type Two3 = {
485
- type: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type;
563
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType;
486
564
  inputAudio: TwoInputAudio;
487
565
  };
488
- export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType: {
566
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type: {
489
567
  readonly ImageUrl: "image_url";
490
568
  };
491
- export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType>;
569
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type>;
492
570
  /**
493
571
  * Specifies the detail level of the image.
494
572
  */
@@ -512,22 +590,22 @@ export type TwoImageUrl = {
512
590
  detail?: TwoDetail | undefined;
513
591
  };
514
592
  export type DeploymentGetConfig22 = {
515
- type: DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType;
593
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type;
516
594
  imageUrl: TwoImageUrl;
517
595
  };
518
- export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyType: {
596
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType: {
519
597
  readonly Text: "text";
520
598
  };
521
- export type DeploymentGetConfig2DeploymentsRequestRequestBodyType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyType>;
599
+ export type DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType = ClosedEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType>;
522
600
  export type Two1 = {
523
- type: DeploymentGetConfig2DeploymentsRequestRequestBodyType;
601
+ type: DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType;
524
602
  text: string;
525
603
  };
526
- export type DeploymentGetConfigContent2 = Two1 | DeploymentGetConfig22 | Two3;
604
+ export type DeploymentGetConfigContent2 = Two1 | DeploymentGetConfig22 | Two3 | Two4;
527
605
  /**
528
606
  * The contents of the user message.
529
607
  */
530
- export type MessagesContent = string | Array<Two1 | DeploymentGetConfig22 | Two3>;
608
+ export type MessagesContent = string | Array<Two1 | DeploymentGetConfig22 | Two3 | Two4>;
531
609
  export type MessagesUserMessage = {
532
610
  /**
533
611
  * The role of the messages author, in this case `user`.
@@ -540,7 +618,7 @@ export type MessagesUserMessage = {
540
618
  /**
541
619
  * The contents of the user message.
542
620
  */
543
- content: string | Array<Two1 | DeploymentGetConfig22 | Two3>;
621
+ content: string | Array<Two1 | DeploymentGetConfig22 | Two3 | Two4>;
544
622
  };
545
623
  /**
546
624
  * The role of the messages author, in this case `system`.
@@ -638,6 +716,196 @@ export type Thread = {
638
716
  */
639
717
  tags?: Array<string> | undefined;
640
718
  };
719
+ /**
720
+ * Exists
721
+ */
722
+ export type DollarOrDollarExists = {
723
+ dollarExists: boolean;
724
+ };
725
+ export type DeploymentGetConfigDollarOrDollarNin = string | number | boolean;
726
+ /**
727
+ * Not in
728
+ */
729
+ export type DollarOrDollarNin = {
730
+ dollarNin: Array<string | number | boolean>;
731
+ };
732
+ export type DeploymentGetConfigDollarOrDollarIn = string | number | boolean;
733
+ /**
734
+ * In
735
+ */
736
+ export type DollarOrDollarIn = {
737
+ dollarIn: Array<string | number | boolean>;
738
+ };
739
+ /**
740
+ * Less than or equal to
741
+ */
742
+ export type DollarOrDollarLte = {
743
+ dollarLte: number;
744
+ };
745
+ /**
746
+ * Less than
747
+ */
748
+ export type DollarOrDollarLt = {
749
+ dollarLt: number;
750
+ };
751
+ /**
752
+ * Greater than or equal to
753
+ */
754
+ export type DollarOrDollarGte = {
755
+ dollarGte: number;
756
+ };
757
+ export type DollarOr3 = {
758
+ dollarGt: number;
759
+ };
760
+ export type DeploymentGetConfigDollarOrDollarNe = string | number | boolean;
761
+ /**
762
+ * Not equal to
763
+ */
764
+ export type DollarOrDollarNe = {
765
+ dollarNe: string | number | boolean;
766
+ };
767
+ export type DeploymentGetConfigDollarOrDollarEq = string | number | boolean;
768
+ /**
769
+ * Equal to
770
+ */
771
+ export type DollarOrDollarEq = {
772
+ dollarEq: string | number | boolean;
773
+ };
774
+ export type KnowledgeFilterDollarOr = DollarOrDollarEq | DollarOrDollarNe | DollarOr3 | DollarOrDollarGte | DollarOrDollarLt | DollarOrDollarLte | DollarOrDollarIn | DollarOrDollarNin | DollarOrDollarExists;
775
+ /**
776
+ * Or
777
+ */
778
+ export type DollarOr = {
779
+ dollarOr: Array<{
780
+ [k: string]: DollarOrDollarEq | DollarOrDollarNe | DollarOr3 | DollarOrDollarGte | DollarOrDollarLt | DollarOrDollarLte | DollarOrDollarIn | DollarOrDollarNin | DollarOrDollarExists;
781
+ }>;
782
+ };
783
+ /**
784
+ * Exists
785
+ */
786
+ export type DollarAndDollarExists = {
787
+ dollarExists: boolean;
788
+ };
789
+ export type DeploymentGetConfigDollarAndDollarNin = string | number | boolean;
790
+ /**
791
+ * Not in
792
+ */
793
+ export type DollarAndDollarNin = {
794
+ dollarNin: Array<string | number | boolean>;
795
+ };
796
+ export type DeploymentGetConfigDollarAndDollarIn = string | number | boolean;
797
+ /**
798
+ * In
799
+ */
800
+ export type DollarAndDollarIn = {
801
+ dollarIn: Array<string | number | boolean>;
802
+ };
803
+ /**
804
+ * Less than or equal to
805
+ */
806
+ export type DollarAndDollarLte = {
807
+ dollarLte: number;
808
+ };
809
+ /**
810
+ * Less than
811
+ */
812
+ export type DollarAndDollarLt = {
813
+ dollarLt: number;
814
+ };
815
+ /**
816
+ * Greater than or equal to
817
+ */
818
+ export type DollarAndDollarGte = {
819
+ dollarGte: number;
820
+ };
821
+ export type DollarAnd3 = {
822
+ dollarGt: number;
823
+ };
824
+ export type DeploymentGetConfigDollarAndDollarNe = string | number | boolean;
825
+ /**
826
+ * Not equal to
827
+ */
828
+ export type DollarAndDollarNe = {
829
+ dollarNe: string | number | boolean;
830
+ };
831
+ export type DeploymentGetConfigDollarAndDollarEq = string | number | boolean;
832
+ /**
833
+ * Equal to
834
+ */
835
+ export type DollarAndDollarEq = {
836
+ dollarEq: string | number | boolean;
837
+ };
838
+ export type KnowledgeFilterDollarAnd = DollarAndDollarEq | DollarAndDollarNe | DollarAnd3 | DollarAndDollarGte | DollarAndDollarLt | DollarAndDollarLte | DollarAndDollarIn | DollarAndDollarNin | DollarAndDollarExists;
839
+ /**
840
+ * And
841
+ */
842
+ export type DollarAnd = {
843
+ dollarAnd: Array<{
844
+ [k: string]: DollarAndDollarEq | DollarAndDollarNe | DollarAnd3 | DollarAndDollarGte | DollarAndDollarLt | DollarAndDollarLte | DollarAndDollarIn | DollarAndDollarNin | DollarAndDollarExists;
845
+ }>;
846
+ };
847
+ /**
848
+ * Exists
849
+ */
850
+ export type DollarExists = {
851
+ dollarExists: boolean;
852
+ };
853
+ export type OneDollarNin = string | number | boolean;
854
+ /**
855
+ * Not in
856
+ */
857
+ export type DollarNin = {
858
+ dollarNin: Array<string | number | boolean>;
859
+ };
860
+ export type OneDollarIn = string | number | boolean;
861
+ /**
862
+ * In
863
+ */
864
+ export type DollarIn = {
865
+ dollarIn: Array<string | number | boolean>;
866
+ };
867
+ /**
868
+ * Less than or equal to
869
+ */
870
+ export type DollarLte = {
871
+ dollarLte: number;
872
+ };
873
+ /**
874
+ * Less than
875
+ */
876
+ export type DollarLt = {
877
+ dollarLt: number;
878
+ };
879
+ /**
880
+ * Greater than or equal to
881
+ */
882
+ export type DollarGte = {
883
+ dollarGte: number;
884
+ };
885
+ export type One3 = {
886
+ dollarGt: number;
887
+ };
888
+ export type OneDollarNe = string | number | boolean;
889
+ /**
890
+ * Not equal to
891
+ */
892
+ export type DollarNe = {
893
+ dollarNe: string | number | boolean;
894
+ };
895
+ export type OneDollarEq = string | number | boolean;
896
+ /**
897
+ * Equal to
898
+ */
899
+ export type DollarEq = {
900
+ dollarEq: string | number | boolean;
901
+ };
902
+ export type KnowledgeFilter1 = DollarEq | DollarNe | One3 | DollarGte | DollarLt | DollarLte | DollarIn | DollarNin | DollarExists;
903
+ /**
904
+ * A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
905
+ */
906
+ export type KnowledgeFilter = DollarAnd | DollarOr | {
907
+ [k: string]: DollarEq | DollarNe | One3 | DollarGte | DollarLt | DollarLte | DollarIn | DollarNin | DollarExists;
908
+ };
641
909
  export type DeploymentGetConfigRequestBody = {
642
910
  /**
643
911
  * The deployment key to invoke
@@ -650,7 +918,7 @@ export type DeploymentGetConfigRequestBody = {
650
918
  [k: string]: string | number | boolean;
651
919
  } | undefined;
652
920
  /**
653
- * Key-value pairs that match your data model and fields declared in your configuration matrix. If you send multiple prompt keys, the context will be applied to the evaluation of each key.
921
+ * Key-value pairs that match your data model and fields declared in your deployment routing configuration
654
922
  */
655
923
  context?: {
656
924
  [k: string]: any;
@@ -685,6 +953,12 @@ export type DeploymentGetConfigRequestBody = {
685
953
  documents?: Array<Documents> | undefined;
686
954
  invokeOptions?: InvokeOptions | undefined;
687
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?: DollarAnd | DollarOr | {
960
+ [k: string]: DollarEq | DollarNe | One3 | DollarGte | DollarLt | DollarLte | DollarIn | DollarNin | DollarExists;
961
+ } | undefined;
688
962
  };
689
963
  /**
690
964
  * The type of the model. Current `chat`,`completion` and `image` are supported
@@ -1107,19 +1381,19 @@ export declare namespace ToolMessage$ {
1107
1381
  export declare function toolMessageToJSON(toolMessage: ToolMessage): string;
1108
1382
  export declare function toolMessageFromJSON(jsonString: string): SafeParseResult<ToolMessage, SDKValidationError>;
1109
1383
  /** @internal */
1110
- export declare const DeploymentGetConfig2DeploymentsRequestType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestType>;
1384
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyType>;
1111
1385
  /** @internal */
1112
- export declare const DeploymentGetConfig2DeploymentsRequestType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestType>;
1386
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyType>;
1113
1387
  /**
1114
1388
  * @internal
1115
1389
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1116
1390
  */
1117
- export declare namespace DeploymentGetConfig2DeploymentsRequestType$ {
1118
- /** @deprecated use `DeploymentGetConfig2DeploymentsRequestType$inboundSchema` instead. */
1391
+ export declare namespace DeploymentGetConfig2DeploymentsRequestRequestBodyType$ {
1392
+ /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema` instead. */
1119
1393
  const inboundSchema: z.ZodNativeEnum<{
1120
1394
  readonly Refusal: "refusal";
1121
1395
  }>;
1122
- /** @deprecated use `DeploymentGetConfig2DeploymentsRequestType$outboundSchema` instead. */
1396
+ /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema` instead. */
1123
1397
  const outboundSchema: z.ZodNativeEnum<{
1124
1398
  readonly Refusal: "refusal";
1125
1399
  }>;
@@ -1148,19 +1422,19 @@ export declare namespace RefusalContentPart$ {
1148
1422
  export declare function refusalContentPartToJSON(refusalContentPart: RefusalContentPart): string;
1149
1423
  export declare function refusalContentPartFromJSON(jsonString: string): SafeParseResult<RefusalContentPart, SDKValidationError>;
1150
1424
  /** @internal */
1151
- export declare const DeploymentGetConfig2DeploymentsType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsType>;
1425
+ export declare const DeploymentGetConfig2DeploymentsRequestType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestType>;
1152
1426
  /** @internal */
1153
- export declare const DeploymentGetConfig2DeploymentsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsType>;
1427
+ export declare const DeploymentGetConfig2DeploymentsRequestType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestType>;
1154
1428
  /**
1155
1429
  * @internal
1156
1430
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1157
1431
  */
1158
- export declare namespace DeploymentGetConfig2DeploymentsType$ {
1159
- /** @deprecated use `DeploymentGetConfig2DeploymentsType$inboundSchema` instead. */
1432
+ export declare namespace DeploymentGetConfig2DeploymentsRequestType$ {
1433
+ /** @deprecated use `DeploymentGetConfig2DeploymentsRequestType$inboundSchema` instead. */
1160
1434
  const inboundSchema: z.ZodNativeEnum<{
1161
1435
  readonly Text: "text";
1162
1436
  }>;
1163
- /** @deprecated use `DeploymentGetConfig2DeploymentsType$outboundSchema` instead. */
1437
+ /** @deprecated use `DeploymentGetConfig2DeploymentsRequestType$outboundSchema` instead. */
1164
1438
  const outboundSchema: z.ZodNativeEnum<{
1165
1439
  readonly Text: "text";
1166
1440
  }>;
@@ -1343,6 +1617,9 @@ export type AssistantMessage$Outbound = {
1343
1617
  name?: string | undefined;
1344
1618
  audio?: Audio$Outbound | null | undefined;
1345
1619
  tool_calls?: Array<ToolCalls$Outbound> | undefined;
1620
+ reasoning?: string | undefined;
1621
+ reasoning_signature?: string | undefined;
1622
+ redacted_reasoning?: string | undefined;
1346
1623
  };
1347
1624
  /** @internal */
1348
1625
  export declare const AssistantMessage$outboundSchema: z.ZodType<AssistantMessage$Outbound, z.ZodTypeDef, AssistantMessage>;
@@ -1379,6 +1656,70 @@ export declare namespace DeploymentGetConfigPrefixMessagesRole$ {
1379
1656
  }>;
1380
1657
  }
1381
1658
  /** @internal */
1659
+ export declare const DeploymentGetConfig2DeploymentsType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsType>;
1660
+ /** @internal */
1661
+ export declare const DeploymentGetConfig2DeploymentsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsType>;
1662
+ /**
1663
+ * @internal
1664
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1665
+ */
1666
+ export declare namespace DeploymentGetConfig2DeploymentsType$ {
1667
+ /** @deprecated use `DeploymentGetConfig2DeploymentsType$inboundSchema` instead. */
1668
+ const inboundSchema: z.ZodNativeEnum<{
1669
+ readonly File: "file";
1670
+ }>;
1671
+ /** @deprecated use `DeploymentGetConfig2DeploymentsType$outboundSchema` instead. */
1672
+ const outboundSchema: z.ZodNativeEnum<{
1673
+ readonly File: "file";
1674
+ }>;
1675
+ }
1676
+ /** @internal */
1677
+ export declare const FileT$inboundSchema: z.ZodType<FileT, z.ZodTypeDef, unknown>;
1678
+ /** @internal */
1679
+ export type FileT$Outbound = {
1680
+ file_data: string;
1681
+ filename?: string | undefined;
1682
+ };
1683
+ /** @internal */
1684
+ export declare const FileT$outboundSchema: z.ZodType<FileT$Outbound, z.ZodTypeDef, FileT>;
1685
+ /**
1686
+ * @internal
1687
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1688
+ */
1689
+ export declare namespace FileT$ {
1690
+ /** @deprecated use `FileT$inboundSchema` instead. */
1691
+ const inboundSchema: z.ZodType<FileT, z.ZodTypeDef, unknown>;
1692
+ /** @deprecated use `FileT$outboundSchema` instead. */
1693
+ const outboundSchema: z.ZodType<FileT$Outbound, z.ZodTypeDef, FileT>;
1694
+ /** @deprecated use `FileT$Outbound` instead. */
1695
+ type Outbound = FileT$Outbound;
1696
+ }
1697
+ export declare function fileToJSON(fileT: FileT): string;
1698
+ export declare function fileFromJSON(jsonString: string): SafeParseResult<FileT, SDKValidationError>;
1699
+ /** @internal */
1700
+ export declare const Four$inboundSchema: z.ZodType<Four, z.ZodTypeDef, unknown>;
1701
+ /** @internal */
1702
+ export type Four$Outbound = {
1703
+ type: string;
1704
+ file: FileT$Outbound;
1705
+ };
1706
+ /** @internal */
1707
+ export declare const Four$outboundSchema: z.ZodType<Four$Outbound, z.ZodTypeDef, Four>;
1708
+ /**
1709
+ * @internal
1710
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1711
+ */
1712
+ export declare namespace Four$ {
1713
+ /** @deprecated use `Four$inboundSchema` instead. */
1714
+ const inboundSchema: z.ZodType<Four, z.ZodTypeDef, unknown>;
1715
+ /** @deprecated use `Four$outboundSchema` instead. */
1716
+ const outboundSchema: z.ZodType<Four$Outbound, z.ZodTypeDef, Four>;
1717
+ /** @deprecated use `Four$Outbound` instead. */
1718
+ type Outbound = Four$Outbound;
1719
+ }
1720
+ export declare function fourToJSON(four: Four): string;
1721
+ export declare function fourFromJSON(jsonString: string): SafeParseResult<Four, SDKValidationError>;
1722
+ /** @internal */
1382
1723
  export declare const DeploymentGetConfig2Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2Type>;
1383
1724
  /** @internal */
1384
1725
  export declare const DeploymentGetConfig2Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2Type>;
@@ -1592,7 +1933,7 @@ export declare function oneFromJSON(jsonString: string): SafeParseResult<One, SD
1592
1933
  /** @internal */
1593
1934
  export declare const Two$inboundSchema: z.ZodType<Two, z.ZodTypeDef, unknown>;
1594
1935
  /** @internal */
1595
- export type Two$Outbound = One$Outbound | Two2$Outbound | Three$Outbound;
1936
+ export type Two$Outbound = One$Outbound | Two2$Outbound | Three$Outbound | Four$Outbound;
1596
1937
  /** @internal */
1597
1938
  export declare const Two$outboundSchema: z.ZodType<Two$Outbound, z.ZodTypeDef, Two>;
1598
1939
  /**
@@ -1612,7 +1953,7 @@ export declare function twoFromJSON(jsonString: string): SafeParseResult<Two, SD
1612
1953
  /** @internal */
1613
1954
  export declare const Content$inboundSchema: z.ZodType<Content, z.ZodTypeDef, unknown>;
1614
1955
  /** @internal */
1615
- export type Content$Outbound = string | Array<One$Outbound | Two2$Outbound | Three$Outbound>;
1956
+ export type Content$Outbound = string | Array<One$Outbound | Two2$Outbound | Three$Outbound | Four$Outbound>;
1616
1957
  /** @internal */
1617
1958
  export declare const Content$outboundSchema: z.ZodType<Content$Outbound, z.ZodTypeDef, Content>;
1618
1959
  /**
@@ -1635,7 +1976,7 @@ export declare const UserMessage$inboundSchema: z.ZodType<UserMessage, z.ZodType
1635
1976
  export type UserMessage$Outbound = {
1636
1977
  role: string;
1637
1978
  name?: string | undefined;
1638
- content: string | Array<One$Outbound | Two2$Outbound | Three$Outbound>;
1979
+ content: string | Array<One$Outbound | Two2$Outbound | Three$Outbound | Four$Outbound>;
1639
1980
  };
1640
1981
  /** @internal */
1641
1982
  export declare const UserMessage$outboundSchema: z.ZodType<UserMessage$Outbound, z.ZodTypeDef, UserMessage>;
@@ -2056,6 +2397,9 @@ export type MessagesAssistantMessage$Outbound = {
2056
2397
  name?: string | undefined;
2057
2398
  audio?: MessagesAudio$Outbound | null | undefined;
2058
2399
  tool_calls?: Array<MessagesToolCalls$Outbound> | undefined;
2400
+ reasoning?: string | undefined;
2401
+ reasoning_signature?: string | undefined;
2402
+ redacted_reasoning?: string | undefined;
2059
2403
  };
2060
2404
  /** @internal */
2061
2405
  export declare const MessagesAssistantMessage$outboundSchema: z.ZodType<MessagesAssistantMessage$Outbound, z.ZodTypeDef, MessagesAssistantMessage>;
@@ -2092,19 +2436,83 @@ export declare namespace DeploymentGetConfigMessagesDeploymentsRole$ {
2092
2436
  }>;
2093
2437
  }
2094
2438
  /** @internal */
2095
- export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type>;
2439
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type>;
2096
2440
  /** @internal */
2097
- export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type>;
2441
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type>;
2098
2442
  /**
2099
2443
  * @internal
2100
2444
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2101
2445
  */
2102
- export declare namespace DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$ {
2103
- /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema` instead. */
2446
+ export declare namespace DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$ {
2447
+ /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema` instead. */
2448
+ const inboundSchema: z.ZodNativeEnum<{
2449
+ readonly File: "file";
2450
+ }>;
2451
+ /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema` instead. */
2452
+ const outboundSchema: z.ZodNativeEnum<{
2453
+ readonly File: "file";
2454
+ }>;
2455
+ }
2456
+ /** @internal */
2457
+ export declare const TwoFile$inboundSchema: z.ZodType<TwoFile, z.ZodTypeDef, unknown>;
2458
+ /** @internal */
2459
+ export type TwoFile$Outbound = {
2460
+ file_data: string;
2461
+ filename?: string | undefined;
2462
+ };
2463
+ /** @internal */
2464
+ export declare const TwoFile$outboundSchema: z.ZodType<TwoFile$Outbound, z.ZodTypeDef, TwoFile>;
2465
+ /**
2466
+ * @internal
2467
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2468
+ */
2469
+ export declare namespace TwoFile$ {
2470
+ /** @deprecated use `TwoFile$inboundSchema` instead. */
2471
+ const inboundSchema: z.ZodType<TwoFile, z.ZodTypeDef, unknown>;
2472
+ /** @deprecated use `TwoFile$outboundSchema` instead. */
2473
+ const outboundSchema: z.ZodType<TwoFile$Outbound, z.ZodTypeDef, TwoFile>;
2474
+ /** @deprecated use `TwoFile$Outbound` instead. */
2475
+ type Outbound = TwoFile$Outbound;
2476
+ }
2477
+ export declare function twoFileToJSON(twoFile: TwoFile): string;
2478
+ export declare function twoFileFromJSON(jsonString: string): SafeParseResult<TwoFile, SDKValidationError>;
2479
+ /** @internal */
2480
+ export declare const Two4$inboundSchema: z.ZodType<Two4, z.ZodTypeDef, unknown>;
2481
+ /** @internal */
2482
+ export type Two4$Outbound = {
2483
+ type: string;
2484
+ file: TwoFile$Outbound;
2485
+ };
2486
+ /** @internal */
2487
+ export declare const Two4$outboundSchema: z.ZodType<Two4$Outbound, z.ZodTypeDef, Two4>;
2488
+ /**
2489
+ * @internal
2490
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2491
+ */
2492
+ export declare namespace Two4$ {
2493
+ /** @deprecated use `Two4$inboundSchema` instead. */
2494
+ const inboundSchema: z.ZodType<Two4, z.ZodTypeDef, unknown>;
2495
+ /** @deprecated use `Two4$outboundSchema` instead. */
2496
+ const outboundSchema: z.ZodType<Two4$Outbound, z.ZodTypeDef, Two4>;
2497
+ /** @deprecated use `Two4$Outbound` instead. */
2498
+ type Outbound = Two4$Outbound;
2499
+ }
2500
+ export declare function two4ToJSON(two4: Two4): string;
2501
+ export declare function two4FromJSON(jsonString: string): SafeParseResult<Two4, SDKValidationError>;
2502
+ /** @internal */
2503
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType>;
2504
+ /** @internal */
2505
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType>;
2506
+ /**
2507
+ * @internal
2508
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2509
+ */
2510
+ export declare namespace DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$ {
2511
+ /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema` instead. */
2104
2512
  const inboundSchema: z.ZodNativeEnum<{
2105
2513
  readonly InputAudio: "input_audio";
2106
2514
  }>;
2107
- /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema` instead. */
2515
+ /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema` instead. */
2108
2516
  const outboundSchema: z.ZodNativeEnum<{
2109
2517
  readonly InputAudio: "input_audio";
2110
2518
  }>;
@@ -2176,19 +2584,19 @@ export declare namespace Two3$ {
2176
2584
  export declare function two3ToJSON(two3: Two3): string;
2177
2585
  export declare function two3FromJSON(jsonString: string): SafeParseResult<Two3, SDKValidationError>;
2178
2586
  /** @internal */
2179
- export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType>;
2587
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type>;
2180
2588
  /** @internal */
2181
- export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType>;
2589
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type>;
2182
2590
  /**
2183
2591
  * @internal
2184
2592
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2185
2593
  */
2186
- export declare namespace DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$ {
2187
- /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema` instead. */
2594
+ export declare namespace DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$ {
2595
+ /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema` instead. */
2188
2596
  const inboundSchema: z.ZodNativeEnum<{
2189
2597
  readonly ImageUrl: "image_url";
2190
2598
  }>;
2191
- /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema` instead. */
2599
+ /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema` instead. */
2192
2600
  const outboundSchema: z.ZodNativeEnum<{
2193
2601
  readonly ImageUrl: "image_url";
2194
2602
  }>;
@@ -2262,19 +2670,19 @@ export declare namespace DeploymentGetConfig22$ {
2262
2670
  export declare function deploymentGetConfig22ToJSON(deploymentGetConfig22: DeploymentGetConfig22): string;
2263
2671
  export declare function deploymentGetConfig22FromJSON(jsonString: string): SafeParseResult<DeploymentGetConfig22, SDKValidationError>;
2264
2672
  /** @internal */
2265
- export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyType>;
2673
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType>;
2266
2674
  /** @internal */
2267
- export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyType>;
2675
+ export declare const DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType>;
2268
2676
  /**
2269
2677
  * @internal
2270
2678
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2271
2679
  */
2272
- export declare namespace DeploymentGetConfig2DeploymentsRequestRequestBodyType$ {
2273
- /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema` instead. */
2680
+ export declare namespace DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$ {
2681
+ /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema` instead. */
2274
2682
  const inboundSchema: z.ZodNativeEnum<{
2275
2683
  readonly Text: "text";
2276
2684
  }>;
2277
- /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema` instead. */
2685
+ /** @deprecated use `DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema` instead. */
2278
2686
  const outboundSchema: z.ZodNativeEnum<{
2279
2687
  readonly Text: "text";
2280
2688
  }>;
@@ -2305,7 +2713,7 @@ export declare function two1FromJSON(jsonString: string): SafeParseResult<Two1,
2305
2713
  /** @internal */
2306
2714
  export declare const DeploymentGetConfigContent2$inboundSchema: z.ZodType<DeploymentGetConfigContent2, z.ZodTypeDef, unknown>;
2307
2715
  /** @internal */
2308
- export type DeploymentGetConfigContent2$Outbound = Two1$Outbound | DeploymentGetConfig22$Outbound | Two3$Outbound;
2716
+ export type DeploymentGetConfigContent2$Outbound = Two1$Outbound | DeploymentGetConfig22$Outbound | Two3$Outbound | Two4$Outbound;
2309
2717
  /** @internal */
2310
2718
  export declare const DeploymentGetConfigContent2$outboundSchema: z.ZodType<DeploymentGetConfigContent2$Outbound, z.ZodTypeDef, DeploymentGetConfigContent2>;
2311
2719
  /**
@@ -2325,7 +2733,7 @@ export declare function deploymentGetConfigContent2FromJSON(jsonString: string):
2325
2733
  /** @internal */
2326
2734
  export declare const MessagesContent$inboundSchema: z.ZodType<MessagesContent, z.ZodTypeDef, unknown>;
2327
2735
  /** @internal */
2328
- export type MessagesContent$Outbound = string | Array<Two1$Outbound | DeploymentGetConfig22$Outbound | Two3$Outbound>;
2736
+ export type MessagesContent$Outbound = string | Array<Two1$Outbound | DeploymentGetConfig22$Outbound | Two3$Outbound | Two4$Outbound>;
2329
2737
  /** @internal */
2330
2738
  export declare const MessagesContent$outboundSchema: z.ZodType<MessagesContent$Outbound, z.ZodTypeDef, MessagesContent>;
2331
2739
  /**
@@ -2348,7 +2756,7 @@ export declare const MessagesUserMessage$inboundSchema: z.ZodType<MessagesUserMe
2348
2756
  export type MessagesUserMessage$Outbound = {
2349
2757
  role: string;
2350
2758
  name?: string | undefined;
2351
- content: string | Array<Two1$Outbound | DeploymentGetConfig22$Outbound | Two3$Outbound>;
2759
+ content: string | Array<Two1$Outbound | DeploymentGetConfig22$Outbound | Two3$Outbound | Two4$Outbound>;
2352
2760
  };
2353
2761
  /** @internal */
2354
2762
  export declare const MessagesUserMessage$outboundSchema: z.ZodType<MessagesUserMessage$Outbound, z.ZodTypeDef, MessagesUserMessage>;
@@ -2564,6 +2972,970 @@ export declare namespace Thread$ {
2564
2972
  export declare function threadToJSON(thread: Thread): string;
2565
2973
  export declare function threadFromJSON(jsonString: string): SafeParseResult<Thread, SDKValidationError>;
2566
2974
  /** @internal */
2975
+ export declare const DollarOrDollarExists$inboundSchema: z.ZodType<DollarOrDollarExists, z.ZodTypeDef, unknown>;
2976
+ /** @internal */
2977
+ export type DollarOrDollarExists$Outbound = {
2978
+ $exists: boolean;
2979
+ };
2980
+ /** @internal */
2981
+ export declare const DollarOrDollarExists$outboundSchema: z.ZodType<DollarOrDollarExists$Outbound, z.ZodTypeDef, DollarOrDollarExists>;
2982
+ /**
2983
+ * @internal
2984
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2985
+ */
2986
+ export declare namespace DollarOrDollarExists$ {
2987
+ /** @deprecated use `DollarOrDollarExists$inboundSchema` instead. */
2988
+ const inboundSchema: z.ZodType<DollarOrDollarExists, z.ZodTypeDef, unknown>;
2989
+ /** @deprecated use `DollarOrDollarExists$outboundSchema` instead. */
2990
+ const outboundSchema: z.ZodType<DollarOrDollarExists$Outbound, z.ZodTypeDef, DollarOrDollarExists>;
2991
+ /** @deprecated use `DollarOrDollarExists$Outbound` instead. */
2992
+ type Outbound = DollarOrDollarExists$Outbound;
2993
+ }
2994
+ export declare function dollarOrDollarExistsToJSON(dollarOrDollarExists: DollarOrDollarExists): string;
2995
+ export declare function dollarOrDollarExistsFromJSON(jsonString: string): SafeParseResult<DollarOrDollarExists, SDKValidationError>;
2996
+ /** @internal */
2997
+ export declare const DeploymentGetConfigDollarOrDollarNin$inboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarNin, z.ZodTypeDef, unknown>;
2998
+ /** @internal */
2999
+ export type DeploymentGetConfigDollarOrDollarNin$Outbound = string | number | boolean;
3000
+ /** @internal */
3001
+ export declare const DeploymentGetConfigDollarOrDollarNin$outboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarNin$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarOrDollarNin>;
3002
+ /**
3003
+ * @internal
3004
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3005
+ */
3006
+ export declare namespace DeploymentGetConfigDollarOrDollarNin$ {
3007
+ /** @deprecated use `DeploymentGetConfigDollarOrDollarNin$inboundSchema` instead. */
3008
+ const inboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarNin, z.ZodTypeDef, unknown>;
3009
+ /** @deprecated use `DeploymentGetConfigDollarOrDollarNin$outboundSchema` instead. */
3010
+ const outboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarNin$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarOrDollarNin>;
3011
+ /** @deprecated use `DeploymentGetConfigDollarOrDollarNin$Outbound` instead. */
3012
+ type Outbound = DeploymentGetConfigDollarOrDollarNin$Outbound;
3013
+ }
3014
+ export declare function deploymentGetConfigDollarOrDollarNinToJSON(deploymentGetConfigDollarOrDollarNin: DeploymentGetConfigDollarOrDollarNin): string;
3015
+ export declare function deploymentGetConfigDollarOrDollarNinFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigDollarOrDollarNin, SDKValidationError>;
3016
+ /** @internal */
3017
+ export declare const DollarOrDollarNin$inboundSchema: z.ZodType<DollarOrDollarNin, z.ZodTypeDef, unknown>;
3018
+ /** @internal */
3019
+ export type DollarOrDollarNin$Outbound = {
3020
+ $nin: Array<string | number | boolean>;
3021
+ };
3022
+ /** @internal */
3023
+ export declare const DollarOrDollarNin$outboundSchema: z.ZodType<DollarOrDollarNin$Outbound, z.ZodTypeDef, DollarOrDollarNin>;
3024
+ /**
3025
+ * @internal
3026
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3027
+ */
3028
+ export declare namespace DollarOrDollarNin$ {
3029
+ /** @deprecated use `DollarOrDollarNin$inboundSchema` instead. */
3030
+ const inboundSchema: z.ZodType<DollarOrDollarNin, z.ZodTypeDef, unknown>;
3031
+ /** @deprecated use `DollarOrDollarNin$outboundSchema` instead. */
3032
+ const outboundSchema: z.ZodType<DollarOrDollarNin$Outbound, z.ZodTypeDef, DollarOrDollarNin>;
3033
+ /** @deprecated use `DollarOrDollarNin$Outbound` instead. */
3034
+ type Outbound = DollarOrDollarNin$Outbound;
3035
+ }
3036
+ export declare function dollarOrDollarNinToJSON(dollarOrDollarNin: DollarOrDollarNin): string;
3037
+ export declare function dollarOrDollarNinFromJSON(jsonString: string): SafeParseResult<DollarOrDollarNin, SDKValidationError>;
3038
+ /** @internal */
3039
+ export declare const DeploymentGetConfigDollarOrDollarIn$inboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarIn, z.ZodTypeDef, unknown>;
3040
+ /** @internal */
3041
+ export type DeploymentGetConfigDollarOrDollarIn$Outbound = string | number | boolean;
3042
+ /** @internal */
3043
+ export declare const DeploymentGetConfigDollarOrDollarIn$outboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarIn$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarOrDollarIn>;
3044
+ /**
3045
+ * @internal
3046
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3047
+ */
3048
+ export declare namespace DeploymentGetConfigDollarOrDollarIn$ {
3049
+ /** @deprecated use `DeploymentGetConfigDollarOrDollarIn$inboundSchema` instead. */
3050
+ const inboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarIn, z.ZodTypeDef, unknown>;
3051
+ /** @deprecated use `DeploymentGetConfigDollarOrDollarIn$outboundSchema` instead. */
3052
+ const outboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarIn$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarOrDollarIn>;
3053
+ /** @deprecated use `DeploymentGetConfigDollarOrDollarIn$Outbound` instead. */
3054
+ type Outbound = DeploymentGetConfigDollarOrDollarIn$Outbound;
3055
+ }
3056
+ export declare function deploymentGetConfigDollarOrDollarInToJSON(deploymentGetConfigDollarOrDollarIn: DeploymentGetConfigDollarOrDollarIn): string;
3057
+ export declare function deploymentGetConfigDollarOrDollarInFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigDollarOrDollarIn, SDKValidationError>;
3058
+ /** @internal */
3059
+ export declare const DollarOrDollarIn$inboundSchema: z.ZodType<DollarOrDollarIn, z.ZodTypeDef, unknown>;
3060
+ /** @internal */
3061
+ export type DollarOrDollarIn$Outbound = {
3062
+ $in: Array<string | number | boolean>;
3063
+ };
3064
+ /** @internal */
3065
+ export declare const DollarOrDollarIn$outboundSchema: z.ZodType<DollarOrDollarIn$Outbound, z.ZodTypeDef, DollarOrDollarIn>;
3066
+ /**
3067
+ * @internal
3068
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3069
+ */
3070
+ export declare namespace DollarOrDollarIn$ {
3071
+ /** @deprecated use `DollarOrDollarIn$inboundSchema` instead. */
3072
+ const inboundSchema: z.ZodType<DollarOrDollarIn, z.ZodTypeDef, unknown>;
3073
+ /** @deprecated use `DollarOrDollarIn$outboundSchema` instead. */
3074
+ const outboundSchema: z.ZodType<DollarOrDollarIn$Outbound, z.ZodTypeDef, DollarOrDollarIn>;
3075
+ /** @deprecated use `DollarOrDollarIn$Outbound` instead. */
3076
+ type Outbound = DollarOrDollarIn$Outbound;
3077
+ }
3078
+ export declare function dollarOrDollarInToJSON(dollarOrDollarIn: DollarOrDollarIn): string;
3079
+ export declare function dollarOrDollarInFromJSON(jsonString: string): SafeParseResult<DollarOrDollarIn, SDKValidationError>;
3080
+ /** @internal */
3081
+ export declare const DollarOrDollarLte$inboundSchema: z.ZodType<DollarOrDollarLte, z.ZodTypeDef, unknown>;
3082
+ /** @internal */
3083
+ export type DollarOrDollarLte$Outbound = {
3084
+ $lte: number;
3085
+ };
3086
+ /** @internal */
3087
+ export declare const DollarOrDollarLte$outboundSchema: z.ZodType<DollarOrDollarLte$Outbound, z.ZodTypeDef, DollarOrDollarLte>;
3088
+ /**
3089
+ * @internal
3090
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3091
+ */
3092
+ export declare namespace DollarOrDollarLte$ {
3093
+ /** @deprecated use `DollarOrDollarLte$inboundSchema` instead. */
3094
+ const inboundSchema: z.ZodType<DollarOrDollarLte, z.ZodTypeDef, unknown>;
3095
+ /** @deprecated use `DollarOrDollarLte$outboundSchema` instead. */
3096
+ const outboundSchema: z.ZodType<DollarOrDollarLte$Outbound, z.ZodTypeDef, DollarOrDollarLte>;
3097
+ /** @deprecated use `DollarOrDollarLte$Outbound` instead. */
3098
+ type Outbound = DollarOrDollarLte$Outbound;
3099
+ }
3100
+ export declare function dollarOrDollarLteToJSON(dollarOrDollarLte: DollarOrDollarLte): string;
3101
+ export declare function dollarOrDollarLteFromJSON(jsonString: string): SafeParseResult<DollarOrDollarLte, SDKValidationError>;
3102
+ /** @internal */
3103
+ export declare const DollarOrDollarLt$inboundSchema: z.ZodType<DollarOrDollarLt, z.ZodTypeDef, unknown>;
3104
+ /** @internal */
3105
+ export type DollarOrDollarLt$Outbound = {
3106
+ $lt: number;
3107
+ };
3108
+ /** @internal */
3109
+ export declare const DollarOrDollarLt$outboundSchema: z.ZodType<DollarOrDollarLt$Outbound, z.ZodTypeDef, DollarOrDollarLt>;
3110
+ /**
3111
+ * @internal
3112
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3113
+ */
3114
+ export declare namespace DollarOrDollarLt$ {
3115
+ /** @deprecated use `DollarOrDollarLt$inboundSchema` instead. */
3116
+ const inboundSchema: z.ZodType<DollarOrDollarLt, z.ZodTypeDef, unknown>;
3117
+ /** @deprecated use `DollarOrDollarLt$outboundSchema` instead. */
3118
+ const outboundSchema: z.ZodType<DollarOrDollarLt$Outbound, z.ZodTypeDef, DollarOrDollarLt>;
3119
+ /** @deprecated use `DollarOrDollarLt$Outbound` instead. */
3120
+ type Outbound = DollarOrDollarLt$Outbound;
3121
+ }
3122
+ export declare function dollarOrDollarLtToJSON(dollarOrDollarLt: DollarOrDollarLt): string;
3123
+ export declare function dollarOrDollarLtFromJSON(jsonString: string): SafeParseResult<DollarOrDollarLt, SDKValidationError>;
3124
+ /** @internal */
3125
+ export declare const DollarOrDollarGte$inboundSchema: z.ZodType<DollarOrDollarGte, z.ZodTypeDef, unknown>;
3126
+ /** @internal */
3127
+ export type DollarOrDollarGte$Outbound = {
3128
+ $gte: number;
3129
+ };
3130
+ /** @internal */
3131
+ export declare const DollarOrDollarGte$outboundSchema: z.ZodType<DollarOrDollarGte$Outbound, z.ZodTypeDef, DollarOrDollarGte>;
3132
+ /**
3133
+ * @internal
3134
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3135
+ */
3136
+ export declare namespace DollarOrDollarGte$ {
3137
+ /** @deprecated use `DollarOrDollarGte$inboundSchema` instead. */
3138
+ const inboundSchema: z.ZodType<DollarOrDollarGte, z.ZodTypeDef, unknown>;
3139
+ /** @deprecated use `DollarOrDollarGte$outboundSchema` instead. */
3140
+ const outboundSchema: z.ZodType<DollarOrDollarGte$Outbound, z.ZodTypeDef, DollarOrDollarGte>;
3141
+ /** @deprecated use `DollarOrDollarGte$Outbound` instead. */
3142
+ type Outbound = DollarOrDollarGte$Outbound;
3143
+ }
3144
+ export declare function dollarOrDollarGteToJSON(dollarOrDollarGte: DollarOrDollarGte): string;
3145
+ export declare function dollarOrDollarGteFromJSON(jsonString: string): SafeParseResult<DollarOrDollarGte, SDKValidationError>;
3146
+ /** @internal */
3147
+ export declare const DollarOr3$inboundSchema: z.ZodType<DollarOr3, z.ZodTypeDef, unknown>;
3148
+ /** @internal */
3149
+ export type DollarOr3$Outbound = {
3150
+ $gt: number;
3151
+ };
3152
+ /** @internal */
3153
+ export declare const DollarOr3$outboundSchema: z.ZodType<DollarOr3$Outbound, z.ZodTypeDef, DollarOr3>;
3154
+ /**
3155
+ * @internal
3156
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3157
+ */
3158
+ export declare namespace DollarOr3$ {
3159
+ /** @deprecated use `DollarOr3$inboundSchema` instead. */
3160
+ const inboundSchema: z.ZodType<DollarOr3, z.ZodTypeDef, unknown>;
3161
+ /** @deprecated use `DollarOr3$outboundSchema` instead. */
3162
+ const outboundSchema: z.ZodType<DollarOr3$Outbound, z.ZodTypeDef, DollarOr3>;
3163
+ /** @deprecated use `DollarOr3$Outbound` instead. */
3164
+ type Outbound = DollarOr3$Outbound;
3165
+ }
3166
+ export declare function dollarOr3ToJSON(dollarOr3: DollarOr3): string;
3167
+ export declare function dollarOr3FromJSON(jsonString: string): SafeParseResult<DollarOr3, SDKValidationError>;
3168
+ /** @internal */
3169
+ export declare const DeploymentGetConfigDollarOrDollarNe$inboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarNe, z.ZodTypeDef, unknown>;
3170
+ /** @internal */
3171
+ export type DeploymentGetConfigDollarOrDollarNe$Outbound = string | number | boolean;
3172
+ /** @internal */
3173
+ export declare const DeploymentGetConfigDollarOrDollarNe$outboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarNe$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarOrDollarNe>;
3174
+ /**
3175
+ * @internal
3176
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3177
+ */
3178
+ export declare namespace DeploymentGetConfigDollarOrDollarNe$ {
3179
+ /** @deprecated use `DeploymentGetConfigDollarOrDollarNe$inboundSchema` instead. */
3180
+ const inboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarNe, z.ZodTypeDef, unknown>;
3181
+ /** @deprecated use `DeploymentGetConfigDollarOrDollarNe$outboundSchema` instead. */
3182
+ const outboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarNe$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarOrDollarNe>;
3183
+ /** @deprecated use `DeploymentGetConfigDollarOrDollarNe$Outbound` instead. */
3184
+ type Outbound = DeploymentGetConfigDollarOrDollarNe$Outbound;
3185
+ }
3186
+ export declare function deploymentGetConfigDollarOrDollarNeToJSON(deploymentGetConfigDollarOrDollarNe: DeploymentGetConfigDollarOrDollarNe): string;
3187
+ export declare function deploymentGetConfigDollarOrDollarNeFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigDollarOrDollarNe, SDKValidationError>;
3188
+ /** @internal */
3189
+ export declare const DollarOrDollarNe$inboundSchema: z.ZodType<DollarOrDollarNe, z.ZodTypeDef, unknown>;
3190
+ /** @internal */
3191
+ export type DollarOrDollarNe$Outbound = {
3192
+ $ne: string | number | boolean;
3193
+ };
3194
+ /** @internal */
3195
+ export declare const DollarOrDollarNe$outboundSchema: z.ZodType<DollarOrDollarNe$Outbound, z.ZodTypeDef, DollarOrDollarNe>;
3196
+ /**
3197
+ * @internal
3198
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3199
+ */
3200
+ export declare namespace DollarOrDollarNe$ {
3201
+ /** @deprecated use `DollarOrDollarNe$inboundSchema` instead. */
3202
+ const inboundSchema: z.ZodType<DollarOrDollarNe, z.ZodTypeDef, unknown>;
3203
+ /** @deprecated use `DollarOrDollarNe$outboundSchema` instead. */
3204
+ const outboundSchema: z.ZodType<DollarOrDollarNe$Outbound, z.ZodTypeDef, DollarOrDollarNe>;
3205
+ /** @deprecated use `DollarOrDollarNe$Outbound` instead. */
3206
+ type Outbound = DollarOrDollarNe$Outbound;
3207
+ }
3208
+ export declare function dollarOrDollarNeToJSON(dollarOrDollarNe: DollarOrDollarNe): string;
3209
+ export declare function dollarOrDollarNeFromJSON(jsonString: string): SafeParseResult<DollarOrDollarNe, SDKValidationError>;
3210
+ /** @internal */
3211
+ export declare const DeploymentGetConfigDollarOrDollarEq$inboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarEq, z.ZodTypeDef, unknown>;
3212
+ /** @internal */
3213
+ export type DeploymentGetConfigDollarOrDollarEq$Outbound = string | number | boolean;
3214
+ /** @internal */
3215
+ export declare const DeploymentGetConfigDollarOrDollarEq$outboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarEq$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarOrDollarEq>;
3216
+ /**
3217
+ * @internal
3218
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3219
+ */
3220
+ export declare namespace DeploymentGetConfigDollarOrDollarEq$ {
3221
+ /** @deprecated use `DeploymentGetConfigDollarOrDollarEq$inboundSchema` instead. */
3222
+ const inboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarEq, z.ZodTypeDef, unknown>;
3223
+ /** @deprecated use `DeploymentGetConfigDollarOrDollarEq$outboundSchema` instead. */
3224
+ const outboundSchema: z.ZodType<DeploymentGetConfigDollarOrDollarEq$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarOrDollarEq>;
3225
+ /** @deprecated use `DeploymentGetConfigDollarOrDollarEq$Outbound` instead. */
3226
+ type Outbound = DeploymentGetConfigDollarOrDollarEq$Outbound;
3227
+ }
3228
+ export declare function deploymentGetConfigDollarOrDollarEqToJSON(deploymentGetConfigDollarOrDollarEq: DeploymentGetConfigDollarOrDollarEq): string;
3229
+ export declare function deploymentGetConfigDollarOrDollarEqFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigDollarOrDollarEq, SDKValidationError>;
3230
+ /** @internal */
3231
+ export declare const DollarOrDollarEq$inboundSchema: z.ZodType<DollarOrDollarEq, z.ZodTypeDef, unknown>;
3232
+ /** @internal */
3233
+ export type DollarOrDollarEq$Outbound = {
3234
+ $eq: string | number | boolean;
3235
+ };
3236
+ /** @internal */
3237
+ export declare const DollarOrDollarEq$outboundSchema: z.ZodType<DollarOrDollarEq$Outbound, z.ZodTypeDef, DollarOrDollarEq>;
3238
+ /**
3239
+ * @internal
3240
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3241
+ */
3242
+ export declare namespace DollarOrDollarEq$ {
3243
+ /** @deprecated use `DollarOrDollarEq$inboundSchema` instead. */
3244
+ const inboundSchema: z.ZodType<DollarOrDollarEq, z.ZodTypeDef, unknown>;
3245
+ /** @deprecated use `DollarOrDollarEq$outboundSchema` instead. */
3246
+ const outboundSchema: z.ZodType<DollarOrDollarEq$Outbound, z.ZodTypeDef, DollarOrDollarEq>;
3247
+ /** @deprecated use `DollarOrDollarEq$Outbound` instead. */
3248
+ type Outbound = DollarOrDollarEq$Outbound;
3249
+ }
3250
+ export declare function dollarOrDollarEqToJSON(dollarOrDollarEq: DollarOrDollarEq): string;
3251
+ export declare function dollarOrDollarEqFromJSON(jsonString: string): SafeParseResult<DollarOrDollarEq, SDKValidationError>;
3252
+ /** @internal */
3253
+ export declare const KnowledgeFilterDollarOr$inboundSchema: z.ZodType<KnowledgeFilterDollarOr, z.ZodTypeDef, unknown>;
3254
+ /** @internal */
3255
+ export type KnowledgeFilterDollarOr$Outbound = DollarOrDollarEq$Outbound | DollarOrDollarNe$Outbound | DollarOr3$Outbound | DollarOrDollarGte$Outbound | DollarOrDollarLt$Outbound | DollarOrDollarLte$Outbound | DollarOrDollarIn$Outbound | DollarOrDollarNin$Outbound | DollarOrDollarExists$Outbound;
3256
+ /** @internal */
3257
+ export declare const KnowledgeFilterDollarOr$outboundSchema: z.ZodType<KnowledgeFilterDollarOr$Outbound, z.ZodTypeDef, KnowledgeFilterDollarOr>;
3258
+ /**
3259
+ * @internal
3260
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3261
+ */
3262
+ export declare namespace KnowledgeFilterDollarOr$ {
3263
+ /** @deprecated use `KnowledgeFilterDollarOr$inboundSchema` instead. */
3264
+ const inboundSchema: z.ZodType<KnowledgeFilterDollarOr, z.ZodTypeDef, unknown>;
3265
+ /** @deprecated use `KnowledgeFilterDollarOr$outboundSchema` instead. */
3266
+ const outboundSchema: z.ZodType<KnowledgeFilterDollarOr$Outbound, z.ZodTypeDef, KnowledgeFilterDollarOr>;
3267
+ /** @deprecated use `KnowledgeFilterDollarOr$Outbound` instead. */
3268
+ type Outbound = KnowledgeFilterDollarOr$Outbound;
3269
+ }
3270
+ export declare function knowledgeFilterDollarOrToJSON(knowledgeFilterDollarOr: KnowledgeFilterDollarOr): string;
3271
+ export declare function knowledgeFilterDollarOrFromJSON(jsonString: string): SafeParseResult<KnowledgeFilterDollarOr, SDKValidationError>;
3272
+ /** @internal */
3273
+ export declare const DollarOr$inboundSchema: z.ZodType<DollarOr, z.ZodTypeDef, unknown>;
3274
+ /** @internal */
3275
+ export type DollarOr$Outbound = {
3276
+ $or: Array<{
3277
+ [k: string]: DollarOrDollarEq$Outbound | DollarOrDollarNe$Outbound | DollarOr3$Outbound | DollarOrDollarGte$Outbound | DollarOrDollarLt$Outbound | DollarOrDollarLte$Outbound | DollarOrDollarIn$Outbound | DollarOrDollarNin$Outbound | DollarOrDollarExists$Outbound;
3278
+ }>;
3279
+ };
3280
+ /** @internal */
3281
+ export declare const DollarOr$outboundSchema: z.ZodType<DollarOr$Outbound, z.ZodTypeDef, DollarOr>;
3282
+ /**
3283
+ * @internal
3284
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3285
+ */
3286
+ export declare namespace DollarOr$ {
3287
+ /** @deprecated use `DollarOr$inboundSchema` instead. */
3288
+ const inboundSchema: z.ZodType<DollarOr, z.ZodTypeDef, unknown>;
3289
+ /** @deprecated use `DollarOr$outboundSchema` instead. */
3290
+ const outboundSchema: z.ZodType<DollarOr$Outbound, z.ZodTypeDef, DollarOr>;
3291
+ /** @deprecated use `DollarOr$Outbound` instead. */
3292
+ type Outbound = DollarOr$Outbound;
3293
+ }
3294
+ export declare function dollarOrToJSON(dollarOr: DollarOr): string;
3295
+ export declare function dollarOrFromJSON(jsonString: string): SafeParseResult<DollarOr, SDKValidationError>;
3296
+ /** @internal */
3297
+ export declare const DollarAndDollarExists$inboundSchema: z.ZodType<DollarAndDollarExists, z.ZodTypeDef, unknown>;
3298
+ /** @internal */
3299
+ export type DollarAndDollarExists$Outbound = {
3300
+ $exists: boolean;
3301
+ };
3302
+ /** @internal */
3303
+ export declare const DollarAndDollarExists$outboundSchema: z.ZodType<DollarAndDollarExists$Outbound, z.ZodTypeDef, DollarAndDollarExists>;
3304
+ /**
3305
+ * @internal
3306
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3307
+ */
3308
+ export declare namespace DollarAndDollarExists$ {
3309
+ /** @deprecated use `DollarAndDollarExists$inboundSchema` instead. */
3310
+ const inboundSchema: z.ZodType<DollarAndDollarExists, z.ZodTypeDef, unknown>;
3311
+ /** @deprecated use `DollarAndDollarExists$outboundSchema` instead. */
3312
+ const outboundSchema: z.ZodType<DollarAndDollarExists$Outbound, z.ZodTypeDef, DollarAndDollarExists>;
3313
+ /** @deprecated use `DollarAndDollarExists$Outbound` instead. */
3314
+ type Outbound = DollarAndDollarExists$Outbound;
3315
+ }
3316
+ export declare function dollarAndDollarExistsToJSON(dollarAndDollarExists: DollarAndDollarExists): string;
3317
+ export declare function dollarAndDollarExistsFromJSON(jsonString: string): SafeParseResult<DollarAndDollarExists, SDKValidationError>;
3318
+ /** @internal */
3319
+ export declare const DeploymentGetConfigDollarAndDollarNin$inboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarNin, z.ZodTypeDef, unknown>;
3320
+ /** @internal */
3321
+ export type DeploymentGetConfigDollarAndDollarNin$Outbound = string | number | boolean;
3322
+ /** @internal */
3323
+ export declare const DeploymentGetConfigDollarAndDollarNin$outboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarNin$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarAndDollarNin>;
3324
+ /**
3325
+ * @internal
3326
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3327
+ */
3328
+ export declare namespace DeploymentGetConfigDollarAndDollarNin$ {
3329
+ /** @deprecated use `DeploymentGetConfigDollarAndDollarNin$inboundSchema` instead. */
3330
+ const inboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarNin, z.ZodTypeDef, unknown>;
3331
+ /** @deprecated use `DeploymentGetConfigDollarAndDollarNin$outboundSchema` instead. */
3332
+ const outboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarNin$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarAndDollarNin>;
3333
+ /** @deprecated use `DeploymentGetConfigDollarAndDollarNin$Outbound` instead. */
3334
+ type Outbound = DeploymentGetConfigDollarAndDollarNin$Outbound;
3335
+ }
3336
+ export declare function deploymentGetConfigDollarAndDollarNinToJSON(deploymentGetConfigDollarAndDollarNin: DeploymentGetConfigDollarAndDollarNin): string;
3337
+ export declare function deploymentGetConfigDollarAndDollarNinFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigDollarAndDollarNin, SDKValidationError>;
3338
+ /** @internal */
3339
+ export declare const DollarAndDollarNin$inboundSchema: z.ZodType<DollarAndDollarNin, z.ZodTypeDef, unknown>;
3340
+ /** @internal */
3341
+ export type DollarAndDollarNin$Outbound = {
3342
+ $nin: Array<string | number | boolean>;
3343
+ };
3344
+ /** @internal */
3345
+ export declare const DollarAndDollarNin$outboundSchema: z.ZodType<DollarAndDollarNin$Outbound, z.ZodTypeDef, DollarAndDollarNin>;
3346
+ /**
3347
+ * @internal
3348
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3349
+ */
3350
+ export declare namespace DollarAndDollarNin$ {
3351
+ /** @deprecated use `DollarAndDollarNin$inboundSchema` instead. */
3352
+ const inboundSchema: z.ZodType<DollarAndDollarNin, z.ZodTypeDef, unknown>;
3353
+ /** @deprecated use `DollarAndDollarNin$outboundSchema` instead. */
3354
+ const outboundSchema: z.ZodType<DollarAndDollarNin$Outbound, z.ZodTypeDef, DollarAndDollarNin>;
3355
+ /** @deprecated use `DollarAndDollarNin$Outbound` instead. */
3356
+ type Outbound = DollarAndDollarNin$Outbound;
3357
+ }
3358
+ export declare function dollarAndDollarNinToJSON(dollarAndDollarNin: DollarAndDollarNin): string;
3359
+ export declare function dollarAndDollarNinFromJSON(jsonString: string): SafeParseResult<DollarAndDollarNin, SDKValidationError>;
3360
+ /** @internal */
3361
+ export declare const DeploymentGetConfigDollarAndDollarIn$inboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarIn, z.ZodTypeDef, unknown>;
3362
+ /** @internal */
3363
+ export type DeploymentGetConfigDollarAndDollarIn$Outbound = string | number | boolean;
3364
+ /** @internal */
3365
+ export declare const DeploymentGetConfigDollarAndDollarIn$outboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarIn$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarAndDollarIn>;
3366
+ /**
3367
+ * @internal
3368
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3369
+ */
3370
+ export declare namespace DeploymentGetConfigDollarAndDollarIn$ {
3371
+ /** @deprecated use `DeploymentGetConfigDollarAndDollarIn$inboundSchema` instead. */
3372
+ const inboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarIn, z.ZodTypeDef, unknown>;
3373
+ /** @deprecated use `DeploymentGetConfigDollarAndDollarIn$outboundSchema` instead. */
3374
+ const outboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarIn$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarAndDollarIn>;
3375
+ /** @deprecated use `DeploymentGetConfigDollarAndDollarIn$Outbound` instead. */
3376
+ type Outbound = DeploymentGetConfigDollarAndDollarIn$Outbound;
3377
+ }
3378
+ export declare function deploymentGetConfigDollarAndDollarInToJSON(deploymentGetConfigDollarAndDollarIn: DeploymentGetConfigDollarAndDollarIn): string;
3379
+ export declare function deploymentGetConfigDollarAndDollarInFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigDollarAndDollarIn, SDKValidationError>;
3380
+ /** @internal */
3381
+ export declare const DollarAndDollarIn$inboundSchema: z.ZodType<DollarAndDollarIn, z.ZodTypeDef, unknown>;
3382
+ /** @internal */
3383
+ export type DollarAndDollarIn$Outbound = {
3384
+ $in: Array<string | number | boolean>;
3385
+ };
3386
+ /** @internal */
3387
+ export declare const DollarAndDollarIn$outboundSchema: z.ZodType<DollarAndDollarIn$Outbound, z.ZodTypeDef, DollarAndDollarIn>;
3388
+ /**
3389
+ * @internal
3390
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3391
+ */
3392
+ export declare namespace DollarAndDollarIn$ {
3393
+ /** @deprecated use `DollarAndDollarIn$inboundSchema` instead. */
3394
+ const inboundSchema: z.ZodType<DollarAndDollarIn, z.ZodTypeDef, unknown>;
3395
+ /** @deprecated use `DollarAndDollarIn$outboundSchema` instead. */
3396
+ const outboundSchema: z.ZodType<DollarAndDollarIn$Outbound, z.ZodTypeDef, DollarAndDollarIn>;
3397
+ /** @deprecated use `DollarAndDollarIn$Outbound` instead. */
3398
+ type Outbound = DollarAndDollarIn$Outbound;
3399
+ }
3400
+ export declare function dollarAndDollarInToJSON(dollarAndDollarIn: DollarAndDollarIn): string;
3401
+ export declare function dollarAndDollarInFromJSON(jsonString: string): SafeParseResult<DollarAndDollarIn, SDKValidationError>;
3402
+ /** @internal */
3403
+ export declare const DollarAndDollarLte$inboundSchema: z.ZodType<DollarAndDollarLte, z.ZodTypeDef, unknown>;
3404
+ /** @internal */
3405
+ export type DollarAndDollarLte$Outbound = {
3406
+ $lte: number;
3407
+ };
3408
+ /** @internal */
3409
+ export declare const DollarAndDollarLte$outboundSchema: z.ZodType<DollarAndDollarLte$Outbound, z.ZodTypeDef, DollarAndDollarLte>;
3410
+ /**
3411
+ * @internal
3412
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3413
+ */
3414
+ export declare namespace DollarAndDollarLte$ {
3415
+ /** @deprecated use `DollarAndDollarLte$inboundSchema` instead. */
3416
+ const inboundSchema: z.ZodType<DollarAndDollarLte, z.ZodTypeDef, unknown>;
3417
+ /** @deprecated use `DollarAndDollarLte$outboundSchema` instead. */
3418
+ const outboundSchema: z.ZodType<DollarAndDollarLte$Outbound, z.ZodTypeDef, DollarAndDollarLte>;
3419
+ /** @deprecated use `DollarAndDollarLte$Outbound` instead. */
3420
+ type Outbound = DollarAndDollarLte$Outbound;
3421
+ }
3422
+ export declare function dollarAndDollarLteToJSON(dollarAndDollarLte: DollarAndDollarLte): string;
3423
+ export declare function dollarAndDollarLteFromJSON(jsonString: string): SafeParseResult<DollarAndDollarLte, SDKValidationError>;
3424
+ /** @internal */
3425
+ export declare const DollarAndDollarLt$inboundSchema: z.ZodType<DollarAndDollarLt, z.ZodTypeDef, unknown>;
3426
+ /** @internal */
3427
+ export type DollarAndDollarLt$Outbound = {
3428
+ $lt: number;
3429
+ };
3430
+ /** @internal */
3431
+ export declare const DollarAndDollarLt$outboundSchema: z.ZodType<DollarAndDollarLt$Outbound, z.ZodTypeDef, DollarAndDollarLt>;
3432
+ /**
3433
+ * @internal
3434
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3435
+ */
3436
+ export declare namespace DollarAndDollarLt$ {
3437
+ /** @deprecated use `DollarAndDollarLt$inboundSchema` instead. */
3438
+ const inboundSchema: z.ZodType<DollarAndDollarLt, z.ZodTypeDef, unknown>;
3439
+ /** @deprecated use `DollarAndDollarLt$outboundSchema` instead. */
3440
+ const outboundSchema: z.ZodType<DollarAndDollarLt$Outbound, z.ZodTypeDef, DollarAndDollarLt>;
3441
+ /** @deprecated use `DollarAndDollarLt$Outbound` instead. */
3442
+ type Outbound = DollarAndDollarLt$Outbound;
3443
+ }
3444
+ export declare function dollarAndDollarLtToJSON(dollarAndDollarLt: DollarAndDollarLt): string;
3445
+ export declare function dollarAndDollarLtFromJSON(jsonString: string): SafeParseResult<DollarAndDollarLt, SDKValidationError>;
3446
+ /** @internal */
3447
+ export declare const DollarAndDollarGte$inboundSchema: z.ZodType<DollarAndDollarGte, z.ZodTypeDef, unknown>;
3448
+ /** @internal */
3449
+ export type DollarAndDollarGte$Outbound = {
3450
+ $gte: number;
3451
+ };
3452
+ /** @internal */
3453
+ export declare const DollarAndDollarGte$outboundSchema: z.ZodType<DollarAndDollarGte$Outbound, z.ZodTypeDef, DollarAndDollarGte>;
3454
+ /**
3455
+ * @internal
3456
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3457
+ */
3458
+ export declare namespace DollarAndDollarGte$ {
3459
+ /** @deprecated use `DollarAndDollarGte$inboundSchema` instead. */
3460
+ const inboundSchema: z.ZodType<DollarAndDollarGte, z.ZodTypeDef, unknown>;
3461
+ /** @deprecated use `DollarAndDollarGte$outboundSchema` instead. */
3462
+ const outboundSchema: z.ZodType<DollarAndDollarGte$Outbound, z.ZodTypeDef, DollarAndDollarGte>;
3463
+ /** @deprecated use `DollarAndDollarGte$Outbound` instead. */
3464
+ type Outbound = DollarAndDollarGte$Outbound;
3465
+ }
3466
+ export declare function dollarAndDollarGteToJSON(dollarAndDollarGte: DollarAndDollarGte): string;
3467
+ export declare function dollarAndDollarGteFromJSON(jsonString: string): SafeParseResult<DollarAndDollarGte, SDKValidationError>;
3468
+ /** @internal */
3469
+ export declare const DollarAnd3$inboundSchema: z.ZodType<DollarAnd3, z.ZodTypeDef, unknown>;
3470
+ /** @internal */
3471
+ export type DollarAnd3$Outbound = {
3472
+ $gt: number;
3473
+ };
3474
+ /** @internal */
3475
+ export declare const DollarAnd3$outboundSchema: z.ZodType<DollarAnd3$Outbound, z.ZodTypeDef, DollarAnd3>;
3476
+ /**
3477
+ * @internal
3478
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3479
+ */
3480
+ export declare namespace DollarAnd3$ {
3481
+ /** @deprecated use `DollarAnd3$inboundSchema` instead. */
3482
+ const inboundSchema: z.ZodType<DollarAnd3, z.ZodTypeDef, unknown>;
3483
+ /** @deprecated use `DollarAnd3$outboundSchema` instead. */
3484
+ const outboundSchema: z.ZodType<DollarAnd3$Outbound, z.ZodTypeDef, DollarAnd3>;
3485
+ /** @deprecated use `DollarAnd3$Outbound` instead. */
3486
+ type Outbound = DollarAnd3$Outbound;
3487
+ }
3488
+ export declare function dollarAnd3ToJSON(dollarAnd3: DollarAnd3): string;
3489
+ export declare function dollarAnd3FromJSON(jsonString: string): SafeParseResult<DollarAnd3, SDKValidationError>;
3490
+ /** @internal */
3491
+ export declare const DeploymentGetConfigDollarAndDollarNe$inboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarNe, z.ZodTypeDef, unknown>;
3492
+ /** @internal */
3493
+ export type DeploymentGetConfigDollarAndDollarNe$Outbound = string | number | boolean;
3494
+ /** @internal */
3495
+ export declare const DeploymentGetConfigDollarAndDollarNe$outboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarNe$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarAndDollarNe>;
3496
+ /**
3497
+ * @internal
3498
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3499
+ */
3500
+ export declare namespace DeploymentGetConfigDollarAndDollarNe$ {
3501
+ /** @deprecated use `DeploymentGetConfigDollarAndDollarNe$inboundSchema` instead. */
3502
+ const inboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarNe, z.ZodTypeDef, unknown>;
3503
+ /** @deprecated use `DeploymentGetConfigDollarAndDollarNe$outboundSchema` instead. */
3504
+ const outboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarNe$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarAndDollarNe>;
3505
+ /** @deprecated use `DeploymentGetConfigDollarAndDollarNe$Outbound` instead. */
3506
+ type Outbound = DeploymentGetConfigDollarAndDollarNe$Outbound;
3507
+ }
3508
+ export declare function deploymentGetConfigDollarAndDollarNeToJSON(deploymentGetConfigDollarAndDollarNe: DeploymentGetConfigDollarAndDollarNe): string;
3509
+ export declare function deploymentGetConfigDollarAndDollarNeFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigDollarAndDollarNe, SDKValidationError>;
3510
+ /** @internal */
3511
+ export declare const DollarAndDollarNe$inboundSchema: z.ZodType<DollarAndDollarNe, z.ZodTypeDef, unknown>;
3512
+ /** @internal */
3513
+ export type DollarAndDollarNe$Outbound = {
3514
+ $ne: string | number | boolean;
3515
+ };
3516
+ /** @internal */
3517
+ export declare const DollarAndDollarNe$outboundSchema: z.ZodType<DollarAndDollarNe$Outbound, z.ZodTypeDef, DollarAndDollarNe>;
3518
+ /**
3519
+ * @internal
3520
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3521
+ */
3522
+ export declare namespace DollarAndDollarNe$ {
3523
+ /** @deprecated use `DollarAndDollarNe$inboundSchema` instead. */
3524
+ const inboundSchema: z.ZodType<DollarAndDollarNe, z.ZodTypeDef, unknown>;
3525
+ /** @deprecated use `DollarAndDollarNe$outboundSchema` instead. */
3526
+ const outboundSchema: z.ZodType<DollarAndDollarNe$Outbound, z.ZodTypeDef, DollarAndDollarNe>;
3527
+ /** @deprecated use `DollarAndDollarNe$Outbound` instead. */
3528
+ type Outbound = DollarAndDollarNe$Outbound;
3529
+ }
3530
+ export declare function dollarAndDollarNeToJSON(dollarAndDollarNe: DollarAndDollarNe): string;
3531
+ export declare function dollarAndDollarNeFromJSON(jsonString: string): SafeParseResult<DollarAndDollarNe, SDKValidationError>;
3532
+ /** @internal */
3533
+ export declare const DeploymentGetConfigDollarAndDollarEq$inboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarEq, z.ZodTypeDef, unknown>;
3534
+ /** @internal */
3535
+ export type DeploymentGetConfigDollarAndDollarEq$Outbound = string | number | boolean;
3536
+ /** @internal */
3537
+ export declare const DeploymentGetConfigDollarAndDollarEq$outboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarEq$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarAndDollarEq>;
3538
+ /**
3539
+ * @internal
3540
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3541
+ */
3542
+ export declare namespace DeploymentGetConfigDollarAndDollarEq$ {
3543
+ /** @deprecated use `DeploymentGetConfigDollarAndDollarEq$inboundSchema` instead. */
3544
+ const inboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarEq, z.ZodTypeDef, unknown>;
3545
+ /** @deprecated use `DeploymentGetConfigDollarAndDollarEq$outboundSchema` instead. */
3546
+ const outboundSchema: z.ZodType<DeploymentGetConfigDollarAndDollarEq$Outbound, z.ZodTypeDef, DeploymentGetConfigDollarAndDollarEq>;
3547
+ /** @deprecated use `DeploymentGetConfigDollarAndDollarEq$Outbound` instead. */
3548
+ type Outbound = DeploymentGetConfigDollarAndDollarEq$Outbound;
3549
+ }
3550
+ export declare function deploymentGetConfigDollarAndDollarEqToJSON(deploymentGetConfigDollarAndDollarEq: DeploymentGetConfigDollarAndDollarEq): string;
3551
+ export declare function deploymentGetConfigDollarAndDollarEqFromJSON(jsonString: string): SafeParseResult<DeploymentGetConfigDollarAndDollarEq, SDKValidationError>;
3552
+ /** @internal */
3553
+ export declare const DollarAndDollarEq$inboundSchema: z.ZodType<DollarAndDollarEq, z.ZodTypeDef, unknown>;
3554
+ /** @internal */
3555
+ export type DollarAndDollarEq$Outbound = {
3556
+ $eq: string | number | boolean;
3557
+ };
3558
+ /** @internal */
3559
+ export declare const DollarAndDollarEq$outboundSchema: z.ZodType<DollarAndDollarEq$Outbound, z.ZodTypeDef, DollarAndDollarEq>;
3560
+ /**
3561
+ * @internal
3562
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3563
+ */
3564
+ export declare namespace DollarAndDollarEq$ {
3565
+ /** @deprecated use `DollarAndDollarEq$inboundSchema` instead. */
3566
+ const inboundSchema: z.ZodType<DollarAndDollarEq, z.ZodTypeDef, unknown>;
3567
+ /** @deprecated use `DollarAndDollarEq$outboundSchema` instead. */
3568
+ const outboundSchema: z.ZodType<DollarAndDollarEq$Outbound, z.ZodTypeDef, DollarAndDollarEq>;
3569
+ /** @deprecated use `DollarAndDollarEq$Outbound` instead. */
3570
+ type Outbound = DollarAndDollarEq$Outbound;
3571
+ }
3572
+ export declare function dollarAndDollarEqToJSON(dollarAndDollarEq: DollarAndDollarEq): string;
3573
+ export declare function dollarAndDollarEqFromJSON(jsonString: string): SafeParseResult<DollarAndDollarEq, SDKValidationError>;
3574
+ /** @internal */
3575
+ export declare const KnowledgeFilterDollarAnd$inboundSchema: z.ZodType<KnowledgeFilterDollarAnd, z.ZodTypeDef, unknown>;
3576
+ /** @internal */
3577
+ export type KnowledgeFilterDollarAnd$Outbound = DollarAndDollarEq$Outbound | DollarAndDollarNe$Outbound | DollarAnd3$Outbound | DollarAndDollarGte$Outbound | DollarAndDollarLt$Outbound | DollarAndDollarLte$Outbound | DollarAndDollarIn$Outbound | DollarAndDollarNin$Outbound | DollarAndDollarExists$Outbound;
3578
+ /** @internal */
3579
+ export declare const KnowledgeFilterDollarAnd$outboundSchema: z.ZodType<KnowledgeFilterDollarAnd$Outbound, z.ZodTypeDef, KnowledgeFilterDollarAnd>;
3580
+ /**
3581
+ * @internal
3582
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3583
+ */
3584
+ export declare namespace KnowledgeFilterDollarAnd$ {
3585
+ /** @deprecated use `KnowledgeFilterDollarAnd$inboundSchema` instead. */
3586
+ const inboundSchema: z.ZodType<KnowledgeFilterDollarAnd, z.ZodTypeDef, unknown>;
3587
+ /** @deprecated use `KnowledgeFilterDollarAnd$outboundSchema` instead. */
3588
+ const outboundSchema: z.ZodType<KnowledgeFilterDollarAnd$Outbound, z.ZodTypeDef, KnowledgeFilterDollarAnd>;
3589
+ /** @deprecated use `KnowledgeFilterDollarAnd$Outbound` instead. */
3590
+ type Outbound = KnowledgeFilterDollarAnd$Outbound;
3591
+ }
3592
+ export declare function knowledgeFilterDollarAndToJSON(knowledgeFilterDollarAnd: KnowledgeFilterDollarAnd): string;
3593
+ export declare function knowledgeFilterDollarAndFromJSON(jsonString: string): SafeParseResult<KnowledgeFilterDollarAnd, SDKValidationError>;
3594
+ /** @internal */
3595
+ export declare const DollarAnd$inboundSchema: z.ZodType<DollarAnd, z.ZodTypeDef, unknown>;
3596
+ /** @internal */
3597
+ export type DollarAnd$Outbound = {
3598
+ $and: Array<{
3599
+ [k: string]: DollarAndDollarEq$Outbound | DollarAndDollarNe$Outbound | DollarAnd3$Outbound | DollarAndDollarGte$Outbound | DollarAndDollarLt$Outbound | DollarAndDollarLte$Outbound | DollarAndDollarIn$Outbound | DollarAndDollarNin$Outbound | DollarAndDollarExists$Outbound;
3600
+ }>;
3601
+ };
3602
+ /** @internal */
3603
+ export declare const DollarAnd$outboundSchema: z.ZodType<DollarAnd$Outbound, z.ZodTypeDef, DollarAnd>;
3604
+ /**
3605
+ * @internal
3606
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3607
+ */
3608
+ export declare namespace DollarAnd$ {
3609
+ /** @deprecated use `DollarAnd$inboundSchema` instead. */
3610
+ const inboundSchema: z.ZodType<DollarAnd, z.ZodTypeDef, unknown>;
3611
+ /** @deprecated use `DollarAnd$outboundSchema` instead. */
3612
+ const outboundSchema: z.ZodType<DollarAnd$Outbound, z.ZodTypeDef, DollarAnd>;
3613
+ /** @deprecated use `DollarAnd$Outbound` instead. */
3614
+ type Outbound = DollarAnd$Outbound;
3615
+ }
3616
+ export declare function dollarAndToJSON(dollarAnd: DollarAnd): string;
3617
+ export declare function dollarAndFromJSON(jsonString: string): SafeParseResult<DollarAnd, SDKValidationError>;
3618
+ /** @internal */
3619
+ export declare const DollarExists$inboundSchema: z.ZodType<DollarExists, z.ZodTypeDef, unknown>;
3620
+ /** @internal */
3621
+ export type DollarExists$Outbound = {
3622
+ $exists: boolean;
3623
+ };
3624
+ /** @internal */
3625
+ export declare const DollarExists$outboundSchema: z.ZodType<DollarExists$Outbound, z.ZodTypeDef, DollarExists>;
3626
+ /**
3627
+ * @internal
3628
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3629
+ */
3630
+ export declare namespace DollarExists$ {
3631
+ /** @deprecated use `DollarExists$inboundSchema` instead. */
3632
+ const inboundSchema: z.ZodType<DollarExists, z.ZodTypeDef, unknown>;
3633
+ /** @deprecated use `DollarExists$outboundSchema` instead. */
3634
+ const outboundSchema: z.ZodType<DollarExists$Outbound, z.ZodTypeDef, DollarExists>;
3635
+ /** @deprecated use `DollarExists$Outbound` instead. */
3636
+ type Outbound = DollarExists$Outbound;
3637
+ }
3638
+ export declare function dollarExistsToJSON(dollarExists: DollarExists): string;
3639
+ export declare function dollarExistsFromJSON(jsonString: string): SafeParseResult<DollarExists, SDKValidationError>;
3640
+ /** @internal */
3641
+ export declare const OneDollarNin$inboundSchema: z.ZodType<OneDollarNin, z.ZodTypeDef, unknown>;
3642
+ /** @internal */
3643
+ export type OneDollarNin$Outbound = string | number | boolean;
3644
+ /** @internal */
3645
+ export declare const OneDollarNin$outboundSchema: z.ZodType<OneDollarNin$Outbound, z.ZodTypeDef, OneDollarNin>;
3646
+ /**
3647
+ * @internal
3648
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3649
+ */
3650
+ export declare namespace OneDollarNin$ {
3651
+ /** @deprecated use `OneDollarNin$inboundSchema` instead. */
3652
+ const inboundSchema: z.ZodType<OneDollarNin, z.ZodTypeDef, unknown>;
3653
+ /** @deprecated use `OneDollarNin$outboundSchema` instead. */
3654
+ const outboundSchema: z.ZodType<OneDollarNin$Outbound, z.ZodTypeDef, OneDollarNin>;
3655
+ /** @deprecated use `OneDollarNin$Outbound` instead. */
3656
+ type Outbound = OneDollarNin$Outbound;
3657
+ }
3658
+ export declare function oneDollarNinToJSON(oneDollarNin: OneDollarNin): string;
3659
+ export declare function oneDollarNinFromJSON(jsonString: string): SafeParseResult<OneDollarNin, SDKValidationError>;
3660
+ /** @internal */
3661
+ export declare const DollarNin$inboundSchema: z.ZodType<DollarNin, z.ZodTypeDef, unknown>;
3662
+ /** @internal */
3663
+ export type DollarNin$Outbound = {
3664
+ $nin: Array<string | number | boolean>;
3665
+ };
3666
+ /** @internal */
3667
+ export declare const DollarNin$outboundSchema: z.ZodType<DollarNin$Outbound, z.ZodTypeDef, DollarNin>;
3668
+ /**
3669
+ * @internal
3670
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3671
+ */
3672
+ export declare namespace DollarNin$ {
3673
+ /** @deprecated use `DollarNin$inboundSchema` instead. */
3674
+ const inboundSchema: z.ZodType<DollarNin, z.ZodTypeDef, unknown>;
3675
+ /** @deprecated use `DollarNin$outboundSchema` instead. */
3676
+ const outboundSchema: z.ZodType<DollarNin$Outbound, z.ZodTypeDef, DollarNin>;
3677
+ /** @deprecated use `DollarNin$Outbound` instead. */
3678
+ type Outbound = DollarNin$Outbound;
3679
+ }
3680
+ export declare function dollarNinToJSON(dollarNin: DollarNin): string;
3681
+ export declare function dollarNinFromJSON(jsonString: string): SafeParseResult<DollarNin, SDKValidationError>;
3682
+ /** @internal */
3683
+ export declare const OneDollarIn$inboundSchema: z.ZodType<OneDollarIn, z.ZodTypeDef, unknown>;
3684
+ /** @internal */
3685
+ export type OneDollarIn$Outbound = string | number | boolean;
3686
+ /** @internal */
3687
+ export declare const OneDollarIn$outboundSchema: z.ZodType<OneDollarIn$Outbound, z.ZodTypeDef, OneDollarIn>;
3688
+ /**
3689
+ * @internal
3690
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3691
+ */
3692
+ export declare namespace OneDollarIn$ {
3693
+ /** @deprecated use `OneDollarIn$inboundSchema` instead. */
3694
+ const inboundSchema: z.ZodType<OneDollarIn, z.ZodTypeDef, unknown>;
3695
+ /** @deprecated use `OneDollarIn$outboundSchema` instead. */
3696
+ const outboundSchema: z.ZodType<OneDollarIn$Outbound, z.ZodTypeDef, OneDollarIn>;
3697
+ /** @deprecated use `OneDollarIn$Outbound` instead. */
3698
+ type Outbound = OneDollarIn$Outbound;
3699
+ }
3700
+ export declare function oneDollarInToJSON(oneDollarIn: OneDollarIn): string;
3701
+ export declare function oneDollarInFromJSON(jsonString: string): SafeParseResult<OneDollarIn, SDKValidationError>;
3702
+ /** @internal */
3703
+ export declare const DollarIn$inboundSchema: z.ZodType<DollarIn, z.ZodTypeDef, unknown>;
3704
+ /** @internal */
3705
+ export type DollarIn$Outbound = {
3706
+ $in: Array<string | number | boolean>;
3707
+ };
3708
+ /** @internal */
3709
+ export declare const DollarIn$outboundSchema: z.ZodType<DollarIn$Outbound, z.ZodTypeDef, DollarIn>;
3710
+ /**
3711
+ * @internal
3712
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3713
+ */
3714
+ export declare namespace DollarIn$ {
3715
+ /** @deprecated use `DollarIn$inboundSchema` instead. */
3716
+ const inboundSchema: z.ZodType<DollarIn, z.ZodTypeDef, unknown>;
3717
+ /** @deprecated use `DollarIn$outboundSchema` instead. */
3718
+ const outboundSchema: z.ZodType<DollarIn$Outbound, z.ZodTypeDef, DollarIn>;
3719
+ /** @deprecated use `DollarIn$Outbound` instead. */
3720
+ type Outbound = DollarIn$Outbound;
3721
+ }
3722
+ export declare function dollarInToJSON(dollarIn: DollarIn): string;
3723
+ export declare function dollarInFromJSON(jsonString: string): SafeParseResult<DollarIn, SDKValidationError>;
3724
+ /** @internal */
3725
+ export declare const DollarLte$inboundSchema: z.ZodType<DollarLte, z.ZodTypeDef, unknown>;
3726
+ /** @internal */
3727
+ export type DollarLte$Outbound = {
3728
+ $lte: number;
3729
+ };
3730
+ /** @internal */
3731
+ export declare const DollarLte$outboundSchema: z.ZodType<DollarLte$Outbound, z.ZodTypeDef, DollarLte>;
3732
+ /**
3733
+ * @internal
3734
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3735
+ */
3736
+ export declare namespace DollarLte$ {
3737
+ /** @deprecated use `DollarLte$inboundSchema` instead. */
3738
+ const inboundSchema: z.ZodType<DollarLte, z.ZodTypeDef, unknown>;
3739
+ /** @deprecated use `DollarLte$outboundSchema` instead. */
3740
+ const outboundSchema: z.ZodType<DollarLte$Outbound, z.ZodTypeDef, DollarLte>;
3741
+ /** @deprecated use `DollarLte$Outbound` instead. */
3742
+ type Outbound = DollarLte$Outbound;
3743
+ }
3744
+ export declare function dollarLteToJSON(dollarLte: DollarLte): string;
3745
+ export declare function dollarLteFromJSON(jsonString: string): SafeParseResult<DollarLte, SDKValidationError>;
3746
+ /** @internal */
3747
+ export declare const DollarLt$inboundSchema: z.ZodType<DollarLt, z.ZodTypeDef, unknown>;
3748
+ /** @internal */
3749
+ export type DollarLt$Outbound = {
3750
+ $lt: number;
3751
+ };
3752
+ /** @internal */
3753
+ export declare const DollarLt$outboundSchema: z.ZodType<DollarLt$Outbound, z.ZodTypeDef, DollarLt>;
3754
+ /**
3755
+ * @internal
3756
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3757
+ */
3758
+ export declare namespace DollarLt$ {
3759
+ /** @deprecated use `DollarLt$inboundSchema` instead. */
3760
+ const inboundSchema: z.ZodType<DollarLt, z.ZodTypeDef, unknown>;
3761
+ /** @deprecated use `DollarLt$outboundSchema` instead. */
3762
+ const outboundSchema: z.ZodType<DollarLt$Outbound, z.ZodTypeDef, DollarLt>;
3763
+ /** @deprecated use `DollarLt$Outbound` instead. */
3764
+ type Outbound = DollarLt$Outbound;
3765
+ }
3766
+ export declare function dollarLtToJSON(dollarLt: DollarLt): string;
3767
+ export declare function dollarLtFromJSON(jsonString: string): SafeParseResult<DollarLt, SDKValidationError>;
3768
+ /** @internal */
3769
+ export declare const DollarGte$inboundSchema: z.ZodType<DollarGte, z.ZodTypeDef, unknown>;
3770
+ /** @internal */
3771
+ export type DollarGte$Outbound = {
3772
+ $gte: number;
3773
+ };
3774
+ /** @internal */
3775
+ export declare const DollarGte$outboundSchema: z.ZodType<DollarGte$Outbound, z.ZodTypeDef, DollarGte>;
3776
+ /**
3777
+ * @internal
3778
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3779
+ */
3780
+ export declare namespace DollarGte$ {
3781
+ /** @deprecated use `DollarGte$inboundSchema` instead. */
3782
+ const inboundSchema: z.ZodType<DollarGte, z.ZodTypeDef, unknown>;
3783
+ /** @deprecated use `DollarGte$outboundSchema` instead. */
3784
+ const outboundSchema: z.ZodType<DollarGte$Outbound, z.ZodTypeDef, DollarGte>;
3785
+ /** @deprecated use `DollarGte$Outbound` instead. */
3786
+ type Outbound = DollarGte$Outbound;
3787
+ }
3788
+ export declare function dollarGteToJSON(dollarGte: DollarGte): string;
3789
+ export declare function dollarGteFromJSON(jsonString: string): SafeParseResult<DollarGte, SDKValidationError>;
3790
+ /** @internal */
3791
+ export declare const One3$inboundSchema: z.ZodType<One3, z.ZodTypeDef, unknown>;
3792
+ /** @internal */
3793
+ export type One3$Outbound = {
3794
+ $gt: number;
3795
+ };
3796
+ /** @internal */
3797
+ export declare const One3$outboundSchema: z.ZodType<One3$Outbound, z.ZodTypeDef, One3>;
3798
+ /**
3799
+ * @internal
3800
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3801
+ */
3802
+ export declare namespace One3$ {
3803
+ /** @deprecated use `One3$inboundSchema` instead. */
3804
+ const inboundSchema: z.ZodType<One3, z.ZodTypeDef, unknown>;
3805
+ /** @deprecated use `One3$outboundSchema` instead. */
3806
+ const outboundSchema: z.ZodType<One3$Outbound, z.ZodTypeDef, One3>;
3807
+ /** @deprecated use `One3$Outbound` instead. */
3808
+ type Outbound = One3$Outbound;
3809
+ }
3810
+ export declare function one3ToJSON(one3: One3): string;
3811
+ export declare function one3FromJSON(jsonString: string): SafeParseResult<One3, SDKValidationError>;
3812
+ /** @internal */
3813
+ export declare const OneDollarNe$inboundSchema: z.ZodType<OneDollarNe, z.ZodTypeDef, unknown>;
3814
+ /** @internal */
3815
+ export type OneDollarNe$Outbound = string | number | boolean;
3816
+ /** @internal */
3817
+ export declare const OneDollarNe$outboundSchema: z.ZodType<OneDollarNe$Outbound, z.ZodTypeDef, OneDollarNe>;
3818
+ /**
3819
+ * @internal
3820
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3821
+ */
3822
+ export declare namespace OneDollarNe$ {
3823
+ /** @deprecated use `OneDollarNe$inboundSchema` instead. */
3824
+ const inboundSchema: z.ZodType<OneDollarNe, z.ZodTypeDef, unknown>;
3825
+ /** @deprecated use `OneDollarNe$outboundSchema` instead. */
3826
+ const outboundSchema: z.ZodType<OneDollarNe$Outbound, z.ZodTypeDef, OneDollarNe>;
3827
+ /** @deprecated use `OneDollarNe$Outbound` instead. */
3828
+ type Outbound = OneDollarNe$Outbound;
3829
+ }
3830
+ export declare function oneDollarNeToJSON(oneDollarNe: OneDollarNe): string;
3831
+ export declare function oneDollarNeFromJSON(jsonString: string): SafeParseResult<OneDollarNe, SDKValidationError>;
3832
+ /** @internal */
3833
+ export declare const DollarNe$inboundSchema: z.ZodType<DollarNe, z.ZodTypeDef, unknown>;
3834
+ /** @internal */
3835
+ export type DollarNe$Outbound = {
3836
+ $ne: string | number | boolean;
3837
+ };
3838
+ /** @internal */
3839
+ export declare const DollarNe$outboundSchema: z.ZodType<DollarNe$Outbound, z.ZodTypeDef, DollarNe>;
3840
+ /**
3841
+ * @internal
3842
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3843
+ */
3844
+ export declare namespace DollarNe$ {
3845
+ /** @deprecated use `DollarNe$inboundSchema` instead. */
3846
+ const inboundSchema: z.ZodType<DollarNe, z.ZodTypeDef, unknown>;
3847
+ /** @deprecated use `DollarNe$outboundSchema` instead. */
3848
+ const outboundSchema: z.ZodType<DollarNe$Outbound, z.ZodTypeDef, DollarNe>;
3849
+ /** @deprecated use `DollarNe$Outbound` instead. */
3850
+ type Outbound = DollarNe$Outbound;
3851
+ }
3852
+ export declare function dollarNeToJSON(dollarNe: DollarNe): string;
3853
+ export declare function dollarNeFromJSON(jsonString: string): SafeParseResult<DollarNe, SDKValidationError>;
3854
+ /** @internal */
3855
+ export declare const OneDollarEq$inboundSchema: z.ZodType<OneDollarEq, z.ZodTypeDef, unknown>;
3856
+ /** @internal */
3857
+ export type OneDollarEq$Outbound = string | number | boolean;
3858
+ /** @internal */
3859
+ export declare const OneDollarEq$outboundSchema: z.ZodType<OneDollarEq$Outbound, z.ZodTypeDef, OneDollarEq>;
3860
+ /**
3861
+ * @internal
3862
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3863
+ */
3864
+ export declare namespace OneDollarEq$ {
3865
+ /** @deprecated use `OneDollarEq$inboundSchema` instead. */
3866
+ const inboundSchema: z.ZodType<OneDollarEq, z.ZodTypeDef, unknown>;
3867
+ /** @deprecated use `OneDollarEq$outboundSchema` instead. */
3868
+ const outboundSchema: z.ZodType<OneDollarEq$Outbound, z.ZodTypeDef, OneDollarEq>;
3869
+ /** @deprecated use `OneDollarEq$Outbound` instead. */
3870
+ type Outbound = OneDollarEq$Outbound;
3871
+ }
3872
+ export declare function oneDollarEqToJSON(oneDollarEq: OneDollarEq): string;
3873
+ export declare function oneDollarEqFromJSON(jsonString: string): SafeParseResult<OneDollarEq, SDKValidationError>;
3874
+ /** @internal */
3875
+ export declare const DollarEq$inboundSchema: z.ZodType<DollarEq, z.ZodTypeDef, unknown>;
3876
+ /** @internal */
3877
+ export type DollarEq$Outbound = {
3878
+ $eq: string | number | boolean;
3879
+ };
3880
+ /** @internal */
3881
+ export declare const DollarEq$outboundSchema: z.ZodType<DollarEq$Outbound, z.ZodTypeDef, DollarEq>;
3882
+ /**
3883
+ * @internal
3884
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3885
+ */
3886
+ export declare namespace DollarEq$ {
3887
+ /** @deprecated use `DollarEq$inboundSchema` instead. */
3888
+ const inboundSchema: z.ZodType<DollarEq, z.ZodTypeDef, unknown>;
3889
+ /** @deprecated use `DollarEq$outboundSchema` instead. */
3890
+ const outboundSchema: z.ZodType<DollarEq$Outbound, z.ZodTypeDef, DollarEq>;
3891
+ /** @deprecated use `DollarEq$Outbound` instead. */
3892
+ type Outbound = DollarEq$Outbound;
3893
+ }
3894
+ export declare function dollarEqToJSON(dollarEq: DollarEq): string;
3895
+ export declare function dollarEqFromJSON(jsonString: string): SafeParseResult<DollarEq, SDKValidationError>;
3896
+ /** @internal */
3897
+ export declare const KnowledgeFilter1$inboundSchema: z.ZodType<KnowledgeFilter1, z.ZodTypeDef, unknown>;
3898
+ /** @internal */
3899
+ export type KnowledgeFilter1$Outbound = DollarEq$Outbound | DollarNe$Outbound | One3$Outbound | DollarGte$Outbound | DollarLt$Outbound | DollarLte$Outbound | DollarIn$Outbound | DollarNin$Outbound | DollarExists$Outbound;
3900
+ /** @internal */
3901
+ export declare const KnowledgeFilter1$outboundSchema: z.ZodType<KnowledgeFilter1$Outbound, z.ZodTypeDef, KnowledgeFilter1>;
3902
+ /**
3903
+ * @internal
3904
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3905
+ */
3906
+ export declare namespace KnowledgeFilter1$ {
3907
+ /** @deprecated use `KnowledgeFilter1$inboundSchema` instead. */
3908
+ const inboundSchema: z.ZodType<KnowledgeFilter1, z.ZodTypeDef, unknown>;
3909
+ /** @deprecated use `KnowledgeFilter1$outboundSchema` instead. */
3910
+ const outboundSchema: z.ZodType<KnowledgeFilter1$Outbound, z.ZodTypeDef, KnowledgeFilter1>;
3911
+ /** @deprecated use `KnowledgeFilter1$Outbound` instead. */
3912
+ type Outbound = KnowledgeFilter1$Outbound;
3913
+ }
3914
+ export declare function knowledgeFilter1ToJSON(knowledgeFilter1: KnowledgeFilter1): string;
3915
+ export declare function knowledgeFilter1FromJSON(jsonString: string): SafeParseResult<KnowledgeFilter1, SDKValidationError>;
3916
+ /** @internal */
3917
+ export declare const KnowledgeFilter$inboundSchema: z.ZodType<KnowledgeFilter, z.ZodTypeDef, unknown>;
3918
+ /** @internal */
3919
+ export type KnowledgeFilter$Outbound = DollarAnd$Outbound | DollarOr$Outbound | {
3920
+ [k: string]: DollarEq$Outbound | DollarNe$Outbound | One3$Outbound | DollarGte$Outbound | DollarLt$Outbound | DollarLte$Outbound | DollarIn$Outbound | DollarNin$Outbound | DollarExists$Outbound;
3921
+ };
3922
+ /** @internal */
3923
+ export declare const KnowledgeFilter$outboundSchema: z.ZodType<KnowledgeFilter$Outbound, z.ZodTypeDef, KnowledgeFilter>;
3924
+ /**
3925
+ * @internal
3926
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3927
+ */
3928
+ export declare namespace KnowledgeFilter$ {
3929
+ /** @deprecated use `KnowledgeFilter$inboundSchema` instead. */
3930
+ const inboundSchema: z.ZodType<KnowledgeFilter, z.ZodTypeDef, unknown>;
3931
+ /** @deprecated use `KnowledgeFilter$outboundSchema` instead. */
3932
+ const outboundSchema: z.ZodType<KnowledgeFilter$Outbound, z.ZodTypeDef, KnowledgeFilter>;
3933
+ /** @deprecated use `KnowledgeFilter$Outbound` instead. */
3934
+ type Outbound = KnowledgeFilter$Outbound;
3935
+ }
3936
+ export declare function knowledgeFilterToJSON(knowledgeFilter: KnowledgeFilter): string;
3937
+ export declare function knowledgeFilterFromJSON(jsonString: string): SafeParseResult<KnowledgeFilter, SDKValidationError>;
3938
+ /** @internal */
2567
3939
  export declare const DeploymentGetConfigRequestBody$inboundSchema: z.ZodType<DeploymentGetConfigRequestBody, z.ZodTypeDef, unknown>;
2568
3940
  /** @internal */
2569
3941
  export type DeploymentGetConfigRequestBody$Outbound = {
@@ -2586,6 +3958,9 @@ export type DeploymentGetConfigRequestBody$Outbound = {
2586
3958
  documents?: Array<Documents$Outbound> | undefined;
2587
3959
  invoke_options?: InvokeOptions$Outbound | undefined;
2588
3960
  thread?: Thread$Outbound | undefined;
3961
+ knowledge_filter?: DollarAnd$Outbound | DollarOr$Outbound | {
3962
+ [k: string]: DollarEq$Outbound | DollarNe$Outbound | One3$Outbound | DollarGte$Outbound | DollarLt$Outbound | DollarLte$Outbound | DollarIn$Outbound | DollarNin$Outbound | DollarExists$Outbound;
3963
+ } | undefined;
2589
3964
  };
2590
3965
  /** @internal */
2591
3966
  export declare const DeploymentGetConfigRequestBody$outboundSchema: z.ZodType<DeploymentGetConfigRequestBody$Outbound, z.ZodTypeDef, DeploymentGetConfigRequestBody>;