@orq-ai/node 4.11.0-rc.72 → 4.11.0-rc.73
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/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +4 -4
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/listdatasetdatapoints.js +4 -4
- 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 +3 -3
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrievedatapoint.js +4 -4
- 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/updatedatapoint.js +4 -4
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +3 -3
- package/sdk/feedback.d.ts +4 -1
- package/sdk/feedback.d.ts.map +1 -1
- package/sdk/feedback.js +4 -1
- package/sdk/feedback.js.map +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/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +4 -4
- 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/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +4 -4
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +4 -4
- 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 +4 -1
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.11.0-rc.
|
|
34
|
+
readonly sdkVersion: "4.11.0-rc.73";
|
|
35
35
|
readonly genVersion: "2.914.0";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 4.11.0-rc.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 4.11.0-rc.73 2.914.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.11.0-rc.
|
|
31
|
+
sdkVersion: "4.11.0-rc.73",
|
|
32
32
|
genVersion: "2.914.0",
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 4.11.0-rc.
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 4.11.0-rc.73 2.914.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-07-
|
|
370
|
-
updated: z.string().default("2026-07-
|
|
369
|
+
created: z.string().default("2026-07-02T16:16:01.733Z"),
|
|
370
|
+
updated: z.string().default("2026-07-02T16:16:01.734Z"),
|
|
371
371
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
372
372
|
guardrail_config: z.any().optional(),
|
|
373
373
|
type: z.literal("function_eval"),
|
|
@@ -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-07-
|
|
56
|
-
updated: z.string().default("2026-07-
|
|
55
|
+
created: z.string().default("2026-07-02T16:16:01.733Z"),
|
|
56
|
+
updated: z.string().default("2026-07-02T16:16:01.734Z"),
|
|
57
57
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
58
58
|
guardrail_config: z.any().optional(),
|
|
59
59
|
type: z.literal("http_eval"),
|
|
@@ -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-07-
|
|
49
|
-
updated: z.string().default("2026-07-
|
|
48
|
+
created: z.string().default("2026-07-02T16:16:01.733Z"),
|
|
49
|
+
updated: z.string().default("2026-07-02T16:16:01.734Z"),
|
|
50
50
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
51
51
|
guardrail_config: z.any().optional(),
|
|
52
52
|
type: z.literal("json_schema"),
|
|
@@ -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-07-
|
|
154
|
-
updated: z.string().default("2026-07-
|
|
153
|
+
created: z.string().default("2026-07-02T16:16:01.733Z"),
|
|
154
|
+
updated: z.string().default("2026-07-02T16:16:01.734Z"),
|
|
155
155
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
156
156
|
guardrail_config: z.any().optional(),
|
|
157
157
|
type: z.literal("llm_eval"),
|
|
@@ -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-07-
|
|
49
|
-
updated: z.string().default("2026-07-
|
|
48
|
+
created: z.string().default("2026-07-02T16:16:01.733Z"),
|
|
49
|
+
updated: z.string().default("2026-07-02T16:16:01.734Z"),
|
|
50
50
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
51
51
|
guardrail_config: z.any().optional(),
|
|
52
52
|
code: z.string(),
|
|
@@ -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-07-
|
|
66
|
-
updated: z.string().default("2026-07-
|
|
65
|
+
created: z.string().default("2026-07-02T16:16:01.733Z"),
|
|
66
|
+
updated: z.string().default("2026-07-02T16:16:01.734Z"),
|
|
67
67
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
68
68
|
guardrail_config: z.any().optional(),
|
|
69
69
|
type: z.literal("ragas"),
|
|
@@ -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-07-
|
|
49
|
-
updated: z.string().default("2026-07-
|
|
48
|
+
created: z.string().default("2026-07-02T16:16:01.733Z"),
|
|
49
|
+
updated: z.string().default("2026-07-02T16:16:01.734Z"),
|
|
50
50
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
51
51
|
guardrail_config: z.any().optional(),
|
|
52
52
|
code: z.string(),
|
|
@@ -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_01kwhsvz3q7fec7tvjq2r323kw"),
|
|
47
47
|
metadata: z.record(z.any()).optional(),
|
|
48
48
|
kind: z.literal("reasoning"),
|
|
49
49
|
reasoning: z.string(),
|
|
@@ -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-07-
|
|
82
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").transform(v => new Date(v)),
|
|
83
83
|
}).transform((v) => {
|
|
84
84
|
return (0, primitives_js_1.remap)(v, {
|
|
85
85
|
"_id": "id",
|
|
@@ -828,7 +828,7 @@ exports.Evaluations3$inboundSchema = z.object({
|
|
|
828
828
|
parent_annotation_id: z.string().optional(),
|
|
829
829
|
explanation: z.string().optional(),
|
|
830
830
|
reviewed_by_id: z.string(),
|
|
831
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
831
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-02T16:16:24.868Z").transform(v => new Date(v)),
|
|
832
832
|
type: z.literal("string_array"),
|
|
833
833
|
values: z.array(z.string()),
|
|
834
834
|
}).transform((v) => {
|
|
@@ -875,7 +875,7 @@ exports.Evaluations2$inboundSchema = z.object({
|
|
|
875
875
|
parent_annotation_id: z.string().optional(),
|
|
876
876
|
explanation: z.string().optional(),
|
|
877
877
|
reviewed_by_id: z.string(),
|
|
878
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
878
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-02T16:16:24.866Z").transform(v => new Date(v)),
|
|
879
879
|
type: z.literal("number"),
|
|
880
880
|
value: z.number(),
|
|
881
881
|
}).transform((v) => {
|
|
@@ -923,7 +923,7 @@ exports.Evaluations1$inboundSchema = z.object({
|
|
|
923
923
|
parent_annotation_id: z.string().optional(),
|
|
924
924
|
explanation: z.string().optional(),
|
|
925
925
|
reviewed_by_id: z.string(),
|
|
926
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
926
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-02T16:16:24.865Z").transform(v => new Date(v)),
|
|
927
927
|
type: z.literal("string"),
|
|
928
928
|
value: z.string(),
|
|
929
929
|
}).transform((v) => {
|
|
@@ -972,7 +972,7 @@ exports.CreateDatasetItemResponseBody$inboundSchema = z.object({
|
|
|
972
972
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
973
973
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
974
974
|
.optional(),
|
|
975
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
975
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").transform(v => new Date(v)),
|
|
976
976
|
}).transform((v) => {
|
|
977
977
|
return (0, primitives_js_1.remap)(v, {
|
|
978
978
|
"_id": "id",
|
|
@@ -159,7 +159,7 @@ function createDatasourceRequestToJSON(createDatasourceRequest) {
|
|
|
159
159
|
exports.CreateDatasourceStatus$inboundSchema = z.nativeEnum(exports.CreateDatasourceStatus);
|
|
160
160
|
/** @internal */
|
|
161
161
|
exports.CreateDatasourceResponseBody$inboundSchema = z.object({
|
|
162
|
-
_id: z.string().default("
|
|
162
|
+
_id: z.string().default("01KWHSVZPCZVQPA62Z1KTW5XN0"),
|
|
163
163
|
display_name: z.string(),
|
|
164
164
|
description: z.nullable(z.string()).optional(),
|
|
165
165
|
status: exports.CreateDatasourceStatus$inboundSchema,
|
|
@@ -562,7 +562,7 @@ function responseBodyCodeToolFromJSON(jsonString) {
|
|
|
562
562
|
}
|
|
563
563
|
/** @internal */
|
|
564
564
|
exports.ResponseBodyCodeExecutionTool$inboundSchema = z.object({
|
|
565
|
-
_id: z.string().default("
|
|
565
|
+
_id: z.string().default("tool_01KWHSVZH0GB9016T1KE5FTGDA"),
|
|
566
566
|
path: z.string(),
|
|
567
567
|
key: z.string(),
|
|
568
568
|
display_name: z.string().optional(),
|
|
@@ -614,7 +614,7 @@ function createToolResponseBodySchemaFromJSON(jsonString) {
|
|
|
614
614
|
}
|
|
615
615
|
/** @internal */
|
|
616
616
|
exports.ResponseBodyTools$inboundSchema = z.object({
|
|
617
|
-
id: z.string().default("
|
|
617
|
+
id: z.string().default("01KWHSVZGZ8TRH86CK69CG7RTP"),
|
|
618
618
|
name: z.string(),
|
|
619
619
|
description: z.string().optional(),
|
|
620
620
|
schema: z.lazy(() => exports.CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -643,7 +643,7 @@ function responseBodyMcpFromJSON(jsonString) {
|
|
|
643
643
|
}
|
|
644
644
|
/** @internal */
|
|
645
645
|
exports.ResponseBodyMCPTool$inboundSchema = z.object({
|
|
646
|
-
_id: z.string().default("
|
|
646
|
+
_id: z.string().default("tool_01KWHSVZGYNX96DB92YQPK4GRE"),
|
|
647
647
|
path: z.string(),
|
|
648
648
|
key: z.string(),
|
|
649
649
|
display_name: z.string().optional(),
|
|
@@ -730,7 +730,7 @@ function createToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
730
730
|
}
|
|
731
731
|
/** @internal */
|
|
732
732
|
exports.ResponseBodyHTTPTool$inboundSchema = z.object({
|
|
733
|
-
_id: z.string().default("
|
|
733
|
+
_id: z.string().default("tool_01KWHSVZGVRZRDF7K76927M9F3"),
|
|
734
734
|
path: z.string(),
|
|
735
735
|
key: z.string(),
|
|
736
736
|
display_name: z.string().optional(),
|
|
@@ -780,7 +780,7 @@ function responseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
780
780
|
}
|
|
781
781
|
/** @internal */
|
|
782
782
|
exports.ResponseBodyJSONSchemaTool$inboundSchema = z.object({
|
|
783
|
-
_id: z.string().default("
|
|
783
|
+
_id: z.string().default("tool_01KWHSVZGS7YP2SRZM41KCRYJS"),
|
|
784
784
|
path: z.string(),
|
|
785
785
|
key: z.string(),
|
|
786
786
|
display_name: z.string().optional(),
|
|
@@ -833,7 +833,7 @@ function responseBodyFunctionFromJSON(jsonString) {
|
|
|
833
833
|
}
|
|
834
834
|
/** @internal */
|
|
835
835
|
exports.ResponseBodyFunctionTool$inboundSchema = z.object({
|
|
836
|
-
_id: z.string().default("
|
|
836
|
+
_id: z.string().default("tool_01KWHSVZGQAJ9DD8GJA4AEJYSP"),
|
|
837
837
|
path: z.string(),
|
|
838
838
|
key: z.string(),
|
|
839
839
|
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_01KWHSVZG9GMTJ9N49HBBNWNCP"),
|
|
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("01KWHSVZG8NAE8BMD8DZ64VN86"),
|
|
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_01KWHSVZG6WY2WBCN5P17DGKFV"),
|
|
280
280
|
path: z.string(),
|
|
281
281
|
key: z.string(),
|
|
282
282
|
display_name: z.string().optional(),
|
|
@@ -363,7 +363,7 @@ function dataHttpFromJSON(jsonString) {
|
|
|
363
363
|
}
|
|
364
364
|
/** @internal */
|
|
365
365
|
exports.DataHTTPTool$inboundSchema = z.object({
|
|
366
|
-
_id: z.string().default("
|
|
366
|
+
_id: z.string().default("tool_01KWHSVZG3QW507WKG3P20V4PN"),
|
|
367
367
|
path: z.string(),
|
|
368
368
|
key: z.string(),
|
|
369
369
|
display_name: z.string().optional(),
|
|
@@ -413,7 +413,7 @@ function dataJsonSchemaFromJSON(jsonString) {
|
|
|
413
413
|
}
|
|
414
414
|
/** @internal */
|
|
415
415
|
exports.DataJSONSchemaTool$inboundSchema = z.object({
|
|
416
|
-
_id: z.string().default("
|
|
416
|
+
_id: z.string().default("tool_01KWHSVZG1X11N7DSJXC003NZ6"),
|
|
417
417
|
path: z.string(),
|
|
418
418
|
key: z.string(),
|
|
419
419
|
display_name: z.string().optional(),
|
|
@@ -468,7 +468,7 @@ function dataFunctionFromJSON(jsonString) {
|
|
|
468
468
|
}
|
|
469
469
|
/** @internal */
|
|
470
470
|
exports.DataFunctionTool$inboundSchema = z.object({
|
|
471
|
-
_id: z.string().default("
|
|
471
|
+
_id: z.string().default("tool_01KWHSVZFZDNMA412M7DJD6227"),
|
|
472
472
|
path: z.string(),
|
|
473
473
|
key: z.string(),
|
|
474
474
|
display_name: z.string().optional(),
|
|
@@ -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-07-
|
|
70
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").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-07-
|
|
101
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").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-07-
|
|
66
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").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-07-
|
|
97
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").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) => {
|
|
@@ -500,7 +500,7 @@ exports.ListDatasetDatapointsEvaluations3$inboundSchema = z.object({
|
|
|
500
500
|
parent_annotation_id: z.string().optional(),
|
|
501
501
|
explanation: z.string().optional(),
|
|
502
502
|
reviewed_by_id: z.string(),
|
|
503
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
503
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-02T16:16:24.847Z").transform(v => new Date(v)),
|
|
504
504
|
type: z.literal("string_array"),
|
|
505
505
|
values: z.array(z.string()),
|
|
506
506
|
}).transform((v) => {
|
|
@@ -549,7 +549,7 @@ exports.ListDatasetDatapointsEvaluations2$inboundSchema = z.object({
|
|
|
549
549
|
parent_annotation_id: z.string().optional(),
|
|
550
550
|
explanation: z.string().optional(),
|
|
551
551
|
reviewed_by_id: z.string(),
|
|
552
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
552
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-02T16:16:24.846Z").transform(v => new Date(v)),
|
|
553
553
|
type: z.literal("number"),
|
|
554
554
|
value: z.number(),
|
|
555
555
|
}).transform((v) => {
|
|
@@ -598,7 +598,7 @@ exports.ListDatasetDatapointsEvaluations1$inboundSchema = z.object({
|
|
|
598
598
|
parent_annotation_id: z.string().optional(),
|
|
599
599
|
explanation: z.string().optional(),
|
|
600
600
|
reviewed_by_id: z.string(),
|
|
601
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
601
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-02T16:16:24.845Z").transform(v => new Date(v)),
|
|
602
602
|
type: z.literal("string"),
|
|
603
603
|
value: z.string(),
|
|
604
604
|
}).transform((v) => {
|
|
@@ -647,7 +647,7 @@ exports.ListDatasetDatapointsData$inboundSchema = z.object({
|
|
|
647
647
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
648
648
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
649
649
|
.optional(),
|
|
650
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
650
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").transform(v => new Date(v)),
|
|
651
651
|
}).transform((v) => {
|
|
652
652
|
return (0, primitives_js_1.remap)(v, {
|
|
653
653
|
"_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-07-
|
|
93
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").transform(v => new Date(v)),
|
|
94
94
|
}).transform((v) => {
|
|
95
95
|
return (0, primitives_js_1.remap)(v, {
|
|
96
96
|
"_id": "id",
|
|
@@ -83,7 +83,7 @@ exports.ListDatasourcesObject$inboundSchema = z.nativeEnum(exports.ListDatasourc
|
|
|
83
83
|
exports.ListDatasourcesStatus$inboundSchema = z.nativeEnum(exports.ListDatasourcesStatus);
|
|
84
84
|
/** @internal */
|
|
85
85
|
exports.ListDatasourcesData$inboundSchema = z.object({
|
|
86
|
-
_id: z.string().default("
|
|
86
|
+
_id: z.string().default("01KWHSVZP8CV3MF0VCRYHP0X95"),
|
|
87
87
|
display_name: z.string(),
|
|
88
88
|
description: z.nullable(z.string()).optional(),
|
|
89
89
|
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-07-
|
|
125
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").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-07-
|
|
156
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").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) => {
|
|
@@ -87,7 +87,7 @@ exports.RequestBody3$outboundSchema = z.object({
|
|
|
87
87
|
source: exports.PostV2FeedbackEvaluationRequestBodyFeedbackSource$outboundSchema
|
|
88
88
|
.default("orq"),
|
|
89
89
|
explanation: z.string().optional(),
|
|
90
|
-
reviewedAt: z.date().default(() => new Date("2026-07-
|
|
90
|
+
reviewedAt: z.date().default(() => new Date("2026-07-02T16:16:25.033Z"))
|
|
91
91
|
.transform(v => v.toISOString()),
|
|
92
92
|
type: z.literal("string_array"),
|
|
93
93
|
values: z.array(z.string()),
|
|
@@ -115,7 +115,7 @@ exports.PostV2FeedbackEvaluationRequestBody2$outboundSchema = z.object({
|
|
|
115
115
|
humanReviewId: z.string().optional(),
|
|
116
116
|
source: exports.PostV2FeedbackEvaluationRequestBodySource$outboundSchema.default("orq"),
|
|
117
117
|
explanation: z.string().optional(),
|
|
118
|
-
reviewedAt: z.date().default(() => new Date("2026-07-
|
|
118
|
+
reviewedAt: z.date().default(() => new Date("2026-07-02T16:16:25.032Z"))
|
|
119
119
|
.transform(v => v.toISOString()),
|
|
120
120
|
type: z.literal("number"),
|
|
121
121
|
value: z.number(),
|
|
@@ -142,7 +142,7 @@ exports.PostV2FeedbackEvaluationRequestBody1$outboundSchema = z.object({
|
|
|
142
142
|
humanReviewId: z.string().optional(),
|
|
143
143
|
source: exports.RequestBodySource$outboundSchema.default("orq"),
|
|
144
144
|
explanation: z.string().optional(),
|
|
145
|
-
reviewedAt: z.date().default(() => new Date("2026-07-
|
|
145
|
+
reviewedAt: z.date().default(() => new Date("2026-07-02T16:16:25.031Z"))
|
|
146
146
|
.transform(v => v.toISOString()),
|
|
147
147
|
type: z.literal("string"),
|
|
148
148
|
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-07-
|
|
109
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").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-07-
|
|
140
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").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) => {
|
|
@@ -489,7 +489,7 @@ exports.RetrieveDatapointEvaluations3$inboundSchema = z.object({
|
|
|
489
489
|
parent_annotation_id: z.string().optional(),
|
|
490
490
|
explanation: z.string().optional(),
|
|
491
491
|
reviewed_by_id: z.string(),
|
|
492
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
492
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-02T16:16:24.858Z").transform(v => new Date(v)),
|
|
493
493
|
type: z.literal("string_array"),
|
|
494
494
|
values: z.array(z.string()),
|
|
495
495
|
}).transform((v) => {
|
|
@@ -541,7 +541,7 @@ exports.RetrieveDatapointEvaluations2$inboundSchema = z.object({
|
|
|
541
541
|
parent_annotation_id: z.string().optional(),
|
|
542
542
|
explanation: z.string().optional(),
|
|
543
543
|
reviewed_by_id: z.string(),
|
|
544
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
544
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-02T16:16:24.857Z").transform(v => new Date(v)),
|
|
545
545
|
type: z.literal("number"),
|
|
546
546
|
value: z.number(),
|
|
547
547
|
}).transform((v) => {
|
|
@@ -592,7 +592,7 @@ exports.RetrieveDatapointEvaluations1$inboundSchema = z.object({
|
|
|
592
592
|
parent_annotation_id: z.string().optional(),
|
|
593
593
|
explanation: z.string().optional(),
|
|
594
594
|
reviewed_by_id: z.string(),
|
|
595
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
595
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-02T16:16:24.856Z").transform(v => new Date(v)),
|
|
596
596
|
type: z.literal("string"),
|
|
597
597
|
value: z.string(),
|
|
598
598
|
}).transform((v) => {
|
|
@@ -641,7 +641,7 @@ exports.RetrieveDatapointResponseBody$inboundSchema = z.object({
|
|
|
641
641
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
642
642
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
643
643
|
.optional(),
|
|
644
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
644
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").transform(v => new Date(v)),
|
|
645
645
|
}).transform((v) => {
|
|
646
646
|
return (0, primitives_js_1.remap)(v, {
|
|
647
647
|
"_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-07-
|
|
81
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").transform(v => new Date(v)),
|
|
82
82
|
}).transform((v) => {
|
|
83
83
|
return (0, primitives_js_1.remap)(v, {
|
|
84
84
|
"_id": "id",
|
|
@@ -66,7 +66,7 @@ function retrieveDatasourceRequestToJSON(retrieveDatasourceRequest) {
|
|
|
66
66
|
exports.RetrieveDatasourceStatus$inboundSchema = z.nativeEnum(exports.RetrieveDatasourceStatus);
|
|
67
67
|
/** @internal */
|
|
68
68
|
exports.RetrieveDatasourceResponseBody$inboundSchema = z.object({
|
|
69
|
-
_id: z.string().default("
|
|
69
|
+
_id: z.string().default("01KWHSVZPA2KGNEEG115Z8JPPE"),
|
|
70
70
|
display_name: z.string(),
|
|
71
71
|
description: z.nullable(z.string()).optional(),
|
|
72
72
|
status: exports.RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -187,7 +187,7 @@ function retrieveToolResponseBodyCodeToolFromJSON(jsonString) {
|
|
|
187
187
|
}
|
|
188
188
|
/** @internal */
|
|
189
189
|
exports.RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = z.object({
|
|
190
|
-
_id: z.string().default("
|
|
190
|
+
_id: z.string().default("tool_01KWHSVZJM9Z99X9FDM6V6WEFF"),
|
|
191
191
|
path: z.string(),
|
|
192
192
|
key: z.string(),
|
|
193
193
|
display_name: z.string().optional(),
|
|
@@ -240,7 +240,7 @@ function retrieveToolResponseBodyToolsSchemaFromJSON(jsonString) {
|
|
|
240
240
|
}
|
|
241
241
|
/** @internal */
|
|
242
242
|
exports.RetrieveToolResponseBodyTools$inboundSchema = z.object({
|
|
243
|
-
id: z.string().default("
|
|
243
|
+
id: z.string().default("01KWHSVZJJED93ATTH1WV30PDH"),
|
|
244
244
|
name: z.string(),
|
|
245
245
|
description: z.string().optional(),
|
|
246
246
|
schema: z.lazy(() => exports.RetrieveToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -270,7 +270,7 @@ function retrieveToolResponseBodyMcpFromJSON(jsonString) {
|
|
|
270
270
|
}
|
|
271
271
|
/** @internal */
|
|
272
272
|
exports.RetrieveToolResponseBodyMCPTool$inboundSchema = z.object({
|
|
273
|
-
_id: z.string().default("
|
|
273
|
+
_id: z.string().default("tool_01KWHSVZJHV5E8Z9NS3HTAGKWB"),
|
|
274
274
|
path: z.string(),
|
|
275
275
|
key: z.string(),
|
|
276
276
|
display_name: z.string().optional(),
|
|
@@ -357,7 +357,7 @@ function retrieveToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
357
357
|
}
|
|
358
358
|
/** @internal */
|
|
359
359
|
exports.RetrieveToolResponseBodyHTTPTool$inboundSchema = z.object({
|
|
360
|
-
_id: z.string().default("
|
|
360
|
+
_id: z.string().default("tool_01KWHSVZJEKPE26CEVZ001FXHQ"),
|
|
361
361
|
path: z.string(),
|
|
362
362
|
key: z.string(),
|
|
363
363
|
display_name: z.string().optional(),
|
|
@@ -407,7 +407,7 @@ function retrieveToolResponseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
407
407
|
}
|
|
408
408
|
/** @internal */
|
|
409
409
|
exports.RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = z.object({
|
|
410
|
-
_id: z.string().default("
|
|
410
|
+
_id: z.string().default("tool_01KWHSVZJC0EBYGN7QGZQRYQ8K"),
|
|
411
411
|
path: z.string(),
|
|
412
412
|
key: z.string(),
|
|
413
413
|
display_name: z.string().optional(),
|
|
@@ -461,7 +461,7 @@ function retrieveToolResponseBodyFunctionFromJSON(jsonString) {
|
|
|
461
461
|
}
|
|
462
462
|
/** @internal */
|
|
463
463
|
exports.RetrieveToolResponseBodyFunctionTool$inboundSchema = z.object({
|
|
464
|
-
_id: z.string().default("
|
|
464
|
+
_id: z.string().default("tool_01KWHSVZJA59EJ4WAT29R22AAX"),
|
|
465
465
|
path: z.string(),
|
|
466
466
|
key: z.string(),
|
|
467
467
|
display_name: z.string().optional(),
|
|
@@ -1105,7 +1105,7 @@ function agentToolInputRunSchemaToJSON(agentToolInputRunSchema) {
|
|
|
1105
1105
|
}
|
|
1106
1106
|
/** @internal */
|
|
1107
1107
|
exports.Tools$outboundSchema = z.object({
|
|
1108
|
-
id: z.string().default("
|
|
1108
|
+
id: z.string().default("01KWHSVZ8T58Y4X4FB8JEWJWCT"),
|
|
1109
1109
|
name: z.string(),
|
|
1110
1110
|
description: z.string().optional(),
|
|
1111
1111
|
schema: z.lazy(() => exports.AgentToolInputRunSchema$outboundSchema),
|
|
@@ -1071,7 +1071,7 @@ function streamRunAgentAgentToolInputRunAgentsSchemaToJSON(streamRunAgentAgentTo
|
|
|
1071
1071
|
}
|
|
1072
1072
|
/** @internal */
|
|
1073
1073
|
exports.AgentToolInputRunTools$outboundSchema = z.object({
|
|
1074
|
-
id: z.string().default("
|
|
1074
|
+
id: z.string().default("01KWHSVZADY533F8CS2RDBSSRM"),
|
|
1075
1075
|
name: z.string(),
|
|
1076
1076
|
description: z.string().optional(),
|
|
1077
1077
|
schema: z.lazy(() => exports.StreamRunAgentAgentToolInputRunAgentsSchema$outboundSchema),
|
|
@@ -831,7 +831,7 @@ exports.UpdateDatapointEvaluations3$inboundSchema = z.object({
|
|
|
831
831
|
parent_annotation_id: z.string().optional(),
|
|
832
832
|
explanation: z.string().optional(),
|
|
833
833
|
reviewed_by_id: z.string(),
|
|
834
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
834
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-02T16:16:24.901Z").transform(v => new Date(v)),
|
|
835
835
|
type: z.literal("string_array"),
|
|
836
836
|
values: z.array(z.string()),
|
|
837
837
|
}).transform((v) => {
|
|
@@ -882,7 +882,7 @@ exports.UpdateDatapointEvaluations2$inboundSchema = z.object({
|
|
|
882
882
|
parent_annotation_id: z.string().optional(),
|
|
883
883
|
explanation: z.string().optional(),
|
|
884
884
|
reviewed_by_id: z.string(),
|
|
885
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
885
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-02T16:16:24.900Z").transform(v => new Date(v)),
|
|
886
886
|
type: z.literal("number"),
|
|
887
887
|
value: z.number(),
|
|
888
888
|
}).transform((v) => {
|
|
@@ -932,7 +932,7 @@ exports.UpdateDatapointEvaluations1$inboundSchema = z.object({
|
|
|
932
932
|
parent_annotation_id: z.string().optional(),
|
|
933
933
|
explanation: z.string().optional(),
|
|
934
934
|
reviewed_by_id: z.string(),
|
|
935
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-
|
|
935
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-07-02T16:16:24.899Z").transform(v => new Date(v)),
|
|
936
936
|
type: z.literal("string"),
|
|
937
937
|
value: z.string(),
|
|
938
938
|
}).transform((v) => {
|
|
@@ -981,7 +981,7 @@ exports.UpdateDatapointResponseBody$inboundSchema = z.object({
|
|
|
981
981
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
982
982
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
983
983
|
.optional(),
|
|
984
|
-
updated: z.string().datetime({ offset: true }).default("2026-07-
|
|
984
|
+
updated: z.string().datetime({ offset: true }).default("2026-07-02T16:15:59.901Z").transform(v => new Date(v)),
|
|
985
985
|
}).transform((v) => {
|
|
986
986
|
return (0, primitives_js_1.remap)(v, {
|
|
987
987
|
"_id": "id",
|