@orq-ai/node 4.14.0-rc.39 → 4.14.0-rc.40
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/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- 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/reasoningpart.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/createtool.js +4 -4
- package/models/operations/getalltools.js +4 -4
- 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/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/retrievedatapoint.js +5 -5
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievetool.js +4 -4
- package/models/operations/runagent.js +1 -1
- package/models/operations/streamrunagent.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/updatetool.js +4 -4
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- 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/reasoningpart.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/createtool.ts +4 -4
- package/src/models/operations/getalltools.ts +4 -4
- 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/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/retrievedatapoint.ts +5 -5
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievetool.ts +4 -4
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamrunagent.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/updatetool.ts +4 -4
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
31
31
|
export declare const SDK_METADATA: {
|
|
32
32
|
readonly language: "typescript";
|
|
33
33
|
readonly openapiDocVersion: "2.0";
|
|
34
|
-
readonly sdkVersion: "4.14.0-rc.
|
|
34
|
+
readonly sdkVersion: "4.14.0-rc.40";
|
|
35
35
|
readonly genVersion: "2.931.0";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 4.14.0-rc.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 4.14.0-rc.40 2.931.0 2.0 @orq-ai/node";
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
|
|
|
28
28
|
exports.SDK_METADATA = {
|
|
29
29
|
language: "typescript",
|
|
30
30
|
openapiDocVersion: "2.0",
|
|
31
|
-
sdkVersion: "4.14.0-rc.
|
|
31
|
+
sdkVersion: "4.14.0-rc.40",
|
|
32
32
|
genVersion: "2.931.0",
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 4.14.0-rc.
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 4.14.0-rc.40 2.931.0 2.0 @orq-ai/node",
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=config.js.map
|
|
@@ -366,8 +366,8 @@ function functionParamsFromJSON(jsonString) {
|
|
|
366
366
|
exports.EvaluatorResponseFunction$inboundSchema = z.object({
|
|
367
367
|
_id: z.string(),
|
|
368
368
|
description: z.string(),
|
|
369
|
-
created: z.string().default("2026-08-
|
|
370
|
-
updated: z.string().default("2026-08-
|
|
369
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
370
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
371
371
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
372
372
|
project_id: z.string().optional(),
|
|
373
373
|
guardrail_config: z.any().optional(),
|
|
@@ -52,8 +52,8 @@ exports.Method$inboundSchema = z
|
|
|
52
52
|
exports.EvaluatorResponseHttp$inboundSchema = z.object({
|
|
53
53
|
_id: z.string(),
|
|
54
54
|
description: z.string(),
|
|
55
|
-
created: z.string().default("2026-08-
|
|
56
|
-
updated: z.string().default("2026-08-
|
|
55
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
56
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
57
57
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
58
58
|
project_id: z.string().optional(),
|
|
59
59
|
guardrail_config: z.any().optional(),
|
|
@@ -45,8 +45,8 @@ const schemas_js_1 = require("../../lib/schemas.js");
|
|
|
45
45
|
exports.EvaluatorResponseJsonSchema$inboundSchema = z.object({
|
|
46
46
|
_id: z.string(),
|
|
47
47
|
description: z.string(),
|
|
48
|
-
created: z.string().default("2026-08-
|
|
49
|
-
updated: z.string().default("2026-08-
|
|
48
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
49
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
50
50
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
51
51
|
project_id: z.string().optional(),
|
|
52
52
|
guardrail_config: z.any().optional(),
|
|
@@ -150,8 +150,8 @@ function juryFromJSON(jsonString) {
|
|
|
150
150
|
exports.EvaluatorResponseLlm$inboundSchema = z.object({
|
|
151
151
|
_id: z.string(),
|
|
152
152
|
description: z.string(),
|
|
153
|
-
created: z.string().default("2026-08-
|
|
154
|
-
updated: z.string().default("2026-08-
|
|
153
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
154
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
155
155
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
156
156
|
project_id: z.string().optional(),
|
|
157
157
|
guardrail_config: z.any().optional(),
|
|
@@ -45,8 +45,8 @@ const schemas_js_1 = require("../../lib/schemas.js");
|
|
|
45
45
|
exports.EvaluatorResponsePython$inboundSchema = z.object({
|
|
46
46
|
_id: z.string(),
|
|
47
47
|
description: z.string(),
|
|
48
|
-
created: z.string().default("2026-08-
|
|
49
|
-
updated: z.string().default("2026-08-
|
|
48
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
49
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
50
50
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
51
51
|
project_id: z.string().optional(),
|
|
52
52
|
guardrail_config: z.any().optional(),
|
|
@@ -62,8 +62,8 @@ exports.RagasMetric$inboundSchema = z
|
|
|
62
62
|
exports.EvaluatorResponseRagas$inboundSchema = z.object({
|
|
63
63
|
_id: z.string(),
|
|
64
64
|
description: z.string(),
|
|
65
|
-
created: z.string().default("2026-08-
|
|
66
|
-
updated: z.string().default("2026-08-
|
|
65
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
66
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
67
67
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
68
68
|
project_id: z.string().optional(),
|
|
69
69
|
guardrail_config: z.any().optional(),
|
|
@@ -45,8 +45,8 @@ const schemas_js_1 = require("../../lib/schemas.js");
|
|
|
45
45
|
exports.EvaluatorResponseTypescript$inboundSchema = z.object({
|
|
46
46
|
_id: z.string(),
|
|
47
47
|
description: z.string(),
|
|
48
|
-
created: z.string().default("2026-08-
|
|
49
|
-
updated: z.string().default("2026-08-
|
|
48
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
49
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
50
50
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
51
51
|
project_id: z.string().optional(),
|
|
52
52
|
guardrail_config: z.any().optional(),
|
|
@@ -43,7 +43,7 @@ const primitives_js_1 = require("../../lib/primitives.js");
|
|
|
43
43
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
44
|
/** @internal */
|
|
45
45
|
exports.ReasoningPart$inboundSchema = z.object({
|
|
46
|
-
_id: z.string().default("
|
|
46
|
+
_id: z.string().default("reasoning_01m0fg0spg6h73tg3ayfkxhsba"),
|
|
47
47
|
metadata: z.record(z.any()).optional(),
|
|
48
48
|
kind: z.literal("reasoning"),
|
|
49
49
|
reasoning: z.string(),
|
|
@@ -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-20T11:48:20.273Z").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-20T11:48:20.273Z").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-20T11:48:35.619Z").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.CreateDatasetItemEvaluations3$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-20T11:48:35.618Z").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-20T11:48:35.617Z").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-20T11:48:35.616Z").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.ResponseBody$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-20T11:48:20.273Z").transform(v => new Date(v)),
|
|
1061
1061
|
}).transform((v) => {
|
|
1062
1062
|
return (0, primitives_js_1.remap)(v, {
|
|
1063
1063
|
"_id": "id",
|
|
@@ -473,7 +473,7 @@ function responseBodyCodeToolFromJSON(jsonString) {
|
|
|
473
473
|
}
|
|
474
474
|
/** @internal */
|
|
475
475
|
exports.ResponseBodyCodeExecutionTool$inboundSchema = z.object({
|
|
476
|
-
_id: z.string().default("
|
|
476
|
+
_id: z.string().default("tool_01M0FG0T1ZFS3EBFR8CNYVPC64"),
|
|
477
477
|
path: z.string(),
|
|
478
478
|
key: z.string(),
|
|
479
479
|
display_name: z.string().optional(),
|
|
@@ -562,7 +562,7 @@ function createToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
562
562
|
}
|
|
563
563
|
/** @internal */
|
|
564
564
|
exports.ResponseBodyHTTPTool$inboundSchema = z.object({
|
|
565
|
-
_id: z.string().default("
|
|
565
|
+
_id: z.string().default("tool_01M0FG0T1XNEVP3F45HXMC594R"),
|
|
566
566
|
path: z.string(),
|
|
567
567
|
key: z.string(),
|
|
568
568
|
display_name: z.string().optional(),
|
|
@@ -612,7 +612,7 @@ function responseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
612
612
|
}
|
|
613
613
|
/** @internal */
|
|
614
614
|
exports.ResponseBodyJSONSchemaTool$inboundSchema = z.object({
|
|
615
|
-
_id: z.string().default("
|
|
615
|
+
_id: z.string().default("tool_01M0FG0T1WVZPVDHE2SM6SEX7W"),
|
|
616
616
|
path: z.string(),
|
|
617
617
|
key: z.string(),
|
|
618
618
|
display_name: z.string().optional(),
|
|
@@ -665,7 +665,7 @@ function createToolResponseBodyFunctionFromJSON(jsonString) {
|
|
|
665
665
|
}
|
|
666
666
|
/** @internal */
|
|
667
667
|
exports.ResponseBodyFunctionTool$inboundSchema = z.object({
|
|
668
|
-
_id: z.string().default("
|
|
668
|
+
_id: z.string().default("tool_01M0FG0T1KZKQW9X7CPAZNEPMP"),
|
|
669
669
|
path: z.string(),
|
|
670
670
|
key: z.string(),
|
|
671
671
|
display_name: z.string().optional(),
|
|
@@ -172,7 +172,7 @@ function dataCodeToolFromJSON(jsonString) {
|
|
|
172
172
|
}
|
|
173
173
|
/** @internal */
|
|
174
174
|
exports.DataCodeExecutionTool$inboundSchema = z.object({
|
|
175
|
-
_id: z.string().default("
|
|
175
|
+
_id: z.string().default("tool_01M0FG0T17JH8CZWX0XVDSZM8V"),
|
|
176
176
|
path: z.string(),
|
|
177
177
|
key: z.string(),
|
|
178
178
|
display_name: z.string().optional(),
|
|
@@ -261,7 +261,7 @@ function dataHttpFromJSON(jsonString) {
|
|
|
261
261
|
}
|
|
262
262
|
/** @internal */
|
|
263
263
|
exports.DataHTTPTool$inboundSchema = z.object({
|
|
264
|
-
_id: z.string().default("
|
|
264
|
+
_id: z.string().default("tool_01M0FG0T15DFP045W75T48V6YZ"),
|
|
265
265
|
path: z.string(),
|
|
266
266
|
key: z.string(),
|
|
267
267
|
display_name: z.string().optional(),
|
|
@@ -311,7 +311,7 @@ function dataJsonSchemaFromJSON(jsonString) {
|
|
|
311
311
|
}
|
|
312
312
|
/** @internal */
|
|
313
313
|
exports.DataJSONSchemaTool$inboundSchema = z.object({
|
|
314
|
-
_id: z.string().default("
|
|
314
|
+
_id: z.string().default("tool_01M0FG0T14VV0E58828Y7JVEAW"),
|
|
315
315
|
path: z.string(),
|
|
316
316
|
key: z.string(),
|
|
317
317
|
display_name: z.string().optional(),
|
|
@@ -366,7 +366,7 @@ function dataFunctionFromJSON(jsonString) {
|
|
|
366
366
|
}
|
|
367
367
|
/** @internal */
|
|
368
368
|
exports.DataFunctionTool$inboundSchema = z.object({
|
|
369
|
-
_id: z.string().default("
|
|
369
|
+
_id: z.string().default("tool_01M0FG0T12M15K7507HENYYEMP"),
|
|
370
370
|
path: z.string(),
|
|
371
371
|
key: z.string(),
|
|
372
372
|
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-20T11:48:22.539Z"),
|
|
225
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
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-20T11:48:22.539Z"),
|
|
290
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
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-20T11:48:22.539Z"),
|
|
347
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
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.ResponseBodyHTTP$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-20T11:48:22.539Z"),
|
|
407
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
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-20T11:48:22.539Z"),
|
|
469
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
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-20T11:48:22.539Z"),
|
|
542
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
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(),
|
|
@@ -880,8 +880,8 @@ exports.ResponseBodyFunction$inboundSchema = z.object({
|
|
|
880
880
|
display_name: z.string(),
|
|
881
881
|
description: z.string(),
|
|
882
882
|
owner: z.string(),
|
|
883
|
-
created: z.string().default("2026-08-
|
|
884
|
-
updated: z.string().default("2026-08-
|
|
883
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
884
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
885
885
|
created_by_id: z.nullable(z.string()).optional(),
|
|
886
886
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
887
887
|
domain_id: z.string(),
|
|
@@ -1249,8 +1249,8 @@ exports.ResponseBodyLLM$inboundSchema = z.object({
|
|
|
1249
1249
|
display_name: z.string(),
|
|
1250
1250
|
description: z.string(),
|
|
1251
1251
|
owner: z.string(),
|
|
1252
|
-
created: z.string().default("2026-08-
|
|
1253
|
-
updated: z.string().default("2026-08-
|
|
1252
|
+
created: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
1253
|
+
updated: z.string().default("2026-08-20T11:48:22.539Z"),
|
|
1254
1254
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1255
1255
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1256
1256
|
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-20T11:48:20.273Z").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-20T11:48:20.273Z").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-20T11:48:20.273Z").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-20T11:48:20.273Z").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-20T11:48:20.273Z").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-20T11:48:35.593Z").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-20T11:48:35.592Z").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-20T11:48:35.592Z").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-20T11:48:35.591Z").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-20T11:48:20.273Z").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-20T11:48:20.273Z").transform(v => new Date(v)),
|
|
94
94
|
}).transform((v) => {
|
|
95
95
|
return (0, primitives_js_1.remap)(v, {
|
|
96
96
|
"_id": "id",
|
|
@@ -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-20T11:48:20.273Z").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-20T11:48:20.273Z").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-20T11:48:35.769Z"))
|
|
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.Three$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-20T11:48:35.768Z"))
|
|
130
130
|
.transform(v => v.toISOString()),
|
|
131
131
|
type: z.literal("boolean"),
|
|
132
132
|
value: z.boolean(),
|
|
@@ -154,7 +154,7 @@ exports.RequestBody2$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-20T11:48:35.767Z"))
|
|
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-20T11:48:35.767Z"))
|
|
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-20T11:48:20.273Z").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-20T11:48:20.273Z").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) => {
|
|
@@ -78,7 +78,7 @@ exports.RetrieveAnnotationQueueResponseBody$inboundSchema = z.object({
|
|
|
78
78
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
79
79
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
80
80
|
.optional(),
|
|
81
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
81
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-20T11:48:20.273Z").transform(v => new Date(v)),
|
|
82
82
|
}).transform((v) => {
|
|
83
83
|
return (0, primitives_js_1.remap)(v, {
|
|
84
84
|
"_id": "id",
|
|
@@ -518,7 +518,7 @@ exports.RetrieveDatapointEvaluations4$inboundSchema = z.object({
|
|
|
518
518
|
parent_annotation_id: z.string().optional(),
|
|
519
519
|
explanation: z.string().optional(),
|
|
520
520
|
reviewed_by_id: z.string(),
|
|
521
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
521
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-20T11:48:35.601Z").transform(v => new Date(v)),
|
|
522
522
|
type: z.literal("string_array"),
|
|
523
523
|
values: z.array(z.string()),
|
|
524
524
|
}).transform((v) => {
|
|
@@ -569,7 +569,7 @@ exports.Evaluations3$inboundSchema = z.object({
|
|
|
569
569
|
parent_annotation_id: z.string().optional(),
|
|
570
570
|
explanation: z.string().optional(),
|
|
571
571
|
reviewed_by_id: z.string(),
|
|
572
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
572
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-20T11:48:35.600Z").transform(v => new Date(v)),
|
|
573
573
|
type: z.literal("boolean"),
|
|
574
574
|
value: z.boolean(),
|
|
575
575
|
}).transform((v) => {
|
|
@@ -621,7 +621,7 @@ exports.RetrieveDatapointEvaluations2$inboundSchema = z.object({
|
|
|
621
621
|
parent_annotation_id: z.string().optional(),
|
|
622
622
|
explanation: z.string().optional(),
|
|
623
623
|
reviewed_by_id: z.string(),
|
|
624
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
624
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-20T11:48:35.599Z").transform(v => new Date(v)),
|
|
625
625
|
type: z.literal("number"),
|
|
626
626
|
value: z.number(),
|
|
627
627
|
}).transform((v) => {
|
|
@@ -672,7 +672,7 @@ exports.RetrieveDatapointEvaluations1$inboundSchema = z.object({
|
|
|
672
672
|
parent_annotation_id: z.string().optional(),
|
|
673
673
|
explanation: z.string().optional(),
|
|
674
674
|
reviewed_by_id: z.string(),
|
|
675
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-
|
|
675
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-08-20T11:48:35.598Z").transform(v => new Date(v)),
|
|
676
676
|
type: z.literal("string"),
|
|
677
677
|
value: z.string(),
|
|
678
678
|
}).transform((v) => {
|
|
@@ -723,7 +723,7 @@ exports.RetrieveDatapointResponseBody$inboundSchema = z.object({
|
|
|
723
723
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
724
724
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
725
725
|
.optional(),
|
|
726
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
726
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-20T11:48:20.273Z").transform(v => new Date(v)),
|
|
727
727
|
}).transform((v) => {
|
|
728
728
|
return (0, primitives_js_1.remap)(v, {
|
|
729
729
|
"_id": "id",
|
|
@@ -78,7 +78,7 @@ exports.RetrieveDatasetResponseBody$inboundSchema = z.object({
|
|
|
78
78
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
79
79
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
80
80
|
.optional(),
|
|
81
|
-
updated: z.string().datetime({ offset: true }).default("2026-08-
|
|
81
|
+
updated: z.string().datetime({ offset: true }).default("2026-08-20T11:48:20.273Z").transform(v => new Date(v)),
|
|
82
82
|
}).transform((v) => {
|
|
83
83
|
return (0, primitives_js_1.remap)(v, {
|
|
84
84
|
"_id": "id",
|