@orq-ai/node 4.10.0-rc.0 → 4.10.0-rc.10
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 +46 -55
- package/funcs/identitiesCreate.d.ts +3 -3
- package/funcs/identitiesCreate.d.ts.map +1 -1
- package/funcs/identitiesCreate.js +5 -7
- package/funcs/identitiesCreate.js.map +1 -1
- package/funcs/identitiesDelete.d.ts +3 -3
- package/funcs/identitiesDelete.d.ts.map +1 -1
- package/funcs/identitiesDelete.js +3 -7
- package/funcs/identitiesDelete.js.map +1 -1
- package/funcs/identitiesList.d.ts +2 -1
- package/funcs/identitiesList.d.ts.map +1 -1
- package/funcs/identitiesList.js +3 -2
- package/funcs/identitiesList.js.map +1 -1
- package/funcs/identitiesRetrieve.d.ts +2 -2
- package/funcs/identitiesRetrieve.d.ts.map +1 -1
- package/funcs/identitiesRetrieve.js +2 -5
- package/funcs/identitiesRetrieve.js.map +1 -1
- package/funcs/identitiesUpdate.d.ts +2 -2
- package/funcs/identitiesUpdate.d.ts.map +1 -1
- package/funcs/identitiesUpdate.js +5 -6
- package/funcs/identitiesUpdate.js.map +1 -1
- package/funcs/projectsCreate.d.ts +1 -1
- package/funcs/projectsCreate.js +1 -1
- package/funcs/projectsDelete.d.ts +3 -0
- package/funcs/projectsDelete.d.ts.map +1 -1
- package/funcs/projectsDelete.js +3 -0
- package/funcs/projectsDelete.js.map +1 -1
- package/funcs/projectsList.d.ts +1 -1
- package/funcs/projectsList.js +1 -1
- package/funcs/reportingQuery.d.ts +17 -0
- package/funcs/reportingQuery.d.ts.map +1 -0
- package/funcs/{contactsCreate.js → reportingQuery.js} +10 -10
- package/funcs/reportingQuery.js.map +1 -0
- package/funcs/skillsCreate.d.ts +1 -1
- package/funcs/skillsCreate.js +1 -1
- package/funcs/skillsDelete.d.ts +3 -0
- package/funcs/skillsDelete.d.ts.map +1 -1
- package/funcs/skillsDelete.js +3 -0
- package/funcs/skillsDelete.js.map +1 -1
- package/funcs/skillsGet.d.ts +1 -1
- package/funcs/skillsGet.js +1 -1
- package/funcs/skillsList.d.ts +1 -1
- package/funcs/skillsList.js +1 -1
- package/funcs/skillsUpdate.d.ts +1 -1
- package/funcs/skillsUpdate.js +1 -1
- package/jsr.json +1 -1
- package/langchain/async-handler.d.mts.map +1 -1
- package/langchain/async-handler.mjs +8 -11
- package/langchain/async-handler.mjs.map +1 -1
- package/langchain/events.d.mts.map +1 -1
- package/langchain/events.mjs +12 -0
- package/langchain/events.mjs.map +1 -1
- package/langchain/handler.d.mts.map +1 -1
- package/langchain/handler.mjs +8 -11
- package/langchain/handler.mjs.map +1 -1
- package/langchain/span-builder.mjs +3 -3
- package/langchain/span-builder.mjs.map +1 -1
- package/langchain/utils.d.mts.map +1 -1
- package/langchain/utils.mjs +115 -0
- package/langchain/utils.mjs.map +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/models/components/createidentityrequest.d.ts +28 -0
- package/models/components/createidentityrequest.d.ts.map +1 -0
- package/models/{operations/createidentity.js → components/createidentityrequest.js} +18 -38
- package/models/components/createidentityrequest.js.map +1 -0
- package/models/components/createidentityresponse.d.ts +11 -0
- package/models/components/createidentityresponse.d.ts.map +1 -0
- package/models/components/createidentityresponse.js +51 -0
- package/models/components/createidentityresponse.js.map +1 -0
- package/models/components/createprojectrequest.d.ts +6 -0
- package/models/components/createprojectrequest.d.ts.map +1 -1
- package/models/components/createprojectrequest.js.map +1 -1
- package/models/components/createprojectresponse.d.ts +3 -0
- package/models/components/createprojectresponse.d.ts.map +1 -1
- package/models/components/createprojectresponse.js.map +1 -1
- package/models/components/createskillrequest.d.ts +18 -0
- package/models/components/createskillrequest.d.ts.map +1 -1
- package/models/components/createskillrequest.js.map +1 -1
- package/models/components/createskillresponse.d.ts +3 -0
- package/models/components/createskillresponse.d.ts.map +1 -1
- package/models/components/createskillresponse.js.map +1 -1
- package/models/components/datapoint.d.ts +40 -0
- package/models/components/datapoint.d.ts.map +1 -0
- package/models/components/datapoint.js +53 -0
- package/models/components/datapoint.js.map +1 -0
- package/models/components/deleteidentityresponse.d.ts +8 -0
- package/models/components/deleteidentityresponse.d.ts.map +1 -0
- package/models/components/deleteidentityresponse.js +48 -0
- package/models/components/deleteidentityresponse.js.map +1 -0
- package/models/components/file.d.ts +0 -1
- package/models/components/file.d.ts.map +1 -1
- package/models/components/file.js +0 -2
- package/models/components/file.js.map +1 -1
- package/models/components/filter.d.ts +99 -0
- package/models/components/filter.d.ts.map +1 -0
- package/models/components/filter.js +120 -0
- package/models/components/filter.js.map +1 -0
- package/models/components/getprojectresponse.d.ts +3 -0
- package/models/components/getprojectresponse.d.ts.map +1 -1
- package/models/components/getprojectresponse.js.map +1 -1
- package/models/components/getskillresponse.d.ts +3 -0
- package/models/components/getskillresponse.d.ts.map +1 -1
- package/models/components/getskillresponse.js.map +1 -1
- package/models/components/identity.d.ts +25 -0
- package/models/components/identity.d.ts.map +1 -0
- package/models/{operations/createcontact.js → components/identity.js} +22 -32
- package/models/components/identity.js.map +1 -0
- package/models/components/identitymetrics.d.ts +13 -0
- package/models/components/identitymetrics.d.ts.map +1 -0
- package/models/{errors/updateidentity.js → components/identitymetrics.js} +19 -26
- package/models/components/identitymetrics.js.map +1 -0
- package/models/components/index.d.ts +15 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +15 -0
- package/models/components/index.js.map +1 -1
- package/models/components/invokedeploymentrequest.d.ts +6 -6
- package/models/components/invokedeploymentrequest.d.ts.map +1 -1
- package/models/components/invokedeploymentrequest.js +7 -6
- package/models/components/invokedeploymentrequest.js.map +1 -1
- package/models/components/listidentitiesresponse.d.ts +13 -0
- package/models/components/listidentitiesresponse.d.ts.map +1 -0
- package/models/{errors/deleteidentity.js → components/listidentitiesresponse.js} +16 -29
- package/models/components/listidentitiesresponse.js.map +1 -0
- package/models/components/listprojectsresponse.d.ts +12 -0
- package/models/components/listprojectsresponse.d.ts.map +1 -1
- package/models/components/listprojectsresponse.js.map +1 -1
- package/models/components/listskillsresponse.d.ts +12 -0
- package/models/components/listskillsresponse.d.ts.map +1 -1
- package/models/components/listskillsresponse.js.map +1 -1
- package/models/components/modelref.d.ts +2 -0
- package/models/components/modelref.d.ts.map +1 -1
- package/models/components/modelref.js +4 -0
- package/models/components/modelref.js.map +1 -1
- package/models/components/project.d.ts +42 -1
- package/models/components/project.d.ts.map +1 -1
- package/models/components/project.js +0 -2
- package/models/components/project.js.map +1 -1
- package/models/components/queryreportrequest.d.ts +156 -0
- package/models/components/queryreportrequest.d.ts.map +1 -0
- package/models/components/queryreportrequest.js +166 -0
- package/models/components/queryreportrequest.js.map +1 -0
- package/models/components/queryreportresponse.d.ts +59 -0
- package/models/components/queryreportresponse.d.ts.map +1 -0
- package/models/components/queryreportresponse.js +73 -0
- package/models/components/queryreportresponse.js.map +1 -0
- package/models/components/reasoningpart.js +1 -1
- package/models/components/responsemeta.d.ts +63 -0
- package/models/components/responsemeta.d.ts.map +1 -0
- package/models/{operations/remoteconfigsgetconfig.js → components/responsemeta.js} +31 -27
- package/models/components/responsemeta.js.map +1 -0
- package/models/components/retrieveidentityresponse.d.ts +11 -0
- package/models/components/retrieveidentityresponse.d.ts.map +1 -0
- package/models/components/retrieveidentityresponse.js +51 -0
- package/models/components/retrieveidentityresponse.js.map +1 -0
- package/models/components/skill.d.ts +37 -1
- package/models/components/skill.d.ts.map +1 -1
- package/models/components/skill.js +0 -2
- package/models/components/skill.js.map +1 -1
- package/models/components/totals.d.ts +18 -0
- package/models/components/totals.d.ts.map +1 -0
- package/models/components/totals.js +51 -0
- package/models/components/totals.js.map +1 -0
- package/models/components/updateidentityrequest.d.ts +28 -0
- package/models/components/updateidentityrequest.d.ts.map +1 -0
- package/models/components/updateidentityrequest.js +67 -0
- package/models/components/updateidentityrequest.js.map +1 -0
- package/models/components/updateidentityresponse.d.ts +11 -0
- package/models/components/updateidentityresponse.d.ts.map +1 -0
- package/models/components/updateidentityresponse.js +51 -0
- package/models/components/updateidentityresponse.js.map +1 -0
- package/models/components/updateprojectrequest.d.ts +12 -0
- package/models/components/updateprojectrequest.d.ts.map +1 -1
- package/models/components/updateprojectrequest.js.map +1 -1
- package/models/components/updateprojectresponse.d.ts +3 -0
- package/models/components/updateprojectresponse.d.ts.map +1 -1
- package/models/components/updateprojectresponse.js.map +1 -1
- package/models/components/updateskillrequest.d.ts +21 -0
- package/models/components/updateskillrequest.d.ts.map +1 -1
- package/models/components/updateskillrequest.js.map +1 -1
- package/models/components/updateskillresponse.d.ts +3 -0
- package/models/components/updateskillresponse.d.ts.map +1 -1
- package/models/components/updateskillresponse.js.map +1 -1
- package/models/errors/index.d.ts +0 -3
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +0 -3
- package/models/errors/index.js.map +1 -1
- package/models/operations/createagentrequest.d.ts +3 -3
- package/models/operations/createannotation.d.ts +4 -4
- package/models/operations/createannotation.d.ts.map +1 -1
- package/models/operations/createannotation.js +5 -5
- package/models/operations/createannotation.js.map +1 -1
- package/models/operations/createdataset.d.ts +3 -3
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +4 -4
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createeval.d.ts +15 -15
- package/models/operations/createeval.js +16 -16
- package/models/operations/createknowledge.d.ts +9 -9
- package/models/operations/creatememorystore.d.ts +3 -3
- package/models/operations/createprompt.d.ts +3 -3
- package/models/operations/createrouterresponse.d.ts +6 -11
- package/models/operations/createrouterresponse.d.ts.map +1 -1
- package/models/operations/createrouterresponse.js +2 -8
- package/models/operations/createrouterresponse.js.map +1 -1
- package/models/operations/createtool.d.ts +30 -30
- package/models/operations/createtool.js +6 -6
- package/models/operations/deleteidentity.d.ts +0 -3
- package/models/operations/deleteidentity.d.ts.map +1 -1
- package/models/operations/deleteidentity.js.map +1 -1
- package/models/operations/getalltools.d.ts +15 -15
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +16 -16
- package/models/operations/getoneknowledge.d.ts +6 -6
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/index.d.ts +0 -3
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +0 -3
- package/models/operations/index.js.map +1 -1
- package/models/operations/invokeeval.d.ts +28 -28
- package/models/operations/invokeeval.d.ts.map +1 -1
- package/models/operations/invokeeval.js +40 -40
- package/models/operations/invokeeval.js.map +1 -1
- package/models/operations/listagents.d.ts +3 -3
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listidentities.d.ts +5 -121
- package/models/operations/listidentities.d.ts.map +1 -1
- package/models/operations/listidentities.js +5 -76
- package/models/operations/listidentities.js.map +1 -1
- package/models/operations/listknowledgebases.d.ts +6 -6
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2agentsa2a.d.ts +4 -4
- package/models/operations/postv2agentsa2a.d.ts.map +1 -1
- package/models/operations/postv2agentsa2a.js +6 -6
- package/models/operations/postv2agentsa2a.js.map +1 -1
- package/models/operations/postv2feedback.d.ts +15 -15
- package/models/operations/postv2feedback.d.ts.map +1 -1
- package/models/operations/postv2feedback.js +15 -16
- package/models/operations/postv2feedback.js.map +1 -1
- package/models/operations/postv2feedbackevaluation.js +3 -3
- package/models/operations/postv2feedbackremove.d.ts +8 -8
- package/models/operations/postv2feedbackremove.d.ts.map +1 -1
- package/models/operations/postv2feedbackremove.js +8 -7
- package/models/operations/postv2feedbackremove.js.map +1 -1
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/projectdelete.d.ts +3 -0
- package/models/operations/projectdelete.d.ts.map +1 -1
- package/models/operations/projectdelete.js.map +1 -1
- package/models/operations/projectget.d.ts +3 -0
- package/models/operations/projectget.d.ts.map +1 -1
- package/models/operations/projectget.js.map +1 -1
- package/models/operations/projectlist.d.ts +15 -0
- package/models/operations/projectlist.d.ts.map +1 -1
- package/models/operations/projectlist.js.map +1 -1
- package/models/operations/projectupdate.d.ts +3 -0
- package/models/operations/projectupdate.d.ts.map +1 -1
- package/models/operations/projectupdate.js.map +1 -1
- package/models/operations/retrieveagentrequest.d.ts +3 -3
- package/models/operations/retrievedatapoint.js +4 -4
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrieveidentity.d.ts +2 -78
- package/models/operations/retrieveidentity.d.ts.map +1 -1
- package/models/operations/retrieveidentity.js +2 -46
- package/models/operations/retrieveidentity.js.map +1 -1
- package/models/operations/retrievetool.d.ts +15 -15
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.d.ts +3 -3
- package/models/operations/runagent.js +1 -1
- package/models/operations/skilldelete.d.ts +3 -0
- package/models/operations/skilldelete.d.ts.map +1 -1
- package/models/operations/skilldelete.js.map +1 -1
- package/models/operations/skilllist.d.ts +12 -0
- package/models/operations/skilllist.d.ts.map +1 -1
- package/models/operations/skilllist.js.map +1 -1
- package/models/operations/skillupdate.d.ts +3 -0
- package/models/operations/skillupdate.d.ts.map +1 -1
- package/models/operations/skillupdate.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +3 -3
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/updateagent.d.ts +6 -6
- package/models/operations/updatedatapoint.js +4 -4
- package/models/operations/updatedataset.d.ts +3 -3
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateeval.js +16 -16
- package/models/operations/updateidentity.d.ts +3 -96
- package/models/operations/updateidentity.d.ts.map +1 -1
- package/models/operations/updateidentity.js +4 -46
- package/models/operations/updateidentity.js.map +1 -1
- package/models/operations/updateknowledge.d.ts +12 -12
- package/models/operations/updateprompt.d.ts +3 -3
- package/models/operations/updatetool.d.ts +30 -30
- package/models/operations/updatetool.js +7 -7
- package/package.json +5 -5
- package/sdk/feedback.d.ts +1 -1
- package/sdk/feedback.d.ts.map +1 -1
- package/sdk/feedback.js +3 -3
- package/sdk/feedback.js.map +1 -1
- package/sdk/identities.d.ts +11 -10
- package/sdk/identities.d.ts.map +1 -1
- package/sdk/identities.js +9 -9
- package/sdk/identities.js.map +1 -1
- package/sdk/projects.d.ts +5 -2
- package/sdk/projects.d.ts.map +1 -1
- package/sdk/projects.js +5 -2
- package/sdk/projects.js.map +1 -1
- package/sdk/reporting.d.ts +12 -0
- package/sdk/reporting.d.ts.map +1 -0
- package/sdk/reporting.js +22 -0
- package/sdk/reporting.js.map +1 -0
- package/sdk/sdk.d.ts +7 -10
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +10 -14
- package/sdk/sdk.js.map +1 -1
- package/sdk/skills.d.ts +7 -4
- package/sdk/skills.d.ts.map +1 -1
- package/sdk/skills.js +7 -4
- package/sdk/skills.js.map +1 -1
- package/src/funcs/identitiesCreate.ts +10 -15
- package/src/funcs/identitiesDelete.ts +7 -16
- package/src/funcs/identitiesList.ts +6 -5
- package/src/funcs/identitiesRetrieve.ts +6 -18
- package/src/funcs/identitiesUpdate.ts +9 -15
- package/src/funcs/projectsCreate.ts +1 -1
- package/src/funcs/projectsDelete.ts +3 -0
- package/src/funcs/projectsList.ts +1 -1
- package/src/funcs/{contactsCreate.ts → reportingQuery.ts} +13 -13
- package/src/funcs/skillsCreate.ts +1 -1
- package/src/funcs/skillsDelete.ts +3 -0
- package/src/funcs/skillsGet.ts +1 -1
- package/src/funcs/skillsList.ts +1 -1
- package/src/funcs/skillsUpdate.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/createidentityrequest.ts +76 -0
- package/src/models/components/createidentityresponse.ts +32 -0
- package/src/models/components/createprojectrequest.ts +6 -0
- package/src/models/components/createprojectresponse.ts +3 -0
- package/src/models/components/createskillrequest.ts +18 -0
- package/src/models/components/createskillresponse.ts +3 -0
- package/src/models/components/datapoint.ts +60 -0
- package/src/models/components/deleteidentityresponse.ts +27 -0
- package/src/models/components/file.ts +0 -3
- package/src/models/components/filter.ts +137 -0
- package/src/models/components/getprojectresponse.ts +3 -0
- package/src/models/components/getskillresponse.ts +3 -0
- package/src/models/components/identity.ts +83 -0
- package/src/models/components/identitymetrics.ts +45 -0
- package/src/models/components/index.ts +15 -0
- package/src/models/components/invokedeploymentrequest.ts +17 -10
- package/src/models/components/listidentitiesresponse.ts +41 -0
- package/src/models/components/listprojectsresponse.ts +12 -0
- package/src/models/components/listskillsresponse.ts +12 -0
- package/src/models/components/modelref.ts +6 -0
- package/src/models/components/project.ts +42 -3
- package/src/models/components/queryreportrequest.ts +237 -0
- package/src/models/components/queryreportresponse.ts +96 -0
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/components/responsemeta.ts +103 -0
- package/src/models/components/retrieveidentityresponse.ts +32 -0
- package/src/models/components/skill.ts +37 -3
- package/src/models/components/totals.ts +34 -0
- package/src/models/components/updateidentityrequest.ts +75 -0
- package/src/models/components/updateidentityresponse.ts +32 -0
- package/src/models/components/updateprojectrequest.ts +12 -0
- package/src/models/components/updateprojectresponse.ts +3 -0
- package/src/models/components/updateskillrequest.ts +21 -0
- package/src/models/components/updateskillresponse.ts +3 -0
- package/src/models/errors/index.ts +0 -3
- package/src/models/operations/createagentrequest.ts +3 -3
- package/src/models/operations/createannotation.ts +7 -11
- package/src/models/operations/createdataset.ts +4 -4
- package/src/models/operations/createdatasetitem.ts +4 -4
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createeval.ts +31 -31
- package/src/models/operations/createknowledge.ts +9 -9
- package/src/models/operations/creatememorystore.ts +3 -3
- package/src/models/operations/createprompt.ts +3 -3
- package/src/models/operations/createrouterresponse.ts +3 -24
- package/src/models/operations/createtool.ts +36 -36
- package/src/models/operations/deleteidentity.ts +0 -3
- package/src/models/operations/getalltools.ts +21 -21
- package/src/models/operations/getevals.ts +16 -16
- package/src/models/operations/getoneknowledge.ts +6 -6
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/index.ts +0 -3
- package/src/models/operations/invokeeval.ts +83 -80
- package/src/models/operations/listagents.ts +3 -3
- package/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/listidentities.ts +9 -230
- package/src/models/operations/listknowledgebases.ts +6 -6
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2agentsa2a.ts +14 -17
- package/src/models/operations/postv2feedback.ts +34 -27
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2feedbackremove.ts +14 -17
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/projectdelete.ts +3 -0
- package/src/models/operations/projectget.ts +3 -0
- package/src/models/operations/projectlist.ts +15 -0
- package/src/models/operations/projectupdate.ts +3 -0
- package/src/models/operations/retrieveagentrequest.ts +3 -3
- package/src/models/operations/retrievedatapoint.ts +4 -4
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrieveidentity.ts +3 -138
- package/src/models/operations/retrievetool.ts +21 -21
- package/src/models/operations/runagent.ts +4 -4
- package/src/models/operations/skilldelete.ts +3 -0
- package/src/models/operations/skilllist.ts +12 -0
- package/src/models/operations/skillupdate.ts +3 -0
- package/src/models/operations/streamrunagent.ts +4 -4
- package/src/models/operations/updateagent.ts +6 -6
- package/src/models/operations/updatedatapoint.ts +4 -4
- package/src/models/operations/updatedataset.ts +4 -4
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateeval.ts +16 -16
- package/src/models/operations/updateidentity.ts +5 -154
- package/src/models/operations/updateknowledge.ts +12 -12
- package/src/models/operations/updateprompt.ts +3 -3
- package/src/models/operations/updatetool.ts +37 -37
- package/src/sdk/feedback.ts +8 -8
- package/src/sdk/identities.ts +18 -17
- package/src/sdk/projects.ts +5 -2
- package/src/sdk/reporting.ts +27 -0
- package/src/sdk/sdk.ts +16 -22
- package/src/sdk/skills.ts +7 -4
- package/funcs/contactsCreate.d.ts +0 -17
- package/funcs/contactsCreate.d.ts.map +0 -1
- package/funcs/contactsCreate.js.map +0 -1
- package/funcs/remoteconfigsRetrieve.d.ts +0 -14
- package/funcs/remoteconfigsRetrieve.d.ts.map +0 -1
- package/funcs/remoteconfigsRetrieve.js +0 -115
- package/funcs/remoteconfigsRetrieve.js.map +0 -1
- package/models/errors/deleteidentity.d.ts +0 -30
- package/models/errors/deleteidentity.d.ts.map +0 -1
- package/models/errors/deleteidentity.js.map +0 -1
- package/models/errors/retrieveidentity.d.ts +0 -57
- package/models/errors/retrieveidentity.d.ts.map +0 -1
- package/models/errors/retrieveidentity.js +0 -100
- package/models/errors/retrieveidentity.js.map +0 -1
- package/models/errors/updateidentity.d.ts +0 -26
- package/models/errors/updateidentity.d.ts.map +0 -1
- package/models/errors/updateidentity.js.map +0 -1
- package/models/operations/createcontact.d.ts +0 -95
- package/models/operations/createcontact.d.ts.map +0 -1
- package/models/operations/createcontact.js.map +0 -1
- package/models/operations/createidentity.d.ts +0 -99
- package/models/operations/createidentity.d.ts.map +0 -1
- package/models/operations/createidentity.js.map +0 -1
- package/models/operations/remoteconfigsgetconfig.d.ts +0 -67
- package/models/operations/remoteconfigsgetconfig.d.ts.map +0 -1
- package/models/operations/remoteconfigsgetconfig.js.map +0 -1
- package/sdk/contacts.d.ts +0 -12
- package/sdk/contacts.d.ts.map +0 -1
- package/sdk/contacts.js +0 -22
- package/sdk/contacts.js.map +0 -1
- package/sdk/remoteconfigs.d.ts +0 -9
- package/sdk/remoteconfigs.d.ts.map +0 -1
- package/sdk/remoteconfigs.js +0 -19
- package/sdk/remoteconfigs.js.map +0 -1
- package/src/funcs/remoteconfigsRetrieve.ts +0 -163
- package/src/models/errors/deleteidentity.ts +0 -62
- package/src/models/errors/retrieveidentity.ts +0 -118
- package/src/models/errors/updateidentity.ts +0 -54
- package/src/models/operations/createcontact.ts +0 -156
- package/src/models/operations/createidentity.ts +0 -162
- package/src/models/operations/remoteconfigsgetconfig.ts +0 -108
- package/src/sdk/contacts.ts +0 -27
- package/src/sdk/remoteconfigs.ts +0 -24
|
@@ -318,11 +318,6 @@ export type OrqAiTool = {
|
|
|
318
318
|
type: CreateRouterResponseToolsType;
|
|
319
319
|
};
|
|
320
320
|
|
|
321
|
-
/**
|
|
322
|
-
* The parameters the function accepts, as a JSON Schema object.
|
|
323
|
-
*/
|
|
324
|
-
export type ToolsParameters = {};
|
|
325
|
-
|
|
326
321
|
/**
|
|
327
322
|
* A function tool the model can call.
|
|
328
323
|
*/
|
|
@@ -338,7 +333,7 @@ export type ToolsFunction = {
|
|
|
338
333
|
/**
|
|
339
334
|
* The parameters the function accepts, as a JSON Schema object.
|
|
340
335
|
*/
|
|
341
|
-
parameters?:
|
|
336
|
+
parameters?: { [k: string]: any } | undefined;
|
|
342
337
|
/**
|
|
343
338
|
* Whether to enforce strict parameter validation.
|
|
344
339
|
*/
|
|
@@ -1100,27 +1095,11 @@ export function orqAiToolToJSON(orqAiTool: OrqAiTool): string {
|
|
|
1100
1095
|
return JSON.stringify(OrqAiTool$outboundSchema.parse(orqAiTool));
|
|
1101
1096
|
}
|
|
1102
1097
|
|
|
1103
|
-
/** @internal */
|
|
1104
|
-
export type ToolsParameters$Outbound = {};
|
|
1105
|
-
|
|
1106
|
-
/** @internal */
|
|
1107
|
-
export const ToolsParameters$outboundSchema: z.ZodType<
|
|
1108
|
-
ToolsParameters$Outbound,
|
|
1109
|
-
z.ZodTypeDef,
|
|
1110
|
-
ToolsParameters
|
|
1111
|
-
> = z.object({});
|
|
1112
|
-
|
|
1113
|
-
export function toolsParametersToJSON(
|
|
1114
|
-
toolsParameters: ToolsParameters,
|
|
1115
|
-
): string {
|
|
1116
|
-
return JSON.stringify(ToolsParameters$outboundSchema.parse(toolsParameters));
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
1098
|
/** @internal */
|
|
1120
1099
|
export type ToolsFunction$Outbound = {
|
|
1121
1100
|
description?: string | undefined;
|
|
1122
1101
|
name: string;
|
|
1123
|
-
parameters?:
|
|
1102
|
+
parameters?: { [k: string]: any } | undefined;
|
|
1124
1103
|
strict?: boolean | undefined;
|
|
1125
1104
|
type: "function";
|
|
1126
1105
|
};
|
|
@@ -1133,7 +1112,7 @@ export const ToolsFunction$outboundSchema: z.ZodType<
|
|
|
1133
1112
|
> = z.object({
|
|
1134
1113
|
description: z.string().optional(),
|
|
1135
1114
|
name: z.string(),
|
|
1136
|
-
parameters: z.
|
|
1115
|
+
parameters: z.record(z.any()).optional(),
|
|
1137
1116
|
strict: z.boolean().optional(),
|
|
1138
1117
|
type: z.literal("function"),
|
|
1139
1118
|
});
|
|
@@ -82,13 +82,13 @@ export type RequestBodyCodeTool = {
|
|
|
82
82
|
*/
|
|
83
83
|
export type RequestBodyCodeExecutionTool = {
|
|
84
84
|
/**
|
|
85
|
-
* Entity storage path
|
|
85
|
+
* Entity storage path.
|
|
86
86
|
*
|
|
87
87
|
* @remarks
|
|
88
88
|
*
|
|
89
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
89
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
90
90
|
*
|
|
91
|
-
* With project-
|
|
91
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
92
92
|
*/
|
|
93
93
|
path: string;
|
|
94
94
|
/**
|
|
@@ -166,13 +166,13 @@ export type RequestBodyMcp = {
|
|
|
166
166
|
*/
|
|
167
167
|
export type RequestBodyMCPTool = {
|
|
168
168
|
/**
|
|
169
|
-
* Entity storage path
|
|
169
|
+
* Entity storage path.
|
|
170
170
|
*
|
|
171
171
|
* @remarks
|
|
172
172
|
*
|
|
173
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
173
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
174
174
|
*
|
|
175
|
-
* With project-
|
|
175
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
176
176
|
*/
|
|
177
177
|
path: string;
|
|
178
178
|
/**
|
|
@@ -312,13 +312,13 @@ export type CreateToolRequestBodyHttp = {
|
|
|
312
312
|
*/
|
|
313
313
|
export type RequestBodyHTTPTool = {
|
|
314
314
|
/**
|
|
315
|
-
* Entity storage path
|
|
315
|
+
* Entity storage path.
|
|
316
316
|
*
|
|
317
317
|
* @remarks
|
|
318
318
|
*
|
|
319
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
319
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
320
320
|
*
|
|
321
|
-
* With project-
|
|
321
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
322
322
|
*/
|
|
323
323
|
path: string;
|
|
324
324
|
/**
|
|
@@ -398,13 +398,13 @@ export type RequestBodyJsonSchema = {
|
|
|
398
398
|
*/
|
|
399
399
|
export type RequestBodyJSONSchemaTool = {
|
|
400
400
|
/**
|
|
401
|
-
* Entity storage path
|
|
401
|
+
* Entity storage path.
|
|
402
402
|
*
|
|
403
403
|
* @remarks
|
|
404
404
|
*
|
|
405
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
405
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
406
406
|
*
|
|
407
|
-
* With project-
|
|
407
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
408
408
|
*/
|
|
409
409
|
path: string;
|
|
410
410
|
/**
|
|
@@ -499,13 +499,13 @@ export type RequestBodyFunction = {
|
|
|
499
499
|
*/
|
|
500
500
|
export type RequestBodyFunctionTool = {
|
|
501
501
|
/**
|
|
502
|
-
* Entity storage path
|
|
502
|
+
* Entity storage path.
|
|
503
503
|
*
|
|
504
504
|
* @remarks
|
|
505
505
|
*
|
|
506
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
506
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
507
507
|
*
|
|
508
|
-
* With project-
|
|
508
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
509
509
|
*/
|
|
510
510
|
path: string;
|
|
511
511
|
/**
|
|
@@ -608,13 +608,13 @@ export type ResponseBodyCodeTool = {
|
|
|
608
608
|
export type ResponseBodyCodeExecutionTool = {
|
|
609
609
|
id: string;
|
|
610
610
|
/**
|
|
611
|
-
* Entity storage path
|
|
611
|
+
* Entity storage path.
|
|
612
612
|
*
|
|
613
613
|
* @remarks
|
|
614
614
|
*
|
|
615
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
615
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
616
616
|
*
|
|
617
|
-
* With project-
|
|
617
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
618
618
|
*/
|
|
619
619
|
path: string;
|
|
620
620
|
/**
|
|
@@ -732,13 +732,13 @@ export type ResponseBodyMcp = {
|
|
|
732
732
|
export type ResponseBodyMCPTool = {
|
|
733
733
|
id: string;
|
|
734
734
|
/**
|
|
735
|
-
* Entity storage path
|
|
735
|
+
* Entity storage path.
|
|
736
736
|
*
|
|
737
737
|
* @remarks
|
|
738
738
|
*
|
|
739
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
739
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
740
740
|
*
|
|
741
|
-
* With project-
|
|
741
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
742
742
|
*/
|
|
743
743
|
path: string;
|
|
744
744
|
/**
|
|
@@ -889,13 +889,13 @@ export type CreateToolResponseBodyHttp = {
|
|
|
889
889
|
export type ResponseBodyHTTPTool = {
|
|
890
890
|
id: string;
|
|
891
891
|
/**
|
|
892
|
-
* Entity storage path
|
|
892
|
+
* Entity storage path.
|
|
893
893
|
*
|
|
894
894
|
* @remarks
|
|
895
895
|
*
|
|
896
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
896
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
897
897
|
*
|
|
898
|
-
* With project-
|
|
898
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
899
899
|
*/
|
|
900
900
|
path: string;
|
|
901
901
|
/**
|
|
@@ -990,13 +990,13 @@ export type ResponseBodyJsonSchema = {
|
|
|
990
990
|
export type ResponseBodyJSONSchemaTool = {
|
|
991
991
|
id: string;
|
|
992
992
|
/**
|
|
993
|
-
* Entity storage path
|
|
993
|
+
* Entity storage path.
|
|
994
994
|
*
|
|
995
995
|
* @remarks
|
|
996
996
|
*
|
|
997
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
997
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
998
998
|
*
|
|
999
|
-
* With project-
|
|
999
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
1000
1000
|
*/
|
|
1001
1001
|
path: string;
|
|
1002
1002
|
/**
|
|
@@ -1101,13 +1101,13 @@ export type CreateToolResponseBodyFunction = {
|
|
|
1101
1101
|
export type ResponseBodyFunctionTool = {
|
|
1102
1102
|
id: string;
|
|
1103
1103
|
/**
|
|
1104
|
-
* Entity storage path
|
|
1104
|
+
* Entity storage path.
|
|
1105
1105
|
*
|
|
1106
1106
|
* @remarks
|
|
1107
1107
|
*
|
|
1108
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
1108
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
1109
1109
|
*
|
|
1110
|
-
* With project-
|
|
1110
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
1111
1111
|
*/
|
|
1112
1112
|
path: string;
|
|
1113
1113
|
/**
|
|
@@ -1902,7 +1902,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
1902
1902
|
z.ZodTypeDef,
|
|
1903
1903
|
unknown
|
|
1904
1904
|
> = z.object({
|
|
1905
|
-
_id: z.string().default("
|
|
1905
|
+
_id: z.string().default("tool_01KRTZZ381ATHY9G154KYZ8NP0"),
|
|
1906
1906
|
path: z.string(),
|
|
1907
1907
|
key: z.string(),
|
|
1908
1908
|
display_name: z.string().optional(),
|
|
@@ -1999,7 +1999,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
1999
1999
|
z.ZodTypeDef,
|
|
2000
2000
|
unknown
|
|
2001
2001
|
> = z.object({
|
|
2002
|
-
id: z.string().default("
|
|
2002
|
+
id: z.string().default("01KRTZZ380X7CBF6B91PMD5DDX"),
|
|
2003
2003
|
name: z.string(),
|
|
2004
2004
|
description: z.string().optional(),
|
|
2005
2005
|
schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -2055,7 +2055,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2055
2055
|
z.ZodTypeDef,
|
|
2056
2056
|
unknown
|
|
2057
2057
|
> = z.object({
|
|
2058
|
-
_id: z.string().default("
|
|
2058
|
+
_id: z.string().default("tool_01KRTZZ37Z2YANE34GHRYVJZKF"),
|
|
2059
2059
|
path: z.string(),
|
|
2060
2060
|
key: z.string(),
|
|
2061
2061
|
display_name: z.string().optional(),
|
|
@@ -2241,7 +2241,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
2241
2241
|
z.ZodTypeDef,
|
|
2242
2242
|
unknown
|
|
2243
2243
|
> = z.object({
|
|
2244
|
-
_id: z.string().default("
|
|
2244
|
+
_id: z.string().default("tool_01KRTZZ37XZ6C8N62EG9AM9JPB"),
|
|
2245
2245
|
path: z.string(),
|
|
2246
2246
|
key: z.string(),
|
|
2247
2247
|
display_name: z.string().optional(),
|
|
@@ -2334,7 +2334,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
2334
2334
|
z.ZodTypeDef,
|
|
2335
2335
|
unknown
|
|
2336
2336
|
> = z.object({
|
|
2337
|
-
_id: z.string().default("
|
|
2337
|
+
_id: z.string().default("tool_01KRTZZ37WJZ1E726J9J63M4ZH"),
|
|
2338
2338
|
path: z.string(),
|
|
2339
2339
|
key: z.string(),
|
|
2340
2340
|
display_name: z.string().optional(),
|
|
@@ -2435,7 +2435,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
2435
2435
|
z.ZodTypeDef,
|
|
2436
2436
|
unknown
|
|
2437
2437
|
> = z.object({
|
|
2438
|
-
_id: z.string().default("
|
|
2438
|
+
_id: z.string().default("tool_01KRTZZ37TA6SY7SRFYQFH3JGM"),
|
|
2439
2439
|
path: z.string(),
|
|
2440
2440
|
key: z.string(),
|
|
2441
2441
|
display_name: z.string().optional(),
|
|
@@ -104,13 +104,13 @@ export type DataCodeTool = {
|
|
|
104
104
|
export type DataCodeExecutionTool = {
|
|
105
105
|
id: string;
|
|
106
106
|
/**
|
|
107
|
-
* Entity storage path
|
|
107
|
+
* Entity storage path.
|
|
108
108
|
*
|
|
109
109
|
* @remarks
|
|
110
110
|
*
|
|
111
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
111
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
112
112
|
*
|
|
113
|
-
* With project-
|
|
113
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
114
114
|
*/
|
|
115
115
|
path: string;
|
|
116
116
|
/**
|
|
@@ -228,13 +228,13 @@ export type DataMcp = {
|
|
|
228
228
|
export type DataMCPTool = {
|
|
229
229
|
id: string;
|
|
230
230
|
/**
|
|
231
|
-
* Entity storage path
|
|
231
|
+
* Entity storage path.
|
|
232
232
|
*
|
|
233
233
|
* @remarks
|
|
234
234
|
*
|
|
235
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
235
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
236
236
|
*
|
|
237
|
-
* With project-
|
|
237
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
238
238
|
*/
|
|
239
239
|
path: string;
|
|
240
240
|
/**
|
|
@@ -385,13 +385,13 @@ export type GetAllToolsDataHttp = {
|
|
|
385
385
|
export type DataHTTPTool = {
|
|
386
386
|
id: string;
|
|
387
387
|
/**
|
|
388
|
-
* Entity storage path
|
|
388
|
+
* Entity storage path.
|
|
389
389
|
*
|
|
390
390
|
* @remarks
|
|
391
391
|
*
|
|
392
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
392
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
393
393
|
*
|
|
394
|
-
* With project-
|
|
394
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
395
395
|
*/
|
|
396
396
|
path: string;
|
|
397
397
|
/**
|
|
@@ -484,13 +484,13 @@ export type DataJsonSchema = {
|
|
|
484
484
|
export type DataJSONSchemaTool = {
|
|
485
485
|
id: string;
|
|
486
486
|
/**
|
|
487
|
-
* Entity storage path
|
|
487
|
+
* Entity storage path.
|
|
488
488
|
*
|
|
489
489
|
* @remarks
|
|
490
490
|
*
|
|
491
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
491
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
492
492
|
*
|
|
493
|
-
* With project-
|
|
493
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
494
494
|
*/
|
|
495
495
|
path: string;
|
|
496
496
|
/**
|
|
@@ -597,13 +597,13 @@ export type GetAllToolsDataFunction = {
|
|
|
597
597
|
export type DataFunctionTool = {
|
|
598
598
|
id: string;
|
|
599
599
|
/**
|
|
600
|
-
* Entity storage path
|
|
600
|
+
* Entity storage path.
|
|
601
601
|
*
|
|
602
602
|
* @remarks
|
|
603
603
|
*
|
|
604
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
604
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
605
605
|
*
|
|
606
|
-
* With project-
|
|
606
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
607
607
|
*/
|
|
608
608
|
path: string;
|
|
609
609
|
/**
|
|
@@ -767,7 +767,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
767
767
|
z.ZodTypeDef,
|
|
768
768
|
unknown
|
|
769
769
|
> = z.object({
|
|
770
|
-
_id: z.string().default("
|
|
770
|
+
_id: z.string().default("tool_01KRTZZ37GEF41VHCCQ6RYAERK"),
|
|
771
771
|
path: z.string(),
|
|
772
772
|
key: z.string(),
|
|
773
773
|
display_name: z.string().optional(),
|
|
@@ -864,7 +864,7 @@ export const DataTools$inboundSchema: z.ZodType<
|
|
|
864
864
|
z.ZodTypeDef,
|
|
865
865
|
unknown
|
|
866
866
|
> = z.object({
|
|
867
|
-
id: z.string().default("
|
|
867
|
+
id: z.string().default("01KRTZZ37FH885YDXFVTK41PQH"),
|
|
868
868
|
name: z.string(),
|
|
869
869
|
description: z.string().optional(),
|
|
870
870
|
schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
|
|
@@ -917,7 +917,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
|
|
|
917
917
|
z.ZodTypeDef,
|
|
918
918
|
unknown
|
|
919
919
|
> = z.object({
|
|
920
|
-
_id: z.string().default("
|
|
920
|
+
_id: z.string().default("tool_01KRTZZ37E8Z2XD5AWPV0THBVW"),
|
|
921
921
|
path: z.string(),
|
|
922
922
|
key: z.string(),
|
|
923
923
|
display_name: z.string().optional(),
|
|
@@ -1102,7 +1102,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
|
|
|
1102
1102
|
z.ZodTypeDef,
|
|
1103
1103
|
unknown
|
|
1104
1104
|
> = z.object({
|
|
1105
|
-
_id: z.string().default("
|
|
1105
|
+
_id: z.string().default("tool_01KRTZZ37CH8XES4S1JAB3VES3"),
|
|
1106
1106
|
path: z.string(),
|
|
1107
1107
|
key: z.string(),
|
|
1108
1108
|
display_name: z.string().optional(),
|
|
@@ -1195,7 +1195,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1195
1195
|
z.ZodTypeDef,
|
|
1196
1196
|
unknown
|
|
1197
1197
|
> = z.object({
|
|
1198
|
-
_id: z.string().default("
|
|
1198
|
+
_id: z.string().default("tool_01KRTZZ37A2Y5HDV4SAE8BMHGK"),
|
|
1199
1199
|
path: z.string(),
|
|
1200
1200
|
key: z.string(),
|
|
1201
1201
|
display_name: z.string().optional(),
|
|
@@ -1297,7 +1297,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
|
|
|
1297
1297
|
z.ZodTypeDef,
|
|
1298
1298
|
unknown
|
|
1299
1299
|
> = z.object({
|
|
1300
|
-
_id: z.string().default("
|
|
1300
|
+
_id: z.string().default("tool_01KRTZZ379SQF6MZ7P4H5H13XK"),
|
|
1301
1301
|
path: z.string(),
|
|
1302
1302
|
key: z.string(),
|
|
1303
1303
|
display_name: z.string().optional(),
|
|
@@ -1040,8 +1040,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
|
|
|
1040
1040
|
> = z.object({
|
|
1041
1041
|
_id: z.string(),
|
|
1042
1042
|
description: z.string(),
|
|
1043
|
-
created: z.string().default("2026-05-
|
|
1044
|
-
updated: z.string().default("2026-05-
|
|
1043
|
+
created: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
1044
|
+
updated: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
1045
1045
|
guardrail_config: z.nullable(
|
|
1046
1046
|
z.union([
|
|
1047
1047
|
z.lazy(() =>
|
|
@@ -1220,8 +1220,8 @@ export const DataRagas$inboundSchema: z.ZodType<
|
|
|
1220
1220
|
> = z.object({
|
|
1221
1221
|
_id: z.string(),
|
|
1222
1222
|
description: z.string(),
|
|
1223
|
-
created: z.string().default("2026-05-
|
|
1224
|
-
updated: z.string().default("2026-05-
|
|
1223
|
+
created: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
1224
|
+
updated: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
1225
1225
|
guardrail_config: z.nullable(
|
|
1226
1226
|
z.union([
|
|
1227
1227
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -2050,8 +2050,8 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
2050
2050
|
> = z.object({
|
|
2051
2051
|
_id: z.string(),
|
|
2052
2052
|
description: z.string(),
|
|
2053
|
-
created: z.string().default("2026-05-
|
|
2054
|
-
updated: z.string().default("2026-05-
|
|
2053
|
+
created: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
2054
|
+
updated: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
2055
2055
|
guardrail_config: z.nullable(
|
|
2056
2056
|
z.union([
|
|
2057
2057
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
@@ -2232,8 +2232,8 @@ export const DataPython$inboundSchema: z.ZodType<
|
|
|
2232
2232
|
> = z.object({
|
|
2233
2233
|
_id: z.string(),
|
|
2234
2234
|
description: z.string(),
|
|
2235
|
-
created: z.string().default("2026-05-
|
|
2236
|
-
updated: z.string().default("2026-05-
|
|
2235
|
+
created: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
2236
|
+
updated: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
2237
2237
|
guardrail_config: z.nullable(
|
|
2238
2238
|
z.union([
|
|
2239
2239
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
@@ -2410,8 +2410,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
|
|
|
2410
2410
|
> = z.object({
|
|
2411
2411
|
_id: z.string(),
|
|
2412
2412
|
description: z.string(),
|
|
2413
|
-
created: z.string().default("2026-05-
|
|
2414
|
-
updated: z.string().default("2026-05-
|
|
2413
|
+
created: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
2414
|
+
updated: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
2415
2415
|
guardrail_config: z.nullable(
|
|
2416
2416
|
z.union([
|
|
2417
2417
|
z.lazy(() =>
|
|
@@ -2600,8 +2600,8 @@ export const DataJSON$inboundSchema: z.ZodType<
|
|
|
2600
2600
|
> = z.object({
|
|
2601
2601
|
_id: z.string(),
|
|
2602
2602
|
description: z.string(),
|
|
2603
|
-
created: z.string().default("2026-05-
|
|
2604
|
-
updated: z.string().default("2026-05-
|
|
2603
|
+
created: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
2604
|
+
updated: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
2605
2605
|
guardrail_config: z.nullable(
|
|
2606
2606
|
z.union([
|
|
2607
2607
|
z.lazy(() =>
|
|
@@ -2966,8 +2966,8 @@ export const GetEvalsLlm2$inboundSchema: z.ZodType<
|
|
|
2966
2966
|
> = z.object({
|
|
2967
2967
|
_id: z.string(),
|
|
2968
2968
|
description: z.string(),
|
|
2969
|
-
created: z.string().default("2026-05-
|
|
2970
|
-
updated: z.string().default("2026-05-
|
|
2969
|
+
created: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
2970
|
+
updated: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
2971
2971
|
guardrail_config: z.nullable(
|
|
2972
2972
|
z.union([
|
|
2973
2973
|
z.lazy(() =>
|
|
@@ -3175,8 +3175,8 @@ export const GetEvalsLlm1$inboundSchema: z.ZodType<
|
|
|
3175
3175
|
> = z.object({
|
|
3176
3176
|
_id: z.string(),
|
|
3177
3177
|
description: z.string(),
|
|
3178
|
-
created: z.string().default("2026-05-
|
|
3179
|
-
updated: z.string().default("2026-05-
|
|
3178
|
+
created: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
3179
|
+
updated: z.string().default("2026-05-17T12:53:06.560Z"),
|
|
3180
3180
|
guardrail_config: z.nullable(
|
|
3181
3181
|
z.union([
|
|
3182
3182
|
z.lazy(() =>
|
|
@@ -112,13 +112,13 @@ export type GetOneKnowledgeResponseBody2 = {
|
|
|
112
112
|
*/
|
|
113
113
|
domainId: string;
|
|
114
114
|
/**
|
|
115
|
-
* Entity storage path
|
|
115
|
+
* Entity storage path.
|
|
116
116
|
*
|
|
117
117
|
* @remarks
|
|
118
118
|
*
|
|
119
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
119
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
120
120
|
*
|
|
121
|
-
* With project-
|
|
121
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
122
122
|
*/
|
|
123
123
|
path?: string | undefined;
|
|
124
124
|
createdById?: string | null | undefined;
|
|
@@ -238,13 +238,13 @@ export type GetOneKnowledgeResponseBody1 = {
|
|
|
238
238
|
*/
|
|
239
239
|
domainId: string;
|
|
240
240
|
/**
|
|
241
|
-
* Entity storage path
|
|
241
|
+
* Entity storage path.
|
|
242
242
|
*
|
|
243
243
|
* @remarks
|
|
244
244
|
*
|
|
245
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
245
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
246
246
|
*
|
|
247
|
-
* With project-
|
|
247
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
248
248
|
*/
|
|
249
249
|
path?: string | undefined;
|
|
250
250
|
createdById?: string | null | undefined;
|
|
@@ -140,7 +140,7 @@ export const GetV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
|
|
|
140
140
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
141
141
|
.optional(),
|
|
142
142
|
updated: z.string().datetime({ offset: true }).default(
|
|
143
|
-
"2026-05-
|
|
143
|
+
"2026-05-17T12:53:05.298Z",
|
|
144
144
|
).transform(v => new Date(v)),
|
|
145
145
|
filter_type: z.literal("name"),
|
|
146
146
|
filter_value: z.string(),
|
|
@@ -185,7 +185,7 @@ export const GetV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
|
|
|
185
185
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
186
186
|
.optional(),
|
|
187
187
|
updated: z.string().datetime({ offset: true }).default(
|
|
188
|
-
"2026-05-
|
|
188
|
+
"2026-05-17T12:53:05.298Z",
|
|
189
189
|
).transform(v => new Date(v)),
|
|
190
190
|
filter_type: z.literal("span_type"),
|
|
191
191
|
filter_values: z.array(z.string()),
|
|
@@ -141,7 +141,7 @@ export const GetV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
|
|
|
141
141
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
142
142
|
.optional(),
|
|
143
143
|
updated: z.string().datetime({ offset: true }).default(
|
|
144
|
-
"2026-05-
|
|
144
|
+
"2026-05-17T12:53:05.298Z",
|
|
145
145
|
).transform(v => new Date(v)),
|
|
146
146
|
filter_type: z.literal("name"),
|
|
147
147
|
filter_value: z.string(),
|
|
@@ -186,7 +186,7 @@ export const GetV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
|
|
|
186
186
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
187
187
|
.optional(),
|
|
188
188
|
updated: z.string().datetime({ offset: true }).default(
|
|
189
|
-
"2026-05-
|
|
189
|
+
"2026-05-17T12:53:05.298Z",
|
|
190
190
|
).transform(v => new Date(v)),
|
|
191
191
|
filter_type: z.literal("span_type"),
|
|
192
192
|
filter_values: z.array(z.string()),
|
|
@@ -10,13 +10,11 @@ export * from "./createannotation.js";
|
|
|
10
10
|
export * from "./createchatcompletion.js";
|
|
11
11
|
export * from "./createchunk.js";
|
|
12
12
|
export * from "./createcompletion.js";
|
|
13
|
-
export * from "./createcontact.js";
|
|
14
13
|
export * from "./createdataset.js";
|
|
15
14
|
export * from "./createdatasetitem.js";
|
|
16
15
|
export * from "./createdatasource.js";
|
|
17
16
|
export * from "./createembedding.js";
|
|
18
17
|
export * from "./createeval.js";
|
|
19
|
-
export * from "./createidentity.js";
|
|
20
18
|
export * from "./createimage.js";
|
|
21
19
|
export * from "./createimageedit.js";
|
|
22
20
|
export * from "./createimagevariation.js";
|
|
@@ -112,7 +110,6 @@ export * from "./projectdelete.js";
|
|
|
112
110
|
export * from "./projectget.js";
|
|
113
111
|
export * from "./projectlist.js";
|
|
114
112
|
export * from "./projectupdate.js";
|
|
115
|
-
export * from "./remoteconfigsgetconfig.js";
|
|
116
113
|
export * from "./retrieveagentrequest.js";
|
|
117
114
|
export * from "./retrieveagentschedule.js";
|
|
118
115
|
export * from "./retrievedatapoint.js";
|