@orq-ai/node 4.13.0-rc.52 → 4.13.0-rc.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/funcs/apiKeysCreate.d.ts +1 -1
- package/funcs/apiKeysCreate.d.ts.map +1 -1
- package/funcs/apiKeysCreate.js +1 -1
- package/funcs/apiKeysCreate.js.map +1 -1
- package/funcs/apiKeysDelete.d.ts +1 -2
- package/funcs/apiKeysDelete.d.ts.map +1 -1
- package/funcs/apiKeysDelete.js +3 -3
- package/funcs/apiKeysDelete.js.map +1 -1
- package/funcs/apiKeysGet.d.ts +1 -1
- package/funcs/apiKeysGet.d.ts.map +1 -1
- package/funcs/apiKeysGet.js +1 -1
- package/funcs/apiKeysGet.js.map +1 -1
- package/funcs/apiKeysList.d.ts +2 -2
- package/funcs/apiKeysList.d.ts.map +1 -1
- package/funcs/apiKeysList.js +3 -2
- package/funcs/apiKeysList.js.map +1 -1
- package/funcs/apiKeysUpdate.d.ts +1 -1
- package/funcs/apiKeysUpdate.d.ts.map +1 -1
- package/funcs/apiKeysUpdate.js +1 -1
- package/funcs/apiKeysUpdate.js.map +1 -1
- package/funcs/responsesGet.d.ts +2 -1
- package/funcs/responsesGet.d.ts.map +1 -1
- package/funcs/responsesGet.js +5 -1
- package/funcs/responsesGet.js.map +1 -1
- package/funcs/smartRoutersList.js +0 -1
- package/funcs/smartRoutersList.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/allprojects.d.ts +0 -5
- package/models/components/allprojects.d.ts.map +1 -1
- package/models/components/allprojects.js +1 -8
- package/models/components/allprojects.js.map +1 -1
- package/models/components/apierror.d.ts +14 -0
- package/models/components/apierror.d.ts.map +1 -0
- package/models/components/{deleteapikeyresponse.js → apierror.js} +12 -6
- package/models/components/apierror.js.map +1 -0
- package/models/components/apikeyowner.d.ts +0 -5
- package/models/components/apikeyowner.d.ts.map +1 -1
- package/models/components/apikeyowner.js +1 -15
- package/models/components/apikeyowner.js.map +1 -1
- package/models/components/apikeyrestresponse.d.ts +55 -0
- package/models/components/apikeyrestresponse.d.ts.map +1 -0
- package/models/components/apikeyrestresponse.js +96 -0
- package/models/components/apikeyrestresponse.js.map +1 -0
- package/models/components/apikeystatus.d.ts +0 -2
- package/models/components/apikeystatus.d.ts.map +1 -1
- package/models/components/apikeystatus.js +2 -4
- package/models/components/apikeystatus.js.map +1 -1
- package/models/components/cacheconfig.d.ts +14 -0
- package/models/components/cacheconfig.d.ts.map +1 -0
- package/models/components/{legacytokenfamily.js → cacheconfig.js} +10 -9
- package/models/components/cacheconfig.js.map +1 -0
- 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 +7 -8
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +7 -8
- package/models/components/index.js.map +1 -1
- package/models/components/loadbalancerconfig.d.ts +15 -0
- package/models/components/loadbalancerconfig.d.ts.map +1 -0
- package/models/components/{smartroutermetrics.js → loadbalancerconfig.js} +9 -10
- package/models/components/loadbalancerconfig.js.map +1 -0
- package/models/components/loadbalancermodelconfig.d.ts +14 -0
- package/models/components/loadbalancermodelconfig.d.ts.map +1 -0
- package/models/components/loadbalancermodelconfig.js +50 -0
- package/models/components/loadbalancermodelconfig.js.map +1 -0
- package/models/components/mcpaccess.d.ts +0 -5
- package/models/components/mcpaccess.d.ts.map +1 -1
- package/models/components/mcpaccess.js +1 -18
- package/models/components/mcpaccess.js.map +1 -1
- package/models/components/permissionmode.d.ts +0 -2
- package/models/components/permissionmode.d.ts.map +1 -1
- package/models/components/permissionmode.js +2 -4
- package/models/components/permissionmode.js.map +1 -1
- package/models/components/projectscope.d.ts +0 -5
- package/models/components/projectscope.d.ts.map +1 -1
- package/models/components/projectscope.js +1 -11
- package/models/components/projectscope.js.map +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/components/securityconfig.d.ts +12 -0
- package/models/components/securityconfig.d.ts.map +1 -0
- package/models/components/securityconfig.js +49 -0
- package/models/components/securityconfig.js.map +1 -0
- package/models/components/serviceaccountowner.d.ts +0 -5
- package/models/components/serviceaccountowner.d.ts.map +1 -1
- package/models/components/serviceaccountowner.js +1 -8
- package/models/components/serviceaccountowner.js.map +1 -1
- package/models/components/singleproject.d.ts +0 -5
- package/models/components/singleproject.d.ts.map +1 -1
- package/models/components/singleproject.js +1 -14
- package/models/components/singleproject.js.map +1 -1
- package/models/components/smartrouter.d.ts +0 -2
- package/models/components/smartrouter.d.ts.map +1 -1
- package/models/components/smartrouter.js +0 -2
- package/models/components/smartrouter.js.map +1 -1
- package/models/components/timeoutconfig.d.ts +12 -0
- package/models/components/timeoutconfig.d.ts.map +1 -0
- package/models/components/{getapikeyresponse.js → timeoutconfig.js} +8 -10
- package/models/components/timeoutconfig.js.map +1 -0
- package/models/components/userowner.d.ts +0 -5
- package/models/components/userowner.d.ts.map +1 -1
- package/models/components/userowner.js +1 -14
- package/models/components/userowner.js.map +1 -1
- package/models/errors/index.d.ts +1 -0
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +1 -0
- package/models/errors/index.js.map +1 -1
- package/models/errors/retrieveresponse.d.ts +25 -0
- package/models/errors/retrieveresponse.d.ts.map +1 -0
- package/models/{components/createapikeyresponse.js → errors/retrieveresponse.js} +29 -15
- package/models/errors/retrieveresponse.js.map +1 -0
- package/models/operations/billing.js +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 +18 -0
- package/models/operations/createrouterresponse.d.ts.map +1 -1
- package/models/operations/createrouterresponse.js +8 -0
- 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/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/retrieveannotationqueue.js +1 -1
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.js +28 -28
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.js +28 -28
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.js +6 -6
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.js +26 -26
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.js +6 -6
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.js +31 -31
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.js +22 -22
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.js +14 -14
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.js +14 -14
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.js +16 -16
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.js +24 -24
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.js +2 -2
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.js +14 -14
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.js +14 -14
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.js +18 -18
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.js +2 -2
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.js +16 -16
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.js +18 -18
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.js +4 -4
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.js +21 -21
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.js +5 -5
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.js +25 -25
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.js +7 -7
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.js +21 -21
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.js +3 -3
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.js +18 -18
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.js +11 -11
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.js +24 -24
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.js +7 -7
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.js +21 -21
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.js +28 -28
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.js +9 -9
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.js +21 -21
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.js +2 -2
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.js +15 -15
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.js +28 -28
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.js +7 -7
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.js +21 -21
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.js +7 -7
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.js +2 -2
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.js +4 -4
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.js +17 -17
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.js +30 -30
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.js +11 -11
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.js +24 -24
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.js +7 -7
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.js +26 -26
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.js +13 -13
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.js +1 -1
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.js +32 -32
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.js +19 -19
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.js +2 -2
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.js +17 -17
- package/models/operations/retrieveannotationqueueitemevaluationsannotator.js +32 -32
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.js +28 -28
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.js +20 -20
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.js +28 -28
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.js +24 -24
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.js +28 -28
- package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.js +30 -30
- package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.js +14 -14
- package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.js +4 -4
- package/models/operations/retrieveannotationqueueitemresponsebody.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.js +31 -31
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.js +32 -32
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.js +33 -33
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.js +33 -33
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.js +33 -33
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.js +1 -1
- package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.js +8 -8
- package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.js +10 -10
- package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.js +10 -10
- package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.js +10 -10
- package/models/operations/retrievedatapoint.js +5 -5
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.js +1 -1
- package/models/operations/smartrouterlist.d.ts +0 -2
- package/models/operations/smartrouterlist.d.ts.map +1 -1
- package/models/operations/smartrouterlist.js +0 -2
- package/models/operations/smartrouterlist.js.map +1 -1
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/twenty.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 +3 -3
- package/sdk/apikeys.d.ts +6 -6
- package/sdk/apikeys.d.ts.map +1 -1
- package/sdk/apikeys.js +1 -1
- package/sdk/feedback.d.ts +2 -2
- package/sdk/feedback.js +2 -2
- package/src/funcs/apiKeysCreate.ts +4 -4
- package/src/funcs/apiKeysDelete.ts +6 -6
- package/src/funcs/apiKeysGet.ts +4 -4
- package/src/funcs/apiKeysList.ts +6 -5
- package/src/funcs/apiKeysUpdate.ts +4 -4
- package/src/funcs/responsesGet.ts +11 -2
- package/src/funcs/smartRoutersList.ts +0 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/allprojects.ts +0 -18
- package/src/models/components/apierror.ts +39 -0
- package/src/models/components/apikeyowner.ts +0 -27
- package/src/models/components/apikeyrestresponse.ts +119 -0
- package/src/models/components/apikeystatus.ts +1 -4
- package/src/models/components/cacheconfig.ts +30 -0
- 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 +7 -8
- package/src/models/components/loadbalancerconfig.ts +39 -0
- package/src/models/components/loadbalancermodelconfig.ts +34 -0
- package/src/models/components/mcpaccess.ts +0 -28
- package/src/models/components/permissionmode.ts +1 -5
- package/src/models/components/projectscope.ts +0 -23
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/components/securityconfig.ts +27 -0
- package/src/models/components/serviceaccountowner.ts +0 -18
- package/src/models/components/singleproject.ts +0 -24
- package/src/models/components/smartrouter.ts +0 -6
- package/src/models/components/timeoutconfig.ts +32 -0
- package/src/models/components/userowner.ts +0 -24
- package/src/models/errors/index.ts +1 -0
- package/src/models/errors/retrieveresponse.ts +56 -0
- package/src/models/operations/billing.ts +1 -1
- 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 +26 -0
- 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/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/retrieveannotationqueue.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.ts +28 -28
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.ts +28 -28
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.ts +6 -6
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.ts +26 -26
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.ts +6 -6
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.ts +31 -31
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.ts +22 -22
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.ts +14 -14
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.ts +14 -14
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.ts +16 -16
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.ts +24 -24
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.ts +14 -14
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.ts +14 -14
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.ts +18 -18
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.ts +16 -16
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.ts +18 -18
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.ts +4 -4
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.ts +21 -21
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.ts +5 -5
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.ts +25 -25
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.ts +7 -7
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.ts +21 -21
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.ts +3 -3
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.ts +18 -18
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.ts +11 -11
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.ts +24 -24
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.ts +7 -7
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.ts +21 -21
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.ts +28 -28
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.ts +9 -9
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.ts +21 -21
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.ts +15 -15
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.ts +28 -28
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.ts +7 -7
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.ts +21 -21
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.ts +7 -7
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.ts +4 -4
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.ts +17 -17
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.ts +30 -30
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.ts +11 -11
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.ts +7 -7
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.ts +26 -26
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.ts +13 -13
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.ts +32 -32
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.ts +19 -19
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.ts +17 -17
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotator.ts +32 -32
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.ts +28 -28
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.ts +20 -20
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.ts +28 -28
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.ts +24 -24
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.ts +28 -28
- package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.ts +30 -30
- package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.ts +14 -14
- package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.ts +4 -4
- package/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.ts +31 -31
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.ts +32 -32
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.ts +33 -33
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.ts +33 -33
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.ts +33 -33
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.ts +8 -8
- package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.ts +10 -10
- package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.ts +10 -10
- package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.ts +10 -10
- 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/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/smartrouterlist.ts +0 -4
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/twenty.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/apikeys.ts +6 -6
- package/src/sdk/feedback.ts +2 -2
- package/models/components/apikey.d.ts +0 -201
- package/models/components/apikey.d.ts.map +0 -1
- package/models/components/apikey.js +0 -127
- package/models/components/apikey.js.map +0 -1
- package/models/components/createapikeyresponse.d.ts +0 -22
- package/models/components/createapikeyresponse.d.ts.map +0 -1
- package/models/components/createapikeyresponse.js.map +0 -1
- package/models/components/deleteapikeyresponse.d.ts +0 -8
- package/models/components/deleteapikeyresponse.d.ts.map +0 -1
- package/models/components/deleteapikeyresponse.js.map +0 -1
- package/models/components/getapikeyresponse.d.ts +0 -14
- package/models/components/getapikeyresponse.d.ts.map +0 -1
- package/models/components/getapikeyresponse.js.map +0 -1
- package/models/components/legacytokenfamily.d.ts +0 -12
- package/models/components/legacytokenfamily.d.ts.map +0 -1
- package/models/components/legacytokenfamily.js.map +0 -1
- package/models/components/listapikeysresponse.d.ts +0 -28
- package/models/components/listapikeysresponse.d.ts.map +0 -1
- package/models/components/listapikeysresponse.js +0 -58
- package/models/components/listapikeysresponse.js.map +0 -1
- package/models/components/smartroutermetrics.d.ts +0 -23
- package/models/components/smartroutermetrics.d.ts.map +0 -1
- package/models/components/smartroutermetrics.js.map +0 -1
- package/models/components/updateapikeyresponse.d.ts +0 -14
- package/models/components/updateapikeyresponse.d.ts.map +0 -1
- package/models/components/updateapikeyresponse.js +0 -56
- package/models/components/updateapikeyresponse.js.map +0 -1
- package/src/models/components/apikey.ts +0 -304
- package/src/models/components/createapikeyresponse.ts +0 -49
- package/src/models/components/deleteapikeyresponse.ts +0 -27
- package/src/models/components/getapikeyresponse.ts +0 -40
- package/src/models/components/legacytokenfamily.ts +0 -19
- package/src/models/components/listapikeysresponse.ts +0 -56
- package/src/models/components/smartroutermetrics.ts +0 -44
- package/src/models/components/updateapikeyresponse.ts +0 -40
package/src/funcs/apiKeysGet.ts
CHANGED
|
@@ -38,7 +38,7 @@ export function apiKeysGet(
|
|
|
38
38
|
options?: RequestOptions,
|
|
39
39
|
): APIPromise<
|
|
40
40
|
Result<
|
|
41
|
-
components.
|
|
41
|
+
components.ApiKeyRestResponse,
|
|
42
42
|
| OrqError
|
|
43
43
|
| ResponseValidationError
|
|
44
44
|
| ConnectionError
|
|
@@ -63,7 +63,7 @@ async function $do(
|
|
|
63
63
|
): Promise<
|
|
64
64
|
[
|
|
65
65
|
Result<
|
|
66
|
-
components.
|
|
66
|
+
components.ApiKeyRestResponse,
|
|
67
67
|
| OrqError
|
|
68
68
|
| ResponseValidationError
|
|
69
69
|
| ConnectionError
|
|
@@ -151,7 +151,7 @@ async function $do(
|
|
|
151
151
|
const response = doResult.value;
|
|
152
152
|
|
|
153
153
|
const [result] = await M.match<
|
|
154
|
-
components.
|
|
154
|
+
components.ApiKeyRestResponse,
|
|
155
155
|
| OrqError
|
|
156
156
|
| ResponseValidationError
|
|
157
157
|
| ConnectionError
|
|
@@ -161,7 +161,7 @@ async function $do(
|
|
|
161
161
|
| UnexpectedClientError
|
|
162
162
|
| SDKValidationError
|
|
163
163
|
>(
|
|
164
|
-
M.json(200, components.
|
|
164
|
+
M.json(200, components.ApiKeyRestResponse$inboundSchema),
|
|
165
165
|
M.fail("4XX"),
|
|
166
166
|
M.fail("5XX"),
|
|
167
167
|
)(response, req);
|
package/src/funcs/apiKeysList.ts
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
+
import * as z from "zod/v3";
|
|
5
6
|
import { OrqCore } from "../core.js";
|
|
6
7
|
import { encodeFormQuery } from "../lib/encodings.js";
|
|
7
8
|
import { matchStatusCode } from "../lib/http.js";
|
|
@@ -30,7 +31,7 @@ import { Result } from "../types/fp.js";
|
|
|
30
31
|
* List API keys
|
|
31
32
|
*
|
|
32
33
|
* @remarks
|
|
33
|
-
* Returns API keys visible to the current workspace
|
|
34
|
+
* Returns API keys visible to the current workspace as a JSON array. Raw tokens are never included; the `token` field contains a masked display value.
|
|
34
35
|
*/
|
|
35
36
|
export function apiKeysList(
|
|
36
37
|
client: OrqCore,
|
|
@@ -38,7 +39,7 @@ export function apiKeysList(
|
|
|
38
39
|
options?: RequestOptions,
|
|
39
40
|
): APIPromise<
|
|
40
41
|
Result<
|
|
41
|
-
components.
|
|
42
|
+
Array<components.ApiKeyRestResponse>,
|
|
42
43
|
| OrqError
|
|
43
44
|
| ResponseValidationError
|
|
44
45
|
| ConnectionError
|
|
@@ -63,7 +64,7 @@ async function $do(
|
|
|
63
64
|
): Promise<
|
|
64
65
|
[
|
|
65
66
|
Result<
|
|
66
|
-
components.
|
|
67
|
+
Array<components.ApiKeyRestResponse>,
|
|
67
68
|
| OrqError
|
|
68
69
|
| ResponseValidationError
|
|
69
70
|
| ConnectionError
|
|
@@ -154,7 +155,7 @@ async function $do(
|
|
|
154
155
|
const response = doResult.value;
|
|
155
156
|
|
|
156
157
|
const [result] = await M.match<
|
|
157
|
-
components.
|
|
158
|
+
Array<components.ApiKeyRestResponse>,
|
|
158
159
|
| OrqError
|
|
159
160
|
| ResponseValidationError
|
|
160
161
|
| ConnectionError
|
|
@@ -164,7 +165,7 @@ async function $do(
|
|
|
164
165
|
| UnexpectedClientError
|
|
165
166
|
| SDKValidationError
|
|
166
167
|
>(
|
|
167
|
-
M.json(200, components.
|
|
168
|
+
M.json(200, z.array(components.ApiKeyRestResponse$inboundSchema)),
|
|
168
169
|
M.fail("4XX"),
|
|
169
170
|
M.fail("5XX"),
|
|
170
171
|
)(response, req);
|
|
@@ -38,7 +38,7 @@ export function apiKeysUpdate(
|
|
|
38
38
|
options?: RequestOptions,
|
|
39
39
|
): APIPromise<
|
|
40
40
|
Result<
|
|
41
|
-
components.
|
|
41
|
+
components.ApiKeyRestResponse,
|
|
42
42
|
| OrqError
|
|
43
43
|
| ResponseValidationError
|
|
44
44
|
| ConnectionError
|
|
@@ -63,7 +63,7 @@ async function $do(
|
|
|
63
63
|
): Promise<
|
|
64
64
|
[
|
|
65
65
|
Result<
|
|
66
|
-
components.
|
|
66
|
+
components.ApiKeyRestResponse,
|
|
67
67
|
| OrqError
|
|
68
68
|
| ResponseValidationError
|
|
69
69
|
| ConnectionError
|
|
@@ -149,7 +149,7 @@ async function $do(
|
|
|
149
149
|
const response = doResult.value;
|
|
150
150
|
|
|
151
151
|
const [result] = await M.match<
|
|
152
|
-
components.
|
|
152
|
+
components.ApiKeyRestResponse,
|
|
153
153
|
| OrqError
|
|
154
154
|
| ResponseValidationError
|
|
155
155
|
| ConnectionError
|
|
@@ -159,7 +159,7 @@ async function $do(
|
|
|
159
159
|
| UnexpectedClientError
|
|
160
160
|
| SDKValidationError
|
|
161
161
|
>(
|
|
162
|
-
M.json(200, components.
|
|
162
|
+
M.json(200, components.ApiKeyRestResponse$inboundSchema),
|
|
163
163
|
M.fail("4XX"),
|
|
164
164
|
M.fail("5XX"),
|
|
165
165
|
)(response, req);
|
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
RequestTimeoutError,
|
|
19
19
|
UnexpectedClientError,
|
|
20
20
|
} from "../models/errors/httpclienterrors.js";
|
|
21
|
+
import * as errors from "../models/errors/index.js";
|
|
21
22
|
import { OrqError } from "../models/errors/orqerror.js";
|
|
22
23
|
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
23
24
|
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
@@ -38,6 +39,7 @@ export function responsesGet(
|
|
|
38
39
|
): APIPromise<
|
|
39
40
|
Result<
|
|
40
41
|
operations.RetrieveResponseResponseBody,
|
|
42
|
+
| errors.RetrieveResponseResponseBody
|
|
41
43
|
| OrqError
|
|
42
44
|
| ResponseValidationError
|
|
43
45
|
| ConnectionError
|
|
@@ -63,6 +65,7 @@ async function $do(
|
|
|
63
65
|
[
|
|
64
66
|
Result<
|
|
65
67
|
operations.RetrieveResponseResponseBody,
|
|
68
|
+
| errors.RetrieveResponseResponseBody
|
|
66
69
|
| OrqError
|
|
67
70
|
| ResponseValidationError
|
|
68
71
|
| ConnectionError
|
|
@@ -144,8 +147,13 @@ async function $do(
|
|
|
144
147
|
}
|
|
145
148
|
const response = doResult.value;
|
|
146
149
|
|
|
150
|
+
const responseFields = {
|
|
151
|
+
HttpMeta: { Response: response, Request: req },
|
|
152
|
+
};
|
|
153
|
+
|
|
147
154
|
const [result] = await M.match<
|
|
148
155
|
operations.RetrieveResponseResponseBody,
|
|
156
|
+
| errors.RetrieveResponseResponseBody
|
|
149
157
|
| OrqError
|
|
150
158
|
| ResponseValidationError
|
|
151
159
|
| ConnectionError
|
|
@@ -156,9 +164,10 @@ async function $do(
|
|
|
156
164
|
| SDKValidationError
|
|
157
165
|
>(
|
|
158
166
|
M.json(200, operations.RetrieveResponseResponseBody$inboundSchema),
|
|
159
|
-
M.
|
|
167
|
+
M.jsonErr(404, errors.RetrieveResponseResponseBody$inboundSchema),
|
|
168
|
+
M.fail("4XX"),
|
|
160
169
|
M.fail("5XX"),
|
|
161
|
-
)(response, req);
|
|
170
|
+
)(response, req, { extraFields: responseFields });
|
|
162
171
|
if (!result.ok) {
|
|
163
172
|
return [result, { status: "complete", request: req, response }];
|
|
164
173
|
}
|
|
@@ -93,7 +93,6 @@ async function $do(
|
|
|
93
93
|
const query = encodeFormQuery({
|
|
94
94
|
"enabled": payload?.enabled,
|
|
95
95
|
"ending_before": payload?.ending_before,
|
|
96
|
-
"include_metrics": payload?.include_metrics,
|
|
97
96
|
"limit": payload?.limit,
|
|
98
97
|
"profile": payload?.profile,
|
|
99
98
|
"search": payload?.search,
|
package/src/lib/config.ts
CHANGED
|
@@ -58,7 +58,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
58
58
|
export const SDK_METADATA = {
|
|
59
59
|
language: "typescript",
|
|
60
60
|
openapiDocVersion: "2.0",
|
|
61
|
-
sdkVersion: "4.13.0-rc.
|
|
61
|
+
sdkVersion: "4.13.0-rc.53",
|
|
62
62
|
genVersion: "2.926.8",
|
|
63
|
-
userAgent: "speakeasy-sdk/typescript 4.13.0-rc.
|
|
63
|
+
userAgent: "speakeasy-sdk/typescript 4.13.0-rc.53 2.926.8 2.0 @orq-ai/node",
|
|
64
64
|
} as const;
|
|
@@ -3,18 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
|
-
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
6
|
|
|
10
7
|
export type AllProjects = {};
|
|
11
8
|
|
|
12
|
-
/** @internal */
|
|
13
|
-
export const AllProjects$inboundSchema: z.ZodType<
|
|
14
|
-
AllProjects,
|
|
15
|
-
z.ZodTypeDef,
|
|
16
|
-
unknown
|
|
17
|
-
> = z.object({});
|
|
18
9
|
/** @internal */
|
|
19
10
|
export type AllProjects$Outbound = {};
|
|
20
11
|
|
|
@@ -28,12 +19,3 @@ export const AllProjects$outboundSchema: z.ZodType<
|
|
|
28
19
|
export function allProjectsToJSON(allProjects: AllProjects): string {
|
|
29
20
|
return JSON.stringify(AllProjects$outboundSchema.parse(allProjects));
|
|
30
21
|
}
|
|
31
|
-
export function allProjectsFromJSON(
|
|
32
|
-
jsonString: string,
|
|
33
|
-
): SafeParseResult<AllProjects, SDKValidationError> {
|
|
34
|
-
return safeParse(
|
|
35
|
-
jsonString,
|
|
36
|
-
(x) => AllProjects$inboundSchema.parse(JSON.parse(x)),
|
|
37
|
-
`Failed to parse 'AllProjects' from JSON`,
|
|
38
|
-
);
|
|
39
|
-
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
|
+
|
|
10
|
+
export type APIError = {
|
|
11
|
+
code: string | null;
|
|
12
|
+
failures?: any | undefined;
|
|
13
|
+
message: string;
|
|
14
|
+
param: string | null;
|
|
15
|
+
type: string;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
/** @internal */
|
|
19
|
+
export const APIError$inboundSchema: z.ZodType<
|
|
20
|
+
APIError,
|
|
21
|
+
z.ZodTypeDef,
|
|
22
|
+
unknown
|
|
23
|
+
> = z.object({
|
|
24
|
+
code: z.nullable(z.string()),
|
|
25
|
+
failures: z.any().optional(),
|
|
26
|
+
message: z.string(),
|
|
27
|
+
param: z.nullable(z.string()),
|
|
28
|
+
type: z.string(),
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
export function apiErrorFromJSON(
|
|
32
|
+
jsonString: string,
|
|
33
|
+
): SafeParseResult<APIError, SDKValidationError> {
|
|
34
|
+
return safeParse(
|
|
35
|
+
jsonString,
|
|
36
|
+
(x) => APIError$inboundSchema.parse(JSON.parse(x)),
|
|
37
|
+
`Failed to parse 'APIError' from JSON`,
|
|
38
|
+
);
|
|
39
|
+
}
|
|
@@ -4,18 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
-
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
7
|
import {
|
|
11
8
|
ServiceAccountOwner,
|
|
12
|
-
ServiceAccountOwner$inboundSchema,
|
|
13
9
|
ServiceAccountOwner$Outbound,
|
|
14
10
|
ServiceAccountOwner$outboundSchema,
|
|
15
11
|
} from "./serviceaccountowner.js";
|
|
16
12
|
import {
|
|
17
13
|
UserOwner,
|
|
18
|
-
UserOwner$inboundSchema,
|
|
19
14
|
UserOwner$Outbound,
|
|
20
15
|
UserOwner$outboundSchema,
|
|
21
16
|
} from "./userowner.js";
|
|
@@ -35,19 +30,6 @@ export type ApiKeyOwner = {
|
|
|
35
30
|
serviceAccount?: ServiceAccountOwner | undefined;
|
|
36
31
|
};
|
|
37
32
|
|
|
38
|
-
/** @internal */
|
|
39
|
-
export const ApiKeyOwner$inboundSchema: z.ZodType<
|
|
40
|
-
ApiKeyOwner,
|
|
41
|
-
z.ZodTypeDef,
|
|
42
|
-
unknown
|
|
43
|
-
> = z.object({
|
|
44
|
-
user: UserOwner$inboundSchema.optional(),
|
|
45
|
-
service_account: ServiceAccountOwner$inboundSchema.optional(),
|
|
46
|
-
}).transform((v) => {
|
|
47
|
-
return remap$(v, {
|
|
48
|
-
"service_account": "serviceAccount",
|
|
49
|
-
});
|
|
50
|
-
});
|
|
51
33
|
/** @internal */
|
|
52
34
|
export type ApiKeyOwner$Outbound = {
|
|
53
35
|
user?: UserOwner$Outbound | undefined;
|
|
@@ -71,12 +53,3 @@ export const ApiKeyOwner$outboundSchema: z.ZodType<
|
|
|
71
53
|
export function apiKeyOwnerToJSON(apiKeyOwner: ApiKeyOwner): string {
|
|
72
54
|
return JSON.stringify(ApiKeyOwner$outboundSchema.parse(apiKeyOwner));
|
|
73
55
|
}
|
|
74
|
-
export function apiKeyOwnerFromJSON(
|
|
75
|
-
jsonString: string,
|
|
76
|
-
): SafeParseResult<ApiKeyOwner, SDKValidationError> {
|
|
77
|
-
return safeParse(
|
|
78
|
-
jsonString,
|
|
79
|
-
(x) => ApiKeyOwner$inboundSchema.parse(JSON.parse(x)),
|
|
80
|
-
`Failed to parse 'ApiKeyOwner' from JSON`,
|
|
81
|
-
);
|
|
82
|
-
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import {
|
|
8
|
+
collectExtraKeys as collectExtraKeys$,
|
|
9
|
+
safeParse,
|
|
10
|
+
} from "../../lib/schemas.js";
|
|
11
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
12
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
13
|
+
|
|
14
|
+
export type ApiKeyRestResponse = {
|
|
15
|
+
id: string;
|
|
16
|
+
name: string;
|
|
17
|
+
workspaceId: string;
|
|
18
|
+
/**
|
|
19
|
+
* Raw on create/retrieve and masked in list responses.
|
|
20
|
+
*/
|
|
21
|
+
token: string;
|
|
22
|
+
active?: boolean | undefined;
|
|
23
|
+
isLegacy?: boolean | undefined;
|
|
24
|
+
source?: string | undefined;
|
|
25
|
+
budget?: { [k: string]: any } | undefined;
|
|
26
|
+
expiration?: Date | undefined;
|
|
27
|
+
projects?: Array<string> | undefined;
|
|
28
|
+
createdById?: string | null | undefined;
|
|
29
|
+
updatedById?: string | null | undefined;
|
|
30
|
+
created?: Date | undefined;
|
|
31
|
+
updated?: Date | undefined;
|
|
32
|
+
consumption?: number | undefined;
|
|
33
|
+
tokenConsumption?: number | undefined;
|
|
34
|
+
requestsPerMinuteConsumption?: number | undefined;
|
|
35
|
+
owner?: { [k: string]: any } | undefined;
|
|
36
|
+
projectScope?: { [k: string]: any } | undefined;
|
|
37
|
+
permissionMode?: string | undefined;
|
|
38
|
+
access?: { [k: string]: string } | undefined;
|
|
39
|
+
tokenPrefix?: string | undefined;
|
|
40
|
+
status?: string | undefined;
|
|
41
|
+
constraints?: { [k: string]: any } | undefined;
|
|
42
|
+
mcpAccess?: { [k: string]: any } | undefined;
|
|
43
|
+
legacyTokenFamily?: string | undefined;
|
|
44
|
+
legacyKeyId?: string | undefined;
|
|
45
|
+
lastUsedAt?: Date | undefined;
|
|
46
|
+
additionalProperties?: { [k: string]: any } | undefined;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
/** @internal */
|
|
50
|
+
export const ApiKeyRestResponse$inboundSchema: z.ZodType<
|
|
51
|
+
ApiKeyRestResponse,
|
|
52
|
+
z.ZodTypeDef,
|
|
53
|
+
unknown
|
|
54
|
+
> = collectExtraKeys$(
|
|
55
|
+
z.object({
|
|
56
|
+
id: z.string(),
|
|
57
|
+
name: z.string(),
|
|
58
|
+
workspace_id: z.string(),
|
|
59
|
+
token: z.string(),
|
|
60
|
+
active: z.boolean().optional(),
|
|
61
|
+
is_legacy: z.boolean().optional(),
|
|
62
|
+
source: z.string().optional(),
|
|
63
|
+
budget: z.record(z.any()).optional(),
|
|
64
|
+
expiration: z.string().datetime({ offset: true }).transform(v =>
|
|
65
|
+
new Date(v)
|
|
66
|
+
).optional(),
|
|
67
|
+
projects: z.array(z.string()).optional(),
|
|
68
|
+
created_by_id: z.nullable(z.string()).optional(),
|
|
69
|
+
updated_by_id: z.nullable(z.string()).optional(),
|
|
70
|
+
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
71
|
+
.optional(),
|
|
72
|
+
updated: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
73
|
+
.optional(),
|
|
74
|
+
consumption: z.number().optional(),
|
|
75
|
+
token_consumption: z.number().optional(),
|
|
76
|
+
requests_per_minute_consumption: z.number().optional(),
|
|
77
|
+
owner: z.record(z.any()).optional(),
|
|
78
|
+
project_scope: z.record(z.any()).optional(),
|
|
79
|
+
permission_mode: z.string().optional(),
|
|
80
|
+
access: z.record(z.string()).optional(),
|
|
81
|
+
token_prefix: z.string().optional(),
|
|
82
|
+
status: z.string().optional(),
|
|
83
|
+
constraints: z.record(z.any()).optional(),
|
|
84
|
+
mcp_access: z.record(z.any()).optional(),
|
|
85
|
+
legacy_token_family: z.string().optional(),
|
|
86
|
+
legacy_key_id: z.string().optional(),
|
|
87
|
+
last_used_at: z.string().datetime({ offset: true }).transform(v =>
|
|
88
|
+
new Date(v)
|
|
89
|
+
).optional(),
|
|
90
|
+
}).catchall(z.any()),
|
|
91
|
+
"additionalProperties",
|
|
92
|
+
true,
|
|
93
|
+
).transform((v) => {
|
|
94
|
+
return remap$(v, {
|
|
95
|
+
"workspace_id": "workspaceId",
|
|
96
|
+
"is_legacy": "isLegacy",
|
|
97
|
+
"created_by_id": "createdById",
|
|
98
|
+
"updated_by_id": "updatedById",
|
|
99
|
+
"token_consumption": "tokenConsumption",
|
|
100
|
+
"requests_per_minute_consumption": "requestsPerMinuteConsumption",
|
|
101
|
+
"project_scope": "projectScope",
|
|
102
|
+
"permission_mode": "permissionMode",
|
|
103
|
+
"token_prefix": "tokenPrefix",
|
|
104
|
+
"mcp_access": "mcpAccess",
|
|
105
|
+
"legacy_token_family": "legacyTokenFamily",
|
|
106
|
+
"legacy_key_id": "legacyKeyId",
|
|
107
|
+
"last_used_at": "lastUsedAt",
|
|
108
|
+
});
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
export function apiKeyRestResponseFromJSON(
|
|
112
|
+
jsonString: string,
|
|
113
|
+
): SafeParseResult<ApiKeyRestResponse, SDKValidationError> {
|
|
114
|
+
return safeParse(
|
|
115
|
+
jsonString,
|
|
116
|
+
(x) => ApiKeyRestResponse$inboundSchema.parse(JSON.parse(x)),
|
|
117
|
+
`Failed to parse 'ApiKeyRestResponse' from JSON`,
|
|
118
|
+
);
|
|
119
|
+
}
|
|
@@ -13,9 +13,6 @@ export const ApiKeyStatus = {
|
|
|
13
13
|
} as const;
|
|
14
14
|
export type ApiKeyStatus = ClosedEnum<typeof ApiKeyStatus>;
|
|
15
15
|
|
|
16
|
-
/** @internal */
|
|
17
|
-
export const ApiKeyStatus$inboundSchema: z.ZodNativeEnum<typeof ApiKeyStatus> =
|
|
18
|
-
z.nativeEnum(ApiKeyStatus);
|
|
19
16
|
/** @internal */
|
|
20
17
|
export const ApiKeyStatus$outboundSchema: z.ZodNativeEnum<typeof ApiKeyStatus> =
|
|
21
|
-
ApiKeyStatus
|
|
18
|
+
z.nativeEnum(ApiKeyStatus);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
|
|
7
|
+
export type CacheConfig = {
|
|
8
|
+
ttl?: number | undefined;
|
|
9
|
+
type: string;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
/** @internal */
|
|
13
|
+
export type CacheConfig$Outbound = {
|
|
14
|
+
ttl?: number | undefined;
|
|
15
|
+
type: string;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
/** @internal */
|
|
19
|
+
export const CacheConfig$outboundSchema: z.ZodType<
|
|
20
|
+
CacheConfig$Outbound,
|
|
21
|
+
z.ZodTypeDef,
|
|
22
|
+
CacheConfig
|
|
23
|
+
> = z.object({
|
|
24
|
+
ttl: z.number().int().optional(),
|
|
25
|
+
type: z.string(),
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
export function cacheConfigToJSON(cacheConfig: CacheConfig): string {
|
|
29
|
+
return JSON.stringify(CacheConfig$outboundSchema.parse(cacheConfig));
|
|
30
|
+
}
|
|
@@ -860,8 +860,8 @@ export const EvaluatorResponseFunction$inboundSchema: z.ZodType<
|
|
|
860
860
|
> = z.object({
|
|
861
861
|
_id: z.string(),
|
|
862
862
|
description: z.string(),
|
|
863
|
-
created: z.string().default("2026-08-
|
|
864
|
-
updated: z.string().default("2026-08-
|
|
863
|
+
created: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
864
|
+
updated: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
865
865
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
866
866
|
project_id: z.string().optional(),
|
|
867
867
|
guardrail_config: z.any().optional(),
|
|
@@ -46,8 +46,8 @@ export const EvaluatorResponseHttp$inboundSchema: z.ZodType<
|
|
|
46
46
|
> = z.object({
|
|
47
47
|
_id: z.string(),
|
|
48
48
|
description: z.string(),
|
|
49
|
-
created: z.string().default("2026-08-
|
|
50
|
-
updated: z.string().default("2026-08-
|
|
49
|
+
created: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
50
|
+
updated: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
51
51
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
52
52
|
project_id: z.string().optional(),
|
|
53
53
|
guardrail_config: z.any().optional(),
|
|
@@ -32,8 +32,8 @@ export const EvaluatorResponseJsonSchema$inboundSchema: z.ZodType<
|
|
|
32
32
|
> = z.object({
|
|
33
33
|
_id: z.string(),
|
|
34
34
|
description: z.string(),
|
|
35
|
-
created: z.string().default("2026-08-
|
|
36
|
-
updated: z.string().default("2026-08-
|
|
35
|
+
created: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
36
|
+
updated: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
37
37
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
38
38
|
project_id: z.string().optional(),
|
|
39
39
|
guardrail_config: z.any().optional(),
|
|
@@ -271,8 +271,8 @@ export const EvaluatorResponseLlm$inboundSchema: z.ZodType<
|
|
|
271
271
|
> = z.object({
|
|
272
272
|
_id: z.string(),
|
|
273
273
|
description: z.string(),
|
|
274
|
-
created: z.string().default("2026-08-
|
|
275
|
-
updated: z.string().default("2026-08-
|
|
274
|
+
created: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
275
|
+
updated: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
276
276
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
277
277
|
project_id: z.string().optional(),
|
|
278
278
|
guardrail_config: z.any().optional(),
|
|
@@ -32,8 +32,8 @@ export const EvaluatorResponsePython$inboundSchema: z.ZodType<
|
|
|
32
32
|
> = z.object({
|
|
33
33
|
_id: z.string(),
|
|
34
34
|
description: z.string(),
|
|
35
|
-
created: z.string().default("2026-08-
|
|
36
|
-
updated: z.string().default("2026-08-
|
|
35
|
+
created: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
36
|
+
updated: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
37
37
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
38
38
|
project_id: z.string().optional(),
|
|
39
39
|
guardrail_config: z.any().optional(),
|
|
@@ -54,8 +54,8 @@ export const EvaluatorResponseRagas$inboundSchema: z.ZodType<
|
|
|
54
54
|
> = z.object({
|
|
55
55
|
_id: z.string(),
|
|
56
56
|
description: z.string(),
|
|
57
|
-
created: z.string().default("2026-08-
|
|
58
|
-
updated: z.string().default("2026-08-
|
|
57
|
+
created: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
58
|
+
updated: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
59
59
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
60
60
|
project_id: z.string().optional(),
|
|
61
61
|
guardrail_config: z.any().optional(),
|
|
@@ -32,8 +32,8 @@ export const EvaluatorResponseTypescript$inboundSchema: z.ZodType<
|
|
|
32
32
|
> = z.object({
|
|
33
33
|
_id: z.string(),
|
|
34
34
|
description: z.string(),
|
|
35
|
-
created: z.string().default("2026-08-
|
|
36
|
-
updated: z.string().default("2026-08-
|
|
35
|
+
created: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
36
|
+
updated: z.string().default("2026-08-06T14:28:50.215Z"),
|
|
37
37
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
38
38
|
project_id: z.string().optional(),
|
|
39
39
|
guardrail_config: z.any().optional(),
|
|
@@ -27,9 +27,10 @@ export * from "./alertrun.js";
|
|
|
27
27
|
export * from "./alerttrigger.js";
|
|
28
28
|
export * from "./alerttriggerevent.js";
|
|
29
29
|
export * from "./allprojects.js";
|
|
30
|
-
export * from "./
|
|
30
|
+
export * from "./apierror.js";
|
|
31
31
|
export * from "./apikeybudgetscope.js";
|
|
32
32
|
export * from "./apikeyowner.js";
|
|
33
|
+
export * from "./apikeyrestresponse.js";
|
|
33
34
|
export * from "./apikeystatus.js";
|
|
34
35
|
export * from "./audiocontentpartschema.js";
|
|
35
36
|
export * from "./autorouterconfig.js";
|
|
@@ -49,6 +50,7 @@ export * from "./budgetscope.js";
|
|
|
49
50
|
export * from "./budgetscopekind.js";
|
|
50
51
|
export * from "./budgetsortfield.js";
|
|
51
52
|
export * from "./budgetusage.js";
|
|
53
|
+
export * from "./cacheconfig.js";
|
|
52
54
|
export * from "./codetoolinput.js";
|
|
53
55
|
export * from "./conversationparam.js";
|
|
54
56
|
export * from "./countwebhooksresponse.js";
|
|
@@ -56,7 +58,6 @@ export * from "./createagentresponse.js";
|
|
|
56
58
|
export * from "./createalertrequest.js";
|
|
57
59
|
export * from "./createalertresponse.js";
|
|
58
60
|
export * from "./createapikeyrequest.js";
|
|
59
|
-
export * from "./createapikeyresponse.js";
|
|
60
61
|
export * from "./createbudgetrequest.js";
|
|
61
62
|
export * from "./createbudgetresponse.js";
|
|
62
63
|
export * from "./createfilerequest.js";
|
|
@@ -80,7 +81,6 @@ export * from "./createwebhookrequest.js";
|
|
|
80
81
|
export * from "./datapart.js";
|
|
81
82
|
export * from "./datapoint.js";
|
|
82
83
|
export * from "./deletealertresponse.js";
|
|
83
|
-
export * from "./deleteapikeyresponse.js";
|
|
84
84
|
export * from "./deletebudgetresponse.js";
|
|
85
85
|
export * from "./deletefileresponse.js";
|
|
86
86
|
export * from "./deleteidentityresponse.js";
|
|
@@ -135,7 +135,6 @@ export * from "./functiontoolinput.js";
|
|
|
135
135
|
export * from "./generatewebhooksecretresponse.js";
|
|
136
136
|
export * from "./getagentresponse.js";
|
|
137
137
|
export * from "./getalertresponse.js";
|
|
138
|
-
export * from "./getapikeyresponse.js";
|
|
139
138
|
export * from "./getbudgetresponse.js";
|
|
140
139
|
export * from "./getfilecontentresponse.js";
|
|
141
140
|
export * from "./getfileresponse.js";
|
|
@@ -163,12 +162,10 @@ export * from "./incompletedetails.js";
|
|
|
163
162
|
export * from "./inputtokensdetails.js";
|
|
164
163
|
export * from "./invokedeploymentrequest.js";
|
|
165
164
|
export * from "./jsonschematoolinput.js";
|
|
166
|
-
export * from "./legacytokenfamily.js";
|
|
167
165
|
export * from "./limits.js";
|
|
168
166
|
export * from "./listalertsresponse.js";
|
|
169
167
|
export * from "./listalerttriggereventsresponse.js";
|
|
170
168
|
export * from "./listalerttriggersresponse.js";
|
|
171
|
-
export * from "./listapikeysresponse.js";
|
|
172
169
|
export * from "./listbudgetsresponse.js";
|
|
173
170
|
export * from "./listcapabilitiesresponse.js";
|
|
174
171
|
export * from "./listfilesresponse.js";
|
|
@@ -192,6 +189,8 @@ export * from "./listwebhooksresponse.js";
|
|
|
192
189
|
export * from "./litellmmodel.js";
|
|
193
190
|
export * from "./litellmmodelinfo.js";
|
|
194
191
|
export * from "./litellmparams.js";
|
|
192
|
+
export * from "./loadbalancerconfig.js";
|
|
193
|
+
export * from "./loadbalancermodelconfig.js";
|
|
195
194
|
export * from "./log.js";
|
|
196
195
|
export * from "./logpattern.js";
|
|
197
196
|
export * from "./managementkey.js";
|
|
@@ -346,13 +345,13 @@ export * from "./searchlogsresponse.js";
|
|
|
346
345
|
export * from "./searchtracesrequest.js";
|
|
347
346
|
export * from "./searchtracesresponse.js";
|
|
348
347
|
export * from "./security.js";
|
|
348
|
+
export * from "./securityconfig.js";
|
|
349
349
|
export * from "./serviceaccountowner.js";
|
|
350
350
|
export * from "./setsmartrouterenabledrequest.js";
|
|
351
351
|
export * from "./setsmartrouterenabledresponse.js";
|
|
352
352
|
export * from "./singleproject.js";
|
|
353
353
|
export * from "./skill.js";
|
|
354
354
|
export * from "./smartrouter.js";
|
|
355
|
-
export * from "./smartroutermetrics.js";
|
|
356
355
|
export * from "./smartrouterprofile.js";
|
|
357
356
|
export * from "./spandetail.js";
|
|
358
357
|
export * from "./spansummary.js";
|
|
@@ -363,6 +362,7 @@ export * from "./textpart.js";
|
|
|
363
362
|
export * from "./thinkingconfigadaptiveschema.js";
|
|
364
363
|
export * from "./thinkingconfigdisabledschema.js";
|
|
365
364
|
export * from "./thinkingconfigenabledschema.js";
|
|
365
|
+
export * from "./timeoutconfig.js";
|
|
366
366
|
export * from "./timeoutstreamingevent.js";
|
|
367
367
|
export * from "./tokenlimit.js";
|
|
368
368
|
export * from "./toolcallpart.js";
|
|
@@ -392,7 +392,6 @@ export * from "./traceusage.js";
|
|
|
392
392
|
export * from "./updatealertrequest.js";
|
|
393
393
|
export * from "./updatealertresponse.js";
|
|
394
394
|
export * from "./updateapikeyrequest.js";
|
|
395
|
-
export * from "./updateapikeyresponse.js";
|
|
396
395
|
export * from "./updatebudgetrequest.js";
|
|
397
396
|
export * from "./updatebudgetresponse.js";
|
|
398
397
|
export * from "./updatefilerequest.js";
|