@orq-ai/node 4.2.0-rc.45 → 4.2.0-rc.46
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/bin/mcp-server.js +232 -232
- package/bin/mcp-server.js.map +44 -44
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/conversationresponse.js +2 -2
- package/models/components/conversationwithmessagesresponse.js +2 -2
- package/models/components/partdoneevent.js +2 -2
- package/models/components/reasoningpart.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createconversation.js +2 -2
- package/models/operations/createconversationresponse.js +4 -4
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createidentity.js +2 -2
- package/models/operations/createtool.js +12 -12
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/generateconversationname.js +2 -2
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getevals.js +28 -28
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listidentities.js +2 -2
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrieveidentity.js +2 -2
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.js +2 -2
- package/models/operations/streamrunagent.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updateconversation.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updateidentity.js +2 -2
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/conversationresponse.ts +2 -2
- package/src/models/components/conversationwithmessagesresponse.ts +2 -2
- package/src/models/components/partdoneevent.ts +2 -2
- package/src/models/components/reasoningpart.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createconversation.ts +2 -2
- package/src/models/operations/createconversationresponse.ts +4 -4
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createidentity.ts +2 -2
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/generateconversationname.ts +2 -2
- package/src/models/operations/getalltools.ts +12 -12
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listidentities.ts +2 -2
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrieveidentity.ts +2 -2
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +2 -2
- package/src/models/operations/streamrunagent.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updateconversation.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updateidentity.ts +2 -2
- package/src/models/operations/updatetool.ts +14 -14
package/bin/mcp-server.js
CHANGED
|
@@ -52904,9 +52904,9 @@ var init_config = __esm(() => {
|
|
|
52904
52904
|
SDK_METADATA = {
|
|
52905
52905
|
language: "typescript",
|
|
52906
52906
|
openapiDocVersion: "2.0",
|
|
52907
|
-
sdkVersion: "4.2.0-rc.
|
|
52908
|
-
genVersion: "2.
|
|
52909
|
-
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.
|
|
52907
|
+
sdkVersion: "4.2.0-rc.46",
|
|
52908
|
+
genVersion: "2.797.1",
|
|
52909
|
+
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.46 2.797.1 2.0 @orq-ai/node"
|
|
52910
52910
|
};
|
|
52911
52911
|
});
|
|
52912
52912
|
|
|
@@ -55940,7 +55940,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
55940
55940
|
model: nullableType(stringType()).optional()
|
|
55941
55941
|
});
|
|
55942
55942
|
ConversationResponse$inboundSchema = objectType({
|
|
55943
|
-
_id: stringType().default("
|
|
55943
|
+
_id: stringType().default("conv_01kfdc5fag9m72wh3v3t1977gr"),
|
|
55944
55944
|
kind: ConversationResponseKind$inboundSchema,
|
|
55945
55945
|
displayName: stringType(),
|
|
55946
55946
|
createdAt: numberType(),
|
|
@@ -55954,7 +55954,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
55954
55954
|
});
|
|
55955
55955
|
});
|
|
55956
55956
|
ConversationResponse$outboundSchema = objectType({
|
|
55957
|
-
id: stringType().default("
|
|
55957
|
+
id: stringType().default("conv_01kfdc5fag9m72wh3v3t1977gr"),
|
|
55958
55958
|
kind: ConversationResponseKind$outboundSchema,
|
|
55959
55959
|
displayName: stringType(),
|
|
55960
55960
|
createdAt: numberType(),
|
|
@@ -56054,7 +56054,7 @@ var init_conversationwithmessagesresponse = __esm(() => {
|
|
|
56054
56054
|
model: nullableType(stringType()).optional()
|
|
56055
56055
|
});
|
|
56056
56056
|
ConversationWithMessagesResponse$inboundSchema = objectType({
|
|
56057
|
-
_id: stringType().default("
|
|
56057
|
+
_id: stringType().default("conv_01kfdc5fam56wwzmsm59etngk6"),
|
|
56058
56058
|
kind: ConversationWithMessagesResponseKind$inboundSchema,
|
|
56059
56059
|
displayName: stringType(),
|
|
56060
56060
|
createdAt: numberType(),
|
|
@@ -56069,7 +56069,7 @@ var init_conversationwithmessagesresponse = __esm(() => {
|
|
|
56069
56069
|
});
|
|
56070
56070
|
});
|
|
56071
56071
|
ConversationWithMessagesResponse$outboundSchema = objectType({
|
|
56072
|
-
id: stringType().default("
|
|
56072
|
+
id: stringType().default("conv_01kfdc5fam56wwzmsm59etngk6"),
|
|
56073
56073
|
kind: ConversationWithMessagesResponseKind$outboundSchema,
|
|
56074
56074
|
displayName: stringType(),
|
|
56075
56075
|
createdAt: numberType(),
|
|
@@ -57563,7 +57563,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
57563
57563
|
init_esm();
|
|
57564
57564
|
init_primitives();
|
|
57565
57565
|
ReasoningPart$inboundSchema = objectType({
|
|
57566
|
-
_id: stringType().default("
|
|
57566
|
+
_id: stringType().default("reasoning_01kfdc5f0qh8vvwjw2bf8aaxp0"),
|
|
57567
57567
|
metadata: recordType(anyType()).optional(),
|
|
57568
57568
|
kind: literalType("reasoning"),
|
|
57569
57569
|
reasoning: stringType(),
|
|
@@ -57574,7 +57574,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
57574
57574
|
});
|
|
57575
57575
|
});
|
|
57576
57576
|
ReasoningPart$outboundSchema = objectType({
|
|
57577
|
-
id: stringType().default("
|
|
57577
|
+
id: stringType().default("reasoning_01kfdc5f0qh8vvwjw2bf8aaxp0"),
|
|
57578
57578
|
metadata: recordType(anyType()).optional(),
|
|
57579
57579
|
kind: literalType("reasoning"),
|
|
57580
57580
|
reasoning: stringType(),
|
|
@@ -57644,7 +57644,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
57644
57644
|
PartKind$inboundSchema = nativeEnumType(PartKind);
|
|
57645
57645
|
PartKind$outboundSchema = PartKind$inboundSchema;
|
|
57646
57646
|
PartReasoningPart$inboundSchema = objectType({
|
|
57647
|
-
_id: stringType().default("
|
|
57647
|
+
_id: stringType().default("reasoning_01kfdc5f0zj1vpwabq2htd71fv"),
|
|
57648
57648
|
metadata: recordType(anyType()).optional(),
|
|
57649
57649
|
kind: PartKind$inboundSchema,
|
|
57650
57650
|
reasoning: stringType(),
|
|
@@ -57655,7 +57655,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
57655
57655
|
});
|
|
57656
57656
|
});
|
|
57657
57657
|
PartReasoningPart$outboundSchema = objectType({
|
|
57658
|
-
id: stringType().default("
|
|
57658
|
+
id: stringType().default("reasoning_01kfdc5f0zj1vpwabq2htd71fv"),
|
|
57659
57659
|
metadata: recordType(anyType()).optional(),
|
|
57660
57660
|
kind: PartKind$outboundSchema,
|
|
57661
57661
|
reasoning: stringType(),
|
|
@@ -63222,7 +63222,7 @@ var init_createcontact = __esm(() => {
|
|
|
63222
63222
|
tags: arrayType(stringType()).optional(),
|
|
63223
63223
|
metadata: recordType(anyType()).optional(),
|
|
63224
63224
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63225
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
63225
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
63226
63226
|
}).transform((v2) => {
|
|
63227
63227
|
return remap(v2, {
|
|
63228
63228
|
_id: "id",
|
|
@@ -63242,7 +63242,7 @@ var init_createcontact = __esm(() => {
|
|
|
63242
63242
|
tags: arrayType(stringType()).optional(),
|
|
63243
63243
|
metadata: recordType(anyType()).optional(),
|
|
63244
63244
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63245
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
63245
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
63246
63246
|
}).transform((v2) => {
|
|
63247
63247
|
return remap(v2, {
|
|
63248
63248
|
id: "_id",
|
|
@@ -63295,7 +63295,7 @@ var init_createconversation = __esm(() => {
|
|
|
63295
63295
|
model: nullableType(stringType()).optional()
|
|
63296
63296
|
});
|
|
63297
63297
|
CreateConversationResponseBody$inboundSchema = objectType({
|
|
63298
|
-
_id: stringType().default("
|
|
63298
|
+
_id: stringType().default("conv_01kfdc5fajhxqabwnsh3100j6v"),
|
|
63299
63299
|
kind: CreateConversationKind$inboundSchema,
|
|
63300
63300
|
displayName: stringType(),
|
|
63301
63301
|
createdAt: numberType(),
|
|
@@ -63309,7 +63309,7 @@ var init_createconversation = __esm(() => {
|
|
|
63309
63309
|
});
|
|
63310
63310
|
});
|
|
63311
63311
|
CreateConversationResponseBody$outboundSchema = objectType({
|
|
63312
|
-
id: stringType().default("
|
|
63312
|
+
id: stringType().default("conv_01kfdc5fajhxqabwnsh3100j6v"),
|
|
63313
63313
|
kind: CreateConversationKind$outboundSchema,
|
|
63314
63314
|
displayName: stringType(),
|
|
63315
63315
|
createdAt: numberType(),
|
|
@@ -63385,7 +63385,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63385
63385
|
PartKind$inboundSchema2 = nativeEnumType(PartKind2);
|
|
63386
63386
|
PartKind$outboundSchema2 = PartKind$inboundSchema2;
|
|
63387
63387
|
PartReasoningPart$inboundSchema2 = objectType({
|
|
63388
|
-
_id: stringType().default("
|
|
63388
|
+
_id: stringType().default("reasoning_01kfdc5fb438eq0kdmy8g10907"),
|
|
63389
63389
|
metadata: recordType(anyType()).optional(),
|
|
63390
63390
|
kind: PartKind$inboundSchema2,
|
|
63391
63391
|
reasoning: stringType(),
|
|
@@ -63396,7 +63396,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63396
63396
|
});
|
|
63397
63397
|
});
|
|
63398
63398
|
PartReasoningPart$outboundSchema2 = objectType({
|
|
63399
|
-
id: stringType().default("
|
|
63399
|
+
id: stringType().default("reasoning_01kfdc5fb438eq0kdmy8g10907"),
|
|
63400
63400
|
metadata: recordType(anyType()).optional(),
|
|
63401
63401
|
kind: PartKind$outboundSchema2,
|
|
63402
63402
|
reasoning: stringType(),
|
|
@@ -63429,7 +63429,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63429
63429
|
DeltaKind$inboundSchema = nativeEnumType(DeltaKind);
|
|
63430
63430
|
DeltaKind$outboundSchema = DeltaKind$inboundSchema;
|
|
63431
63431
|
ReasoningPart$inboundSchema2 = objectType({
|
|
63432
|
-
_id: stringType().default("
|
|
63432
|
+
_id: stringType().default("reasoning_01kfdc5fb0pj8vpfevsdxvrc1c"),
|
|
63433
63433
|
metadata: recordType(anyType()).optional(),
|
|
63434
63434
|
kind: DeltaKind$inboundSchema,
|
|
63435
63435
|
reasoning: stringType(),
|
|
@@ -63440,7 +63440,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63440
63440
|
});
|
|
63441
63441
|
});
|
|
63442
63442
|
ReasoningPart$outboundSchema2 = objectType({
|
|
63443
|
-
id: stringType().default("
|
|
63443
|
+
id: stringType().default("reasoning_01kfdc5fb0pj8vpfevsdxvrc1c"),
|
|
63444
63444
|
metadata: recordType(anyType()).optional(),
|
|
63445
63445
|
kind: DeltaKind$outboundSchema,
|
|
63446
63446
|
reasoning: stringType(),
|
|
@@ -63579,7 +63579,7 @@ var init_createdataset = __esm(() => {
|
|
|
63579
63579
|
created_by_id: stringType().optional(),
|
|
63580
63580
|
updated_by_id: stringType().optional(),
|
|
63581
63581
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63582
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
63582
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
63583
63583
|
}).transform((v2) => {
|
|
63584
63584
|
return remap(v2, {
|
|
63585
63585
|
_id: "id",
|
|
@@ -63599,7 +63599,7 @@ var init_createdataset = __esm(() => {
|
|
|
63599
63599
|
createdById: stringType().optional(),
|
|
63600
63600
|
updatedById: stringType().optional(),
|
|
63601
63601
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63602
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
63602
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
63603
63603
|
}).transform((v2) => {
|
|
63604
63604
|
return remap(v2, {
|
|
63605
63605
|
id: "_id",
|
|
@@ -64335,7 +64335,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64335
64335
|
human_review_id: stringType(),
|
|
64336
64336
|
source: CreateDatasetItemEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
64337
64337
|
reviewed_by_id: stringType(),
|
|
64338
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64338
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T09:35:54.884Z").transform((v2) => new Date(v2)),
|
|
64339
64339
|
type: literalType("string_array"),
|
|
64340
64340
|
values: arrayType(stringType())
|
|
64341
64341
|
}).transform((v2) => {
|
|
@@ -64352,7 +64352,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64352
64352
|
humanReviewId: stringType(),
|
|
64353
64353
|
source: CreateDatasetItemEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
64354
64354
|
reviewedById: stringType(),
|
|
64355
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64355
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T09:35:54.884Z")).transform((v2) => v2.toISOString()),
|
|
64356
64356
|
type: literalType("string_array"),
|
|
64357
64357
|
values: arrayType(stringType())
|
|
64358
64358
|
}).transform((v2) => {
|
|
@@ -64373,7 +64373,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64373
64373
|
human_review_id: stringType(),
|
|
64374
64374
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
64375
64375
|
reviewed_by_id: stringType(),
|
|
64376
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64376
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T09:35:54.883Z").transform((v2) => new Date(v2)),
|
|
64377
64377
|
type: literalType("number"),
|
|
64378
64378
|
value: numberType()
|
|
64379
64379
|
}).transform((v2) => {
|
|
@@ -64390,7 +64390,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64390
64390
|
humanReviewId: stringType(),
|
|
64391
64391
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
64392
64392
|
reviewedById: stringType(),
|
|
64393
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64393
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T09:35:54.883Z")).transform((v2) => v2.toISOString()),
|
|
64394
64394
|
type: literalType("number"),
|
|
64395
64395
|
value: numberType()
|
|
64396
64396
|
}).transform((v2) => {
|
|
@@ -64411,7 +64411,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64411
64411
|
human_review_id: stringType(),
|
|
64412
64412
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
64413
64413
|
reviewed_by_id: stringType(),
|
|
64414
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64414
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T09:35:54.883Z").transform((v2) => new Date(v2)),
|
|
64415
64415
|
type: literalType("string"),
|
|
64416
64416
|
value: stringType()
|
|
64417
64417
|
}).transform((v2) => {
|
|
@@ -64428,7 +64428,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64428
64428
|
humanReviewId: stringType(),
|
|
64429
64429
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
64430
64430
|
reviewedById: stringType(),
|
|
64431
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64431
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T09:35:54.883Z")).transform((v2) => v2.toISOString()),
|
|
64432
64432
|
type: literalType("string"),
|
|
64433
64433
|
value: stringType()
|
|
64434
64434
|
}).transform((v2) => {
|
|
@@ -64471,7 +64471,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64471
64471
|
created_by_id: stringType().optional(),
|
|
64472
64472
|
updated_by_id: stringType().optional(),
|
|
64473
64473
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64474
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
64474
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
64475
64475
|
}).transform((v2) => {
|
|
64476
64476
|
return remap(v2, {
|
|
64477
64477
|
_id: "id",
|
|
@@ -64505,7 +64505,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64505
64505
|
createdById: stringType().optional(),
|
|
64506
64506
|
updatedById: stringType().optional(),
|
|
64507
64507
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64508
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
64508
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
64509
64509
|
}).transform((v2) => {
|
|
64510
64510
|
return remap(v2, {
|
|
64511
64511
|
id: "_id",
|
|
@@ -64674,7 +64674,7 @@ var init_createdatasource = __esm(() => {
|
|
|
64674
64674
|
CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
|
|
64675
64675
|
CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
|
|
64676
64676
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
64677
|
-
_id: stringType().default("
|
|
64677
|
+
_id: stringType().default("01KFDC5FWBN4XMFPN64YB4Y25A"),
|
|
64678
64678
|
display_name: stringType(),
|
|
64679
64679
|
description: stringType().optional(),
|
|
64680
64680
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -64697,7 +64697,7 @@ var init_createdatasource = __esm(() => {
|
|
|
64697
64697
|
});
|
|
64698
64698
|
});
|
|
64699
64699
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
64700
|
-
id: stringType().default("
|
|
64700
|
+
id: stringType().default("01KFDC5FWBN4XMFPN64YB4Y25A"),
|
|
64701
64701
|
displayName: stringType(),
|
|
64702
64702
|
description: stringType().optional(),
|
|
64703
64703
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -65284,8 +65284,8 @@ var init_createeval = __esm(() => {
|
|
|
65284
65284
|
Typescript$inboundSchema = objectType({
|
|
65285
65285
|
_id: stringType(),
|
|
65286
65286
|
description: stringType(),
|
|
65287
|
-
created: stringType().default("2026-01-
|
|
65288
|
-
updated: stringType().default("2026-01-
|
|
65287
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65288
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65289
65289
|
guardrail_config: unionType([
|
|
65290
65290
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
65291
65291
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -65302,8 +65302,8 @@ var init_createeval = __esm(() => {
|
|
|
65302
65302
|
Typescript$outboundSchema = objectType({
|
|
65303
65303
|
id: stringType(),
|
|
65304
65304
|
description: stringType(),
|
|
65305
|
-
created: stringType().default("2026-01-
|
|
65306
|
-
updated: stringType().default("2026-01-
|
|
65305
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65306
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65307
65307
|
guardrailConfig: unionType([
|
|
65308
65308
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
65309
65309
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -65374,8 +65374,8 @@ var init_createeval = __esm(() => {
|
|
|
65374
65374
|
Ragas$inboundSchema = objectType({
|
|
65375
65375
|
_id: stringType(),
|
|
65376
65376
|
description: stringType(),
|
|
65377
|
-
created: stringType().default("2026-01-
|
|
65378
|
-
updated: stringType().default("2026-01-
|
|
65377
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65378
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65379
65379
|
guardrail_config: unionType([
|
|
65380
65380
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
65381
65381
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -65394,8 +65394,8 @@ var init_createeval = __esm(() => {
|
|
|
65394
65394
|
Ragas$outboundSchema = objectType({
|
|
65395
65395
|
id: stringType(),
|
|
65396
65396
|
description: stringType(),
|
|
65397
|
-
created: stringType().default("2026-01-
|
|
65398
|
-
updated: stringType().default("2026-01-
|
|
65397
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65398
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65399
65399
|
guardrailConfig: unionType([
|
|
65400
65400
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
65401
65401
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -65750,8 +65750,8 @@ var init_createeval = __esm(() => {
|
|
|
65750
65750
|
CreateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
65751
65751
|
_id: stringType(),
|
|
65752
65752
|
description: stringType(),
|
|
65753
|
-
created: stringType().default("2026-01-
|
|
65754
|
-
updated: stringType().default("2026-01-
|
|
65753
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65754
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65755
65755
|
guardrail_config: unionType([
|
|
65756
65756
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
65757
65757
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -65802,8 +65802,8 @@ var init_createeval = __esm(() => {
|
|
|
65802
65802
|
CreateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
65803
65803
|
id: stringType(),
|
|
65804
65804
|
description: stringType(),
|
|
65805
|
-
created: stringType().default("2026-01-
|
|
65806
|
-
updated: stringType().default("2026-01-
|
|
65805
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65806
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65807
65807
|
guardrailConfig: unionType([
|
|
65808
65808
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
65809
65809
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -65906,8 +65906,8 @@ var init_createeval = __esm(() => {
|
|
|
65906
65906
|
ResponseBodyPython$inboundSchema = objectType({
|
|
65907
65907
|
_id: stringType(),
|
|
65908
65908
|
description: stringType(),
|
|
65909
|
-
created: stringType().default("2026-01-
|
|
65910
|
-
updated: stringType().default("2026-01-
|
|
65909
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65910
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65911
65911
|
guardrail_config: unionType([
|
|
65912
65912
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
65913
65913
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -65924,8 +65924,8 @@ var init_createeval = __esm(() => {
|
|
|
65924
65924
|
ResponseBodyPython$outboundSchema = objectType({
|
|
65925
65925
|
id: stringType(),
|
|
65926
65926
|
description: stringType(),
|
|
65927
|
-
created: stringType().default("2026-01-
|
|
65928
|
-
updated: stringType().default("2026-01-
|
|
65927
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65928
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
65929
65929
|
guardrailConfig: unionType([
|
|
65930
65930
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
65931
65931
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -65996,8 +65996,8 @@ var init_createeval = __esm(() => {
|
|
|
65996
65996
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
65997
65997
|
_id: stringType(),
|
|
65998
65998
|
description: stringType(),
|
|
65999
|
-
created: stringType().default("2026-01-
|
|
66000
|
-
updated: stringType().default("2026-01-
|
|
65999
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
66000
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
66001
66001
|
guardrail_config: unionType([
|
|
66002
66002
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
66003
66003
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -66017,8 +66017,8 @@ var init_createeval = __esm(() => {
|
|
|
66017
66017
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
66018
66018
|
id: stringType(),
|
|
66019
66019
|
description: stringType(),
|
|
66020
|
-
created: stringType().default("2026-01-
|
|
66021
|
-
updated: stringType().default("2026-01-
|
|
66020
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
66021
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
66022
66022
|
guardrailConfig: unionType([
|
|
66023
66023
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
66024
66024
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -66090,8 +66090,8 @@ var init_createeval = __esm(() => {
|
|
|
66090
66090
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
66091
66091
|
_id: stringType(),
|
|
66092
66092
|
description: stringType(),
|
|
66093
|
-
created: stringType().default("2026-01-
|
|
66094
|
-
updated: stringType().default("2026-01-
|
|
66093
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
66094
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
66095
66095
|
guardrail_config: unionType([
|
|
66096
66096
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
66097
66097
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -66108,8 +66108,8 @@ var init_createeval = __esm(() => {
|
|
|
66108
66108
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
66109
66109
|
id: stringType(),
|
|
66110
66110
|
description: stringType(),
|
|
66111
|
-
created: stringType().default("2026-01-
|
|
66112
|
-
updated: stringType().default("2026-01-
|
|
66111
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
66112
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
66113
66113
|
guardrailConfig: unionType([
|
|
66114
66114
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
66115
66115
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -66178,8 +66178,8 @@ var init_createeval = __esm(() => {
|
|
|
66178
66178
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
66179
66179
|
_id: stringType(),
|
|
66180
66180
|
description: stringType(),
|
|
66181
|
-
created: stringType().default("2026-01-
|
|
66182
|
-
updated: stringType().default("2026-01-
|
|
66181
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
66182
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
66183
66183
|
guardrail_config: unionType([
|
|
66184
66184
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
66185
66185
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -66197,8 +66197,8 @@ var init_createeval = __esm(() => {
|
|
|
66197
66197
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
66198
66198
|
id: stringType(),
|
|
66199
66199
|
description: stringType(),
|
|
66200
|
-
created: stringType().default("2026-01-
|
|
66201
|
-
updated: stringType().default("2026-01-
|
|
66200
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
66201
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
66202
66202
|
guardrailConfig: unionType([
|
|
66203
66203
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
66204
66204
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -66327,7 +66327,7 @@ var init_createidentity = __esm(() => {
|
|
|
66327
66327
|
tags: arrayType(stringType()).optional(),
|
|
66328
66328
|
metadata: recordType(anyType()).optional(),
|
|
66329
66329
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
66330
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
66330
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
66331
66331
|
}).transform((v2) => {
|
|
66332
66332
|
return remap(v2, {
|
|
66333
66333
|
_id: "id",
|
|
@@ -66347,7 +66347,7 @@ var init_createidentity = __esm(() => {
|
|
|
66347
66347
|
tags: arrayType(stringType()).optional(),
|
|
66348
66348
|
metadata: recordType(anyType()).optional(),
|
|
66349
66349
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
66350
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
66350
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
66351
66351
|
}).transform((v2) => {
|
|
66352
66352
|
return remap(v2, {
|
|
66353
66353
|
id: "_id",
|
|
@@ -69573,7 +69573,7 @@ var init_createtool = __esm(() => {
|
|
|
69573
69573
|
code: stringType()
|
|
69574
69574
|
});
|
|
69575
69575
|
ResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
69576
|
-
_id: stringType().default("
|
|
69576
|
+
_id: stringType().default("tool_01KFDC5FP3Y4BW8NF53N4Q8JPB"),
|
|
69577
69577
|
path: stringType(),
|
|
69578
69578
|
key: stringType(),
|
|
69579
69579
|
display_name: stringType().optional(),
|
|
@@ -69601,7 +69601,7 @@ var init_createtool = __esm(() => {
|
|
|
69601
69601
|
});
|
|
69602
69602
|
});
|
|
69603
69603
|
ResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
69604
|
-
id: stringType().default("
|
|
69604
|
+
id: stringType().default("tool_01KFDC5FP3Y4BW8NF53N4Q8JPB"),
|
|
69605
69605
|
path: stringType(),
|
|
69606
69606
|
key: stringType(),
|
|
69607
69607
|
displayName: stringType().optional(),
|
|
@@ -69651,13 +69651,13 @@ var init_createtool = __esm(() => {
|
|
|
69651
69651
|
required: arrayType(stringType()).optional()
|
|
69652
69652
|
});
|
|
69653
69653
|
ResponseBodyTools$inboundSchema = objectType({
|
|
69654
|
-
id: stringType().default("
|
|
69654
|
+
id: stringType().default("01KFDC5FP2SB2YWNSHZKVJCEXB"),
|
|
69655
69655
|
name: stringType(),
|
|
69656
69656
|
description: stringType().optional(),
|
|
69657
69657
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
69658
69658
|
});
|
|
69659
69659
|
ResponseBodyTools$outboundSchema = objectType({
|
|
69660
|
-
id: stringType().default("
|
|
69660
|
+
id: stringType().default("01KFDC5FP2SB2YWNSHZKVJCEXB"),
|
|
69661
69661
|
name: stringType(),
|
|
69662
69662
|
description: stringType().optional(),
|
|
69663
69663
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -69687,7 +69687,7 @@ var init_createtool = __esm(() => {
|
|
|
69687
69687
|
});
|
|
69688
69688
|
});
|
|
69689
69689
|
ResponseBodyMCPTool$inboundSchema = objectType({
|
|
69690
|
-
_id: stringType().default("
|
|
69690
|
+
_id: stringType().default("tool_01KFDC5FP1GCPXTFSHX6Y9A5KN"),
|
|
69691
69691
|
path: stringType(),
|
|
69692
69692
|
key: stringType(),
|
|
69693
69693
|
display_name: stringType().optional(),
|
|
@@ -69714,7 +69714,7 @@ var init_createtool = __esm(() => {
|
|
|
69714
69714
|
});
|
|
69715
69715
|
});
|
|
69716
69716
|
ResponseBodyMCPTool$outboundSchema = objectType({
|
|
69717
|
-
id: stringType().default("
|
|
69717
|
+
id: stringType().default("tool_01KFDC5FP1GCPXTFSHX6Y9A5KN"),
|
|
69718
69718
|
path: stringType(),
|
|
69719
69719
|
key: stringType(),
|
|
69720
69720
|
displayName: stringType().optional(),
|
|
@@ -69801,7 +69801,7 @@ var init_createtool = __esm(() => {
|
|
|
69801
69801
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
69802
69802
|
});
|
|
69803
69803
|
ResponseBodyHTTPTool$inboundSchema = objectType({
|
|
69804
|
-
_id: stringType().default("
|
|
69804
|
+
_id: stringType().default("tool_01KFDC5FNYE21957JSHBAJMNWH"),
|
|
69805
69805
|
path: stringType(),
|
|
69806
69806
|
key: stringType(),
|
|
69807
69807
|
display_name: stringType().optional(),
|
|
@@ -69828,7 +69828,7 @@ var init_createtool = __esm(() => {
|
|
|
69828
69828
|
});
|
|
69829
69829
|
});
|
|
69830
69830
|
ResponseBodyHTTPTool$outboundSchema = objectType({
|
|
69831
|
-
id: stringType().default("
|
|
69831
|
+
id: stringType().default("tool_01KFDC5FNYE21957JSHBAJMNWH"),
|
|
69832
69832
|
path: stringType(),
|
|
69833
69833
|
key: stringType(),
|
|
69834
69834
|
displayName: stringType().optional(),
|
|
@@ -69887,7 +69887,7 @@ var init_createtool = __esm(() => {
|
|
|
69887
69887
|
strict: booleanType().optional()
|
|
69888
69888
|
});
|
|
69889
69889
|
ResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
69890
|
-
_id: stringType().default("
|
|
69890
|
+
_id: stringType().default("tool_01KFDC5FNVZX7B2ENSFP1WZQ80"),
|
|
69891
69891
|
path: stringType(),
|
|
69892
69892
|
key: stringType(),
|
|
69893
69893
|
display_name: stringType().optional(),
|
|
@@ -69915,7 +69915,7 @@ var init_createtool = __esm(() => {
|
|
|
69915
69915
|
});
|
|
69916
69916
|
});
|
|
69917
69917
|
ResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
69918
|
-
id: stringType().default("
|
|
69918
|
+
id: stringType().default("tool_01KFDC5FNVZX7B2ENSFP1WZQ80"),
|
|
69919
69919
|
path: stringType(),
|
|
69920
69920
|
key: stringType(),
|
|
69921
69921
|
displayName: stringType().optional(),
|
|
@@ -69977,7 +69977,7 @@ var init_createtool = __esm(() => {
|
|
|
69977
69977
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
69978
69978
|
});
|
|
69979
69979
|
ResponseBodyFunctionTool$inboundSchema = objectType({
|
|
69980
|
-
_id: stringType().default("
|
|
69980
|
+
_id: stringType().default("tool_01KFDC5FNS3SJZQ1ZF9N6T0GT5"),
|
|
69981
69981
|
path: stringType(),
|
|
69982
69982
|
key: stringType(),
|
|
69983
69983
|
display_name: stringType().optional(),
|
|
@@ -70004,7 +70004,7 @@ var init_createtool = __esm(() => {
|
|
|
70004
70004
|
});
|
|
70005
70005
|
});
|
|
70006
70006
|
ResponseBodyFunctionTool$outboundSchema = objectType({
|
|
70007
|
-
id: stringType().default("
|
|
70007
|
+
id: stringType().default("tool_01KFDC5FNS3SJZQ1ZF9N6T0GT5"),
|
|
70008
70008
|
path: stringType(),
|
|
70009
70009
|
key: stringType(),
|
|
70010
70010
|
displayName: stringType().optional(),
|
|
@@ -75201,7 +75201,7 @@ var init_fileget = __esm(() => {
|
|
|
75201
75201
|
bytes: numberType(),
|
|
75202
75202
|
file_name: stringType(),
|
|
75203
75203
|
workspace_id: stringType(),
|
|
75204
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
75204
|
+
created: stringType().datetime({ offset: true }).default("2026-01-20T09:35:44.493Z").transform((v2) => new Date(v2))
|
|
75205
75205
|
}).transform((v2) => {
|
|
75206
75206
|
return remap(v2, {
|
|
75207
75207
|
_id: "id",
|
|
@@ -75217,7 +75217,7 @@ var init_fileget = __esm(() => {
|
|
|
75217
75217
|
bytes: numberType(),
|
|
75218
75218
|
fileName: stringType(),
|
|
75219
75219
|
workspaceId: stringType(),
|
|
75220
|
-
created: dateType().default(() => new Date("2026-01-
|
|
75220
|
+
created: dateType().default(() => new Date("2026-01-20T09:35:44.493Z")).transform((v2) => v2.toISOString())
|
|
75221
75221
|
}).transform((v2) => {
|
|
75222
75222
|
return remap(v2, {
|
|
75223
75223
|
id: "_id",
|
|
@@ -75272,7 +75272,7 @@ var init_filelist = __esm(() => {
|
|
|
75272
75272
|
bytes: numberType(),
|
|
75273
75273
|
file_name: stringType(),
|
|
75274
75274
|
workspace_id: stringType(),
|
|
75275
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
75275
|
+
created: stringType().datetime({ offset: true }).default("2026-01-20T09:35:44.493Z").transform((v2) => new Date(v2))
|
|
75276
75276
|
}).transform((v2) => {
|
|
75277
75277
|
return remap(v2, {
|
|
75278
75278
|
_id: "id",
|
|
@@ -75288,7 +75288,7 @@ var init_filelist = __esm(() => {
|
|
|
75288
75288
|
bytes: numberType(),
|
|
75289
75289
|
fileName: stringType(),
|
|
75290
75290
|
workspaceId: stringType(),
|
|
75291
|
-
created: dateType().default(() => new Date("2026-01-
|
|
75291
|
+
created: dateType().default(() => new Date("2026-01-20T09:35:44.493Z")).transform((v2) => v2.toISOString())
|
|
75292
75292
|
}).transform((v2) => {
|
|
75293
75293
|
return remap(v2, {
|
|
75294
75294
|
id: "_id",
|
|
@@ -75396,7 +75396,7 @@ var init_fileupload = __esm(() => {
|
|
|
75396
75396
|
bytes: numberType(),
|
|
75397
75397
|
file_name: stringType(),
|
|
75398
75398
|
workspace_id: stringType(),
|
|
75399
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
75399
|
+
created: stringType().datetime({ offset: true }).default("2026-01-20T09:35:44.493Z").transform((v2) => new Date(v2))
|
|
75400
75400
|
}).transform((v2) => {
|
|
75401
75401
|
return remap(v2, {
|
|
75402
75402
|
_id: "id",
|
|
@@ -75412,7 +75412,7 @@ var init_fileupload = __esm(() => {
|
|
|
75412
75412
|
bytes: numberType(),
|
|
75413
75413
|
fileName: stringType(),
|
|
75414
75414
|
workspaceId: stringType(),
|
|
75415
|
-
created: dateType().default(() => new Date("2026-01-
|
|
75415
|
+
created: dateType().default(() => new Date("2026-01-20T09:35:44.493Z")).transform((v2) => v2.toISOString())
|
|
75416
75416
|
}).transform((v2) => {
|
|
75417
75417
|
return remap(v2, {
|
|
75418
75418
|
id: "_id",
|
|
@@ -75468,7 +75468,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
75468
75468
|
model: nullableType(stringType()).optional()
|
|
75469
75469
|
});
|
|
75470
75470
|
GenerateConversationNameResponseBody$inboundSchema = objectType({
|
|
75471
|
-
_id: stringType().default("
|
|
75471
|
+
_id: stringType().default("conv_01kfdc5fak634ynppstqp059qw"),
|
|
75472
75472
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
75473
75473
|
displayName: stringType(),
|
|
75474
75474
|
createdAt: numberType(),
|
|
@@ -75482,7 +75482,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
75482
75482
|
});
|
|
75483
75483
|
});
|
|
75484
75484
|
GenerateConversationNameResponseBody$outboundSchema = objectType({
|
|
75485
|
-
id: stringType().default("
|
|
75485
|
+
id: stringType().default("conv_01kfdc5fak634ynppstqp059qw"),
|
|
75486
75486
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
75487
75487
|
displayName: stringType(),
|
|
75488
75488
|
createdAt: numberType(),
|
|
@@ -77109,7 +77109,7 @@ var init_getalltools = __esm(() => {
|
|
|
77109
77109
|
code: stringType()
|
|
77110
77110
|
});
|
|
77111
77111
|
DataCodeExecutionTool$inboundSchema = objectType({
|
|
77112
|
-
_id: stringType().default("
|
|
77112
|
+
_id: stringType().default("tool_01KFDC5FNBE2NKTN4MXAMEECM1"),
|
|
77113
77113
|
path: stringType(),
|
|
77114
77114
|
key: stringType(),
|
|
77115
77115
|
display_name: stringType().optional(),
|
|
@@ -77137,7 +77137,7 @@ var init_getalltools = __esm(() => {
|
|
|
77137
77137
|
});
|
|
77138
77138
|
});
|
|
77139
77139
|
DataCodeExecutionTool$outboundSchema = objectType({
|
|
77140
|
-
id: stringType().default("
|
|
77140
|
+
id: stringType().default("tool_01KFDC5FNBE2NKTN4MXAMEECM1"),
|
|
77141
77141
|
path: stringType(),
|
|
77142
77142
|
key: stringType(),
|
|
77143
77143
|
displayName: stringType().optional(),
|
|
@@ -77187,13 +77187,13 @@ var init_getalltools = __esm(() => {
|
|
|
77187
77187
|
required: arrayType(stringType()).optional()
|
|
77188
77188
|
});
|
|
77189
77189
|
DataTools$inboundSchema = objectType({
|
|
77190
|
-
id: stringType().default("
|
|
77190
|
+
id: stringType().default("01KFDC5FNAC0XBAD03F5TP9YQA"),
|
|
77191
77191
|
name: stringType(),
|
|
77192
77192
|
description: stringType().optional(),
|
|
77193
77193
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
77194
77194
|
});
|
|
77195
77195
|
DataTools$outboundSchema = objectType({
|
|
77196
|
-
id: stringType().default("
|
|
77196
|
+
id: stringType().default("01KFDC5FNAC0XBAD03F5TP9YQA"),
|
|
77197
77197
|
name: stringType(),
|
|
77198
77198
|
description: stringType().optional(),
|
|
77199
77199
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -77223,7 +77223,7 @@ var init_getalltools = __esm(() => {
|
|
|
77223
77223
|
});
|
|
77224
77224
|
});
|
|
77225
77225
|
DataMCPTool$inboundSchema = objectType({
|
|
77226
|
-
_id: stringType().default("
|
|
77226
|
+
_id: stringType().default("tool_01KFDC5FN9AE3Q1D21ZJX0FWRJ"),
|
|
77227
77227
|
path: stringType(),
|
|
77228
77228
|
key: stringType(),
|
|
77229
77229
|
display_name: stringType().optional(),
|
|
@@ -77250,7 +77250,7 @@ var init_getalltools = __esm(() => {
|
|
|
77250
77250
|
});
|
|
77251
77251
|
});
|
|
77252
77252
|
DataMCPTool$outboundSchema = objectType({
|
|
77253
|
-
id: stringType().default("
|
|
77253
|
+
id: stringType().default("tool_01KFDC5FN9AE3Q1D21ZJX0FWRJ"),
|
|
77254
77254
|
path: stringType(),
|
|
77255
77255
|
key: stringType(),
|
|
77256
77256
|
displayName: stringType().optional(),
|
|
@@ -77337,7 +77337,7 @@ var init_getalltools = __esm(() => {
|
|
|
77337
77337
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
77338
77338
|
});
|
|
77339
77339
|
DataHTTPTool$inboundSchema = objectType({
|
|
77340
|
-
_id: stringType().default("
|
|
77340
|
+
_id: stringType().default("tool_01KFDC5FN76Y62SA4CH775W7C1"),
|
|
77341
77341
|
path: stringType(),
|
|
77342
77342
|
key: stringType(),
|
|
77343
77343
|
display_name: stringType().optional(),
|
|
@@ -77364,7 +77364,7 @@ var init_getalltools = __esm(() => {
|
|
|
77364
77364
|
});
|
|
77365
77365
|
});
|
|
77366
77366
|
DataHTTPTool$outboundSchema = objectType({
|
|
77367
|
-
id: stringType().default("
|
|
77367
|
+
id: stringType().default("tool_01KFDC5FN76Y62SA4CH775W7C1"),
|
|
77368
77368
|
path: stringType(),
|
|
77369
77369
|
key: stringType(),
|
|
77370
77370
|
displayName: stringType().optional(),
|
|
@@ -77423,7 +77423,7 @@ var init_getalltools = __esm(() => {
|
|
|
77423
77423
|
strict: booleanType().optional()
|
|
77424
77424
|
});
|
|
77425
77425
|
DataJSONSchemaTool$inboundSchema = objectType({
|
|
77426
|
-
_id: stringType().default("
|
|
77426
|
+
_id: stringType().default("tool_01KFDC5FN6854BGPKQ2P7E0RRM"),
|
|
77427
77427
|
path: stringType(),
|
|
77428
77428
|
key: stringType(),
|
|
77429
77429
|
display_name: stringType().optional(),
|
|
@@ -77451,7 +77451,7 @@ var init_getalltools = __esm(() => {
|
|
|
77451
77451
|
});
|
|
77452
77452
|
});
|
|
77453
77453
|
DataJSONSchemaTool$outboundSchema = objectType({
|
|
77454
|
-
id: stringType().default("
|
|
77454
|
+
id: stringType().default("tool_01KFDC5FN6854BGPKQ2P7E0RRM"),
|
|
77455
77455
|
path: stringType(),
|
|
77456
77456
|
key: stringType(),
|
|
77457
77457
|
displayName: stringType().optional(),
|
|
@@ -77513,7 +77513,7 @@ var init_getalltools = __esm(() => {
|
|
|
77513
77513
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
77514
77514
|
});
|
|
77515
77515
|
DataFunctionTool$inboundSchema = objectType({
|
|
77516
|
-
_id: stringType().default("
|
|
77516
|
+
_id: stringType().default("tool_01KFDC5FN49EAXP5F7Q4NDYMAQ"),
|
|
77517
77517
|
path: stringType(),
|
|
77518
77518
|
key: stringType(),
|
|
77519
77519
|
display_name: stringType().optional(),
|
|
@@ -77540,7 +77540,7 @@ var init_getalltools = __esm(() => {
|
|
|
77540
77540
|
});
|
|
77541
77541
|
});
|
|
77542
77542
|
DataFunctionTool$outboundSchema = objectType({
|
|
77543
|
-
id: stringType().default("
|
|
77543
|
+
id: stringType().default("tool_01KFDC5FN49EAXP5F7Q4NDYMAQ"),
|
|
77544
77544
|
path: stringType(),
|
|
77545
77545
|
key: stringType(),
|
|
77546
77546
|
displayName: stringType().optional(),
|
|
@@ -77816,8 +77816,8 @@ var init_getevals = __esm(() => {
|
|
|
77816
77816
|
DataTypescript$inboundSchema = objectType({
|
|
77817
77817
|
_id: stringType(),
|
|
77818
77818
|
description: stringType(),
|
|
77819
|
-
created: stringType().default("2026-01-
|
|
77820
|
-
updated: stringType().default("2026-01-
|
|
77819
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
77820
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
77821
77821
|
guardrail_config: unionType([
|
|
77822
77822
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
77823
77823
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -77834,8 +77834,8 @@ var init_getevals = __esm(() => {
|
|
|
77834
77834
|
DataTypescript$outboundSchema = objectType({
|
|
77835
77835
|
id: stringType(),
|
|
77836
77836
|
description: stringType(),
|
|
77837
|
-
created: stringType().default("2026-01-
|
|
77838
|
-
updated: stringType().default("2026-01-
|
|
77837
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
77838
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
77839
77839
|
guardrailConfig: unionType([
|
|
77840
77840
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
77841
77841
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -77906,8 +77906,8 @@ var init_getevals = __esm(() => {
|
|
|
77906
77906
|
DataRagas$inboundSchema = objectType({
|
|
77907
77907
|
_id: stringType(),
|
|
77908
77908
|
description: stringType(),
|
|
77909
|
-
created: stringType().default("2026-01-
|
|
77910
|
-
updated: stringType().default("2026-01-
|
|
77909
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
77910
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
77911
77911
|
guardrail_config: unionType([
|
|
77912
77912
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
77913
77913
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -77926,8 +77926,8 @@ var init_getevals = __esm(() => {
|
|
|
77926
77926
|
DataRagas$outboundSchema = objectType({
|
|
77927
77927
|
id: stringType(),
|
|
77928
77928
|
description: stringType(),
|
|
77929
|
-
created: stringType().default("2026-01-
|
|
77930
|
-
updated: stringType().default("2026-01-
|
|
77929
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
77930
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
77931
77931
|
guardrailConfig: unionType([
|
|
77932
77932
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
77933
77933
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -78282,8 +78282,8 @@ var init_getevals = __esm(() => {
|
|
|
78282
78282
|
DataFunction$inboundSchema = objectType({
|
|
78283
78283
|
_id: stringType(),
|
|
78284
78284
|
description: stringType(),
|
|
78285
|
-
created: stringType().default("2026-01-
|
|
78286
|
-
updated: stringType().default("2026-01-
|
|
78285
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78286
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78287
78287
|
guardrail_config: unionType([
|
|
78288
78288
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
78289
78289
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -78334,8 +78334,8 @@ var init_getevals = __esm(() => {
|
|
|
78334
78334
|
DataFunction$outboundSchema = objectType({
|
|
78335
78335
|
id: stringType(),
|
|
78336
78336
|
description: stringType(),
|
|
78337
|
-
created: stringType().default("2026-01-
|
|
78338
|
-
updated: stringType().default("2026-01-
|
|
78337
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78338
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78339
78339
|
guardrailConfig: unionType([
|
|
78340
78340
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
78341
78341
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -78438,8 +78438,8 @@ var init_getevals = __esm(() => {
|
|
|
78438
78438
|
DataPython$inboundSchema = objectType({
|
|
78439
78439
|
_id: stringType(),
|
|
78440
78440
|
description: stringType(),
|
|
78441
|
-
created: stringType().default("2026-01-
|
|
78442
|
-
updated: stringType().default("2026-01-
|
|
78441
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78442
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78443
78443
|
guardrail_config: unionType([
|
|
78444
78444
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
78445
78445
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
|
|
@@ -78456,8 +78456,8 @@ var init_getevals = __esm(() => {
|
|
|
78456
78456
|
DataPython$outboundSchema = objectType({
|
|
78457
78457
|
id: stringType(),
|
|
78458
78458
|
description: stringType(),
|
|
78459
|
-
created: stringType().default("2026-01-
|
|
78460
|
-
updated: stringType().default("2026-01-
|
|
78459
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78460
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78461
78461
|
guardrailConfig: unionType([
|
|
78462
78462
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
78463
78463
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
|
|
@@ -78528,8 +78528,8 @@ var init_getevals = __esm(() => {
|
|
|
78528
78528
|
DataHTTP$inboundSchema = objectType({
|
|
78529
78529
|
_id: stringType(),
|
|
78530
78530
|
description: stringType(),
|
|
78531
|
-
created: stringType().default("2026-01-
|
|
78532
|
-
updated: stringType().default("2026-01-
|
|
78531
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78532
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78533
78533
|
guardrail_config: unionType([
|
|
78534
78534
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
78535
78535
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
|
|
@@ -78549,8 +78549,8 @@ var init_getevals = __esm(() => {
|
|
|
78549
78549
|
DataHTTP$outboundSchema = objectType({
|
|
78550
78550
|
id: stringType(),
|
|
78551
78551
|
description: stringType(),
|
|
78552
|
-
created: stringType().default("2026-01-
|
|
78553
|
-
updated: stringType().default("2026-01-
|
|
78552
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78553
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78554
78554
|
guardrailConfig: unionType([
|
|
78555
78555
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
78556
78556
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
|
|
@@ -78622,8 +78622,8 @@ var init_getevals = __esm(() => {
|
|
|
78622
78622
|
DataJSON$inboundSchema = objectType({
|
|
78623
78623
|
_id: stringType(),
|
|
78624
78624
|
description: stringType(),
|
|
78625
|
-
created: stringType().default("2026-01-
|
|
78626
|
-
updated: stringType().default("2026-01-
|
|
78625
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78626
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78627
78627
|
guardrail_config: unionType([
|
|
78628
78628
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
78629
78629
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
|
|
@@ -78640,8 +78640,8 @@ var init_getevals = __esm(() => {
|
|
|
78640
78640
|
DataJSON$outboundSchema = objectType({
|
|
78641
78641
|
id: stringType(),
|
|
78642
78642
|
description: stringType(),
|
|
78643
|
-
created: stringType().default("2026-01-
|
|
78644
|
-
updated: stringType().default("2026-01-
|
|
78643
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78644
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78645
78645
|
guardrailConfig: unionType([
|
|
78646
78646
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
78647
78647
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
|
|
@@ -78710,8 +78710,8 @@ var init_getevals = __esm(() => {
|
|
|
78710
78710
|
DataLLM$inboundSchema = objectType({
|
|
78711
78711
|
_id: stringType(),
|
|
78712
78712
|
description: stringType(),
|
|
78713
|
-
created: stringType().default("2026-01-
|
|
78714
|
-
updated: stringType().default("2026-01-
|
|
78713
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78714
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78715
78715
|
guardrail_config: unionType([
|
|
78716
78716
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
78717
78717
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -78729,8 +78729,8 @@ var init_getevals = __esm(() => {
|
|
|
78729
78729
|
DataLLM$outboundSchema = objectType({
|
|
78730
78730
|
id: stringType(),
|
|
78731
78731
|
description: stringType(),
|
|
78732
|
-
created: stringType().default("2026-01-
|
|
78733
|
-
updated: stringType().default("2026-01-
|
|
78732
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78733
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
78734
78734
|
guardrailConfig: unionType([
|
|
78735
78735
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
78736
78736
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -83683,7 +83683,7 @@ var init_listcontacts = __esm(() => {
|
|
|
83683
83683
|
tags: arrayType(stringType()).optional(),
|
|
83684
83684
|
metadata: recordType(anyType()).optional(),
|
|
83685
83685
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
83686
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
83686
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2)),
|
|
83687
83687
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
83688
83688
|
}).transform((v2) => {
|
|
83689
83689
|
return remap(v2, {
|
|
@@ -83702,7 +83702,7 @@ var init_listcontacts = __esm(() => {
|
|
|
83702
83702
|
tags: arrayType(stringType()).optional(),
|
|
83703
83703
|
metadata: recordType(anyType()).optional(),
|
|
83704
83704
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
83705
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
83705
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString()),
|
|
83706
83706
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
83707
83707
|
}).transform((v2) => {
|
|
83708
83708
|
return remap(v2, {
|
|
@@ -84160,7 +84160,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84160
84160
|
human_review_id: stringType(),
|
|
84161
84161
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
84162
84162
|
reviewed_by_id: stringType(),
|
|
84163
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
84163
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T09:35:54.860Z").transform((v2) => new Date(v2)),
|
|
84164
84164
|
type: literalType("string_array"),
|
|
84165
84165
|
values: arrayType(stringType())
|
|
84166
84166
|
}).transform((v2) => {
|
|
@@ -84177,7 +84177,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84177
84177
|
humanReviewId: stringType(),
|
|
84178
84178
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
84179
84179
|
reviewedById: stringType(),
|
|
84180
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
84180
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T09:35:54.860Z")).transform((v2) => v2.toISOString()),
|
|
84181
84181
|
type: literalType("string_array"),
|
|
84182
84182
|
values: arrayType(stringType())
|
|
84183
84183
|
}).transform((v2) => {
|
|
@@ -84198,7 +84198,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84198
84198
|
human_review_id: stringType(),
|
|
84199
84199
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
84200
84200
|
reviewed_by_id: stringType(),
|
|
84201
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
84201
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T09:35:54.860Z").transform((v2) => new Date(v2)),
|
|
84202
84202
|
type: literalType("number"),
|
|
84203
84203
|
value: numberType()
|
|
84204
84204
|
}).transform((v2) => {
|
|
@@ -84215,7 +84215,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84215
84215
|
humanReviewId: stringType(),
|
|
84216
84216
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
84217
84217
|
reviewedById: stringType(),
|
|
84218
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
84218
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T09:35:54.860Z")).transform((v2) => v2.toISOString()),
|
|
84219
84219
|
type: literalType("number"),
|
|
84220
84220
|
value: numberType()
|
|
84221
84221
|
}).transform((v2) => {
|
|
@@ -84236,7 +84236,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84236
84236
|
human_review_id: stringType(),
|
|
84237
84237
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
84238
84238
|
reviewed_by_id: stringType(),
|
|
84239
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
84239
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T09:35:54.859Z").transform((v2) => new Date(v2)),
|
|
84240
84240
|
type: literalType("string"),
|
|
84241
84241
|
value: stringType()
|
|
84242
84242
|
}).transform((v2) => {
|
|
@@ -84253,7 +84253,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84253
84253
|
humanReviewId: stringType(),
|
|
84254
84254
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
84255
84255
|
reviewedById: stringType(),
|
|
84256
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
84256
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T09:35:54.859Z")).transform((v2) => v2.toISOString()),
|
|
84257
84257
|
type: literalType("string"),
|
|
84258
84258
|
value: stringType()
|
|
84259
84259
|
}).transform((v2) => {
|
|
@@ -84296,7 +84296,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84296
84296
|
created_by_id: stringType().optional(),
|
|
84297
84297
|
updated_by_id: stringType().optional(),
|
|
84298
84298
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84299
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
84299
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
84300
84300
|
}).transform((v2) => {
|
|
84301
84301
|
return remap(v2, {
|
|
84302
84302
|
_id: "id",
|
|
@@ -84330,7 +84330,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
84330
84330
|
createdById: stringType().optional(),
|
|
84331
84331
|
updatedById: stringType().optional(),
|
|
84332
84332
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84333
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
84333
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
84334
84334
|
}).transform((v2) => {
|
|
84335
84335
|
return remap(v2, {
|
|
84336
84336
|
id: "_id",
|
|
@@ -84419,7 +84419,7 @@ var init_listdatasets = __esm(() => {
|
|
|
84419
84419
|
created_by_id: stringType().optional(),
|
|
84420
84420
|
updated_by_id: stringType().optional(),
|
|
84421
84421
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84422
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
84422
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
84423
84423
|
}).transform((v2) => {
|
|
84424
84424
|
return remap(v2, {
|
|
84425
84425
|
_id: "id",
|
|
@@ -84439,7 +84439,7 @@ var init_listdatasets = __esm(() => {
|
|
|
84439
84439
|
createdById: stringType().optional(),
|
|
84440
84440
|
updatedById: stringType().optional(),
|
|
84441
84441
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84442
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
84442
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
84443
84443
|
}).transform((v2) => {
|
|
84444
84444
|
return remap(v2, {
|
|
84445
84445
|
id: "_id",
|
|
@@ -84520,7 +84520,7 @@ var init_listdatasources = __esm(() => {
|
|
|
84520
84520
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
84521
84521
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
84522
84522
|
ListDatasourcesData$inboundSchema = objectType({
|
|
84523
|
-
_id: stringType().default("
|
|
84523
|
+
_id: stringType().default("01KFDC5FW7TB60YGWCYMGWHK0B"),
|
|
84524
84524
|
display_name: stringType(),
|
|
84525
84525
|
description: stringType().optional(),
|
|
84526
84526
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -84543,7 +84543,7 @@ var init_listdatasources = __esm(() => {
|
|
|
84543
84543
|
});
|
|
84544
84544
|
});
|
|
84545
84545
|
ListDatasourcesData$outboundSchema = objectType({
|
|
84546
|
-
id: stringType().default("
|
|
84546
|
+
id: stringType().default("01KFDC5FW7TB60YGWCYMGWHK0B"),
|
|
84547
84547
|
displayName: stringType(),
|
|
84548
84548
|
description: stringType().optional(),
|
|
84549
84549
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -84666,7 +84666,7 @@ var init_listidentities = __esm(() => {
|
|
|
84666
84666
|
tags: arrayType(stringType()).optional(),
|
|
84667
84667
|
metadata: recordType(anyType()).optional(),
|
|
84668
84668
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84669
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
84669
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2)),
|
|
84670
84670
|
metrics: lazyType(() => ListIdentitiesMetrics$inboundSchema)
|
|
84671
84671
|
}).transform((v2) => {
|
|
84672
84672
|
return remap(v2, {
|
|
@@ -84685,7 +84685,7 @@ var init_listidentities = __esm(() => {
|
|
|
84685
84685
|
tags: arrayType(stringType()).optional(),
|
|
84686
84686
|
metadata: recordType(anyType()).optional(),
|
|
84687
84687
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84688
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
84688
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString()),
|
|
84689
84689
|
metrics: lazyType(() => ListIdentitiesMetrics$outboundSchema)
|
|
84690
84690
|
}).transform((v2) => {
|
|
84691
84691
|
return remap(v2, {
|
|
@@ -87550,7 +87550,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
87550
87550
|
tags: arrayType(stringType()).optional(),
|
|
87551
87551
|
metadata: recordType(anyType()).optional(),
|
|
87552
87552
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
87553
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
87553
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
87554
87554
|
}).transform((v2) => {
|
|
87555
87555
|
return remap(v2, {
|
|
87556
87556
|
_id: "id",
|
|
@@ -87568,7 +87568,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
87568
87568
|
tags: arrayType(stringType()).optional(),
|
|
87569
87569
|
metadata: recordType(anyType()).optional(),
|
|
87570
87570
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
87571
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
87571
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
87572
87572
|
}).transform((v2) => {
|
|
87573
87573
|
return remap(v2, {
|
|
87574
87574
|
id: "_id",
|
|
@@ -87974,7 +87974,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
87974
87974
|
human_review_id: stringType(),
|
|
87975
87975
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
87976
87976
|
reviewed_by_id: stringType(),
|
|
87977
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
87977
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T09:35:54.870Z").transform((v2) => new Date(v2)),
|
|
87978
87978
|
type: literalType("string_array"),
|
|
87979
87979
|
values: arrayType(stringType())
|
|
87980
87980
|
}).transform((v2) => {
|
|
@@ -87991,7 +87991,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
87991
87991
|
humanReviewId: stringType(),
|
|
87992
87992
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
87993
87993
|
reviewedById: stringType(),
|
|
87994
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
87994
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T09:35:54.870Z")).transform((v2) => v2.toISOString()),
|
|
87995
87995
|
type: literalType("string_array"),
|
|
87996
87996
|
values: arrayType(stringType())
|
|
87997
87997
|
}).transform((v2) => {
|
|
@@ -88012,7 +88012,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88012
88012
|
human_review_id: stringType(),
|
|
88013
88013
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
88014
88014
|
reviewed_by_id: stringType(),
|
|
88015
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
88015
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T09:35:54.869Z").transform((v2) => new Date(v2)),
|
|
88016
88016
|
type: literalType("number"),
|
|
88017
88017
|
value: numberType()
|
|
88018
88018
|
}).transform((v2) => {
|
|
@@ -88029,7 +88029,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88029
88029
|
humanReviewId: stringType(),
|
|
88030
88030
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
88031
88031
|
reviewedById: stringType(),
|
|
88032
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
88032
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T09:35:54.869Z")).transform((v2) => v2.toISOString()),
|
|
88033
88033
|
type: literalType("number"),
|
|
88034
88034
|
value: numberType()
|
|
88035
88035
|
}).transform((v2) => {
|
|
@@ -88050,7 +88050,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88050
88050
|
human_review_id: stringType(),
|
|
88051
88051
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
88052
88052
|
reviewed_by_id: stringType(),
|
|
88053
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
88053
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T09:35:54.869Z").transform((v2) => new Date(v2)),
|
|
88054
88054
|
type: literalType("string"),
|
|
88055
88055
|
value: stringType()
|
|
88056
88056
|
}).transform((v2) => {
|
|
@@ -88067,7 +88067,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88067
88067
|
humanReviewId: stringType(),
|
|
88068
88068
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
88069
88069
|
reviewedById: stringType(),
|
|
88070
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
88070
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T09:35:54.869Z")).transform((v2) => v2.toISOString()),
|
|
88071
88071
|
type: literalType("string"),
|
|
88072
88072
|
value: stringType()
|
|
88073
88073
|
}).transform((v2) => {
|
|
@@ -88110,7 +88110,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88110
88110
|
created_by_id: stringType().optional(),
|
|
88111
88111
|
updated_by_id: stringType().optional(),
|
|
88112
88112
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
88113
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
88113
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
88114
88114
|
}).transform((v2) => {
|
|
88115
88115
|
return remap(v2, {
|
|
88116
88116
|
_id: "id",
|
|
@@ -88144,7 +88144,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
88144
88144
|
createdById: stringType().optional(),
|
|
88145
88145
|
updatedById: stringType().optional(),
|
|
88146
88146
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
88147
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
88147
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
88148
88148
|
}).transform((v2) => {
|
|
88149
88149
|
return remap(v2, {
|
|
88150
88150
|
id: "_id",
|
|
@@ -88204,7 +88204,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
88204
88204
|
created_by_id: stringType().optional(),
|
|
88205
88205
|
updated_by_id: stringType().optional(),
|
|
88206
88206
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
88207
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
88207
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
88208
88208
|
}).transform((v2) => {
|
|
88209
88209
|
return remap(v2, {
|
|
88210
88210
|
_id: "id",
|
|
@@ -88224,7 +88224,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
88224
88224
|
createdById: stringType().optional(),
|
|
88225
88225
|
updatedById: stringType().optional(),
|
|
88226
88226
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
88227
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
88227
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
88228
88228
|
}).transform((v2) => {
|
|
88229
88229
|
return remap(v2, {
|
|
88230
88230
|
id: "_id",
|
|
@@ -88270,7 +88270,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
88270
88270
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
88271
88271
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
88272
88272
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
88273
|
-
_id: stringType().default("
|
|
88273
|
+
_id: stringType().default("01KFDC5FW9R88D4A4RYRNE8F8V"),
|
|
88274
88274
|
display_name: stringType(),
|
|
88275
88275
|
description: stringType().optional(),
|
|
88276
88276
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -88293,7 +88293,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
88293
88293
|
});
|
|
88294
88294
|
});
|
|
88295
88295
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
88296
|
-
id: stringType().default("
|
|
88296
|
+
id: stringType().default("01KFDC5FW9R88D4A4RYRNE8F8V"),
|
|
88297
88297
|
displayName: stringType(),
|
|
88298
88298
|
description: stringType().optional(),
|
|
88299
88299
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -88337,7 +88337,7 @@ var init_retrieveidentity = __esm(() => {
|
|
|
88337
88337
|
tags: arrayType(stringType()).optional(),
|
|
88338
88338
|
metadata: recordType(anyType()).optional(),
|
|
88339
88339
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
88340
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
88340
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
88341
88341
|
}).transform((v2) => {
|
|
88342
88342
|
return remap(v2, {
|
|
88343
88343
|
_id: "id",
|
|
@@ -88355,7 +88355,7 @@ var init_retrieveidentity = __esm(() => {
|
|
|
88355
88355
|
tags: arrayType(stringType()).optional(),
|
|
88356
88356
|
metadata: recordType(anyType()).optional(),
|
|
88357
88357
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
88358
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
88358
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
88359
88359
|
}).transform((v2) => {
|
|
88360
88360
|
return remap(v2, {
|
|
88361
88361
|
id: "_id",
|
|
@@ -88679,7 +88679,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88679
88679
|
code: stringType()
|
|
88680
88680
|
});
|
|
88681
88681
|
RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
88682
|
-
_id: stringType().default("
|
|
88682
|
+
_id: stringType().default("tool_01KFDC5FR90V235N74ZNRHBRK1"),
|
|
88683
88683
|
path: stringType(),
|
|
88684
88684
|
key: stringType(),
|
|
88685
88685
|
display_name: stringType().optional(),
|
|
@@ -88707,7 +88707,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88707
88707
|
});
|
|
88708
88708
|
});
|
|
88709
88709
|
RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
88710
|
-
id: stringType().default("
|
|
88710
|
+
id: stringType().default("tool_01KFDC5FR90V235N74ZNRHBRK1"),
|
|
88711
88711
|
path: stringType(),
|
|
88712
88712
|
key: stringType(),
|
|
88713
88713
|
displayName: stringType().optional(),
|
|
@@ -88757,13 +88757,13 @@ var init_retrievetool = __esm(() => {
|
|
|
88757
88757
|
required: arrayType(stringType()).optional()
|
|
88758
88758
|
});
|
|
88759
88759
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
88760
|
-
id: stringType().default("
|
|
88760
|
+
id: stringType().default("01KFDC5FR9J687S2NM4DAHGZBW"),
|
|
88761
88761
|
name: stringType(),
|
|
88762
88762
|
description: stringType().optional(),
|
|
88763
88763
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
88764
88764
|
});
|
|
88765
88765
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
88766
|
-
id: stringType().default("
|
|
88766
|
+
id: stringType().default("01KFDC5FR9J687S2NM4DAHGZBW"),
|
|
88767
88767
|
name: stringType(),
|
|
88768
88768
|
description: stringType().optional(),
|
|
88769
88769
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -88793,7 +88793,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88793
88793
|
});
|
|
88794
88794
|
});
|
|
88795
88795
|
RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
88796
|
-
_id: stringType().default("
|
|
88796
|
+
_id: stringType().default("tool_01KFDC5FR7GT92SEFW1VCJBKEB"),
|
|
88797
88797
|
path: stringType(),
|
|
88798
88798
|
key: stringType(),
|
|
88799
88799
|
display_name: stringType().optional(),
|
|
@@ -88820,7 +88820,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88820
88820
|
});
|
|
88821
88821
|
});
|
|
88822
88822
|
RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
88823
|
-
id: stringType().default("
|
|
88823
|
+
id: stringType().default("tool_01KFDC5FR7GT92SEFW1VCJBKEB"),
|
|
88824
88824
|
path: stringType(),
|
|
88825
88825
|
key: stringType(),
|
|
88826
88826
|
displayName: stringType().optional(),
|
|
@@ -88907,7 +88907,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88907
88907
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
88908
88908
|
});
|
|
88909
88909
|
RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
88910
|
-
_id: stringType().default("
|
|
88910
|
+
_id: stringType().default("tool_01KFDC5FR49WN00EXZRW7CT2CV"),
|
|
88911
88911
|
path: stringType(),
|
|
88912
88912
|
key: stringType(),
|
|
88913
88913
|
display_name: stringType().optional(),
|
|
@@ -88934,7 +88934,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88934
88934
|
});
|
|
88935
88935
|
});
|
|
88936
88936
|
RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
88937
|
-
id: stringType().default("
|
|
88937
|
+
id: stringType().default("tool_01KFDC5FR49WN00EXZRW7CT2CV"),
|
|
88938
88938
|
path: stringType(),
|
|
88939
88939
|
key: stringType(),
|
|
88940
88940
|
displayName: stringType().optional(),
|
|
@@ -88993,7 +88993,7 @@ var init_retrievetool = __esm(() => {
|
|
|
88993
88993
|
strict: booleanType().optional()
|
|
88994
88994
|
});
|
|
88995
88995
|
RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
88996
|
-
_id: stringType().default("
|
|
88996
|
+
_id: stringType().default("tool_01KFDC5FR20YZ1W419Q9TGT94X"),
|
|
88997
88997
|
path: stringType(),
|
|
88998
88998
|
key: stringType(),
|
|
88999
88999
|
display_name: stringType().optional(),
|
|
@@ -89021,7 +89021,7 @@ var init_retrievetool = __esm(() => {
|
|
|
89021
89021
|
});
|
|
89022
89022
|
});
|
|
89023
89023
|
RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
89024
|
-
id: stringType().default("
|
|
89024
|
+
id: stringType().default("tool_01KFDC5FR20YZ1W419Q9TGT94X"),
|
|
89025
89025
|
path: stringType(),
|
|
89026
89026
|
key: stringType(),
|
|
89027
89027
|
displayName: stringType().optional(),
|
|
@@ -89083,7 +89083,7 @@ var init_retrievetool = __esm(() => {
|
|
|
89083
89083
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
89084
89084
|
});
|
|
89085
89085
|
RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
89086
|
-
_id: stringType().default("
|
|
89086
|
+
_id: stringType().default("tool_01KFDC5FR0NKR7348QHBEZN51Q"),
|
|
89087
89087
|
path: stringType(),
|
|
89088
89088
|
key: stringType(),
|
|
89089
89089
|
display_name: stringType().optional(),
|
|
@@ -89110,7 +89110,7 @@ var init_retrievetool = __esm(() => {
|
|
|
89110
89110
|
});
|
|
89111
89111
|
});
|
|
89112
89112
|
RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
89113
|
-
id: stringType().default("
|
|
89113
|
+
id: stringType().default("tool_01KFDC5FR0NKR7348QHBEZN51Q"),
|
|
89114
89114
|
path: stringType(),
|
|
89115
89115
|
key: stringType(),
|
|
89116
89116
|
displayName: stringType().optional(),
|
|
@@ -90022,13 +90022,13 @@ var init_runagent = __esm(() => {
|
|
|
90022
90022
|
required: arrayType(stringType()).optional()
|
|
90023
90023
|
});
|
|
90024
90024
|
Tools$inboundSchema2 = objectType({
|
|
90025
|
-
id: stringType().default("
|
|
90025
|
+
id: stringType().default("01KFDC5F63RZDXD0GJ3S6EMZXZ"),
|
|
90026
90026
|
name: stringType(),
|
|
90027
90027
|
description: stringType().optional(),
|
|
90028
90028
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
90029
90029
|
});
|
|
90030
90030
|
Tools$outboundSchema2 = objectType({
|
|
90031
|
-
id: stringType().default("
|
|
90031
|
+
id: stringType().default("01KFDC5F63RZDXD0GJ3S6EMZXZ"),
|
|
90032
90032
|
name: stringType(),
|
|
90033
90033
|
description: stringType().optional(),
|
|
90034
90034
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -92470,13 +92470,13 @@ var init_streamrunagent = __esm(() => {
|
|
|
92470
92470
|
required: arrayType(stringType()).optional()
|
|
92471
92471
|
});
|
|
92472
92472
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
92473
|
-
id: stringType().default("
|
|
92473
|
+
id: stringType().default("01KFDC5F8F38WG0ES1DHGH5HNY"),
|
|
92474
92474
|
name: stringType(),
|
|
92475
92475
|
description: stringType().optional(),
|
|
92476
92476
|
schema: lazyType(() => StreamRunAgentAgentToolInputRunAgentsSchema$inboundSchema)
|
|
92477
92477
|
});
|
|
92478
92478
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
92479
|
-
id: stringType().default("
|
|
92479
|
+
id: stringType().default("01KFDC5F8F38WG0ES1DHGH5HNY"),
|
|
92480
92480
|
name: stringType(),
|
|
92481
92481
|
description: stringType().optional(),
|
|
92482
92482
|
schema: lazyType(() => StreamRunAgentAgentToolInputRunAgentsSchema$outboundSchema)
|
|
@@ -95605,7 +95605,7 @@ var init_updatecontact = __esm(() => {
|
|
|
95605
95605
|
tags: arrayType(stringType()).optional(),
|
|
95606
95606
|
metadata: recordType(anyType()).optional(),
|
|
95607
95607
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
95608
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
95608
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
95609
95609
|
}).transform((v2) => {
|
|
95610
95610
|
return remap(v2, {
|
|
95611
95611
|
_id: "id",
|
|
@@ -95623,7 +95623,7 @@ var init_updatecontact = __esm(() => {
|
|
|
95623
95623
|
tags: arrayType(stringType()).optional(),
|
|
95624
95624
|
metadata: recordType(anyType()).optional(),
|
|
95625
95625
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
95626
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
95626
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
95627
95627
|
}).transform((v2) => {
|
|
95628
95628
|
return remap(v2, {
|
|
95629
95629
|
id: "_id",
|
|
@@ -95689,7 +95689,7 @@ var init_updateconversation = __esm(() => {
|
|
|
95689
95689
|
model: nullableType(stringType()).optional()
|
|
95690
95690
|
});
|
|
95691
95691
|
UpdateConversationResponseBody$inboundSchema = objectType({
|
|
95692
|
-
_id: stringType().default("
|
|
95692
|
+
_id: stringType().default("conv_01kfdc5fasdbd06sjgw3s0vz4p"),
|
|
95693
95693
|
kind: UpdateConversationKind$inboundSchema,
|
|
95694
95694
|
displayName: stringType(),
|
|
95695
95695
|
createdAt: numberType(),
|
|
@@ -95703,7 +95703,7 @@ var init_updateconversation = __esm(() => {
|
|
|
95703
95703
|
});
|
|
95704
95704
|
});
|
|
95705
95705
|
UpdateConversationResponseBody$outboundSchema = objectType({
|
|
95706
|
-
id: stringType().default("
|
|
95706
|
+
id: stringType().default("conv_01kfdc5fasdbd06sjgw3s0vz4p"),
|
|
95707
95707
|
kind: UpdateConversationKind$outboundSchema,
|
|
95708
95708
|
displayName: stringType(),
|
|
95709
95709
|
createdAt: numberType(),
|
|
@@ -96445,7 +96445,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96445
96445
|
human_review_id: stringType(),
|
|
96446
96446
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
96447
96447
|
reviewed_by_id: stringType(),
|
|
96448
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
96448
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T09:35:54.957Z").transform((v2) => new Date(v2)),
|
|
96449
96449
|
type: literalType("string_array"),
|
|
96450
96450
|
values: arrayType(stringType())
|
|
96451
96451
|
}).transform((v2) => {
|
|
@@ -96462,7 +96462,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96462
96462
|
humanReviewId: stringType(),
|
|
96463
96463
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
96464
96464
|
reviewedById: stringType(),
|
|
96465
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
96465
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T09:35:54.957Z")).transform((v2) => v2.toISOString()),
|
|
96466
96466
|
type: literalType("string_array"),
|
|
96467
96467
|
values: arrayType(stringType())
|
|
96468
96468
|
}).transform((v2) => {
|
|
@@ -96483,7 +96483,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96483
96483
|
human_review_id: stringType(),
|
|
96484
96484
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
96485
96485
|
reviewed_by_id: stringType(),
|
|
96486
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
96486
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T09:35:54.957Z").transform((v2) => new Date(v2)),
|
|
96487
96487
|
type: literalType("number"),
|
|
96488
96488
|
value: numberType()
|
|
96489
96489
|
}).transform((v2) => {
|
|
@@ -96500,7 +96500,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96500
96500
|
humanReviewId: stringType(),
|
|
96501
96501
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
96502
96502
|
reviewedById: stringType(),
|
|
96503
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
96503
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T09:35:54.957Z")).transform((v2) => v2.toISOString()),
|
|
96504
96504
|
type: literalType("number"),
|
|
96505
96505
|
value: numberType()
|
|
96506
96506
|
}).transform((v2) => {
|
|
@@ -96521,7 +96521,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96521
96521
|
human_review_id: stringType(),
|
|
96522
96522
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
96523
96523
|
reviewed_by_id: stringType(),
|
|
96524
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
96524
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-20T09:35:54.956Z").transform((v2) => new Date(v2)),
|
|
96525
96525
|
type: literalType("string"),
|
|
96526
96526
|
value: stringType()
|
|
96527
96527
|
}).transform((v2) => {
|
|
@@ -96538,7 +96538,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96538
96538
|
humanReviewId: stringType(),
|
|
96539
96539
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
96540
96540
|
reviewedById: stringType(),
|
|
96541
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
96541
|
+
reviewedAt: dateType().default(() => new Date("2026-01-20T09:35:54.956Z")).transform((v2) => v2.toISOString()),
|
|
96542
96542
|
type: literalType("string"),
|
|
96543
96543
|
value: stringType()
|
|
96544
96544
|
}).transform((v2) => {
|
|
@@ -96581,7 +96581,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96581
96581
|
created_by_id: stringType().optional(),
|
|
96582
96582
|
updated_by_id: stringType().optional(),
|
|
96583
96583
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
96584
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
96584
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
96585
96585
|
}).transform((v2) => {
|
|
96586
96586
|
return remap(v2, {
|
|
96587
96587
|
_id: "id",
|
|
@@ -96615,7 +96615,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
96615
96615
|
createdById: stringType().optional(),
|
|
96616
96616
|
updatedById: stringType().optional(),
|
|
96617
96617
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
96618
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
96618
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
96619
96619
|
}).transform((v2) => {
|
|
96620
96620
|
return remap(v2, {
|
|
96621
96621
|
id: "_id",
|
|
@@ -96699,7 +96699,7 @@ var init_updatedataset = __esm(() => {
|
|
|
96699
96699
|
created_by_id: stringType().optional(),
|
|
96700
96700
|
updated_by_id: stringType().optional(),
|
|
96701
96701
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
96702
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
96702
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
96703
96703
|
}).transform((v2) => {
|
|
96704
96704
|
return remap(v2, {
|
|
96705
96705
|
_id: "id",
|
|
@@ -96719,7 +96719,7 @@ var init_updatedataset = __esm(() => {
|
|
|
96719
96719
|
createdById: stringType().optional(),
|
|
96720
96720
|
updatedById: stringType().optional(),
|
|
96721
96721
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
96722
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
96722
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
96723
96723
|
}).transform((v2) => {
|
|
96724
96724
|
return remap(v2, {
|
|
96725
96725
|
id: "_id",
|
|
@@ -96783,7 +96783,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
96783
96783
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
96784
96784
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
96785
96785
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
96786
|
-
_id: stringType().default("
|
|
96786
|
+
_id: stringType().default("01KFDC5FWET9023XZZVM8W68P0"),
|
|
96787
96787
|
display_name: stringType(),
|
|
96788
96788
|
description: stringType().optional(),
|
|
96789
96789
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -96806,7 +96806,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
96806
96806
|
});
|
|
96807
96807
|
});
|
|
96808
96808
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
96809
|
-
id: stringType().default("
|
|
96809
|
+
id: stringType().default("01KFDC5FWET9023XZZVM8W68P0"),
|
|
96810
96810
|
displayName: stringType(),
|
|
96811
96811
|
description: stringType().optional(),
|
|
96812
96812
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -97419,8 +97419,8 @@ var init_updateeval = __esm(() => {
|
|
|
97419
97419
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
97420
97420
|
_id: stringType(),
|
|
97421
97421
|
description: stringType(),
|
|
97422
|
-
created: stringType().default("2026-01-
|
|
97423
|
-
updated: stringType().default("2026-01-
|
|
97422
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
97423
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
97424
97424
|
guardrail_config: unionType([
|
|
97425
97425
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
97426
97426
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -97437,8 +97437,8 @@ var init_updateeval = __esm(() => {
|
|
|
97437
97437
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
97438
97438
|
id: stringType(),
|
|
97439
97439
|
description: stringType(),
|
|
97440
|
-
created: stringType().default("2026-01-
|
|
97441
|
-
updated: stringType().default("2026-01-
|
|
97440
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
97441
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
97442
97442
|
guardrailConfig: unionType([
|
|
97443
97443
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
97444
97444
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -97509,8 +97509,8 @@ var init_updateeval = __esm(() => {
|
|
|
97509
97509
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
97510
97510
|
_id: stringType(),
|
|
97511
97511
|
description: stringType(),
|
|
97512
|
-
created: stringType().default("2026-01-
|
|
97513
|
-
updated: stringType().default("2026-01-
|
|
97512
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
97513
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
97514
97514
|
guardrail_config: unionType([
|
|
97515
97515
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
97516
97516
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -97529,8 +97529,8 @@ var init_updateeval = __esm(() => {
|
|
|
97529
97529
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
97530
97530
|
id: stringType(),
|
|
97531
97531
|
description: stringType(),
|
|
97532
|
-
created: stringType().default("2026-01-
|
|
97533
|
-
updated: stringType().default("2026-01-
|
|
97532
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
97533
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
97534
97534
|
guardrailConfig: unionType([
|
|
97535
97535
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
97536
97536
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -97885,8 +97885,8 @@ var init_updateeval = __esm(() => {
|
|
|
97885
97885
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
97886
97886
|
_id: stringType(),
|
|
97887
97887
|
description: stringType(),
|
|
97888
|
-
created: stringType().default("2026-01-
|
|
97889
|
-
updated: stringType().default("2026-01-
|
|
97888
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
97889
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
97890
97890
|
guardrail_config: unionType([
|
|
97891
97891
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
97892
97892
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -97937,8 +97937,8 @@ var init_updateeval = __esm(() => {
|
|
|
97937
97937
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
97938
97938
|
id: stringType(),
|
|
97939
97939
|
description: stringType(),
|
|
97940
|
-
created: stringType().default("2026-01-
|
|
97941
|
-
updated: stringType().default("2026-01-
|
|
97940
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
97941
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
97942
97942
|
guardrailConfig: unionType([
|
|
97943
97943
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
97944
97944
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -98041,8 +98041,8 @@ var init_updateeval = __esm(() => {
|
|
|
98041
98041
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
98042
98042
|
_id: stringType(),
|
|
98043
98043
|
description: stringType(),
|
|
98044
|
-
created: stringType().default("2026-01-
|
|
98045
|
-
updated: stringType().default("2026-01-
|
|
98044
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98045
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98046
98046
|
guardrail_config: unionType([
|
|
98047
98047
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
98048
98048
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -98059,8 +98059,8 @@ var init_updateeval = __esm(() => {
|
|
|
98059
98059
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
98060
98060
|
id: stringType(),
|
|
98061
98061
|
description: stringType(),
|
|
98062
|
-
created: stringType().default("2026-01-
|
|
98063
|
-
updated: stringType().default("2026-01-
|
|
98062
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98063
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98064
98064
|
guardrailConfig: unionType([
|
|
98065
98065
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
98066
98066
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -98131,8 +98131,8 @@ var init_updateeval = __esm(() => {
|
|
|
98131
98131
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
98132
98132
|
_id: stringType(),
|
|
98133
98133
|
description: stringType(),
|
|
98134
|
-
created: stringType().default("2026-01-
|
|
98135
|
-
updated: stringType().default("2026-01-
|
|
98134
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98135
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98136
98136
|
guardrail_config: unionType([
|
|
98137
98137
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
98138
98138
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -98152,8 +98152,8 @@ var init_updateeval = __esm(() => {
|
|
|
98152
98152
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
98153
98153
|
id: stringType(),
|
|
98154
98154
|
description: stringType(),
|
|
98155
|
-
created: stringType().default("2026-01-
|
|
98156
|
-
updated: stringType().default("2026-01-
|
|
98155
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98156
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98157
98157
|
guardrailConfig: unionType([
|
|
98158
98158
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
98159
98159
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -98225,8 +98225,8 @@ var init_updateeval = __esm(() => {
|
|
|
98225
98225
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
98226
98226
|
_id: stringType(),
|
|
98227
98227
|
description: stringType(),
|
|
98228
|
-
created: stringType().default("2026-01-
|
|
98229
|
-
updated: stringType().default("2026-01-
|
|
98228
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98229
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98230
98230
|
guardrail_config: unionType([
|
|
98231
98231
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
98232
98232
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -98243,8 +98243,8 @@ var init_updateeval = __esm(() => {
|
|
|
98243
98243
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
98244
98244
|
id: stringType(),
|
|
98245
98245
|
description: stringType(),
|
|
98246
|
-
created: stringType().default("2026-01-
|
|
98247
|
-
updated: stringType().default("2026-01-
|
|
98246
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98247
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98248
98248
|
guardrailConfig: unionType([
|
|
98249
98249
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
98250
98250
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -98313,8 +98313,8 @@ var init_updateeval = __esm(() => {
|
|
|
98313
98313
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
98314
98314
|
_id: stringType(),
|
|
98315
98315
|
description: stringType(),
|
|
98316
|
-
created: stringType().default("2026-01-
|
|
98317
|
-
updated: stringType().default("2026-01-
|
|
98316
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98317
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98318
98318
|
guardrail_config: unionType([
|
|
98319
98319
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
98320
98320
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -98332,8 +98332,8 @@ var init_updateeval = __esm(() => {
|
|
|
98332
98332
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
98333
98333
|
id: stringType(),
|
|
98334
98334
|
description: stringType(),
|
|
98335
|
-
created: stringType().default("2026-01-
|
|
98336
|
-
updated: stringType().default("2026-01-
|
|
98335
|
+
created: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98336
|
+
updated: stringType().default("2026-01-20T09:35:43.430Z"),
|
|
98337
98337
|
guardrailConfig: unionType([
|
|
98338
98338
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
98339
98339
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -98422,7 +98422,7 @@ var init_updateidentity = __esm(() => {
|
|
|
98422
98422
|
tags: arrayType(stringType()).optional(),
|
|
98423
98423
|
metadata: recordType(anyType()).optional(),
|
|
98424
98424
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
98425
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
98425
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-20T09:35:41.061Z").transform((v2) => new Date(v2))
|
|
98426
98426
|
}).transform((v2) => {
|
|
98427
98427
|
return remap(v2, {
|
|
98428
98428
|
_id: "id",
|
|
@@ -98440,7 +98440,7 @@ var init_updateidentity = __esm(() => {
|
|
|
98440
98440
|
tags: arrayType(stringType()).optional(),
|
|
98441
98441
|
metadata: recordType(anyType()).optional(),
|
|
98442
98442
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
98443
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
98443
|
+
updated: dateType().default(() => new Date("2026-01-20T09:35:41.061Z")).transform((v2) => v2.toISOString())
|
|
98444
98444
|
}).transform((v2) => {
|
|
98445
98445
|
return remap(v2, {
|
|
98446
98446
|
id: "_id",
|
|
@@ -101258,13 +101258,13 @@ var init_updatetool = __esm(() => {
|
|
|
101258
101258
|
required: arrayType(stringType()).optional()
|
|
101259
101259
|
});
|
|
101260
101260
|
RequestBodyTools$inboundSchema = objectType({
|
|
101261
|
-
id: stringType().default("
|
|
101261
|
+
id: stringType().default("01KFDC5FQG4XADT0EGWDCQTPHJ"),
|
|
101262
101262
|
name: stringType(),
|
|
101263
101263
|
description: stringType().optional(),
|
|
101264
101264
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
101265
101265
|
});
|
|
101266
101266
|
RequestBodyTools$outboundSchema = objectType({
|
|
101267
|
-
id: stringType().default("
|
|
101267
|
+
id: stringType().default("01KFDC5FQG4XADT0EGWDCQTPHJ"),
|
|
101268
101268
|
name: stringType(),
|
|
101269
101269
|
description: stringType().optional(),
|
|
101270
101270
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -101604,7 +101604,7 @@ var init_updatetool = __esm(() => {
|
|
|
101604
101604
|
code: stringType()
|
|
101605
101605
|
});
|
|
101606
101606
|
UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
101607
|
-
_id: stringType().default("
|
|
101607
|
+
_id: stringType().default("tool_01KFDC5FQ55SVX7NHNVFGGK56W"),
|
|
101608
101608
|
path: stringType(),
|
|
101609
101609
|
key: stringType(),
|
|
101610
101610
|
display_name: stringType().optional(),
|
|
@@ -101632,7 +101632,7 @@ var init_updatetool = __esm(() => {
|
|
|
101632
101632
|
});
|
|
101633
101633
|
});
|
|
101634
101634
|
UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
101635
|
-
id: stringType().default("
|
|
101635
|
+
id: stringType().default("tool_01KFDC5FQ55SVX7NHNVFGGK56W"),
|
|
101636
101636
|
path: stringType(),
|
|
101637
101637
|
key: stringType(),
|
|
101638
101638
|
displayName: stringType().optional(),
|
|
@@ -101682,13 +101682,13 @@ var init_updatetool = __esm(() => {
|
|
|
101682
101682
|
required: arrayType(stringType()).optional()
|
|
101683
101683
|
});
|
|
101684
101684
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
101685
|
-
id: stringType().default("
|
|
101685
|
+
id: stringType().default("01KFDC5FQ4E5NFWYY8KAJ1BVAA"),
|
|
101686
101686
|
name: stringType(),
|
|
101687
101687
|
description: stringType().optional(),
|
|
101688
101688
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
101689
101689
|
});
|
|
101690
101690
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
101691
|
-
id: stringType().default("
|
|
101691
|
+
id: stringType().default("01KFDC5FQ4E5NFWYY8KAJ1BVAA"),
|
|
101692
101692
|
name: stringType(),
|
|
101693
101693
|
description: stringType().optional(),
|
|
101694
101694
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -101718,7 +101718,7 @@ var init_updatetool = __esm(() => {
|
|
|
101718
101718
|
});
|
|
101719
101719
|
});
|
|
101720
101720
|
UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
101721
|
-
_id: stringType().default("
|
|
101721
|
+
_id: stringType().default("tool_01KFDC5FQ2T7EZEKM0VT9C3CRX"),
|
|
101722
101722
|
path: stringType(),
|
|
101723
101723
|
key: stringType(),
|
|
101724
101724
|
display_name: stringType().optional(),
|
|
@@ -101745,7 +101745,7 @@ var init_updatetool = __esm(() => {
|
|
|
101745
101745
|
});
|
|
101746
101746
|
});
|
|
101747
101747
|
UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
101748
|
-
id: stringType().default("
|
|
101748
|
+
id: stringType().default("tool_01KFDC5FQ2T7EZEKM0VT9C3CRX"),
|
|
101749
101749
|
path: stringType(),
|
|
101750
101750
|
key: stringType(),
|
|
101751
101751
|
displayName: stringType().optional(),
|
|
@@ -101832,7 +101832,7 @@ var init_updatetool = __esm(() => {
|
|
|
101832
101832
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
101833
101833
|
});
|
|
101834
101834
|
UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
101835
|
-
_id: stringType().default("
|
|
101835
|
+
_id: stringType().default("tool_01KFDC5FPJQNBCN1PHS50TN707"),
|
|
101836
101836
|
path: stringType(),
|
|
101837
101837
|
key: stringType(),
|
|
101838
101838
|
display_name: stringType().optional(),
|
|
@@ -101859,7 +101859,7 @@ var init_updatetool = __esm(() => {
|
|
|
101859
101859
|
});
|
|
101860
101860
|
});
|
|
101861
101861
|
UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
101862
|
-
id: stringType().default("
|
|
101862
|
+
id: stringType().default("tool_01KFDC5FPJQNBCN1PHS50TN707"),
|
|
101863
101863
|
path: stringType(),
|
|
101864
101864
|
key: stringType(),
|
|
101865
101865
|
displayName: stringType().optional(),
|
|
@@ -101918,7 +101918,7 @@ var init_updatetool = __esm(() => {
|
|
|
101918
101918
|
strict: booleanType().optional()
|
|
101919
101919
|
});
|
|
101920
101920
|
UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
101921
|
-
_id: stringType().default("
|
|
101921
|
+
_id: stringType().default("tool_01KFDC5FPG8K69D2QEDE99WAGS"),
|
|
101922
101922
|
path: stringType(),
|
|
101923
101923
|
key: stringType(),
|
|
101924
101924
|
display_name: stringType().optional(),
|
|
@@ -101946,7 +101946,7 @@ var init_updatetool = __esm(() => {
|
|
|
101946
101946
|
});
|
|
101947
101947
|
});
|
|
101948
101948
|
UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
101949
|
-
id: stringType().default("
|
|
101949
|
+
id: stringType().default("tool_01KFDC5FPG8K69D2QEDE99WAGS"),
|
|
101950
101950
|
path: stringType(),
|
|
101951
101951
|
key: stringType(),
|
|
101952
101952
|
displayName: stringType().optional(),
|
|
@@ -102008,7 +102008,7 @@ var init_updatetool = __esm(() => {
|
|
|
102008
102008
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
102009
102009
|
});
|
|
102010
102010
|
UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
102011
|
-
_id: stringType().default("
|
|
102011
|
+
_id: stringType().default("tool_01KFDC5FPDCRZDM9AEQMZEAZFH"),
|
|
102012
102012
|
path: stringType(),
|
|
102013
102013
|
key: stringType(),
|
|
102014
102014
|
display_name: stringType().optional(),
|
|
@@ -102035,7 +102035,7 @@ var init_updatetool = __esm(() => {
|
|
|
102035
102035
|
});
|
|
102036
102036
|
});
|
|
102037
102037
|
UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
102038
|
-
id: stringType().default("
|
|
102038
|
+
id: stringType().default("tool_01KFDC5FPDCRZDM9AEQMZEAZFH"),
|
|
102039
102039
|
path: stringType(),
|
|
102040
102040
|
key: stringType(),
|
|
102041
102041
|
displayName: stringType().optional(),
|
|
@@ -114648,7 +114648,7 @@ Updates a tool in the workspace.`,
|
|
|
114648
114648
|
function createMCPServer(deps) {
|
|
114649
114649
|
const server = new McpServer({
|
|
114650
114650
|
name: "Orq",
|
|
114651
|
-
version: "4.2.0-rc.
|
|
114651
|
+
version: "4.2.0-rc.46"
|
|
114652
114652
|
});
|
|
114653
114653
|
const client = new OrqCore({
|
|
114654
114654
|
apiKey: deps.apiKey,
|
|
@@ -116082,7 +116082,7 @@ var routes = rn({
|
|
|
116082
116082
|
var app = Ve(routes, {
|
|
116083
116083
|
name: "mcp",
|
|
116084
116084
|
versionInfo: {
|
|
116085
|
-
currentVersion: "4.2.0-rc.
|
|
116085
|
+
currentVersion: "4.2.0-rc.46"
|
|
116086
116086
|
}
|
|
116087
116087
|
});
|
|
116088
116088
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -116090,5 +116090,5 @@ export {
|
|
|
116090
116090
|
app
|
|
116091
116091
|
};
|
|
116092
116092
|
|
|
116093
|
-
//# debugId=
|
|
116093
|
+
//# debugId=ED1BEE692360DFAE64756E2164756E21
|
|
116094
116094
|
//# sourceMappingURL=mcp-server.js.map
|