@orq-ai/node 4.7.0-rc.58 → 4.8.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/funcs/filesGetContent.d.ts +1 -1
- package/funcs/filesGetContent.js +3 -3
- package/funcs/filesGetContent.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/lib/config.js.map +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createcontact.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/createeval.js +16 -16
- package/models/operations/createidentity.js +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/filecontent.d.ts +3 -3
- package/models/operations/filecontent.d.ts.map +1 -1
- package/models/operations/filecontent.js +2 -2
- package/models/operations/filecontent.js.map +1 -1
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +16 -16
- package/models/operations/getv2humanevals.js +6 -6
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/getv2humanevalsid.js +6 -6
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listidentities.js +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/patchv2humanevalsid.js +12 -12
- package/models/operations/postv2feedbackevaluation.js +3 -3
- package/models/operations/postv2humanevals.js +12 -12
- 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/retrieveidentity.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/updateeval.js +16 -16
- package/models/operations/updateidentity.js +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +1 -1
- package/sdk/files.d.ts +7 -7
- package/sdk/files.d.ts.map +1 -1
- package/sdk/files.js +9 -9
- package/sdk/files.js.map +1 -1
- package/src/funcs/filesGetContent.ts +3 -3
- package/src/lib/config.ts +2 -2
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createcontact.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/createeval.ts +16 -16
- package/src/models/operations/createidentity.ts +1 -1
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/filecontent.ts +5 -5
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getevals.ts +16 -16
- package/src/models/operations/getv2humanevals.ts +6 -6
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/getv2humanevalsid.ts +6 -6
- 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/listidentities.ts +1 -1
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/patchv2humanevalsid.ts +12 -12
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2humanevals.ts +12 -12
- 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/retrieveidentity.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/updateeval.ts +16 -16
- package/src/models/operations/updateidentity.ts +1 -1
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/files.ts +17 -17
|
@@ -72,7 +72,7 @@ function getV2HumanEvalsIdRequestToJSON(getV2HumanEvalsIdRequest) {
|
|
|
72
72
|
exports.GetV2HumanEvalsIdResponseBody6$inboundSchema = z.object({
|
|
73
73
|
type: z.literal("text"),
|
|
74
74
|
id: z.string(),
|
|
75
|
-
key: z.string().default("
|
|
75
|
+
key: z.string().default("orq_01kns4knar"),
|
|
76
76
|
display_name: z.string(),
|
|
77
77
|
description: z.string(),
|
|
78
78
|
domain_id: z.string().optional(),
|
|
@@ -112,7 +112,7 @@ exports.GetV2HumanEvalsIdResponseBody5$inboundSchema = z.object({
|
|
|
112
112
|
type: z.literal("single_select"),
|
|
113
113
|
options: z.array(z.lazy(() => exports.GetV2HumanEvalsIdResponseBodyResponseOptions$inboundSchema)),
|
|
114
114
|
id: z.string(),
|
|
115
|
-
key: z.string().default("
|
|
115
|
+
key: z.string().default("orq_01kns4knaq"),
|
|
116
116
|
display_name: z.string(),
|
|
117
117
|
description: z.string(),
|
|
118
118
|
domain_id: z.string().optional(),
|
|
@@ -151,7 +151,7 @@ exports.GetV2HumanEvalsIdResponseBody4$inboundSchema = z.object({
|
|
|
151
151
|
type: z.literal("multi_select"),
|
|
152
152
|
options: z.array(z.lazy(() => exports.GetV2HumanEvalsIdResponseBodyOptions$inboundSchema)),
|
|
153
153
|
id: z.string(),
|
|
154
|
-
key: z.string().default("
|
|
154
|
+
key: z.string().default("orq_01kns4knap"),
|
|
155
155
|
display_name: z.string(),
|
|
156
156
|
description: z.string(),
|
|
157
157
|
domain_id: z.string().optional(),
|
|
@@ -185,7 +185,7 @@ exports.GetV2HumanEvalsIdResponseBody3$inboundSchema = z.object({
|
|
|
185
185
|
type: z.literal("range"),
|
|
186
186
|
config: z.lazy(() => exports.GetV2HumanEvalsIdResponseBodyConfig$inboundSchema),
|
|
187
187
|
id: z.string(),
|
|
188
|
-
key: z.string().default("
|
|
188
|
+
key: z.string().default("orq_01kns4knan"),
|
|
189
189
|
display_name: z.string(),
|
|
190
190
|
description: z.string(),
|
|
191
191
|
domain_id: z.string().optional(),
|
|
@@ -210,7 +210,7 @@ function getV2HumanEvalsIdResponseBody3FromJSON(jsonString) {
|
|
|
210
210
|
exports.GetV2HumanEvalsIdResponseBody2$inboundSchema = z.object({
|
|
211
211
|
type: z.literal("correction"),
|
|
212
212
|
id: z.string(),
|
|
213
|
-
key: z.string().default("
|
|
213
|
+
key: z.string().default("orq_01kns4knam"),
|
|
214
214
|
display_name: z.string(),
|
|
215
215
|
description: z.string(),
|
|
216
216
|
domain_id: z.string().optional(),
|
|
@@ -235,7 +235,7 @@ function getV2HumanEvalsIdResponseBody2FromJSON(jsonString) {
|
|
|
235
235
|
exports.GetV2HumanEvalsIdResponseBody1$inboundSchema = z.object({
|
|
236
236
|
type: z.literal("boolean"),
|
|
237
237
|
id: z.string(),
|
|
238
|
-
key: z.string().default("
|
|
238
|
+
key: z.string().default("orq_01kns4knak"),
|
|
239
239
|
display_name: z.string(),
|
|
240
240
|
description: z.string(),
|
|
241
241
|
domain_id: z.string().optional(),
|
|
@@ -420,7 +420,7 @@ exports.ListDatasetDatapointsEvaluations3$inboundSchema = z.object({
|
|
|
420
420
|
human_review_id: z.string(),
|
|
421
421
|
source: exports.ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
422
422
|
reviewed_by_id: z.string(),
|
|
423
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-
|
|
423
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-09T12:48:54.422Z").transform(v => new Date(v)),
|
|
424
424
|
type: z.literal("string_array"),
|
|
425
425
|
values: z.array(z.string()),
|
|
426
426
|
}).transform((v) => {
|
|
@@ -445,7 +445,7 @@ exports.ListDatasetDatapointsEvaluations2$inboundSchema = z.object({
|
|
|
445
445
|
human_review_id: z.string(),
|
|
446
446
|
source: exports.ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
447
447
|
reviewed_by_id: z.string(),
|
|
448
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-
|
|
448
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-09T12:48:54.422Z").transform(v => new Date(v)),
|
|
449
449
|
type: z.literal("number"),
|
|
450
450
|
value: z.number(),
|
|
451
451
|
}).transform((v) => {
|
|
@@ -471,7 +471,7 @@ exports.ListDatasetDatapointsEvaluations1$inboundSchema = z.object({
|
|
|
471
471
|
source: exports.ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema
|
|
472
472
|
.default("orq"),
|
|
473
473
|
reviewed_by_id: z.string(),
|
|
474
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-
|
|
474
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-09T12:48:54.421Z").transform(v => new Date(v)),
|
|
475
475
|
type: z.literal("string"),
|
|
476
476
|
value: z.string(),
|
|
477
477
|
}).transform((v) => {
|
|
@@ -518,7 +518,7 @@ exports.ListDatasetDatapointsData$inboundSchema = z.object({
|
|
|
518
518
|
updated_by_id: z.string().optional(),
|
|
519
519
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
520
520
|
.optional(),
|
|
521
|
-
updated: z.string().datetime({ offset: true }).default("2026-04-
|
|
521
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-09T12:48:37.295Z").transform(v => new Date(v)),
|
|
522
522
|
}).transform((v) => {
|
|
523
523
|
return (0, primitives_js_1.remap)(v, {
|
|
524
524
|
"_id": "id",
|
|
@@ -87,7 +87,7 @@ exports.ListDatasetsData$inboundSchema = z.object({
|
|
|
87
87
|
updated_by_id: z.string().optional(),
|
|
88
88
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
89
89
|
.optional(),
|
|
90
|
-
updated: z.string().datetime({ offset: true }).default("2026-04-
|
|
90
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-09T12:48:37.295Z").transform(v => new Date(v)),
|
|
91
91
|
}).transform((v) => {
|
|
92
92
|
return (0, primitives_js_1.remap)(v, {
|
|
93
93
|
"_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("01KNS4KN2X7WFKTRCGK57Z5VMN"),
|
|
87
87
|
display_name: z.string(),
|
|
88
88
|
description: z.string().optional(),
|
|
89
89
|
status: exports.ListDatasourcesStatus$inboundSchema,
|
|
@@ -104,7 +104,7 @@ exports.ListIdentitiesData$inboundSchema = z.object({
|
|
|
104
104
|
metadata: z.record(z.any()).optional(),
|
|
105
105
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
106
106
|
.optional(),
|
|
107
|
-
updated: z.string().datetime({ offset: true }).default("2026-04-
|
|
107
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-09T12:48:37.295Z").transform(v => new Date(v)),
|
|
108
108
|
metrics: z.lazy(() => exports.ListIdentitiesMetrics$inboundSchema),
|
|
109
109
|
}).transform((v) => {
|
|
110
110
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -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-04-
|
|
125
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-09T12:48:37.295Z").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-04-
|
|
156
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-09T12:48:37.295Z").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) => {
|
|
@@ -85,7 +85,7 @@ exports.PatchV2HumanEvalsIdResponseBodySentiment = {
|
|
|
85
85
|
exports.Six$outboundSchema = z
|
|
86
86
|
.object({
|
|
87
87
|
type: z.literal("text"),
|
|
88
|
-
key: z.string().default("
|
|
88
|
+
key: z.string().default("orq_01kns4knc5"),
|
|
89
89
|
displayName: z.string(),
|
|
90
90
|
description: z.string(),
|
|
91
91
|
createdById: z.string().optional(),
|
|
@@ -119,7 +119,7 @@ function patchV2HumanEvalsIdRequestBodyOptionsInputToJSON(patchV2HumanEvalsIdReq
|
|
|
119
119
|
exports.RequestBody5$outboundSchema = z.object({
|
|
120
120
|
type: z.literal("single_select"),
|
|
121
121
|
options: z.array(z.lazy(() => exports.PatchV2HumanEvalsIdRequestBodyOptionsInput$outboundSchema)),
|
|
122
|
-
key: z.string().default("
|
|
122
|
+
key: z.string().default("orq_01kns4knc4"),
|
|
123
123
|
displayName: z.string(),
|
|
124
124
|
description: z.string(),
|
|
125
125
|
createdById: z.string().optional(),
|
|
@@ -153,7 +153,7 @@ function patchV2HumanEvalsIdRequestBodyOptionsToJSON(patchV2HumanEvalsIdRequestB
|
|
|
153
153
|
exports.PatchV2HumanEvalsIdRequestBody4$outboundSchema = z.object({
|
|
154
154
|
type: z.literal("multi_select"),
|
|
155
155
|
options: z.array(z.lazy(() => exports.PatchV2HumanEvalsIdRequestBodyOptions$outboundSchema)),
|
|
156
|
-
key: z.string().default("
|
|
156
|
+
key: z.string().default("orq_01kns4knc3"),
|
|
157
157
|
displayName: z.string(),
|
|
158
158
|
description: z.string(),
|
|
159
159
|
createdById: z.string().optional(),
|
|
@@ -182,7 +182,7 @@ function requestBodyConfigToJSON(requestBodyConfig) {
|
|
|
182
182
|
exports.PatchV2HumanEvalsIdRequestBody3$outboundSchema = z.object({
|
|
183
183
|
type: z.literal("range"),
|
|
184
184
|
config: z.lazy(() => exports.RequestBodyConfig$outboundSchema),
|
|
185
|
-
key: z.string().default("
|
|
185
|
+
key: z.string().default("orq_01kns4knc1"),
|
|
186
186
|
displayName: z.string(),
|
|
187
187
|
description: z.string(),
|
|
188
188
|
createdById: z.string().optional(),
|
|
@@ -202,7 +202,7 @@ function patchV2HumanEvalsIdRequestBody3ToJSON(patchV2HumanEvalsIdRequestBody3)
|
|
|
202
202
|
/** @internal */
|
|
203
203
|
exports.PatchV2HumanEvalsIdRequestBody2$outboundSchema = z.object({
|
|
204
204
|
type: z.literal("correction"),
|
|
205
|
-
key: z.string().default("
|
|
205
|
+
key: z.string().default("orq_01kns4knbs"),
|
|
206
206
|
displayName: z.string(),
|
|
207
207
|
description: z.string(),
|
|
208
208
|
createdById: z.string().optional(),
|
|
@@ -222,7 +222,7 @@ function patchV2HumanEvalsIdRequestBody2ToJSON(patchV2HumanEvalsIdRequestBody2)
|
|
|
222
222
|
/** @internal */
|
|
223
223
|
exports.PatchV2HumanEvalsIdRequestBody1$outboundSchema = z.object({
|
|
224
224
|
type: z.literal("boolean"),
|
|
225
|
-
key: z.string().default("
|
|
225
|
+
key: z.string().default("orq_01kns4knbr"),
|
|
226
226
|
displayName: z.string(),
|
|
227
227
|
description: z.string(),
|
|
228
228
|
createdById: z.string().optional(),
|
|
@@ -274,7 +274,7 @@ function patchV2HumanEvalsIdRequestToJSON(patchV2HumanEvalsIdRequest) {
|
|
|
274
274
|
exports.PatchV2HumanEvalsIdResponseBody6$inboundSchema = z.object({
|
|
275
275
|
type: z.literal("text"),
|
|
276
276
|
id: z.string(),
|
|
277
|
-
key: z.string().default("
|
|
277
|
+
key: z.string().default("orq_01kns4knbq"),
|
|
278
278
|
display_name: z.string(),
|
|
279
279
|
description: z.string(),
|
|
280
280
|
domain_id: z.string().optional(),
|
|
@@ -314,7 +314,7 @@ exports.PatchV2HumanEvalsIdResponseBody5$inboundSchema = z.object({
|
|
|
314
314
|
type: z.literal("single_select"),
|
|
315
315
|
options: z.array(z.lazy(() => exports.PatchV2HumanEvalsIdResponseBodyResponseOptions$inboundSchema)),
|
|
316
316
|
id: z.string(),
|
|
317
|
-
key: z.string().default("
|
|
317
|
+
key: z.string().default("orq_01kns4knbn"),
|
|
318
318
|
display_name: z.string(),
|
|
319
319
|
description: z.string(),
|
|
320
320
|
domain_id: z.string().optional(),
|
|
@@ -354,7 +354,7 @@ exports.PatchV2HumanEvalsIdResponseBody4$inboundSchema = z.object({
|
|
|
354
354
|
type: z.literal("multi_select"),
|
|
355
355
|
options: z.array(z.lazy(() => exports.PatchV2HumanEvalsIdResponseBodyOptions$inboundSchema)),
|
|
356
356
|
id: z.string(),
|
|
357
|
-
key: z.string().default("
|
|
357
|
+
key: z.string().default("orq_01kns4knbk"),
|
|
358
358
|
display_name: z.string(),
|
|
359
359
|
description: z.string(),
|
|
360
360
|
domain_id: z.string().optional(),
|
|
@@ -388,7 +388,7 @@ exports.PatchV2HumanEvalsIdResponseBody3$inboundSchema = z.object({
|
|
|
388
388
|
type: z.literal("range"),
|
|
389
389
|
config: z.lazy(() => exports.PatchV2HumanEvalsIdResponseBodyConfig$inboundSchema),
|
|
390
390
|
id: z.string(),
|
|
391
|
-
key: z.string().default("
|
|
391
|
+
key: z.string().default("orq_01kns4knbh"),
|
|
392
392
|
display_name: z.string(),
|
|
393
393
|
description: z.string(),
|
|
394
394
|
domain_id: z.string().optional(),
|
|
@@ -413,7 +413,7 @@ function patchV2HumanEvalsIdResponseBody3FromJSON(jsonString) {
|
|
|
413
413
|
exports.PatchV2HumanEvalsIdResponseBody2$inboundSchema = z.object({
|
|
414
414
|
type: z.literal("correction"),
|
|
415
415
|
id: z.string(),
|
|
416
|
-
key: z.string().default("
|
|
416
|
+
key: z.string().default("orq_01kns4knbf"),
|
|
417
417
|
display_name: z.string(),
|
|
418
418
|
description: z.string(),
|
|
419
419
|
domain_id: z.string().optional(),
|
|
@@ -438,7 +438,7 @@ function patchV2HumanEvalsIdResponseBody2FromJSON(jsonString) {
|
|
|
438
438
|
exports.PatchV2HumanEvalsIdResponseBody1$inboundSchema = z.object({
|
|
439
439
|
type: z.literal("boolean"),
|
|
440
440
|
id: z.string(),
|
|
441
|
-
key: z.string().default("
|
|
441
|
+
key: z.string().default("orq_01kns4knbe"),
|
|
442
442
|
display_name: z.string(),
|
|
443
443
|
description: z.string(),
|
|
444
444
|
domain_id: z.string().optional(),
|
|
@@ -86,7 +86,7 @@ exports.RequestBody3$outboundSchema = z.object({
|
|
|
86
86
|
humanReviewId: z.string(),
|
|
87
87
|
source: exports.PostV2FeedbackEvaluationRequestBodyRequestSource$outboundSchema
|
|
88
88
|
.default("orq"),
|
|
89
|
-
reviewedAt: z.date().default(() => new Date("2026-04-
|
|
89
|
+
reviewedAt: z.date().default(() => new Date("2026-04-09T12:48:54.583Z"))
|
|
90
90
|
.transform(v => v.toISOString()),
|
|
91
91
|
type: z.literal("string_array"),
|
|
92
92
|
values: z.array(z.string()),
|
|
@@ -113,7 +113,7 @@ exports.RequestBody2$outboundSchema = z.object({
|
|
|
113
113
|
evaluationType: exports.RequestBodyEvaluationType$outboundSchema,
|
|
114
114
|
humanReviewId: z.string(),
|
|
115
115
|
source: exports.PostV2FeedbackEvaluationRequestBodySource$outboundSchema.default("orq"),
|
|
116
|
-
reviewedAt: z.date().default(() => new Date("2026-04-
|
|
116
|
+
reviewedAt: z.date().default(() => new Date("2026-04-09T12:48:54.583Z"))
|
|
117
117
|
.transform(v => v.toISOString()),
|
|
118
118
|
type: z.literal("number"),
|
|
119
119
|
value: z.number(),
|
|
@@ -139,7 +139,7 @@ exports.RequestBody1$outboundSchema = z.object({
|
|
|
139
139
|
evaluationType: exports.EvaluationType$outboundSchema,
|
|
140
140
|
humanReviewId: z.string(),
|
|
141
141
|
source: exports.RequestBodySource$outboundSchema.default("orq"),
|
|
142
|
-
reviewedAt: z.date().default(() => new Date("2026-04-
|
|
142
|
+
reviewedAt: z.date().default(() => new Date("2026-04-09T12:48:54.583Z"))
|
|
143
143
|
.transform(v => v.toISOString()),
|
|
144
144
|
type: z.literal("string"),
|
|
145
145
|
value: z.string(),
|
|
@@ -83,7 +83,7 @@ exports.PostV2HumanEvalsResponseBodySentiment = {
|
|
|
83
83
|
/** @internal */
|
|
84
84
|
exports.RequestBody6$outboundSchema = z.object({
|
|
85
85
|
type: z.literal("text"),
|
|
86
|
-
key: z.string().default("
|
|
86
|
+
key: z.string().default("orq_01kns4knbd"),
|
|
87
87
|
displayName: z.string(),
|
|
88
88
|
description: z.string(),
|
|
89
89
|
projectId: z.string().optional(),
|
|
@@ -112,7 +112,7 @@ function requestBodyOptionsToJSON(requestBodyOptions) {
|
|
|
112
112
|
exports.Five$outboundSchema = z.object({
|
|
113
113
|
type: z.literal("single_select"),
|
|
114
114
|
options: z.array(z.lazy(() => exports.RequestBodyOptions$outboundSchema)),
|
|
115
|
-
key: z.string().default("
|
|
115
|
+
key: z.string().default("orq_01kns4knbc"),
|
|
116
116
|
displayName: z.string(),
|
|
117
117
|
description: z.string(),
|
|
118
118
|
projectId: z.string().optional(),
|
|
@@ -142,7 +142,7 @@ function optionsToJSON(options) {
|
|
|
142
142
|
exports.RequestBody4$outboundSchema = z.object({
|
|
143
143
|
type: z.literal("multi_select"),
|
|
144
144
|
options: z.array(z.lazy(() => exports.Options$outboundSchema)),
|
|
145
|
-
key: z.string().default("
|
|
145
|
+
key: z.string().default("orq_01kns4knba"),
|
|
146
146
|
displayName: z.string(),
|
|
147
147
|
description: z.string(),
|
|
148
148
|
projectId: z.string().optional(),
|
|
@@ -167,7 +167,7 @@ function configToJSON(config) {
|
|
|
167
167
|
exports.PostV2HumanEvalsRequestBody3$outboundSchema = z.object({
|
|
168
168
|
type: z.literal("range"),
|
|
169
169
|
config: z.lazy(() => exports.Config$outboundSchema),
|
|
170
|
-
key: z.string().default("
|
|
170
|
+
key: z.string().default("orq_01kns4knb8"),
|
|
171
171
|
displayName: z.string(),
|
|
172
172
|
description: z.string(),
|
|
173
173
|
projectId: z.string().optional(),
|
|
@@ -183,7 +183,7 @@ function postV2HumanEvalsRequestBody3ToJSON(postV2HumanEvalsRequestBody3) {
|
|
|
183
183
|
/** @internal */
|
|
184
184
|
exports.PostV2HumanEvalsRequestBody2$outboundSchema = z.object({
|
|
185
185
|
type: z.literal("correction"),
|
|
186
|
-
key: z.string().default("
|
|
186
|
+
key: z.string().default("orq_01kns4knb7"),
|
|
187
187
|
displayName: z.string(),
|
|
188
188
|
description: z.string(),
|
|
189
189
|
projectId: z.string().optional(),
|
|
@@ -199,7 +199,7 @@ function postV2HumanEvalsRequestBody2ToJSON(postV2HumanEvalsRequestBody2) {
|
|
|
199
199
|
/** @internal */
|
|
200
200
|
exports.PostV2HumanEvalsRequestBody1$outboundSchema = z.object({
|
|
201
201
|
type: z.literal("boolean"),
|
|
202
|
-
key: z.string().default("
|
|
202
|
+
key: z.string().default("orq_01kns4knb6"),
|
|
203
203
|
displayName: z.string(),
|
|
204
204
|
description: z.string(),
|
|
205
205
|
projectId: z.string().optional(),
|
|
@@ -228,7 +228,7 @@ function postV2HumanEvalsRequestBodyToJSON(postV2HumanEvalsRequestBody) {
|
|
|
228
228
|
exports.PostV2HumanEvalsResponseBody6$inboundSchema = z.object({
|
|
229
229
|
type: z.literal("text"),
|
|
230
230
|
id: z.string(),
|
|
231
|
-
key: z.string().default("
|
|
231
|
+
key: z.string().default("orq_01kns4knb4"),
|
|
232
232
|
display_name: z.string(),
|
|
233
233
|
description: z.string(),
|
|
234
234
|
domain_id: z.string().optional(),
|
|
@@ -268,7 +268,7 @@ exports.PostV2HumanEvalsResponseBody5$inboundSchema = z.object({
|
|
|
268
268
|
type: z.literal("single_select"),
|
|
269
269
|
options: z.array(z.lazy(() => exports.PostV2HumanEvalsResponseBodyResponseOptions$inboundSchema)),
|
|
270
270
|
id: z.string(),
|
|
271
|
-
key: z.string().default("
|
|
271
|
+
key: z.string().default("orq_01kns4knb2"),
|
|
272
272
|
display_name: z.string(),
|
|
273
273
|
description: z.string(),
|
|
274
274
|
domain_id: z.string().optional(),
|
|
@@ -307,7 +307,7 @@ exports.PostV2HumanEvalsResponseBody4$inboundSchema = z.object({
|
|
|
307
307
|
type: z.literal("multi_select"),
|
|
308
308
|
options: z.array(z.lazy(() => exports.PostV2HumanEvalsResponseBodyOptions$inboundSchema)),
|
|
309
309
|
id: z.string(),
|
|
310
|
-
key: z.string().default("
|
|
310
|
+
key: z.string().default("orq_01kns4knay"),
|
|
311
311
|
display_name: z.string(),
|
|
312
312
|
description: z.string(),
|
|
313
313
|
domain_id: z.string().optional(),
|
|
@@ -341,7 +341,7 @@ exports.PostV2HumanEvalsResponseBody3$inboundSchema = z.object({
|
|
|
341
341
|
type: z.literal("range"),
|
|
342
342
|
config: z.lazy(() => exports.PostV2HumanEvalsResponseBodyConfig$inboundSchema),
|
|
343
343
|
id: z.string(),
|
|
344
|
-
key: z.string().default("
|
|
344
|
+
key: z.string().default("orq_01kns4knaw"),
|
|
345
345
|
display_name: z.string(),
|
|
346
346
|
description: z.string(),
|
|
347
347
|
domain_id: z.string().optional(),
|
|
@@ -366,7 +366,7 @@ function postV2HumanEvalsResponseBody3FromJSON(jsonString) {
|
|
|
366
366
|
exports.PostV2HumanEvalsResponseBody2$inboundSchema = z.object({
|
|
367
367
|
type: z.literal("correction"),
|
|
368
368
|
id: z.string(),
|
|
369
|
-
key: z.string().default("
|
|
369
|
+
key: z.string().default("orq_01kns4knat"),
|
|
370
370
|
display_name: z.string(),
|
|
371
371
|
description: z.string(),
|
|
372
372
|
domain_id: z.string().optional(),
|
|
@@ -391,7 +391,7 @@ function postV2HumanEvalsResponseBody2FromJSON(jsonString) {
|
|
|
391
391
|
exports.PostV2HumanEvalsResponseBody1$inboundSchema = z.object({
|
|
392
392
|
type: z.literal("boolean"),
|
|
393
393
|
id: z.string(),
|
|
394
|
-
key: z.string().default("
|
|
394
|
+
key: z.string().default("orq_01kns4knas"),
|
|
395
395
|
display_name: z.string(),
|
|
396
396
|
description: z.string(),
|
|
397
397
|
domain_id: z.string().optional(),
|
|
@@ -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-04-
|
|
109
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-09T12:48:37.295Z").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-04-
|
|
140
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-09T12:48:37.295Z").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) => {
|
|
@@ -409,7 +409,7 @@ exports.RetrieveDatapointEvaluations3$inboundSchema = z.object({
|
|
|
409
409
|
source: exports.RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema
|
|
410
410
|
.default("orq"),
|
|
411
411
|
reviewed_by_id: z.string(),
|
|
412
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-
|
|
412
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-09T12:48:54.428Z").transform(v => new Date(v)),
|
|
413
413
|
type: z.literal("string_array"),
|
|
414
414
|
values: z.array(z.string()),
|
|
415
415
|
}).transform((v) => {
|
|
@@ -436,7 +436,7 @@ exports.RetrieveDatapointEvaluations2$inboundSchema = z.object({
|
|
|
436
436
|
human_review_id: z.string(),
|
|
437
437
|
source: exports.RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
438
438
|
reviewed_by_id: z.string(),
|
|
439
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-
|
|
439
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-09T12:48:54.428Z").transform(v => new Date(v)),
|
|
440
440
|
type: z.literal("number"),
|
|
441
441
|
value: z.number(),
|
|
442
442
|
}).transform((v) => {
|
|
@@ -462,7 +462,7 @@ exports.RetrieveDatapointEvaluations1$inboundSchema = z.object({
|
|
|
462
462
|
human_review_id: z.string(),
|
|
463
463
|
source: exports.RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
464
464
|
reviewed_by_id: z.string(),
|
|
465
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-
|
|
465
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-09T12:48:54.427Z").transform(v => new Date(v)),
|
|
466
466
|
type: z.literal("string"),
|
|
467
467
|
value: z.string(),
|
|
468
468
|
}).transform((v) => {
|
|
@@ -509,7 +509,7 @@ exports.RetrieveDatapointResponseBody$inboundSchema = z.object({
|
|
|
509
509
|
updated_by_id: z.string().optional(),
|
|
510
510
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
511
511
|
.optional(),
|
|
512
|
-
updated: z.string().datetime({ offset: true }).default("2026-04-
|
|
512
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-09T12:48:37.295Z").transform(v => new Date(v)),
|
|
513
513
|
}).transform((v) => {
|
|
514
514
|
return (0, primitives_js_1.remap)(v, {
|
|
515
515
|
"_id": "id",
|
|
@@ -78,7 +78,7 @@ exports.RetrieveDatasetResponseBody$inboundSchema = z.object({
|
|
|
78
78
|
updated_by_id: 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-04-
|
|
81
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-09T12:48:37.295Z").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("01KNS4KN2Y22X5SY233H6MV41R"),
|
|
70
70
|
display_name: z.string(),
|
|
71
71
|
description: z.string().optional(),
|
|
72
72
|
status: exports.RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -83,7 +83,7 @@ exports.RetrieveIdentityResponseBody$inboundSchema = z.object({
|
|
|
83
83
|
metadata: z.record(z.any()).optional(),
|
|
84
84
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
85
85
|
.optional(),
|
|
86
|
-
updated: z.string().datetime({ offset: true }).default("2026-04-
|
|
86
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-09T12:48:37.295Z").transform(v => new Date(v)),
|
|
87
87
|
metrics: z.nullable(z.lazy(() => exports.Metrics$inboundSchema)).optional(),
|
|
88
88
|
}).transform((v) => {
|
|
89
89
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -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_01KNS4KN0142057J56T9PEFMZG"),
|
|
191
191
|
path: z.string(),
|
|
192
192
|
key: z.string(),
|
|
193
193
|
display_name: z.string().optional(),
|
|
@@ -242,7 +242,7 @@ function retrieveToolResponseBodyToolsSchemaFromJSON(jsonString) {
|
|
|
242
242
|
}
|
|
243
243
|
/** @internal */
|
|
244
244
|
exports.RetrieveToolResponseBodyTools$inboundSchema = z.object({
|
|
245
|
-
id: z.string().default("
|
|
245
|
+
id: z.string().default("01KNS4KN01Z5Q1JB88B1NH40SF"),
|
|
246
246
|
name: z.string(),
|
|
247
247
|
description: z.string().optional(),
|
|
248
248
|
schema: z.lazy(() => exports.RetrieveToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -272,7 +272,7 @@ function retrieveToolResponseBodyMcpFromJSON(jsonString) {
|
|
|
272
272
|
}
|
|
273
273
|
/** @internal */
|
|
274
274
|
exports.RetrieveToolResponseBodyMCPTool$inboundSchema = z.object({
|
|
275
|
-
_id: z.string().default("
|
|
275
|
+
_id: z.string().default("tool_01KNS4KMZZMWBT34SVVX77TXVH"),
|
|
276
276
|
path: z.string(),
|
|
277
277
|
key: z.string(),
|
|
278
278
|
display_name: z.string().optional(),
|
|
@@ -361,7 +361,7 @@ function retrieveToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
361
361
|
}
|
|
362
362
|
/** @internal */
|
|
363
363
|
exports.RetrieveToolResponseBodyHTTPTool$inboundSchema = z.object({
|
|
364
|
-
_id: z.string().default("
|
|
364
|
+
_id: z.string().default("tool_01KNS4KMZQVS3TVGPK9NNWDPK7"),
|
|
365
365
|
path: z.string(),
|
|
366
366
|
key: z.string(),
|
|
367
367
|
display_name: z.string().optional(),
|
|
@@ -413,7 +413,7 @@ function retrieveToolResponseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
413
413
|
}
|
|
414
414
|
/** @internal */
|
|
415
415
|
exports.RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = z.object({
|
|
416
|
-
_id: z.string().default("
|
|
416
|
+
_id: z.string().default("tool_01KNS4KMZN5R3S8VTB8ZET7XCZ"),
|
|
417
417
|
path: z.string(),
|
|
418
418
|
key: z.string(),
|
|
419
419
|
display_name: z.string().optional(),
|
|
@@ -469,7 +469,7 @@ function retrieveToolResponseBodyFunctionFromJSON(jsonString) {
|
|
|
469
469
|
}
|
|
470
470
|
/** @internal */
|
|
471
471
|
exports.RetrieveToolResponseBodyFunctionTool$inboundSchema = z.object({
|
|
472
|
-
_id: z.string().default("
|
|
472
|
+
_id: z.string().default("tool_01KNS4KMZM883XVDNTS2T5VPH0"),
|
|
473
473
|
path: z.string(),
|
|
474
474
|
key: z.string(),
|
|
475
475
|
display_name: z.string().optional(),
|
|
@@ -1000,7 +1000,7 @@ function agentToolInputRunSchemaToJSON(agentToolInputRunSchema) {
|
|
|
1000
1000
|
}
|
|
1001
1001
|
/** @internal */
|
|
1002
1002
|
exports.Tools$outboundSchema = z.object({
|
|
1003
|
-
id: z.string().default("
|
|
1003
|
+
id: z.string().default("01KNS4KMK96N1T8FKB21Y11FY0"),
|
|
1004
1004
|
name: z.string(),
|
|
1005
1005
|
description: z.string().optional(),
|
|
1006
1006
|
schema: z.lazy(() => exports.AgentToolInputRunSchema$outboundSchema),
|
|
@@ -963,7 +963,7 @@ function streamRunAgentAgentToolInputRunAgentsSchemaToJSON(streamRunAgentAgentTo
|
|
|
963
963
|
}
|
|
964
964
|
/** @internal */
|
|
965
965
|
exports.AgentToolInputRunTools$outboundSchema = z.object({
|
|
966
|
-
id: z.string().default("
|
|
966
|
+
id: z.string().default("01KNS4KMN3JPPPP77JX560HY9R"),
|
|
967
967
|
name: z.string(),
|
|
968
968
|
description: z.string().optional(),
|
|
969
969
|
schema: z.lazy(() => exports.StreamRunAgentAgentToolInputRunAgentsSchema$outboundSchema),
|
|
@@ -745,7 +745,7 @@ exports.UpdateDatapointEvaluations3$inboundSchema = z.object({
|
|
|
745
745
|
source: exports.UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema
|
|
746
746
|
.default("orq"),
|
|
747
747
|
reviewed_by_id: z.string(),
|
|
748
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-
|
|
748
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-09T12:48:54.460Z").transform(v => new Date(v)),
|
|
749
749
|
type: z.literal("string_array"),
|
|
750
750
|
values: z.array(z.string()),
|
|
751
751
|
}).transform((v) => {
|
|
@@ -772,7 +772,7 @@ exports.UpdateDatapointEvaluations2$inboundSchema = z.object({
|
|
|
772
772
|
human_review_id: z.string(),
|
|
773
773
|
source: exports.UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
774
774
|
reviewed_by_id: z.string(),
|
|
775
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-
|
|
775
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-09T12:48:54.459Z").transform(v => new Date(v)),
|
|
776
776
|
type: z.literal("number"),
|
|
777
777
|
value: z.number(),
|
|
778
778
|
}).transform((v) => {
|
|
@@ -798,7 +798,7 @@ exports.UpdateDatapointEvaluations1$inboundSchema = z.object({
|
|
|
798
798
|
human_review_id: z.string(),
|
|
799
799
|
source: exports.UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
800
800
|
reviewed_by_id: z.string(),
|
|
801
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-
|
|
801
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-09T12:48:54.459Z").transform(v => new Date(v)),
|
|
802
802
|
type: z.literal("string"),
|
|
803
803
|
value: z.string(),
|
|
804
804
|
}).transform((v) => {
|
|
@@ -845,7 +845,7 @@ exports.UpdateDatapointResponseBody$inboundSchema = z.object({
|
|
|
845
845
|
updated_by_id: z.string().optional(),
|
|
846
846
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
847
847
|
.optional(),
|
|
848
|
-
updated: z.string().datetime({ offset: true }).default("2026-04-
|
|
848
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-09T12:48:37.295Z").transform(v => new Date(v)),
|
|
849
849
|
}).transform((v) => {
|
|
850
850
|
return (0, primitives_js_1.remap)(v, {
|
|
851
851
|
"_id": "id",
|
|
@@ -95,7 +95,7 @@ exports.UpdateDatasetResponseBody$inboundSchema = z.object({
|
|
|
95
95
|
updated_by_id: z.string().optional(),
|
|
96
96
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
97
97
|
.optional(),
|
|
98
|
-
updated: z.string().datetime({ offset: true }).default("2026-04-
|
|
98
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-09T12:48:37.295Z").transform(v => new Date(v)),
|
|
99
99
|
}).transform((v) => {
|
|
100
100
|
return (0, primitives_js_1.remap)(v, {
|
|
101
101
|
"_id": "id",
|
|
@@ -80,7 +80,7 @@ function updateDatasourceRequestToJSON(updateDatasourceRequest) {
|
|
|
80
80
|
exports.UpdateDatasourceStatus$inboundSchema = z.nativeEnum(exports.UpdateDatasourceStatus);
|
|
81
81
|
/** @internal */
|
|
82
82
|
exports.UpdateDatasourceResponseBody$inboundSchema = z.object({
|
|
83
|
-
_id: z.string().default("
|
|
83
|
+
_id: z.string().default("01KNS4KN31QVYVECZ0K1Y462JX"),
|
|
84
84
|
display_name: z.string(),
|
|
85
85
|
description: z.string().optional(),
|
|
86
86
|
status: exports.UpdateDatasourceStatus$inboundSchema,
|