@orq-ai/node 3.6.0-rc.8 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/bin/mcp-server.js +4598 -1269
- package/bin/mcp-server.js.map +55 -43
- package/docs/sdks/knowledge/README.md +93 -4
- package/funcs/knowledgeCreateDatasource.js +2 -2
- package/funcs/knowledgeCreateDatasource.js.map +1 -1
- package/funcs/knowledgeSearch.d.ts +16 -0
- package/funcs/knowledgeSearch.d.ts.map +1 -0
- package/funcs/knowledgeSearch.js +118 -0
- package/funcs/knowledgeSearch.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/mcp-server/cli/start/impl.js +2 -2
- package/mcp-server/cli/start/impl.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/mcp-server.js.map +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +3 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/knowledgeSearch.d.ts +8 -0
- package/mcp-server/tools/knowledgeSearch.d.ts.map +1 -0
- package/mcp-server/tools/knowledgeSearch.js +64 -0
- package/mcp-server/tools/knowledgeSearch.js.map +1 -0
- package/models/components/deployments.d.ts +1216 -53
- package/models/components/deployments.d.ts.map +1 -1
- package/models/components/deployments.js +1461 -103
- package/models/components/deployments.js.map +1 -1
- package/models/operations/bulkcreatedatapoints.d.ts +194 -12
- package/models/operations/bulkcreatedatapoints.d.ts.map +1 -1
- package/models/operations/bulkcreatedatapoints.js +192 -4
- package/models/operations/bulkcreatedatapoints.js.map +1 -1
- package/models/operations/createchunk.d.ts +32 -17
- package/models/operations/createchunk.d.ts.map +1 -1
- package/models/operations/createchunk.js +30 -19
- package/models/operations/createchunk.js.map +1 -1
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.d.ts +194 -12
- package/models/operations/createdatasetitem.d.ts.map +1 -1
- package/models/operations/createdatasetitem.js +191 -4
- package/models/operations/createdatasetitem.js.map +1 -1
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createprompt.d.ts +194 -12
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +192 -5
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +1343 -89
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +1451 -8
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deployments.d.ts +105 -14
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +108 -15
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +1163 -0
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +1319 -2
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getallprompts.d.ts +97 -6
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +96 -3
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getonechunk.d.ts +24 -3
- package/models/operations/getonechunk.d.ts.map +1 -1
- package/models/operations/getonechunk.js +26 -3
- package/models/operations/getonechunk.js.map +1 -1
- package/models/operations/getoneprompt.d.ts +97 -6
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +96 -3
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +97 -6
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +96 -3
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/index.d.ts +1 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +1 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/listchunks.d.ts +24 -3
- package/models/operations/listchunks.d.ts.map +1 -1
- package/models/operations/listchunks.js +26 -3
- package/models/operations/listchunks.js.map +1 -1
- package/models/operations/listdatasetdatapoints.d.ts +97 -6
- package/models/operations/listdatasetdatapoints.d.ts.map +1 -1
- package/models/operations/listdatasetdatapoints.js +98 -4
- package/models/operations/listdatasetdatapoints.js.map +1 -1
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listpromptversions.d.ts +97 -6
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +96 -3
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievedatapoint.d.ts +97 -6
- package/models/operations/retrievedatapoint.d.ts.map +1 -1
- package/models/operations/retrievedatapoint.js +97 -3
- package/models/operations/retrievedatapoint.js.map +1 -1
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/searchknowledge.d.ts +1379 -0
- package/models/operations/searchknowledge.d.ts.map +1 -0
- package/models/operations/searchknowledge.js +1586 -0
- package/models/operations/searchknowledge.js.map +1 -0
- package/models/operations/updatechunk.d.ts +32 -17
- package/models/operations/updatechunk.d.ts.map +1 -1
- package/models/operations/updatechunk.js +30 -19
- package/models/operations/updatechunk.js.map +1 -1
- package/models/operations/updatedatapoint.d.ts +194 -12
- package/models/operations/updatedatapoint.d.ts.map +1 -1
- package/models/operations/updatedatapoint.js +191 -4
- package/models/operations/updatedatapoint.js.map +1 -1
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateprompt.d.ts +194 -12
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +192 -5
- package/models/operations/updateprompt.js.map +1 -1
- package/package.json +3 -4
- package/packages/orq-rc/FUNCTIONS.md +106 -0
- package/packages/orq-rc/README.md +707 -0
- package/packages/orq-rc/RUNTIMES.md +48 -0
- package/packages/orq-rc/docs/sdks/contacts/README.md +84 -0
- package/packages/orq-rc/docs/sdks/datasets/README.md +1027 -0
- package/packages/orq-rc/docs/sdks/deployments/README.md +405 -0
- package/packages/orq-rc/docs/sdks/feedback/README.md +92 -0
- package/packages/orq-rc/docs/sdks/files/README.md +311 -0
- package/packages/orq-rc/docs/sdks/knowledge/README.md +1285 -0
- package/packages/orq-rc/docs/sdks/metrics/README.md +86 -0
- package/packages/orq-rc/docs/sdks/models/README.md +79 -0
- package/packages/orq-rc/docs/sdks/orq/README.md +10 -0
- package/packages/orq-rc/docs/sdks/prompts/README.md +576 -0
- package/packages/orq-rc/docs/sdks/remoteconfigs/README.md +80 -0
- package/packages/orq-rc/jsr.json +28 -0
- package/packages/orq-rc/package-lock.json +3217 -0
- package/packages/orq-rc/package.json +45 -0
- package/packages/orq-rc/src/core.ts +13 -0
- package/packages/orq-rc/src/funcs/contactsCreate.ts +154 -0
- package/packages/orq-rc/src/funcs/datasetsClear.ts +161 -0
- package/packages/orq-rc/src/funcs/datasetsCreate.ts +159 -0
- package/packages/orq-rc/src/funcs/datasetsCreateDatapoint.ts +161 -0
- package/packages/orq-rc/src/funcs/datasetsCreateDatapoints.ts +165 -0
- package/packages/orq-rc/src/funcs/datasetsCreateExperiment.ts +162 -0
- package/packages/orq-rc/src/funcs/datasetsDelete.ts +161 -0
- package/packages/orq-rc/src/funcs/datasetsDeleteDatapoint.ts +176 -0
- package/packages/orq-rc/src/funcs/datasetsList.ts +161 -0
- package/packages/orq-rc/src/funcs/datasetsListDatapoints.ts +168 -0
- package/packages/orq-rc/src/funcs/datasetsRetrieve.ts +169 -0
- package/packages/orq-rc/src/funcs/datasetsRetrieveDatapoint.ts +175 -0
- package/packages/orq-rc/src/funcs/datasetsUpdate.ts +170 -0
- package/packages/orq-rc/src/funcs/datasetsUpdateDatapoint.ts +173 -0
- package/packages/orq-rc/src/funcs/deploymentsCreateExperiment.ts +167 -0
- package/packages/orq-rc/src/funcs/deploymentsGetConfig.ts +162 -0
- package/packages/orq-rc/src/funcs/deploymentsInvoke.ts +170 -0
- package/packages/orq-rc/src/funcs/deploymentsList.ts +170 -0
- package/packages/orq-rc/src/funcs/deploymentsMetricsCreate.ts +162 -0
- package/packages/orq-rc/src/funcs/deploymentsStream.ts +178 -0
- package/packages/orq-rc/src/funcs/feedbackCreate.ts +154 -0
- package/packages/orq-rc/src/funcs/filesCreate.ts +174 -0
- package/packages/orq-rc/src/funcs/filesDelete.ts +158 -0
- package/packages/orq-rc/src/funcs/filesGet.ts +160 -0
- package/packages/orq-rc/src/funcs/filesList.ts +161 -0
- package/packages/orq-rc/src/funcs/knowledgeCreate.ts +152 -0
- package/packages/orq-rc/src/funcs/knowledgeCreateChunks.ts +165 -0
- package/packages/orq-rc/src/funcs/knowledgeCreateDatasource.ts +160 -0
- package/packages/orq-rc/src/funcs/knowledgeDelete.ts +161 -0
- package/packages/orq-rc/src/funcs/knowledgeDeleteChunk.ts +168 -0
- package/packages/orq-rc/src/funcs/knowledgeDeleteDatasource.ts +167 -0
- package/packages/orq-rc/src/funcs/knowledgeList.ts +163 -0
- package/packages/orq-rc/src/funcs/knowledgeListChunks.ts +172 -0
- package/packages/orq-rc/src/funcs/knowledgeListDatasources.ts +168 -0
- package/packages/orq-rc/src/funcs/knowledgeRetrieve.ts +160 -0
- package/packages/orq-rc/src/funcs/knowledgeRetrieveChunk.ts +167 -0
- package/packages/orq-rc/src/funcs/knowledgeRetrieveDatasource.ts +163 -0
- package/packages/orq-rc/src/funcs/knowledgeSearch.ts +161 -0
- package/packages/orq-rc/src/funcs/knowledgeUpdate.ts +158 -0
- package/packages/orq-rc/src/funcs/knowledgeUpdateChunk.ts +168 -0
- package/packages/orq-rc/src/funcs/knowledgeUpdateDatasource.ts +164 -0
- package/packages/orq-rc/src/funcs/modelsList.ts +136 -0
- package/packages/orq-rc/src/funcs/promptsCreate.ts +154 -0
- package/packages/orq-rc/src/funcs/promptsDelete.ts +158 -0
- package/packages/orq-rc/src/funcs/promptsGetVersion.ts +175 -0
- package/packages/orq-rc/src/funcs/promptsList.ts +161 -0
- package/packages/orq-rc/src/funcs/promptsListVersions.ts +167 -0
- package/packages/orq-rc/src/funcs/promptsRetrieve.ts +160 -0
- package/packages/orq-rc/src/funcs/promptsUpdate.ts +167 -0
- package/packages/orq-rc/src/funcs/remoteconfigsRetrieve.ts +155 -0
- package/packages/orq-rc/src/hooks/global.ts +44 -0
- package/packages/orq-rc/src/hooks/hooks.ts +132 -0
- package/packages/orq-rc/src/hooks/index.ts +6 -0
- package/packages/orq-rc/src/hooks/registration.ts +15 -0
- package/packages/orq-rc/src/hooks/types.ts +110 -0
- package/packages/orq-rc/src/index.ts +7 -0
- package/packages/orq-rc/src/lib/base64.ts +37 -0
- package/packages/orq-rc/src/lib/config.ts +70 -0
- package/packages/orq-rc/src/lib/dlv.ts +53 -0
- package/packages/orq-rc/src/lib/encodings.ts +483 -0
- package/packages/orq-rc/src/lib/env.ts +73 -0
- package/packages/orq-rc/src/lib/event-streams.ts +264 -0
- package/packages/orq-rc/src/lib/files.ts +40 -0
- package/packages/orq-rc/src/lib/http.ts +323 -0
- package/packages/orq-rc/src/lib/is-plain-object.ts +43 -0
- package/packages/orq-rc/src/lib/logger.ts +9 -0
- package/packages/orq-rc/src/lib/matchers.ts +345 -0
- package/packages/orq-rc/src/lib/primitives.ts +150 -0
- package/packages/orq-rc/src/lib/retries.ts +218 -0
- package/packages/orq-rc/src/lib/schemas.ts +91 -0
- package/packages/orq-rc/src/lib/sdks.ts +401 -0
- package/packages/orq-rc/src/lib/security.ts +261 -0
- package/packages/orq-rc/src/lib/url.ts +33 -0
- package/packages/orq-rc/src/mcp-server/cli/start/command.ts +125 -0
- package/packages/orq-rc/src/mcp-server/cli/start/impl.ts +140 -0
- package/packages/orq-rc/src/mcp-server/cli.ts +13 -0
- package/packages/orq-rc/src/mcp-server/console-logger.ts +71 -0
- package/packages/orq-rc/src/mcp-server/extensions.ts +17 -0
- package/packages/orq-rc/src/mcp-server/mcp-server.ts +26 -0
- package/packages/orq-rc/src/mcp-server/prompts.ts +117 -0
- package/packages/orq-rc/src/mcp-server/resources.ts +172 -0
- package/packages/orq-rc/src/mcp-server/scopes.ts +7 -0
- package/packages/orq-rc/src/mcp-server/server.ts +163 -0
- package/packages/orq-rc/src/mcp-server/shared.ts +75 -0
- package/packages/orq-rc/src/mcp-server/tools/contactsCreate.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsClear.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsCreate.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsCreateDatapoint.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsCreateDatapoints.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsCreateExperiment.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsDelete.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsDeleteDatapoint.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsList.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsListDatapoints.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsRetrieve.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsRetrieveDatapoint.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsUpdate.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/datasetsUpdateDatapoint.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/deploymentsCreateExperiment.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/deploymentsGetConfig.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/deploymentsInvoke.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/deploymentsList.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/deploymentsMetricsCreate.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/deploymentsStream.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/feedbackCreate.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/filesCreate.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/filesDelete.ts +33 -0
- package/packages/orq-rc/src/mcp-server/tools/filesGet.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/filesList.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeCreate.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeCreateChunks.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeCreateDatasource.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeDelete.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeDeleteChunk.ts +33 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeDeleteDatasource.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeList.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeListChunks.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeListDatasources.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieve.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieveChunk.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieveDatasource.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeSearch.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdate.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdateChunk.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdateDatasource.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/modelsList.ts +30 -0
- package/packages/orq-rc/src/mcp-server/tools/promptsCreate.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/promptsDelete.ts +33 -0
- package/packages/orq-rc/src/mcp-server/tools/promptsGetVersion.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/promptsList.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/promptsListVersions.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/promptsRetrieve.ts +37 -0
- package/packages/orq-rc/src/mcp-server/tools/promptsUpdate.ts +35 -0
- package/packages/orq-rc/src/mcp-server/tools/remoteconfigsRetrieve.ts +36 -0
- package/packages/orq-rc/src/mcp-server/tools.ts +129 -0
- package/packages/orq-rc/src/models/components/deployments.ts +7289 -0
- package/packages/orq-rc/src/models/components/index.ts +6 -0
- package/packages/orq-rc/src/models/components/security.ts +71 -0
- package/packages/orq-rc/src/models/errors/apierror.ts +27 -0
- package/packages/orq-rc/src/models/errors/getpromptversion.ts +71 -0
- package/packages/orq-rc/src/models/errors/honoapierror.ts +82 -0
- package/packages/orq-rc/src/models/errors/httpclienterrors.ts +62 -0
- package/packages/orq-rc/src/models/errors/index.ts +10 -0
- package/packages/orq-rc/src/models/errors/sdkvalidationerror.ts +97 -0
- package/packages/orq-rc/src/models/errors/updateprompt.ts +71 -0
- package/packages/orq-rc/src/models/operations/bulkcreatedatapoints.ts +2232 -0
- package/packages/orq-rc/src/models/operations/cleardataset.ts +75 -0
- package/packages/orq-rc/src/models/operations/createchunk.ts +432 -0
- package/packages/orq-rc/src/models/operations/createcontact.ts +256 -0
- package/packages/orq-rc/src/models/operations/createdataset.ts +296 -0
- package/packages/orq-rc/src/models/operations/createdatasetexperiment.ts +307 -0
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +2149 -0
- package/packages/orq-rc/src/models/operations/createdatasource.ts +852 -0
- package/packages/orq-rc/src/models/operations/createdeploymentexperiment.ts +321 -0
- package/packages/orq-rc/src/models/operations/createfeedback.ts +286 -0
- package/packages/orq-rc/src/models/operations/createknowledge.ts +846 -0
- package/packages/orq-rc/src/models/operations/createprompt.ts +4079 -0
- package/packages/orq-rc/src/models/operations/deletechunk.ts +96 -0
- package/packages/orq-rc/src/models/operations/deletedatapoint.ts +81 -0
- package/packages/orq-rc/src/models/operations/deletedataset.ts +75 -0
- package/packages/orq-rc/src/models/operations/deletedatasource.ts +87 -0
- package/packages/orq-rc/src/models/operations/deleteknowledge.ts +78 -0
- package/packages/orq-rc/src/models/operations/deleteprompt.ts +69 -0
- package/packages/orq-rc/src/models/operations/deploymentcreatemetric.ts +5435 -0
- package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +9378 -0
- package/packages/orq-rc/src/models/operations/deploymentinvoke.ts +1255 -0
- package/packages/orq-rc/src/models/operations/deployments.ts +2316 -0
- package/packages/orq-rc/src/models/operations/deploymentstream.ts +9499 -0
- package/packages/orq-rc/src/models/operations/filedelete.ts +78 -0
- package/packages/orq-rc/src/models/operations/fileget.ts +223 -0
- package/packages/orq-rc/src/models/operations/filelist.ts +337 -0
- package/packages/orq-rc/src/models/operations/fileupload.ts +327 -0
- package/packages/orq-rc/src/models/operations/getallprompts.ts +2294 -0
- package/packages/orq-rc/src/models/operations/getonechunk.ts +315 -0
- package/packages/orq-rc/src/models/operations/getoneknowledge.ts +537 -0
- package/packages/orq-rc/src/models/operations/getoneprompt.ts +2155 -0
- package/packages/orq-rc/src/models/operations/getpromptversion.ts +2160 -0
- package/packages/orq-rc/src/models/operations/index.ts +54 -0
- package/packages/orq-rc/src/models/operations/listchunks.ts +494 -0
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +1276 -0
- package/packages/orq-rc/src/models/operations/listdatasets.ts +406 -0
- package/packages/orq-rc/src/models/operations/listdatasources.ts +447 -0
- package/packages/orq-rc/src/models/operations/listknowledgebases.ts +663 -0
- package/packages/orq-rc/src/models/operations/listmodels.ts +273 -0
- package/packages/orq-rc/src/models/operations/listpromptversions.ts +2292 -0
- package/packages/orq-rc/src/models/operations/remoteconfigsgetconfig.ts +190 -0
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +1126 -0
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +288 -0
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +273 -0
- package/packages/orq-rc/src/models/operations/searchknowledge.ts +3367 -0
- package/packages/orq-rc/src/models/operations/updatechunk.ts +448 -0
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +2139 -0
- package/packages/orq-rc/src/models/operations/updatedataset.ts +393 -0
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +345 -0
- package/packages/orq-rc/src/models/operations/updateknowledge.ts +980 -0
- package/packages/orq-rc/src/models/operations/updateprompt.ts +4261 -0
- package/packages/orq-rc/src/sdk/contacts.ts +27 -0
- package/packages/orq-rc/src/sdk/datasets.ts +240 -0
- package/packages/orq-rc/src/sdk/deployments.ts +107 -0
- package/packages/orq-rc/src/sdk/feedback.ts +27 -0
- package/packages/orq-rc/src/sdk/files.ts +78 -0
- package/packages/orq-rc/src/sdk/index.ts +5 -0
- package/packages/orq-rc/src/sdk/knowledge.ts +264 -0
- package/packages/orq-rc/src/sdk/metrics.ts +27 -0
- package/packages/orq-rc/src/sdk/models.ts +25 -0
- package/packages/orq-rc/src/sdk/prompts.ts +126 -0
- package/packages/orq-rc/src/sdk/remoteconfigs.ts +24 -0
- package/packages/orq-rc/src/sdk/sdk.ts +61 -0
- package/packages/orq-rc/src/types/async.ts +68 -0
- package/packages/orq-rc/src/types/blobs.ts +31 -0
- package/packages/orq-rc/src/types/constdatetime.ts +15 -0
- package/packages/orq-rc/src/types/enums.ts +16 -0
- package/packages/orq-rc/src/types/fp.ts +50 -0
- package/packages/orq-rc/src/types/index.ts +11 -0
- package/packages/orq-rc/src/types/operations.ts +105 -0
- package/packages/orq-rc/src/types/rfcdate.ts +54 -0
- package/packages/orq-rc/src/types/streams.ts +21 -0
- package/packages/orq-rc/tsconfig.json +41 -0
- package/sdk/knowledge.d.ts +7 -0
- package/sdk/knowledge.d.ts.map +1 -1
- package/sdk/knowledge.js +10 -0
- package/sdk/knowledge.js.map +1 -1
- package/src/funcs/knowledgeCreateDatasource.ts +2 -2
- package/src/funcs/knowledgeSearch.ts +161 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/cli/start/impl.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/knowledgeSearch.ts +37 -0
- package/src/models/components/deployments.ts +2762 -127
- package/src/models/operations/bulkcreatedatapoints.ts +416 -12
- package/src/models/operations/createchunk.ts +65 -35
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +410 -13
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createprompt.ts +400 -12
- package/src/models/operations/deploymentgetconfig.ts +2906 -105
- package/src/models/operations/deployments.ts +211 -23
- package/src/models/operations/deploymentstream.ts +3074 -98
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getallprompts.ts +200 -6
- package/src/models/operations/getonechunk.ts +55 -5
- package/src/models/operations/getoneprompt.ts +195 -6
- package/src/models/operations/getpromptversion.ts +204 -6
- package/src/models/operations/index.ts +1 -0
- package/src/models/operations/listchunks.ts +55 -5
- package/src/models/operations/listdatasetdatapoints.ts +207 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listpromptversions.ts +202 -6
- package/src/models/operations/retrievedatapoint.ts +204 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/searchknowledge.ts +3367 -0
- package/src/models/operations/updatechunk.ts +65 -35
- package/src/models/operations/updatedatapoint.ts +412 -14
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateprompt.ts +400 -12
- package/src/sdk/knowledge.ts +18 -0
|
@@ -720,6 +720,196 @@ export type DeploymentStreamThread = {
|
|
|
720
720
|
*/
|
|
721
721
|
tags?: Array<string> | undefined;
|
|
722
722
|
};
|
|
723
|
+
/**
|
|
724
|
+
* Exists
|
|
725
|
+
*/
|
|
726
|
+
export type DeploymentStreamOrExists = {
|
|
727
|
+
exists: boolean;
|
|
728
|
+
};
|
|
729
|
+
export type DeploymentStreamOrDeploymentsNin = string | number | boolean;
|
|
730
|
+
/**
|
|
731
|
+
* Not in
|
|
732
|
+
*/
|
|
733
|
+
export type DeploymentStreamOrNin = {
|
|
734
|
+
nin: Array<string | number | boolean>;
|
|
735
|
+
};
|
|
736
|
+
export type DeploymentStreamOrDeploymentsIn = string | number | boolean;
|
|
737
|
+
/**
|
|
738
|
+
* In
|
|
739
|
+
*/
|
|
740
|
+
export type DeploymentStreamOrIn = {
|
|
741
|
+
in: Array<string | number | boolean>;
|
|
742
|
+
};
|
|
743
|
+
/**
|
|
744
|
+
* Less than or equal to
|
|
745
|
+
*/
|
|
746
|
+
export type DeploymentStreamOrLte = {
|
|
747
|
+
lte: number;
|
|
748
|
+
};
|
|
749
|
+
/**
|
|
750
|
+
* Less than
|
|
751
|
+
*/
|
|
752
|
+
export type DeploymentStreamOrLt = {
|
|
753
|
+
lt: number;
|
|
754
|
+
};
|
|
755
|
+
/**
|
|
756
|
+
* Greater than or equal to
|
|
757
|
+
*/
|
|
758
|
+
export type DeploymentStreamOrGte = {
|
|
759
|
+
gte: number;
|
|
760
|
+
};
|
|
761
|
+
export type DeploymentStreamOr3 = {
|
|
762
|
+
gt: number;
|
|
763
|
+
};
|
|
764
|
+
export type DeploymentStreamOrDeploymentsNe = string | number | boolean;
|
|
765
|
+
/**
|
|
766
|
+
* Not equal to
|
|
767
|
+
*/
|
|
768
|
+
export type DeploymentStreamOrNe = {
|
|
769
|
+
ne: string | number | boolean;
|
|
770
|
+
};
|
|
771
|
+
export type DeploymentStreamOrDeploymentsEq = string | number | boolean;
|
|
772
|
+
/**
|
|
773
|
+
* Equal to
|
|
774
|
+
*/
|
|
775
|
+
export type DeploymentStreamOrEq = {
|
|
776
|
+
eq: string | number | boolean;
|
|
777
|
+
};
|
|
778
|
+
export type DeploymentStreamKnowledgeFilterDeploymentsOr = DeploymentStreamOrEq | DeploymentStreamOrNe | DeploymentStreamOr3 | DeploymentStreamOrGte | DeploymentStreamOrLt | DeploymentStreamOrLte | DeploymentStreamOrIn | DeploymentStreamOrNin | DeploymentStreamOrExists;
|
|
779
|
+
/**
|
|
780
|
+
* Or
|
|
781
|
+
*/
|
|
782
|
+
export type DeploymentStreamKnowledgeFilterOr = {
|
|
783
|
+
or: Array<{
|
|
784
|
+
[k: string]: DeploymentStreamOrEq | DeploymentStreamOrNe | DeploymentStreamOr3 | DeploymentStreamOrGte | DeploymentStreamOrLt | DeploymentStreamOrLte | DeploymentStreamOrIn | DeploymentStreamOrNin | DeploymentStreamOrExists;
|
|
785
|
+
}>;
|
|
786
|
+
};
|
|
787
|
+
/**
|
|
788
|
+
* Exists
|
|
789
|
+
*/
|
|
790
|
+
export type DeploymentStreamAndExists = {
|
|
791
|
+
exists: boolean;
|
|
792
|
+
};
|
|
793
|
+
export type DeploymentStreamAndDeploymentsNin = string | number | boolean;
|
|
794
|
+
/**
|
|
795
|
+
* Not in
|
|
796
|
+
*/
|
|
797
|
+
export type DeploymentStreamAndNin = {
|
|
798
|
+
nin: Array<string | number | boolean>;
|
|
799
|
+
};
|
|
800
|
+
export type DeploymentStreamAndDeploymentsIn = string | number | boolean;
|
|
801
|
+
/**
|
|
802
|
+
* In
|
|
803
|
+
*/
|
|
804
|
+
export type DeploymentStreamAndIn = {
|
|
805
|
+
in: Array<string | number | boolean>;
|
|
806
|
+
};
|
|
807
|
+
/**
|
|
808
|
+
* Less than or equal to
|
|
809
|
+
*/
|
|
810
|
+
export type DeploymentStreamAndLte = {
|
|
811
|
+
lte: number;
|
|
812
|
+
};
|
|
813
|
+
/**
|
|
814
|
+
* Less than
|
|
815
|
+
*/
|
|
816
|
+
export type DeploymentStreamAndLt = {
|
|
817
|
+
lt: number;
|
|
818
|
+
};
|
|
819
|
+
/**
|
|
820
|
+
* Greater than or equal to
|
|
821
|
+
*/
|
|
822
|
+
export type DeploymentStreamAndGte = {
|
|
823
|
+
gte: number;
|
|
824
|
+
};
|
|
825
|
+
export type DeploymentStreamAnd3 = {
|
|
826
|
+
gt: number;
|
|
827
|
+
};
|
|
828
|
+
export type DeploymentStreamAndDeploymentsNe = string | number | boolean;
|
|
829
|
+
/**
|
|
830
|
+
* Not equal to
|
|
831
|
+
*/
|
|
832
|
+
export type DeploymentStreamAndNe = {
|
|
833
|
+
ne: string | number | boolean;
|
|
834
|
+
};
|
|
835
|
+
export type DeploymentStreamAndDeploymentsEq = string | number | boolean;
|
|
836
|
+
/**
|
|
837
|
+
* Equal to
|
|
838
|
+
*/
|
|
839
|
+
export type DeploymentStreamAndEq = {
|
|
840
|
+
eq: string | number | boolean;
|
|
841
|
+
};
|
|
842
|
+
export type DeploymentStreamKnowledgeFilterDeploymentsAnd = DeploymentStreamAndEq | DeploymentStreamAndNe | DeploymentStreamAnd3 | DeploymentStreamAndGte | DeploymentStreamAndLt | DeploymentStreamAndLte | DeploymentStreamAndIn | DeploymentStreamAndNin | DeploymentStreamAndExists;
|
|
843
|
+
/**
|
|
844
|
+
* And
|
|
845
|
+
*/
|
|
846
|
+
export type DeploymentStreamKnowledgeFilterAnd = {
|
|
847
|
+
and: Array<{
|
|
848
|
+
[k: string]: DeploymentStreamAndEq | DeploymentStreamAndNe | DeploymentStreamAnd3 | DeploymentStreamAndGte | DeploymentStreamAndLt | DeploymentStreamAndLte | DeploymentStreamAndIn | DeploymentStreamAndNin | DeploymentStreamAndExists;
|
|
849
|
+
}>;
|
|
850
|
+
};
|
|
851
|
+
/**
|
|
852
|
+
* Exists
|
|
853
|
+
*/
|
|
854
|
+
export type OneExists = {
|
|
855
|
+
exists: boolean;
|
|
856
|
+
};
|
|
857
|
+
export type DeploymentStream1DeploymentsNin = string | number | boolean;
|
|
858
|
+
/**
|
|
859
|
+
* Not in
|
|
860
|
+
*/
|
|
861
|
+
export type DeploymentStream1Nin = {
|
|
862
|
+
nin: Array<string | number | boolean>;
|
|
863
|
+
};
|
|
864
|
+
export type DeploymentStream1DeploymentsIn = string | number | boolean;
|
|
865
|
+
/**
|
|
866
|
+
* In
|
|
867
|
+
*/
|
|
868
|
+
export type DeploymentStream1In = {
|
|
869
|
+
in: Array<string | number | boolean>;
|
|
870
|
+
};
|
|
871
|
+
/**
|
|
872
|
+
* Less than or equal to
|
|
873
|
+
*/
|
|
874
|
+
export type OneLte = {
|
|
875
|
+
lte: number;
|
|
876
|
+
};
|
|
877
|
+
/**
|
|
878
|
+
* Less than
|
|
879
|
+
*/
|
|
880
|
+
export type OneLt = {
|
|
881
|
+
lt: number;
|
|
882
|
+
};
|
|
883
|
+
/**
|
|
884
|
+
* Greater than or equal to
|
|
885
|
+
*/
|
|
886
|
+
export type OneGte = {
|
|
887
|
+
gte: number;
|
|
888
|
+
};
|
|
889
|
+
export type DeploymentStream13 = {
|
|
890
|
+
gt: number;
|
|
891
|
+
};
|
|
892
|
+
export type DeploymentStream1DeploymentsNe = string | number | boolean;
|
|
893
|
+
/**
|
|
894
|
+
* Not equal to
|
|
895
|
+
*/
|
|
896
|
+
export type DeploymentStream1Ne = {
|
|
897
|
+
ne: string | number | boolean;
|
|
898
|
+
};
|
|
899
|
+
export type DeploymentStream1DeploymentsEq = string | number | boolean;
|
|
900
|
+
/**
|
|
901
|
+
* Equal to
|
|
902
|
+
*/
|
|
903
|
+
export type DeploymentStream1Eq = {
|
|
904
|
+
eq: string | number | boolean;
|
|
905
|
+
};
|
|
906
|
+
export type DeploymentStreamKnowledgeFilter1 = DeploymentStream1Eq | DeploymentStream1Ne | DeploymentStream13 | OneGte | OneLt | OneLte | DeploymentStream1In | DeploymentStream1Nin | OneExists;
|
|
907
|
+
/**
|
|
908
|
+
* A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
|
|
909
|
+
*/
|
|
910
|
+
export type DeploymentStreamKnowledgeFilter = DeploymentStreamKnowledgeFilterAnd | DeploymentStreamKnowledgeFilterOr | {
|
|
911
|
+
[k: string]: DeploymentStream1Eq | DeploymentStream1Ne | DeploymentStream13 | OneGte | OneLt | OneLte | DeploymentStream1In | DeploymentStream1Nin | OneExists;
|
|
912
|
+
};
|
|
723
913
|
export type DeploymentStreamRequestBody = {
|
|
724
914
|
/**
|
|
725
915
|
* The deployment key to invoke
|
|
@@ -767,6 +957,12 @@ export type DeploymentStreamRequestBody = {
|
|
|
767
957
|
documents?: Array<DeploymentStreamDocuments> | undefined;
|
|
768
958
|
invokeOptions?: DeploymentStreamInvokeOptions | undefined;
|
|
769
959
|
thread?: DeploymentStreamThread | undefined;
|
|
960
|
+
/**
|
|
961
|
+
* A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
|
|
962
|
+
*/
|
|
963
|
+
knowledgeFilter?: DeploymentStreamKnowledgeFilterAnd | DeploymentStreamKnowledgeFilterOr | {
|
|
964
|
+
[k: string]: DeploymentStream1Eq | DeploymentStream1Ne | DeploymentStream13 | OneGte | OneLt | OneLte | DeploymentStream1In | DeploymentStream1Nin | OneExists;
|
|
965
|
+
} | undefined;
|
|
770
966
|
};
|
|
771
967
|
/**
|
|
772
968
|
* Indicates the type of model used to generate the response
|
|
@@ -2692,6 +2888,970 @@ export declare namespace DeploymentStreamThread$ {
|
|
|
2692
2888
|
export declare function deploymentStreamThreadToJSON(deploymentStreamThread: DeploymentStreamThread): string;
|
|
2693
2889
|
export declare function deploymentStreamThreadFromJSON(jsonString: string): SafeParseResult<DeploymentStreamThread, SDKValidationError>;
|
|
2694
2890
|
/** @internal */
|
|
2891
|
+
export declare const DeploymentStreamOrExists$inboundSchema: z.ZodType<DeploymentStreamOrExists, z.ZodTypeDef, unknown>;
|
|
2892
|
+
/** @internal */
|
|
2893
|
+
export type DeploymentStreamOrExists$Outbound = {
|
|
2894
|
+
exists: boolean;
|
|
2895
|
+
};
|
|
2896
|
+
/** @internal */
|
|
2897
|
+
export declare const DeploymentStreamOrExists$outboundSchema: z.ZodType<DeploymentStreamOrExists$Outbound, z.ZodTypeDef, DeploymentStreamOrExists>;
|
|
2898
|
+
/**
|
|
2899
|
+
* @internal
|
|
2900
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2901
|
+
*/
|
|
2902
|
+
export declare namespace DeploymentStreamOrExists$ {
|
|
2903
|
+
/** @deprecated use `DeploymentStreamOrExists$inboundSchema` instead. */
|
|
2904
|
+
const inboundSchema: z.ZodType<DeploymentStreamOrExists, z.ZodTypeDef, unknown>;
|
|
2905
|
+
/** @deprecated use `DeploymentStreamOrExists$outboundSchema` instead. */
|
|
2906
|
+
const outboundSchema: z.ZodType<DeploymentStreamOrExists$Outbound, z.ZodTypeDef, DeploymentStreamOrExists>;
|
|
2907
|
+
/** @deprecated use `DeploymentStreamOrExists$Outbound` instead. */
|
|
2908
|
+
type Outbound = DeploymentStreamOrExists$Outbound;
|
|
2909
|
+
}
|
|
2910
|
+
export declare function deploymentStreamOrExistsToJSON(deploymentStreamOrExists: DeploymentStreamOrExists): string;
|
|
2911
|
+
export declare function deploymentStreamOrExistsFromJSON(jsonString: string): SafeParseResult<DeploymentStreamOrExists, SDKValidationError>;
|
|
2912
|
+
/** @internal */
|
|
2913
|
+
export declare const DeploymentStreamOrDeploymentsNin$inboundSchema: z.ZodType<DeploymentStreamOrDeploymentsNin, z.ZodTypeDef, unknown>;
|
|
2914
|
+
/** @internal */
|
|
2915
|
+
export type DeploymentStreamOrDeploymentsNin$Outbound = string | number | boolean;
|
|
2916
|
+
/** @internal */
|
|
2917
|
+
export declare const DeploymentStreamOrDeploymentsNin$outboundSchema: z.ZodType<DeploymentStreamOrDeploymentsNin$Outbound, z.ZodTypeDef, DeploymentStreamOrDeploymentsNin>;
|
|
2918
|
+
/**
|
|
2919
|
+
* @internal
|
|
2920
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2921
|
+
*/
|
|
2922
|
+
export declare namespace DeploymentStreamOrDeploymentsNin$ {
|
|
2923
|
+
/** @deprecated use `DeploymentStreamOrDeploymentsNin$inboundSchema` instead. */
|
|
2924
|
+
const inboundSchema: z.ZodType<DeploymentStreamOrDeploymentsNin, z.ZodTypeDef, unknown>;
|
|
2925
|
+
/** @deprecated use `DeploymentStreamOrDeploymentsNin$outboundSchema` instead. */
|
|
2926
|
+
const outboundSchema: z.ZodType<DeploymentStreamOrDeploymentsNin$Outbound, z.ZodTypeDef, DeploymentStreamOrDeploymentsNin>;
|
|
2927
|
+
/** @deprecated use `DeploymentStreamOrDeploymentsNin$Outbound` instead. */
|
|
2928
|
+
type Outbound = DeploymentStreamOrDeploymentsNin$Outbound;
|
|
2929
|
+
}
|
|
2930
|
+
export declare function deploymentStreamOrDeploymentsNinToJSON(deploymentStreamOrDeploymentsNin: DeploymentStreamOrDeploymentsNin): string;
|
|
2931
|
+
export declare function deploymentStreamOrDeploymentsNinFromJSON(jsonString: string): SafeParseResult<DeploymentStreamOrDeploymentsNin, SDKValidationError>;
|
|
2932
|
+
/** @internal */
|
|
2933
|
+
export declare const DeploymentStreamOrNin$inboundSchema: z.ZodType<DeploymentStreamOrNin, z.ZodTypeDef, unknown>;
|
|
2934
|
+
/** @internal */
|
|
2935
|
+
export type DeploymentStreamOrNin$Outbound = {
|
|
2936
|
+
nin: Array<string | number | boolean>;
|
|
2937
|
+
};
|
|
2938
|
+
/** @internal */
|
|
2939
|
+
export declare const DeploymentStreamOrNin$outboundSchema: z.ZodType<DeploymentStreamOrNin$Outbound, z.ZodTypeDef, DeploymentStreamOrNin>;
|
|
2940
|
+
/**
|
|
2941
|
+
* @internal
|
|
2942
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2943
|
+
*/
|
|
2944
|
+
export declare namespace DeploymentStreamOrNin$ {
|
|
2945
|
+
/** @deprecated use `DeploymentStreamOrNin$inboundSchema` instead. */
|
|
2946
|
+
const inboundSchema: z.ZodType<DeploymentStreamOrNin, z.ZodTypeDef, unknown>;
|
|
2947
|
+
/** @deprecated use `DeploymentStreamOrNin$outboundSchema` instead. */
|
|
2948
|
+
const outboundSchema: z.ZodType<DeploymentStreamOrNin$Outbound, z.ZodTypeDef, DeploymentStreamOrNin>;
|
|
2949
|
+
/** @deprecated use `DeploymentStreamOrNin$Outbound` instead. */
|
|
2950
|
+
type Outbound = DeploymentStreamOrNin$Outbound;
|
|
2951
|
+
}
|
|
2952
|
+
export declare function deploymentStreamOrNinToJSON(deploymentStreamOrNin: DeploymentStreamOrNin): string;
|
|
2953
|
+
export declare function deploymentStreamOrNinFromJSON(jsonString: string): SafeParseResult<DeploymentStreamOrNin, SDKValidationError>;
|
|
2954
|
+
/** @internal */
|
|
2955
|
+
export declare const DeploymentStreamOrDeploymentsIn$inboundSchema: z.ZodType<DeploymentStreamOrDeploymentsIn, z.ZodTypeDef, unknown>;
|
|
2956
|
+
/** @internal */
|
|
2957
|
+
export type DeploymentStreamOrDeploymentsIn$Outbound = string | number | boolean;
|
|
2958
|
+
/** @internal */
|
|
2959
|
+
export declare const DeploymentStreamOrDeploymentsIn$outboundSchema: z.ZodType<DeploymentStreamOrDeploymentsIn$Outbound, z.ZodTypeDef, DeploymentStreamOrDeploymentsIn>;
|
|
2960
|
+
/**
|
|
2961
|
+
* @internal
|
|
2962
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2963
|
+
*/
|
|
2964
|
+
export declare namespace DeploymentStreamOrDeploymentsIn$ {
|
|
2965
|
+
/** @deprecated use `DeploymentStreamOrDeploymentsIn$inboundSchema` instead. */
|
|
2966
|
+
const inboundSchema: z.ZodType<DeploymentStreamOrDeploymentsIn, z.ZodTypeDef, unknown>;
|
|
2967
|
+
/** @deprecated use `DeploymentStreamOrDeploymentsIn$outboundSchema` instead. */
|
|
2968
|
+
const outboundSchema: z.ZodType<DeploymentStreamOrDeploymentsIn$Outbound, z.ZodTypeDef, DeploymentStreamOrDeploymentsIn>;
|
|
2969
|
+
/** @deprecated use `DeploymentStreamOrDeploymentsIn$Outbound` instead. */
|
|
2970
|
+
type Outbound = DeploymentStreamOrDeploymentsIn$Outbound;
|
|
2971
|
+
}
|
|
2972
|
+
export declare function deploymentStreamOrDeploymentsInToJSON(deploymentStreamOrDeploymentsIn: DeploymentStreamOrDeploymentsIn): string;
|
|
2973
|
+
export declare function deploymentStreamOrDeploymentsInFromJSON(jsonString: string): SafeParseResult<DeploymentStreamOrDeploymentsIn, SDKValidationError>;
|
|
2974
|
+
/** @internal */
|
|
2975
|
+
export declare const DeploymentStreamOrIn$inboundSchema: z.ZodType<DeploymentStreamOrIn, z.ZodTypeDef, unknown>;
|
|
2976
|
+
/** @internal */
|
|
2977
|
+
export type DeploymentStreamOrIn$Outbound = {
|
|
2978
|
+
in: Array<string | number | boolean>;
|
|
2979
|
+
};
|
|
2980
|
+
/** @internal */
|
|
2981
|
+
export declare const DeploymentStreamOrIn$outboundSchema: z.ZodType<DeploymentStreamOrIn$Outbound, z.ZodTypeDef, DeploymentStreamOrIn>;
|
|
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 DeploymentStreamOrIn$ {
|
|
2987
|
+
/** @deprecated use `DeploymentStreamOrIn$inboundSchema` instead. */
|
|
2988
|
+
const inboundSchema: z.ZodType<DeploymentStreamOrIn, z.ZodTypeDef, unknown>;
|
|
2989
|
+
/** @deprecated use `DeploymentStreamOrIn$outboundSchema` instead. */
|
|
2990
|
+
const outboundSchema: z.ZodType<DeploymentStreamOrIn$Outbound, z.ZodTypeDef, DeploymentStreamOrIn>;
|
|
2991
|
+
/** @deprecated use `DeploymentStreamOrIn$Outbound` instead. */
|
|
2992
|
+
type Outbound = DeploymentStreamOrIn$Outbound;
|
|
2993
|
+
}
|
|
2994
|
+
export declare function deploymentStreamOrInToJSON(deploymentStreamOrIn: DeploymentStreamOrIn): string;
|
|
2995
|
+
export declare function deploymentStreamOrInFromJSON(jsonString: string): SafeParseResult<DeploymentStreamOrIn, SDKValidationError>;
|
|
2996
|
+
/** @internal */
|
|
2997
|
+
export declare const DeploymentStreamOrLte$inboundSchema: z.ZodType<DeploymentStreamOrLte, z.ZodTypeDef, unknown>;
|
|
2998
|
+
/** @internal */
|
|
2999
|
+
export type DeploymentStreamOrLte$Outbound = {
|
|
3000
|
+
lte: number;
|
|
3001
|
+
};
|
|
3002
|
+
/** @internal */
|
|
3003
|
+
export declare const DeploymentStreamOrLte$outboundSchema: z.ZodType<DeploymentStreamOrLte$Outbound, z.ZodTypeDef, DeploymentStreamOrLte>;
|
|
3004
|
+
/**
|
|
3005
|
+
* @internal
|
|
3006
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3007
|
+
*/
|
|
3008
|
+
export declare namespace DeploymentStreamOrLte$ {
|
|
3009
|
+
/** @deprecated use `DeploymentStreamOrLte$inboundSchema` instead. */
|
|
3010
|
+
const inboundSchema: z.ZodType<DeploymentStreamOrLte, z.ZodTypeDef, unknown>;
|
|
3011
|
+
/** @deprecated use `DeploymentStreamOrLte$outboundSchema` instead. */
|
|
3012
|
+
const outboundSchema: z.ZodType<DeploymentStreamOrLte$Outbound, z.ZodTypeDef, DeploymentStreamOrLte>;
|
|
3013
|
+
/** @deprecated use `DeploymentStreamOrLte$Outbound` instead. */
|
|
3014
|
+
type Outbound = DeploymentStreamOrLte$Outbound;
|
|
3015
|
+
}
|
|
3016
|
+
export declare function deploymentStreamOrLteToJSON(deploymentStreamOrLte: DeploymentStreamOrLte): string;
|
|
3017
|
+
export declare function deploymentStreamOrLteFromJSON(jsonString: string): SafeParseResult<DeploymentStreamOrLte, SDKValidationError>;
|
|
3018
|
+
/** @internal */
|
|
3019
|
+
export declare const DeploymentStreamOrLt$inboundSchema: z.ZodType<DeploymentStreamOrLt, z.ZodTypeDef, unknown>;
|
|
3020
|
+
/** @internal */
|
|
3021
|
+
export type DeploymentStreamOrLt$Outbound = {
|
|
3022
|
+
lt: number;
|
|
3023
|
+
};
|
|
3024
|
+
/** @internal */
|
|
3025
|
+
export declare const DeploymentStreamOrLt$outboundSchema: z.ZodType<DeploymentStreamOrLt$Outbound, z.ZodTypeDef, DeploymentStreamOrLt>;
|
|
3026
|
+
/**
|
|
3027
|
+
* @internal
|
|
3028
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3029
|
+
*/
|
|
3030
|
+
export declare namespace DeploymentStreamOrLt$ {
|
|
3031
|
+
/** @deprecated use `DeploymentStreamOrLt$inboundSchema` instead. */
|
|
3032
|
+
const inboundSchema: z.ZodType<DeploymentStreamOrLt, z.ZodTypeDef, unknown>;
|
|
3033
|
+
/** @deprecated use `DeploymentStreamOrLt$outboundSchema` instead. */
|
|
3034
|
+
const outboundSchema: z.ZodType<DeploymentStreamOrLt$Outbound, z.ZodTypeDef, DeploymentStreamOrLt>;
|
|
3035
|
+
/** @deprecated use `DeploymentStreamOrLt$Outbound` instead. */
|
|
3036
|
+
type Outbound = DeploymentStreamOrLt$Outbound;
|
|
3037
|
+
}
|
|
3038
|
+
export declare function deploymentStreamOrLtToJSON(deploymentStreamOrLt: DeploymentStreamOrLt): string;
|
|
3039
|
+
export declare function deploymentStreamOrLtFromJSON(jsonString: string): SafeParseResult<DeploymentStreamOrLt, SDKValidationError>;
|
|
3040
|
+
/** @internal */
|
|
3041
|
+
export declare const DeploymentStreamOrGte$inboundSchema: z.ZodType<DeploymentStreamOrGte, z.ZodTypeDef, unknown>;
|
|
3042
|
+
/** @internal */
|
|
3043
|
+
export type DeploymentStreamOrGte$Outbound = {
|
|
3044
|
+
gte: number;
|
|
3045
|
+
};
|
|
3046
|
+
/** @internal */
|
|
3047
|
+
export declare const DeploymentStreamOrGte$outboundSchema: z.ZodType<DeploymentStreamOrGte$Outbound, z.ZodTypeDef, DeploymentStreamOrGte>;
|
|
3048
|
+
/**
|
|
3049
|
+
* @internal
|
|
3050
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3051
|
+
*/
|
|
3052
|
+
export declare namespace DeploymentStreamOrGte$ {
|
|
3053
|
+
/** @deprecated use `DeploymentStreamOrGte$inboundSchema` instead. */
|
|
3054
|
+
const inboundSchema: z.ZodType<DeploymentStreamOrGte, z.ZodTypeDef, unknown>;
|
|
3055
|
+
/** @deprecated use `DeploymentStreamOrGte$outboundSchema` instead. */
|
|
3056
|
+
const outboundSchema: z.ZodType<DeploymentStreamOrGte$Outbound, z.ZodTypeDef, DeploymentStreamOrGte>;
|
|
3057
|
+
/** @deprecated use `DeploymentStreamOrGte$Outbound` instead. */
|
|
3058
|
+
type Outbound = DeploymentStreamOrGte$Outbound;
|
|
3059
|
+
}
|
|
3060
|
+
export declare function deploymentStreamOrGteToJSON(deploymentStreamOrGte: DeploymentStreamOrGte): string;
|
|
3061
|
+
export declare function deploymentStreamOrGteFromJSON(jsonString: string): SafeParseResult<DeploymentStreamOrGte, SDKValidationError>;
|
|
3062
|
+
/** @internal */
|
|
3063
|
+
export declare const DeploymentStreamOr3$inboundSchema: z.ZodType<DeploymentStreamOr3, z.ZodTypeDef, unknown>;
|
|
3064
|
+
/** @internal */
|
|
3065
|
+
export type DeploymentStreamOr3$Outbound = {
|
|
3066
|
+
gt: number;
|
|
3067
|
+
};
|
|
3068
|
+
/** @internal */
|
|
3069
|
+
export declare const DeploymentStreamOr3$outboundSchema: z.ZodType<DeploymentStreamOr3$Outbound, z.ZodTypeDef, DeploymentStreamOr3>;
|
|
3070
|
+
/**
|
|
3071
|
+
* @internal
|
|
3072
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3073
|
+
*/
|
|
3074
|
+
export declare namespace DeploymentStreamOr3$ {
|
|
3075
|
+
/** @deprecated use `DeploymentStreamOr3$inboundSchema` instead. */
|
|
3076
|
+
const inboundSchema: z.ZodType<DeploymentStreamOr3, z.ZodTypeDef, unknown>;
|
|
3077
|
+
/** @deprecated use `DeploymentStreamOr3$outboundSchema` instead. */
|
|
3078
|
+
const outboundSchema: z.ZodType<DeploymentStreamOr3$Outbound, z.ZodTypeDef, DeploymentStreamOr3>;
|
|
3079
|
+
/** @deprecated use `DeploymentStreamOr3$Outbound` instead. */
|
|
3080
|
+
type Outbound = DeploymentStreamOr3$Outbound;
|
|
3081
|
+
}
|
|
3082
|
+
export declare function deploymentStreamOr3ToJSON(deploymentStreamOr3: DeploymentStreamOr3): string;
|
|
3083
|
+
export declare function deploymentStreamOr3FromJSON(jsonString: string): SafeParseResult<DeploymentStreamOr3, SDKValidationError>;
|
|
3084
|
+
/** @internal */
|
|
3085
|
+
export declare const DeploymentStreamOrDeploymentsNe$inboundSchema: z.ZodType<DeploymentStreamOrDeploymentsNe, z.ZodTypeDef, unknown>;
|
|
3086
|
+
/** @internal */
|
|
3087
|
+
export type DeploymentStreamOrDeploymentsNe$Outbound = string | number | boolean;
|
|
3088
|
+
/** @internal */
|
|
3089
|
+
export declare const DeploymentStreamOrDeploymentsNe$outboundSchema: z.ZodType<DeploymentStreamOrDeploymentsNe$Outbound, z.ZodTypeDef, DeploymentStreamOrDeploymentsNe>;
|
|
3090
|
+
/**
|
|
3091
|
+
* @internal
|
|
3092
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3093
|
+
*/
|
|
3094
|
+
export declare namespace DeploymentStreamOrDeploymentsNe$ {
|
|
3095
|
+
/** @deprecated use `DeploymentStreamOrDeploymentsNe$inboundSchema` instead. */
|
|
3096
|
+
const inboundSchema: z.ZodType<DeploymentStreamOrDeploymentsNe, z.ZodTypeDef, unknown>;
|
|
3097
|
+
/** @deprecated use `DeploymentStreamOrDeploymentsNe$outboundSchema` instead. */
|
|
3098
|
+
const outboundSchema: z.ZodType<DeploymentStreamOrDeploymentsNe$Outbound, z.ZodTypeDef, DeploymentStreamOrDeploymentsNe>;
|
|
3099
|
+
/** @deprecated use `DeploymentStreamOrDeploymentsNe$Outbound` instead. */
|
|
3100
|
+
type Outbound = DeploymentStreamOrDeploymentsNe$Outbound;
|
|
3101
|
+
}
|
|
3102
|
+
export declare function deploymentStreamOrDeploymentsNeToJSON(deploymentStreamOrDeploymentsNe: DeploymentStreamOrDeploymentsNe): string;
|
|
3103
|
+
export declare function deploymentStreamOrDeploymentsNeFromJSON(jsonString: string): SafeParseResult<DeploymentStreamOrDeploymentsNe, SDKValidationError>;
|
|
3104
|
+
/** @internal */
|
|
3105
|
+
export declare const DeploymentStreamOrNe$inboundSchema: z.ZodType<DeploymentStreamOrNe, z.ZodTypeDef, unknown>;
|
|
3106
|
+
/** @internal */
|
|
3107
|
+
export type DeploymentStreamOrNe$Outbound = {
|
|
3108
|
+
ne: string | number | boolean;
|
|
3109
|
+
};
|
|
3110
|
+
/** @internal */
|
|
3111
|
+
export declare const DeploymentStreamOrNe$outboundSchema: z.ZodType<DeploymentStreamOrNe$Outbound, z.ZodTypeDef, DeploymentStreamOrNe>;
|
|
3112
|
+
/**
|
|
3113
|
+
* @internal
|
|
3114
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3115
|
+
*/
|
|
3116
|
+
export declare namespace DeploymentStreamOrNe$ {
|
|
3117
|
+
/** @deprecated use `DeploymentStreamOrNe$inboundSchema` instead. */
|
|
3118
|
+
const inboundSchema: z.ZodType<DeploymentStreamOrNe, z.ZodTypeDef, unknown>;
|
|
3119
|
+
/** @deprecated use `DeploymentStreamOrNe$outboundSchema` instead. */
|
|
3120
|
+
const outboundSchema: z.ZodType<DeploymentStreamOrNe$Outbound, z.ZodTypeDef, DeploymentStreamOrNe>;
|
|
3121
|
+
/** @deprecated use `DeploymentStreamOrNe$Outbound` instead. */
|
|
3122
|
+
type Outbound = DeploymentStreamOrNe$Outbound;
|
|
3123
|
+
}
|
|
3124
|
+
export declare function deploymentStreamOrNeToJSON(deploymentStreamOrNe: DeploymentStreamOrNe): string;
|
|
3125
|
+
export declare function deploymentStreamOrNeFromJSON(jsonString: string): SafeParseResult<DeploymentStreamOrNe, SDKValidationError>;
|
|
3126
|
+
/** @internal */
|
|
3127
|
+
export declare const DeploymentStreamOrDeploymentsEq$inboundSchema: z.ZodType<DeploymentStreamOrDeploymentsEq, z.ZodTypeDef, unknown>;
|
|
3128
|
+
/** @internal */
|
|
3129
|
+
export type DeploymentStreamOrDeploymentsEq$Outbound = string | number | boolean;
|
|
3130
|
+
/** @internal */
|
|
3131
|
+
export declare const DeploymentStreamOrDeploymentsEq$outboundSchema: z.ZodType<DeploymentStreamOrDeploymentsEq$Outbound, z.ZodTypeDef, DeploymentStreamOrDeploymentsEq>;
|
|
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 DeploymentStreamOrDeploymentsEq$ {
|
|
3137
|
+
/** @deprecated use `DeploymentStreamOrDeploymentsEq$inboundSchema` instead. */
|
|
3138
|
+
const inboundSchema: z.ZodType<DeploymentStreamOrDeploymentsEq, z.ZodTypeDef, unknown>;
|
|
3139
|
+
/** @deprecated use `DeploymentStreamOrDeploymentsEq$outboundSchema` instead. */
|
|
3140
|
+
const outboundSchema: z.ZodType<DeploymentStreamOrDeploymentsEq$Outbound, z.ZodTypeDef, DeploymentStreamOrDeploymentsEq>;
|
|
3141
|
+
/** @deprecated use `DeploymentStreamOrDeploymentsEq$Outbound` instead. */
|
|
3142
|
+
type Outbound = DeploymentStreamOrDeploymentsEq$Outbound;
|
|
3143
|
+
}
|
|
3144
|
+
export declare function deploymentStreamOrDeploymentsEqToJSON(deploymentStreamOrDeploymentsEq: DeploymentStreamOrDeploymentsEq): string;
|
|
3145
|
+
export declare function deploymentStreamOrDeploymentsEqFromJSON(jsonString: string): SafeParseResult<DeploymentStreamOrDeploymentsEq, SDKValidationError>;
|
|
3146
|
+
/** @internal */
|
|
3147
|
+
export declare const DeploymentStreamOrEq$inboundSchema: z.ZodType<DeploymentStreamOrEq, z.ZodTypeDef, unknown>;
|
|
3148
|
+
/** @internal */
|
|
3149
|
+
export type DeploymentStreamOrEq$Outbound = {
|
|
3150
|
+
eq: string | number | boolean;
|
|
3151
|
+
};
|
|
3152
|
+
/** @internal */
|
|
3153
|
+
export declare const DeploymentStreamOrEq$outboundSchema: z.ZodType<DeploymentStreamOrEq$Outbound, z.ZodTypeDef, DeploymentStreamOrEq>;
|
|
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 DeploymentStreamOrEq$ {
|
|
3159
|
+
/** @deprecated use `DeploymentStreamOrEq$inboundSchema` instead. */
|
|
3160
|
+
const inboundSchema: z.ZodType<DeploymentStreamOrEq, z.ZodTypeDef, unknown>;
|
|
3161
|
+
/** @deprecated use `DeploymentStreamOrEq$outboundSchema` instead. */
|
|
3162
|
+
const outboundSchema: z.ZodType<DeploymentStreamOrEq$Outbound, z.ZodTypeDef, DeploymentStreamOrEq>;
|
|
3163
|
+
/** @deprecated use `DeploymentStreamOrEq$Outbound` instead. */
|
|
3164
|
+
type Outbound = DeploymentStreamOrEq$Outbound;
|
|
3165
|
+
}
|
|
3166
|
+
export declare function deploymentStreamOrEqToJSON(deploymentStreamOrEq: DeploymentStreamOrEq): string;
|
|
3167
|
+
export declare function deploymentStreamOrEqFromJSON(jsonString: string): SafeParseResult<DeploymentStreamOrEq, SDKValidationError>;
|
|
3168
|
+
/** @internal */
|
|
3169
|
+
export declare const DeploymentStreamKnowledgeFilterDeploymentsOr$inboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterDeploymentsOr, z.ZodTypeDef, unknown>;
|
|
3170
|
+
/** @internal */
|
|
3171
|
+
export type DeploymentStreamKnowledgeFilterDeploymentsOr$Outbound = DeploymentStreamOrEq$Outbound | DeploymentStreamOrNe$Outbound | DeploymentStreamOr3$Outbound | DeploymentStreamOrGte$Outbound | DeploymentStreamOrLt$Outbound | DeploymentStreamOrLte$Outbound | DeploymentStreamOrIn$Outbound | DeploymentStreamOrNin$Outbound | DeploymentStreamOrExists$Outbound;
|
|
3172
|
+
/** @internal */
|
|
3173
|
+
export declare const DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterDeploymentsOr$Outbound, z.ZodTypeDef, DeploymentStreamKnowledgeFilterDeploymentsOr>;
|
|
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 DeploymentStreamKnowledgeFilterDeploymentsOr$ {
|
|
3179
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilterDeploymentsOr$inboundSchema` instead. */
|
|
3180
|
+
const inboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterDeploymentsOr, z.ZodTypeDef, unknown>;
|
|
3181
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema` instead. */
|
|
3182
|
+
const outboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterDeploymentsOr$Outbound, z.ZodTypeDef, DeploymentStreamKnowledgeFilterDeploymentsOr>;
|
|
3183
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilterDeploymentsOr$Outbound` instead. */
|
|
3184
|
+
type Outbound = DeploymentStreamKnowledgeFilterDeploymentsOr$Outbound;
|
|
3185
|
+
}
|
|
3186
|
+
export declare function deploymentStreamKnowledgeFilterDeploymentsOrToJSON(deploymentStreamKnowledgeFilterDeploymentsOr: DeploymentStreamKnowledgeFilterDeploymentsOr): string;
|
|
3187
|
+
export declare function deploymentStreamKnowledgeFilterDeploymentsOrFromJSON(jsonString: string): SafeParseResult<DeploymentStreamKnowledgeFilterDeploymentsOr, SDKValidationError>;
|
|
3188
|
+
/** @internal */
|
|
3189
|
+
export declare const DeploymentStreamKnowledgeFilterOr$inboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterOr, z.ZodTypeDef, unknown>;
|
|
3190
|
+
/** @internal */
|
|
3191
|
+
export type DeploymentStreamKnowledgeFilterOr$Outbound = {
|
|
3192
|
+
or: Array<{
|
|
3193
|
+
[k: string]: DeploymentStreamOrEq$Outbound | DeploymentStreamOrNe$Outbound | DeploymentStreamOr3$Outbound | DeploymentStreamOrGte$Outbound | DeploymentStreamOrLt$Outbound | DeploymentStreamOrLte$Outbound | DeploymentStreamOrIn$Outbound | DeploymentStreamOrNin$Outbound | DeploymentStreamOrExists$Outbound;
|
|
3194
|
+
}>;
|
|
3195
|
+
};
|
|
3196
|
+
/** @internal */
|
|
3197
|
+
export declare const DeploymentStreamKnowledgeFilterOr$outboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterOr$Outbound, z.ZodTypeDef, DeploymentStreamKnowledgeFilterOr>;
|
|
3198
|
+
/**
|
|
3199
|
+
* @internal
|
|
3200
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3201
|
+
*/
|
|
3202
|
+
export declare namespace DeploymentStreamKnowledgeFilterOr$ {
|
|
3203
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilterOr$inboundSchema` instead. */
|
|
3204
|
+
const inboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterOr, z.ZodTypeDef, unknown>;
|
|
3205
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilterOr$outboundSchema` instead. */
|
|
3206
|
+
const outboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterOr$Outbound, z.ZodTypeDef, DeploymentStreamKnowledgeFilterOr>;
|
|
3207
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilterOr$Outbound` instead. */
|
|
3208
|
+
type Outbound = DeploymentStreamKnowledgeFilterOr$Outbound;
|
|
3209
|
+
}
|
|
3210
|
+
export declare function deploymentStreamKnowledgeFilterOrToJSON(deploymentStreamKnowledgeFilterOr: DeploymentStreamKnowledgeFilterOr): string;
|
|
3211
|
+
export declare function deploymentStreamKnowledgeFilterOrFromJSON(jsonString: string): SafeParseResult<DeploymentStreamKnowledgeFilterOr, SDKValidationError>;
|
|
3212
|
+
/** @internal */
|
|
3213
|
+
export declare const DeploymentStreamAndExists$inboundSchema: z.ZodType<DeploymentStreamAndExists, z.ZodTypeDef, unknown>;
|
|
3214
|
+
/** @internal */
|
|
3215
|
+
export type DeploymentStreamAndExists$Outbound = {
|
|
3216
|
+
exists: boolean;
|
|
3217
|
+
};
|
|
3218
|
+
/** @internal */
|
|
3219
|
+
export declare const DeploymentStreamAndExists$outboundSchema: z.ZodType<DeploymentStreamAndExists$Outbound, z.ZodTypeDef, DeploymentStreamAndExists>;
|
|
3220
|
+
/**
|
|
3221
|
+
* @internal
|
|
3222
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3223
|
+
*/
|
|
3224
|
+
export declare namespace DeploymentStreamAndExists$ {
|
|
3225
|
+
/** @deprecated use `DeploymentStreamAndExists$inboundSchema` instead. */
|
|
3226
|
+
const inboundSchema: z.ZodType<DeploymentStreamAndExists, z.ZodTypeDef, unknown>;
|
|
3227
|
+
/** @deprecated use `DeploymentStreamAndExists$outboundSchema` instead. */
|
|
3228
|
+
const outboundSchema: z.ZodType<DeploymentStreamAndExists$Outbound, z.ZodTypeDef, DeploymentStreamAndExists>;
|
|
3229
|
+
/** @deprecated use `DeploymentStreamAndExists$Outbound` instead. */
|
|
3230
|
+
type Outbound = DeploymentStreamAndExists$Outbound;
|
|
3231
|
+
}
|
|
3232
|
+
export declare function deploymentStreamAndExistsToJSON(deploymentStreamAndExists: DeploymentStreamAndExists): string;
|
|
3233
|
+
export declare function deploymentStreamAndExistsFromJSON(jsonString: string): SafeParseResult<DeploymentStreamAndExists, SDKValidationError>;
|
|
3234
|
+
/** @internal */
|
|
3235
|
+
export declare const DeploymentStreamAndDeploymentsNin$inboundSchema: z.ZodType<DeploymentStreamAndDeploymentsNin, z.ZodTypeDef, unknown>;
|
|
3236
|
+
/** @internal */
|
|
3237
|
+
export type DeploymentStreamAndDeploymentsNin$Outbound = string | number | boolean;
|
|
3238
|
+
/** @internal */
|
|
3239
|
+
export declare const DeploymentStreamAndDeploymentsNin$outboundSchema: z.ZodType<DeploymentStreamAndDeploymentsNin$Outbound, z.ZodTypeDef, DeploymentStreamAndDeploymentsNin>;
|
|
3240
|
+
/**
|
|
3241
|
+
* @internal
|
|
3242
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3243
|
+
*/
|
|
3244
|
+
export declare namespace DeploymentStreamAndDeploymentsNin$ {
|
|
3245
|
+
/** @deprecated use `DeploymentStreamAndDeploymentsNin$inboundSchema` instead. */
|
|
3246
|
+
const inboundSchema: z.ZodType<DeploymentStreamAndDeploymentsNin, z.ZodTypeDef, unknown>;
|
|
3247
|
+
/** @deprecated use `DeploymentStreamAndDeploymentsNin$outboundSchema` instead. */
|
|
3248
|
+
const outboundSchema: z.ZodType<DeploymentStreamAndDeploymentsNin$Outbound, z.ZodTypeDef, DeploymentStreamAndDeploymentsNin>;
|
|
3249
|
+
/** @deprecated use `DeploymentStreamAndDeploymentsNin$Outbound` instead. */
|
|
3250
|
+
type Outbound = DeploymentStreamAndDeploymentsNin$Outbound;
|
|
3251
|
+
}
|
|
3252
|
+
export declare function deploymentStreamAndDeploymentsNinToJSON(deploymentStreamAndDeploymentsNin: DeploymentStreamAndDeploymentsNin): string;
|
|
3253
|
+
export declare function deploymentStreamAndDeploymentsNinFromJSON(jsonString: string): SafeParseResult<DeploymentStreamAndDeploymentsNin, SDKValidationError>;
|
|
3254
|
+
/** @internal */
|
|
3255
|
+
export declare const DeploymentStreamAndNin$inboundSchema: z.ZodType<DeploymentStreamAndNin, z.ZodTypeDef, unknown>;
|
|
3256
|
+
/** @internal */
|
|
3257
|
+
export type DeploymentStreamAndNin$Outbound = {
|
|
3258
|
+
nin: Array<string | number | boolean>;
|
|
3259
|
+
};
|
|
3260
|
+
/** @internal */
|
|
3261
|
+
export declare const DeploymentStreamAndNin$outboundSchema: z.ZodType<DeploymentStreamAndNin$Outbound, z.ZodTypeDef, DeploymentStreamAndNin>;
|
|
3262
|
+
/**
|
|
3263
|
+
* @internal
|
|
3264
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3265
|
+
*/
|
|
3266
|
+
export declare namespace DeploymentStreamAndNin$ {
|
|
3267
|
+
/** @deprecated use `DeploymentStreamAndNin$inboundSchema` instead. */
|
|
3268
|
+
const inboundSchema: z.ZodType<DeploymentStreamAndNin, z.ZodTypeDef, unknown>;
|
|
3269
|
+
/** @deprecated use `DeploymentStreamAndNin$outboundSchema` instead. */
|
|
3270
|
+
const outboundSchema: z.ZodType<DeploymentStreamAndNin$Outbound, z.ZodTypeDef, DeploymentStreamAndNin>;
|
|
3271
|
+
/** @deprecated use `DeploymentStreamAndNin$Outbound` instead. */
|
|
3272
|
+
type Outbound = DeploymentStreamAndNin$Outbound;
|
|
3273
|
+
}
|
|
3274
|
+
export declare function deploymentStreamAndNinToJSON(deploymentStreamAndNin: DeploymentStreamAndNin): string;
|
|
3275
|
+
export declare function deploymentStreamAndNinFromJSON(jsonString: string): SafeParseResult<DeploymentStreamAndNin, SDKValidationError>;
|
|
3276
|
+
/** @internal */
|
|
3277
|
+
export declare const DeploymentStreamAndDeploymentsIn$inboundSchema: z.ZodType<DeploymentStreamAndDeploymentsIn, z.ZodTypeDef, unknown>;
|
|
3278
|
+
/** @internal */
|
|
3279
|
+
export type DeploymentStreamAndDeploymentsIn$Outbound = string | number | boolean;
|
|
3280
|
+
/** @internal */
|
|
3281
|
+
export declare const DeploymentStreamAndDeploymentsIn$outboundSchema: z.ZodType<DeploymentStreamAndDeploymentsIn$Outbound, z.ZodTypeDef, DeploymentStreamAndDeploymentsIn>;
|
|
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 DeploymentStreamAndDeploymentsIn$ {
|
|
3287
|
+
/** @deprecated use `DeploymentStreamAndDeploymentsIn$inboundSchema` instead. */
|
|
3288
|
+
const inboundSchema: z.ZodType<DeploymentStreamAndDeploymentsIn, z.ZodTypeDef, unknown>;
|
|
3289
|
+
/** @deprecated use `DeploymentStreamAndDeploymentsIn$outboundSchema` instead. */
|
|
3290
|
+
const outboundSchema: z.ZodType<DeploymentStreamAndDeploymentsIn$Outbound, z.ZodTypeDef, DeploymentStreamAndDeploymentsIn>;
|
|
3291
|
+
/** @deprecated use `DeploymentStreamAndDeploymentsIn$Outbound` instead. */
|
|
3292
|
+
type Outbound = DeploymentStreamAndDeploymentsIn$Outbound;
|
|
3293
|
+
}
|
|
3294
|
+
export declare function deploymentStreamAndDeploymentsInToJSON(deploymentStreamAndDeploymentsIn: DeploymentStreamAndDeploymentsIn): string;
|
|
3295
|
+
export declare function deploymentStreamAndDeploymentsInFromJSON(jsonString: string): SafeParseResult<DeploymentStreamAndDeploymentsIn, SDKValidationError>;
|
|
3296
|
+
/** @internal */
|
|
3297
|
+
export declare const DeploymentStreamAndIn$inboundSchema: z.ZodType<DeploymentStreamAndIn, z.ZodTypeDef, unknown>;
|
|
3298
|
+
/** @internal */
|
|
3299
|
+
export type DeploymentStreamAndIn$Outbound = {
|
|
3300
|
+
in: Array<string | number | boolean>;
|
|
3301
|
+
};
|
|
3302
|
+
/** @internal */
|
|
3303
|
+
export declare const DeploymentStreamAndIn$outboundSchema: z.ZodType<DeploymentStreamAndIn$Outbound, z.ZodTypeDef, DeploymentStreamAndIn>;
|
|
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 DeploymentStreamAndIn$ {
|
|
3309
|
+
/** @deprecated use `DeploymentStreamAndIn$inboundSchema` instead. */
|
|
3310
|
+
const inboundSchema: z.ZodType<DeploymentStreamAndIn, z.ZodTypeDef, unknown>;
|
|
3311
|
+
/** @deprecated use `DeploymentStreamAndIn$outboundSchema` instead. */
|
|
3312
|
+
const outboundSchema: z.ZodType<DeploymentStreamAndIn$Outbound, z.ZodTypeDef, DeploymentStreamAndIn>;
|
|
3313
|
+
/** @deprecated use `DeploymentStreamAndIn$Outbound` instead. */
|
|
3314
|
+
type Outbound = DeploymentStreamAndIn$Outbound;
|
|
3315
|
+
}
|
|
3316
|
+
export declare function deploymentStreamAndInToJSON(deploymentStreamAndIn: DeploymentStreamAndIn): string;
|
|
3317
|
+
export declare function deploymentStreamAndInFromJSON(jsonString: string): SafeParseResult<DeploymentStreamAndIn, SDKValidationError>;
|
|
3318
|
+
/** @internal */
|
|
3319
|
+
export declare const DeploymentStreamAndLte$inboundSchema: z.ZodType<DeploymentStreamAndLte, z.ZodTypeDef, unknown>;
|
|
3320
|
+
/** @internal */
|
|
3321
|
+
export type DeploymentStreamAndLte$Outbound = {
|
|
3322
|
+
lte: number;
|
|
3323
|
+
};
|
|
3324
|
+
/** @internal */
|
|
3325
|
+
export declare const DeploymentStreamAndLte$outboundSchema: z.ZodType<DeploymentStreamAndLte$Outbound, z.ZodTypeDef, DeploymentStreamAndLte>;
|
|
3326
|
+
/**
|
|
3327
|
+
* @internal
|
|
3328
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3329
|
+
*/
|
|
3330
|
+
export declare namespace DeploymentStreamAndLte$ {
|
|
3331
|
+
/** @deprecated use `DeploymentStreamAndLte$inboundSchema` instead. */
|
|
3332
|
+
const inboundSchema: z.ZodType<DeploymentStreamAndLte, z.ZodTypeDef, unknown>;
|
|
3333
|
+
/** @deprecated use `DeploymentStreamAndLte$outboundSchema` instead. */
|
|
3334
|
+
const outboundSchema: z.ZodType<DeploymentStreamAndLte$Outbound, z.ZodTypeDef, DeploymentStreamAndLte>;
|
|
3335
|
+
/** @deprecated use `DeploymentStreamAndLte$Outbound` instead. */
|
|
3336
|
+
type Outbound = DeploymentStreamAndLte$Outbound;
|
|
3337
|
+
}
|
|
3338
|
+
export declare function deploymentStreamAndLteToJSON(deploymentStreamAndLte: DeploymentStreamAndLte): string;
|
|
3339
|
+
export declare function deploymentStreamAndLteFromJSON(jsonString: string): SafeParseResult<DeploymentStreamAndLte, SDKValidationError>;
|
|
3340
|
+
/** @internal */
|
|
3341
|
+
export declare const DeploymentStreamAndLt$inboundSchema: z.ZodType<DeploymentStreamAndLt, z.ZodTypeDef, unknown>;
|
|
3342
|
+
/** @internal */
|
|
3343
|
+
export type DeploymentStreamAndLt$Outbound = {
|
|
3344
|
+
lt: number;
|
|
3345
|
+
};
|
|
3346
|
+
/** @internal */
|
|
3347
|
+
export declare const DeploymentStreamAndLt$outboundSchema: z.ZodType<DeploymentStreamAndLt$Outbound, z.ZodTypeDef, DeploymentStreamAndLt>;
|
|
3348
|
+
/**
|
|
3349
|
+
* @internal
|
|
3350
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3351
|
+
*/
|
|
3352
|
+
export declare namespace DeploymentStreamAndLt$ {
|
|
3353
|
+
/** @deprecated use `DeploymentStreamAndLt$inboundSchema` instead. */
|
|
3354
|
+
const inboundSchema: z.ZodType<DeploymentStreamAndLt, z.ZodTypeDef, unknown>;
|
|
3355
|
+
/** @deprecated use `DeploymentStreamAndLt$outboundSchema` instead. */
|
|
3356
|
+
const outboundSchema: z.ZodType<DeploymentStreamAndLt$Outbound, z.ZodTypeDef, DeploymentStreamAndLt>;
|
|
3357
|
+
/** @deprecated use `DeploymentStreamAndLt$Outbound` instead. */
|
|
3358
|
+
type Outbound = DeploymentStreamAndLt$Outbound;
|
|
3359
|
+
}
|
|
3360
|
+
export declare function deploymentStreamAndLtToJSON(deploymentStreamAndLt: DeploymentStreamAndLt): string;
|
|
3361
|
+
export declare function deploymentStreamAndLtFromJSON(jsonString: string): SafeParseResult<DeploymentStreamAndLt, SDKValidationError>;
|
|
3362
|
+
/** @internal */
|
|
3363
|
+
export declare const DeploymentStreamAndGte$inboundSchema: z.ZodType<DeploymentStreamAndGte, z.ZodTypeDef, unknown>;
|
|
3364
|
+
/** @internal */
|
|
3365
|
+
export type DeploymentStreamAndGte$Outbound = {
|
|
3366
|
+
gte: number;
|
|
3367
|
+
};
|
|
3368
|
+
/** @internal */
|
|
3369
|
+
export declare const DeploymentStreamAndGte$outboundSchema: z.ZodType<DeploymentStreamAndGte$Outbound, z.ZodTypeDef, DeploymentStreamAndGte>;
|
|
3370
|
+
/**
|
|
3371
|
+
* @internal
|
|
3372
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3373
|
+
*/
|
|
3374
|
+
export declare namespace DeploymentStreamAndGte$ {
|
|
3375
|
+
/** @deprecated use `DeploymentStreamAndGte$inboundSchema` instead. */
|
|
3376
|
+
const inboundSchema: z.ZodType<DeploymentStreamAndGte, z.ZodTypeDef, unknown>;
|
|
3377
|
+
/** @deprecated use `DeploymentStreamAndGte$outboundSchema` instead. */
|
|
3378
|
+
const outboundSchema: z.ZodType<DeploymentStreamAndGte$Outbound, z.ZodTypeDef, DeploymentStreamAndGte>;
|
|
3379
|
+
/** @deprecated use `DeploymentStreamAndGte$Outbound` instead. */
|
|
3380
|
+
type Outbound = DeploymentStreamAndGte$Outbound;
|
|
3381
|
+
}
|
|
3382
|
+
export declare function deploymentStreamAndGteToJSON(deploymentStreamAndGte: DeploymentStreamAndGte): string;
|
|
3383
|
+
export declare function deploymentStreamAndGteFromJSON(jsonString: string): SafeParseResult<DeploymentStreamAndGte, SDKValidationError>;
|
|
3384
|
+
/** @internal */
|
|
3385
|
+
export declare const DeploymentStreamAnd3$inboundSchema: z.ZodType<DeploymentStreamAnd3, z.ZodTypeDef, unknown>;
|
|
3386
|
+
/** @internal */
|
|
3387
|
+
export type DeploymentStreamAnd3$Outbound = {
|
|
3388
|
+
gt: number;
|
|
3389
|
+
};
|
|
3390
|
+
/** @internal */
|
|
3391
|
+
export declare const DeploymentStreamAnd3$outboundSchema: z.ZodType<DeploymentStreamAnd3$Outbound, z.ZodTypeDef, DeploymentStreamAnd3>;
|
|
3392
|
+
/**
|
|
3393
|
+
* @internal
|
|
3394
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3395
|
+
*/
|
|
3396
|
+
export declare namespace DeploymentStreamAnd3$ {
|
|
3397
|
+
/** @deprecated use `DeploymentStreamAnd3$inboundSchema` instead. */
|
|
3398
|
+
const inboundSchema: z.ZodType<DeploymentStreamAnd3, z.ZodTypeDef, unknown>;
|
|
3399
|
+
/** @deprecated use `DeploymentStreamAnd3$outboundSchema` instead. */
|
|
3400
|
+
const outboundSchema: z.ZodType<DeploymentStreamAnd3$Outbound, z.ZodTypeDef, DeploymentStreamAnd3>;
|
|
3401
|
+
/** @deprecated use `DeploymentStreamAnd3$Outbound` instead. */
|
|
3402
|
+
type Outbound = DeploymentStreamAnd3$Outbound;
|
|
3403
|
+
}
|
|
3404
|
+
export declare function deploymentStreamAnd3ToJSON(deploymentStreamAnd3: DeploymentStreamAnd3): string;
|
|
3405
|
+
export declare function deploymentStreamAnd3FromJSON(jsonString: string): SafeParseResult<DeploymentStreamAnd3, SDKValidationError>;
|
|
3406
|
+
/** @internal */
|
|
3407
|
+
export declare const DeploymentStreamAndDeploymentsNe$inboundSchema: z.ZodType<DeploymentStreamAndDeploymentsNe, z.ZodTypeDef, unknown>;
|
|
3408
|
+
/** @internal */
|
|
3409
|
+
export type DeploymentStreamAndDeploymentsNe$Outbound = string | number | boolean;
|
|
3410
|
+
/** @internal */
|
|
3411
|
+
export declare const DeploymentStreamAndDeploymentsNe$outboundSchema: z.ZodType<DeploymentStreamAndDeploymentsNe$Outbound, z.ZodTypeDef, DeploymentStreamAndDeploymentsNe>;
|
|
3412
|
+
/**
|
|
3413
|
+
* @internal
|
|
3414
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3415
|
+
*/
|
|
3416
|
+
export declare namespace DeploymentStreamAndDeploymentsNe$ {
|
|
3417
|
+
/** @deprecated use `DeploymentStreamAndDeploymentsNe$inboundSchema` instead. */
|
|
3418
|
+
const inboundSchema: z.ZodType<DeploymentStreamAndDeploymentsNe, z.ZodTypeDef, unknown>;
|
|
3419
|
+
/** @deprecated use `DeploymentStreamAndDeploymentsNe$outboundSchema` instead. */
|
|
3420
|
+
const outboundSchema: z.ZodType<DeploymentStreamAndDeploymentsNe$Outbound, z.ZodTypeDef, DeploymentStreamAndDeploymentsNe>;
|
|
3421
|
+
/** @deprecated use `DeploymentStreamAndDeploymentsNe$Outbound` instead. */
|
|
3422
|
+
type Outbound = DeploymentStreamAndDeploymentsNe$Outbound;
|
|
3423
|
+
}
|
|
3424
|
+
export declare function deploymentStreamAndDeploymentsNeToJSON(deploymentStreamAndDeploymentsNe: DeploymentStreamAndDeploymentsNe): string;
|
|
3425
|
+
export declare function deploymentStreamAndDeploymentsNeFromJSON(jsonString: string): SafeParseResult<DeploymentStreamAndDeploymentsNe, SDKValidationError>;
|
|
3426
|
+
/** @internal */
|
|
3427
|
+
export declare const DeploymentStreamAndNe$inboundSchema: z.ZodType<DeploymentStreamAndNe, z.ZodTypeDef, unknown>;
|
|
3428
|
+
/** @internal */
|
|
3429
|
+
export type DeploymentStreamAndNe$Outbound = {
|
|
3430
|
+
ne: string | number | boolean;
|
|
3431
|
+
};
|
|
3432
|
+
/** @internal */
|
|
3433
|
+
export declare const DeploymentStreamAndNe$outboundSchema: z.ZodType<DeploymentStreamAndNe$Outbound, z.ZodTypeDef, DeploymentStreamAndNe>;
|
|
3434
|
+
/**
|
|
3435
|
+
* @internal
|
|
3436
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3437
|
+
*/
|
|
3438
|
+
export declare namespace DeploymentStreamAndNe$ {
|
|
3439
|
+
/** @deprecated use `DeploymentStreamAndNe$inboundSchema` instead. */
|
|
3440
|
+
const inboundSchema: z.ZodType<DeploymentStreamAndNe, z.ZodTypeDef, unknown>;
|
|
3441
|
+
/** @deprecated use `DeploymentStreamAndNe$outboundSchema` instead. */
|
|
3442
|
+
const outboundSchema: z.ZodType<DeploymentStreamAndNe$Outbound, z.ZodTypeDef, DeploymentStreamAndNe>;
|
|
3443
|
+
/** @deprecated use `DeploymentStreamAndNe$Outbound` instead. */
|
|
3444
|
+
type Outbound = DeploymentStreamAndNe$Outbound;
|
|
3445
|
+
}
|
|
3446
|
+
export declare function deploymentStreamAndNeToJSON(deploymentStreamAndNe: DeploymentStreamAndNe): string;
|
|
3447
|
+
export declare function deploymentStreamAndNeFromJSON(jsonString: string): SafeParseResult<DeploymentStreamAndNe, SDKValidationError>;
|
|
3448
|
+
/** @internal */
|
|
3449
|
+
export declare const DeploymentStreamAndDeploymentsEq$inboundSchema: z.ZodType<DeploymentStreamAndDeploymentsEq, z.ZodTypeDef, unknown>;
|
|
3450
|
+
/** @internal */
|
|
3451
|
+
export type DeploymentStreamAndDeploymentsEq$Outbound = string | number | boolean;
|
|
3452
|
+
/** @internal */
|
|
3453
|
+
export declare const DeploymentStreamAndDeploymentsEq$outboundSchema: z.ZodType<DeploymentStreamAndDeploymentsEq$Outbound, z.ZodTypeDef, DeploymentStreamAndDeploymentsEq>;
|
|
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 DeploymentStreamAndDeploymentsEq$ {
|
|
3459
|
+
/** @deprecated use `DeploymentStreamAndDeploymentsEq$inboundSchema` instead. */
|
|
3460
|
+
const inboundSchema: z.ZodType<DeploymentStreamAndDeploymentsEq, z.ZodTypeDef, unknown>;
|
|
3461
|
+
/** @deprecated use `DeploymentStreamAndDeploymentsEq$outboundSchema` instead. */
|
|
3462
|
+
const outboundSchema: z.ZodType<DeploymentStreamAndDeploymentsEq$Outbound, z.ZodTypeDef, DeploymentStreamAndDeploymentsEq>;
|
|
3463
|
+
/** @deprecated use `DeploymentStreamAndDeploymentsEq$Outbound` instead. */
|
|
3464
|
+
type Outbound = DeploymentStreamAndDeploymentsEq$Outbound;
|
|
3465
|
+
}
|
|
3466
|
+
export declare function deploymentStreamAndDeploymentsEqToJSON(deploymentStreamAndDeploymentsEq: DeploymentStreamAndDeploymentsEq): string;
|
|
3467
|
+
export declare function deploymentStreamAndDeploymentsEqFromJSON(jsonString: string): SafeParseResult<DeploymentStreamAndDeploymentsEq, SDKValidationError>;
|
|
3468
|
+
/** @internal */
|
|
3469
|
+
export declare const DeploymentStreamAndEq$inboundSchema: z.ZodType<DeploymentStreamAndEq, z.ZodTypeDef, unknown>;
|
|
3470
|
+
/** @internal */
|
|
3471
|
+
export type DeploymentStreamAndEq$Outbound = {
|
|
3472
|
+
eq: string | number | boolean;
|
|
3473
|
+
};
|
|
3474
|
+
/** @internal */
|
|
3475
|
+
export declare const DeploymentStreamAndEq$outboundSchema: z.ZodType<DeploymentStreamAndEq$Outbound, z.ZodTypeDef, DeploymentStreamAndEq>;
|
|
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 DeploymentStreamAndEq$ {
|
|
3481
|
+
/** @deprecated use `DeploymentStreamAndEq$inboundSchema` instead. */
|
|
3482
|
+
const inboundSchema: z.ZodType<DeploymentStreamAndEq, z.ZodTypeDef, unknown>;
|
|
3483
|
+
/** @deprecated use `DeploymentStreamAndEq$outboundSchema` instead. */
|
|
3484
|
+
const outboundSchema: z.ZodType<DeploymentStreamAndEq$Outbound, z.ZodTypeDef, DeploymentStreamAndEq>;
|
|
3485
|
+
/** @deprecated use `DeploymentStreamAndEq$Outbound` instead. */
|
|
3486
|
+
type Outbound = DeploymentStreamAndEq$Outbound;
|
|
3487
|
+
}
|
|
3488
|
+
export declare function deploymentStreamAndEqToJSON(deploymentStreamAndEq: DeploymentStreamAndEq): string;
|
|
3489
|
+
export declare function deploymentStreamAndEqFromJSON(jsonString: string): SafeParseResult<DeploymentStreamAndEq, SDKValidationError>;
|
|
3490
|
+
/** @internal */
|
|
3491
|
+
export declare const DeploymentStreamKnowledgeFilterDeploymentsAnd$inboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterDeploymentsAnd, z.ZodTypeDef, unknown>;
|
|
3492
|
+
/** @internal */
|
|
3493
|
+
export type DeploymentStreamKnowledgeFilterDeploymentsAnd$Outbound = DeploymentStreamAndEq$Outbound | DeploymentStreamAndNe$Outbound | DeploymentStreamAnd3$Outbound | DeploymentStreamAndGte$Outbound | DeploymentStreamAndLt$Outbound | DeploymentStreamAndLte$Outbound | DeploymentStreamAndIn$Outbound | DeploymentStreamAndNin$Outbound | DeploymentStreamAndExists$Outbound;
|
|
3494
|
+
/** @internal */
|
|
3495
|
+
export declare const DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterDeploymentsAnd$Outbound, z.ZodTypeDef, DeploymentStreamKnowledgeFilterDeploymentsAnd>;
|
|
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 DeploymentStreamKnowledgeFilterDeploymentsAnd$ {
|
|
3501
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilterDeploymentsAnd$inboundSchema` instead. */
|
|
3502
|
+
const inboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterDeploymentsAnd, z.ZodTypeDef, unknown>;
|
|
3503
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema` instead. */
|
|
3504
|
+
const outboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterDeploymentsAnd$Outbound, z.ZodTypeDef, DeploymentStreamKnowledgeFilterDeploymentsAnd>;
|
|
3505
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilterDeploymentsAnd$Outbound` instead. */
|
|
3506
|
+
type Outbound = DeploymentStreamKnowledgeFilterDeploymentsAnd$Outbound;
|
|
3507
|
+
}
|
|
3508
|
+
export declare function deploymentStreamKnowledgeFilterDeploymentsAndToJSON(deploymentStreamKnowledgeFilterDeploymentsAnd: DeploymentStreamKnowledgeFilterDeploymentsAnd): string;
|
|
3509
|
+
export declare function deploymentStreamKnowledgeFilterDeploymentsAndFromJSON(jsonString: string): SafeParseResult<DeploymentStreamKnowledgeFilterDeploymentsAnd, SDKValidationError>;
|
|
3510
|
+
/** @internal */
|
|
3511
|
+
export declare const DeploymentStreamKnowledgeFilterAnd$inboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterAnd, z.ZodTypeDef, unknown>;
|
|
3512
|
+
/** @internal */
|
|
3513
|
+
export type DeploymentStreamKnowledgeFilterAnd$Outbound = {
|
|
3514
|
+
and: Array<{
|
|
3515
|
+
[k: string]: DeploymentStreamAndEq$Outbound | DeploymentStreamAndNe$Outbound | DeploymentStreamAnd3$Outbound | DeploymentStreamAndGte$Outbound | DeploymentStreamAndLt$Outbound | DeploymentStreamAndLte$Outbound | DeploymentStreamAndIn$Outbound | DeploymentStreamAndNin$Outbound | DeploymentStreamAndExists$Outbound;
|
|
3516
|
+
}>;
|
|
3517
|
+
};
|
|
3518
|
+
/** @internal */
|
|
3519
|
+
export declare const DeploymentStreamKnowledgeFilterAnd$outboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterAnd$Outbound, z.ZodTypeDef, DeploymentStreamKnowledgeFilterAnd>;
|
|
3520
|
+
/**
|
|
3521
|
+
* @internal
|
|
3522
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3523
|
+
*/
|
|
3524
|
+
export declare namespace DeploymentStreamKnowledgeFilterAnd$ {
|
|
3525
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilterAnd$inboundSchema` instead. */
|
|
3526
|
+
const inboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterAnd, z.ZodTypeDef, unknown>;
|
|
3527
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilterAnd$outboundSchema` instead. */
|
|
3528
|
+
const outboundSchema: z.ZodType<DeploymentStreamKnowledgeFilterAnd$Outbound, z.ZodTypeDef, DeploymentStreamKnowledgeFilterAnd>;
|
|
3529
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilterAnd$Outbound` instead. */
|
|
3530
|
+
type Outbound = DeploymentStreamKnowledgeFilterAnd$Outbound;
|
|
3531
|
+
}
|
|
3532
|
+
export declare function deploymentStreamKnowledgeFilterAndToJSON(deploymentStreamKnowledgeFilterAnd: DeploymentStreamKnowledgeFilterAnd): string;
|
|
3533
|
+
export declare function deploymentStreamKnowledgeFilterAndFromJSON(jsonString: string): SafeParseResult<DeploymentStreamKnowledgeFilterAnd, SDKValidationError>;
|
|
3534
|
+
/** @internal */
|
|
3535
|
+
export declare const OneExists$inboundSchema: z.ZodType<OneExists, z.ZodTypeDef, unknown>;
|
|
3536
|
+
/** @internal */
|
|
3537
|
+
export type OneExists$Outbound = {
|
|
3538
|
+
exists: boolean;
|
|
3539
|
+
};
|
|
3540
|
+
/** @internal */
|
|
3541
|
+
export declare const OneExists$outboundSchema: z.ZodType<OneExists$Outbound, z.ZodTypeDef, OneExists>;
|
|
3542
|
+
/**
|
|
3543
|
+
* @internal
|
|
3544
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3545
|
+
*/
|
|
3546
|
+
export declare namespace OneExists$ {
|
|
3547
|
+
/** @deprecated use `OneExists$inboundSchema` instead. */
|
|
3548
|
+
const inboundSchema: z.ZodType<OneExists, z.ZodTypeDef, unknown>;
|
|
3549
|
+
/** @deprecated use `OneExists$outboundSchema` instead. */
|
|
3550
|
+
const outboundSchema: z.ZodType<OneExists$Outbound, z.ZodTypeDef, OneExists>;
|
|
3551
|
+
/** @deprecated use `OneExists$Outbound` instead. */
|
|
3552
|
+
type Outbound = OneExists$Outbound;
|
|
3553
|
+
}
|
|
3554
|
+
export declare function oneExistsToJSON(oneExists: OneExists): string;
|
|
3555
|
+
export declare function oneExistsFromJSON(jsonString: string): SafeParseResult<OneExists, SDKValidationError>;
|
|
3556
|
+
/** @internal */
|
|
3557
|
+
export declare const DeploymentStream1DeploymentsNin$inboundSchema: z.ZodType<DeploymentStream1DeploymentsNin, z.ZodTypeDef, unknown>;
|
|
3558
|
+
/** @internal */
|
|
3559
|
+
export type DeploymentStream1DeploymentsNin$Outbound = string | number | boolean;
|
|
3560
|
+
/** @internal */
|
|
3561
|
+
export declare const DeploymentStream1DeploymentsNin$outboundSchema: z.ZodType<DeploymentStream1DeploymentsNin$Outbound, z.ZodTypeDef, DeploymentStream1DeploymentsNin>;
|
|
3562
|
+
/**
|
|
3563
|
+
* @internal
|
|
3564
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3565
|
+
*/
|
|
3566
|
+
export declare namespace DeploymentStream1DeploymentsNin$ {
|
|
3567
|
+
/** @deprecated use `DeploymentStream1DeploymentsNin$inboundSchema` instead. */
|
|
3568
|
+
const inboundSchema: z.ZodType<DeploymentStream1DeploymentsNin, z.ZodTypeDef, unknown>;
|
|
3569
|
+
/** @deprecated use `DeploymentStream1DeploymentsNin$outboundSchema` instead. */
|
|
3570
|
+
const outboundSchema: z.ZodType<DeploymentStream1DeploymentsNin$Outbound, z.ZodTypeDef, DeploymentStream1DeploymentsNin>;
|
|
3571
|
+
/** @deprecated use `DeploymentStream1DeploymentsNin$Outbound` instead. */
|
|
3572
|
+
type Outbound = DeploymentStream1DeploymentsNin$Outbound;
|
|
3573
|
+
}
|
|
3574
|
+
export declare function deploymentStream1DeploymentsNinToJSON(deploymentStream1DeploymentsNin: DeploymentStream1DeploymentsNin): string;
|
|
3575
|
+
export declare function deploymentStream1DeploymentsNinFromJSON(jsonString: string): SafeParseResult<DeploymentStream1DeploymentsNin, SDKValidationError>;
|
|
3576
|
+
/** @internal */
|
|
3577
|
+
export declare const DeploymentStream1Nin$inboundSchema: z.ZodType<DeploymentStream1Nin, z.ZodTypeDef, unknown>;
|
|
3578
|
+
/** @internal */
|
|
3579
|
+
export type DeploymentStream1Nin$Outbound = {
|
|
3580
|
+
nin: Array<string | number | boolean>;
|
|
3581
|
+
};
|
|
3582
|
+
/** @internal */
|
|
3583
|
+
export declare const DeploymentStream1Nin$outboundSchema: z.ZodType<DeploymentStream1Nin$Outbound, z.ZodTypeDef, DeploymentStream1Nin>;
|
|
3584
|
+
/**
|
|
3585
|
+
* @internal
|
|
3586
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3587
|
+
*/
|
|
3588
|
+
export declare namespace DeploymentStream1Nin$ {
|
|
3589
|
+
/** @deprecated use `DeploymentStream1Nin$inboundSchema` instead. */
|
|
3590
|
+
const inboundSchema: z.ZodType<DeploymentStream1Nin, z.ZodTypeDef, unknown>;
|
|
3591
|
+
/** @deprecated use `DeploymentStream1Nin$outboundSchema` instead. */
|
|
3592
|
+
const outboundSchema: z.ZodType<DeploymentStream1Nin$Outbound, z.ZodTypeDef, DeploymentStream1Nin>;
|
|
3593
|
+
/** @deprecated use `DeploymentStream1Nin$Outbound` instead. */
|
|
3594
|
+
type Outbound = DeploymentStream1Nin$Outbound;
|
|
3595
|
+
}
|
|
3596
|
+
export declare function deploymentStream1NinToJSON(deploymentStream1Nin: DeploymentStream1Nin): string;
|
|
3597
|
+
export declare function deploymentStream1NinFromJSON(jsonString: string): SafeParseResult<DeploymentStream1Nin, SDKValidationError>;
|
|
3598
|
+
/** @internal */
|
|
3599
|
+
export declare const DeploymentStream1DeploymentsIn$inboundSchema: z.ZodType<DeploymentStream1DeploymentsIn, z.ZodTypeDef, unknown>;
|
|
3600
|
+
/** @internal */
|
|
3601
|
+
export type DeploymentStream1DeploymentsIn$Outbound = string | number | boolean;
|
|
3602
|
+
/** @internal */
|
|
3603
|
+
export declare const DeploymentStream1DeploymentsIn$outboundSchema: z.ZodType<DeploymentStream1DeploymentsIn$Outbound, z.ZodTypeDef, DeploymentStream1DeploymentsIn>;
|
|
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 DeploymentStream1DeploymentsIn$ {
|
|
3609
|
+
/** @deprecated use `DeploymentStream1DeploymentsIn$inboundSchema` instead. */
|
|
3610
|
+
const inboundSchema: z.ZodType<DeploymentStream1DeploymentsIn, z.ZodTypeDef, unknown>;
|
|
3611
|
+
/** @deprecated use `DeploymentStream1DeploymentsIn$outboundSchema` instead. */
|
|
3612
|
+
const outboundSchema: z.ZodType<DeploymentStream1DeploymentsIn$Outbound, z.ZodTypeDef, DeploymentStream1DeploymentsIn>;
|
|
3613
|
+
/** @deprecated use `DeploymentStream1DeploymentsIn$Outbound` instead. */
|
|
3614
|
+
type Outbound = DeploymentStream1DeploymentsIn$Outbound;
|
|
3615
|
+
}
|
|
3616
|
+
export declare function deploymentStream1DeploymentsInToJSON(deploymentStream1DeploymentsIn: DeploymentStream1DeploymentsIn): string;
|
|
3617
|
+
export declare function deploymentStream1DeploymentsInFromJSON(jsonString: string): SafeParseResult<DeploymentStream1DeploymentsIn, SDKValidationError>;
|
|
3618
|
+
/** @internal */
|
|
3619
|
+
export declare const DeploymentStream1In$inboundSchema: z.ZodType<DeploymentStream1In, z.ZodTypeDef, unknown>;
|
|
3620
|
+
/** @internal */
|
|
3621
|
+
export type DeploymentStream1In$Outbound = {
|
|
3622
|
+
in: Array<string | number | boolean>;
|
|
3623
|
+
};
|
|
3624
|
+
/** @internal */
|
|
3625
|
+
export declare const DeploymentStream1In$outboundSchema: z.ZodType<DeploymentStream1In$Outbound, z.ZodTypeDef, DeploymentStream1In>;
|
|
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 DeploymentStream1In$ {
|
|
3631
|
+
/** @deprecated use `DeploymentStream1In$inboundSchema` instead. */
|
|
3632
|
+
const inboundSchema: z.ZodType<DeploymentStream1In, z.ZodTypeDef, unknown>;
|
|
3633
|
+
/** @deprecated use `DeploymentStream1In$outboundSchema` instead. */
|
|
3634
|
+
const outboundSchema: z.ZodType<DeploymentStream1In$Outbound, z.ZodTypeDef, DeploymentStream1In>;
|
|
3635
|
+
/** @deprecated use `DeploymentStream1In$Outbound` instead. */
|
|
3636
|
+
type Outbound = DeploymentStream1In$Outbound;
|
|
3637
|
+
}
|
|
3638
|
+
export declare function deploymentStream1InToJSON(deploymentStream1In: DeploymentStream1In): string;
|
|
3639
|
+
export declare function deploymentStream1InFromJSON(jsonString: string): SafeParseResult<DeploymentStream1In, SDKValidationError>;
|
|
3640
|
+
/** @internal */
|
|
3641
|
+
export declare const OneLte$inboundSchema: z.ZodType<OneLte, z.ZodTypeDef, unknown>;
|
|
3642
|
+
/** @internal */
|
|
3643
|
+
export type OneLte$Outbound = {
|
|
3644
|
+
lte: number;
|
|
3645
|
+
};
|
|
3646
|
+
/** @internal */
|
|
3647
|
+
export declare const OneLte$outboundSchema: z.ZodType<OneLte$Outbound, z.ZodTypeDef, OneLte>;
|
|
3648
|
+
/**
|
|
3649
|
+
* @internal
|
|
3650
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3651
|
+
*/
|
|
3652
|
+
export declare namespace OneLte$ {
|
|
3653
|
+
/** @deprecated use `OneLte$inboundSchema` instead. */
|
|
3654
|
+
const inboundSchema: z.ZodType<OneLte, z.ZodTypeDef, unknown>;
|
|
3655
|
+
/** @deprecated use `OneLte$outboundSchema` instead. */
|
|
3656
|
+
const outboundSchema: z.ZodType<OneLte$Outbound, z.ZodTypeDef, OneLte>;
|
|
3657
|
+
/** @deprecated use `OneLte$Outbound` instead. */
|
|
3658
|
+
type Outbound = OneLte$Outbound;
|
|
3659
|
+
}
|
|
3660
|
+
export declare function oneLteToJSON(oneLte: OneLte): string;
|
|
3661
|
+
export declare function oneLteFromJSON(jsonString: string): SafeParseResult<OneLte, SDKValidationError>;
|
|
3662
|
+
/** @internal */
|
|
3663
|
+
export declare const OneLt$inboundSchema: z.ZodType<OneLt, z.ZodTypeDef, unknown>;
|
|
3664
|
+
/** @internal */
|
|
3665
|
+
export type OneLt$Outbound = {
|
|
3666
|
+
lt: number;
|
|
3667
|
+
};
|
|
3668
|
+
/** @internal */
|
|
3669
|
+
export declare const OneLt$outboundSchema: z.ZodType<OneLt$Outbound, z.ZodTypeDef, OneLt>;
|
|
3670
|
+
/**
|
|
3671
|
+
* @internal
|
|
3672
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3673
|
+
*/
|
|
3674
|
+
export declare namespace OneLt$ {
|
|
3675
|
+
/** @deprecated use `OneLt$inboundSchema` instead. */
|
|
3676
|
+
const inboundSchema: z.ZodType<OneLt, z.ZodTypeDef, unknown>;
|
|
3677
|
+
/** @deprecated use `OneLt$outboundSchema` instead. */
|
|
3678
|
+
const outboundSchema: z.ZodType<OneLt$Outbound, z.ZodTypeDef, OneLt>;
|
|
3679
|
+
/** @deprecated use `OneLt$Outbound` instead. */
|
|
3680
|
+
type Outbound = OneLt$Outbound;
|
|
3681
|
+
}
|
|
3682
|
+
export declare function oneLtToJSON(oneLt: OneLt): string;
|
|
3683
|
+
export declare function oneLtFromJSON(jsonString: string): SafeParseResult<OneLt, SDKValidationError>;
|
|
3684
|
+
/** @internal */
|
|
3685
|
+
export declare const OneGte$inboundSchema: z.ZodType<OneGte, z.ZodTypeDef, unknown>;
|
|
3686
|
+
/** @internal */
|
|
3687
|
+
export type OneGte$Outbound = {
|
|
3688
|
+
gte: number;
|
|
3689
|
+
};
|
|
3690
|
+
/** @internal */
|
|
3691
|
+
export declare const OneGte$outboundSchema: z.ZodType<OneGte$Outbound, z.ZodTypeDef, OneGte>;
|
|
3692
|
+
/**
|
|
3693
|
+
* @internal
|
|
3694
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3695
|
+
*/
|
|
3696
|
+
export declare namespace OneGte$ {
|
|
3697
|
+
/** @deprecated use `OneGte$inboundSchema` instead. */
|
|
3698
|
+
const inboundSchema: z.ZodType<OneGte, z.ZodTypeDef, unknown>;
|
|
3699
|
+
/** @deprecated use `OneGte$outboundSchema` instead. */
|
|
3700
|
+
const outboundSchema: z.ZodType<OneGte$Outbound, z.ZodTypeDef, OneGte>;
|
|
3701
|
+
/** @deprecated use `OneGte$Outbound` instead. */
|
|
3702
|
+
type Outbound = OneGte$Outbound;
|
|
3703
|
+
}
|
|
3704
|
+
export declare function oneGteToJSON(oneGte: OneGte): string;
|
|
3705
|
+
export declare function oneGteFromJSON(jsonString: string): SafeParseResult<OneGte, SDKValidationError>;
|
|
3706
|
+
/** @internal */
|
|
3707
|
+
export declare const DeploymentStream13$inboundSchema: z.ZodType<DeploymentStream13, z.ZodTypeDef, unknown>;
|
|
3708
|
+
/** @internal */
|
|
3709
|
+
export type DeploymentStream13$Outbound = {
|
|
3710
|
+
gt: number;
|
|
3711
|
+
};
|
|
3712
|
+
/** @internal */
|
|
3713
|
+
export declare const DeploymentStream13$outboundSchema: z.ZodType<DeploymentStream13$Outbound, z.ZodTypeDef, DeploymentStream13>;
|
|
3714
|
+
/**
|
|
3715
|
+
* @internal
|
|
3716
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3717
|
+
*/
|
|
3718
|
+
export declare namespace DeploymentStream13$ {
|
|
3719
|
+
/** @deprecated use `DeploymentStream13$inboundSchema` instead. */
|
|
3720
|
+
const inboundSchema: z.ZodType<DeploymentStream13, z.ZodTypeDef, unknown>;
|
|
3721
|
+
/** @deprecated use `DeploymentStream13$outboundSchema` instead. */
|
|
3722
|
+
const outboundSchema: z.ZodType<DeploymentStream13$Outbound, z.ZodTypeDef, DeploymentStream13>;
|
|
3723
|
+
/** @deprecated use `DeploymentStream13$Outbound` instead. */
|
|
3724
|
+
type Outbound = DeploymentStream13$Outbound;
|
|
3725
|
+
}
|
|
3726
|
+
export declare function deploymentStream13ToJSON(deploymentStream13: DeploymentStream13): string;
|
|
3727
|
+
export declare function deploymentStream13FromJSON(jsonString: string): SafeParseResult<DeploymentStream13, SDKValidationError>;
|
|
3728
|
+
/** @internal */
|
|
3729
|
+
export declare const DeploymentStream1DeploymentsNe$inboundSchema: z.ZodType<DeploymentStream1DeploymentsNe, z.ZodTypeDef, unknown>;
|
|
3730
|
+
/** @internal */
|
|
3731
|
+
export type DeploymentStream1DeploymentsNe$Outbound = string | number | boolean;
|
|
3732
|
+
/** @internal */
|
|
3733
|
+
export declare const DeploymentStream1DeploymentsNe$outboundSchema: z.ZodType<DeploymentStream1DeploymentsNe$Outbound, z.ZodTypeDef, DeploymentStream1DeploymentsNe>;
|
|
3734
|
+
/**
|
|
3735
|
+
* @internal
|
|
3736
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3737
|
+
*/
|
|
3738
|
+
export declare namespace DeploymentStream1DeploymentsNe$ {
|
|
3739
|
+
/** @deprecated use `DeploymentStream1DeploymentsNe$inboundSchema` instead. */
|
|
3740
|
+
const inboundSchema: z.ZodType<DeploymentStream1DeploymentsNe, z.ZodTypeDef, unknown>;
|
|
3741
|
+
/** @deprecated use `DeploymentStream1DeploymentsNe$outboundSchema` instead. */
|
|
3742
|
+
const outboundSchema: z.ZodType<DeploymentStream1DeploymentsNe$Outbound, z.ZodTypeDef, DeploymentStream1DeploymentsNe>;
|
|
3743
|
+
/** @deprecated use `DeploymentStream1DeploymentsNe$Outbound` instead. */
|
|
3744
|
+
type Outbound = DeploymentStream1DeploymentsNe$Outbound;
|
|
3745
|
+
}
|
|
3746
|
+
export declare function deploymentStream1DeploymentsNeToJSON(deploymentStream1DeploymentsNe: DeploymentStream1DeploymentsNe): string;
|
|
3747
|
+
export declare function deploymentStream1DeploymentsNeFromJSON(jsonString: string): SafeParseResult<DeploymentStream1DeploymentsNe, SDKValidationError>;
|
|
3748
|
+
/** @internal */
|
|
3749
|
+
export declare const DeploymentStream1Ne$inboundSchema: z.ZodType<DeploymentStream1Ne, z.ZodTypeDef, unknown>;
|
|
3750
|
+
/** @internal */
|
|
3751
|
+
export type DeploymentStream1Ne$Outbound = {
|
|
3752
|
+
ne: string | number | boolean;
|
|
3753
|
+
};
|
|
3754
|
+
/** @internal */
|
|
3755
|
+
export declare const DeploymentStream1Ne$outboundSchema: z.ZodType<DeploymentStream1Ne$Outbound, z.ZodTypeDef, DeploymentStream1Ne>;
|
|
3756
|
+
/**
|
|
3757
|
+
* @internal
|
|
3758
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3759
|
+
*/
|
|
3760
|
+
export declare namespace DeploymentStream1Ne$ {
|
|
3761
|
+
/** @deprecated use `DeploymentStream1Ne$inboundSchema` instead. */
|
|
3762
|
+
const inboundSchema: z.ZodType<DeploymentStream1Ne, z.ZodTypeDef, unknown>;
|
|
3763
|
+
/** @deprecated use `DeploymentStream1Ne$outboundSchema` instead. */
|
|
3764
|
+
const outboundSchema: z.ZodType<DeploymentStream1Ne$Outbound, z.ZodTypeDef, DeploymentStream1Ne>;
|
|
3765
|
+
/** @deprecated use `DeploymentStream1Ne$Outbound` instead. */
|
|
3766
|
+
type Outbound = DeploymentStream1Ne$Outbound;
|
|
3767
|
+
}
|
|
3768
|
+
export declare function deploymentStream1NeToJSON(deploymentStream1Ne: DeploymentStream1Ne): string;
|
|
3769
|
+
export declare function deploymentStream1NeFromJSON(jsonString: string): SafeParseResult<DeploymentStream1Ne, SDKValidationError>;
|
|
3770
|
+
/** @internal */
|
|
3771
|
+
export declare const DeploymentStream1DeploymentsEq$inboundSchema: z.ZodType<DeploymentStream1DeploymentsEq, z.ZodTypeDef, unknown>;
|
|
3772
|
+
/** @internal */
|
|
3773
|
+
export type DeploymentStream1DeploymentsEq$Outbound = string | number | boolean;
|
|
3774
|
+
/** @internal */
|
|
3775
|
+
export declare const DeploymentStream1DeploymentsEq$outboundSchema: z.ZodType<DeploymentStream1DeploymentsEq$Outbound, z.ZodTypeDef, DeploymentStream1DeploymentsEq>;
|
|
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 DeploymentStream1DeploymentsEq$ {
|
|
3781
|
+
/** @deprecated use `DeploymentStream1DeploymentsEq$inboundSchema` instead. */
|
|
3782
|
+
const inboundSchema: z.ZodType<DeploymentStream1DeploymentsEq, z.ZodTypeDef, unknown>;
|
|
3783
|
+
/** @deprecated use `DeploymentStream1DeploymentsEq$outboundSchema` instead. */
|
|
3784
|
+
const outboundSchema: z.ZodType<DeploymentStream1DeploymentsEq$Outbound, z.ZodTypeDef, DeploymentStream1DeploymentsEq>;
|
|
3785
|
+
/** @deprecated use `DeploymentStream1DeploymentsEq$Outbound` instead. */
|
|
3786
|
+
type Outbound = DeploymentStream1DeploymentsEq$Outbound;
|
|
3787
|
+
}
|
|
3788
|
+
export declare function deploymentStream1DeploymentsEqToJSON(deploymentStream1DeploymentsEq: DeploymentStream1DeploymentsEq): string;
|
|
3789
|
+
export declare function deploymentStream1DeploymentsEqFromJSON(jsonString: string): SafeParseResult<DeploymentStream1DeploymentsEq, SDKValidationError>;
|
|
3790
|
+
/** @internal */
|
|
3791
|
+
export declare const DeploymentStream1Eq$inboundSchema: z.ZodType<DeploymentStream1Eq, z.ZodTypeDef, unknown>;
|
|
3792
|
+
/** @internal */
|
|
3793
|
+
export type DeploymentStream1Eq$Outbound = {
|
|
3794
|
+
eq: string | number | boolean;
|
|
3795
|
+
};
|
|
3796
|
+
/** @internal */
|
|
3797
|
+
export declare const DeploymentStream1Eq$outboundSchema: z.ZodType<DeploymentStream1Eq$Outbound, z.ZodTypeDef, DeploymentStream1Eq>;
|
|
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 DeploymentStream1Eq$ {
|
|
3803
|
+
/** @deprecated use `DeploymentStream1Eq$inboundSchema` instead. */
|
|
3804
|
+
const inboundSchema: z.ZodType<DeploymentStream1Eq, z.ZodTypeDef, unknown>;
|
|
3805
|
+
/** @deprecated use `DeploymentStream1Eq$outboundSchema` instead. */
|
|
3806
|
+
const outboundSchema: z.ZodType<DeploymentStream1Eq$Outbound, z.ZodTypeDef, DeploymentStream1Eq>;
|
|
3807
|
+
/** @deprecated use `DeploymentStream1Eq$Outbound` instead. */
|
|
3808
|
+
type Outbound = DeploymentStream1Eq$Outbound;
|
|
3809
|
+
}
|
|
3810
|
+
export declare function deploymentStream1EqToJSON(deploymentStream1Eq: DeploymentStream1Eq): string;
|
|
3811
|
+
export declare function deploymentStream1EqFromJSON(jsonString: string): SafeParseResult<DeploymentStream1Eq, SDKValidationError>;
|
|
3812
|
+
/** @internal */
|
|
3813
|
+
export declare const DeploymentStreamKnowledgeFilter1$inboundSchema: z.ZodType<DeploymentStreamKnowledgeFilter1, z.ZodTypeDef, unknown>;
|
|
3814
|
+
/** @internal */
|
|
3815
|
+
export type DeploymentStreamKnowledgeFilter1$Outbound = DeploymentStream1Eq$Outbound | DeploymentStream1Ne$Outbound | DeploymentStream13$Outbound | OneGte$Outbound | OneLt$Outbound | OneLte$Outbound | DeploymentStream1In$Outbound | DeploymentStream1Nin$Outbound | OneExists$Outbound;
|
|
3816
|
+
/** @internal */
|
|
3817
|
+
export declare const DeploymentStreamKnowledgeFilter1$outboundSchema: z.ZodType<DeploymentStreamKnowledgeFilter1$Outbound, z.ZodTypeDef, DeploymentStreamKnowledgeFilter1>;
|
|
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 DeploymentStreamKnowledgeFilter1$ {
|
|
3823
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilter1$inboundSchema` instead. */
|
|
3824
|
+
const inboundSchema: z.ZodType<DeploymentStreamKnowledgeFilter1, z.ZodTypeDef, unknown>;
|
|
3825
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilter1$outboundSchema` instead. */
|
|
3826
|
+
const outboundSchema: z.ZodType<DeploymentStreamKnowledgeFilter1$Outbound, z.ZodTypeDef, DeploymentStreamKnowledgeFilter1>;
|
|
3827
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilter1$Outbound` instead. */
|
|
3828
|
+
type Outbound = DeploymentStreamKnowledgeFilter1$Outbound;
|
|
3829
|
+
}
|
|
3830
|
+
export declare function deploymentStreamKnowledgeFilter1ToJSON(deploymentStreamKnowledgeFilter1: DeploymentStreamKnowledgeFilter1): string;
|
|
3831
|
+
export declare function deploymentStreamKnowledgeFilter1FromJSON(jsonString: string): SafeParseResult<DeploymentStreamKnowledgeFilter1, SDKValidationError>;
|
|
3832
|
+
/** @internal */
|
|
3833
|
+
export declare const DeploymentStreamKnowledgeFilter$inboundSchema: z.ZodType<DeploymentStreamKnowledgeFilter, z.ZodTypeDef, unknown>;
|
|
3834
|
+
/** @internal */
|
|
3835
|
+
export type DeploymentStreamKnowledgeFilter$Outbound = DeploymentStreamKnowledgeFilterAnd$Outbound | DeploymentStreamKnowledgeFilterOr$Outbound | {
|
|
3836
|
+
[k: string]: DeploymentStream1Eq$Outbound | DeploymentStream1Ne$Outbound | DeploymentStream13$Outbound | OneGte$Outbound | OneLt$Outbound | OneLte$Outbound | DeploymentStream1In$Outbound | DeploymentStream1Nin$Outbound | OneExists$Outbound;
|
|
3837
|
+
};
|
|
3838
|
+
/** @internal */
|
|
3839
|
+
export declare const DeploymentStreamKnowledgeFilter$outboundSchema: z.ZodType<DeploymentStreamKnowledgeFilter$Outbound, z.ZodTypeDef, DeploymentStreamKnowledgeFilter>;
|
|
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 DeploymentStreamKnowledgeFilter$ {
|
|
3845
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilter$inboundSchema` instead. */
|
|
3846
|
+
const inboundSchema: z.ZodType<DeploymentStreamKnowledgeFilter, z.ZodTypeDef, unknown>;
|
|
3847
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilter$outboundSchema` instead. */
|
|
3848
|
+
const outboundSchema: z.ZodType<DeploymentStreamKnowledgeFilter$Outbound, z.ZodTypeDef, DeploymentStreamKnowledgeFilter>;
|
|
3849
|
+
/** @deprecated use `DeploymentStreamKnowledgeFilter$Outbound` instead. */
|
|
3850
|
+
type Outbound = DeploymentStreamKnowledgeFilter$Outbound;
|
|
3851
|
+
}
|
|
3852
|
+
export declare function deploymentStreamKnowledgeFilterToJSON(deploymentStreamKnowledgeFilter: DeploymentStreamKnowledgeFilter): string;
|
|
3853
|
+
export declare function deploymentStreamKnowledgeFilterFromJSON(jsonString: string): SafeParseResult<DeploymentStreamKnowledgeFilter, SDKValidationError>;
|
|
3854
|
+
/** @internal */
|
|
2695
3855
|
export declare const DeploymentStreamRequestBody$inboundSchema: z.ZodType<DeploymentStreamRequestBody, z.ZodTypeDef, unknown>;
|
|
2696
3856
|
/** @internal */
|
|
2697
3857
|
export type DeploymentStreamRequestBody$Outbound = {
|
|
@@ -2714,6 +3874,9 @@ export type DeploymentStreamRequestBody$Outbound = {
|
|
|
2714
3874
|
documents?: Array<DeploymentStreamDocuments$Outbound> | undefined;
|
|
2715
3875
|
invoke_options?: DeploymentStreamInvokeOptions$Outbound | undefined;
|
|
2716
3876
|
thread?: DeploymentStreamThread$Outbound | undefined;
|
|
3877
|
+
knowledge_filter?: DeploymentStreamKnowledgeFilterAnd$Outbound | DeploymentStreamKnowledgeFilterOr$Outbound | {
|
|
3878
|
+
[k: string]: DeploymentStream1Eq$Outbound | DeploymentStream1Ne$Outbound | DeploymentStream13$Outbound | OneGte$Outbound | OneLt$Outbound | OneLte$Outbound | DeploymentStream1In$Outbound | DeploymentStream1Nin$Outbound | OneExists$Outbound;
|
|
3879
|
+
} | undefined;
|
|
2717
3880
|
};
|
|
2718
3881
|
/** @internal */
|
|
2719
3882
|
export declare const DeploymentStreamRequestBody$outboundSchema: z.ZodType<DeploymentStreamRequestBody$Outbound, z.ZodTypeDef, DeploymentStreamRequestBody>;
|