@orq-ai/node 4.14.0-rc.15 → 4.14.0-rc.17
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 +37 -52
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/accesslevel.d.ts +13 -0
- package/models/components/accesslevel.d.ts.map +1 -0
- package/models/components/{createpersonrequest.js → accesslevel.js} +11 -11
- package/models/components/accesslevel.js.map +1 -0
- package/models/components/createapikeyrequest.d.ts +3 -2
- package/models/components/createapikeyrequest.d.ts.map +1 -1
- package/models/components/createapikeyrequest.js +2 -1
- package/models/components/createapikeyrequest.js.map +1 -1
- package/models/components/createmanagementkeyrequest.d.ts +3 -2
- package/models/components/createmanagementkeyrequest.d.ts.map +1 -1
- package/models/components/createmanagementkeyrequest.js +2 -1
- package/models/components/createmanagementkeyrequest.js.map +1 -1
- package/models/components/domain.d.ts +13 -7
- package/models/components/domain.d.ts.map +1 -1
- package/models/components/domain.js +5 -1
- package/models/components/domain.js.map +1 -1
- package/models/components/domaingroup.d.ts +11 -0
- package/models/components/domaingroup.d.ts.map +1 -0
- package/models/components/{resendinvitationrequest.js → domaingroup.js} +9 -7
- package/models/components/domaingroup.js.map +1 -0
- package/models/components/embeddingorqparams.d.ts +3 -6
- package/models/components/embeddingorqparams.d.ts.map +1 -1
- package/models/components/embeddingorqparams.js +2 -2
- package/models/components/embeddingorqparams.js.map +1 -1
- package/models/components/evaluatorresponsefunction.js +2 -2
- package/models/components/evaluatorresponsehttp.js +2 -2
- package/models/components/evaluatorresponsejsonschema.js +2 -2
- package/models/components/evaluatorresponsellm.js +2 -2
- package/models/components/evaluatorresponsepython.js +2 -2
- package/models/components/evaluatorresponseragas.js +2 -2
- package/models/components/evaluatorresponsetypescript.js +2 -2
- package/models/components/index.d.ts +6 -11
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +6 -11
- package/models/components/index.js.map +1 -1
- package/models/components/listmanagementcapabilitiesresponse.d.ts +2 -2
- package/models/components/listmanagementcapabilitiesresponse.d.ts.map +1 -1
- package/models/components/listmanagementcapabilitiesresponse.js +2 -2
- package/models/components/listmanagementcapabilitiesresponse.js.map +1 -1
- package/models/components/managementdomain.d.ts +37 -0
- package/models/components/managementdomain.d.ts.map +1 -0
- package/models/components/{updatepersonrequest.js → managementdomain.js} +14 -12
- package/models/components/managementdomain.js.map +1 -0
- package/models/components/managementdomaingroup.d.ts +9 -0
- package/models/components/managementdomaingroup.d.ts.map +1 -0
- package/models/components/{personstatus.js → managementdomaingroup.js} +5 -7
- package/models/components/managementdomaingroup.js.map +1 -0
- package/models/components/managementkey.d.ts +2 -1
- package/models/components/managementkey.d.ts.map +1 -1
- package/models/components/managementkey.js +2 -1
- package/models/components/managementkey.js.map +1 -1
- package/models/components/publicresponseresource.d.ts +2 -5
- package/models/components/publicresponseresource.d.ts.map +1 -1
- package/models/components/publicresponseresource.js +2 -2
- package/models/components/publicresponseresource.js.map +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/components/responsetelemetry.d.ts +11 -0
- package/models/components/responsetelemetry.d.ts.map +1 -0
- package/models/components/{listpeopleresponse.js → responsetelemetry.js} +10 -11
- package/models/components/responsetelemetry.js.map +1 -0
- package/models/components/scopemode.d.ts +10 -0
- package/models/components/scopemode.d.ts.map +1 -0
- package/models/components/{deletepersonresponse.js → scopemode.js} +8 -8
- package/models/components/scopemode.js.map +1 -0
- package/models/components/updateapikeyrequest.d.ts +3 -2
- package/models/components/updateapikeyrequest.d.ts.map +1 -1
- package/models/components/updateapikeyrequest.js +2 -1
- package/models/components/updateapikeyrequest.js.map +1 -1
- package/models/components/updatemanagementkeyrequest.d.ts +3 -2
- package/models/components/updatemanagementkeyrequest.d.ts.map +1 -1
- package/models/components/updatemanagementkeyrequest.js +2 -1
- package/models/components/updatemanagementkeyrequest.js.map +1 -1
- package/models/operations/createannotationqueue.js +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +5 -5
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createrouterresponse.d.ts +1 -4
- package/models/operations/createrouterresponse.d.ts.map +1 -1
- package/models/operations/createrouterresponse.js +1 -1
- package/models/operations/createrouterresponse.js.map +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/getalltools.js +6 -6
- package/models/operations/geteval.js +16 -16
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/index.d.ts +0 -5
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +0 -5
- package/models/operations/index.js.map +1 -1
- package/models/operations/listannotationqueues.js +1 -1
- package/models/operations/listdatasetdatapoints.js +5 -5
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.js +4 -4
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/responsebodynodes.js +33 -33
- package/models/operations/retrieveannotationqueue.js +1 -1
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody204.js +31 -31
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody8attributesopenresponsesoutput2.js +6 -6
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody13attributes5.js +16 -16
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody19attributeslogprobs.js +14 -14
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributes8.js +18 -18
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody24attributesopenresponsesoutput44type.js +16 -16
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody257.js +2 -2
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributesopenresponsesoutput44type.js +16 -16
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody307.js +2 -2
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody44.js +16 -16
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse1.js +34 -34
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse20015.js +7 -7
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody102.js +32 -32
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq10kind.js +15 -15
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorqsource.js +2 -2
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody13attributesorq8kind.js +19 -19
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1417.js +4 -4
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq9evaluationtype.js +17 -17
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody16attributesstatus.js +30 -30
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq10evaluatorconfigtype.js +15 -15
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq14outputschema.js +7 -7
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq7annotator.js +21 -21
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq16annotator.js +4 -4
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq9annotator.js +17 -17
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorq5outputschema.js +24 -24
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq15outputschema.js +5 -5
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq8annotator.js +19 -19
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq19kind.js +1 -1
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25status.js +32 -32
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody26attributesorq12status.js +11 -11
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorq4evaluationtype.js +26 -26
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq15outputschema.js +5 -5
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq8annotator.js +19 -19
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.js +2 -2
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq19kind.js +1 -1
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30status.js +32 -32
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq17type.js +3 -3
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorqvalue.js +15 -15
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesevaluatorconfigtype.js +30 -30
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3413.js +11 -11
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.js +24 -24
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq19outputschema.js +1 -1
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq8outputschema.js +19 -19
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq4kind.js +26 -26
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq12status.js +11 -11
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorqannotator.js +28 -28
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq12evaluatorconfigtype.js +11 -11
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponseevaluatorconfigtype.js +25 -25
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse2008.js +28 -28
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody11attributestype.js +20 -20
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody173.js +20 -20
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody18attributesopenresponses6role.js +28 -28
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26attributesopenresponsestype.js +24 -24
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody321.js +20 -20
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody345.js +24 -24
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody7attributesopenresponsestype.js +24 -24
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody9attributesrole.js +24 -24
- package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody10role.js +2 -2
- package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody155.js +18 -18
- package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody16status.js +4 -4
- package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody23attributes1.js +30 -30
- package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody28attributes1.js +30 -30
- package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody333.js +4 -4
- package/models/operations/retrieveannotationqueueitemresponsebody.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10evaluation.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson12nodes.js +33 -33
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson14attributesresponse.js +31 -31
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16score.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27choice.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson31otlp.js +32 -32
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33provider.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson6response.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8tool.js +1 -1
- package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody22attributestype.js +10 -10
- package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody27logprobs.js +8 -8
- package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody353.js +10 -10
- package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody6type.js +8 -8
- package/models/operations/retrievedatapoint.js +5 -5
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrieveresponse.d.ts +1 -4
- package/models/operations/retrieveresponse.d.ts.map +1 -1
- package/models/operations/retrieveresponse.js +1 -1
- package/models/operations/retrieveresponse.js.map +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.js +1 -1
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/summary4.js +10 -10
- package/models/operations/twentythree.js +1 -1
- package/models/operations/updateannotationqueue.js +1 -1
- package/models/operations/updatedatapoint.js +5 -5
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +7 -7
- package/sdk/feedback.d.ts +1 -4
- package/sdk/feedback.d.ts.map +1 -1
- package/sdk/feedback.js +1 -4
- package/sdk/feedback.js.map +1 -1
- package/sdk/sdk.d.ts +0 -3
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +0 -4
- package/sdk/sdk.js.map +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/accesslevel.ts +20 -0
- package/src/models/components/createapikeyrequest.ts +4 -3
- package/src/models/components/createmanagementkeyrequest.ts +4 -3
- package/src/models/components/domain.ts +16 -8
- package/src/models/components/domaingroup.ts +17 -0
- package/src/models/components/embeddingorqparams.ts +7 -10
- package/src/models/components/evaluatorresponsefunction.ts +2 -2
- package/src/models/components/evaluatorresponsehttp.ts +2 -2
- package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
- package/src/models/components/evaluatorresponsellm.ts +2 -2
- package/src/models/components/evaluatorresponsepython.ts +2 -2
- package/src/models/components/evaluatorresponseragas.ts +2 -2
- package/src/models/components/evaluatorresponsetypescript.ts +2 -2
- package/src/models/components/index.ts +6 -11
- package/src/models/components/listmanagementcapabilitiesresponse.ts +6 -3
- package/src/models/components/managementdomain.ts +70 -0
- package/src/models/components/managementdomaingroup.ts +16 -0
- package/src/models/components/managementkey.ts +3 -2
- package/src/models/components/publicresponseresource.ts +6 -6
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/components/responsetelemetry.ts +39 -0
- package/src/models/components/scopemode.ts +16 -0
- package/src/models/components/updateapikeyrequest.ts +4 -3
- package/src/models/components/updatemanagementkeyrequest.ts +4 -3
- package/src/models/operations/createannotationqueue.ts +1 -1
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +5 -5
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createrouterresponse.ts +2 -5
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/geteval.ts +16 -16
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/index.ts +0 -5
- package/src/models/operations/listannotationqueues.ts +1 -1
- package/src/models/operations/listdatasetdatapoints.ts +5 -5
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +4 -4
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/responsebodynodes.ts +33 -33
- package/src/models/operations/retrieveannotationqueue.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody204.ts +31 -31
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody8attributesopenresponsesoutput2.ts +6 -6
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody13attributes5.ts +16 -16
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody19attributeslogprobs.ts +14 -14
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributes8.ts +18 -18
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody24attributesopenresponsesoutput44type.ts +16 -16
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody257.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributesopenresponsesoutput44type.ts +16 -16
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody307.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody44.ts +16 -16
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse1.ts +34 -34
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse20015.ts +7 -7
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody102.ts +32 -32
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq10kind.ts +15 -15
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorqsource.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody13attributesorq8kind.ts +19 -19
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1417.ts +4 -4
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq9evaluationtype.ts +17 -17
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody16attributesstatus.ts +30 -30
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq10evaluatorconfigtype.ts +15 -15
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq14outputschema.ts +7 -7
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq7annotator.ts +21 -21
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq16annotator.ts +4 -4
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq9annotator.ts +17 -17
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorq5outputschema.ts +24 -24
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq15outputschema.ts +5 -5
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq8annotator.ts +19 -19
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq19kind.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25status.ts +32 -32
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody26attributesorq12status.ts +11 -11
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorq4evaluationtype.ts +26 -26
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq15outputschema.ts +5 -5
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq8annotator.ts +19 -19
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq19kind.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30status.ts +32 -32
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq17type.ts +3 -3
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorqvalue.ts +15 -15
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesevaluatorconfigtype.ts +30 -30
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3413.ts +11 -11
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq19outputschema.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq8outputschema.ts +19 -19
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq4kind.ts +26 -26
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq12status.ts +11 -11
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorqannotator.ts +28 -28
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq12evaluatorconfigtype.ts +11 -11
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponseevaluatorconfigtype.ts +25 -25
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse2008.ts +28 -28
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody11attributestype.ts +20 -20
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody173.ts +20 -20
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody18attributesopenresponses6role.ts +28 -28
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26attributesopenresponsestype.ts +24 -24
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody321.ts +20 -20
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody345.ts +24 -24
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody7attributesopenresponsestype.ts +24 -24
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody9attributesrole.ts +24 -24
- package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody10role.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody155.ts +18 -18
- package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody16status.ts +4 -4
- package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody23attributes1.ts +30 -30
- package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody28attributes1.ts +30 -30
- package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody333.ts +4 -4
- package/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10evaluation.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson12nodes.ts +33 -33
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson14attributesresponse.ts +31 -31
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16score.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27choice.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson31otlp.ts +32 -32
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33provider.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson6response.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8tool.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody22attributestype.ts +10 -10
- package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody27logprobs.ts +8 -8
- package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody353.ts +10 -10
- package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody6type.ts +8 -8
- package/src/models/operations/retrievedatapoint.ts +5 -5
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrieveresponse.ts +2 -5
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/summary4.ts +10 -10
- package/src/models/operations/twentythree.ts +1 -1
- package/src/models/operations/updateannotationqueue.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +5 -5
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/feedback.ts +1 -4
- package/src/sdk/sdk.ts +0 -6
- package/funcs/peopleCreate.d.ts +0 -17
- package/funcs/peopleCreate.d.ts.map +0 -1
- package/funcs/peopleCreate.js +0 -115
- package/funcs/peopleCreate.js.map +0 -1
- package/funcs/peopleDelete.d.ts +0 -18
- package/funcs/peopleDelete.d.ts.map +0 -1
- package/funcs/peopleDelete.js +0 -121
- package/funcs/peopleDelete.js.map +0 -1
- package/funcs/peopleGet.d.ts +0 -18
- package/funcs/peopleGet.d.ts.map +0 -1
- package/funcs/peopleGet.js +0 -121
- package/funcs/peopleGet.js.map +0 -1
- package/funcs/peopleList.d.ts +0 -18
- package/funcs/peopleList.d.ts.map +0 -1
- package/funcs/peopleList.js +0 -121
- package/funcs/peopleList.js.map +0 -1
- package/funcs/peopleResendInvitation.d.ts +0 -18
- package/funcs/peopleResendInvitation.d.ts.map +0 -1
- package/funcs/peopleResendInvitation.js +0 -124
- package/funcs/peopleResendInvitation.js.map +0 -1
- package/funcs/peopleUpdate.d.ts +0 -18
- package/funcs/peopleUpdate.d.ts.map +0 -1
- package/funcs/peopleUpdate.js +0 -124
- package/funcs/peopleUpdate.js.map +0 -1
- package/models/components/createpersonrequest.d.ts +0 -25
- package/models/components/createpersonrequest.d.ts.map +0 -1
- package/models/components/createpersonrequest.js.map +0 -1
- package/models/components/createpersonresponse.d.ts +0 -14
- package/models/components/createpersonresponse.d.ts.map +0 -1
- package/models/components/createpersonresponse.js +0 -51
- package/models/components/createpersonresponse.js.map +0 -1
- package/models/components/deletepersonresponse.d.ts +0 -8
- package/models/components/deletepersonresponse.d.ts.map +0 -1
- package/models/components/deletepersonresponse.js.map +0 -1
- package/models/components/getpersonresponse.d.ts +0 -14
- package/models/components/getpersonresponse.d.ts.map +0 -1
- package/models/components/getpersonresponse.js +0 -51
- package/models/components/getpersonresponse.js.map +0 -1
- package/models/components/listpeopleresponse.d.ts +0 -25
- package/models/components/listpeopleresponse.d.ts.map +0 -1
- package/models/components/listpeopleresponse.js.map +0 -1
- package/models/components/person.d.ts +0 -51
- package/models/components/person.d.ts.map +0 -1
- package/models/components/person.js +0 -72
- package/models/components/person.js.map +0 -1
- package/models/components/personstatus.d.ts +0 -11
- package/models/components/personstatus.d.ts.map +0 -1
- package/models/components/personstatus.js.map +0 -1
- package/models/components/resendinvitationrequest.d.ts +0 -8
- package/models/components/resendinvitationrequest.d.ts.map +0 -1
- package/models/components/resendinvitationrequest.js.map +0 -1
- package/models/components/resendinvitationresponse.d.ts +0 -14
- package/models/components/resendinvitationresponse.d.ts.map +0 -1
- package/models/components/resendinvitationresponse.js +0 -51
- package/models/components/resendinvitationresponse.js.map +0 -1
- package/models/components/updatepersonrequest.d.ts +0 -30
- package/models/components/updatepersonrequest.d.ts.map +0 -1
- package/models/components/updatepersonrequest.js.map +0 -1
- package/models/components/updatepersonresponse.d.ts +0 -14
- package/models/components/updatepersonresponse.d.ts.map +0 -1
- package/models/components/updatepersonresponse.js +0 -51
- package/models/components/updatepersonresponse.js.map +0 -1
- package/models/operations/persondelete.d.ts +0 -15
- package/models/operations/persondelete.d.ts.map +0 -1
- package/models/operations/persondelete.js +0 -54
- package/models/operations/persondelete.js.map +0 -1
- package/models/operations/personget.d.ts +0 -15
- package/models/operations/personget.d.ts.map +0 -1
- package/models/operations/personget.js +0 -54
- package/models/operations/personget.js.map +0 -1
- package/models/operations/personlist.d.ts +0 -31
- package/models/operations/personlist.d.ts.map +0 -1
- package/models/operations/personlist.js +0 -57
- package/models/operations/personlist.js.map +0 -1
- package/models/operations/personresendinvitation.d.ts +0 -18
- package/models/operations/personresendinvitation.d.ts.map +0 -1
- package/models/operations/personresendinvitation.js +0 -57
- package/models/operations/personresendinvitation.js.map +0 -1
- package/models/operations/personupdate.d.ts +0 -18
- package/models/operations/personupdate.d.ts.map +0 -1
- package/models/operations/personupdate.js +0 -57
- package/models/operations/personupdate.js.map +0 -1
- package/sdk/people.d.ts +0 -48
- package/sdk/people.d.ts.map +0 -1
- package/sdk/people.js +0 -72
- package/sdk/people.js.map +0 -1
- package/src/funcs/peopleCreate.ts +0 -162
- package/src/funcs/peopleDelete.ts +0 -168
- package/src/funcs/peopleGet.ts +0 -168
- package/src/funcs/peopleList.ts +0 -170
- package/src/funcs/peopleResendInvitation.ts +0 -172
- package/src/funcs/peopleUpdate.ts +0 -171
- package/src/models/components/createpersonrequest.ts +0 -46
- package/src/models/components/createpersonresponse.ts +0 -35
- package/src/models/components/deletepersonresponse.ts +0 -27
- package/src/models/components/getpersonresponse.ts +0 -35
- package/src/models/components/listpeopleresponse.ts +0 -53
- package/src/models/components/person.ts +0 -95
- package/src/models/components/personstatus.ts +0 -17
- package/src/models/components/resendinvitationrequest.ts +0 -25
- package/src/models/components/resendinvitationresponse.ts +0 -35
- package/src/models/components/updatepersonrequest.ts +0 -58
- package/src/models/components/updatepersonresponse.ts +0 -35
- package/src/models/operations/persondelete.ts +0 -39
- package/src/models/operations/personget.ts +0 -39
- package/src/models/operations/personlist.ts +0 -58
- package/src/models/operations/personresendinvitation.ts +0 -46
- package/src/models/operations/personupdate.ts +0 -44
- package/src/sdk/people.ts +0 -118
package/README.md
CHANGED
|
@@ -363,15 +363,6 @@ run();
|
|
|
363
363
|
* [delete](docs/sdks/notifiers/README.md#delete) - Delete a notifier
|
|
364
364
|
* [update](docs/sdks/notifiers/README.md#update) - Update a notifier
|
|
365
365
|
|
|
366
|
-
### [People](docs/sdks/people/README.md)
|
|
367
|
-
|
|
368
|
-
* [list](docs/sdks/people/README.md#list) - List all people
|
|
369
|
-
* [create](docs/sdks/people/README.md#create) - Invite people to a workspace
|
|
370
|
-
* [get](docs/sdks/people/README.md#get) - Retrieve a person
|
|
371
|
-
* [delete](docs/sdks/people/README.md#delete) - Delete a person
|
|
372
|
-
* [update](docs/sdks/people/README.md#update) - Update a person
|
|
373
|
-
* [resendInvitation](docs/sdks/people/README.md#resendinvitation) - Resend invitation
|
|
374
|
-
|
|
375
366
|
### [Pii](docs/sdks/pii/README.md)
|
|
376
367
|
|
|
377
368
|
* [detect](docs/sdks/pii/README.md#detect) - Detect PII
|
|
@@ -718,12 +709,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
|
|
|
718
709
|
- [`notifiersGet`](docs/sdks/notifiers/README.md#get) - Retrieve a notifier
|
|
719
710
|
- [`notifiersList`](docs/sdks/notifiers/README.md#list) - List notifiers
|
|
720
711
|
- [`notifiersUpdate`](docs/sdks/notifiers/README.md#update) - Update a notifier
|
|
721
|
-
- [`peopleCreate`](docs/sdks/people/README.md#create) - Invite people to a workspace
|
|
722
|
-
- [`peopleDelete`](docs/sdks/people/README.md#delete) - Delete a person
|
|
723
|
-
- [`peopleGet`](docs/sdks/people/README.md#get) - Retrieve a person
|
|
724
|
-
- [`peopleList`](docs/sdks/people/README.md#list) - List all people
|
|
725
|
-
- [`peopleResendInvitation`](docs/sdks/people/README.md#resendinvitation) - Resend invitation
|
|
726
|
-
- [`peopleUpdate`](docs/sdks/people/README.md#update) - Update a person
|
|
727
712
|
- [`piiDetect`](docs/sdks/pii/README.md#detect) - Detect PII
|
|
728
713
|
- [`piiRedact`](docs/sdks/pii/README.md#redact) - Redact PII
|
|
729
714
|
- [`piiRestore`](docs/sdks/pii/README.md#restore) - Restore redacted text
|
|
@@ -1129,43 +1114,43 @@ run();
|
|
|
1129
1114
|
|
|
1130
1115
|
|
|
1131
1116
|
**Inherit from [`OrqError`](./src/models/errors/orqerror.ts)**:
|
|
1132
|
-
* [`HonoApiError`](./src/models/errors/honoapierror.ts): Applicable to 12 of
|
|
1133
|
-
* [`InvokeEvalResponseBody`](./src/models/errors/invokeevalresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
1134
|
-
* [`PostV2FeedbackResponseBody`](./src/models/errors/postv2feedbackresponsebody.ts): Bad Request. Status code `400`. Applicable to 1 of
|
|
1135
|
-
* [`CreateAgentScheduleResponseBody`](./src/models/errors/createagentscheduleresponsebody.ts): Invalid schedule type, expression, or sub-hour cadence. Status code `400`. Applicable to 1 of
|
|
1136
|
-
* [`UpdateAgentScheduleResponseBody`](./src/models/errors/updateagentscheduleresponsebody.ts): Invalid type, expression, or sub-hour cadence. Status code `400`. Applicable to 1 of
|
|
1137
|
-
* [`TriggerAgentScheduleResponseBody`](./src/models/errors/triggeragentscheduleresponsebody.ts): Schedule is inactive. Status code `400`. Applicable to 1 of
|
|
1138
|
-
* [`GetEvalsResponseBody`](./src/models/errors/getevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
1139
|
-
* [`CreateEvalResponseBody`](./src/models/errors/createevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
1140
|
-
* [`GetEvalResponseBody`](./src/models/errors/getevalresponsebody.ts): No evaluator with this id exists in the authenticated workspace, or the request carries no workspace. Status code `404`. Applicable to 1 of
|
|
1141
|
-
* [`UpdateEvalResponseBody`](./src/models/errors/updateevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
1142
|
-
* [`DeleteEvalResponseBody`](./src/models/errors/deleteevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
1143
|
-
* [`InvokeEvalEvalsResponseBody`](./src/models/errors/invokeevalevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
1144
|
-
* [`GetV2EvaluatorsIdVersionsResponseBody`](./src/models/errors/getv2evaluatorsidversionsresponsebody.ts): Evaluator not found. Status code `404`. Applicable to 1 of
|
|
1145
|
-
* [`DeleteAgentResponseBody`](./src/models/errors/deleteagentresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or has already been deleted. Status code `404`. Applicable to 1 of
|
|
1146
|
-
* [`RetrieveAgentRequestResponseBody`](./src/models/errors/retrieveagentrequestresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or you do not have permission to access it. Status code `404`. Applicable to 1 of
|
|
1147
|
-
* [`UpdateAgentResponseBody`](./src/models/errors/updateagentresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or you do not have permission to modify it. Status code `404`. Applicable to 1 of
|
|
1148
|
-
* [`StreamRunAgentResponseBody`](./src/models/errors/streamrunagentresponsebody.ts): Model not found. Status code `404`. Applicable to 1 of
|
|
1149
|
-
* [`StreamAgentResponseBody`](./src/models/errors/streamagentresponsebody.ts): Agent not found. Status code `404`. Applicable to 1 of
|
|
1150
|
-
* [`UpdatePromptResponseBody`](./src/models/errors/updatepromptresponsebody.ts): Prompt not found. Status code `404`. Applicable to 1 of
|
|
1151
|
-
* [`DeletePromptResponseBody`](./src/models/errors/deletepromptresponsebody.ts): Prompt not found. Status code `404`. Applicable to 1 of
|
|
1152
|
-
* [`GetPromptVersionResponseBody`](./src/models/errors/getpromptversionresponsebody.ts): Not Found - The prompt or prompt version does not exist. Status code `404`. Applicable to 1 of
|
|
1153
|
-
* [`UpdateToolResponseBody`](./src/models/errors/updatetoolresponsebody.ts): Tool not found. Status code `404`. Applicable to 1 of
|
|
1154
|
-
* [`GetV2ToolsToolIdVersionsResponseBody`](./src/models/errors/getv2toolstoolidversionsresponsebody.ts): Tool not found. Status code `404`. Applicable to 1 of
|
|
1155
|
-
* [`GetV2ToolsToolIdVersionsVersionIdResponseBody`](./src/models/errors/getv2toolstoolidversionsversionidresponsebody.ts): Tool or version not found. Status code `404`. Applicable to 1 of
|
|
1156
|
-
* [`PostV2FeedbackRemoveResponseBody`](./src/models/errors/postv2feedbackremoveresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
1157
|
-
* [`PostV2FeedbackFeedbackResponseBody`](./src/models/errors/postv2feedbackfeedbackresponsebody.ts): Workspace, trace, or feedback property was not found. Status code `404`. Applicable to 1 of
|
|
1158
|
-
* [`CreateAgentScheduleSchedulesResponseBody`](./src/models/errors/createagentscheduleschedulesresponsebody.ts): Agent (or agent version, when agent_tag is set) not found. Status code `404`. Applicable to 1 of
|
|
1159
|
-
* [`DeleteAgentScheduleResponseBody`](./src/models/errors/deleteagentscheduleresponsebody.ts): Schedule not found, or belongs to a different agent. Status code `404`. Applicable to 1 of
|
|
1160
|
-
* [`RetrieveAgentScheduleResponseBody`](./src/models/errors/retrieveagentscheduleresponsebody.ts): Schedule not found, or belongs to a different agent. Status code `404`. Applicable to 1 of
|
|
1161
|
-
* [`UpdateAgentScheduleSchedulesResponseBody`](./src/models/errors/updateagentscheduleschedulesresponsebody.ts): Schedule or agent version not found. Status code `404`. Applicable to 1 of
|
|
1162
|
-
* [`TriggerAgentScheduleSchedulesResponseBody`](./src/models/errors/triggeragentscheduleschedulesresponsebody.ts): Schedule not found, or belongs to a different agent. Status code `404`. Applicable to 1 of
|
|
1163
|
-
* [`RetrieveResponseResponseBody`](./src/models/errors/retrieveresponseresponsebody.ts): Response not found. Status code `404`. Applicable to 1 of
|
|
1164
|
-
* [`DeleteEvalEvalsResponseBody`](./src/models/errors/deleteevalevalsresponsebody.ts): The evaluator is still referenced as an evaluator or guardrail by one or more deployments. Status code `409`. Applicable to 1 of
|
|
1165
|
-
* [`CreateModerationResponseBody`](./src/models/errors/createmoderationresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of
|
|
1166
|
-
* [`CreateTranscriptionResponseBody`](./src/models/errors/createtranscriptionresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of
|
|
1167
|
-
* [`CreateTranslationResponseBody`](./src/models/errors/createtranslationresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of
|
|
1168
|
-
* [`InvokeEvalEvalsResponseResponseBody`](./src/models/errors/invokeevalevalsresponseresponsebody.ts): Error running the evaluator. Status code `500`. Applicable to 1 of
|
|
1117
|
+
* [`HonoApiError`](./src/models/errors/honoapierror.ts): Applicable to 12 of 253 methods.*
|
|
1118
|
+
* [`InvokeEvalResponseBody`](./src/models/errors/invokeevalresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 253 methods.*
|
|
1119
|
+
* [`PostV2FeedbackResponseBody`](./src/models/errors/postv2feedbackresponsebody.ts): Bad Request. Status code `400`. Applicable to 1 of 253 methods.*
|
|
1120
|
+
* [`CreateAgentScheduleResponseBody`](./src/models/errors/createagentscheduleresponsebody.ts): Invalid schedule type, expression, or sub-hour cadence. Status code `400`. Applicable to 1 of 253 methods.*
|
|
1121
|
+
* [`UpdateAgentScheduleResponseBody`](./src/models/errors/updateagentscheduleresponsebody.ts): Invalid type, expression, or sub-hour cadence. Status code `400`. Applicable to 1 of 253 methods.*
|
|
1122
|
+
* [`TriggerAgentScheduleResponseBody`](./src/models/errors/triggeragentscheduleresponsebody.ts): Schedule is inactive. Status code `400`. Applicable to 1 of 253 methods.*
|
|
1123
|
+
* [`GetEvalsResponseBody`](./src/models/errors/getevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1124
|
+
* [`CreateEvalResponseBody`](./src/models/errors/createevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1125
|
+
* [`GetEvalResponseBody`](./src/models/errors/getevalresponsebody.ts): No evaluator with this id exists in the authenticated workspace, or the request carries no workspace. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1126
|
+
* [`UpdateEvalResponseBody`](./src/models/errors/updateevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1127
|
+
* [`DeleteEvalResponseBody`](./src/models/errors/deleteevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1128
|
+
* [`InvokeEvalEvalsResponseBody`](./src/models/errors/invokeevalevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1129
|
+
* [`GetV2EvaluatorsIdVersionsResponseBody`](./src/models/errors/getv2evaluatorsidversionsresponsebody.ts): Evaluator not found. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1130
|
+
* [`DeleteAgentResponseBody`](./src/models/errors/deleteagentresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or has already been deleted. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1131
|
+
* [`RetrieveAgentRequestResponseBody`](./src/models/errors/retrieveagentrequestresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or you do not have permission to access it. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1132
|
+
* [`UpdateAgentResponseBody`](./src/models/errors/updateagentresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or you do not have permission to modify it. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1133
|
+
* [`StreamRunAgentResponseBody`](./src/models/errors/streamrunagentresponsebody.ts): Model not found. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1134
|
+
* [`StreamAgentResponseBody`](./src/models/errors/streamagentresponsebody.ts): Agent not found. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1135
|
+
* [`UpdatePromptResponseBody`](./src/models/errors/updatepromptresponsebody.ts): Prompt not found. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1136
|
+
* [`DeletePromptResponseBody`](./src/models/errors/deletepromptresponsebody.ts): Prompt not found. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1137
|
+
* [`GetPromptVersionResponseBody`](./src/models/errors/getpromptversionresponsebody.ts): Not Found - The prompt or prompt version does not exist. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1138
|
+
* [`UpdateToolResponseBody`](./src/models/errors/updatetoolresponsebody.ts): Tool not found. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1139
|
+
* [`GetV2ToolsToolIdVersionsResponseBody`](./src/models/errors/getv2toolstoolidversionsresponsebody.ts): Tool not found. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1140
|
+
* [`GetV2ToolsToolIdVersionsVersionIdResponseBody`](./src/models/errors/getv2toolstoolidversionsversionidresponsebody.ts): Tool or version not found. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1141
|
+
* [`PostV2FeedbackRemoveResponseBody`](./src/models/errors/postv2feedbackremoveresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1142
|
+
* [`PostV2FeedbackFeedbackResponseBody`](./src/models/errors/postv2feedbackfeedbackresponsebody.ts): Workspace, trace, or feedback property was not found. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1143
|
+
* [`CreateAgentScheduleSchedulesResponseBody`](./src/models/errors/createagentscheduleschedulesresponsebody.ts): Agent (or agent version, when agent_tag is set) not found. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1144
|
+
* [`DeleteAgentScheduleResponseBody`](./src/models/errors/deleteagentscheduleresponsebody.ts): Schedule not found, or belongs to a different agent. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1145
|
+
* [`RetrieveAgentScheduleResponseBody`](./src/models/errors/retrieveagentscheduleresponsebody.ts): Schedule not found, or belongs to a different agent. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1146
|
+
* [`UpdateAgentScheduleSchedulesResponseBody`](./src/models/errors/updateagentscheduleschedulesresponsebody.ts): Schedule or agent version not found. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1147
|
+
* [`TriggerAgentScheduleSchedulesResponseBody`](./src/models/errors/triggeragentscheduleschedulesresponsebody.ts): Schedule not found, or belongs to a different agent. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1148
|
+
* [`RetrieveResponseResponseBody`](./src/models/errors/retrieveresponseresponsebody.ts): Response not found. Status code `404`. Applicable to 1 of 253 methods.*
|
|
1149
|
+
* [`DeleteEvalEvalsResponseBody`](./src/models/errors/deleteevalevalsresponsebody.ts): The evaluator is still referenced as an evaluator or guardrail by one or more deployments. Status code `409`. Applicable to 1 of 253 methods.*
|
|
1150
|
+
* [`CreateModerationResponseBody`](./src/models/errors/createmoderationresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of 253 methods.*
|
|
1151
|
+
* [`CreateTranscriptionResponseBody`](./src/models/errors/createtranscriptionresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of 253 methods.*
|
|
1152
|
+
* [`CreateTranslationResponseBody`](./src/models/errors/createtranslationresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of 253 methods.*
|
|
1153
|
+
* [`InvokeEvalEvalsResponseResponseBody`](./src/models/errors/invokeevalevalsresponseresponsebody.ts): Error running the evaluator. Status code `500`. Applicable to 1 of 253 methods.*
|
|
1169
1154
|
* [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
|
|
1170
1155
|
|
|
1171
1156
|
</details>
|
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
31
31
|
export declare const SDK_METADATA: {
|
|
32
32
|
readonly language: "typescript";
|
|
33
33
|
readonly openapiDocVersion: "2.0";
|
|
34
|
-
readonly sdkVersion: "4.14.0-rc.
|
|
34
|
+
readonly sdkVersion: "4.14.0-rc.17";
|
|
35
35
|
readonly genVersion: "2.928.0";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 4.14.0-rc.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 4.14.0-rc.17 2.928.0 2.0 @orq-ai/node";
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
|
|
|
28
28
|
exports.SDK_METADATA = {
|
|
29
29
|
language: "typescript",
|
|
30
30
|
openapiDocVersion: "2.0",
|
|
31
|
-
sdkVersion: "4.14.0-rc.
|
|
31
|
+
sdkVersion: "4.14.0-rc.17",
|
|
32
32
|
genVersion: "2.928.0",
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 4.14.0-rc.
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 4.14.0-rc.17 2.928.0 2.0 @orq-ai/node",
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
export declare const AccessLevel: {
|
|
4
|
+
readonly AccessLevelNone: "ACCESS_LEVEL_NONE";
|
|
5
|
+
readonly AccessLevelRead: "ACCESS_LEVEL_READ";
|
|
6
|
+
readonly AccessLevelWrite: "ACCESS_LEVEL_WRITE";
|
|
7
|
+
};
|
|
8
|
+
export type AccessLevel = ClosedEnum<typeof AccessLevel>;
|
|
9
|
+
/** @internal */
|
|
10
|
+
export declare const AccessLevel$inboundSchema: z.ZodNativeEnum<typeof AccessLevel>;
|
|
11
|
+
/** @internal */
|
|
12
|
+
export declare const AccessLevel$outboundSchema: z.ZodNativeEnum<typeof AccessLevel>;
|
|
13
|
+
//# sourceMappingURL=accesslevel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accesslevel.d.ts","sourceRoot":"","sources":["../../src/models/components/accesslevel.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,WAAW;;;;CAId,CAAC;AACX,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAEzD,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,WAAW,CAChD,CAAC;AAC3B,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,WAAW,CAChD,CAAC"}
|
|
@@ -36,16 +36,16 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
exports.createPersonRequestToJSON = createPersonRequestToJSON;
|
|
39
|
+
exports.AccessLevel$outboundSchema = exports.AccessLevel$inboundSchema = exports.AccessLevel = void 0;
|
|
41
40
|
const z = __importStar(require("zod/v3"));
|
|
41
|
+
exports.AccessLevel = {
|
|
42
|
+
AccessLevelNone: "ACCESS_LEVEL_NONE",
|
|
43
|
+
AccessLevelRead: "ACCESS_LEVEL_READ",
|
|
44
|
+
AccessLevelWrite: "ACCESS_LEVEL_WRITE",
|
|
45
|
+
};
|
|
42
46
|
/** @internal */
|
|
43
|
-
exports.
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
function createPersonRequestToJSON(createPersonRequest) {
|
|
49
|
-
return JSON.stringify(exports.CreatePersonRequest$outboundSchema.parse(createPersonRequest));
|
|
50
|
-
}
|
|
51
|
-
//# sourceMappingURL=createpersonrequest.js.map
|
|
47
|
+
exports.AccessLevel$inboundSchema = z
|
|
48
|
+
.nativeEnum(exports.AccessLevel);
|
|
49
|
+
/** @internal */
|
|
50
|
+
exports.AccessLevel$outboundSchema = exports.AccessLevel$inboundSchema;
|
|
51
|
+
//# sourceMappingURL=accesslevel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accesslevel.js","sourceRoot":"","sources":["../../src/models/components/accesslevel.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAGf,QAAA,WAAW,GAAG;IACzB,eAAe,EAAE,mBAAmB;IACpC,eAAe,EAAE,mBAAmB;IACpC,gBAAgB,EAAE,oBAAoB;CAC9B,CAAC;AAGX,gBAAgB;AACH,QAAA,yBAAyB,GAAwC,CAAC;KAC5E,UAAU,CAAC,mBAAW,CAAC,CAAC;AAC3B,gBAAgB;AACH,QAAA,0BAA0B,GACrC,iCAAyB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
|
+
import { AccessLevel } from "./accesslevel.js";
|
|
2
3
|
import { ApiKeyOwner, ApiKeyOwner$Outbound } from "./apikeyowner.js";
|
|
3
4
|
import { McpAccess, McpAccess$Outbound } from "./mcpaccess.js";
|
|
4
5
|
import { PermissionMode } from "./permissionmode.js";
|
|
@@ -26,7 +27,7 @@ export type CreateApiKeyRequest = {
|
|
|
26
27
|
* or fetch the live catalog via the capability catalog endpoint.
|
|
27
28
|
*/
|
|
28
29
|
access?: {
|
|
29
|
-
[k: string]:
|
|
30
|
+
[k: string]: AccessLevel;
|
|
30
31
|
} | undefined;
|
|
31
32
|
/**
|
|
32
33
|
* Optional expiration. When set, the authenticate hot-path rejects
|
|
@@ -51,7 +52,7 @@ export type CreateApiKeyRequest$Outbound = {
|
|
|
51
52
|
project_scope?: ProjectScope$Outbound | undefined;
|
|
52
53
|
permission_mode?: string | undefined;
|
|
53
54
|
access?: {
|
|
54
|
-
[k: string]:
|
|
55
|
+
[k: string]: string;
|
|
55
56
|
} | undefined;
|
|
56
57
|
expires_at?: string | undefined;
|
|
57
58
|
mcp_access?: McpAccess$Outbound | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createapikeyrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/createapikeyrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EACL,WAAW,EACX,oBAAoB,EAErB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,SAAS,EACT,kBAAkB,EAEnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,cAAc,EAEf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,YAAY,EACZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAE3B,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACxC,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,
|
|
1
|
+
{"version":3,"file":"createapikeyrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/createapikeyrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,WAAW,EAA8B,MAAM,kBAAkB,CAAC;AAC3E,OAAO,EACL,WAAW,EACX,oBAAoB,EAErB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,SAAS,EACT,kBAAkB,EAEnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,cAAc,EAEf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,YAAY,EACZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAE3B,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACxC,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,WAAW,CAAA;KAAE,GAAG,SAAS,CAAC;IAClD;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC7B;;;;;OAKG;IACH,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACzC,aAAa,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAClD,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7C,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,UAAU,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAgBnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR"}
|
|
@@ -40,6 +40,7 @@ exports.CreateApiKeyRequest$outboundSchema = void 0;
|
|
|
40
40
|
exports.createApiKeyRequestToJSON = createApiKeyRequestToJSON;
|
|
41
41
|
const z = __importStar(require("zod/v3"));
|
|
42
42
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
|
+
const accesslevel_js_1 = require("./accesslevel.js");
|
|
43
44
|
const apikeyowner_js_1 = require("./apikeyowner.js");
|
|
44
45
|
const mcpaccess_js_1 = require("./mcpaccess.js");
|
|
45
46
|
const permissionmode_js_1 = require("./permissionmode.js");
|
|
@@ -50,7 +51,7 @@ exports.CreateApiKeyRequest$outboundSchema = z.object({
|
|
|
50
51
|
owner: apikeyowner_js_1.ApiKeyOwner$outboundSchema.optional(),
|
|
51
52
|
projectScope: projectscope_js_1.ProjectScope$outboundSchema.optional(),
|
|
52
53
|
permissionMode: permissionmode_js_1.PermissionMode$outboundSchema.optional(),
|
|
53
|
-
access: z.record(
|
|
54
|
+
access: z.record(accesslevel_js_1.AccessLevel$outboundSchema).optional(),
|
|
54
55
|
expiresAt: z.date().transform(v => v.toISOString()).optional(),
|
|
55
56
|
mcpAccess: mcpaccess_js_1.McpAccess$outboundSchema.optional(),
|
|
56
57
|
}).transform((v) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createapikeyrequest.js","sourceRoot":"","sources":["../../src/models/components/createapikeyrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"createapikeyrequest.js","sourceRoot":"","sources":["../../src/models/components/createapikeyrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkGH,8DAMC;AAtGD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAA2E;AAC3E,qDAI0B;AAC1B,iDAIwB;AACxB,2DAG6B;AAC7B,uDAI2B;AAqD3B,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,KAAK,EAAE,2CAA0B,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,6CAA2B,CAAC,QAAQ,EAAE;IACpD,cAAc,EAAE,iDAA6B,CAAC,QAAQ,EAAE;IACxD,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,2CAA0B,CAAC,CAAC,QAAQ,EAAE;IACvD,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9D,SAAS,EAAE,uCAAwB,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,eAAe;QAC7B,cAAc,EAAE,iBAAiB;QACjC,SAAS,EAAE,YAAY;QACvB,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,0CAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
|
+
import { AccessLevel } from "./accesslevel.js";
|
|
2
3
|
import { ManagementPermissionMode } from "./managementpermissionmode.js";
|
|
3
4
|
export type CreateManagementKeyRequest = {
|
|
4
5
|
/**
|
|
@@ -16,7 +17,7 @@ export type CreateManagementKeyRequest = {
|
|
|
16
17
|
* endpoint.
|
|
17
18
|
*/
|
|
18
19
|
access?: {
|
|
19
|
-
[k: string]:
|
|
20
|
+
[k: string]: AccessLevel;
|
|
20
21
|
} | undefined;
|
|
21
22
|
/**
|
|
22
23
|
* Optional expiration. When set, the authenticate hot-path rejects
|
|
@@ -32,7 +33,7 @@ export type CreateManagementKeyRequest$Outbound = {
|
|
|
32
33
|
name: string;
|
|
33
34
|
permission_mode?: string | undefined;
|
|
34
35
|
access?: {
|
|
35
|
-
[k: string]:
|
|
36
|
+
[k: string]: string;
|
|
36
37
|
} | undefined;
|
|
37
38
|
expires_at?: string | undefined;
|
|
38
39
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createmanagementkeyrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/createmanagementkeyrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EACL,wBAAwB,EAEzB,MAAM,+BAA+B,CAAC;AAEvC,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IACtD;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,
|
|
1
|
+
{"version":3,"file":"createmanagementkeyrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/createmanagementkeyrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,WAAW,EAA8B,MAAM,kBAAkB,CAAC;AAC3E,OAAO,EACL,wBAAwB,EAEzB,MAAM,+BAA+B,CAAC;AAEvC,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IACtD;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,WAAW,CAAA;KAAE,GAAG,SAAS,CAAC;IAClD;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7C,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAW1B,CAAC;AAEH,wBAAgB,gCAAgC,CAC9C,0BAA0B,EAAE,0BAA0B,GACrD,MAAM,CAIR"}
|
|
@@ -40,12 +40,13 @@ exports.CreateManagementKeyRequest$outboundSchema = void 0;
|
|
|
40
40
|
exports.createManagementKeyRequestToJSON = createManagementKeyRequestToJSON;
|
|
41
41
|
const z = __importStar(require("zod/v3"));
|
|
42
42
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
|
+
const accesslevel_js_1 = require("./accesslevel.js");
|
|
43
44
|
const managementpermissionmode_js_1 = require("./managementpermissionmode.js");
|
|
44
45
|
/** @internal */
|
|
45
46
|
exports.CreateManagementKeyRequest$outboundSchema = z.object({
|
|
46
47
|
name: z.string(),
|
|
47
48
|
permissionMode: managementpermissionmode_js_1.ManagementPermissionMode$outboundSchema.optional(),
|
|
48
|
-
access: z.record(
|
|
49
|
+
access: z.record(accesslevel_js_1.AccessLevel$outboundSchema).optional(),
|
|
49
50
|
expiresAt: z.date().transform(v => v.toISOString()).optional(),
|
|
50
51
|
}).transform((v) => {
|
|
51
52
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createmanagementkeyrequest.js","sourceRoot":"","sources":["../../src/models/components/createmanagementkeyrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"createmanagementkeyrequest.js","sourceRoot":"","sources":["../../src/models/components/createmanagementkeyrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6DH,4EAMC;AAjED,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAA2E;AAC3E,+EAGuC;AAoCvC,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,cAAc,EAAE,qEAAuC,CAAC,QAAQ,EAAE;IAClE,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,2CAA0B,CAAC,CAAC,QAAQ,EAAE;IACvD,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;QACjC,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,gCAAgC,CAC9C,0BAAsD;IAEtD,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAyC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAC5E,CAAC;AACJ,CAAC"}
|
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
import { DomainGroup } from "./domaingroup.js";
|
|
5
|
+
import { ScopeMode } from "./scopemode.js";
|
|
4
6
|
/**
|
|
5
|
-
* Domain describes a permission domain that can be granted to
|
|
7
|
+
* Domain describes a permission domain that can be granted to an
|
|
6
8
|
*
|
|
7
9
|
* @remarks
|
|
8
|
-
*
|
|
10
|
+
* API key. Verbs are derived from id + group + readable/writable.
|
|
9
11
|
*/
|
|
10
12
|
export type Domain = {
|
|
11
13
|
/**
|
|
12
|
-
* Stable domain identifier (e.g. "
|
|
14
|
+
* Stable domain identifier (e.g. "agent", "chat_completions"). Used
|
|
13
15
|
*
|
|
14
16
|
* @remarks
|
|
15
|
-
* key in
|
|
16
|
-
* permissions (e.g.
|
|
17
|
+
* as the key in ApiKey.access and as the verb prefix in resolved
|
|
18
|
+
* permissions (e.g. agent.list, agent.view, agent.create).
|
|
17
19
|
*/
|
|
18
20
|
id?: string | undefined;
|
|
19
21
|
/**
|
|
20
22
|
* Human-readable label for the dashboard.
|
|
21
23
|
*/
|
|
22
24
|
displayName?: string | undefined;
|
|
25
|
+
group?: DomainGroup | undefined;
|
|
23
26
|
/**
|
|
24
|
-
*
|
|
27
|
+
* Project scopes this domain may be granted under. A workspace-
|
|
28
|
+
*
|
|
29
|
+
* @remarks
|
|
30
|
+
* admin domain like `member` is typically SCOPE_MODE_ALL only.
|
|
25
31
|
*/
|
|
26
|
-
|
|
32
|
+
allowedScopes?: Array<ScopeMode> | undefined;
|
|
27
33
|
/**
|
|
28
34
|
* Whether this domain can be granted read access.
|
|
29
35
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domain.d.ts","sourceRoot":"","sources":["../../src/models/components/domain.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"domain.d.ts","sourceRoot":"","sources":["../../src/models/components/domain.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,WAAW,EAA6B,MAAM,kBAAkB,CAAC;AAC1E,OAAO,EAAE,SAAS,EAA2B,MAAM,gBAAgB,CAAC;AAEpE;;;;;GAKG;AACH,MAAM,MAAM,MAAM,GAAG;IACnB;;;;;;OAMG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAChC;;;;;OAKG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC;IAC7C;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAatE,CAAC;AAEL,wBAAgB,cAAc,CAC5B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAM7C"}
|
|
@@ -41,17 +41,21 @@ exports.domainFromJSON = domainFromJSON;
|
|
|
41
41
|
const z = __importStar(require("zod/v3"));
|
|
42
42
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
43
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
const domaingroup_js_1 = require("./domaingroup.js");
|
|
45
|
+
const scopemode_js_1 = require("./scopemode.js");
|
|
44
46
|
/** @internal */
|
|
45
47
|
exports.Domain$inboundSchema = z
|
|
46
48
|
.object({
|
|
47
49
|
id: z.string().optional(),
|
|
48
50
|
display_name: z.string().optional(),
|
|
49
|
-
group:
|
|
51
|
+
group: domaingroup_js_1.DomainGroup$inboundSchema.optional(),
|
|
52
|
+
allowed_scopes: z.array(scopemode_js_1.ScopeMode$inboundSchema).optional(),
|
|
50
53
|
readable: z.boolean().optional(),
|
|
51
54
|
writable: z.boolean().optional(),
|
|
52
55
|
}).transform((v) => {
|
|
53
56
|
return (0, primitives_js_1.remap)(v, {
|
|
54
57
|
"display_name": "displayName",
|
|
58
|
+
"allowed_scopes": "allowedScopes",
|
|
55
59
|
});
|
|
56
60
|
});
|
|
57
61
|
function domainFromJSON(jsonString) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domain.js","sourceRoot":"","sources":["../../src/models/components/domain.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"domain.js","sourceRoot":"","sources":["../../src/models/components/domain.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+DH,wCAQC;AArED,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAGjD,qDAA0E;AAC1E,iDAAoE;AAuCpE,gBAAgB;AACH,QAAA,oBAAoB,GAA6C,CAAC;KAC5E,MAAM,CAAC;IACN,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,KAAK,EAAE,0CAAyB,CAAC,QAAQ,EAAE;IAC3C,cAAc,EAAE,CAAC,CAAC,KAAK,CAAC,sCAAuB,CAAC,CAAC,QAAQ,EAAE;IAC3D,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,aAAa;QAC7B,gBAAgB,EAAE,eAAe;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEL,SAAgB,cAAc,CAC5B,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,4BAAoB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAChD,oCAAoC,CACrC,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
export declare const DomainGroup: {
|
|
4
|
+
readonly DomainGroupWorkspaceAdmin: "DOMAIN_GROUP_WORKSPACE_ADMIN";
|
|
5
|
+
readonly DomainGroupPlatform: "DOMAIN_GROUP_PLATFORM";
|
|
6
|
+
readonly DomainGroupGateway: "DOMAIN_GROUP_GATEWAY";
|
|
7
|
+
};
|
|
8
|
+
export type DomainGroup = ClosedEnum<typeof DomainGroup>;
|
|
9
|
+
/** @internal */
|
|
10
|
+
export declare const DomainGroup$inboundSchema: z.ZodNativeEnum<typeof DomainGroup>;
|
|
11
|
+
//# sourceMappingURL=domaingroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"domaingroup.d.ts","sourceRoot":"","sources":["../../src/models/components/domaingroup.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,WAAW;;;;CAId,CAAC;AACX,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAEzD,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,WAAW,CAChD,CAAC"}
|
|
@@ -36,12 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
exports.resendInvitationRequestToJSON = resendInvitationRequestToJSON;
|
|
39
|
+
exports.DomainGroup$inboundSchema = exports.DomainGroup = void 0;
|
|
41
40
|
const z = __importStar(require("zod/v3"));
|
|
41
|
+
exports.DomainGroup = {
|
|
42
|
+
DomainGroupWorkspaceAdmin: "DOMAIN_GROUP_WORKSPACE_ADMIN",
|
|
43
|
+
DomainGroupPlatform: "DOMAIN_GROUP_PLATFORM",
|
|
44
|
+
DomainGroupGateway: "DOMAIN_GROUP_GATEWAY",
|
|
45
|
+
};
|
|
42
46
|
/** @internal */
|
|
43
|
-
exports.
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
//# sourceMappingURL=resendinvitationrequest.js.map
|
|
47
|
+
exports.DomainGroup$inboundSchema = z
|
|
48
|
+
.nativeEnum(exports.DomainGroup);
|
|
49
|
+
//# sourceMappingURL=domaingroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"domaingroup.js","sourceRoot":"","sources":["../../src/models/components/domaingroup.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAGf,QAAA,WAAW,GAAG;IACzB,yBAAyB,EAAE,8BAA8B;IACzD,mBAAmB,EAAE,uBAAuB;IAC5C,kBAAkB,EAAE,sBAAsB;CAClC,CAAC;AAGX,gBAAgB;AACH,QAAA,yBAAyB,GAAwC,CAAC;KAC5E,UAAU,CAAC,mBAAW,CAAC,CAAC"}
|
|
@@ -5,7 +5,7 @@ import { EmbeddingLoadBalancerConfig, EmbeddingLoadBalancerConfig$Outbound } fro
|
|
|
5
5
|
import { EmbeddingRetryConfig, EmbeddingRetryConfig$Outbound } from "./embeddingretryconfig.js";
|
|
6
6
|
import { EmbeddingTimeoutConfig, EmbeddingTimeoutConfig$Outbound } from "./embeddingtimeoutconfig.js";
|
|
7
7
|
import { FallbackConfig, FallbackConfig$Outbound } from "./fallbackconfig.js";
|
|
8
|
-
import {
|
|
8
|
+
import { ResponseIdentity, ResponseIdentity$Outbound } from "./responseidentity.js";
|
|
9
9
|
export type EmbeddingOrqParams = {
|
|
10
10
|
cache?: EmbeddingCacheConfig | undefined;
|
|
11
11
|
contact?: EmbeddingContactParams | undefined;
|
|
@@ -13,10 +13,7 @@ export type EmbeddingOrqParams = {
|
|
|
13
13
|
* Deprecated: use top-level fallbacks instead.
|
|
14
14
|
*/
|
|
15
15
|
fallbacks?: Array<FallbackConfig> | null | undefined;
|
|
16
|
-
|
|
17
|
-
* Information about the identity making the request. If the identity does not exist, it will be created automatically.
|
|
18
|
-
*/
|
|
19
|
-
identity?: PublicIdentity | undefined;
|
|
16
|
+
identity?: ResponseIdentity | undefined;
|
|
20
17
|
loadBalancer?: EmbeddingLoadBalancerConfig | undefined;
|
|
21
18
|
/**
|
|
22
19
|
* Deprecated: use top-level name instead.
|
|
@@ -30,7 +27,7 @@ export type EmbeddingOrqParams$Outbound = {
|
|
|
30
27
|
cache?: EmbeddingCacheConfig$Outbound | undefined;
|
|
31
28
|
contact?: EmbeddingContactParams$Outbound | undefined;
|
|
32
29
|
fallbacks?: Array<FallbackConfig$Outbound> | null | undefined;
|
|
33
|
-
identity?:
|
|
30
|
+
identity?: ResponseIdentity$Outbound | undefined;
|
|
34
31
|
load_balancer?: EmbeddingLoadBalancerConfig$Outbound | undefined;
|
|
35
32
|
name?: string | undefined;
|
|
36
33
|
retry?: EmbeddingRetryConfig$Outbound | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"embeddingorqparams.d.ts","sourceRoot":"","sources":["../../src/models/components/embeddingorqparams.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EACL,oBAAoB,EACpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,sBAAsB,EACtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,2BAA2B,EAC3B,oCAAoC,EAErC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,oBAAoB,EACpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,sBAAsB,EACtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,cAAc,EACd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"embeddingorqparams.d.ts","sourceRoot":"","sources":["../../src/models/components/embeddingorqparams.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EACL,oBAAoB,EACpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,sBAAsB,EACtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,2BAA2B,EAC3B,oCAAoC,EAErC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,oBAAoB,EACpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,sBAAsB,EACtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,cAAc,EACd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,gBAAgB,EAChB,yBAAyB,EAE1B,MAAM,uBAAuB,CAAC;AAE/B,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACzC,OAAO,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC7C;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACrD,QAAQ,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACxC,YAAY,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IACvD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACzC,OAAO,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;CAC9C,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,KAAK,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAClD,OAAO,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IACtD,SAAS,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9D,QAAQ,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACjD,aAAa,CAAC,EAAE,oCAAoC,GAAG,SAAS,CAAC;IACjE,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAClD,OAAO,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;CACvD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAclB,CAAC;AAEH,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR"}
|
|
@@ -46,13 +46,13 @@ const embeddingloadbalancerconfig_js_1 = require("./embeddingloadbalancerconfig.
|
|
|
46
46
|
const embeddingretryconfig_js_1 = require("./embeddingretryconfig.js");
|
|
47
47
|
const embeddingtimeoutconfig_js_1 = require("./embeddingtimeoutconfig.js");
|
|
48
48
|
const fallbackconfig_js_1 = require("./fallbackconfig.js");
|
|
49
|
-
const
|
|
49
|
+
const responseidentity_js_1 = require("./responseidentity.js");
|
|
50
50
|
/** @internal */
|
|
51
51
|
exports.EmbeddingOrqParams$outboundSchema = z.object({
|
|
52
52
|
cache: embeddingcacheconfig_js_1.EmbeddingCacheConfig$outboundSchema.optional(),
|
|
53
53
|
contact: embeddingcontactparams_js_1.EmbeddingContactParams$outboundSchema.optional(),
|
|
54
54
|
fallbacks: z.nullable(z.array(fallbackconfig_js_1.FallbackConfig$outboundSchema)).optional(),
|
|
55
|
-
identity:
|
|
55
|
+
identity: responseidentity_js_1.ResponseIdentity$outboundSchema.optional(),
|
|
56
56
|
loadBalancer: embeddingloadbalancerconfig_js_1.EmbeddingLoadBalancerConfig$outboundSchema.optional(),
|
|
57
57
|
name: z.string().optional(),
|
|
58
58
|
retry: embeddingretryconfig_js_1.EmbeddingRetryConfig$outboundSchema.optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"embeddingorqparams.js","sourceRoot":"","sources":["../../src/models/components/embeddingorqparams.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"embeddingorqparams.js","sourceRoot":"","sources":["../../src/models/components/embeddingorqparams.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyFH,4DAMC;AA7FD,0CAA4B;AAC5B,2DAA0D;AAC1D,uEAImC;AACnC,2EAIqC;AACrC,qFAI0C;AAC1C,uEAImC;AACnC,2EAIqC;AACrC,2DAI6B;AAC7B,+DAI+B;AA+B/B,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,6DAAmC,CAAC,QAAQ,EAAE;IACrD,OAAO,EAAE,iEAAqC,CAAC,QAAQ,EAAE;IACzD,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,iDAA6B,CAAC,CAAC,CAAC,QAAQ,EAAE;IACxE,QAAQ,EAAE,qDAA+B,CAAC,QAAQ,EAAE;IACpD,YAAY,EAAE,2EAA0C,CAAC,QAAQ,EAAE;IACnE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,KAAK,EAAE,6DAAmC,CAAC,QAAQ,EAAE;IACrD,OAAO,EAAE,iEAAqC,CAAC,QAAQ,EAAE;CAC1D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,wBAAwB,CACtC,kBAAsC;IAEtC,OAAO,IAAI,CAAC,SAAS,CACnB,yCAAiC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAC5D,CAAC;AACJ,CAAC"}
|
|
@@ -366,8 +366,8 @@ function functionParamsFromJSON(jsonString) {
|
|
|
366
366
|
exports.EvaluatorResponseFunction$inboundSchema = z.object({
|
|
367
367
|
_id: z.string(),
|
|
368
368
|
description: z.string(),
|
|
369
|
-
created: z.string().default("2026-08-
|
|
370
|
-
updated: z.string().default("2026-08-
|
|
369
|
+
created: z.string().default("2026-08-13T15:12:39.171Z"),
|
|
370
|
+
updated: z.string().default("2026-08-13T15:12:39.171Z"),
|
|
371
371
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
372
372
|
project_id: z.string().optional(),
|
|
373
373
|
guardrail_config: z.any().optional(),
|
|
@@ -52,8 +52,8 @@ exports.Method$inboundSchema = z
|
|
|
52
52
|
exports.EvaluatorResponseHttp$inboundSchema = z.object({
|
|
53
53
|
_id: z.string(),
|
|
54
54
|
description: z.string(),
|
|
55
|
-
created: z.string().default("2026-08-
|
|
56
|
-
updated: z.string().default("2026-08-
|
|
55
|
+
created: z.string().default("2026-08-13T15:12:39.171Z"),
|
|
56
|
+
updated: z.string().default("2026-08-13T15:12:39.171Z"),
|
|
57
57
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
58
58
|
project_id: z.string().optional(),
|
|
59
59
|
guardrail_config: z.any().optional(),
|
|
@@ -45,8 +45,8 @@ const schemas_js_1 = require("../../lib/schemas.js");
|
|
|
45
45
|
exports.EvaluatorResponseJsonSchema$inboundSchema = z.object({
|
|
46
46
|
_id: z.string(),
|
|
47
47
|
description: z.string(),
|
|
48
|
-
created: z.string().default("2026-08-
|
|
49
|
-
updated: z.string().default("2026-08-
|
|
48
|
+
created: z.string().default("2026-08-13T15:12:39.171Z"),
|
|
49
|
+
updated: z.string().default("2026-08-13T15:12:39.171Z"),
|
|
50
50
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
51
51
|
project_id: z.string().optional(),
|
|
52
52
|
guardrail_config: z.any().optional(),
|
|
@@ -150,8 +150,8 @@ function juryFromJSON(jsonString) {
|
|
|
150
150
|
exports.EvaluatorResponseLlm$inboundSchema = z.object({
|
|
151
151
|
_id: z.string(),
|
|
152
152
|
description: z.string(),
|
|
153
|
-
created: z.string().default("2026-08-
|
|
154
|
-
updated: z.string().default("2026-08-
|
|
153
|
+
created: z.string().default("2026-08-13T15:12:39.171Z"),
|
|
154
|
+
updated: z.string().default("2026-08-13T15:12:39.171Z"),
|
|
155
155
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
156
156
|
project_id: z.string().optional(),
|
|
157
157
|
guardrail_config: z.any().optional(),
|
|
@@ -45,8 +45,8 @@ const schemas_js_1 = require("../../lib/schemas.js");
|
|
|
45
45
|
exports.EvaluatorResponsePython$inboundSchema = z.object({
|
|
46
46
|
_id: z.string(),
|
|
47
47
|
description: z.string(),
|
|
48
|
-
created: z.string().default("2026-08-
|
|
49
|
-
updated: z.string().default("2026-08-
|
|
48
|
+
created: z.string().default("2026-08-13T15:12:39.171Z"),
|
|
49
|
+
updated: z.string().default("2026-08-13T15:12:39.171Z"),
|
|
50
50
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
51
51
|
project_id: z.string().optional(),
|
|
52
52
|
guardrail_config: z.any().optional(),
|
|
@@ -62,8 +62,8 @@ exports.RagasMetric$inboundSchema = z
|
|
|
62
62
|
exports.EvaluatorResponseRagas$inboundSchema = z.object({
|
|
63
63
|
_id: z.string(),
|
|
64
64
|
description: z.string(),
|
|
65
|
-
created: z.string().default("2026-08-
|
|
66
|
-
updated: z.string().default("2026-08-
|
|
65
|
+
created: z.string().default("2026-08-13T15:12:39.171Z"),
|
|
66
|
+
updated: z.string().default("2026-08-13T15:12:39.171Z"),
|
|
67
67
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
68
68
|
project_id: z.string().optional(),
|
|
69
69
|
guardrail_config: z.any().optional(),
|