@orq-ai/node 4.13.0-rc.53 → 4.13.0-rc.57
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/funcs/schedulesCreate.d.ts +1 -1
- package/funcs/schedulesCreate.js +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/apikeybudgetscoperestresponse.d.ts +16 -0
- package/models/components/apikeybudgetscoperestresponse.d.ts.map +1 -0
- package/models/components/apikeybudgetscoperestresponse.js +50 -0
- package/models/components/apikeybudgetscoperestresponse.js.map +1 -0
- package/models/components/budgetalertrestresponse.d.ts +31 -0
- package/models/components/budgetalertrestresponse.d.ts.map +1 -0
- package/models/components/budgetalertrestresponse.js +54 -0
- package/models/components/budgetalertrestresponse.js.map +1 -0
- package/models/components/budgetlimitsrestresponse.d.ts +28 -0
- package/models/components/budgetlimitsrestresponse.d.ts.map +1 -0
- package/models/components/budgetlimitsrestresponse.js +53 -0
- package/models/components/budgetlimitsrestresponse.js.map +1 -0
- package/models/components/{budget.d.ts → budgetrestresponse.d.ts} +16 -16
- package/models/components/budgetrestresponse.d.ts.map +1 -0
- package/models/components/{budget.js → budgetrestresponse.js} +20 -30
- package/models/components/budgetrestresponse.js.map +1 -0
- package/models/components/budgetscoperestresponse.d.ts +59 -0
- package/models/components/budgetscoperestresponse.d.ts.map +1 -0
- package/models/components/budgetscoperestresponse.js +61 -0
- package/models/components/budgetscoperestresponse.js.map +1 -0
- package/models/components/createbudgetresponse.d.ts +2 -2
- package/models/components/createbudgetresponse.d.ts.map +1 -1
- package/models/components/createbudgetresponse.js +2 -2
- package/models/components/createbudgetresponse.js.map +1 -1
- package/models/components/createwebhookrequest.d.ts +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/getbudgetresponse.d.ts +2 -2
- package/models/components/getbudgetresponse.d.ts.map +1 -1
- package/models/components/getbudgetresponse.js +2 -2
- package/models/components/getbudgetresponse.js.map +1 -1
- package/models/components/identity.d.ts +8 -8
- package/models/components/identity.d.ts.map +1 -1
- package/models/components/identity.js +12 -14
- package/models/components/identity.js.map +1 -1
- package/models/components/identitybudgetscoperestresponse.d.ts +16 -0
- package/models/components/identitybudgetscoperestresponse.d.ts.map +1 -0
- package/models/components/identitybudgetscoperestresponse.js +50 -0
- package/models/components/identitybudgetscoperestresponse.js.map +1 -0
- package/models/components/index.d.ts +9 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +9 -1
- package/models/components/index.js.map +1 -1
- package/models/components/listbudgetsresponse.d.ts +2 -2
- package/models/components/listbudgetsresponse.d.ts.map +1 -1
- package/models/components/listbudgetsresponse.js +3 -8
- package/models/components/listbudgetsresponse.js.map +1 -1
- package/models/components/modelbudgetscope.d.ts +2 -2
- package/models/components/modelbudgetscope.d.ts.map +1 -1
- package/models/components/modelbudgetscope.js +2 -2
- package/models/components/modelbudgetscope.js.map +1 -1
- package/models/components/modelbudgetscoperestresponse.d.ts +17 -0
- package/models/components/modelbudgetscoperestresponse.d.ts.map +1 -0
- package/models/components/modelbudgetscoperestresponse.js +50 -0
- package/models/components/modelbudgetscoperestresponse.js.map +1 -0
- package/models/components/projectbudgetscoperestresponse.d.ts +13 -0
- package/models/components/projectbudgetscoperestresponse.d.ts.map +1 -0
- package/models/components/projectbudgetscoperestresponse.js +50 -0
- package/models/components/projectbudgetscoperestresponse.js.map +1 -0
- package/models/components/publicschedule.d.ts +13 -5
- package/models/components/publicschedule.d.ts.map +1 -1
- package/models/components/publicschedule.js +5 -1
- package/models/components/publicschedule.js.map +1 -1
- package/models/components/publicschedulepayload.d.ts +3 -3
- package/models/components/publicschedulepayload.d.ts.map +1 -1
- package/models/components/publicschedulepayload.js +2 -2
- package/models/components/publicschedulepayload.js.map +1 -1
- package/models/components/ratelimitrestresponse.d.ts +16 -0
- package/models/components/ratelimitrestresponse.d.ts.map +1 -0
- package/models/components/ratelimitrestresponse.js +50 -0
- package/models/components/ratelimitrestresponse.js.map +1 -0
- package/models/components/reasoningpart.js +1 -1
- package/models/components/resetbudgetconsumptionresponse.d.ts +2 -2
- package/models/components/resetbudgetconsumptionresponse.d.ts.map +1 -1
- package/models/components/resetbudgetconsumptionresponse.js +2 -2
- package/models/components/resetbudgetconsumptionresponse.js.map +1 -1
- package/models/components/updatebudgetresponse.d.ts +2 -2
- package/models/components/updatebudgetresponse.d.ts.map +1 -1
- package/models/components/updatebudgetresponse.js +2 -2
- package/models/components/updatebudgetresponse.js.map +1 -1
- package/models/components/webhook.d.ts +1 -1
- package/models/operations/billing.js +1 -1
- package/models/operations/createagentschedule.d.ts +17 -11
- package/models/operations/createagentschedule.d.ts.map +1 -1
- package/models/operations/createagentschedule.js +6 -4
- package/models/operations/createagentschedule.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/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/retrieveagentschedule.d.ts +13 -5
- package/models/operations/retrieveagentschedule.d.ts.map +1 -1
- package/models/operations/retrieveagentschedule.js +5 -1
- package/models/operations/retrieveagentschedule.js.map +1 -1
- 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/streamrunagent.js +1 -1
- package/models/operations/twenty.js +1 -1
- package/models/operations/updateagentschedule.d.ts +22 -11
- package/models/operations/updateagentschedule.d.ts.map +1 -1
- package/models/operations/updateagentschedule.js +8 -4
- package/models/operations/updateagentschedule.js.map +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 +1 -1
- package/sdk/feedback.d.ts +2 -2
- package/sdk/feedback.js +2 -2
- package/sdk/schedules.d.ts +1 -1
- package/sdk/schedules.js +1 -1
- package/src/funcs/schedulesCreate.ts +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/apikeybudgetscoperestresponse.ts +37 -0
- package/src/models/components/budgetalertrestresponse.ts +58 -0
- package/src/models/components/budgetlimitsrestresponse.ts +51 -0
- package/src/models/components/{budget.ts → budgetrestresponse.ts} +47 -47
- package/src/models/components/budgetscoperestresponse.ts +103 -0
- package/src/models/components/createbudgetresponse.ts +6 -3
- package/src/models/components/createwebhookrequest.ts +1 -1
- 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/getbudgetresponse.ts +6 -3
- package/src/models/components/identity.ts +39 -39
- package/src/models/components/identitybudgetscoperestresponse.ts +37 -0
- package/src/models/components/index.ts +9 -1
- package/src/models/components/listbudgetsresponse.ts +7 -9
- package/src/models/components/modelbudgetscope.ts +4 -4
- package/src/models/components/modelbudgetscoperestresponse.ts +38 -0
- package/src/models/components/projectbudgetscoperestresponse.ts +34 -0
- package/src/models/components/publicschedule.ts +17 -5
- package/src/models/components/publicschedulepayload.ts +5 -5
- package/src/models/components/ratelimitrestresponse.ts +37 -0
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/components/resetbudgetconsumptionresponse.ts +6 -3
- package/src/models/components/updatebudgetresponse.ts +6 -3
- package/src/models/components/webhook.ts +1 -1
- package/src/models/operations/billing.ts +1 -1
- package/src/models/operations/createagentschedule.ts +21 -11
- 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/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/retrieveagentschedule.ts +17 -5
- 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/streamrunagent.ts +1 -1
- package/src/models/operations/twenty.ts +1 -1
- package/src/models/operations/updateagentschedule.ts +28 -11
- 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 +2 -2
- package/src/sdk/schedules.ts +1 -1
- package/models/components/budget.d.ts.map +0 -1
- package/models/components/budget.js.map +0 -1
|
@@ -4,15 +4,13 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
4
4
|
import * as components from "../components/index.js";
|
|
5
5
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
6
|
/**
|
|
7
|
-
* Schedule type. cron
|
|
7
|
+
* Schedule type. Only cron is accepted; the expression must be a 6-field cron expression firing at most once per hour.
|
|
8
8
|
*/
|
|
9
9
|
export declare const CreateAgentScheduleType: {
|
|
10
10
|
readonly Cron: "cron";
|
|
11
|
-
readonly Once: "once";
|
|
12
|
-
readonly Interval: "interval";
|
|
13
11
|
};
|
|
14
12
|
/**
|
|
15
|
-
* Schedule type. cron
|
|
13
|
+
* Schedule type. Only cron is accepted; the expression must be a 6-field cron expression firing at most once per hour.
|
|
16
14
|
*/
|
|
17
15
|
export type CreateAgentScheduleType = ClosedEnum<typeof CreateAgentScheduleType>;
|
|
18
16
|
export type CreateAgentScheduleRequestBody = {
|
|
@@ -25,12 +23,12 @@ export type CreateAgentScheduleRequestBody = {
|
|
|
25
23
|
*/
|
|
26
24
|
displayName: string;
|
|
27
25
|
/**
|
|
28
|
-
*
|
|
26
|
+
* 6-field cron expression (sec min hour dom month dow). Seconds and minutes must be 0, day-of-month and month must be '*'. Hour and weekday must each be a single integer or '*'; ranges, lists, steps, and named days are rejected. Accepted shapes: hourly '0 0 * * * *', daily '0 0 9 * * *' (hour 0-23), weekly '0 0 9 * * 1' (weekday 0-6). Minimum firing cadence is 1 hour.
|
|
29
27
|
*/
|
|
30
28
|
expression: string;
|
|
31
29
|
payload: components.PublicSchedulePayload;
|
|
32
30
|
/**
|
|
33
|
-
* Schedule type. cron
|
|
31
|
+
* Schedule type. Only cron is accepted; the expression must be a 6-field cron expression firing at most once per hour.
|
|
34
32
|
*/
|
|
35
33
|
type: CreateAgentScheduleType;
|
|
36
34
|
};
|
|
@@ -42,7 +40,7 @@ export type CreateAgentScheduleRequest = {
|
|
|
42
40
|
requestBody: CreateAgentScheduleRequestBody;
|
|
43
41
|
};
|
|
44
42
|
/**
|
|
45
|
-
* Schedule type.
|
|
43
|
+
* Schedule type. Only cron can be created or updated; once and interval only appear on schedules stored before that restriction.
|
|
46
44
|
*/
|
|
47
45
|
export declare const CreateAgentScheduleSchedulesType: {
|
|
48
46
|
readonly Cron: "cron";
|
|
@@ -50,7 +48,7 @@ export declare const CreateAgentScheduleSchedulesType: {
|
|
|
50
48
|
readonly Interval: "interval";
|
|
51
49
|
};
|
|
52
50
|
/**
|
|
53
|
-
* Schedule type.
|
|
51
|
+
* Schedule type. Only cron can be created or updated; once and interval only appear on schedules stored before that restriction.
|
|
54
52
|
*/
|
|
55
53
|
export type CreateAgentScheduleSchedulesType = ClosedEnum<typeof CreateAgentScheduleSchedulesType>;
|
|
56
54
|
/**
|
|
@@ -72,7 +70,11 @@ export type CreateAgentScheduleResponseBody = {
|
|
|
72
70
|
*/
|
|
73
71
|
createdById: string;
|
|
74
72
|
/**
|
|
75
|
-
*
|
|
73
|
+
* Human-readable name of the schedule. Omitted for schedules created before display names were required.
|
|
74
|
+
*/
|
|
75
|
+
displayName?: string | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* 6-field cron expression. Schedules stored before the cron-only restriction may also return an @every duration or an @at RFC3339 timestamp.
|
|
76
78
|
*/
|
|
77
79
|
expression: string;
|
|
78
80
|
/**
|
|
@@ -80,7 +82,7 @@ export type CreateAgentScheduleResponseBody = {
|
|
|
80
82
|
*/
|
|
81
83
|
generation: number;
|
|
82
84
|
/**
|
|
83
|
-
* Whether the schedule is currently firing. once schedules flip to false automatically after firing.
|
|
85
|
+
* Whether the schedule is currently firing. Legacy once schedules flip to false automatically after firing.
|
|
84
86
|
*/
|
|
85
87
|
isActive: boolean;
|
|
86
88
|
/**
|
|
@@ -93,10 +95,14 @@ export type CreateAgentScheduleResponseBody = {
|
|
|
93
95
|
*/
|
|
94
96
|
triggerCount: number;
|
|
95
97
|
/**
|
|
96
|
-
* Schedule type.
|
|
98
|
+
* Schedule type. Only cron can be created or updated; once and interval only appear on schedules stored before that restriction.
|
|
97
99
|
*/
|
|
98
100
|
type: CreateAgentScheduleSchedulesType;
|
|
99
101
|
updated: Date;
|
|
102
|
+
/**
|
|
103
|
+
* ID of the API key that last updated the schedule. Omitted until the schedule is updated.
|
|
104
|
+
*/
|
|
105
|
+
updatedById?: string | undefined;
|
|
100
106
|
};
|
|
101
107
|
/** @internal */
|
|
102
108
|
export declare const CreateAgentScheduleType$outboundSchema: z.ZodNativeEnum<typeof CreateAgentScheduleType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createagentschedule.d.ts","sourceRoot":"","sources":["../../src/models/operations/createagentschedule.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"createagentschedule.d.ts","sourceRoot":"","sources":["../../src/models/operations/createagentschedule.ts"],"names":[],"mappings":"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"}
|
|
@@ -45,15 +45,13 @@ const primitives_js_1 = require("../../lib/primitives.js");
|
|
|
45
45
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
46
46
|
const components = __importStar(require("../components/index.js"));
|
|
47
47
|
/**
|
|
48
|
-
* Schedule type. cron
|
|
48
|
+
* Schedule type. Only cron is accepted; the expression must be a 6-field cron expression firing at most once per hour.
|
|
49
49
|
*/
|
|
50
50
|
exports.CreateAgentScheduleType = {
|
|
51
51
|
Cron: "cron",
|
|
52
|
-
Once: "once",
|
|
53
|
-
Interval: "interval",
|
|
54
52
|
};
|
|
55
53
|
/**
|
|
56
|
-
* Schedule type.
|
|
54
|
+
* Schedule type. Only cron can be created or updated; once and interval only appear on schedules stored before that restriction.
|
|
57
55
|
*/
|
|
58
56
|
exports.CreateAgentScheduleSchedulesType = {
|
|
59
57
|
Cron: "cron",
|
|
@@ -100,6 +98,7 @@ exports.CreateAgentScheduleResponseBody$inboundSchema = z.object({
|
|
|
100
98
|
agent_tag: z.string().optional(),
|
|
101
99
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
102
100
|
created_by_id: z.string(),
|
|
101
|
+
display_name: z.string().optional(),
|
|
103
102
|
expression: z.string(),
|
|
104
103
|
generation: z.number().int(),
|
|
105
104
|
is_active: z.boolean(),
|
|
@@ -108,15 +107,18 @@ exports.CreateAgentScheduleResponseBody$inboundSchema = z.object({
|
|
|
108
107
|
trigger_count: z.number().int(),
|
|
109
108
|
type: exports.CreateAgentScheduleSchedulesType$inboundSchema,
|
|
110
109
|
updated: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
110
|
+
updated_by_id: z.string().optional(),
|
|
111
111
|
}).transform((v) => {
|
|
112
112
|
return (0, primitives_js_1.remap)(v, {
|
|
113
113
|
"_id": "id",
|
|
114
114
|
"agent_key": "agentKey",
|
|
115
115
|
"agent_tag": "agentTag",
|
|
116
116
|
"created_by_id": "createdById",
|
|
117
|
+
"display_name": "displayName",
|
|
117
118
|
"is_active": "isActive",
|
|
118
119
|
"last_triggered_at": "lastTriggeredAt",
|
|
119
120
|
"trigger_count": "triggerCount",
|
|
121
|
+
"updated_by_id": "updatedById",
|
|
120
122
|
});
|
|
121
123
|
});
|
|
122
124
|
function createAgentScheduleResponseBodyFromJSON(jsonString) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createagentschedule.js","sourceRoot":"","sources":["../../src/models/operations/createagentschedule.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"createagentschedule.js","sourceRoot":"","sources":["../../src/models/operations/createagentschedule.ts"],"names":[],"mappings":"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"}
|
|
@@ -81,7 +81,7 @@ exports.CreateAnnotationQueueResponseBody$inboundSchema = z.object({
|
|
|
81
81
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
82
82
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
83
83
|
.optional(),
|
|
84
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
84
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
85
85
|
}).transform((v) => {
|
|
86
86
|
return (0, primitives_js_1.remap)(v, {
|
|
87
87
|
"_id": "id",
|
|
@@ -79,7 +79,7 @@ exports.CreateDatasetResponseBody$inboundSchema = z.object({
|
|
|
79
79
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
80
80
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
81
81
|
.optional(),
|
|
82
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
82
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
83
83
|
}).transform((v) => {
|
|
84
84
|
return (0, primitives_js_1.remap)(v, {
|
|
85
85
|
"_id": "id",
|
|
@@ -859,7 +859,7 @@ exports.Evaluations4$inboundSchema = z.object({
|
|
|
859
859
|
parent_annotation_id: z.string().optional(),
|
|
860
860
|
explanation: z.string().optional(),
|
|
861
861
|
reviewed_by_id: z.string(),
|
|
862
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
862
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:47.936Z").transform(v => new Date(v)),
|
|
863
863
|
type: z.literal("string_array"),
|
|
864
864
|
values: z.array(z.string()),
|
|
865
865
|
}).transform((v) => {
|
|
@@ -912,7 +912,7 @@ exports.Evaluations3$inboundSchema = z.object({
|
|
|
912
912
|
parent_annotation_id: z.string().optional(),
|
|
913
913
|
explanation: z.string().optional(),
|
|
914
914
|
reviewed_by_id: z.string(),
|
|
915
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
915
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:47.935Z").transform(v => new Date(v)),
|
|
916
916
|
type: z.literal("boolean"),
|
|
917
917
|
value: z.boolean(),
|
|
918
918
|
}).transform((v) => {
|
|
@@ -959,7 +959,7 @@ exports.Evaluations2$inboundSchema = z.object({
|
|
|
959
959
|
parent_annotation_id: z.string().optional(),
|
|
960
960
|
explanation: z.string().optional(),
|
|
961
961
|
reviewed_by_id: z.string(),
|
|
962
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
962
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:47.935Z").transform(v => new Date(v)),
|
|
963
963
|
type: z.literal("number"),
|
|
964
964
|
value: z.number(),
|
|
965
965
|
}).transform((v) => {
|
|
@@ -1006,7 +1006,7 @@ exports.Evaluations1$inboundSchema = z.object({
|
|
|
1006
1006
|
parent_annotation_id: z.string().optional(),
|
|
1007
1007
|
explanation: z.string().optional(),
|
|
1008
1008
|
reviewed_by_id: z.string(),
|
|
1009
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
1009
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:47.934Z").transform(v => new Date(v)),
|
|
1010
1010
|
type: z.literal("string"),
|
|
1011
1011
|
value: z.string(),
|
|
1012
1012
|
}).transform((v) => {
|
|
@@ -1057,7 +1057,7 @@ exports.CreateDatasetItemResponseBody$inboundSchema = z.object({
|
|
|
1057
1057
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1058
1058
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1059
1059
|
.optional(),
|
|
1060
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
1060
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
1061
1061
|
}).transform((v) => {
|
|
1062
1062
|
return (0, primitives_js_1.remap)(v, {
|
|
1063
1063
|
"_id": "id",
|
|
@@ -182,7 +182,7 @@ function createDatasourceMetadataFromJSON(jsonString) {
|
|
|
182
182
|
}
|
|
183
183
|
/** @internal */
|
|
184
184
|
exports.CreateDatasourceResponseBody$inboundSchema = z.object({
|
|
185
|
-
_id: z.string().default("
|
|
185
|
+
_id: z.string().default("01KZDHMS63CSJ4PFB7MERDM8RE"),
|
|
186
186
|
display_name: z.string(),
|
|
187
187
|
description: z.nullable(z.string()).optional(),
|
|
188
188
|
status: exports.CreateDatasourceStatus$inboundSchema,
|
|
@@ -563,7 +563,7 @@ function responseBodyCodeToolFromJSON(jsonString) {
|
|
|
563
563
|
}
|
|
564
564
|
/** @internal */
|
|
565
565
|
exports.ResponseBodyCodeExecutionTool$inboundSchema = z.object({
|
|
566
|
-
_id: z.string().default("
|
|
566
|
+
_id: z.string().default("tool_01KZDHMS2PY6K7X2BZMXQ2TP77"),
|
|
567
567
|
path: z.string(),
|
|
568
568
|
key: z.string(),
|
|
569
569
|
display_name: z.string().optional(),
|
|
@@ -615,7 +615,7 @@ function createToolResponseBodySchemaFromJSON(jsonString) {
|
|
|
615
615
|
}
|
|
616
616
|
/** @internal */
|
|
617
617
|
exports.ResponseBodyTools$inboundSchema = z.object({
|
|
618
|
-
id: z.string().default("
|
|
618
|
+
id: z.string().default("01KZDHMS2P9VRSWYX9BG3K9ZDR"),
|
|
619
619
|
name: z.string(),
|
|
620
620
|
description: z.string().optional(),
|
|
621
621
|
schema: z.lazy(() => exports.CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -644,7 +644,7 @@ function responseBodyMcpFromJSON(jsonString) {
|
|
|
644
644
|
}
|
|
645
645
|
/** @internal */
|
|
646
646
|
exports.ResponseBodyMCPTool$inboundSchema = z.object({
|
|
647
|
-
_id: z.string().default("
|
|
647
|
+
_id: z.string().default("tool_01KZDHMS2N73RNATCXB331EB8F"),
|
|
648
648
|
path: z.string(),
|
|
649
649
|
key: z.string(),
|
|
650
650
|
display_name: z.string().optional(),
|
|
@@ -732,7 +732,7 @@ function createToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
732
732
|
}
|
|
733
733
|
/** @internal */
|
|
734
734
|
exports.ResponseBodyHTTPTool$inboundSchema = z.object({
|
|
735
|
-
_id: z.string().default("
|
|
735
|
+
_id: z.string().default("tool_01KZDHMS2KMKJPD2FHACPDD2EZ"),
|
|
736
736
|
path: z.string(),
|
|
737
737
|
key: z.string(),
|
|
738
738
|
display_name: z.string().optional(),
|
|
@@ -782,7 +782,7 @@ function responseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
782
782
|
}
|
|
783
783
|
/** @internal */
|
|
784
784
|
exports.ResponseBodyJSONSchemaTool$inboundSchema = z.object({
|
|
785
|
-
_id: z.string().default("
|
|
785
|
+
_id: z.string().default("tool_01KZDHMS2JD6MY0994DP3G6JKR"),
|
|
786
786
|
path: z.string(),
|
|
787
787
|
key: z.string(),
|
|
788
788
|
display_name: z.string().optional(),
|
|
@@ -835,7 +835,7 @@ function createToolResponseBodyFunctionFromJSON(jsonString) {
|
|
|
835
835
|
}
|
|
836
836
|
/** @internal */
|
|
837
837
|
exports.ResponseBodyFunctionTool$inboundSchema = z.object({
|
|
838
|
-
_id: z.string().default("
|
|
838
|
+
_id: z.string().default("tool_01KZDHMS2HA5X3RZ9PCPPP0GR9"),
|
|
839
839
|
path: z.string(),
|
|
840
840
|
key: z.string(),
|
|
841
841
|
display_name: z.string().optional(),
|
|
@@ -196,7 +196,7 @@ function dataCodeToolFromJSON(jsonString) {
|
|
|
196
196
|
}
|
|
197
197
|
/** @internal */
|
|
198
198
|
exports.DataCodeExecutionTool$inboundSchema = z.object({
|
|
199
|
-
_id: z.string().default("
|
|
199
|
+
_id: z.string().default("tool_01KZDHMS2AKQVZMC54YS05202R"),
|
|
200
200
|
path: z.string(),
|
|
201
201
|
key: z.string(),
|
|
202
202
|
display_name: z.string().optional(),
|
|
@@ -247,7 +247,7 @@ function getAllToolsDataSchemaFromJSON(jsonString) {
|
|
|
247
247
|
}
|
|
248
248
|
/** @internal */
|
|
249
249
|
exports.DataTools$inboundSchema = z.object({
|
|
250
|
-
id: z.string().default("
|
|
250
|
+
id: z.string().default("01KZDHMS2989MG0803SKWAR0JH"),
|
|
251
251
|
name: z.string(),
|
|
252
252
|
description: z.string().optional(),
|
|
253
253
|
schema: z.lazy(() => exports.GetAllToolsDataSchema$inboundSchema),
|
|
@@ -276,7 +276,7 @@ function dataMcpFromJSON(jsonString) {
|
|
|
276
276
|
}
|
|
277
277
|
/** @internal */
|
|
278
278
|
exports.DataMCPTool$inboundSchema = z.object({
|
|
279
|
-
_id: z.string().default("
|
|
279
|
+
_id: z.string().default("tool_01KZDHMS28YZ4Q10AYNAFFCH0A"),
|
|
280
280
|
path: z.string(),
|
|
281
281
|
key: z.string(),
|
|
282
282
|
display_name: z.string().optional(),
|
|
@@ -364,7 +364,7 @@ function dataHttpFromJSON(jsonString) {
|
|
|
364
364
|
}
|
|
365
365
|
/** @internal */
|
|
366
366
|
exports.DataHTTPTool$inboundSchema = z.object({
|
|
367
|
-
_id: z.string().default("
|
|
367
|
+
_id: z.string().default("tool_01KZDHMS27R2PYK3F7JFJP8XKQ"),
|
|
368
368
|
path: z.string(),
|
|
369
369
|
key: z.string(),
|
|
370
370
|
display_name: z.string().optional(),
|
|
@@ -414,7 +414,7 @@ function dataJsonSchemaFromJSON(jsonString) {
|
|
|
414
414
|
}
|
|
415
415
|
/** @internal */
|
|
416
416
|
exports.DataJSONSchemaTool$inboundSchema = z.object({
|
|
417
|
-
_id: z.string().default("
|
|
417
|
+
_id: z.string().default("tool_01KZDHMS26EKYT4J6V6RXSVYM0"),
|
|
418
418
|
path: z.string(),
|
|
419
419
|
key: z.string(),
|
|
420
420
|
display_name: z.string().optional(),
|
|
@@ -469,7 +469,7 @@ function dataFunctionFromJSON(jsonString) {
|
|
|
469
469
|
}
|
|
470
470
|
/** @internal */
|
|
471
471
|
exports.DataFunctionTool$inboundSchema = z.object({
|
|
472
|
-
_id: z.string().default("
|
|
472
|
+
_id: z.string().default("tool_01KZDHMS244WDAWKPZPE7AHWE9"),
|
|
473
473
|
path: z.string(),
|
|
474
474
|
key: z.string(),
|
|
475
475
|
display_name: z.string().optional(),
|
|
@@ -221,8 +221,8 @@ exports.BedrockGuardrail$inboundSchema = z.object({
|
|
|
221
221
|
display_name: z.string(),
|
|
222
222
|
description: z.string(),
|
|
223
223
|
owner: z.string(),
|
|
224
|
-
created: z.string().default("2026-08-
|
|
225
|
-
updated: z.string().default("2026-08-
|
|
224
|
+
created: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
225
|
+
updated: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
226
226
|
created_by_id: z.nullable(z.string()).optional(),
|
|
227
227
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
228
228
|
domain_id: z.string(),
|
|
@@ -286,8 +286,8 @@ exports.Typescript$inboundSchema = z.object({
|
|
|
286
286
|
display_name: z.string(),
|
|
287
287
|
description: z.string(),
|
|
288
288
|
owner: z.string(),
|
|
289
|
-
created: z.string().default("2026-08-
|
|
290
|
-
updated: z.string().default("2026-08-
|
|
289
|
+
created: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
290
|
+
updated: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
291
291
|
created_by_id: z.nullable(z.string()).optional(),
|
|
292
292
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
293
293
|
domain_id: z.string(),
|
|
@@ -343,8 +343,8 @@ exports.ResponseBodyPython$inboundSchema = z.object({
|
|
|
343
343
|
display_name: z.string(),
|
|
344
344
|
description: z.string(),
|
|
345
345
|
owner: z.string(),
|
|
346
|
-
created: z.string().default("2026-08-
|
|
347
|
-
updated: z.string().default("2026-08-
|
|
346
|
+
created: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
347
|
+
updated: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
348
348
|
created_by_id: z.nullable(z.string()).optional(),
|
|
349
349
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
350
350
|
domain_id: z.string(),
|
|
@@ -403,8 +403,8 @@ exports.GetEvalResponseBodyHTTP$inboundSchema = z.object({
|
|
|
403
403
|
display_name: z.string(),
|
|
404
404
|
description: z.string(),
|
|
405
405
|
owner: z.string(),
|
|
406
|
-
created: z.string().default("2026-08-
|
|
407
|
-
updated: z.string().default("2026-08-
|
|
406
|
+
created: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
407
|
+
updated: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
408
408
|
created_by_id: z.nullable(z.string()).optional(),
|
|
409
409
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
410
410
|
domain_id: z.string(),
|
|
@@ -465,8 +465,8 @@ exports.Json$inboundSchema = z
|
|
|
465
465
|
display_name: z.string(),
|
|
466
466
|
description: z.string(),
|
|
467
467
|
owner: z.string(),
|
|
468
|
-
created: z.string().default("2026-08-
|
|
469
|
-
updated: z.string().default("2026-08-
|
|
468
|
+
created: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
469
|
+
updated: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
470
470
|
created_by_id: z.nullable(z.string()).optional(),
|
|
471
471
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
472
472
|
domain_id: z.string(),
|
|
@@ -538,8 +538,8 @@ exports.Ragas$inboundSchema = z
|
|
|
538
538
|
display_name: z.string(),
|
|
539
539
|
description: z.string(),
|
|
540
540
|
owner: z.string(),
|
|
541
|
-
created: z.string().default("2026-08-
|
|
542
|
-
updated: z.string().default("2026-08-
|
|
541
|
+
created: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
542
|
+
updated: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
543
543
|
created_by_id: z.nullable(z.string()).optional(),
|
|
544
544
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
545
545
|
domain_id: z.string(),
|
|
@@ -870,8 +870,8 @@ exports.ResponseBodyFunction$inboundSchema = z.object({
|
|
|
870
870
|
display_name: z.string(),
|
|
871
871
|
description: z.string(),
|
|
872
872
|
owner: z.string(),
|
|
873
|
-
created: z.string().default("2026-08-
|
|
874
|
-
updated: z.string().default("2026-08-
|
|
873
|
+
created: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
874
|
+
updated: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
875
875
|
created_by_id: z.nullable(z.string()).optional(),
|
|
876
876
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
877
877
|
domain_id: z.string(),
|
|
@@ -1238,8 +1238,8 @@ exports.ResponseBodyLLM$inboundSchema = z.object({
|
|
|
1238
1238
|
display_name: z.string(),
|
|
1239
1239
|
description: z.string(),
|
|
1240
1240
|
owner: z.string(),
|
|
1241
|
-
created: z.string().default("2026-08-
|
|
1242
|
-
updated: z.string().default("2026-08-
|
|
1241
|
+
created: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
1242
|
+
updated: z.string().default("2026-08-07T07:22:35.553Z"),
|
|
1243
1243
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1244
1244
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1245
1245
|
domain_id: z.string(),
|
|
@@ -67,7 +67,7 @@ exports.GetV2HumanEvalSetsResponseBody2$inboundSchema = z.object({
|
|
|
67
67
|
updated_by_id: z.string().optional(),
|
|
68
68
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
69
69
|
.optional(),
|
|
70
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
70
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
71
71
|
filter_type: z.literal("name"),
|
|
72
72
|
filter_value: z.string(),
|
|
73
73
|
}).transform((v) => {
|
|
@@ -98,7 +98,7 @@ exports.GetV2HumanEvalSetsResponseBody1$inboundSchema = z.object({
|
|
|
98
98
|
updated_by_id: z.string().optional(),
|
|
99
99
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
100
100
|
.optional(),
|
|
101
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
101
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
102
102
|
filter_type: z.literal("span_type"),
|
|
103
103
|
filter_values: z.array(z.string()),
|
|
104
104
|
}).transform((v) => {
|
|
@@ -63,7 +63,7 @@ exports.GetV2HumanEvalSetsIdResponseBody2$inboundSchema = z.object({
|
|
|
63
63
|
updated_by_id: z.string().optional(),
|
|
64
64
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
65
65
|
.optional(),
|
|
66
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
66
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
67
67
|
filter_type: z.literal("name"),
|
|
68
68
|
filter_value: z.string(),
|
|
69
69
|
}).transform((v) => {
|
|
@@ -94,7 +94,7 @@ exports.GetV2HumanEvalSetsIdResponseBody1$inboundSchema = z.object({
|
|
|
94
94
|
updated_by_id: z.string().optional(),
|
|
95
95
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
96
96
|
.optional(),
|
|
97
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
97
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
98
98
|
filter_type: z.literal("span_type"),
|
|
99
99
|
filter_values: z.array(z.string()),
|
|
100
100
|
}).transform((v) => {
|
|
@@ -90,7 +90,7 @@ exports.ListAnnotationQueuesData$inboundSchema = z.object({
|
|
|
90
90
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
91
91
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
92
92
|
.optional(),
|
|
93
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
93
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
94
94
|
}).transform((v) => {
|
|
95
95
|
return (0, primitives_js_1.remap)(v, {
|
|
96
96
|
"_id": "id",
|
|
@@ -527,7 +527,7 @@ exports.ListDatasetDatapointsEvaluations4$inboundSchema = z.object({
|
|
|
527
527
|
parent_annotation_id: z.string().optional(),
|
|
528
528
|
explanation: z.string().optional(),
|
|
529
529
|
reviewed_by_id: z.string(),
|
|
530
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
530
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:47.925Z").transform(v => new Date(v)),
|
|
531
531
|
type: z.literal("string_array"),
|
|
532
532
|
values: z.array(z.string()),
|
|
533
533
|
}).transform((v) => {
|
|
@@ -579,7 +579,7 @@ exports.ListDatasetDatapointsEvaluations3$inboundSchema = z.object({
|
|
|
579
579
|
parent_annotation_id: z.string().optional(),
|
|
580
580
|
explanation: z.string().optional(),
|
|
581
581
|
reviewed_by_id: z.string(),
|
|
582
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
582
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:47.924Z").transform(v => new Date(v)),
|
|
583
583
|
type: z.literal("boolean"),
|
|
584
584
|
value: z.boolean(),
|
|
585
585
|
}).transform((v) => {
|
|
@@ -628,7 +628,7 @@ exports.ListDatasetDatapointsEvaluations2$inboundSchema = z.object({
|
|
|
628
628
|
parent_annotation_id: z.string().optional(),
|
|
629
629
|
explanation: z.string().optional(),
|
|
630
630
|
reviewed_by_id: z.string(),
|
|
631
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
631
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:47.924Z").transform(v => new Date(v)),
|
|
632
632
|
type: z.literal("number"),
|
|
633
633
|
value: z.number(),
|
|
634
634
|
}).transform((v) => {
|
|
@@ -678,7 +678,7 @@ exports.ListDatasetDatapointsEvaluations1$inboundSchema = z.object({
|
|
|
678
678
|
parent_annotation_id: z.string().optional(),
|
|
679
679
|
explanation: z.string().optional(),
|
|
680
680
|
reviewed_by_id: z.string(),
|
|
681
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
681
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:47.923Z").transform(v => new Date(v)),
|
|
682
682
|
type: z.literal("string"),
|
|
683
683
|
value: z.string(),
|
|
684
684
|
}).transform((v) => {
|
|
@@ -729,7 +729,7 @@ exports.ListDatasetDatapointsData$inboundSchema = z.object({
|
|
|
729
729
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
730
730
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
731
731
|
.optional(),
|
|
732
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
732
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
733
733
|
}).transform((v) => {
|
|
734
734
|
return (0, primitives_js_1.remap)(v, {
|
|
735
735
|
"_id": "id",
|
|
@@ -90,7 +90,7 @@ exports.ListDatasetsData$inboundSchema = z.object({
|
|
|
90
90
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
91
91
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
92
92
|
.optional(),
|
|
93
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
93
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
94
94
|
}).transform((v) => {
|
|
95
95
|
return (0, primitives_js_1.remap)(v, {
|
|
96
96
|
"_id": "id",
|
|
@@ -113,7 +113,7 @@ function listDatasourcesMetadataFromJSON(jsonString) {
|
|
|
113
113
|
}
|
|
114
114
|
/** @internal */
|
|
115
115
|
exports.ListDatasourcesData$inboundSchema = z.object({
|
|
116
|
-
_id: z.string().default("
|
|
116
|
+
_id: z.string().default("01KZDHMS61CZX7DQNZ11QCYD93"),
|
|
117
117
|
display_name: z.string(),
|
|
118
118
|
description: z.nullable(z.string()).optional(),
|
|
119
119
|
status: exports.ListDatasourcesStatus$inboundSchema,
|
|
@@ -122,7 +122,7 @@ exports.PatchV2HumanEvalSetsIdResponseBody2$inboundSchema = z.object({
|
|
|
122
122
|
updated_by_id: z.string().optional(),
|
|
123
123
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
124
124
|
.optional(),
|
|
125
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
125
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
126
126
|
filter_type: z.literal("name"),
|
|
127
127
|
filter_value: z.string(),
|
|
128
128
|
}).transform((v) => {
|
|
@@ -153,7 +153,7 @@ exports.PatchV2HumanEvalSetsIdResponseBody1$inboundSchema = z.object({
|
|
|
153
153
|
updated_by_id: z.string().optional(),
|
|
154
154
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
155
155
|
.optional(),
|
|
156
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
156
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
157
157
|
filter_type: z.literal("span_type"),
|
|
158
158
|
filter_values: z.array(z.string()),
|
|
159
159
|
}).transform((v) => {
|
|
@@ -96,7 +96,7 @@ exports.RequestBody4$outboundSchema = z.object({
|
|
|
96
96
|
source: exports.PostV2FeedbackEvaluationRequestBodyFeedbackRequestSource$outboundSchema
|
|
97
97
|
.default("orq"),
|
|
98
98
|
explanation: z.string().optional(),
|
|
99
|
-
reviewedAt: z.date().default(() => new Date("2026-08-
|
|
99
|
+
reviewedAt: z.date().default(() => new Date("2026-08-07T07:22:48.042Z"))
|
|
100
100
|
.transform(v => v.toISOString()),
|
|
101
101
|
type: z.literal("string_array"),
|
|
102
102
|
values: z.array(z.string()),
|
|
@@ -126,7 +126,7 @@ exports.RequestBody3$outboundSchema = z.object({
|
|
|
126
126
|
source: exports.PostV2FeedbackEvaluationRequestBodyFeedbackSource$outboundSchema
|
|
127
127
|
.default("orq"),
|
|
128
128
|
explanation: z.string().optional(),
|
|
129
|
-
reviewedAt: z.date().default(() => new Date("2026-08-
|
|
129
|
+
reviewedAt: z.date().default(() => new Date("2026-08-07T07:22:48.042Z"))
|
|
130
130
|
.transform(v => v.toISOString()),
|
|
131
131
|
type: z.literal("boolean"),
|
|
132
132
|
value: z.boolean(),
|
|
@@ -154,7 +154,7 @@ exports.PostV2FeedbackEvaluationRequestBody2$outboundSchema = z.object({
|
|
|
154
154
|
humanReviewId: z.string().optional(),
|
|
155
155
|
source: exports.PostV2FeedbackEvaluationRequestBodySource$outboundSchema.default("orq"),
|
|
156
156
|
explanation: z.string().optional(),
|
|
157
|
-
reviewedAt: z.date().default(() => new Date("2026-08-
|
|
157
|
+
reviewedAt: z.date().default(() => new Date("2026-08-07T07:22:48.041Z"))
|
|
158
158
|
.transform(v => v.toISOString()),
|
|
159
159
|
type: z.literal("number"),
|
|
160
160
|
value: z.number(),
|
|
@@ -181,7 +181,7 @@ exports.PostV2FeedbackEvaluationRequestBody1$outboundSchema = z.object({
|
|
|
181
181
|
humanReviewId: z.string().optional(),
|
|
182
182
|
source: exports.RequestBodySource$outboundSchema.default("orq"),
|
|
183
183
|
explanation: z.string().optional(),
|
|
184
|
-
reviewedAt: z.date().default(() => new Date("2026-08-
|
|
184
|
+
reviewedAt: z.date().default(() => new Date("2026-08-07T07:22:48.041Z"))
|
|
185
185
|
.transform(v => v.toISOString()),
|
|
186
186
|
type: z.literal("string"),
|
|
187
187
|
value: z.string(),
|
|
@@ -106,7 +106,7 @@ exports.PostV2HumanEvalSetsResponseBody2$inboundSchema = z.object({
|
|
|
106
106
|
updated_by_id: z.string().optional(),
|
|
107
107
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
108
108
|
.optional(),
|
|
109
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
109
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
110
110
|
filter_type: z.literal("name"),
|
|
111
111
|
filter_value: z.string(),
|
|
112
112
|
}).transform((v) => {
|
|
@@ -137,7 +137,7 @@ exports.PostV2HumanEvalSetsResponseBody1$inboundSchema = z.object({
|
|
|
137
137
|
updated_by_id: z.string().optional(),
|
|
138
138
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
139
139
|
.optional(),
|
|
140
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
140
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-07T07:22:33.673Z").transform(v => new Date(v)),
|
|
141
141
|
filter_type: z.literal("span_type"),
|
|
142
142
|
filter_values: z.array(z.string()),
|
|
143
143
|
}).transform((v) => {
|