@orq-ai/node 3.5.13 → 3.6.0-rc.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/bin/mcp-server.js +4828 -608
- package/bin/mcp-server.js.map +44 -35
- package/docs/sdks/datasets/README.md +91 -4
- package/docs/sdks/deployments/README.md +89 -0
- package/docs/sdks/knowledge/README.md +81 -4
- package/docs/sdks/prompts/README.md +4 -4
- package/funcs/datasetsCreateExperiment.d.ts +16 -0
- package/funcs/datasetsCreateExperiment.d.ts.map +1 -0
- package/funcs/datasetsCreateExperiment.js +118 -0
- package/funcs/datasetsCreateExperiment.js.map +1 -0
- package/funcs/deploymentsCreateExperiment.d.ts +16 -0
- package/funcs/deploymentsCreateExperiment.d.ts.map +1 -0
- package/funcs/deploymentsCreateExperiment.js +118 -0
- package/funcs/deploymentsCreateExperiment.js.map +1 -0
- 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 +2 -2
- package/lib/config.js +2 -2
- package/lib/config.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 +7 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/datasetsCreateExperiment.d.ts +8 -0
- package/mcp-server/tools/datasetsCreateExperiment.d.ts.map +1 -0
- package/mcp-server/tools/datasetsCreateExperiment.js +64 -0
- package/mcp-server/tools/datasetsCreateExperiment.js.map +1 -0
- package/mcp-server/tools/deploymentsCreateExperiment.d.ts +8 -0
- package/mcp-server/tools/deploymentsCreateExperiment.d.ts.map +1 -0
- package/mcp-server/tools/deploymentsCreateExperiment.js +64 -0
- package/mcp-server/tools/deploymentsCreateExperiment.js.map +1 -0
- 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 +1442 -67
- package/models/components/deployments.d.ts.map +1 -1
- package/models/components/deployments.js +1881 -126
- package/models/components/deployments.js.map +1 -1
- package/models/operations/bulkcreatedatapoints.js +2 -2
- 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/createdatasetexperiment.d.ts +140 -0
- package/models/operations/createdatasetexperiment.d.ts.map +1 -0
- package/models/operations/createdatasetexperiment.js +188 -0
- package/models/operations/createdatasetexperiment.js.map +1 -0
- package/models/operations/createdatasetitem.js +2 -2
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createdeploymentexperiment.d.ts +152 -0
- package/models/operations/createdeploymentexperiment.d.ts.map +1 -0
- package/models/operations/createdeploymentexperiment.js +189 -0
- package/models/operations/createdeploymentexperiment.js.map +1 -0
- package/models/operations/deploymentcreatemetric.d.ts +240 -28
- package/models/operations/deploymentcreatemetric.d.ts.map +1 -1
- package/models/operations/deploymentcreatemetric.js +236 -29
- package/models/operations/deploymentcreatemetric.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +1428 -53
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +1876 -120
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +34 -4
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +30 -4
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +1425 -50
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +1840 -88
- 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.d.ts +15 -15
- package/models/operations/fileupload.d.ts.map +1 -1
- package/models/operations/fileupload.js +20 -21
- package/models/operations/fileupload.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/index.d.ts +3 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +3 -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.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/retrievedatapoint.js +2 -2
- 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 +1817 -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.js +2 -2
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/package.json +3 -2
- package/sdk/datasets.d.ts +7 -0
- package/sdk/datasets.d.ts.map +1 -1
- package/sdk/datasets.js +10 -0
- package/sdk/datasets.js.map +1 -1
- package/sdk/deployments.d.ts +7 -0
- package/sdk/deployments.d.ts.map +1 -1
- package/sdk/deployments.js +10 -0
- package/sdk/deployments.js.map +1 -1
- 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/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +7 -1
- package/src/models/components/deployments.ts +3655 -165
- package/src/models/operations/bulkcreatedatapoints.ts +2 -2
- 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 +2 -2
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/deploymentcreatemetric.ts +517 -40
- package/src/models/operations/deploymentgetconfig.ts +3656 -118
- package/src/models/operations/deploymentinvoke.ts +64 -8
- package/src/models/operations/deploymentstream.ts +3997 -116
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +37 -34
- package/src/models/operations/getonechunk.ts +55 -5
- package/src/models/operations/index.ts +3 -0
- package/src/models/operations/listchunks.ts +55 -5
- package/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +2 -2
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/updatechunk.ts +65 -35
- package/src/models/operations/updatedatapoint.ts +2 -2
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/sdk/datasets.ts +18 -0
- package/src/sdk/deployments.ts +18 -0
- package/src/sdk/knowledge.ts +18 -0
- package/packages/orq-rc/FUNCTIONS.md +0 -106
- package/packages/orq-rc/README.md +0 -707
- package/packages/orq-rc/RUNTIMES.md +0 -48
- package/packages/orq-rc/docs/sdks/contacts/README.md +0 -84
- package/packages/orq-rc/docs/sdks/datasets/README.md +0 -1027
- package/packages/orq-rc/docs/sdks/deployments/README.md +0 -405
- package/packages/orq-rc/docs/sdks/feedback/README.md +0 -92
- package/packages/orq-rc/docs/sdks/files/README.md +0 -311
- package/packages/orq-rc/docs/sdks/knowledge/README.md +0 -1273
- package/packages/orq-rc/docs/sdks/metrics/README.md +0 -86
- package/packages/orq-rc/docs/sdks/models/README.md +0 -79
- package/packages/orq-rc/docs/sdks/orq/README.md +0 -10
- package/packages/orq-rc/docs/sdks/prompts/README.md +0 -576
- package/packages/orq-rc/docs/sdks/remoteconfigs/README.md +0 -80
- package/packages/orq-rc/jsr.json +0 -28
- package/packages/orq-rc/package-lock.json +0 -3217
- package/packages/orq-rc/package.json +0 -45
- package/packages/orq-rc/src/core.ts +0 -13
- package/packages/orq-rc/src/funcs/contactsCreate.ts +0 -154
- package/packages/orq-rc/src/funcs/datasetsClear.ts +0 -161
- package/packages/orq-rc/src/funcs/datasetsCreate.ts +0 -159
- package/packages/orq-rc/src/funcs/datasetsCreateDatapoint.ts +0 -161
- package/packages/orq-rc/src/funcs/datasetsCreateDatapoints.ts +0 -165
- package/packages/orq-rc/src/funcs/datasetsDelete.ts +0 -161
- package/packages/orq-rc/src/funcs/datasetsDeleteDatapoint.ts +0 -176
- package/packages/orq-rc/src/funcs/datasetsList.ts +0 -161
- package/packages/orq-rc/src/funcs/datasetsListDatapoints.ts +0 -168
- package/packages/orq-rc/src/funcs/datasetsRetrieve.ts +0 -169
- package/packages/orq-rc/src/funcs/datasetsRetrieveDatapoint.ts +0 -175
- package/packages/orq-rc/src/funcs/datasetsUpdate.ts +0 -170
- package/packages/orq-rc/src/funcs/datasetsUpdateDatapoint.ts +0 -173
- package/packages/orq-rc/src/funcs/deploymentsGetConfig.ts +0 -162
- package/packages/orq-rc/src/funcs/deploymentsInvoke.ts +0 -170
- package/packages/orq-rc/src/funcs/deploymentsList.ts +0 -170
- package/packages/orq-rc/src/funcs/deploymentsMetricsCreate.ts +0 -162
- package/packages/orq-rc/src/funcs/deploymentsStream.ts +0 -178
- package/packages/orq-rc/src/funcs/feedbackCreate.ts +0 -154
- package/packages/orq-rc/src/funcs/filesCreate.ts +0 -174
- package/packages/orq-rc/src/funcs/filesDelete.ts +0 -158
- package/packages/orq-rc/src/funcs/filesGet.ts +0 -160
- package/packages/orq-rc/src/funcs/filesList.ts +0 -161
- package/packages/orq-rc/src/funcs/knowledgeCreate.ts +0 -152
- package/packages/orq-rc/src/funcs/knowledgeCreateChunks.ts +0 -165
- package/packages/orq-rc/src/funcs/knowledgeCreateDatasource.ts +0 -160
- package/packages/orq-rc/src/funcs/knowledgeDelete.ts +0 -161
- package/packages/orq-rc/src/funcs/knowledgeDeleteChunk.ts +0 -168
- package/packages/orq-rc/src/funcs/knowledgeDeleteDatasource.ts +0 -167
- package/packages/orq-rc/src/funcs/knowledgeList.ts +0 -163
- package/packages/orq-rc/src/funcs/knowledgeListChunks.ts +0 -172
- package/packages/orq-rc/src/funcs/knowledgeListDatasources.ts +0 -168
- package/packages/orq-rc/src/funcs/knowledgeRetrieve.ts +0 -160
- package/packages/orq-rc/src/funcs/knowledgeRetrieveChunk.ts +0 -167
- package/packages/orq-rc/src/funcs/knowledgeRetrieveDatasource.ts +0 -163
- package/packages/orq-rc/src/funcs/knowledgeUpdate.ts +0 -158
- package/packages/orq-rc/src/funcs/knowledgeUpdateChunk.ts +0 -168
- package/packages/orq-rc/src/funcs/knowledgeUpdateDatasource.ts +0 -164
- package/packages/orq-rc/src/funcs/modelsList.ts +0 -136
- package/packages/orq-rc/src/funcs/promptsCreate.ts +0 -154
- package/packages/orq-rc/src/funcs/promptsDelete.ts +0 -158
- package/packages/orq-rc/src/funcs/promptsGetVersion.ts +0 -175
- package/packages/orq-rc/src/funcs/promptsList.ts +0 -161
- package/packages/orq-rc/src/funcs/promptsListVersions.ts +0 -167
- package/packages/orq-rc/src/funcs/promptsRetrieve.ts +0 -160
- package/packages/orq-rc/src/funcs/promptsUpdate.ts +0 -167
- package/packages/orq-rc/src/funcs/remoteconfigsRetrieve.ts +0 -155
- package/packages/orq-rc/src/hooks/global.ts +0 -44
- package/packages/orq-rc/src/hooks/hooks.ts +0 -132
- package/packages/orq-rc/src/hooks/index.ts +0 -6
- package/packages/orq-rc/src/hooks/registration.ts +0 -15
- package/packages/orq-rc/src/hooks/types.ts +0 -110
- package/packages/orq-rc/src/index.ts +0 -7
- package/packages/orq-rc/src/lib/base64.ts +0 -37
- package/packages/orq-rc/src/lib/config.ts +0 -70
- package/packages/orq-rc/src/lib/dlv.ts +0 -53
- package/packages/orq-rc/src/lib/encodings.ts +0 -483
- package/packages/orq-rc/src/lib/env.ts +0 -73
- package/packages/orq-rc/src/lib/event-streams.ts +0 -264
- package/packages/orq-rc/src/lib/files.ts +0 -40
- package/packages/orq-rc/src/lib/http.ts +0 -323
- package/packages/orq-rc/src/lib/is-plain-object.ts +0 -43
- package/packages/orq-rc/src/lib/logger.ts +0 -9
- package/packages/orq-rc/src/lib/matchers.ts +0 -345
- package/packages/orq-rc/src/lib/primitives.ts +0 -150
- package/packages/orq-rc/src/lib/retries.ts +0 -218
- package/packages/orq-rc/src/lib/schemas.ts +0 -91
- package/packages/orq-rc/src/lib/sdks.ts +0 -401
- package/packages/orq-rc/src/lib/security.ts +0 -261
- package/packages/orq-rc/src/lib/url.ts +0 -33
- package/packages/orq-rc/src/mcp-server/cli/start/command.ts +0 -125
- package/packages/orq-rc/src/mcp-server/cli/start/impl.ts +0 -140
- package/packages/orq-rc/src/mcp-server/cli.ts +0 -13
- package/packages/orq-rc/src/mcp-server/console-logger.ts +0 -71
- package/packages/orq-rc/src/mcp-server/extensions.ts +0 -17
- package/packages/orq-rc/src/mcp-server/mcp-server.ts +0 -26
- package/packages/orq-rc/src/mcp-server/prompts.ts +0 -117
- package/packages/orq-rc/src/mcp-server/resources.ts +0 -172
- package/packages/orq-rc/src/mcp-server/scopes.ts +0 -7
- package/packages/orq-rc/src/mcp-server/server.ts +0 -163
- package/packages/orq-rc/src/mcp-server/shared.ts +0 -75
- package/packages/orq-rc/src/mcp-server/tools/contactsCreate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsClear.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/datasetsCreate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsCreateDatapoint.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsCreateDatapoints.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsDelete.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/datasetsDeleteDatapoint.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/datasetsList.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsListDatapoints.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsRetrieve.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsRetrieveDatapoint.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsUpdate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsUpdateDatapoint.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/deploymentsGetConfig.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/deploymentsInvoke.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/deploymentsList.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/deploymentsMetricsCreate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/deploymentsStream.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/feedbackCreate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/filesCreate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/filesDelete.ts +0 -33
- package/packages/orq-rc/src/mcp-server/tools/filesGet.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/filesList.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/knowledgeCreate.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeCreateChunks.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeCreateDatasource.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeDelete.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeDeleteChunk.ts +0 -33
- package/packages/orq-rc/src/mcp-server/tools/knowledgeDeleteDatasource.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeList.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/knowledgeListChunks.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeListDatasources.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieve.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieveChunk.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieveDatasource.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdate.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdateChunk.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdateDatasource.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/modelsList.ts +0 -30
- package/packages/orq-rc/src/mcp-server/tools/promptsCreate.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/promptsDelete.ts +0 -33
- package/packages/orq-rc/src/mcp-server/tools/promptsGetVersion.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/promptsList.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/promptsListVersions.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/promptsRetrieve.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/promptsUpdate.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/remoteconfigsRetrieve.ts +0 -36
- package/packages/orq-rc/src/mcp-server/tools.ts +0 -129
- package/packages/orq-rc/src/models/components/deployments.ts +0 -7749
- package/packages/orq-rc/src/models/components/index.ts +0 -6
- package/packages/orq-rc/src/models/components/security.ts +0 -71
- package/packages/orq-rc/src/models/errors/apierror.ts +0 -27
- package/packages/orq-rc/src/models/errors/getpromptversion.ts +0 -71
- package/packages/orq-rc/src/models/errors/honoapierror.ts +0 -82
- package/packages/orq-rc/src/models/errors/httpclienterrors.ts +0 -62
- package/packages/orq-rc/src/models/errors/index.ts +0 -10
- package/packages/orq-rc/src/models/errors/sdkvalidationerror.ts +0 -97
- package/packages/orq-rc/src/models/errors/updateprompt.ts +0 -71
- package/packages/orq-rc/src/models/operations/bulkcreatedatapoints.ts +0 -1828
- package/packages/orq-rc/src/models/operations/cleardataset.ts +0 -75
- package/packages/orq-rc/src/models/operations/createchunk.ts +0 -432
- package/packages/orq-rc/src/models/operations/createcontact.ts +0 -256
- package/packages/orq-rc/src/models/operations/createdataset.ts +0 -296
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +0 -1752
- package/packages/orq-rc/src/models/operations/createdatasource.ts +0 -852
- package/packages/orq-rc/src/models/operations/createfeedback.ts +0 -286
- package/packages/orq-rc/src/models/operations/createknowledge.ts +0 -846
- package/packages/orq-rc/src/models/operations/createprompt.ts +0 -3691
- package/packages/orq-rc/src/models/operations/deletechunk.ts +0 -96
- package/packages/orq-rc/src/models/operations/deletedatapoint.ts +0 -81
- package/packages/orq-rc/src/models/operations/deletedataset.ts +0 -75
- package/packages/orq-rc/src/models/operations/deletedatasource.ts +0 -87
- package/packages/orq-rc/src/models/operations/deleteknowledge.ts +0 -78
- package/packages/orq-rc/src/models/operations/deleteprompt.ts +0 -69
- package/packages/orq-rc/src/models/operations/deploymentcreatemetric.ts +0 -5435
- package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +0 -9694
- package/packages/orq-rc/src/models/operations/deploymentinvoke.ts +0 -1255
- package/packages/orq-rc/src/models/operations/deployments.ts +0 -2128
- package/packages/orq-rc/src/models/operations/deploymentstream.ts +0 -9946
- package/packages/orq-rc/src/models/operations/filedelete.ts +0 -78
- package/packages/orq-rc/src/models/operations/fileget.ts +0 -223
- package/packages/orq-rc/src/models/operations/filelist.ts +0 -337
- package/packages/orq-rc/src/models/operations/fileupload.ts +0 -327
- package/packages/orq-rc/src/models/operations/getallprompts.ts +0 -2100
- package/packages/orq-rc/src/models/operations/getonechunk.ts +0 -315
- package/packages/orq-rc/src/models/operations/getoneknowledge.ts +0 -537
- package/packages/orq-rc/src/models/operations/getoneprompt.ts +0 -1966
- package/packages/orq-rc/src/models/operations/getpromptversion.ts +0 -1962
- package/packages/orq-rc/src/models/operations/index.ts +0 -54
- package/packages/orq-rc/src/models/operations/listchunks.ts +0 -494
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +0 -1077
- package/packages/orq-rc/src/models/operations/listdatasets.ts +0 -406
- package/packages/orq-rc/src/models/operations/listdatasources.ts +0 -447
- package/packages/orq-rc/src/models/operations/listknowledgebases.ts +0 -663
- package/packages/orq-rc/src/models/operations/listmodels.ts +0 -273
- package/packages/orq-rc/src/models/operations/listpromptversions.ts +0 -2096
- package/packages/orq-rc/src/models/operations/remoteconfigsgetconfig.ts +0 -190
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +0 -930
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +0 -288
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +0 -273
- package/packages/orq-rc/src/models/operations/updatechunk.ts +0 -448
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +0 -1741
- package/packages/orq-rc/src/models/operations/updatedataset.ts +0 -393
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +0 -345
- package/packages/orq-rc/src/models/operations/updateknowledge.ts +0 -980
- package/packages/orq-rc/src/models/operations/updateprompt.ts +0 -3873
- package/packages/orq-rc/src/sdk/contacts.ts +0 -27
- package/packages/orq-rc/src/sdk/datasets.ts +0 -240
- package/packages/orq-rc/src/sdk/deployments.ts +0 -107
- package/packages/orq-rc/src/sdk/feedback.ts +0 -27
- package/packages/orq-rc/src/sdk/files.ts +0 -78
- package/packages/orq-rc/src/sdk/index.ts +0 -5
- package/packages/orq-rc/src/sdk/knowledge.ts +0 -264
- package/packages/orq-rc/src/sdk/metrics.ts +0 -27
- package/packages/orq-rc/src/sdk/models.ts +0 -25
- package/packages/orq-rc/src/sdk/prompts.ts +0 -126
- package/packages/orq-rc/src/sdk/remoteconfigs.ts +0 -24
- package/packages/orq-rc/src/sdk/sdk.ts +0 -61
- package/packages/orq-rc/src/types/async.ts +0 -68
- package/packages/orq-rc/src/types/blobs.ts +0 -31
- package/packages/orq-rc/src/types/constdatetime.ts +0 -15
- package/packages/orq-rc/src/types/enums.ts +0 -16
- package/packages/orq-rc/src/types/fp.ts +0 -50
- package/packages/orq-rc/src/types/index.ts +0 -11
- package/packages/orq-rc/src/types/operations.ts +0 -105
- package/packages/orq-rc/src/types/rfcdate.ts +0 -54
- package/packages/orq-rc/src/types/streams.ts +0 -21
- package/packages/orq-rc/tsconfig.json +0 -41
- /package/{packages/orq-rc/src → src}/funcs/datasetsCreateExperiment.ts +0 -0
- /package/{packages/orq-rc/src → src}/funcs/deploymentsCreateExperiment.ts +0 -0
- /package/{packages/orq-rc/src → src}/funcs/knowledgeSearch.ts +0 -0
- /package/{packages/orq-rc/src → src}/mcp-server/tools/datasetsCreateExperiment.ts +0 -0
- /package/{packages/orq-rc/src → src}/mcp-server/tools/deploymentsCreateExperiment.ts +0 -0
- /package/{packages/orq-rc/src → src}/mcp-server/tools/knowledgeSearch.ts +0 -0
- /package/{packages/orq-rc/src → src}/models/operations/createdatasetexperiment.ts +0 -0
- /package/{packages/orq-rc/src → src}/models/operations/createdeploymentexperiment.ts +0 -0
- /package/{packages/orq-rc/src → src}/models/operations/searchknowledge.ts +0 -0
|
@@ -34,18 +34,18 @@ export type ToolMessage = {
|
|
|
34
34
|
/**
|
|
35
35
|
* The type of the content part.
|
|
36
36
|
*/
|
|
37
|
-
export declare const
|
|
37
|
+
export declare const Deployments2PrefixMessages4ContentType: {
|
|
38
38
|
readonly Refusal: "refusal";
|
|
39
39
|
};
|
|
40
40
|
/**
|
|
41
41
|
* The type of the content part.
|
|
42
42
|
*/
|
|
43
|
-
export type
|
|
43
|
+
export type Deployments2PrefixMessages4ContentType = ClosedEnum<typeof Deployments2PrefixMessages4ContentType>;
|
|
44
44
|
export type RefusalContentPart = {
|
|
45
45
|
/**
|
|
46
46
|
* The type of the content part.
|
|
47
47
|
*/
|
|
48
|
-
type:
|
|
48
|
+
type: Deployments2PrefixMessages4ContentType;
|
|
49
49
|
/**
|
|
50
50
|
* The refusal message generated by the model.
|
|
51
51
|
*/
|
|
@@ -54,18 +54,18 @@ export type RefusalContentPart = {
|
|
|
54
54
|
/**
|
|
55
55
|
* The type of the content part.
|
|
56
56
|
*/
|
|
57
|
-
export declare const
|
|
57
|
+
export declare const Deployments2PrefixMessages4Type: {
|
|
58
58
|
readonly Text: "text";
|
|
59
59
|
};
|
|
60
60
|
/**
|
|
61
61
|
* The type of the content part.
|
|
62
62
|
*/
|
|
63
|
-
export type
|
|
63
|
+
export type Deployments2PrefixMessages4Type = ClosedEnum<typeof Deployments2PrefixMessages4Type>;
|
|
64
64
|
export type TextContentPart = {
|
|
65
65
|
/**
|
|
66
66
|
* The type of the content part.
|
|
67
67
|
*/
|
|
68
|
-
type:
|
|
68
|
+
type: Deployments2PrefixMessages4Type;
|
|
69
69
|
/**
|
|
70
70
|
* The text content.
|
|
71
71
|
*/
|
|
@@ -151,6 +151,18 @@ export type AssistantMessage = {
|
|
|
151
151
|
* The tool calls generated by the model, such as function calls.
|
|
152
152
|
*/
|
|
153
153
|
toolCalls?: Array<ToolCalls> | undefined;
|
|
154
|
+
/**
|
|
155
|
+
* Internal thought process of the model
|
|
156
|
+
*/
|
|
157
|
+
reasoning?: string | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* The signature holds a cryptographic token which verifies that the thinking block was generated by the model, and is verified when thinking is part of a multiturn conversation. This value should not be modified and should always be sent to the API when the reasoning is redacted. Currently only supported by `Anthropic`.
|
|
160
|
+
*/
|
|
161
|
+
reasoningSignature?: string | undefined;
|
|
162
|
+
/**
|
|
163
|
+
* Occasionally the model's internal reasoning will be flagged by the safety systems of the provider. When this occurs, the provider will encrypt the reasoning. These redacted reasoning is decrypted when passed back to the API, allowing the model to continue its response without losing context.
|
|
164
|
+
*/
|
|
165
|
+
redactedReasoning?: string | undefined;
|
|
154
166
|
};
|
|
155
167
|
/**
|
|
156
168
|
* The role of the messages author, in this case `user`.
|
|
@@ -162,6 +174,33 @@ export declare const DeploymentsPrefixMessagesRole: {
|
|
|
162
174
|
* The role of the messages author, in this case `user`.
|
|
163
175
|
*/
|
|
164
176
|
export type DeploymentsPrefixMessagesRole = ClosedEnum<typeof DeploymentsPrefixMessagesRole>;
|
|
177
|
+
/**
|
|
178
|
+
* The type of the content part. Always `file`.
|
|
179
|
+
*/
|
|
180
|
+
export declare const Deployments2PrefixMessagesType: {
|
|
181
|
+
readonly File: "file";
|
|
182
|
+
};
|
|
183
|
+
/**
|
|
184
|
+
* The type of the content part. Always `file`.
|
|
185
|
+
*/
|
|
186
|
+
export type Deployments2PrefixMessagesType = ClosedEnum<typeof Deployments2PrefixMessagesType>;
|
|
187
|
+
export type FileT = {
|
|
188
|
+
/**
|
|
189
|
+
* The base64 encoded file data, used when passing the file to the model as a string.
|
|
190
|
+
*/
|
|
191
|
+
fileData: string;
|
|
192
|
+
/**
|
|
193
|
+
* The name of the file, used when passing the file to the model as a string.
|
|
194
|
+
*/
|
|
195
|
+
filename?: string | undefined;
|
|
196
|
+
};
|
|
197
|
+
export type Four = {
|
|
198
|
+
/**
|
|
199
|
+
* The type of the content part. Always `file`.
|
|
200
|
+
*/
|
|
201
|
+
type: Deployments2PrefixMessagesType;
|
|
202
|
+
file: FileT;
|
|
203
|
+
};
|
|
165
204
|
export declare const Deployments2Type: {
|
|
166
205
|
readonly InputAudio: "input_audio";
|
|
167
206
|
};
|
|
@@ -187,7 +226,7 @@ export type InputAudio = {
|
|
|
187
226
|
*/
|
|
188
227
|
format: Format;
|
|
189
228
|
};
|
|
190
|
-
export type
|
|
229
|
+
export type Deployments23 = {
|
|
191
230
|
type: Deployments2Type;
|
|
192
231
|
inputAudio: InputAudio;
|
|
193
232
|
};
|
|
@@ -225,15 +264,15 @@ export declare const Deployments2PrefixMessages3Type: {
|
|
|
225
264
|
readonly Text: "text";
|
|
226
265
|
};
|
|
227
266
|
export type Deployments2PrefixMessages3Type = ClosedEnum<typeof Deployments2PrefixMessages3Type>;
|
|
228
|
-
export type
|
|
267
|
+
export type Deployments21 = {
|
|
229
268
|
type: Deployments2PrefixMessages3Type;
|
|
230
269
|
text: string;
|
|
231
270
|
};
|
|
232
|
-
export type Two =
|
|
271
|
+
export type Two = Deployments21 | Two2 | Deployments23 | Four;
|
|
233
272
|
/**
|
|
234
273
|
* The contents of the user message.
|
|
235
274
|
*/
|
|
236
|
-
export type Content = string | Array<
|
|
275
|
+
export type Content = string | Array<Deployments21 | Two2 | Deployments23 | Four>;
|
|
237
276
|
export type UserMessage = {
|
|
238
277
|
/**
|
|
239
278
|
* The role of the messages author, in this case `user`.
|
|
@@ -246,7 +285,7 @@ export type UserMessage = {
|
|
|
246
285
|
/**
|
|
247
286
|
* The contents of the user message.
|
|
248
287
|
*/
|
|
249
|
-
content: string | Array<
|
|
288
|
+
content: string | Array<Deployments21 | Two2 | Deployments23 | Four>;
|
|
250
289
|
};
|
|
251
290
|
/**
|
|
252
291
|
* The role of the messages author, in this case `system`.
|
|
@@ -445,6 +484,18 @@ export type MessagesAssistantMessage = {
|
|
|
445
484
|
* The tool calls generated by the model, such as function calls.
|
|
446
485
|
*/
|
|
447
486
|
toolCalls?: Array<MessagesToolCalls> | undefined;
|
|
487
|
+
/**
|
|
488
|
+
* Internal thought process of the model
|
|
489
|
+
*/
|
|
490
|
+
reasoning?: string | undefined;
|
|
491
|
+
/**
|
|
492
|
+
* The signature holds a cryptographic token which verifies that the thinking block was generated by the model, and is verified when thinking is part of a multiturn conversation. This value should not be modified and should always be sent to the API when the reasoning is redacted. Currently only supported by `Anthropic`.
|
|
493
|
+
*/
|
|
494
|
+
reasoningSignature?: string | undefined;
|
|
495
|
+
/**
|
|
496
|
+
* Occasionally the model's internal reasoning will be flagged by the safety systems of the provider. When this occurs, the provider will encrypt the reasoning. These redacted reasoning is decrypted when passed back to the API, allowing the model to continue its response without losing context.
|
|
497
|
+
*/
|
|
498
|
+
redactedReasoning?: string | undefined;
|
|
448
499
|
};
|
|
449
500
|
/**
|
|
450
501
|
* The role of the messages author, in this case `user`.
|
|
@@ -456,6 +507,33 @@ export declare const DeploymentsMessages3Role: {
|
|
|
456
507
|
* The role of the messages author, in this case `user`.
|
|
457
508
|
*/
|
|
458
509
|
export type DeploymentsMessages3Role = ClosedEnum<typeof DeploymentsMessages3Role>;
|
|
510
|
+
/**
|
|
511
|
+
* The type of the content part. Always `file`.
|
|
512
|
+
*/
|
|
513
|
+
export declare const Deployments2Messages3Content4Type: {
|
|
514
|
+
readonly File: "file";
|
|
515
|
+
};
|
|
516
|
+
/**
|
|
517
|
+
* The type of the content part. Always `file`.
|
|
518
|
+
*/
|
|
519
|
+
export type Deployments2Messages3Content4Type = ClosedEnum<typeof Deployments2Messages3Content4Type>;
|
|
520
|
+
export type TwoFile = {
|
|
521
|
+
/**
|
|
522
|
+
* The base64 encoded file data, used when passing the file to the model as a string.
|
|
523
|
+
*/
|
|
524
|
+
fileData: string;
|
|
525
|
+
/**
|
|
526
|
+
* The name of the file, used when passing the file to the model as a string.
|
|
527
|
+
*/
|
|
528
|
+
filename?: string | undefined;
|
|
529
|
+
};
|
|
530
|
+
export type Two4 = {
|
|
531
|
+
/**
|
|
532
|
+
* The type of the content part. Always `file`.
|
|
533
|
+
*/
|
|
534
|
+
type: Deployments2Messages3Content4Type;
|
|
535
|
+
file: TwoFile;
|
|
536
|
+
};
|
|
459
537
|
export declare const Deployments2Messages3ContentType: {
|
|
460
538
|
readonly InputAudio: "input_audio";
|
|
461
539
|
};
|
|
@@ -523,11 +601,11 @@ export type Two1 = {
|
|
|
523
601
|
type: Deployments2MessagesType;
|
|
524
602
|
text: string;
|
|
525
603
|
};
|
|
526
|
-
export type DeploymentsContent2 = Two1 | Deployments22 | Two3;
|
|
604
|
+
export type DeploymentsContent2 = Two1 | Deployments22 | Two3 | Two4;
|
|
527
605
|
/**
|
|
528
606
|
* The contents of the user message.
|
|
529
607
|
*/
|
|
530
|
-
export type MessagesContent = string | Array<Two1 | Deployments22 | Two3>;
|
|
608
|
+
export type MessagesContent = string | Array<Two1 | Deployments22 | Two3 | Two4>;
|
|
531
609
|
export type MessagesUserMessage = {
|
|
532
610
|
/**
|
|
533
611
|
* The role of the messages author, in this case `user`.
|
|
@@ -540,7 +618,7 @@ export type MessagesUserMessage = {
|
|
|
540
618
|
/**
|
|
541
619
|
* The contents of the user message.
|
|
542
620
|
*/
|
|
543
|
-
content: string | Array<Two1 | Deployments22 | Two3>;
|
|
621
|
+
content: string | Array<Two1 | Deployments22 | Two3 | Two4>;
|
|
544
622
|
};
|
|
545
623
|
/**
|
|
546
624
|
* The role of the messages author, in this case `system`.
|
|
@@ -638,6 +716,196 @@ export type Thread = {
|
|
|
638
716
|
*/
|
|
639
717
|
tags?: Array<string> | undefined;
|
|
640
718
|
};
|
|
719
|
+
/**
|
|
720
|
+
* Exists
|
|
721
|
+
*/
|
|
722
|
+
export type DollarOrDollarExists = {
|
|
723
|
+
dollarExists: boolean;
|
|
724
|
+
};
|
|
725
|
+
export type DollarOrDollarNin = string | number | boolean;
|
|
726
|
+
/**
|
|
727
|
+
* Not in
|
|
728
|
+
*/
|
|
729
|
+
export type DeploymentsDollarOrDollarNin = {
|
|
730
|
+
dollarNin: Array<string | number | boolean>;
|
|
731
|
+
};
|
|
732
|
+
export type DollarOrDollarIn = string | number | boolean;
|
|
733
|
+
/**
|
|
734
|
+
* In
|
|
735
|
+
*/
|
|
736
|
+
export type DeploymentsDollarOrDollarIn = {
|
|
737
|
+
dollarIn: Array<string | number | boolean>;
|
|
738
|
+
};
|
|
739
|
+
/**
|
|
740
|
+
* Less than or equal to
|
|
741
|
+
*/
|
|
742
|
+
export type DollarOrDollarLte = {
|
|
743
|
+
dollarLte: number;
|
|
744
|
+
};
|
|
745
|
+
/**
|
|
746
|
+
* Less than
|
|
747
|
+
*/
|
|
748
|
+
export type DollarOrDollarLt = {
|
|
749
|
+
dollarLt: number;
|
|
750
|
+
};
|
|
751
|
+
/**
|
|
752
|
+
* Greater than or equal to
|
|
753
|
+
*/
|
|
754
|
+
export type DollarOrDollarGte = {
|
|
755
|
+
dollarGte: number;
|
|
756
|
+
};
|
|
757
|
+
export type DollarOr3 = {
|
|
758
|
+
dollarGt: number;
|
|
759
|
+
};
|
|
760
|
+
export type DollarOrDollarNe = string | number | boolean;
|
|
761
|
+
/**
|
|
762
|
+
* Not equal to
|
|
763
|
+
*/
|
|
764
|
+
export type DeploymentsDollarOrDollarNe = {
|
|
765
|
+
dollarNe: string | number | boolean;
|
|
766
|
+
};
|
|
767
|
+
export type DollarOrDollarEq = string | number | boolean;
|
|
768
|
+
/**
|
|
769
|
+
* Equal to
|
|
770
|
+
*/
|
|
771
|
+
export type DeploymentsDollarOrDollarEq = {
|
|
772
|
+
dollarEq: string | number | boolean;
|
|
773
|
+
};
|
|
774
|
+
export type DollarOr = DeploymentsDollarOrDollarEq | DeploymentsDollarOrDollarNe | DollarOr3 | DollarOrDollarGte | DollarOrDollarLt | DollarOrDollarLte | DeploymentsDollarOrDollarIn | DeploymentsDollarOrDollarNin | DollarOrDollarExists;
|
|
775
|
+
/**
|
|
776
|
+
* Or
|
|
777
|
+
*/
|
|
778
|
+
export type KnowledgeFilterDollarOr = {
|
|
779
|
+
dollarOr: Array<{
|
|
780
|
+
[k: string]: DeploymentsDollarOrDollarEq | DeploymentsDollarOrDollarNe | DollarOr3 | DollarOrDollarGte | DollarOrDollarLt | DollarOrDollarLte | DeploymentsDollarOrDollarIn | DeploymentsDollarOrDollarNin | DollarOrDollarExists;
|
|
781
|
+
}>;
|
|
782
|
+
};
|
|
783
|
+
/**
|
|
784
|
+
* Exists
|
|
785
|
+
*/
|
|
786
|
+
export type DollarAndDollarExists = {
|
|
787
|
+
dollarExists: boolean;
|
|
788
|
+
};
|
|
789
|
+
export type DollarAndDollarNin = string | number | boolean;
|
|
790
|
+
/**
|
|
791
|
+
* Not in
|
|
792
|
+
*/
|
|
793
|
+
export type DeploymentsDollarAndDollarNin = {
|
|
794
|
+
dollarNin: Array<string | number | boolean>;
|
|
795
|
+
};
|
|
796
|
+
export type DollarAndDollarIn = string | number | boolean;
|
|
797
|
+
/**
|
|
798
|
+
* In
|
|
799
|
+
*/
|
|
800
|
+
export type DeploymentsDollarAndDollarIn = {
|
|
801
|
+
dollarIn: Array<string | number | boolean>;
|
|
802
|
+
};
|
|
803
|
+
/**
|
|
804
|
+
* Less than or equal to
|
|
805
|
+
*/
|
|
806
|
+
export type DollarAndDollarLte = {
|
|
807
|
+
dollarLte: number;
|
|
808
|
+
};
|
|
809
|
+
/**
|
|
810
|
+
* Less than
|
|
811
|
+
*/
|
|
812
|
+
export type DollarAndDollarLt = {
|
|
813
|
+
dollarLt: number;
|
|
814
|
+
};
|
|
815
|
+
/**
|
|
816
|
+
* Greater than or equal to
|
|
817
|
+
*/
|
|
818
|
+
export type DollarAndDollarGte = {
|
|
819
|
+
dollarGte: number;
|
|
820
|
+
};
|
|
821
|
+
export type DollarAnd3 = {
|
|
822
|
+
dollarGt: number;
|
|
823
|
+
};
|
|
824
|
+
export type DollarAndDollarNe = string | number | boolean;
|
|
825
|
+
/**
|
|
826
|
+
* Not equal to
|
|
827
|
+
*/
|
|
828
|
+
export type DeploymentsDollarAndDollarNe = {
|
|
829
|
+
dollarNe: string | number | boolean;
|
|
830
|
+
};
|
|
831
|
+
export type DollarAndDollarEq = string | number | boolean;
|
|
832
|
+
/**
|
|
833
|
+
* Equal to
|
|
834
|
+
*/
|
|
835
|
+
export type DeploymentsDollarAndDollarEq = {
|
|
836
|
+
dollarEq: string | number | boolean;
|
|
837
|
+
};
|
|
838
|
+
export type DollarAnd = DeploymentsDollarAndDollarEq | DeploymentsDollarAndDollarNe | DollarAnd3 | DollarAndDollarGte | DollarAndDollarLt | DollarAndDollarLte | DeploymentsDollarAndDollarIn | DeploymentsDollarAndDollarNin | DollarAndDollarExists;
|
|
839
|
+
/**
|
|
840
|
+
* And
|
|
841
|
+
*/
|
|
842
|
+
export type KnowledgeFilterDollarAnd = {
|
|
843
|
+
dollarAnd: Array<{
|
|
844
|
+
[k: string]: DeploymentsDollarAndDollarEq | DeploymentsDollarAndDollarNe | DollarAnd3 | DollarAndDollarGte | DollarAndDollarLt | DollarAndDollarLte | DeploymentsDollarAndDollarIn | DeploymentsDollarAndDollarNin | DollarAndDollarExists;
|
|
845
|
+
}>;
|
|
846
|
+
};
|
|
847
|
+
/**
|
|
848
|
+
* Exists
|
|
849
|
+
*/
|
|
850
|
+
export type DollarExists = {
|
|
851
|
+
dollarExists: boolean;
|
|
852
|
+
};
|
|
853
|
+
export type DollarNin = string | number | boolean;
|
|
854
|
+
/**
|
|
855
|
+
* Not in
|
|
856
|
+
*/
|
|
857
|
+
export type OneDollarNin = {
|
|
858
|
+
dollarNin: Array<string | number | boolean>;
|
|
859
|
+
};
|
|
860
|
+
export type DollarIn = string | number | boolean;
|
|
861
|
+
/**
|
|
862
|
+
* In
|
|
863
|
+
*/
|
|
864
|
+
export type OneDollarIn = {
|
|
865
|
+
dollarIn: Array<string | number | boolean>;
|
|
866
|
+
};
|
|
867
|
+
/**
|
|
868
|
+
* Less than or equal to
|
|
869
|
+
*/
|
|
870
|
+
export type DollarLte = {
|
|
871
|
+
dollarLte: number;
|
|
872
|
+
};
|
|
873
|
+
/**
|
|
874
|
+
* Less than
|
|
875
|
+
*/
|
|
876
|
+
export type DollarLt = {
|
|
877
|
+
dollarLt: number;
|
|
878
|
+
};
|
|
879
|
+
/**
|
|
880
|
+
* Greater than or equal to
|
|
881
|
+
*/
|
|
882
|
+
export type DollarGte = {
|
|
883
|
+
dollarGte: number;
|
|
884
|
+
};
|
|
885
|
+
export type Three = {
|
|
886
|
+
dollarGt: number;
|
|
887
|
+
};
|
|
888
|
+
export type DollarNe = string | number | boolean;
|
|
889
|
+
/**
|
|
890
|
+
* Not equal to
|
|
891
|
+
*/
|
|
892
|
+
export type OneDollarNe = {
|
|
893
|
+
dollarNe: string | number | boolean;
|
|
894
|
+
};
|
|
895
|
+
export type DollarEq = string | number | boolean;
|
|
896
|
+
/**
|
|
897
|
+
* Equal to
|
|
898
|
+
*/
|
|
899
|
+
export type OneDollarEq = {
|
|
900
|
+
dollarEq: string | number | boolean;
|
|
901
|
+
};
|
|
902
|
+
export type One = OneDollarEq | OneDollarNe | Three | DollarGte | DollarLt | DollarLte | OneDollarIn | OneDollarNin | DollarExists;
|
|
903
|
+
/**
|
|
904
|
+
* A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
|
|
905
|
+
*/
|
|
906
|
+
export type KnowledgeFilter = KnowledgeFilterDollarAnd | KnowledgeFilterDollarOr | {
|
|
907
|
+
[k: string]: OneDollarEq | OneDollarNe | Three | DollarGte | DollarLt | DollarLte | OneDollarIn | OneDollarNin | DollarExists;
|
|
908
|
+
};
|
|
641
909
|
/**
|
|
642
910
|
* The deployment request payload
|
|
643
911
|
*/
|
|
@@ -653,7 +921,7 @@ export type Deployments = {
|
|
|
653
921
|
[k: string]: string | number | boolean;
|
|
654
922
|
} | undefined;
|
|
655
923
|
/**
|
|
656
|
-
* Key-value pairs that match your data model and fields declared in your
|
|
924
|
+
* Key-value pairs that match your data model and fields declared in your deployment routing configuration
|
|
657
925
|
*/
|
|
658
926
|
context?: {
|
|
659
927
|
[k: string]: any;
|
|
@@ -688,6 +956,12 @@ export type Deployments = {
|
|
|
688
956
|
documents?: Array<Documents> | undefined;
|
|
689
957
|
invokeOptions?: InvokeOptions | undefined;
|
|
690
958
|
thread?: Thread | undefined;
|
|
959
|
+
/**
|
|
960
|
+
* A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
|
|
961
|
+
*/
|
|
962
|
+
knowledgeFilter?: KnowledgeFilterDollarAnd | KnowledgeFilterDollarOr | {
|
|
963
|
+
[k: string]: OneDollarEq | OneDollarNe | Three | DollarGte | DollarLt | DollarLte | OneDollarIn | OneDollarNin | DollarExists;
|
|
964
|
+
} | undefined;
|
|
691
965
|
};
|
|
692
966
|
/** @internal */
|
|
693
967
|
export declare const Inputs$inboundSchema: z.ZodType<Inputs, z.ZodTypeDef, unknown>;
|
|
@@ -772,19 +1046,19 @@ export declare namespace ToolMessage$ {
|
|
|
772
1046
|
export declare function toolMessageToJSON(toolMessage: ToolMessage): string;
|
|
773
1047
|
export declare function toolMessageFromJSON(jsonString: string): SafeParseResult<ToolMessage, SDKValidationError>;
|
|
774
1048
|
/** @internal */
|
|
775
|
-
export declare const
|
|
1049
|
+
export declare const Deployments2PrefixMessages4ContentType$inboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessages4ContentType>;
|
|
776
1050
|
/** @internal */
|
|
777
|
-
export declare const
|
|
1051
|
+
export declare const Deployments2PrefixMessages4ContentType$outboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessages4ContentType>;
|
|
778
1052
|
/**
|
|
779
1053
|
* @internal
|
|
780
1054
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
781
1055
|
*/
|
|
782
|
-
export declare namespace
|
|
783
|
-
/** @deprecated use `
|
|
1056
|
+
export declare namespace Deployments2PrefixMessages4ContentType$ {
|
|
1057
|
+
/** @deprecated use `Deployments2PrefixMessages4ContentType$inboundSchema` instead. */
|
|
784
1058
|
const inboundSchema: z.ZodNativeEnum<{
|
|
785
1059
|
readonly Refusal: "refusal";
|
|
786
1060
|
}>;
|
|
787
|
-
/** @deprecated use `
|
|
1061
|
+
/** @deprecated use `Deployments2PrefixMessages4ContentType$outboundSchema` instead. */
|
|
788
1062
|
const outboundSchema: z.ZodNativeEnum<{
|
|
789
1063
|
readonly Refusal: "refusal";
|
|
790
1064
|
}>;
|
|
@@ -813,19 +1087,19 @@ export declare namespace RefusalContentPart$ {
|
|
|
813
1087
|
export declare function refusalContentPartToJSON(refusalContentPart: RefusalContentPart): string;
|
|
814
1088
|
export declare function refusalContentPartFromJSON(jsonString: string): SafeParseResult<RefusalContentPart, SDKValidationError>;
|
|
815
1089
|
/** @internal */
|
|
816
|
-
export declare const
|
|
1090
|
+
export declare const Deployments2PrefixMessages4Type$inboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessages4Type>;
|
|
817
1091
|
/** @internal */
|
|
818
|
-
export declare const
|
|
1092
|
+
export declare const Deployments2PrefixMessages4Type$outboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessages4Type>;
|
|
819
1093
|
/**
|
|
820
1094
|
* @internal
|
|
821
1095
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
822
1096
|
*/
|
|
823
|
-
export declare namespace
|
|
824
|
-
/** @deprecated use `
|
|
1097
|
+
export declare namespace Deployments2PrefixMessages4Type$ {
|
|
1098
|
+
/** @deprecated use `Deployments2PrefixMessages4Type$inboundSchema` instead. */
|
|
825
1099
|
const inboundSchema: z.ZodNativeEnum<{
|
|
826
1100
|
readonly Text: "text";
|
|
827
1101
|
}>;
|
|
828
|
-
/** @deprecated use `
|
|
1102
|
+
/** @deprecated use `Deployments2PrefixMessages4Type$outboundSchema` instead. */
|
|
829
1103
|
const outboundSchema: z.ZodNativeEnum<{
|
|
830
1104
|
readonly Text: "text";
|
|
831
1105
|
}>;
|
|
@@ -1008,6 +1282,9 @@ export type AssistantMessage$Outbound = {
|
|
|
1008
1282
|
name?: string | undefined;
|
|
1009
1283
|
audio?: Audio$Outbound | null | undefined;
|
|
1010
1284
|
tool_calls?: Array<ToolCalls$Outbound> | undefined;
|
|
1285
|
+
reasoning?: string | undefined;
|
|
1286
|
+
reasoning_signature?: string | undefined;
|
|
1287
|
+
redacted_reasoning?: string | undefined;
|
|
1011
1288
|
};
|
|
1012
1289
|
/** @internal */
|
|
1013
1290
|
export declare const AssistantMessage$outboundSchema: z.ZodType<AssistantMessage$Outbound, z.ZodTypeDef, AssistantMessage>;
|
|
@@ -1044,6 +1321,70 @@ export declare namespace DeploymentsPrefixMessagesRole$ {
|
|
|
1044
1321
|
}>;
|
|
1045
1322
|
}
|
|
1046
1323
|
/** @internal */
|
|
1324
|
+
export declare const Deployments2PrefixMessagesType$inboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessagesType>;
|
|
1325
|
+
/** @internal */
|
|
1326
|
+
export declare const Deployments2PrefixMessagesType$outboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessagesType>;
|
|
1327
|
+
/**
|
|
1328
|
+
* @internal
|
|
1329
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1330
|
+
*/
|
|
1331
|
+
export declare namespace Deployments2PrefixMessagesType$ {
|
|
1332
|
+
/** @deprecated use `Deployments2PrefixMessagesType$inboundSchema` instead. */
|
|
1333
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1334
|
+
readonly File: "file";
|
|
1335
|
+
}>;
|
|
1336
|
+
/** @deprecated use `Deployments2PrefixMessagesType$outboundSchema` instead. */
|
|
1337
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1338
|
+
readonly File: "file";
|
|
1339
|
+
}>;
|
|
1340
|
+
}
|
|
1341
|
+
/** @internal */
|
|
1342
|
+
export declare const FileT$inboundSchema: z.ZodType<FileT, z.ZodTypeDef, unknown>;
|
|
1343
|
+
/** @internal */
|
|
1344
|
+
export type FileT$Outbound = {
|
|
1345
|
+
file_data: string;
|
|
1346
|
+
filename?: string | undefined;
|
|
1347
|
+
};
|
|
1348
|
+
/** @internal */
|
|
1349
|
+
export declare const FileT$outboundSchema: z.ZodType<FileT$Outbound, z.ZodTypeDef, FileT>;
|
|
1350
|
+
/**
|
|
1351
|
+
* @internal
|
|
1352
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1353
|
+
*/
|
|
1354
|
+
export declare namespace FileT$ {
|
|
1355
|
+
/** @deprecated use `FileT$inboundSchema` instead. */
|
|
1356
|
+
const inboundSchema: z.ZodType<FileT, z.ZodTypeDef, unknown>;
|
|
1357
|
+
/** @deprecated use `FileT$outboundSchema` instead. */
|
|
1358
|
+
const outboundSchema: z.ZodType<FileT$Outbound, z.ZodTypeDef, FileT>;
|
|
1359
|
+
/** @deprecated use `FileT$Outbound` instead. */
|
|
1360
|
+
type Outbound = FileT$Outbound;
|
|
1361
|
+
}
|
|
1362
|
+
export declare function fileToJSON(fileT: FileT): string;
|
|
1363
|
+
export declare function fileFromJSON(jsonString: string): SafeParseResult<FileT, SDKValidationError>;
|
|
1364
|
+
/** @internal */
|
|
1365
|
+
export declare const Four$inboundSchema: z.ZodType<Four, z.ZodTypeDef, unknown>;
|
|
1366
|
+
/** @internal */
|
|
1367
|
+
export type Four$Outbound = {
|
|
1368
|
+
type: string;
|
|
1369
|
+
file: FileT$Outbound;
|
|
1370
|
+
};
|
|
1371
|
+
/** @internal */
|
|
1372
|
+
export declare const Four$outboundSchema: z.ZodType<Four$Outbound, z.ZodTypeDef, Four>;
|
|
1373
|
+
/**
|
|
1374
|
+
* @internal
|
|
1375
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1376
|
+
*/
|
|
1377
|
+
export declare namespace Four$ {
|
|
1378
|
+
/** @deprecated use `Four$inboundSchema` instead. */
|
|
1379
|
+
const inboundSchema: z.ZodType<Four, z.ZodTypeDef, unknown>;
|
|
1380
|
+
/** @deprecated use `Four$outboundSchema` instead. */
|
|
1381
|
+
const outboundSchema: z.ZodType<Four$Outbound, z.ZodTypeDef, Four>;
|
|
1382
|
+
/** @deprecated use `Four$Outbound` instead. */
|
|
1383
|
+
type Outbound = Four$Outbound;
|
|
1384
|
+
}
|
|
1385
|
+
export declare function fourToJSON(four: Four): string;
|
|
1386
|
+
export declare function fourFromJSON(jsonString: string): SafeParseResult<Four, SDKValidationError>;
|
|
1387
|
+
/** @internal */
|
|
1047
1388
|
export declare const Deployments2Type$inboundSchema: z.ZodNativeEnum<typeof Deployments2Type>;
|
|
1048
1389
|
/** @internal */
|
|
1049
1390
|
export declare const Deployments2Type$outboundSchema: z.ZodNativeEnum<typeof Deployments2Type>;
|
|
@@ -1105,28 +1446,28 @@ export declare namespace InputAudio$ {
|
|
|
1105
1446
|
export declare function inputAudioToJSON(inputAudio: InputAudio): string;
|
|
1106
1447
|
export declare function inputAudioFromJSON(jsonString: string): SafeParseResult<InputAudio, SDKValidationError>;
|
|
1107
1448
|
/** @internal */
|
|
1108
|
-
export declare const
|
|
1449
|
+
export declare const Deployments23$inboundSchema: z.ZodType<Deployments23, z.ZodTypeDef, unknown>;
|
|
1109
1450
|
/** @internal */
|
|
1110
|
-
export type
|
|
1451
|
+
export type Deployments23$Outbound = {
|
|
1111
1452
|
type: string;
|
|
1112
1453
|
input_audio: InputAudio$Outbound;
|
|
1113
1454
|
};
|
|
1114
1455
|
/** @internal */
|
|
1115
|
-
export declare const
|
|
1456
|
+
export declare const Deployments23$outboundSchema: z.ZodType<Deployments23$Outbound, z.ZodTypeDef, Deployments23>;
|
|
1116
1457
|
/**
|
|
1117
1458
|
* @internal
|
|
1118
1459
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1119
1460
|
*/
|
|
1120
|
-
export declare namespace
|
|
1121
|
-
/** @deprecated use `
|
|
1122
|
-
const inboundSchema: z.ZodType<
|
|
1123
|
-
/** @deprecated use `
|
|
1124
|
-
const outboundSchema: z.ZodType<
|
|
1125
|
-
/** @deprecated use `
|
|
1126
|
-
type Outbound =
|
|
1461
|
+
export declare namespace Deployments23$ {
|
|
1462
|
+
/** @deprecated use `Deployments23$inboundSchema` instead. */
|
|
1463
|
+
const inboundSchema: z.ZodType<Deployments23, z.ZodTypeDef, unknown>;
|
|
1464
|
+
/** @deprecated use `Deployments23$outboundSchema` instead. */
|
|
1465
|
+
const outboundSchema: z.ZodType<Deployments23$Outbound, z.ZodTypeDef, Deployments23>;
|
|
1466
|
+
/** @deprecated use `Deployments23$Outbound` instead. */
|
|
1467
|
+
type Outbound = Deployments23$Outbound;
|
|
1127
1468
|
}
|
|
1128
|
-
export declare function
|
|
1129
|
-
export declare function
|
|
1469
|
+
export declare function deployments23ToJSON(deployments23: Deployments23): string;
|
|
1470
|
+
export declare function deployments23FromJSON(jsonString: string): SafeParseResult<Deployments23, SDKValidationError>;
|
|
1130
1471
|
/** @internal */
|
|
1131
1472
|
export declare const TwoType$inboundSchema: z.ZodNativeEnum<typeof TwoType>;
|
|
1132
1473
|
/** @internal */
|
|
@@ -1232,32 +1573,32 @@ export declare namespace Deployments2PrefixMessages3Type$ {
|
|
|
1232
1573
|
}>;
|
|
1233
1574
|
}
|
|
1234
1575
|
/** @internal */
|
|
1235
|
-
export declare const
|
|
1576
|
+
export declare const Deployments21$inboundSchema: z.ZodType<Deployments21, z.ZodTypeDef, unknown>;
|
|
1236
1577
|
/** @internal */
|
|
1237
|
-
export type
|
|
1578
|
+
export type Deployments21$Outbound = {
|
|
1238
1579
|
type: string;
|
|
1239
1580
|
text: string;
|
|
1240
1581
|
};
|
|
1241
1582
|
/** @internal */
|
|
1242
|
-
export declare const
|
|
1583
|
+
export declare const Deployments21$outboundSchema: z.ZodType<Deployments21$Outbound, z.ZodTypeDef, Deployments21>;
|
|
1243
1584
|
/**
|
|
1244
1585
|
* @internal
|
|
1245
1586
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1246
1587
|
*/
|
|
1247
|
-
export declare namespace
|
|
1248
|
-
/** @deprecated use `
|
|
1249
|
-
const inboundSchema: z.ZodType<
|
|
1250
|
-
/** @deprecated use `
|
|
1251
|
-
const outboundSchema: z.ZodType<
|
|
1252
|
-
/** @deprecated use `
|
|
1253
|
-
type Outbound =
|
|
1588
|
+
export declare namespace Deployments21$ {
|
|
1589
|
+
/** @deprecated use `Deployments21$inboundSchema` instead. */
|
|
1590
|
+
const inboundSchema: z.ZodType<Deployments21, z.ZodTypeDef, unknown>;
|
|
1591
|
+
/** @deprecated use `Deployments21$outboundSchema` instead. */
|
|
1592
|
+
const outboundSchema: z.ZodType<Deployments21$Outbound, z.ZodTypeDef, Deployments21>;
|
|
1593
|
+
/** @deprecated use `Deployments21$Outbound` instead. */
|
|
1594
|
+
type Outbound = Deployments21$Outbound;
|
|
1254
1595
|
}
|
|
1255
|
-
export declare function
|
|
1256
|
-
export declare function
|
|
1596
|
+
export declare function deployments21ToJSON(deployments21: Deployments21): string;
|
|
1597
|
+
export declare function deployments21FromJSON(jsonString: string): SafeParseResult<Deployments21, SDKValidationError>;
|
|
1257
1598
|
/** @internal */
|
|
1258
1599
|
export declare const Two$inboundSchema: z.ZodType<Two, z.ZodTypeDef, unknown>;
|
|
1259
1600
|
/** @internal */
|
|
1260
|
-
export type Two$Outbound =
|
|
1601
|
+
export type Two$Outbound = Deployments21$Outbound | Two2$Outbound | Deployments23$Outbound | Four$Outbound;
|
|
1261
1602
|
/** @internal */
|
|
1262
1603
|
export declare const Two$outboundSchema: z.ZodType<Two$Outbound, z.ZodTypeDef, Two>;
|
|
1263
1604
|
/**
|
|
@@ -1277,7 +1618,7 @@ export declare function twoFromJSON(jsonString: string): SafeParseResult<Two, SD
|
|
|
1277
1618
|
/** @internal */
|
|
1278
1619
|
export declare const Content$inboundSchema: z.ZodType<Content, z.ZodTypeDef, unknown>;
|
|
1279
1620
|
/** @internal */
|
|
1280
|
-
export type Content$Outbound = string | Array<
|
|
1621
|
+
export type Content$Outbound = string | Array<Deployments21$Outbound | Two2$Outbound | Deployments23$Outbound | Four$Outbound>;
|
|
1281
1622
|
/** @internal */
|
|
1282
1623
|
export declare const Content$outboundSchema: z.ZodType<Content$Outbound, z.ZodTypeDef, Content>;
|
|
1283
1624
|
/**
|
|
@@ -1300,7 +1641,7 @@ export declare const UserMessage$inboundSchema: z.ZodType<UserMessage, z.ZodType
|
|
|
1300
1641
|
export type UserMessage$Outbound = {
|
|
1301
1642
|
role: string;
|
|
1302
1643
|
name?: string | undefined;
|
|
1303
|
-
content: string | Array<
|
|
1644
|
+
content: string | Array<Deployments21$Outbound | Two2$Outbound | Deployments23$Outbound | Four$Outbound>;
|
|
1304
1645
|
};
|
|
1305
1646
|
/** @internal */
|
|
1306
1647
|
export declare const UserMessage$outboundSchema: z.ZodType<UserMessage$Outbound, z.ZodTypeDef, UserMessage>;
|
|
@@ -1721,6 +2062,9 @@ export type MessagesAssistantMessage$Outbound = {
|
|
|
1721
2062
|
name?: string | undefined;
|
|
1722
2063
|
audio?: MessagesAudio$Outbound | null | undefined;
|
|
1723
2064
|
tool_calls?: Array<MessagesToolCalls$Outbound> | undefined;
|
|
2065
|
+
reasoning?: string | undefined;
|
|
2066
|
+
reasoning_signature?: string | undefined;
|
|
2067
|
+
redacted_reasoning?: string | undefined;
|
|
1724
2068
|
};
|
|
1725
2069
|
/** @internal */
|
|
1726
2070
|
export declare const MessagesAssistantMessage$outboundSchema: z.ZodType<MessagesAssistantMessage$Outbound, z.ZodTypeDef, MessagesAssistantMessage>;
|
|
@@ -1757,6 +2101,70 @@ export declare namespace DeploymentsMessages3Role$ {
|
|
|
1757
2101
|
}>;
|
|
1758
2102
|
}
|
|
1759
2103
|
/** @internal */
|
|
2104
|
+
export declare const Deployments2Messages3Content4Type$inboundSchema: z.ZodNativeEnum<typeof Deployments2Messages3Content4Type>;
|
|
2105
|
+
/** @internal */
|
|
2106
|
+
export declare const Deployments2Messages3Content4Type$outboundSchema: z.ZodNativeEnum<typeof Deployments2Messages3Content4Type>;
|
|
2107
|
+
/**
|
|
2108
|
+
* @internal
|
|
2109
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2110
|
+
*/
|
|
2111
|
+
export declare namespace Deployments2Messages3Content4Type$ {
|
|
2112
|
+
/** @deprecated use `Deployments2Messages3Content4Type$inboundSchema` instead. */
|
|
2113
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2114
|
+
readonly File: "file";
|
|
2115
|
+
}>;
|
|
2116
|
+
/** @deprecated use `Deployments2Messages3Content4Type$outboundSchema` instead. */
|
|
2117
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2118
|
+
readonly File: "file";
|
|
2119
|
+
}>;
|
|
2120
|
+
}
|
|
2121
|
+
/** @internal */
|
|
2122
|
+
export declare const TwoFile$inboundSchema: z.ZodType<TwoFile, z.ZodTypeDef, unknown>;
|
|
2123
|
+
/** @internal */
|
|
2124
|
+
export type TwoFile$Outbound = {
|
|
2125
|
+
file_data: string;
|
|
2126
|
+
filename?: string | undefined;
|
|
2127
|
+
};
|
|
2128
|
+
/** @internal */
|
|
2129
|
+
export declare const TwoFile$outboundSchema: z.ZodType<TwoFile$Outbound, z.ZodTypeDef, TwoFile>;
|
|
2130
|
+
/**
|
|
2131
|
+
* @internal
|
|
2132
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2133
|
+
*/
|
|
2134
|
+
export declare namespace TwoFile$ {
|
|
2135
|
+
/** @deprecated use `TwoFile$inboundSchema` instead. */
|
|
2136
|
+
const inboundSchema: z.ZodType<TwoFile, z.ZodTypeDef, unknown>;
|
|
2137
|
+
/** @deprecated use `TwoFile$outboundSchema` instead. */
|
|
2138
|
+
const outboundSchema: z.ZodType<TwoFile$Outbound, z.ZodTypeDef, TwoFile>;
|
|
2139
|
+
/** @deprecated use `TwoFile$Outbound` instead. */
|
|
2140
|
+
type Outbound = TwoFile$Outbound;
|
|
2141
|
+
}
|
|
2142
|
+
export declare function twoFileToJSON(twoFile: TwoFile): string;
|
|
2143
|
+
export declare function twoFileFromJSON(jsonString: string): SafeParseResult<TwoFile, SDKValidationError>;
|
|
2144
|
+
/** @internal */
|
|
2145
|
+
export declare const Two4$inboundSchema: z.ZodType<Two4, z.ZodTypeDef, unknown>;
|
|
2146
|
+
/** @internal */
|
|
2147
|
+
export type Two4$Outbound = {
|
|
2148
|
+
type: string;
|
|
2149
|
+
file: TwoFile$Outbound;
|
|
2150
|
+
};
|
|
2151
|
+
/** @internal */
|
|
2152
|
+
export declare const Two4$outboundSchema: z.ZodType<Two4$Outbound, z.ZodTypeDef, Two4>;
|
|
2153
|
+
/**
|
|
2154
|
+
* @internal
|
|
2155
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2156
|
+
*/
|
|
2157
|
+
export declare namespace Two4$ {
|
|
2158
|
+
/** @deprecated use `Two4$inboundSchema` instead. */
|
|
2159
|
+
const inboundSchema: z.ZodType<Two4, z.ZodTypeDef, unknown>;
|
|
2160
|
+
/** @deprecated use `Two4$outboundSchema` instead. */
|
|
2161
|
+
const outboundSchema: z.ZodType<Two4$Outbound, z.ZodTypeDef, Two4>;
|
|
2162
|
+
/** @deprecated use `Two4$Outbound` instead. */
|
|
2163
|
+
type Outbound = Two4$Outbound;
|
|
2164
|
+
}
|
|
2165
|
+
export declare function two4ToJSON(two4: Two4): string;
|
|
2166
|
+
export declare function two4FromJSON(jsonString: string): SafeParseResult<Two4, SDKValidationError>;
|
|
2167
|
+
/** @internal */
|
|
1760
2168
|
export declare const Deployments2Messages3ContentType$inboundSchema: z.ZodNativeEnum<typeof Deployments2Messages3ContentType>;
|
|
1761
2169
|
/** @internal */
|
|
1762
2170
|
export declare const Deployments2Messages3ContentType$outboundSchema: z.ZodNativeEnum<typeof Deployments2Messages3ContentType>;
|
|
@@ -1970,7 +2378,7 @@ export declare function two1FromJSON(jsonString: string): SafeParseResult<Two1,
|
|
|
1970
2378
|
/** @internal */
|
|
1971
2379
|
export declare const DeploymentsContent2$inboundSchema: z.ZodType<DeploymentsContent2, z.ZodTypeDef, unknown>;
|
|
1972
2380
|
/** @internal */
|
|
1973
|
-
export type DeploymentsContent2$Outbound = Two1$Outbound | Deployments22$Outbound | Two3$Outbound;
|
|
2381
|
+
export type DeploymentsContent2$Outbound = Two1$Outbound | Deployments22$Outbound | Two3$Outbound | Two4$Outbound;
|
|
1974
2382
|
/** @internal */
|
|
1975
2383
|
export declare const DeploymentsContent2$outboundSchema: z.ZodType<DeploymentsContent2$Outbound, z.ZodTypeDef, DeploymentsContent2>;
|
|
1976
2384
|
/**
|
|
@@ -1990,7 +2398,7 @@ export declare function deploymentsContent2FromJSON(jsonString: string): SafePar
|
|
|
1990
2398
|
/** @internal */
|
|
1991
2399
|
export declare const MessagesContent$inboundSchema: z.ZodType<MessagesContent, z.ZodTypeDef, unknown>;
|
|
1992
2400
|
/** @internal */
|
|
1993
|
-
export type MessagesContent$Outbound = string | Array<Two1$Outbound | Deployments22$Outbound | Two3$Outbound>;
|
|
2401
|
+
export type MessagesContent$Outbound = string | Array<Two1$Outbound | Deployments22$Outbound | Two3$Outbound | Two4$Outbound>;
|
|
1994
2402
|
/** @internal */
|
|
1995
2403
|
export declare const MessagesContent$outboundSchema: z.ZodType<MessagesContent$Outbound, z.ZodTypeDef, MessagesContent>;
|
|
1996
2404
|
/**
|
|
@@ -2013,7 +2421,7 @@ export declare const MessagesUserMessage$inboundSchema: z.ZodType<MessagesUserMe
|
|
|
2013
2421
|
export type MessagesUserMessage$Outbound = {
|
|
2014
2422
|
role: string;
|
|
2015
2423
|
name?: string | undefined;
|
|
2016
|
-
content: string | Array<Two1$Outbound | Deployments22$Outbound | Two3$Outbound>;
|
|
2424
|
+
content: string | Array<Two1$Outbound | Deployments22$Outbound | Two3$Outbound | Two4$Outbound>;
|
|
2017
2425
|
};
|
|
2018
2426
|
/** @internal */
|
|
2019
2427
|
export declare const MessagesUserMessage$outboundSchema: z.ZodType<MessagesUserMessage$Outbound, z.ZodTypeDef, MessagesUserMessage>;
|
|
@@ -2229,19 +2637,983 @@ export declare namespace Thread$ {
|
|
|
2229
2637
|
export declare function threadToJSON(thread: Thread): string;
|
|
2230
2638
|
export declare function threadFromJSON(jsonString: string): SafeParseResult<Thread, SDKValidationError>;
|
|
2231
2639
|
/** @internal */
|
|
2232
|
-
export declare const
|
|
2640
|
+
export declare const DollarOrDollarExists$inboundSchema: z.ZodType<DollarOrDollarExists, z.ZodTypeDef, unknown>;
|
|
2233
2641
|
/** @internal */
|
|
2234
|
-
export type
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2642
|
+
export type DollarOrDollarExists$Outbound = {
|
|
2643
|
+
$exists: boolean;
|
|
2644
|
+
};
|
|
2645
|
+
/** @internal */
|
|
2646
|
+
export declare const DollarOrDollarExists$outboundSchema: z.ZodType<DollarOrDollarExists$Outbound, z.ZodTypeDef, DollarOrDollarExists>;
|
|
2647
|
+
/**
|
|
2648
|
+
* @internal
|
|
2649
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2650
|
+
*/
|
|
2651
|
+
export declare namespace DollarOrDollarExists$ {
|
|
2652
|
+
/** @deprecated use `DollarOrDollarExists$inboundSchema` instead. */
|
|
2653
|
+
const inboundSchema: z.ZodType<DollarOrDollarExists, z.ZodTypeDef, unknown>;
|
|
2654
|
+
/** @deprecated use `DollarOrDollarExists$outboundSchema` instead. */
|
|
2655
|
+
const outboundSchema: z.ZodType<DollarOrDollarExists$Outbound, z.ZodTypeDef, DollarOrDollarExists>;
|
|
2656
|
+
/** @deprecated use `DollarOrDollarExists$Outbound` instead. */
|
|
2657
|
+
type Outbound = DollarOrDollarExists$Outbound;
|
|
2658
|
+
}
|
|
2659
|
+
export declare function dollarOrDollarExistsToJSON(dollarOrDollarExists: DollarOrDollarExists): string;
|
|
2660
|
+
export declare function dollarOrDollarExistsFromJSON(jsonString: string): SafeParseResult<DollarOrDollarExists, SDKValidationError>;
|
|
2661
|
+
/** @internal */
|
|
2662
|
+
export declare const DollarOrDollarNin$inboundSchema: z.ZodType<DollarOrDollarNin, z.ZodTypeDef, unknown>;
|
|
2663
|
+
/** @internal */
|
|
2664
|
+
export type DollarOrDollarNin$Outbound = string | number | boolean;
|
|
2665
|
+
/** @internal */
|
|
2666
|
+
export declare const DollarOrDollarNin$outboundSchema: z.ZodType<DollarOrDollarNin$Outbound, z.ZodTypeDef, DollarOrDollarNin>;
|
|
2667
|
+
/**
|
|
2668
|
+
* @internal
|
|
2669
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2670
|
+
*/
|
|
2671
|
+
export declare namespace DollarOrDollarNin$ {
|
|
2672
|
+
/** @deprecated use `DollarOrDollarNin$inboundSchema` instead. */
|
|
2673
|
+
const inboundSchema: z.ZodType<DollarOrDollarNin, z.ZodTypeDef, unknown>;
|
|
2674
|
+
/** @deprecated use `DollarOrDollarNin$outboundSchema` instead. */
|
|
2675
|
+
const outboundSchema: z.ZodType<DollarOrDollarNin$Outbound, z.ZodTypeDef, DollarOrDollarNin>;
|
|
2676
|
+
/** @deprecated use `DollarOrDollarNin$Outbound` instead. */
|
|
2677
|
+
type Outbound = DollarOrDollarNin$Outbound;
|
|
2678
|
+
}
|
|
2679
|
+
export declare function dollarOrDollarNinToJSON(dollarOrDollarNin: DollarOrDollarNin): string;
|
|
2680
|
+
export declare function dollarOrDollarNinFromJSON(jsonString: string): SafeParseResult<DollarOrDollarNin, SDKValidationError>;
|
|
2681
|
+
/** @internal */
|
|
2682
|
+
export declare const DeploymentsDollarOrDollarNin$inboundSchema: z.ZodType<DeploymentsDollarOrDollarNin, z.ZodTypeDef, unknown>;
|
|
2683
|
+
/** @internal */
|
|
2684
|
+
export type DeploymentsDollarOrDollarNin$Outbound = {
|
|
2685
|
+
$nin: Array<string | number | boolean>;
|
|
2686
|
+
};
|
|
2687
|
+
/** @internal */
|
|
2688
|
+
export declare const DeploymentsDollarOrDollarNin$outboundSchema: z.ZodType<DeploymentsDollarOrDollarNin$Outbound, z.ZodTypeDef, DeploymentsDollarOrDollarNin>;
|
|
2689
|
+
/**
|
|
2690
|
+
* @internal
|
|
2691
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2692
|
+
*/
|
|
2693
|
+
export declare namespace DeploymentsDollarOrDollarNin$ {
|
|
2694
|
+
/** @deprecated use `DeploymentsDollarOrDollarNin$inboundSchema` instead. */
|
|
2695
|
+
const inboundSchema: z.ZodType<DeploymentsDollarOrDollarNin, z.ZodTypeDef, unknown>;
|
|
2696
|
+
/** @deprecated use `DeploymentsDollarOrDollarNin$outboundSchema` instead. */
|
|
2697
|
+
const outboundSchema: z.ZodType<DeploymentsDollarOrDollarNin$Outbound, z.ZodTypeDef, DeploymentsDollarOrDollarNin>;
|
|
2698
|
+
/** @deprecated use `DeploymentsDollarOrDollarNin$Outbound` instead. */
|
|
2699
|
+
type Outbound = DeploymentsDollarOrDollarNin$Outbound;
|
|
2700
|
+
}
|
|
2701
|
+
export declare function deploymentsDollarOrDollarNinToJSON(deploymentsDollarOrDollarNin: DeploymentsDollarOrDollarNin): string;
|
|
2702
|
+
export declare function deploymentsDollarOrDollarNinFromJSON(jsonString: string): SafeParseResult<DeploymentsDollarOrDollarNin, SDKValidationError>;
|
|
2703
|
+
/** @internal */
|
|
2704
|
+
export declare const DollarOrDollarIn$inboundSchema: z.ZodType<DollarOrDollarIn, z.ZodTypeDef, unknown>;
|
|
2705
|
+
/** @internal */
|
|
2706
|
+
export type DollarOrDollarIn$Outbound = string | number | boolean;
|
|
2707
|
+
/** @internal */
|
|
2708
|
+
export declare const DollarOrDollarIn$outboundSchema: z.ZodType<DollarOrDollarIn$Outbound, z.ZodTypeDef, DollarOrDollarIn>;
|
|
2709
|
+
/**
|
|
2710
|
+
* @internal
|
|
2711
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2712
|
+
*/
|
|
2713
|
+
export declare namespace DollarOrDollarIn$ {
|
|
2714
|
+
/** @deprecated use `DollarOrDollarIn$inboundSchema` instead. */
|
|
2715
|
+
const inboundSchema: z.ZodType<DollarOrDollarIn, z.ZodTypeDef, unknown>;
|
|
2716
|
+
/** @deprecated use `DollarOrDollarIn$outboundSchema` instead. */
|
|
2717
|
+
const outboundSchema: z.ZodType<DollarOrDollarIn$Outbound, z.ZodTypeDef, DollarOrDollarIn>;
|
|
2718
|
+
/** @deprecated use `DollarOrDollarIn$Outbound` instead. */
|
|
2719
|
+
type Outbound = DollarOrDollarIn$Outbound;
|
|
2720
|
+
}
|
|
2721
|
+
export declare function dollarOrDollarInToJSON(dollarOrDollarIn: DollarOrDollarIn): string;
|
|
2722
|
+
export declare function dollarOrDollarInFromJSON(jsonString: string): SafeParseResult<DollarOrDollarIn, SDKValidationError>;
|
|
2723
|
+
/** @internal */
|
|
2724
|
+
export declare const DeploymentsDollarOrDollarIn$inboundSchema: z.ZodType<DeploymentsDollarOrDollarIn, z.ZodTypeDef, unknown>;
|
|
2725
|
+
/** @internal */
|
|
2726
|
+
export type DeploymentsDollarOrDollarIn$Outbound = {
|
|
2727
|
+
$in: Array<string | number | boolean>;
|
|
2728
|
+
};
|
|
2729
|
+
/** @internal */
|
|
2730
|
+
export declare const DeploymentsDollarOrDollarIn$outboundSchema: z.ZodType<DeploymentsDollarOrDollarIn$Outbound, z.ZodTypeDef, DeploymentsDollarOrDollarIn>;
|
|
2731
|
+
/**
|
|
2732
|
+
* @internal
|
|
2733
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2734
|
+
*/
|
|
2735
|
+
export declare namespace DeploymentsDollarOrDollarIn$ {
|
|
2736
|
+
/** @deprecated use `DeploymentsDollarOrDollarIn$inboundSchema` instead. */
|
|
2737
|
+
const inboundSchema: z.ZodType<DeploymentsDollarOrDollarIn, z.ZodTypeDef, unknown>;
|
|
2738
|
+
/** @deprecated use `DeploymentsDollarOrDollarIn$outboundSchema` instead. */
|
|
2739
|
+
const outboundSchema: z.ZodType<DeploymentsDollarOrDollarIn$Outbound, z.ZodTypeDef, DeploymentsDollarOrDollarIn>;
|
|
2740
|
+
/** @deprecated use `DeploymentsDollarOrDollarIn$Outbound` instead. */
|
|
2741
|
+
type Outbound = DeploymentsDollarOrDollarIn$Outbound;
|
|
2742
|
+
}
|
|
2743
|
+
export declare function deploymentsDollarOrDollarInToJSON(deploymentsDollarOrDollarIn: DeploymentsDollarOrDollarIn): string;
|
|
2744
|
+
export declare function deploymentsDollarOrDollarInFromJSON(jsonString: string): SafeParseResult<DeploymentsDollarOrDollarIn, SDKValidationError>;
|
|
2745
|
+
/** @internal */
|
|
2746
|
+
export declare const DollarOrDollarLte$inboundSchema: z.ZodType<DollarOrDollarLte, z.ZodTypeDef, unknown>;
|
|
2747
|
+
/** @internal */
|
|
2748
|
+
export type DollarOrDollarLte$Outbound = {
|
|
2749
|
+
$lte: number;
|
|
2750
|
+
};
|
|
2751
|
+
/** @internal */
|
|
2752
|
+
export declare const DollarOrDollarLte$outboundSchema: z.ZodType<DollarOrDollarLte$Outbound, z.ZodTypeDef, DollarOrDollarLte>;
|
|
2753
|
+
/**
|
|
2754
|
+
* @internal
|
|
2755
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2756
|
+
*/
|
|
2757
|
+
export declare namespace DollarOrDollarLte$ {
|
|
2758
|
+
/** @deprecated use `DollarOrDollarLte$inboundSchema` instead. */
|
|
2759
|
+
const inboundSchema: z.ZodType<DollarOrDollarLte, z.ZodTypeDef, unknown>;
|
|
2760
|
+
/** @deprecated use `DollarOrDollarLte$outboundSchema` instead. */
|
|
2761
|
+
const outboundSchema: z.ZodType<DollarOrDollarLte$Outbound, z.ZodTypeDef, DollarOrDollarLte>;
|
|
2762
|
+
/** @deprecated use `DollarOrDollarLte$Outbound` instead. */
|
|
2763
|
+
type Outbound = DollarOrDollarLte$Outbound;
|
|
2764
|
+
}
|
|
2765
|
+
export declare function dollarOrDollarLteToJSON(dollarOrDollarLte: DollarOrDollarLte): string;
|
|
2766
|
+
export declare function dollarOrDollarLteFromJSON(jsonString: string): SafeParseResult<DollarOrDollarLte, SDKValidationError>;
|
|
2767
|
+
/** @internal */
|
|
2768
|
+
export declare const DollarOrDollarLt$inboundSchema: z.ZodType<DollarOrDollarLt, z.ZodTypeDef, unknown>;
|
|
2769
|
+
/** @internal */
|
|
2770
|
+
export type DollarOrDollarLt$Outbound = {
|
|
2771
|
+
$lt: number;
|
|
2772
|
+
};
|
|
2773
|
+
/** @internal */
|
|
2774
|
+
export declare const DollarOrDollarLt$outboundSchema: z.ZodType<DollarOrDollarLt$Outbound, z.ZodTypeDef, DollarOrDollarLt>;
|
|
2775
|
+
/**
|
|
2776
|
+
* @internal
|
|
2777
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2778
|
+
*/
|
|
2779
|
+
export declare namespace DollarOrDollarLt$ {
|
|
2780
|
+
/** @deprecated use `DollarOrDollarLt$inboundSchema` instead. */
|
|
2781
|
+
const inboundSchema: z.ZodType<DollarOrDollarLt, z.ZodTypeDef, unknown>;
|
|
2782
|
+
/** @deprecated use `DollarOrDollarLt$outboundSchema` instead. */
|
|
2783
|
+
const outboundSchema: z.ZodType<DollarOrDollarLt$Outbound, z.ZodTypeDef, DollarOrDollarLt>;
|
|
2784
|
+
/** @deprecated use `DollarOrDollarLt$Outbound` instead. */
|
|
2785
|
+
type Outbound = DollarOrDollarLt$Outbound;
|
|
2786
|
+
}
|
|
2787
|
+
export declare function dollarOrDollarLtToJSON(dollarOrDollarLt: DollarOrDollarLt): string;
|
|
2788
|
+
export declare function dollarOrDollarLtFromJSON(jsonString: string): SafeParseResult<DollarOrDollarLt, SDKValidationError>;
|
|
2789
|
+
/** @internal */
|
|
2790
|
+
export declare const DollarOrDollarGte$inboundSchema: z.ZodType<DollarOrDollarGte, z.ZodTypeDef, unknown>;
|
|
2791
|
+
/** @internal */
|
|
2792
|
+
export type DollarOrDollarGte$Outbound = {
|
|
2793
|
+
$gte: number;
|
|
2794
|
+
};
|
|
2795
|
+
/** @internal */
|
|
2796
|
+
export declare const DollarOrDollarGte$outboundSchema: z.ZodType<DollarOrDollarGte$Outbound, z.ZodTypeDef, DollarOrDollarGte>;
|
|
2797
|
+
/**
|
|
2798
|
+
* @internal
|
|
2799
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2800
|
+
*/
|
|
2801
|
+
export declare namespace DollarOrDollarGte$ {
|
|
2802
|
+
/** @deprecated use `DollarOrDollarGte$inboundSchema` instead. */
|
|
2803
|
+
const inboundSchema: z.ZodType<DollarOrDollarGte, z.ZodTypeDef, unknown>;
|
|
2804
|
+
/** @deprecated use `DollarOrDollarGte$outboundSchema` instead. */
|
|
2805
|
+
const outboundSchema: z.ZodType<DollarOrDollarGte$Outbound, z.ZodTypeDef, DollarOrDollarGte>;
|
|
2806
|
+
/** @deprecated use `DollarOrDollarGte$Outbound` instead. */
|
|
2807
|
+
type Outbound = DollarOrDollarGte$Outbound;
|
|
2808
|
+
}
|
|
2809
|
+
export declare function dollarOrDollarGteToJSON(dollarOrDollarGte: DollarOrDollarGte): string;
|
|
2810
|
+
export declare function dollarOrDollarGteFromJSON(jsonString: string): SafeParseResult<DollarOrDollarGte, SDKValidationError>;
|
|
2811
|
+
/** @internal */
|
|
2812
|
+
export declare const DollarOr3$inboundSchema: z.ZodType<DollarOr3, z.ZodTypeDef, unknown>;
|
|
2813
|
+
/** @internal */
|
|
2814
|
+
export type DollarOr3$Outbound = {
|
|
2815
|
+
$gt: number;
|
|
2816
|
+
};
|
|
2817
|
+
/** @internal */
|
|
2818
|
+
export declare const DollarOr3$outboundSchema: z.ZodType<DollarOr3$Outbound, z.ZodTypeDef, DollarOr3>;
|
|
2819
|
+
/**
|
|
2820
|
+
* @internal
|
|
2821
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2822
|
+
*/
|
|
2823
|
+
export declare namespace DollarOr3$ {
|
|
2824
|
+
/** @deprecated use `DollarOr3$inboundSchema` instead. */
|
|
2825
|
+
const inboundSchema: z.ZodType<DollarOr3, z.ZodTypeDef, unknown>;
|
|
2826
|
+
/** @deprecated use `DollarOr3$outboundSchema` instead. */
|
|
2827
|
+
const outboundSchema: z.ZodType<DollarOr3$Outbound, z.ZodTypeDef, DollarOr3>;
|
|
2828
|
+
/** @deprecated use `DollarOr3$Outbound` instead. */
|
|
2829
|
+
type Outbound = DollarOr3$Outbound;
|
|
2830
|
+
}
|
|
2831
|
+
export declare function dollarOr3ToJSON(dollarOr3: DollarOr3): string;
|
|
2832
|
+
export declare function dollarOr3FromJSON(jsonString: string): SafeParseResult<DollarOr3, SDKValidationError>;
|
|
2833
|
+
/** @internal */
|
|
2834
|
+
export declare const DollarOrDollarNe$inboundSchema: z.ZodType<DollarOrDollarNe, z.ZodTypeDef, unknown>;
|
|
2835
|
+
/** @internal */
|
|
2836
|
+
export type DollarOrDollarNe$Outbound = string | number | boolean;
|
|
2837
|
+
/** @internal */
|
|
2838
|
+
export declare const DollarOrDollarNe$outboundSchema: z.ZodType<DollarOrDollarNe$Outbound, z.ZodTypeDef, DollarOrDollarNe>;
|
|
2839
|
+
/**
|
|
2840
|
+
* @internal
|
|
2841
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2842
|
+
*/
|
|
2843
|
+
export declare namespace DollarOrDollarNe$ {
|
|
2844
|
+
/** @deprecated use `DollarOrDollarNe$inboundSchema` instead. */
|
|
2845
|
+
const inboundSchema: z.ZodType<DollarOrDollarNe, z.ZodTypeDef, unknown>;
|
|
2846
|
+
/** @deprecated use `DollarOrDollarNe$outboundSchema` instead. */
|
|
2847
|
+
const outboundSchema: z.ZodType<DollarOrDollarNe$Outbound, z.ZodTypeDef, DollarOrDollarNe>;
|
|
2848
|
+
/** @deprecated use `DollarOrDollarNe$Outbound` instead. */
|
|
2849
|
+
type Outbound = DollarOrDollarNe$Outbound;
|
|
2850
|
+
}
|
|
2851
|
+
export declare function dollarOrDollarNeToJSON(dollarOrDollarNe: DollarOrDollarNe): string;
|
|
2852
|
+
export declare function dollarOrDollarNeFromJSON(jsonString: string): SafeParseResult<DollarOrDollarNe, SDKValidationError>;
|
|
2853
|
+
/** @internal */
|
|
2854
|
+
export declare const DeploymentsDollarOrDollarNe$inboundSchema: z.ZodType<DeploymentsDollarOrDollarNe, z.ZodTypeDef, unknown>;
|
|
2855
|
+
/** @internal */
|
|
2856
|
+
export type DeploymentsDollarOrDollarNe$Outbound = {
|
|
2857
|
+
$ne: string | number | boolean;
|
|
2858
|
+
};
|
|
2859
|
+
/** @internal */
|
|
2860
|
+
export declare const DeploymentsDollarOrDollarNe$outboundSchema: z.ZodType<DeploymentsDollarOrDollarNe$Outbound, z.ZodTypeDef, DeploymentsDollarOrDollarNe>;
|
|
2861
|
+
/**
|
|
2862
|
+
* @internal
|
|
2863
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2864
|
+
*/
|
|
2865
|
+
export declare namespace DeploymentsDollarOrDollarNe$ {
|
|
2866
|
+
/** @deprecated use `DeploymentsDollarOrDollarNe$inboundSchema` instead. */
|
|
2867
|
+
const inboundSchema: z.ZodType<DeploymentsDollarOrDollarNe, z.ZodTypeDef, unknown>;
|
|
2868
|
+
/** @deprecated use `DeploymentsDollarOrDollarNe$outboundSchema` instead. */
|
|
2869
|
+
const outboundSchema: z.ZodType<DeploymentsDollarOrDollarNe$Outbound, z.ZodTypeDef, DeploymentsDollarOrDollarNe>;
|
|
2870
|
+
/** @deprecated use `DeploymentsDollarOrDollarNe$Outbound` instead. */
|
|
2871
|
+
type Outbound = DeploymentsDollarOrDollarNe$Outbound;
|
|
2872
|
+
}
|
|
2873
|
+
export declare function deploymentsDollarOrDollarNeToJSON(deploymentsDollarOrDollarNe: DeploymentsDollarOrDollarNe): string;
|
|
2874
|
+
export declare function deploymentsDollarOrDollarNeFromJSON(jsonString: string): SafeParseResult<DeploymentsDollarOrDollarNe, SDKValidationError>;
|
|
2875
|
+
/** @internal */
|
|
2876
|
+
export declare const DollarOrDollarEq$inboundSchema: z.ZodType<DollarOrDollarEq, z.ZodTypeDef, unknown>;
|
|
2877
|
+
/** @internal */
|
|
2878
|
+
export type DollarOrDollarEq$Outbound = string | number | boolean;
|
|
2879
|
+
/** @internal */
|
|
2880
|
+
export declare const DollarOrDollarEq$outboundSchema: z.ZodType<DollarOrDollarEq$Outbound, z.ZodTypeDef, DollarOrDollarEq>;
|
|
2881
|
+
/**
|
|
2882
|
+
* @internal
|
|
2883
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2884
|
+
*/
|
|
2885
|
+
export declare namespace DollarOrDollarEq$ {
|
|
2886
|
+
/** @deprecated use `DollarOrDollarEq$inboundSchema` instead. */
|
|
2887
|
+
const inboundSchema: z.ZodType<DollarOrDollarEq, z.ZodTypeDef, unknown>;
|
|
2888
|
+
/** @deprecated use `DollarOrDollarEq$outboundSchema` instead. */
|
|
2889
|
+
const outboundSchema: z.ZodType<DollarOrDollarEq$Outbound, z.ZodTypeDef, DollarOrDollarEq>;
|
|
2890
|
+
/** @deprecated use `DollarOrDollarEq$Outbound` instead. */
|
|
2891
|
+
type Outbound = DollarOrDollarEq$Outbound;
|
|
2892
|
+
}
|
|
2893
|
+
export declare function dollarOrDollarEqToJSON(dollarOrDollarEq: DollarOrDollarEq): string;
|
|
2894
|
+
export declare function dollarOrDollarEqFromJSON(jsonString: string): SafeParseResult<DollarOrDollarEq, SDKValidationError>;
|
|
2895
|
+
/** @internal */
|
|
2896
|
+
export declare const DeploymentsDollarOrDollarEq$inboundSchema: z.ZodType<DeploymentsDollarOrDollarEq, z.ZodTypeDef, unknown>;
|
|
2897
|
+
/** @internal */
|
|
2898
|
+
export type DeploymentsDollarOrDollarEq$Outbound = {
|
|
2899
|
+
$eq: string | number | boolean;
|
|
2900
|
+
};
|
|
2901
|
+
/** @internal */
|
|
2902
|
+
export declare const DeploymentsDollarOrDollarEq$outboundSchema: z.ZodType<DeploymentsDollarOrDollarEq$Outbound, z.ZodTypeDef, DeploymentsDollarOrDollarEq>;
|
|
2903
|
+
/**
|
|
2904
|
+
* @internal
|
|
2905
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2906
|
+
*/
|
|
2907
|
+
export declare namespace DeploymentsDollarOrDollarEq$ {
|
|
2908
|
+
/** @deprecated use `DeploymentsDollarOrDollarEq$inboundSchema` instead. */
|
|
2909
|
+
const inboundSchema: z.ZodType<DeploymentsDollarOrDollarEq, z.ZodTypeDef, unknown>;
|
|
2910
|
+
/** @deprecated use `DeploymentsDollarOrDollarEq$outboundSchema` instead. */
|
|
2911
|
+
const outboundSchema: z.ZodType<DeploymentsDollarOrDollarEq$Outbound, z.ZodTypeDef, DeploymentsDollarOrDollarEq>;
|
|
2912
|
+
/** @deprecated use `DeploymentsDollarOrDollarEq$Outbound` instead. */
|
|
2913
|
+
type Outbound = DeploymentsDollarOrDollarEq$Outbound;
|
|
2914
|
+
}
|
|
2915
|
+
export declare function deploymentsDollarOrDollarEqToJSON(deploymentsDollarOrDollarEq: DeploymentsDollarOrDollarEq): string;
|
|
2916
|
+
export declare function deploymentsDollarOrDollarEqFromJSON(jsonString: string): SafeParseResult<DeploymentsDollarOrDollarEq, SDKValidationError>;
|
|
2917
|
+
/** @internal */
|
|
2918
|
+
export declare const DollarOr$inboundSchema: z.ZodType<DollarOr, z.ZodTypeDef, unknown>;
|
|
2919
|
+
/** @internal */
|
|
2920
|
+
export type DollarOr$Outbound = DeploymentsDollarOrDollarEq$Outbound | DeploymentsDollarOrDollarNe$Outbound | DollarOr3$Outbound | DollarOrDollarGte$Outbound | DollarOrDollarLt$Outbound | DollarOrDollarLte$Outbound | DeploymentsDollarOrDollarIn$Outbound | DeploymentsDollarOrDollarNin$Outbound | DollarOrDollarExists$Outbound;
|
|
2921
|
+
/** @internal */
|
|
2922
|
+
export declare const DollarOr$outboundSchema: z.ZodType<DollarOr$Outbound, z.ZodTypeDef, DollarOr>;
|
|
2923
|
+
/**
|
|
2924
|
+
* @internal
|
|
2925
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2926
|
+
*/
|
|
2927
|
+
export declare namespace DollarOr$ {
|
|
2928
|
+
/** @deprecated use `DollarOr$inboundSchema` instead. */
|
|
2929
|
+
const inboundSchema: z.ZodType<DollarOr, z.ZodTypeDef, unknown>;
|
|
2930
|
+
/** @deprecated use `DollarOr$outboundSchema` instead. */
|
|
2931
|
+
const outboundSchema: z.ZodType<DollarOr$Outbound, z.ZodTypeDef, DollarOr>;
|
|
2932
|
+
/** @deprecated use `DollarOr$Outbound` instead. */
|
|
2933
|
+
type Outbound = DollarOr$Outbound;
|
|
2934
|
+
}
|
|
2935
|
+
export declare function dollarOrToJSON(dollarOr: DollarOr): string;
|
|
2936
|
+
export declare function dollarOrFromJSON(jsonString: string): SafeParseResult<DollarOr, SDKValidationError>;
|
|
2937
|
+
/** @internal */
|
|
2938
|
+
export declare const KnowledgeFilterDollarOr$inboundSchema: z.ZodType<KnowledgeFilterDollarOr, z.ZodTypeDef, unknown>;
|
|
2939
|
+
/** @internal */
|
|
2940
|
+
export type KnowledgeFilterDollarOr$Outbound = {
|
|
2941
|
+
$or: Array<{
|
|
2942
|
+
[k: string]: DeploymentsDollarOrDollarEq$Outbound | DeploymentsDollarOrDollarNe$Outbound | DollarOr3$Outbound | DollarOrDollarGte$Outbound | DollarOrDollarLt$Outbound | DollarOrDollarLte$Outbound | DeploymentsDollarOrDollarIn$Outbound | DeploymentsDollarOrDollarNin$Outbound | DollarOrDollarExists$Outbound;
|
|
2943
|
+
}>;
|
|
2944
|
+
};
|
|
2945
|
+
/** @internal */
|
|
2946
|
+
export declare const KnowledgeFilterDollarOr$outboundSchema: z.ZodType<KnowledgeFilterDollarOr$Outbound, z.ZodTypeDef, KnowledgeFilterDollarOr>;
|
|
2947
|
+
/**
|
|
2948
|
+
* @internal
|
|
2949
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2950
|
+
*/
|
|
2951
|
+
export declare namespace KnowledgeFilterDollarOr$ {
|
|
2952
|
+
/** @deprecated use `KnowledgeFilterDollarOr$inboundSchema` instead. */
|
|
2953
|
+
const inboundSchema: z.ZodType<KnowledgeFilterDollarOr, z.ZodTypeDef, unknown>;
|
|
2954
|
+
/** @deprecated use `KnowledgeFilterDollarOr$outboundSchema` instead. */
|
|
2955
|
+
const outboundSchema: z.ZodType<KnowledgeFilterDollarOr$Outbound, z.ZodTypeDef, KnowledgeFilterDollarOr>;
|
|
2956
|
+
/** @deprecated use `KnowledgeFilterDollarOr$Outbound` instead. */
|
|
2957
|
+
type Outbound = KnowledgeFilterDollarOr$Outbound;
|
|
2958
|
+
}
|
|
2959
|
+
export declare function knowledgeFilterDollarOrToJSON(knowledgeFilterDollarOr: KnowledgeFilterDollarOr): string;
|
|
2960
|
+
export declare function knowledgeFilterDollarOrFromJSON(jsonString: string): SafeParseResult<KnowledgeFilterDollarOr, SDKValidationError>;
|
|
2961
|
+
/** @internal */
|
|
2962
|
+
export declare const DollarAndDollarExists$inboundSchema: z.ZodType<DollarAndDollarExists, z.ZodTypeDef, unknown>;
|
|
2963
|
+
/** @internal */
|
|
2964
|
+
export type DollarAndDollarExists$Outbound = {
|
|
2965
|
+
$exists: boolean;
|
|
2966
|
+
};
|
|
2967
|
+
/** @internal */
|
|
2968
|
+
export declare const DollarAndDollarExists$outboundSchema: z.ZodType<DollarAndDollarExists$Outbound, z.ZodTypeDef, DollarAndDollarExists>;
|
|
2969
|
+
/**
|
|
2970
|
+
* @internal
|
|
2971
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2972
|
+
*/
|
|
2973
|
+
export declare namespace DollarAndDollarExists$ {
|
|
2974
|
+
/** @deprecated use `DollarAndDollarExists$inboundSchema` instead. */
|
|
2975
|
+
const inboundSchema: z.ZodType<DollarAndDollarExists, z.ZodTypeDef, unknown>;
|
|
2976
|
+
/** @deprecated use `DollarAndDollarExists$outboundSchema` instead. */
|
|
2977
|
+
const outboundSchema: z.ZodType<DollarAndDollarExists$Outbound, z.ZodTypeDef, DollarAndDollarExists>;
|
|
2978
|
+
/** @deprecated use `DollarAndDollarExists$Outbound` instead. */
|
|
2979
|
+
type Outbound = DollarAndDollarExists$Outbound;
|
|
2980
|
+
}
|
|
2981
|
+
export declare function dollarAndDollarExistsToJSON(dollarAndDollarExists: DollarAndDollarExists): string;
|
|
2982
|
+
export declare function dollarAndDollarExistsFromJSON(jsonString: string): SafeParseResult<DollarAndDollarExists, SDKValidationError>;
|
|
2983
|
+
/** @internal */
|
|
2984
|
+
export declare const DollarAndDollarNin$inboundSchema: z.ZodType<DollarAndDollarNin, z.ZodTypeDef, unknown>;
|
|
2985
|
+
/** @internal */
|
|
2986
|
+
export type DollarAndDollarNin$Outbound = string | number | boolean;
|
|
2987
|
+
/** @internal */
|
|
2988
|
+
export declare const DollarAndDollarNin$outboundSchema: z.ZodType<DollarAndDollarNin$Outbound, z.ZodTypeDef, DollarAndDollarNin>;
|
|
2989
|
+
/**
|
|
2990
|
+
* @internal
|
|
2991
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2992
|
+
*/
|
|
2993
|
+
export declare namespace DollarAndDollarNin$ {
|
|
2994
|
+
/** @deprecated use `DollarAndDollarNin$inboundSchema` instead. */
|
|
2995
|
+
const inboundSchema: z.ZodType<DollarAndDollarNin, z.ZodTypeDef, unknown>;
|
|
2996
|
+
/** @deprecated use `DollarAndDollarNin$outboundSchema` instead. */
|
|
2997
|
+
const outboundSchema: z.ZodType<DollarAndDollarNin$Outbound, z.ZodTypeDef, DollarAndDollarNin>;
|
|
2998
|
+
/** @deprecated use `DollarAndDollarNin$Outbound` instead. */
|
|
2999
|
+
type Outbound = DollarAndDollarNin$Outbound;
|
|
3000
|
+
}
|
|
3001
|
+
export declare function dollarAndDollarNinToJSON(dollarAndDollarNin: DollarAndDollarNin): string;
|
|
3002
|
+
export declare function dollarAndDollarNinFromJSON(jsonString: string): SafeParseResult<DollarAndDollarNin, SDKValidationError>;
|
|
3003
|
+
/** @internal */
|
|
3004
|
+
export declare const DeploymentsDollarAndDollarNin$inboundSchema: z.ZodType<DeploymentsDollarAndDollarNin, z.ZodTypeDef, unknown>;
|
|
3005
|
+
/** @internal */
|
|
3006
|
+
export type DeploymentsDollarAndDollarNin$Outbound = {
|
|
3007
|
+
$nin: Array<string | number | boolean>;
|
|
3008
|
+
};
|
|
3009
|
+
/** @internal */
|
|
3010
|
+
export declare const DeploymentsDollarAndDollarNin$outboundSchema: z.ZodType<DeploymentsDollarAndDollarNin$Outbound, z.ZodTypeDef, DeploymentsDollarAndDollarNin>;
|
|
3011
|
+
/**
|
|
3012
|
+
* @internal
|
|
3013
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3014
|
+
*/
|
|
3015
|
+
export declare namespace DeploymentsDollarAndDollarNin$ {
|
|
3016
|
+
/** @deprecated use `DeploymentsDollarAndDollarNin$inboundSchema` instead. */
|
|
3017
|
+
const inboundSchema: z.ZodType<DeploymentsDollarAndDollarNin, z.ZodTypeDef, unknown>;
|
|
3018
|
+
/** @deprecated use `DeploymentsDollarAndDollarNin$outboundSchema` instead. */
|
|
3019
|
+
const outboundSchema: z.ZodType<DeploymentsDollarAndDollarNin$Outbound, z.ZodTypeDef, DeploymentsDollarAndDollarNin>;
|
|
3020
|
+
/** @deprecated use `DeploymentsDollarAndDollarNin$Outbound` instead. */
|
|
3021
|
+
type Outbound = DeploymentsDollarAndDollarNin$Outbound;
|
|
3022
|
+
}
|
|
3023
|
+
export declare function deploymentsDollarAndDollarNinToJSON(deploymentsDollarAndDollarNin: DeploymentsDollarAndDollarNin): string;
|
|
3024
|
+
export declare function deploymentsDollarAndDollarNinFromJSON(jsonString: string): SafeParseResult<DeploymentsDollarAndDollarNin, SDKValidationError>;
|
|
3025
|
+
/** @internal */
|
|
3026
|
+
export declare const DollarAndDollarIn$inboundSchema: z.ZodType<DollarAndDollarIn, z.ZodTypeDef, unknown>;
|
|
3027
|
+
/** @internal */
|
|
3028
|
+
export type DollarAndDollarIn$Outbound = string | number | boolean;
|
|
3029
|
+
/** @internal */
|
|
3030
|
+
export declare const DollarAndDollarIn$outboundSchema: z.ZodType<DollarAndDollarIn$Outbound, z.ZodTypeDef, DollarAndDollarIn>;
|
|
3031
|
+
/**
|
|
3032
|
+
* @internal
|
|
3033
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3034
|
+
*/
|
|
3035
|
+
export declare namespace DollarAndDollarIn$ {
|
|
3036
|
+
/** @deprecated use `DollarAndDollarIn$inboundSchema` instead. */
|
|
3037
|
+
const inboundSchema: z.ZodType<DollarAndDollarIn, z.ZodTypeDef, unknown>;
|
|
3038
|
+
/** @deprecated use `DollarAndDollarIn$outboundSchema` instead. */
|
|
3039
|
+
const outboundSchema: z.ZodType<DollarAndDollarIn$Outbound, z.ZodTypeDef, DollarAndDollarIn>;
|
|
3040
|
+
/** @deprecated use `DollarAndDollarIn$Outbound` instead. */
|
|
3041
|
+
type Outbound = DollarAndDollarIn$Outbound;
|
|
3042
|
+
}
|
|
3043
|
+
export declare function dollarAndDollarInToJSON(dollarAndDollarIn: DollarAndDollarIn): string;
|
|
3044
|
+
export declare function dollarAndDollarInFromJSON(jsonString: string): SafeParseResult<DollarAndDollarIn, SDKValidationError>;
|
|
3045
|
+
/** @internal */
|
|
3046
|
+
export declare const DeploymentsDollarAndDollarIn$inboundSchema: z.ZodType<DeploymentsDollarAndDollarIn, z.ZodTypeDef, unknown>;
|
|
3047
|
+
/** @internal */
|
|
3048
|
+
export type DeploymentsDollarAndDollarIn$Outbound = {
|
|
3049
|
+
$in: Array<string | number | boolean>;
|
|
3050
|
+
};
|
|
3051
|
+
/** @internal */
|
|
3052
|
+
export declare const DeploymentsDollarAndDollarIn$outboundSchema: z.ZodType<DeploymentsDollarAndDollarIn$Outbound, z.ZodTypeDef, DeploymentsDollarAndDollarIn>;
|
|
3053
|
+
/**
|
|
3054
|
+
* @internal
|
|
3055
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3056
|
+
*/
|
|
3057
|
+
export declare namespace DeploymentsDollarAndDollarIn$ {
|
|
3058
|
+
/** @deprecated use `DeploymentsDollarAndDollarIn$inboundSchema` instead. */
|
|
3059
|
+
const inboundSchema: z.ZodType<DeploymentsDollarAndDollarIn, z.ZodTypeDef, unknown>;
|
|
3060
|
+
/** @deprecated use `DeploymentsDollarAndDollarIn$outboundSchema` instead. */
|
|
3061
|
+
const outboundSchema: z.ZodType<DeploymentsDollarAndDollarIn$Outbound, z.ZodTypeDef, DeploymentsDollarAndDollarIn>;
|
|
3062
|
+
/** @deprecated use `DeploymentsDollarAndDollarIn$Outbound` instead. */
|
|
3063
|
+
type Outbound = DeploymentsDollarAndDollarIn$Outbound;
|
|
3064
|
+
}
|
|
3065
|
+
export declare function deploymentsDollarAndDollarInToJSON(deploymentsDollarAndDollarIn: DeploymentsDollarAndDollarIn): string;
|
|
3066
|
+
export declare function deploymentsDollarAndDollarInFromJSON(jsonString: string): SafeParseResult<DeploymentsDollarAndDollarIn, SDKValidationError>;
|
|
3067
|
+
/** @internal */
|
|
3068
|
+
export declare const DollarAndDollarLte$inboundSchema: z.ZodType<DollarAndDollarLte, z.ZodTypeDef, unknown>;
|
|
3069
|
+
/** @internal */
|
|
3070
|
+
export type DollarAndDollarLte$Outbound = {
|
|
3071
|
+
$lte: number;
|
|
3072
|
+
};
|
|
3073
|
+
/** @internal */
|
|
3074
|
+
export declare const DollarAndDollarLte$outboundSchema: z.ZodType<DollarAndDollarLte$Outbound, z.ZodTypeDef, DollarAndDollarLte>;
|
|
3075
|
+
/**
|
|
3076
|
+
* @internal
|
|
3077
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3078
|
+
*/
|
|
3079
|
+
export declare namespace DollarAndDollarLte$ {
|
|
3080
|
+
/** @deprecated use `DollarAndDollarLte$inboundSchema` instead. */
|
|
3081
|
+
const inboundSchema: z.ZodType<DollarAndDollarLte, z.ZodTypeDef, unknown>;
|
|
3082
|
+
/** @deprecated use `DollarAndDollarLte$outboundSchema` instead. */
|
|
3083
|
+
const outboundSchema: z.ZodType<DollarAndDollarLte$Outbound, z.ZodTypeDef, DollarAndDollarLte>;
|
|
3084
|
+
/** @deprecated use `DollarAndDollarLte$Outbound` instead. */
|
|
3085
|
+
type Outbound = DollarAndDollarLte$Outbound;
|
|
3086
|
+
}
|
|
3087
|
+
export declare function dollarAndDollarLteToJSON(dollarAndDollarLte: DollarAndDollarLte): string;
|
|
3088
|
+
export declare function dollarAndDollarLteFromJSON(jsonString: string): SafeParseResult<DollarAndDollarLte, SDKValidationError>;
|
|
3089
|
+
/** @internal */
|
|
3090
|
+
export declare const DollarAndDollarLt$inboundSchema: z.ZodType<DollarAndDollarLt, z.ZodTypeDef, unknown>;
|
|
3091
|
+
/** @internal */
|
|
3092
|
+
export type DollarAndDollarLt$Outbound = {
|
|
3093
|
+
$lt: number;
|
|
3094
|
+
};
|
|
3095
|
+
/** @internal */
|
|
3096
|
+
export declare const DollarAndDollarLt$outboundSchema: z.ZodType<DollarAndDollarLt$Outbound, z.ZodTypeDef, DollarAndDollarLt>;
|
|
3097
|
+
/**
|
|
3098
|
+
* @internal
|
|
3099
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3100
|
+
*/
|
|
3101
|
+
export declare namespace DollarAndDollarLt$ {
|
|
3102
|
+
/** @deprecated use `DollarAndDollarLt$inboundSchema` instead. */
|
|
3103
|
+
const inboundSchema: z.ZodType<DollarAndDollarLt, z.ZodTypeDef, unknown>;
|
|
3104
|
+
/** @deprecated use `DollarAndDollarLt$outboundSchema` instead. */
|
|
3105
|
+
const outboundSchema: z.ZodType<DollarAndDollarLt$Outbound, z.ZodTypeDef, DollarAndDollarLt>;
|
|
3106
|
+
/** @deprecated use `DollarAndDollarLt$Outbound` instead. */
|
|
3107
|
+
type Outbound = DollarAndDollarLt$Outbound;
|
|
3108
|
+
}
|
|
3109
|
+
export declare function dollarAndDollarLtToJSON(dollarAndDollarLt: DollarAndDollarLt): string;
|
|
3110
|
+
export declare function dollarAndDollarLtFromJSON(jsonString: string): SafeParseResult<DollarAndDollarLt, SDKValidationError>;
|
|
3111
|
+
/** @internal */
|
|
3112
|
+
export declare const DollarAndDollarGte$inboundSchema: z.ZodType<DollarAndDollarGte, z.ZodTypeDef, unknown>;
|
|
3113
|
+
/** @internal */
|
|
3114
|
+
export type DollarAndDollarGte$Outbound = {
|
|
3115
|
+
$gte: number;
|
|
3116
|
+
};
|
|
3117
|
+
/** @internal */
|
|
3118
|
+
export declare const DollarAndDollarGte$outboundSchema: z.ZodType<DollarAndDollarGte$Outbound, z.ZodTypeDef, DollarAndDollarGte>;
|
|
3119
|
+
/**
|
|
3120
|
+
* @internal
|
|
3121
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3122
|
+
*/
|
|
3123
|
+
export declare namespace DollarAndDollarGte$ {
|
|
3124
|
+
/** @deprecated use `DollarAndDollarGte$inboundSchema` instead. */
|
|
3125
|
+
const inboundSchema: z.ZodType<DollarAndDollarGte, z.ZodTypeDef, unknown>;
|
|
3126
|
+
/** @deprecated use `DollarAndDollarGte$outboundSchema` instead. */
|
|
3127
|
+
const outboundSchema: z.ZodType<DollarAndDollarGte$Outbound, z.ZodTypeDef, DollarAndDollarGte>;
|
|
3128
|
+
/** @deprecated use `DollarAndDollarGte$Outbound` instead. */
|
|
3129
|
+
type Outbound = DollarAndDollarGte$Outbound;
|
|
3130
|
+
}
|
|
3131
|
+
export declare function dollarAndDollarGteToJSON(dollarAndDollarGte: DollarAndDollarGte): string;
|
|
3132
|
+
export declare function dollarAndDollarGteFromJSON(jsonString: string): SafeParseResult<DollarAndDollarGte, SDKValidationError>;
|
|
3133
|
+
/** @internal */
|
|
3134
|
+
export declare const DollarAnd3$inboundSchema: z.ZodType<DollarAnd3, z.ZodTypeDef, unknown>;
|
|
3135
|
+
/** @internal */
|
|
3136
|
+
export type DollarAnd3$Outbound = {
|
|
3137
|
+
$gt: number;
|
|
3138
|
+
};
|
|
3139
|
+
/** @internal */
|
|
3140
|
+
export declare const DollarAnd3$outboundSchema: z.ZodType<DollarAnd3$Outbound, z.ZodTypeDef, DollarAnd3>;
|
|
3141
|
+
/**
|
|
3142
|
+
* @internal
|
|
3143
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3144
|
+
*/
|
|
3145
|
+
export declare namespace DollarAnd3$ {
|
|
3146
|
+
/** @deprecated use `DollarAnd3$inboundSchema` instead. */
|
|
3147
|
+
const inboundSchema: z.ZodType<DollarAnd3, z.ZodTypeDef, unknown>;
|
|
3148
|
+
/** @deprecated use `DollarAnd3$outboundSchema` instead. */
|
|
3149
|
+
const outboundSchema: z.ZodType<DollarAnd3$Outbound, z.ZodTypeDef, DollarAnd3>;
|
|
3150
|
+
/** @deprecated use `DollarAnd3$Outbound` instead. */
|
|
3151
|
+
type Outbound = DollarAnd3$Outbound;
|
|
3152
|
+
}
|
|
3153
|
+
export declare function dollarAnd3ToJSON(dollarAnd3: DollarAnd3): string;
|
|
3154
|
+
export declare function dollarAnd3FromJSON(jsonString: string): SafeParseResult<DollarAnd3, SDKValidationError>;
|
|
3155
|
+
/** @internal */
|
|
3156
|
+
export declare const DollarAndDollarNe$inboundSchema: z.ZodType<DollarAndDollarNe, z.ZodTypeDef, unknown>;
|
|
3157
|
+
/** @internal */
|
|
3158
|
+
export type DollarAndDollarNe$Outbound = string | number | boolean;
|
|
3159
|
+
/** @internal */
|
|
3160
|
+
export declare const DollarAndDollarNe$outboundSchema: z.ZodType<DollarAndDollarNe$Outbound, z.ZodTypeDef, DollarAndDollarNe>;
|
|
3161
|
+
/**
|
|
3162
|
+
* @internal
|
|
3163
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3164
|
+
*/
|
|
3165
|
+
export declare namespace DollarAndDollarNe$ {
|
|
3166
|
+
/** @deprecated use `DollarAndDollarNe$inboundSchema` instead. */
|
|
3167
|
+
const inboundSchema: z.ZodType<DollarAndDollarNe, z.ZodTypeDef, unknown>;
|
|
3168
|
+
/** @deprecated use `DollarAndDollarNe$outboundSchema` instead. */
|
|
3169
|
+
const outboundSchema: z.ZodType<DollarAndDollarNe$Outbound, z.ZodTypeDef, DollarAndDollarNe>;
|
|
3170
|
+
/** @deprecated use `DollarAndDollarNe$Outbound` instead. */
|
|
3171
|
+
type Outbound = DollarAndDollarNe$Outbound;
|
|
3172
|
+
}
|
|
3173
|
+
export declare function dollarAndDollarNeToJSON(dollarAndDollarNe: DollarAndDollarNe): string;
|
|
3174
|
+
export declare function dollarAndDollarNeFromJSON(jsonString: string): SafeParseResult<DollarAndDollarNe, SDKValidationError>;
|
|
3175
|
+
/** @internal */
|
|
3176
|
+
export declare const DeploymentsDollarAndDollarNe$inboundSchema: z.ZodType<DeploymentsDollarAndDollarNe, z.ZodTypeDef, unknown>;
|
|
3177
|
+
/** @internal */
|
|
3178
|
+
export type DeploymentsDollarAndDollarNe$Outbound = {
|
|
3179
|
+
$ne: string | number | boolean;
|
|
3180
|
+
};
|
|
3181
|
+
/** @internal */
|
|
3182
|
+
export declare const DeploymentsDollarAndDollarNe$outboundSchema: z.ZodType<DeploymentsDollarAndDollarNe$Outbound, z.ZodTypeDef, DeploymentsDollarAndDollarNe>;
|
|
3183
|
+
/**
|
|
3184
|
+
* @internal
|
|
3185
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3186
|
+
*/
|
|
3187
|
+
export declare namespace DeploymentsDollarAndDollarNe$ {
|
|
3188
|
+
/** @deprecated use `DeploymentsDollarAndDollarNe$inboundSchema` instead. */
|
|
3189
|
+
const inboundSchema: z.ZodType<DeploymentsDollarAndDollarNe, z.ZodTypeDef, unknown>;
|
|
3190
|
+
/** @deprecated use `DeploymentsDollarAndDollarNe$outboundSchema` instead. */
|
|
3191
|
+
const outboundSchema: z.ZodType<DeploymentsDollarAndDollarNe$Outbound, z.ZodTypeDef, DeploymentsDollarAndDollarNe>;
|
|
3192
|
+
/** @deprecated use `DeploymentsDollarAndDollarNe$Outbound` instead. */
|
|
3193
|
+
type Outbound = DeploymentsDollarAndDollarNe$Outbound;
|
|
3194
|
+
}
|
|
3195
|
+
export declare function deploymentsDollarAndDollarNeToJSON(deploymentsDollarAndDollarNe: DeploymentsDollarAndDollarNe): string;
|
|
3196
|
+
export declare function deploymentsDollarAndDollarNeFromJSON(jsonString: string): SafeParseResult<DeploymentsDollarAndDollarNe, SDKValidationError>;
|
|
3197
|
+
/** @internal */
|
|
3198
|
+
export declare const DollarAndDollarEq$inboundSchema: z.ZodType<DollarAndDollarEq, z.ZodTypeDef, unknown>;
|
|
3199
|
+
/** @internal */
|
|
3200
|
+
export type DollarAndDollarEq$Outbound = string | number | boolean;
|
|
3201
|
+
/** @internal */
|
|
3202
|
+
export declare const DollarAndDollarEq$outboundSchema: z.ZodType<DollarAndDollarEq$Outbound, z.ZodTypeDef, DollarAndDollarEq>;
|
|
3203
|
+
/**
|
|
3204
|
+
* @internal
|
|
3205
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3206
|
+
*/
|
|
3207
|
+
export declare namespace DollarAndDollarEq$ {
|
|
3208
|
+
/** @deprecated use `DollarAndDollarEq$inboundSchema` instead. */
|
|
3209
|
+
const inboundSchema: z.ZodType<DollarAndDollarEq, z.ZodTypeDef, unknown>;
|
|
3210
|
+
/** @deprecated use `DollarAndDollarEq$outboundSchema` instead. */
|
|
3211
|
+
const outboundSchema: z.ZodType<DollarAndDollarEq$Outbound, z.ZodTypeDef, DollarAndDollarEq>;
|
|
3212
|
+
/** @deprecated use `DollarAndDollarEq$Outbound` instead. */
|
|
3213
|
+
type Outbound = DollarAndDollarEq$Outbound;
|
|
3214
|
+
}
|
|
3215
|
+
export declare function dollarAndDollarEqToJSON(dollarAndDollarEq: DollarAndDollarEq): string;
|
|
3216
|
+
export declare function dollarAndDollarEqFromJSON(jsonString: string): SafeParseResult<DollarAndDollarEq, SDKValidationError>;
|
|
3217
|
+
/** @internal */
|
|
3218
|
+
export declare const DeploymentsDollarAndDollarEq$inboundSchema: z.ZodType<DeploymentsDollarAndDollarEq, z.ZodTypeDef, unknown>;
|
|
3219
|
+
/** @internal */
|
|
3220
|
+
export type DeploymentsDollarAndDollarEq$Outbound = {
|
|
3221
|
+
$eq: string | number | boolean;
|
|
3222
|
+
};
|
|
3223
|
+
/** @internal */
|
|
3224
|
+
export declare const DeploymentsDollarAndDollarEq$outboundSchema: z.ZodType<DeploymentsDollarAndDollarEq$Outbound, z.ZodTypeDef, DeploymentsDollarAndDollarEq>;
|
|
3225
|
+
/**
|
|
3226
|
+
* @internal
|
|
3227
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3228
|
+
*/
|
|
3229
|
+
export declare namespace DeploymentsDollarAndDollarEq$ {
|
|
3230
|
+
/** @deprecated use `DeploymentsDollarAndDollarEq$inboundSchema` instead. */
|
|
3231
|
+
const inboundSchema: z.ZodType<DeploymentsDollarAndDollarEq, z.ZodTypeDef, unknown>;
|
|
3232
|
+
/** @deprecated use `DeploymentsDollarAndDollarEq$outboundSchema` instead. */
|
|
3233
|
+
const outboundSchema: z.ZodType<DeploymentsDollarAndDollarEq$Outbound, z.ZodTypeDef, DeploymentsDollarAndDollarEq>;
|
|
3234
|
+
/** @deprecated use `DeploymentsDollarAndDollarEq$Outbound` instead. */
|
|
3235
|
+
type Outbound = DeploymentsDollarAndDollarEq$Outbound;
|
|
3236
|
+
}
|
|
3237
|
+
export declare function deploymentsDollarAndDollarEqToJSON(deploymentsDollarAndDollarEq: DeploymentsDollarAndDollarEq): string;
|
|
3238
|
+
export declare function deploymentsDollarAndDollarEqFromJSON(jsonString: string): SafeParseResult<DeploymentsDollarAndDollarEq, SDKValidationError>;
|
|
3239
|
+
/** @internal */
|
|
3240
|
+
export declare const DollarAnd$inboundSchema: z.ZodType<DollarAnd, z.ZodTypeDef, unknown>;
|
|
3241
|
+
/** @internal */
|
|
3242
|
+
export type DollarAnd$Outbound = DeploymentsDollarAndDollarEq$Outbound | DeploymentsDollarAndDollarNe$Outbound | DollarAnd3$Outbound | DollarAndDollarGte$Outbound | DollarAndDollarLt$Outbound | DollarAndDollarLte$Outbound | DeploymentsDollarAndDollarIn$Outbound | DeploymentsDollarAndDollarNin$Outbound | DollarAndDollarExists$Outbound;
|
|
3243
|
+
/** @internal */
|
|
3244
|
+
export declare const DollarAnd$outboundSchema: z.ZodType<DollarAnd$Outbound, z.ZodTypeDef, DollarAnd>;
|
|
3245
|
+
/**
|
|
3246
|
+
* @internal
|
|
3247
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3248
|
+
*/
|
|
3249
|
+
export declare namespace DollarAnd$ {
|
|
3250
|
+
/** @deprecated use `DollarAnd$inboundSchema` instead. */
|
|
3251
|
+
const inboundSchema: z.ZodType<DollarAnd, z.ZodTypeDef, unknown>;
|
|
3252
|
+
/** @deprecated use `DollarAnd$outboundSchema` instead. */
|
|
3253
|
+
const outboundSchema: z.ZodType<DollarAnd$Outbound, z.ZodTypeDef, DollarAnd>;
|
|
3254
|
+
/** @deprecated use `DollarAnd$Outbound` instead. */
|
|
3255
|
+
type Outbound = DollarAnd$Outbound;
|
|
3256
|
+
}
|
|
3257
|
+
export declare function dollarAndToJSON(dollarAnd: DollarAnd): string;
|
|
3258
|
+
export declare function dollarAndFromJSON(jsonString: string): SafeParseResult<DollarAnd, SDKValidationError>;
|
|
3259
|
+
/** @internal */
|
|
3260
|
+
export declare const KnowledgeFilterDollarAnd$inboundSchema: z.ZodType<KnowledgeFilterDollarAnd, z.ZodTypeDef, unknown>;
|
|
3261
|
+
/** @internal */
|
|
3262
|
+
export type KnowledgeFilterDollarAnd$Outbound = {
|
|
3263
|
+
$and: Array<{
|
|
3264
|
+
[k: string]: DeploymentsDollarAndDollarEq$Outbound | DeploymentsDollarAndDollarNe$Outbound | DollarAnd3$Outbound | DollarAndDollarGte$Outbound | DollarAndDollarLt$Outbound | DollarAndDollarLte$Outbound | DeploymentsDollarAndDollarIn$Outbound | DeploymentsDollarAndDollarNin$Outbound | DollarAndDollarExists$Outbound;
|
|
3265
|
+
}>;
|
|
3266
|
+
};
|
|
3267
|
+
/** @internal */
|
|
3268
|
+
export declare const KnowledgeFilterDollarAnd$outboundSchema: z.ZodType<KnowledgeFilterDollarAnd$Outbound, z.ZodTypeDef, KnowledgeFilterDollarAnd>;
|
|
3269
|
+
/**
|
|
3270
|
+
* @internal
|
|
3271
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3272
|
+
*/
|
|
3273
|
+
export declare namespace KnowledgeFilterDollarAnd$ {
|
|
3274
|
+
/** @deprecated use `KnowledgeFilterDollarAnd$inboundSchema` instead. */
|
|
3275
|
+
const inboundSchema: z.ZodType<KnowledgeFilterDollarAnd, z.ZodTypeDef, unknown>;
|
|
3276
|
+
/** @deprecated use `KnowledgeFilterDollarAnd$outboundSchema` instead. */
|
|
3277
|
+
const outboundSchema: z.ZodType<KnowledgeFilterDollarAnd$Outbound, z.ZodTypeDef, KnowledgeFilterDollarAnd>;
|
|
3278
|
+
/** @deprecated use `KnowledgeFilterDollarAnd$Outbound` instead. */
|
|
3279
|
+
type Outbound = KnowledgeFilterDollarAnd$Outbound;
|
|
3280
|
+
}
|
|
3281
|
+
export declare function knowledgeFilterDollarAndToJSON(knowledgeFilterDollarAnd: KnowledgeFilterDollarAnd): string;
|
|
3282
|
+
export declare function knowledgeFilterDollarAndFromJSON(jsonString: string): SafeParseResult<KnowledgeFilterDollarAnd, SDKValidationError>;
|
|
3283
|
+
/** @internal */
|
|
3284
|
+
export declare const DollarExists$inboundSchema: z.ZodType<DollarExists, z.ZodTypeDef, unknown>;
|
|
3285
|
+
/** @internal */
|
|
3286
|
+
export type DollarExists$Outbound = {
|
|
3287
|
+
$exists: boolean;
|
|
3288
|
+
};
|
|
3289
|
+
/** @internal */
|
|
3290
|
+
export declare const DollarExists$outboundSchema: z.ZodType<DollarExists$Outbound, z.ZodTypeDef, DollarExists>;
|
|
3291
|
+
/**
|
|
3292
|
+
* @internal
|
|
3293
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3294
|
+
*/
|
|
3295
|
+
export declare namespace DollarExists$ {
|
|
3296
|
+
/** @deprecated use `DollarExists$inboundSchema` instead. */
|
|
3297
|
+
const inboundSchema: z.ZodType<DollarExists, z.ZodTypeDef, unknown>;
|
|
3298
|
+
/** @deprecated use `DollarExists$outboundSchema` instead. */
|
|
3299
|
+
const outboundSchema: z.ZodType<DollarExists$Outbound, z.ZodTypeDef, DollarExists>;
|
|
3300
|
+
/** @deprecated use `DollarExists$Outbound` instead. */
|
|
3301
|
+
type Outbound = DollarExists$Outbound;
|
|
3302
|
+
}
|
|
3303
|
+
export declare function dollarExistsToJSON(dollarExists: DollarExists): string;
|
|
3304
|
+
export declare function dollarExistsFromJSON(jsonString: string): SafeParseResult<DollarExists, SDKValidationError>;
|
|
3305
|
+
/** @internal */
|
|
3306
|
+
export declare const DollarNin$inboundSchema: z.ZodType<DollarNin, z.ZodTypeDef, unknown>;
|
|
3307
|
+
/** @internal */
|
|
3308
|
+
export type DollarNin$Outbound = string | number | boolean;
|
|
3309
|
+
/** @internal */
|
|
3310
|
+
export declare const DollarNin$outboundSchema: z.ZodType<DollarNin$Outbound, z.ZodTypeDef, DollarNin>;
|
|
3311
|
+
/**
|
|
3312
|
+
* @internal
|
|
3313
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3314
|
+
*/
|
|
3315
|
+
export declare namespace DollarNin$ {
|
|
3316
|
+
/** @deprecated use `DollarNin$inboundSchema` instead. */
|
|
3317
|
+
const inboundSchema: z.ZodType<DollarNin, z.ZodTypeDef, unknown>;
|
|
3318
|
+
/** @deprecated use `DollarNin$outboundSchema` instead. */
|
|
3319
|
+
const outboundSchema: z.ZodType<DollarNin$Outbound, z.ZodTypeDef, DollarNin>;
|
|
3320
|
+
/** @deprecated use `DollarNin$Outbound` instead. */
|
|
3321
|
+
type Outbound = DollarNin$Outbound;
|
|
3322
|
+
}
|
|
3323
|
+
export declare function dollarNinToJSON(dollarNin: DollarNin): string;
|
|
3324
|
+
export declare function dollarNinFromJSON(jsonString: string): SafeParseResult<DollarNin, SDKValidationError>;
|
|
3325
|
+
/** @internal */
|
|
3326
|
+
export declare const OneDollarNin$inboundSchema: z.ZodType<OneDollarNin, z.ZodTypeDef, unknown>;
|
|
3327
|
+
/** @internal */
|
|
3328
|
+
export type OneDollarNin$Outbound = {
|
|
3329
|
+
$nin: Array<string | number | boolean>;
|
|
3330
|
+
};
|
|
3331
|
+
/** @internal */
|
|
3332
|
+
export declare const OneDollarNin$outboundSchema: z.ZodType<OneDollarNin$Outbound, z.ZodTypeDef, OneDollarNin>;
|
|
3333
|
+
/**
|
|
3334
|
+
* @internal
|
|
3335
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3336
|
+
*/
|
|
3337
|
+
export declare namespace OneDollarNin$ {
|
|
3338
|
+
/** @deprecated use `OneDollarNin$inboundSchema` instead. */
|
|
3339
|
+
const inboundSchema: z.ZodType<OneDollarNin, z.ZodTypeDef, unknown>;
|
|
3340
|
+
/** @deprecated use `OneDollarNin$outboundSchema` instead. */
|
|
3341
|
+
const outboundSchema: z.ZodType<OneDollarNin$Outbound, z.ZodTypeDef, OneDollarNin>;
|
|
3342
|
+
/** @deprecated use `OneDollarNin$Outbound` instead. */
|
|
3343
|
+
type Outbound = OneDollarNin$Outbound;
|
|
3344
|
+
}
|
|
3345
|
+
export declare function oneDollarNinToJSON(oneDollarNin: OneDollarNin): string;
|
|
3346
|
+
export declare function oneDollarNinFromJSON(jsonString: string): SafeParseResult<OneDollarNin, SDKValidationError>;
|
|
3347
|
+
/** @internal */
|
|
3348
|
+
export declare const DollarIn$inboundSchema: z.ZodType<DollarIn, z.ZodTypeDef, unknown>;
|
|
3349
|
+
/** @internal */
|
|
3350
|
+
export type DollarIn$Outbound = string | number | boolean;
|
|
3351
|
+
/** @internal */
|
|
3352
|
+
export declare const DollarIn$outboundSchema: z.ZodType<DollarIn$Outbound, z.ZodTypeDef, DollarIn>;
|
|
3353
|
+
/**
|
|
3354
|
+
* @internal
|
|
3355
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3356
|
+
*/
|
|
3357
|
+
export declare namespace DollarIn$ {
|
|
3358
|
+
/** @deprecated use `DollarIn$inboundSchema` instead. */
|
|
3359
|
+
const inboundSchema: z.ZodType<DollarIn, z.ZodTypeDef, unknown>;
|
|
3360
|
+
/** @deprecated use `DollarIn$outboundSchema` instead. */
|
|
3361
|
+
const outboundSchema: z.ZodType<DollarIn$Outbound, z.ZodTypeDef, DollarIn>;
|
|
3362
|
+
/** @deprecated use `DollarIn$Outbound` instead. */
|
|
3363
|
+
type Outbound = DollarIn$Outbound;
|
|
3364
|
+
}
|
|
3365
|
+
export declare function dollarInToJSON(dollarIn: DollarIn): string;
|
|
3366
|
+
export declare function dollarInFromJSON(jsonString: string): SafeParseResult<DollarIn, SDKValidationError>;
|
|
3367
|
+
/** @internal */
|
|
3368
|
+
export declare const OneDollarIn$inboundSchema: z.ZodType<OneDollarIn, z.ZodTypeDef, unknown>;
|
|
3369
|
+
/** @internal */
|
|
3370
|
+
export type OneDollarIn$Outbound = {
|
|
3371
|
+
$in: Array<string | number | boolean>;
|
|
3372
|
+
};
|
|
3373
|
+
/** @internal */
|
|
3374
|
+
export declare const OneDollarIn$outboundSchema: z.ZodType<OneDollarIn$Outbound, z.ZodTypeDef, OneDollarIn>;
|
|
3375
|
+
/**
|
|
3376
|
+
* @internal
|
|
3377
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3378
|
+
*/
|
|
3379
|
+
export declare namespace OneDollarIn$ {
|
|
3380
|
+
/** @deprecated use `OneDollarIn$inboundSchema` instead. */
|
|
3381
|
+
const inboundSchema: z.ZodType<OneDollarIn, z.ZodTypeDef, unknown>;
|
|
3382
|
+
/** @deprecated use `OneDollarIn$outboundSchema` instead. */
|
|
3383
|
+
const outboundSchema: z.ZodType<OneDollarIn$Outbound, z.ZodTypeDef, OneDollarIn>;
|
|
3384
|
+
/** @deprecated use `OneDollarIn$Outbound` instead. */
|
|
3385
|
+
type Outbound = OneDollarIn$Outbound;
|
|
3386
|
+
}
|
|
3387
|
+
export declare function oneDollarInToJSON(oneDollarIn: OneDollarIn): string;
|
|
3388
|
+
export declare function oneDollarInFromJSON(jsonString: string): SafeParseResult<OneDollarIn, SDKValidationError>;
|
|
3389
|
+
/** @internal */
|
|
3390
|
+
export declare const DollarLte$inboundSchema: z.ZodType<DollarLte, z.ZodTypeDef, unknown>;
|
|
3391
|
+
/** @internal */
|
|
3392
|
+
export type DollarLte$Outbound = {
|
|
3393
|
+
$lte: number;
|
|
3394
|
+
};
|
|
3395
|
+
/** @internal */
|
|
3396
|
+
export declare const DollarLte$outboundSchema: z.ZodType<DollarLte$Outbound, z.ZodTypeDef, DollarLte>;
|
|
3397
|
+
/**
|
|
3398
|
+
* @internal
|
|
3399
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3400
|
+
*/
|
|
3401
|
+
export declare namespace DollarLte$ {
|
|
3402
|
+
/** @deprecated use `DollarLte$inboundSchema` instead. */
|
|
3403
|
+
const inboundSchema: z.ZodType<DollarLte, z.ZodTypeDef, unknown>;
|
|
3404
|
+
/** @deprecated use `DollarLte$outboundSchema` instead. */
|
|
3405
|
+
const outboundSchema: z.ZodType<DollarLte$Outbound, z.ZodTypeDef, DollarLte>;
|
|
3406
|
+
/** @deprecated use `DollarLte$Outbound` instead. */
|
|
3407
|
+
type Outbound = DollarLte$Outbound;
|
|
3408
|
+
}
|
|
3409
|
+
export declare function dollarLteToJSON(dollarLte: DollarLte): string;
|
|
3410
|
+
export declare function dollarLteFromJSON(jsonString: string): SafeParseResult<DollarLte, SDKValidationError>;
|
|
3411
|
+
/** @internal */
|
|
3412
|
+
export declare const DollarLt$inboundSchema: z.ZodType<DollarLt, z.ZodTypeDef, unknown>;
|
|
3413
|
+
/** @internal */
|
|
3414
|
+
export type DollarLt$Outbound = {
|
|
3415
|
+
$lt: number;
|
|
3416
|
+
};
|
|
3417
|
+
/** @internal */
|
|
3418
|
+
export declare const DollarLt$outboundSchema: z.ZodType<DollarLt$Outbound, z.ZodTypeDef, DollarLt>;
|
|
3419
|
+
/**
|
|
3420
|
+
* @internal
|
|
3421
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3422
|
+
*/
|
|
3423
|
+
export declare namespace DollarLt$ {
|
|
3424
|
+
/** @deprecated use `DollarLt$inboundSchema` instead. */
|
|
3425
|
+
const inboundSchema: z.ZodType<DollarLt, z.ZodTypeDef, unknown>;
|
|
3426
|
+
/** @deprecated use `DollarLt$outboundSchema` instead. */
|
|
3427
|
+
const outboundSchema: z.ZodType<DollarLt$Outbound, z.ZodTypeDef, DollarLt>;
|
|
3428
|
+
/** @deprecated use `DollarLt$Outbound` instead. */
|
|
3429
|
+
type Outbound = DollarLt$Outbound;
|
|
3430
|
+
}
|
|
3431
|
+
export declare function dollarLtToJSON(dollarLt: DollarLt): string;
|
|
3432
|
+
export declare function dollarLtFromJSON(jsonString: string): SafeParseResult<DollarLt, SDKValidationError>;
|
|
3433
|
+
/** @internal */
|
|
3434
|
+
export declare const DollarGte$inboundSchema: z.ZodType<DollarGte, z.ZodTypeDef, unknown>;
|
|
3435
|
+
/** @internal */
|
|
3436
|
+
export type DollarGte$Outbound = {
|
|
3437
|
+
$gte: number;
|
|
3438
|
+
};
|
|
3439
|
+
/** @internal */
|
|
3440
|
+
export declare const DollarGte$outboundSchema: z.ZodType<DollarGte$Outbound, z.ZodTypeDef, DollarGte>;
|
|
3441
|
+
/**
|
|
3442
|
+
* @internal
|
|
3443
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3444
|
+
*/
|
|
3445
|
+
export declare namespace DollarGte$ {
|
|
3446
|
+
/** @deprecated use `DollarGte$inboundSchema` instead. */
|
|
3447
|
+
const inboundSchema: z.ZodType<DollarGte, z.ZodTypeDef, unknown>;
|
|
3448
|
+
/** @deprecated use `DollarGte$outboundSchema` instead. */
|
|
3449
|
+
const outboundSchema: z.ZodType<DollarGte$Outbound, z.ZodTypeDef, DollarGte>;
|
|
3450
|
+
/** @deprecated use `DollarGte$Outbound` instead. */
|
|
3451
|
+
type Outbound = DollarGte$Outbound;
|
|
3452
|
+
}
|
|
3453
|
+
export declare function dollarGteToJSON(dollarGte: DollarGte): string;
|
|
3454
|
+
export declare function dollarGteFromJSON(jsonString: string): SafeParseResult<DollarGte, SDKValidationError>;
|
|
3455
|
+
/** @internal */
|
|
3456
|
+
export declare const Three$inboundSchema: z.ZodType<Three, z.ZodTypeDef, unknown>;
|
|
3457
|
+
/** @internal */
|
|
3458
|
+
export type Three$Outbound = {
|
|
3459
|
+
$gt: number;
|
|
3460
|
+
};
|
|
3461
|
+
/** @internal */
|
|
3462
|
+
export declare const Three$outboundSchema: z.ZodType<Three$Outbound, z.ZodTypeDef, Three>;
|
|
3463
|
+
/**
|
|
3464
|
+
* @internal
|
|
3465
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3466
|
+
*/
|
|
3467
|
+
export declare namespace Three$ {
|
|
3468
|
+
/** @deprecated use `Three$inboundSchema` instead. */
|
|
3469
|
+
const inboundSchema: z.ZodType<Three, z.ZodTypeDef, unknown>;
|
|
3470
|
+
/** @deprecated use `Three$outboundSchema` instead. */
|
|
3471
|
+
const outboundSchema: z.ZodType<Three$Outbound, z.ZodTypeDef, Three>;
|
|
3472
|
+
/** @deprecated use `Three$Outbound` instead. */
|
|
3473
|
+
type Outbound = Three$Outbound;
|
|
3474
|
+
}
|
|
3475
|
+
export declare function threeToJSON(three: Three): string;
|
|
3476
|
+
export declare function threeFromJSON(jsonString: string): SafeParseResult<Three, SDKValidationError>;
|
|
3477
|
+
/** @internal */
|
|
3478
|
+
export declare const DollarNe$inboundSchema: z.ZodType<DollarNe, z.ZodTypeDef, unknown>;
|
|
3479
|
+
/** @internal */
|
|
3480
|
+
export type DollarNe$Outbound = string | number | boolean;
|
|
3481
|
+
/** @internal */
|
|
3482
|
+
export declare const DollarNe$outboundSchema: z.ZodType<DollarNe$Outbound, z.ZodTypeDef, DollarNe>;
|
|
3483
|
+
/**
|
|
3484
|
+
* @internal
|
|
3485
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3486
|
+
*/
|
|
3487
|
+
export declare namespace DollarNe$ {
|
|
3488
|
+
/** @deprecated use `DollarNe$inboundSchema` instead. */
|
|
3489
|
+
const inboundSchema: z.ZodType<DollarNe, z.ZodTypeDef, unknown>;
|
|
3490
|
+
/** @deprecated use `DollarNe$outboundSchema` instead. */
|
|
3491
|
+
const outboundSchema: z.ZodType<DollarNe$Outbound, z.ZodTypeDef, DollarNe>;
|
|
3492
|
+
/** @deprecated use `DollarNe$Outbound` instead. */
|
|
3493
|
+
type Outbound = DollarNe$Outbound;
|
|
3494
|
+
}
|
|
3495
|
+
export declare function dollarNeToJSON(dollarNe: DollarNe): string;
|
|
3496
|
+
export declare function dollarNeFromJSON(jsonString: string): SafeParseResult<DollarNe, SDKValidationError>;
|
|
3497
|
+
/** @internal */
|
|
3498
|
+
export declare const OneDollarNe$inboundSchema: z.ZodType<OneDollarNe, z.ZodTypeDef, unknown>;
|
|
3499
|
+
/** @internal */
|
|
3500
|
+
export type OneDollarNe$Outbound = {
|
|
3501
|
+
$ne: string | number | boolean;
|
|
3502
|
+
};
|
|
3503
|
+
/** @internal */
|
|
3504
|
+
export declare const OneDollarNe$outboundSchema: z.ZodType<OneDollarNe$Outbound, z.ZodTypeDef, OneDollarNe>;
|
|
3505
|
+
/**
|
|
3506
|
+
* @internal
|
|
3507
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3508
|
+
*/
|
|
3509
|
+
export declare namespace OneDollarNe$ {
|
|
3510
|
+
/** @deprecated use `OneDollarNe$inboundSchema` instead. */
|
|
3511
|
+
const inboundSchema: z.ZodType<OneDollarNe, z.ZodTypeDef, unknown>;
|
|
3512
|
+
/** @deprecated use `OneDollarNe$outboundSchema` instead. */
|
|
3513
|
+
const outboundSchema: z.ZodType<OneDollarNe$Outbound, z.ZodTypeDef, OneDollarNe>;
|
|
3514
|
+
/** @deprecated use `OneDollarNe$Outbound` instead. */
|
|
3515
|
+
type Outbound = OneDollarNe$Outbound;
|
|
3516
|
+
}
|
|
3517
|
+
export declare function oneDollarNeToJSON(oneDollarNe: OneDollarNe): string;
|
|
3518
|
+
export declare function oneDollarNeFromJSON(jsonString: string): SafeParseResult<OneDollarNe, SDKValidationError>;
|
|
3519
|
+
/** @internal */
|
|
3520
|
+
export declare const DollarEq$inboundSchema: z.ZodType<DollarEq, z.ZodTypeDef, unknown>;
|
|
3521
|
+
/** @internal */
|
|
3522
|
+
export type DollarEq$Outbound = string | number | boolean;
|
|
3523
|
+
/** @internal */
|
|
3524
|
+
export declare const DollarEq$outboundSchema: z.ZodType<DollarEq$Outbound, z.ZodTypeDef, DollarEq>;
|
|
3525
|
+
/**
|
|
3526
|
+
* @internal
|
|
3527
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3528
|
+
*/
|
|
3529
|
+
export declare namespace DollarEq$ {
|
|
3530
|
+
/** @deprecated use `DollarEq$inboundSchema` instead. */
|
|
3531
|
+
const inboundSchema: z.ZodType<DollarEq, z.ZodTypeDef, unknown>;
|
|
3532
|
+
/** @deprecated use `DollarEq$outboundSchema` instead. */
|
|
3533
|
+
const outboundSchema: z.ZodType<DollarEq$Outbound, z.ZodTypeDef, DollarEq>;
|
|
3534
|
+
/** @deprecated use `DollarEq$Outbound` instead. */
|
|
3535
|
+
type Outbound = DollarEq$Outbound;
|
|
3536
|
+
}
|
|
3537
|
+
export declare function dollarEqToJSON(dollarEq: DollarEq): string;
|
|
3538
|
+
export declare function dollarEqFromJSON(jsonString: string): SafeParseResult<DollarEq, SDKValidationError>;
|
|
3539
|
+
/** @internal */
|
|
3540
|
+
export declare const OneDollarEq$inboundSchema: z.ZodType<OneDollarEq, z.ZodTypeDef, unknown>;
|
|
3541
|
+
/** @internal */
|
|
3542
|
+
export type OneDollarEq$Outbound = {
|
|
3543
|
+
$eq: string | number | boolean;
|
|
3544
|
+
};
|
|
3545
|
+
/** @internal */
|
|
3546
|
+
export declare const OneDollarEq$outboundSchema: z.ZodType<OneDollarEq$Outbound, z.ZodTypeDef, OneDollarEq>;
|
|
3547
|
+
/**
|
|
3548
|
+
* @internal
|
|
3549
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3550
|
+
*/
|
|
3551
|
+
export declare namespace OneDollarEq$ {
|
|
3552
|
+
/** @deprecated use `OneDollarEq$inboundSchema` instead. */
|
|
3553
|
+
const inboundSchema: z.ZodType<OneDollarEq, z.ZodTypeDef, unknown>;
|
|
3554
|
+
/** @deprecated use `OneDollarEq$outboundSchema` instead. */
|
|
3555
|
+
const outboundSchema: z.ZodType<OneDollarEq$Outbound, z.ZodTypeDef, OneDollarEq>;
|
|
3556
|
+
/** @deprecated use `OneDollarEq$Outbound` instead. */
|
|
3557
|
+
type Outbound = OneDollarEq$Outbound;
|
|
3558
|
+
}
|
|
3559
|
+
export declare function oneDollarEqToJSON(oneDollarEq: OneDollarEq): string;
|
|
3560
|
+
export declare function oneDollarEqFromJSON(jsonString: string): SafeParseResult<OneDollarEq, SDKValidationError>;
|
|
3561
|
+
/** @internal */
|
|
3562
|
+
export declare const One$inboundSchema: z.ZodType<One, z.ZodTypeDef, unknown>;
|
|
3563
|
+
/** @internal */
|
|
3564
|
+
export type One$Outbound = OneDollarEq$Outbound | OneDollarNe$Outbound | Three$Outbound | DollarGte$Outbound | DollarLt$Outbound | DollarLte$Outbound | OneDollarIn$Outbound | OneDollarNin$Outbound | DollarExists$Outbound;
|
|
3565
|
+
/** @internal */
|
|
3566
|
+
export declare const One$outboundSchema: z.ZodType<One$Outbound, z.ZodTypeDef, One>;
|
|
3567
|
+
/**
|
|
3568
|
+
* @internal
|
|
3569
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3570
|
+
*/
|
|
3571
|
+
export declare namespace One$ {
|
|
3572
|
+
/** @deprecated use `One$inboundSchema` instead. */
|
|
3573
|
+
const inboundSchema: z.ZodType<One, z.ZodTypeDef, unknown>;
|
|
3574
|
+
/** @deprecated use `One$outboundSchema` instead. */
|
|
3575
|
+
const outboundSchema: z.ZodType<One$Outbound, z.ZodTypeDef, One>;
|
|
3576
|
+
/** @deprecated use `One$Outbound` instead. */
|
|
3577
|
+
type Outbound = One$Outbound;
|
|
3578
|
+
}
|
|
3579
|
+
export declare function oneToJSON(one: One): string;
|
|
3580
|
+
export declare function oneFromJSON(jsonString: string): SafeParseResult<One, SDKValidationError>;
|
|
3581
|
+
/** @internal */
|
|
3582
|
+
export declare const KnowledgeFilter$inboundSchema: z.ZodType<KnowledgeFilter, z.ZodTypeDef, unknown>;
|
|
3583
|
+
/** @internal */
|
|
3584
|
+
export type KnowledgeFilter$Outbound = KnowledgeFilterDollarAnd$Outbound | KnowledgeFilterDollarOr$Outbound | {
|
|
3585
|
+
[k: string]: OneDollarEq$Outbound | OneDollarNe$Outbound | Three$Outbound | DollarGte$Outbound | DollarLt$Outbound | DollarLte$Outbound | OneDollarIn$Outbound | OneDollarNin$Outbound | DollarExists$Outbound;
|
|
3586
|
+
};
|
|
3587
|
+
/** @internal */
|
|
3588
|
+
export declare const KnowledgeFilter$outboundSchema: z.ZodType<KnowledgeFilter$Outbound, z.ZodTypeDef, KnowledgeFilter>;
|
|
3589
|
+
/**
|
|
3590
|
+
* @internal
|
|
3591
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3592
|
+
*/
|
|
3593
|
+
export declare namespace KnowledgeFilter$ {
|
|
3594
|
+
/** @deprecated use `KnowledgeFilter$inboundSchema` instead. */
|
|
3595
|
+
const inboundSchema: z.ZodType<KnowledgeFilter, z.ZodTypeDef, unknown>;
|
|
3596
|
+
/** @deprecated use `KnowledgeFilter$outboundSchema` instead. */
|
|
3597
|
+
const outboundSchema: z.ZodType<KnowledgeFilter$Outbound, z.ZodTypeDef, KnowledgeFilter>;
|
|
3598
|
+
/** @deprecated use `KnowledgeFilter$Outbound` instead. */
|
|
3599
|
+
type Outbound = KnowledgeFilter$Outbound;
|
|
3600
|
+
}
|
|
3601
|
+
export declare function knowledgeFilterToJSON(knowledgeFilter: KnowledgeFilter): string;
|
|
3602
|
+
export declare function knowledgeFilterFromJSON(jsonString: string): SafeParseResult<KnowledgeFilter, SDKValidationError>;
|
|
3603
|
+
/** @internal */
|
|
3604
|
+
export declare const Deployments$inboundSchema: z.ZodType<Deployments, z.ZodTypeDef, unknown>;
|
|
3605
|
+
/** @internal */
|
|
3606
|
+
export type Deployments$Outbound = {
|
|
3607
|
+
key: string;
|
|
3608
|
+
inputs?: {
|
|
3609
|
+
[k: string]: string | number | boolean;
|
|
3610
|
+
} | undefined;
|
|
3611
|
+
context?: {
|
|
3612
|
+
[k: string]: any;
|
|
3613
|
+
} | undefined;
|
|
3614
|
+
prefix_messages?: Array<DeveloperMessage$Outbound | SystemMessage$Outbound | UserMessage$Outbound | ToolMessage$Outbound | AssistantMessage$Outbound> | undefined;
|
|
3615
|
+
messages?: Array<MessagesDeveloperMessage$Outbound | MessagesSystemMessage$Outbound | MessagesUserMessage$Outbound | MessagesToolMessage$Outbound | MessagesAssistantMessage$Outbound> | undefined;
|
|
3616
|
+
file_ids?: Array<string> | undefined;
|
|
2245
3617
|
metadata?: {
|
|
2246
3618
|
[k: string]: any;
|
|
2247
3619
|
} | undefined;
|
|
@@ -2251,6 +3623,9 @@ export type Deployments$Outbound = {
|
|
|
2251
3623
|
documents?: Array<Documents$Outbound> | undefined;
|
|
2252
3624
|
invoke_options?: InvokeOptions$Outbound | undefined;
|
|
2253
3625
|
thread?: Thread$Outbound | undefined;
|
|
3626
|
+
knowledge_filter?: KnowledgeFilterDollarAnd$Outbound | KnowledgeFilterDollarOr$Outbound | {
|
|
3627
|
+
[k: string]: OneDollarEq$Outbound | OneDollarNe$Outbound | Three$Outbound | DollarGte$Outbound | DollarLt$Outbound | DollarLte$Outbound | OneDollarIn$Outbound | OneDollarNin$Outbound | DollarExists$Outbound;
|
|
3628
|
+
} | undefined;
|
|
2254
3629
|
};
|
|
2255
3630
|
/** @internal */
|
|
2256
3631
|
export declare const Deployments$outboundSchema: z.ZodType<Deployments$Outbound, z.ZodTypeDef, Deployments>;
|