@orq-ai/node 4.8.0-rc.5 → 4.8.0-rc.6
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/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/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/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/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
|
@@ -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_01kp0km9ks"),
|
|
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_01kp0km9kr"),
|
|
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_01kp0km9kq"),
|
|
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_01kp0km9kp"),
|
|
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_01kp0km9kn"),
|
|
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_01kp0km9km"),
|
|
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_01kp0km9kk"),
|
|
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_01kp0km9kj"),
|
|
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_01kp0km9kh"),
|
|
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_01kp0km9kg"),
|
|
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_01kp0km9kf"),
|
|
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_01kp0km9ke"),
|
|
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-12T10:26:04.987Z"))
|
|
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-12T10:26:04.986Z"))
|
|
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-12T10:26:04.986Z"))
|
|
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_01kp0km9kd"),
|
|
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_01kp0km9kc"),
|
|
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_01kp0km9kb"),
|
|
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_01kp0km9ka"),
|
|
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_01kp0km9k9"),
|
|
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_01kp0km9k8"),
|
|
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_01kp0km9k7"),
|
|
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_01kp0km9k7"),
|
|
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_01kp0km9k5"),
|
|
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_01kp0km9k4"),
|
|
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_01kp0km9k2"),
|
|
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_01kp0km9k2"),
|
|
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-12T10:25:48.200Z").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-12T10:25:48.200Z").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-12T10:26:04.824Z").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-12T10:26:04.823Z").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-12T10:26:04.823Z").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-12T10:25:48.200Z").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-12T10:25:48.200Z").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("01KP0KM9AR84GMZ9KN38RAMTZT"),
|
|
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-12T10:25:48.200Z").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_01KP0KM97PJE6WJ0WVXNNWQDXT"),
|
|
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("01KP0KM97NGMR2YP9METTA28TY"),
|
|
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_01KP0KM97DQNW5EFFD44RMGN38"),
|
|
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_01KP0KM97B7G0K0XPVCVRGBAZ4"),
|
|
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_01KP0KM979SFV2V1E39869ZKMY"),
|
|
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_01KP0KM9783WS3N6ZT3C1A21XH"),
|
|
465
465
|
path: z.string(),
|
|
466
466
|
key: z.string(),
|
|
467
467
|
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("01KP0KM8T5B58ACRDCR972CZN1"),
|
|
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("01KP0KM8VWXMAZ6RB9H2CHCSG2"),
|
|
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-12T10:26:04.857Z").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-12T10:26:04.856Z").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-12T10:26:04.855Z").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-12T10:25:48.200Z").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-12T10:25:48.200Z").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("01KP0KM9AV4GX79M4VKWPTEWJ4"),
|
|
84
84
|
display_name: z.string(),
|
|
85
85
|
description: z.string().optional(),
|
|
86
86
|
status: exports.UpdateDatasourceStatus$inboundSchema,
|
|
@@ -454,8 +454,8 @@ exports.UpdateEvalResponseBodyEvalsResponse200ApplicationJson7Type$inboundSchema
|
|
|
454
454
|
exports.ResponseBodyTypescript$inboundSchema = z.object({
|
|
455
455
|
_id: z.string(),
|
|
456
456
|
description: z.string(),
|
|
457
|
-
created: z.string().default("2026-04-
|
|
458
|
-
updated: z.string().default("2026-04-
|
|
457
|
+
created: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
458
|
+
updated: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
459
459
|
guardrail_config: z.nullable(z.union([
|
|
460
460
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
461
461
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyCategorical$inboundSchema),
|
|
@@ -539,8 +539,8 @@ exports.ResponseBodyRagasMetric$inboundSchema = z.nativeEnum(exports.ResponseBod
|
|
|
539
539
|
exports.ResponseBodyRagas$inboundSchema = z.object({
|
|
540
540
|
_id: z.string(),
|
|
541
541
|
description: z.string(),
|
|
542
|
-
created: z.string().default("2026-04-
|
|
543
|
-
updated: z.string().default("2026-04-
|
|
542
|
+
created: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
543
|
+
updated: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
544
544
|
guardrail_config: z.nullable(z.union([
|
|
545
545
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
546
546
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONCategorical$inboundSchema),
|
|
@@ -896,8 +896,8 @@ function responseBodyFunctionParamsFromJSON(jsonString) {
|
|
|
896
896
|
exports.ResponseBodyFunction$inboundSchema = z.object({
|
|
897
897
|
_id: z.string(),
|
|
898
898
|
description: z.string(),
|
|
899
|
-
created: z.string().default("2026-04-
|
|
900
|
-
updated: z.string().default("2026-04-
|
|
899
|
+
created: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
900
|
+
updated: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
901
901
|
guardrail_config: z.nullable(z.union([
|
|
902
902
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
903
903
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200Categorical$inboundSchema),
|
|
@@ -1011,8 +1011,8 @@ exports.UpdateEvalResponseBodyEvalsResponseType$inboundSchema = z
|
|
|
1011
1011
|
exports.UpdateEvalResponseBodyPython$inboundSchema = z.object({
|
|
1012
1012
|
_id: z.string(),
|
|
1013
1013
|
description: z.string(),
|
|
1014
|
-
created: z.string().default("2026-04-
|
|
1015
|
-
updated: z.string().default("2026-04-
|
|
1014
|
+
created: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
1015
|
+
updated: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
1016
1016
|
guardrail_config: z.nullable(z.union([
|
|
1017
1017
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
1018
1018
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponseCategorical$inboundSchema),
|
|
@@ -1092,8 +1092,8 @@ exports.UpdateEvalResponseBodyMethod$inboundSchema = z.nativeEnum(exports.Update
|
|
|
1092
1092
|
exports.UpdateEvalResponseBodyHTTP$inboundSchema = z.object({
|
|
1093
1093
|
_id: z.string(),
|
|
1094
1094
|
description: z.string(),
|
|
1095
|
-
created: z.string().default("2026-04-
|
|
1096
|
-
updated: z.string().default("2026-04-
|
|
1095
|
+
created: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
1096
|
+
updated: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
1097
1097
|
guardrail_config: z.nullable(z.union([
|
|
1098
1098
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsBoolean$inboundSchema),
|
|
1099
1099
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsCategorical$inboundSchema),
|
|
@@ -1174,8 +1174,8 @@ exports.UpdateEvalResponseBodyType$inboundSchema = z.nativeEnum(exports.UpdateEv
|
|
|
1174
1174
|
exports.UpdateEvalResponseBodyJSON$inboundSchema = z.object({
|
|
1175
1175
|
_id: z.string(),
|
|
1176
1176
|
description: z.string(),
|
|
1177
|
-
created: z.string().default("2026-04-
|
|
1178
|
-
updated: z.string().default("2026-04-
|
|
1177
|
+
created: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
1178
|
+
updated: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
1179
1179
|
guardrail_config: z.nullable(z.union([
|
|
1180
1180
|
z.lazy(() => exports.UpdateEvalGuardrailConfigBoolean$inboundSchema),
|
|
1181
1181
|
z.lazy(() => exports.UpdateEvalGuardrailConfigCategorical$inboundSchema),
|
|
@@ -1340,8 +1340,8 @@ function updateEvalLLMJuryFromJSON(jsonString) {
|
|
|
1340
1340
|
exports.UpdateEvalLlm2$inboundSchema = z.object({
|
|
1341
1341
|
_id: z.string(),
|
|
1342
1342
|
description: z.string(),
|
|
1343
|
-
created: z.string().default("2026-04-
|
|
1344
|
-
updated: z.string().default("2026-04-
|
|
1343
|
+
created: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
1344
|
+
updated: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
1345
1345
|
guardrail_config: z.nullable(z.union([
|
|
1346
1346
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1LLMBoolean$inboundSchema),
|
|
1347
1347
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1LLMCategorical$inboundSchema),
|
|
@@ -1436,8 +1436,8 @@ function updateEvalLLMCategoricalLabelsFromJSON(jsonString) {
|
|
|
1436
1436
|
exports.UpdateEvalLlm1$inboundSchema = z.object({
|
|
1437
1437
|
_id: z.string(),
|
|
1438
1438
|
description: z.string(),
|
|
1439
|
-
created: z.string().default("2026-04-
|
|
1440
|
-
updated: z.string().default("2026-04-
|
|
1439
|
+
created: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
1440
|
+
updated: z.string().default("2026-04-12T10:25:50.563Z"),
|
|
1441
1441
|
guardrail_config: z.nullable(z.union([
|
|
1442
1442
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1Boolean$inboundSchema),
|
|
1443
1443
|
z.lazy(() => exports.UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1Categorical$inboundSchema),
|
|
@@ -83,7 +83,7 @@ exports.UpdateIdentityResponseBody$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-12T10:25:48.200Z").transform(v => new Date(v)),
|
|
87
87
|
}).transform((v) => {
|
|
88
88
|
return (0, primitives_js_1.remap)(v, {
|
|
89
89
|
"_id": "id",
|
|
@@ -371,7 +371,7 @@ function updateToolRequestBodyToolsSchemaToJSON(updateToolRequestBodyToolsSchema
|
|
|
371
371
|
}
|
|
372
372
|
/** @internal */
|
|
373
373
|
exports.RequestBodyTools$outboundSchema = z.object({
|
|
374
|
-
id: z.string().default("
|
|
374
|
+
id: z.string().default("01KP0KM96XVBZW0S36JSB3KTR3"),
|
|
375
375
|
name: z.string(),
|
|
376
376
|
description: z.string().optional(),
|
|
377
377
|
schema: z.lazy(() => exports.UpdateToolRequestBodyToolsSchema$outboundSchema),
|
|
@@ -666,7 +666,7 @@ function updateToolResponseBodyCodeToolFromJSON(jsonString) {
|
|
|
666
666
|
}
|
|
667
667
|
/** @internal */
|
|
668
668
|
exports.UpdateToolResponseBodyCodeExecutionTool$inboundSchema = z.object({
|
|
669
|
-
_id: z.string().default("
|
|
669
|
+
_id: z.string().default("tool_01KP0KM96QJ6B7RZ4WY7PZ1N4N"),
|
|
670
670
|
path: z.string(),
|
|
671
671
|
key: z.string(),
|
|
672
672
|
display_name: z.string().optional(),
|
|
@@ -719,7 +719,7 @@ function updateToolResponseBodyToolsSchemaFromJSON(jsonString) {
|
|
|
719
719
|
}
|
|
720
720
|
/** @internal */
|
|
721
721
|
exports.UpdateToolResponseBodyTools$inboundSchema = z.object({
|
|
722
|
-
id: z.string().default("
|
|
722
|
+
id: z.string().default("01KP0KM96PQ7MFS3W2JXSHQQ1H"),
|
|
723
723
|
name: z.string(),
|
|
724
724
|
description: z.string().optional(),
|
|
725
725
|
schema: z.lazy(() => exports.UpdateToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -749,7 +749,7 @@ function updateToolResponseBodyMcpFromJSON(jsonString) {
|
|
|
749
749
|
}
|
|
750
750
|
/** @internal */
|
|
751
751
|
exports.UpdateToolResponseBodyMCPTool$inboundSchema = z.object({
|
|
752
|
-
_id: z.string().default("
|
|
752
|
+
_id: z.string().default("tool_01KP0KM96N9F9E13DH7ZNKDYE8"),
|
|
753
753
|
path: z.string(),
|
|
754
754
|
key: z.string(),
|
|
755
755
|
display_name: z.string().optional(),
|
|
@@ -836,7 +836,7 @@ function updateToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
836
836
|
}
|
|
837
837
|
/** @internal */
|
|
838
838
|
exports.UpdateToolResponseBodyHTTPTool$inboundSchema = z.object({
|
|
839
|
-
_id: z.string().default("
|
|
839
|
+
_id: z.string().default("tool_01KP0KM96KEP604CMNFK8SAZ2P"),
|
|
840
840
|
path: z.string(),
|
|
841
841
|
key: z.string(),
|
|
842
842
|
display_name: z.string().optional(),
|
|
@@ -886,7 +886,7 @@ function updateToolResponseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
886
886
|
}
|
|
887
887
|
/** @internal */
|
|
888
888
|
exports.UpdateToolResponseBodyJSONSchemaTool$inboundSchema = z.object({
|
|
889
|
-
_id: z.string().default("
|
|
889
|
+
_id: z.string().default("tool_01KP0KM96JJ3T6PDMQ3KF2AD7Q"),
|
|
890
890
|
path: z.string(),
|
|
891
891
|
key: z.string(),
|
|
892
892
|
display_name: z.string().optional(),
|
|
@@ -940,7 +940,7 @@ function updateToolResponseBodyFunctionFromJSON(jsonString) {
|
|
|
940
940
|
}
|
|
941
941
|
/** @internal */
|
|
942
942
|
exports.UpdateToolResponseBodyFunctionTool$inboundSchema = z.object({
|
|
943
|
-
_id: z.string().default("
|
|
943
|
+
_id: z.string().default("tool_01KP0KM96GPGXJR50XJ5NQGBPN"),
|
|
944
944
|
path: z.string(),
|
|
945
945
|
key: z.string(),
|
|
946
946
|
display_name: z.string().optional(),
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -68,7 +68,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
68
68
|
export const SDK_METADATA = {
|
|
69
69
|
language: "typescript",
|
|
70
70
|
openapiDocVersion: "2.0",
|
|
71
|
-
sdkVersion: "4.8.0-rc.
|
|
71
|
+
sdkVersion: "4.8.0-rc.6",
|
|
72
72
|
genVersion: "2.879.11",
|
|
73
|
-
userAgent: "speakeasy-sdk/typescript 4.8.0-rc.
|
|
73
|
+
userAgent: "speakeasy-sdk/typescript 4.8.0-rc.6 2.879.11 2.0 @orq-ai/node",
|
|
74
74
|
} as const;
|